Welcome To Snipplr


Everyone's Recent C Snippets



0 578 posted 13 years ago by haureal
0 447 posted 13 years ago by CyKy
0 495 posted 13 years ago by oznek
0 592 posted 13 years ago by khajavi
i want to use it later
0 471 posted 13 years ago by iLLUMIN
0 1292 posted 14 years ago by sukantahazra
Skeleton daemon process for unix
0 677 posted 14 years ago by sukantahazra
0 652 posted 14 years ago by sukantahazra
0 602 posted 14 years ago by sebastianf
Example code to exercise a Crystalfontz 533 display from a 8051 using Keil C51.
0 785 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 746 posted 14 years ago by jimfred
This program show two columns of temperature. In left - t of celsius, in right - t. of fahr.
0 534 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 767 posted 14 years ago by Menda
0 692 posted 14 years ago by tandouri
CGI
0 536 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 744 posted 14 years ago by wearetherock
Compile, put exe in cgi-bin folder, and post form data to it.
0 587 posted 14 years ago by Zufolek
for checking the cmdargs
0 616 posted 14 years ago by tandouri
for cmdparsing
0 776 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 674 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 677 posted 14 years ago by Zufolek
0 434 posted 15 years ago by edgsv
/** * @brief 给定n个整数,求一个最小的数,使得它们除以这个数的余数不重复 * @author soulmachine * @param[in] numbers 整数数组 * @param[in] count 整数个数 * @param[in] max_norm 模的最大值 * @return...
0 860 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 713 posted 15 years ago by jimfred
This uses the concatenation operator "##" to insert a comment "//"
0 2374 posted 15 years ago by jimfred