Don't forget the P4 3G has HT and you need a board that suports it. :)
We the unwilling, being led by the unknowing, have been doing so much with so little for so long. We now attempt the impossible with nothing.
Don't forget the P4 3G has HT and you need a board that suports it. :)
We the unwilling, being led by the unknowing, have been doing so much with so little for so long. We now attempt the impossible with nothing.
I just got it to run on my new pc(had to fix the timing again) if you want the source I will send it to you. corky
We the unwilling, being led by the unknowing, have been doing so much with so little for so long. We now attempt the impossible with nothing.
Here are some links. There is about 3ft of snow there now in Shenandoah NP (my favorite place). http://www.visitshenandoah.com/index.htm[^] http://www.virginia.org/[^]http://www.virginia.com/[^]
We the unwilling, being led by the unknowing, have been doing so much with so little for so long. We now attempt the impossible with nothing.
If you want tweaks go here. http://members.aol.com/_ht_a/axcel216/[^]
We the unwilling, being led by the unknowing, have been doing so much with so little for so long. We now attempt the impossible with nothing.
Most of the info you need is here http://www.beachnet.com/~hstiles/cardtype.html
We the unwilling, being led by the unknowing, have been doing so much with so little for so long. We now attempt the impossible with nothing.
Why not use Access an append query should do it. corky
We the unwilling, being led by the unknowing, have been doing so much with so little for so long. We now attempt the impossible with nothing.
Is this it? http://www.codeproject.com/useritems/TxtSpell.asp [^] Corky
We the unwilling, being led by the unknowing, have been doing so much with so little for so long. We now attempt the impossible with nothing.
Programming is not just a job to me it's what I like to do. It's a way of life :rolleyes:
/--\ /---\ |---\ | / \ /
| | | | | | / \ /
| | | |---/ | \ |
\--/ \---/ | \ | \ |
I have the freedom to design my apps and write them in whatever language fits the task. They supply the hardware and software I need and pay for my books and even my phone line at home and my isp:-D Down side I am on call 24/7 but after so many years it becomes part of your life.
/--\ /---\ |---\ | / \ /
| | | | | | / \ /
| | | |---/ | \ |
\--/ \---/ | \ | \ |
Retire? Not while I have so much to learn and my wife won't let me ;P
/--\ /---\ |---\ | / \ /
| | | | | | / \ /
| | | |---/ | \ |
\--/ \---/ | \ | \ |
I remember doing thosands of lines of code on coding sheets and sending them to be keypunched :rolleyes:
/--\ /---\ |---\ | / \ /
| | | | | | / \ /
| | | |---/ | \ |
\--/ \---/ | \ | \ |
Today is my Birthday (see my profile and do some math):-D:) July was my 30th year working for the same company (Spencer Gifts) :~ April was my 31st wedding anniversary :) March my 4th Grandchild was born :) My 5th Grandchild is due in October :) I realized that I have bin married to the same woman, working at the same job for over half my life. I am either very lucky or am in a rut? :-D
/--\ /---\ |---\ | / \ /
| | | | | | / \ /
| | | |---/ | \ |
\--/ \---/ | \ | \ |
I thought it might be English or Irish. :)
/--\ /---\ |---\ | / \ /
| | | | | | / \ /
| | | |---/ | \ |
\--/ \---/ | \ | \ |
My Daughter is due to have a baby in October (My 5th Grandchild). We know it will most likely be a girl, they want to call her Faith but there is another spelling Failth. Does anybody know where this spelling came from, I have searched everywhere and can't find where it originated.
/--\ /---\ |---\ | / \ /
| | | | | | / \ /
| | | |---/ | \ |
\--/ \---/ | \ | \ |
You should try Ztree (www.ztree.com) a win32 clone of Xtree.;)
/--\ /---\ |---\ | / \ /
| | | | | | / \ /
| | | |---/ | \ |
\--/ \---/ | \ | \ |
I have always had to write my owen code but the data came from a mainframe. Corky
It's just basic multiplication (n * n1), done one of the ways the CPU does it the other way is to add n to itself n1 times (for (int i = 0; i < nl; i++) a += n; )). This Sig For Rent
Corky
What is this bit of code dong.
long stuff(long n1,long n)
{
long a;
long c = 0;
long d = (2 * (n1/2));
for (a = 1; d - a > 0;a *= 2)
c++;
a = _lrotl(n,c);
if(n1 - d)
a += n;
return a;
}
No fare compiling it. ;) This Sig For Rent
Corky
6 and 6 take lighter or heavier 6 3 and 3 take lighter or heavier 3 1 and 1 take lighter or heavier if they balance it's the ball thats left ;) This Sig For Rent
Corky
When you were born I had been working on computers for 20+ years and it's still fun;) This Sig For Rent
Corky