Changes the Command Prompt window foreground and background colors for the current session http://en.wikipedia.org/wiki/Color Related Post GNU/Linux
Category Archives: Uncategorized
rename.c
/* Work around the bug in some systems whereby rename fails when the source file has a trailing slash. The rename functions of SunOS 4.1.1_U1 and mips-dec-ultrix4.4 have this bug. Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms …
install.2 [ functions ]
install function = function to copy + function to set attributes. [latex] \ f \ \; \; = \; \; \ f \ _{1} \; + \; \ f \ _{2} [/latex] http://en.wikipedia.org/wiki/Function_(mathematics)
data.configuration file
/* Source Installer, Copyright (c) 2005,2006,2007 Claudio Fontana preferences.c – user choices saved in the preferences file This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) …
fc-scan
fc-scan scans file(s) recursively and prints out font pattern for each face found. http://www.freedesktop.org/wiki/Software/fontconfig
install.1 [ multiple files ]
[latex] \sum_{n=1}^{\infty} \ f \ (x_{n},y_{n},z_{n}) \; \; \longrightarrow \; \; \sum_{n=1}^{\infty} (x_{n^{‘}},y_{n^{‘}},z_{n^{‘}}) [/latex] http://www.ies.co.jp/math/java/misc/sum/sum.html http://reference.wolfram.com/mathematica/tutorial/SummationOfSeries.html
install [ single file ]
[latex] File \;\;\; (z) \;\;\; directory \;\;\; (x,y) \\ (x1,y1,z1) \; (x2,y2,z2) \\ source \; directory \; and \; file \; (x1,y1,z1) \\ destination \; directory \; and \; file \; (x2,y2,z2) \\ A \;\; function \;\; \ f \ (x1,y1,z1) \;\; \longrightarrow \;\; (x2,y2,z2) [/latex]
average finder
#include <stdio.h> main() { float real,user,sys,addition,entry,average; float entries; int i; addition=0; printf(“\n Entries\n”); scanf(“%f”,&entries); for (i=0;i<entries;i++) { printf("\n Entry\n"); scanf("%f",&entry); addition=addition+entry; } average=addition/entries; printf ("\nAverage Equals %f",average); }
sourceinstall tune.1
1. libX11-1.1.5 2. windowswmproto-1.0.3 3. libWindowsWM-1.0.0 4. xvidcap-1.1.7 5. libXmu-1.0.4 6. libXext-1.0.4 7. libXt-1.0.5 Average Equals 11.868286 seconds [system time]
free.c
/* Work around incompatibility on older systems where free (NULL) fails. Copyright (C) 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later …