Messages:
Simplify | Expand
Author
Sort by Date
1
More groups and links
simon
zozohe2
May 6, 2006 7:49 am
http://groups.msn.com/Kantklos/...
2
Google groups...
simon
zozohe2
May 6, 2006 7:56 am
http://groups.google.com/group/Kantklos2...
3
Kantklos groups
zozo he
zozohe2
Sep 2, 2006 5:51 am
Kantklos MSN Groepen - http://groups.msn.com/Kantklos http://groups.msn.com/PatternMaker1 http://groups.msn.com/PatroonPatron210 http://groups.msn.com/Dentelle...
4
Waar kan ik kantklos software vinden?
zozo he
zozohe2
Nov 10, 2006 3:46 am
De beste manier is het downloaden van kantklos.exe op http://home.planet.nl/~tuin0226/ waarmee u de hoofdbestanden binnen haalt. Verder staat onder de groene...
5
pop aankleden
zozo he
zozohe2
Jan 23, 2007 4:00 am
Kleed een popje aan met kant: http://www.poppenmensjes.nl/ ____________________________________________________________________________________ Finding...
6
pop aankleden...
zozo he
zozohe2
Jan 23, 2007 4:04 am
Kleed een popje aan met kant... http://www.poppenmensjes.nl/ ____________________________________________________________________________________ Now that's...
7
13th OIDFA World Lace Congress
zozo he
zozohe2
Jun 19, 2007 12:07 pm
See more at: http://www.oidfa2008groningen.com/en/ http://www.oidfa.com/ ____________________________________________________________________________________ ...
8
Love art? Love to talk? Visit us!
hot_4_art
Aug 28, 2007 6:47 am
If you love art and want to meet new people; why not visit www.artsource-newsletter.org <http://www.artsource-newsletter.org> The chatroom is open form 8pm to...
9
Patroon opdrachten
zozo he
zozohe2
Sep 18, 2007 7:05 am
Kijk op het prikbord rechts op: http://kantklos.startpagina.nl/ ____________________________________________________________________________________ Luggage?...
10
Some nice bit manipulations for calculating numbers...
simon
zozohe2
Dec 9, 2008 10:12 pm
/********************************************************************* ******* * * * Filename: hello.c *...
11
Included zero in Deel (Divide)... attend other iterations!!!
simon
zozohe2
Dec 12, 2008 3:58 pm
void Deel(GETAL1 *v1, GETAL1 *v2, GETAL1 *v3) { int nRet, nGaan, bBreak; unsigned long i, l, nPos, j; unsigned int char1, pos1, mask1, bit1; GETAL1 gdp,...
12
another divider...
simon
zozohe2
Dec 19, 2008 3:55 am
unsigned long DeelShiftLong(unsigned long v1, unsigned long v2) { unsigned long v3, v1b, mask, maskr, v5, v1c, vsub; unsigned int nBits, plek, bGrot; v1b = v1*...
13
bezig met bmp en wav...
simon
zozohe2
Dec 21, 2008 10:10 pm
/********************************************************************* ******* * * * Filename: hello.c *...
14
Working with minus could result in something like:
simon
zozohe2
Dec 31, 2008 2:43 am
TrekDPGelijk(&g1, &g2); fNul(&g3); // g1 + g2 TelOpTrekAf(&g1, &g2, &g3); fNul(&g3); cS1 = g2.sign; g2.sign = g2.sign ^ (unsigned char)1; // g1 - g2 ...
15
new invAX (mini log with insertion high bit detection...)
simon
zozohe2
Jan 2, 2009 2:55 pm
/********************************************************************* ******* * * * Filename: hello.c *...
16
start a natural logarithm (Newton style)
simon
zozohe2
Jan 9, 2009 5:32 pm
/********************************************************************* ******* * * * Filename: hello.c *...
18
Some Sudoku puzzles...
simon
zozohe2
Apr 29, 2009 7:55 am
537146289 148259763 269378451 412587936 683491572 795632148 821765394 974823615 356914827 ... 738149256 146258739 259376148 312487965 485692371 697513824 ...
19
XOR Carrier Double Gate Double line...
simon
zozohe2
May 21, 2009 4:37 pm
A way to calculate... XOR na nb lg rg ca cb [+ ] [+ ] [ +] [ +] [+ ] [+ ] 1 0 1 0 1 0 1 0 1 0 1 0 [+ ] [ +] [+ ] [ +] [+ ] [+ ] 1 0 0 1 1 0 0 1 1 0 1 0 [...
20
Interpolate with a sorted balanced (XOROR) tree (c) (rewrite.!)
simon
zozohe2
Jul 2, 2009 8:41 am
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> #include <time.h> #include <conio.h> #include <io.h> #include <fcntl.h> typedef...
21
A way to xor...
simon
zozohe2
Aug 10, 2009 9:10 pm
Let us imaging three bistable relais two next to each other and one underneath A reset[01]set B reset[01]set C reset[01]set The current seen as a ball can go...
22
Scaled Pythagorean versus Cents (Music)
zozohe2
Aug 23, 2009 7:00 am
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> #include <time.h> #include <conio.h> #include <io.h> #include <fcntl.h> void...
23
Pure source for the plusflux... (adding)
zozohe2
Apr 12, 2010 9:49 pm
unsigned long fPlusFlux(unsigned long data1, unsigned long data2) { unsigned long mask1, bit1, mask2; mask1 = (unsigned long)1; mask2 = (unsigned long)1; if...
24
trx15 assembler mode (read carefully before using)
zozohe2
Nov 2, 2011 7:48 pm
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> #include <time.h> #include <conio.h> #include <io.h> #include <fcntl.h> #include...
25
start of Bonestick multiply and base logarythm in ground number 10
zozohe2
Nov 2, 2011 8:02 pm
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> #include <time.h> #include <conio.h> #include <io.h> #include <fcntl.h> #include...
26
readable diatonic widescale logarytm tone generator
zozohe2
Mar 1, 2012 6:52 pm
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> #include <time.h> #include <conio.h> #include <io.h> #include <fcntl.h> #include...