|
-
April 23rd, 2007, 10:58 AM
#61
Re: Programming Problem.
who knew programmers have a sense of humor.
Albiet one which is often not understood by mere mortals.
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
-
May 5th, 2007, 06:34 AM
#62
Re: Programming Problem.
 Originally Posted by TheCPUWizard
Albiet one which is often not understood by mere mortals. 
But those who understand it can laugh their **** off
-
May 5th, 2007, 06:37 AM
#63
Re: Programming Problem.
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
-
May 16th, 2007, 01:13 PM
#64
-
December 11th, 2007, 09:56 AM
#65
Re: Programming Problem.
 Originally Posted by Graham
Code:
Play = true;
while(1)
{
Play = !Play;
}
When that completes, Play will have the value "maybe". This should solve the problem.
Err.. this code will only work on a quantum computer, can someone test this?
On Error Kill(User)
-
December 12th, 2007, 10:28 AM
#66
Re: Programming Problem.
life from point of view of programming (simple model)
Code:
life = true
soul = true
while (soul = true)
{
brain = true
numbers = true
computer = 1
while (numbers = true) // attention - there are paralllel processes !!!
{
computer++
}
// here numbers = false and soul = true and brain = true
}
soul = false
life = false
what do you think about this ???
-
December 12th, 2007, 12:46 PM
#67
Re: Programming Problem.
 Originally Posted by KrisSimonis
Err.. this code will only work on a quantum computer, can someone test this?
Yes you are correct. I just tried it on my quantum computer and it works perfectly.
-
December 12th, 2007, 01:12 PM
#68
Re: Programming Problem.
 Originally Posted by TheCPUWizard
I tried this code in Linux but it didn't work
Do you think you could convert it for me?
-
December 12th, 2007, 02:15 PM
#69
Re: Programming Problem.
 Originally Posted by sotoasty
I tried this code in Linux but it didn't work
Do you think you could convert it for me?
Err i think this should work
Code:
Set Play = new True
Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
WPF Articles : 3D Animation 1 , 2 , 3
Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.
-
December 13th, 2007, 05:02 AM
#70
Re: Programming Problem.
 Originally Posted by GremlinSA
Err i think this should work
Code:
Set Play = new True
Aaah! Watch out! It's a member of the New World Order, trying to redefine the truth! He stated it him self.. NEW TRUE!!!
Quickly, lets put on our aluminum helmets to protect us from the pod people!
On Error Kill(User)
-
December 13th, 2007, 08:54 AM
#71
Re: Programming Problem.
Well, if we want to redefine truth, then we should class it.
PHP Code:
class redefine
{
function newTrue()
{
flush($true);
return false;
}
}
$true = new redefine();
$true->newTrue();
redefine::newTrue();
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
December 16th, 2007, 03:56 PM
#72
Re: Programming Problem.
I go to other infinity threads. I'll be here later
-
February 8th, 2008, 05:35 AM
#73
Re: Programming Problem.
 Originally Posted by TheCPUWizard
Try powering down your system for a few days and let dust settle on it...Time is a healer
-
February 25th, 2008, 08:28 AM
#74
Re: Programming Problem.
Hey, I also want to PLAY.
I may not be a good player but would like to PLAY anyway.
Dont forget to rate my post if you find it useful.
-
February 25th, 2008, 06:00 PM
#75
Re: Programming Problem.
you all are missing the point
Code:
Play=true;
// wait for Play to get free
while(fopen(Play, "a") == NULL)
{
Sleep(1000);
}
fcloseall();
CopyFile(Play, "C:\Play.pdf")
the fact is that an external tool is holding the truth, you must wait for the end of the elaboration to go on.
++++++++[>++++++++<-]>+.<+++[>++++<-]>+.<++[>-----<-]>.<+++[>++++<-]>++.<+++[>----<-]>-.----.
God does not play dice with the universe.(A.Einstein)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|