Welcome To Snipplr


Everyone's Recent C Snippets



0 585 posted 13 years ago by haureal
0 450 posted 13 years ago by CyKy
0 499 posted 13 years ago by oznek
0 600 posted 13 years ago by khajavi
i want to use it later
0 474 posted 13 years ago by iLLUMIN
0 1304 posted 14 years ago by sukantahazra
Skeleton daemon process for unix
0 684 posted 14 years ago by sukantahazra
0 658 posted 14 years ago by sukantahazra
0 611 posted 14 years ago by sebastianf
Example code to exercise a Crystalfontz 533 display from a 8051 using Keil C51.
0 791 posted 14 years ago by jimfred
From Keil C51 examples, TEST.C: ISD51 Demo for TI MSC 1210. Polled (non-interrupt) mode. Work-around for dropped-characters related to stop-bit problem: Clear SCON1.5 (or SM2_1).
0 754 posted 14 years ago by jimfred
This program show two columns of temperature. In left - t of celsius, in right - t. of fahr.
0 539 posted 14 years ago by iLLUMIN
The original string (str) will be changed after calling this function, so if you need it make a copy of it.
0 774 posted 14 years ago by Menda
0 698 posted 14 years ago by tandouri
CGI
0 542 posted 14 years ago by renatoelias
<pre> To compile $ gcc -lXtst -lX11 Util_KeyPressSimulator.c To create shared library $ gcc -lXtst -lX11 -c Util_KeyPressSimulator.c -o Util_KeyPressSimulator.o $ gcc -lXtst -lX11 -shared -o Util_KeyPressSimulator.so Util_KeyPressSimulator.o...
0 754 posted 14 years ago by wearetherock
Compile, put exe in cgi-bin folder, and post form data to it.
0 594 posted 14 years ago by Zufolek
for checking the cmdargs
0 620 posted 14 years ago by tandouri
for cmdparsing
0 783 posted 14 years ago by tandouri
Makes a mono 8-bit (i.e. one byte per sample) wav file, "out.wav" containing a 500 Hertz sine wave signal. 22050 is the sample rate, and 64000 is the total size of audio data in bytes.
1 679 posted 14 years ago by Zufolek
loadfile(filename); returns NULL on fail or a pointer that should be free()d when no longer needed. savefile(filename,data,dataSize); returns 0 on fail or 1 on success.
0 684 posted 14 years ago by Zufolek
0 440 posted 15 years ago by edgsv
/** * @brief 给定n个整数,求一个最小的数,使得它们除以这个数的余数不重复 * @author soulmachine * @param[in] numbers 整数数组 * @param[in] count 整数个数 * @param[in] max_norm 模的最大值 * @return...
0 863 posted 15 years ago by soulmachine
Sometimes I want a complete path to a file in the current working directory to make error messages clearer. The URL has alternate approaches.
0 720 posted 15 years ago by jimfred
This uses the concatenation operator "##" to insert a comment "//"
0 2386 posted 15 years ago by jimfred