Virjacode
Projects
- Dynamo
- A network analysis tool
- Beef Up
- A small program for adding lots of cool stuff to Ubuntu Linux
- Memory Milker
- A small library written in C for making the most of a restricted amount of memory
How To's
- Set Linux Internet Connection
- Manually set your internet connection at the command line in Linux
- Rip Flash Video from Firefox Cache
- Use the commandline to rip flash videos from your Firefox browser's cache folder
Various Algorithms
- Simple Dictionary Generator
- Simple, minimalistic C code for a password dictionary generator
- Uppercase-Lowercase Combinator
- Input = 1dog2
Output = 1dog2 1doG2 1dOg2 1dOG2 1Dog2 1DoG2 1DOg2 1DOG2
- Make source code HTML-compatible
- Replace special HTML characters such as ">" with ">"
Tutorials
- C programming : Integer Promotion
- What happens when you do (short unsigned) + (long signed)?
C Programming Language Portability Stuff
- Convert local charset to ASCII
- Convert a local charset string to ASCII, perhaps for passing an ASCII string to a hash algorithm
- Memset with an unsigned char value
- Don't suppose you noticed memset takes an "int" instead of an "unsigned char"?
About Virjacode