For everything that's not in any way related to PureBasic. General chat etc...
Num3
PureBasic Expert
Posts: 2812 Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:
Post
by Num3 » Tue Oct 18, 2005 7:25 pm
We only need 99 more users to register at the forums to reach 2000!
Weeepiiieeee
(well i have nothing to do and i'm bored )
Last edited by
Num3 on Fri Nov 25, 2005 12:28 pm, edited 1 time in total.
ts-soft
Always Here
Posts: 5756 Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany
Post
by ts-soft » Tue Oct 18, 2005 7:58 pm
99 ????
o_O
Code: Select all
OpenConsole()
a = 1911 + 99
Print(Str(a))
Input()
CloseConsole()
Last edited by
ts-soft on Tue Oct 18, 2005 8:01 pm, edited 1 time in total.
PureBasic 5.73 |
SpiderBasic 2.30 |
Windows 10 Pro (x64) |
Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
netmaestro
PureBasic Bullfrog
Posts: 8452 Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada
Post
by netmaestro » Tue Oct 18, 2005 8:00 pm
Make that 100 - Trond / Jellybean is using two spots
BERESHEIT
dell_jockey
Enthusiast
Posts: 767 Joined: Sat Jan 24, 2004 6:56 pm
Post
by dell_jockey » Tue Oct 18, 2005 10:46 pm
OpenAdminContext()
for Job = 1 to 99
CreateUser(Job)
next
CloseAdminContext()
lexvictory
Addict
Posts: 1027 Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:
Post
by lexvictory » Wed Oct 19, 2005 10:21 am
86 now!!!
lol
Demonio Ardente
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
ts-soft
Always Here
Posts: 5756 Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany
Post
by ts-soft » Wed Oct 19, 2005 10:23 am
yes, 99 -3 = 86
PureBasic 5.73 |
SpiderBasic 2.30 |
Windows 10 Pro (x64) |
Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
techjunkie
Addict
Posts: 1126 Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:
Post
by techjunkie » Wed Oct 19, 2005 2:34 pm
ts-soft wrote: yes, 99 -3 = 86
Que?!? I never going to lend you some money...
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
ts-soft
Always Here
Posts: 5756 Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany
Post
by ts-soft » Wed Oct 19, 2005 2:42 pm
techjunkie wrote: ts-soft wrote: yes, 99 -3 = 86
Que?!? I never going to lend you some money...
No problem
PureBasic 5.73 |
SpiderBasic 2.30 |
Windows 10 Pro (x64) |
Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
DarkDragon
Addict
Posts: 2347 Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:
Post
by DarkDragon » Wed Oct 19, 2005 6:36 pm
ts-soft wrote: yes, 99 -3 = 86
Yes that's true
.
Code: Select all
x E R; y E R; x=y
1x = 1y
(86-99)x = (86-99)y
86x - 99x = 86y - 99y |+99x;-86y
86x - 86y = 99x - 99y
86(x-y) = 99(x-y) | /(x-y)
86 = 99
You can do it with every number, but read the last sentence of my posting.
!
Don't forget, division by zero is forbidden!!! !
bye,
Daniel
Straker
Enthusiast
Posts: 701 Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA
Post
by Straker » Tue Nov 22, 2005 11:49 pm
well, we're at 1966 today, anyone want to start a pool to determine what day we reach 2000?
Now, who'll be the first nerd to post code to that end?
Joakim Christiansen
Addict
Posts: 2452 Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:
Post
by Joakim Christiansen » Wed Nov 23, 2005 1:07 am
ts-soft wrote: 99 ????
o_O
Code: Select all
OpenConsole()
a = 1911 + 99
Print(Str(a))
Input()
CloseConsole()
I would do it like this
:
Code: Select all
OpenConsole()
Print(Str(1911+99))
Input()
CloseConsole()
Maybe someone would give us optimized assembly code for this?
I like logic, hence I dislike humans but love computers.
fsw
Addict
Posts: 1603 Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest
Post
by fsw » Thu Nov 24, 2005 10:22 pm
Until now there are 1970 registered users in this forum.
As of today 654 user never posted, and 421 of these registered before 1st January 2005.
Conclusion:
2000 registered users says nothing...
blueznl
PureBasic Expert
Posts: 6172 Joined: Sat May 17, 2003 11:31 am
Contact:
Post
by blueznl » Thu Nov 24, 2005 10:56 pm
thats 421 users to delete i guess...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB - upgrade incoming...)
( The path to enlightenment and the PureBasic Survival Guide
right here ... )
Trond
Always Here
Posts: 7446 Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway
Post
by Trond » Thu Nov 24, 2005 11:13 pm
fsw wrote: As of today 654 user never posted, and 421 of these registered before 1st January 2005.
Conclusion:
2000 registered users says nothing...
No, only 654 users says nothing...
Num3
PureBasic Expert
Posts: 2812 Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:
Post
by Num3 » Fri Nov 25, 2005 12:18 pm
Not posting doesn't mean they aren't active members of the community and/or don't use PureBasic...