Searched: ^m

Results from Main web retrieved at 13:17 (GMT)

1 2 3 4 5 11 12 MattWalsh 01 Mar 2009
found Postfix binary RPMs here: http://postfix.wl0.org/en/available packages/ some really great notes terrific spamassassin postfix notes http://wiki ...
Turn key to ON position. Make sure Odo comes up. Turn to off. Press in odo. Reset switch turn key to ON. The odo. will flash and count down. Keep holding it ...
Compiling all 'C' files %.o: %.c $(CC) $(CFLAGS) c $ This is not a rule in and of itself, but used by other rules (if another rule needs a .o file ...
This makefile demonstrates some neat ways to generalize things which should make maintenance easier... CC gcc SRCS getopts.c OBJS $(SRCS:.c .o) LIBPATH ...
MakefileTutorial MakeFileTips MakefileSamples MattWalsh 04 Apr 2002
(from http://www.xmission.com/~georgeps/compilation and makefiles.html ) Understanding Compilation Flags and Makefiles This document may be copied and distributed ...
sprintf(tmp template, "m sync %d XXXXXX", instance); int temp fd mkstemp(tmp template); if (temp fd 1) { printf("can't make ...
Here's the results I get on a Westville Prestonia 2.8. Starting Tests with order 700 Brute force checksum: 5.608342e 18 3.520000 secs Ddot multiply checksum ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
If you do ping f s data size host ip address Between two hosts you can get it to pound the other guy pretty hard. Then when you CTRL C the app, ping will ...
A Launcher Script #!/bin/bash loops to do 10 loop 0 my file `mktemp p . seprun.XXXXX` exit 1 rm $my file echo "writing to file $my file.txt" while $loop lt ...
Event notes: MEM LOAD RETIRED.L2 LINE MISS is the most impactful this is the 200 300 cycle killer The 'demand' stuff for L2 events (eg. L2 LD.SELF ...
MispredictedBranchesTest was used for tests (random case) Counter random case random % predictable case predictable % RESOURCE STALLS.ANY 822738037 ...
connect('localhost', 11211) or die ('no memcached'); // connect to mysql $link mysql connect('localhost', 'msw', ''); assert($link); $db mysql select db('test ...
index ia(1) do i 1,n num ia(index) index num end do ia(n) contains the integers 1 to n in random order, causing memory loads in random order. Because each ...
Texel element of a texture Mipmap pre calculated impages that accompany a main image (MIP multum in parvo latin for much in a small space) Anisotropic ...
Flat model version BITS 16 ;Set code generation to 16 bit mode ORG 0x0100 ;Set code start address to 0100h ; the ...
#!/bin/bash TARGET "" if $1 then TARGET $1 fi make j 8 $TARGET 2 1 tee build.out grep color iE "error warning undefined reference to $" exit $? MattWalsh ...
grep rniI color "$1" grep v "Make.depend" grep color iE "$1 $" MattWalsh 18 Jun 2009
Getting the job Wow, what an experience this was. You see, getting the job at Williams was a major achievement to me in the first place. I had been bouncing emails ...
MattWalsh 18 Dec 2006
Walkthrough of creating a database and some tables (only first time, enables 'db user' on a local connection to do anything) GRANT ALL PRIVILEGES ON . TO 'db user ...
Replication Must enable binary logging on master server (do we have this on?) When backing up the slave (smart to do, easier than the master), also backup up ...
The DATETIME column type stores the date and the time. Article about using GUIDs as primary keys in MySQL Interesting, I agree. I'm not convinced ...
MyPGTool MyMakeCommandLine MattWalsh 08 Sep 2009
for the heck of it, here's the dump of my results. This is on a 1Ghz PIII machine with gobs of RAM and a 2 column, 908500 row database (containing the words from ...
Number of topics: 27
Topic revision: r38 - 23 May 2010 - 23:29:55 - MattWalsh
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback