A little image editor using Linux terminal. - Saves into bmp format. - 8 colors are available - Optimized for 80x24 terminal...
C Created by dreamcasting onC header file for accessing some exciting functions in Linux terminals. e.g. - colorizing texts and backgrounds - Pascal-lik...
C Created by dreamcasting onA simple bit of code demonstrating the dangers of the gets() function and how it can lead to buffer overflow vulnerabilities.
C Created by ynori7 onFunctions in C to mimic explode and implode from PHP.
C Created by COM onSmall C code that get greatest common divisor for two given ints
C Created by FakeMessiah onThat just shows how multidimensional arrays work in C.
C Created by xcrackx onConverts number bases. This is the original C code I converted to PHP for the tools section.
C Created by ynori7 onShows how certain operators can be constructed using only bitwise operators. This is often actually much faster for the compute...
C Created by ynori7 on