|
-
Aug 21st, 2001, 01:50 PM
#1
Thread Starter
Fanatic Member
7 byte EXEs..does this really work?
http://www.planetsourcecode.com/xq/A...s/ShowCode.htm
comments sound good but could be him on a diff name
cant try it here, bossis coming in a few..does it work?
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
-
Aug 21st, 2001, 01:57 PM
#2
Frenzied Member
I don't know, I don't care.
But 7 bytes is 56 bits.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Aug 21st, 2001, 02:03 PM
#3
transcendental analytic
Look up the cpu instructions and find out what it does, or use a disassembler
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 21st, 2001, 02:14 PM
#4
Frenzied Member
what good would a disassembler do?
-
Aug 21st, 2001, 02:19 PM
#5
transcendental analytic
it saves you the job of looking up stuff and headaches
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 21st, 2001, 02:27 PM
#6
Member
Originally posted by CiberTHuG
I don't know, I don't care.
But 7 bytes is 56 bits.
When you look at it that way, that's HUGE!
-
Aug 21st, 2001, 02:29 PM
#7
transcendental analytic
Originally posted by filburt1
When you look at it that way, that's HUGE!
no way
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 21st, 2001, 02:29 PM
#8
Frenzied Member
Well, the web site he was refering to says 7 bits. But... uhm... no. I somehow think it is 7 bytes.
It is like people talking about bandwidth.
There is a big difference between 100Kbps and 100KBps.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Aug 21st, 2001, 02:29 PM
#9
It works... Pretty cool..... and useless...
-
Aug 21st, 2001, 02:36 PM
#10
transcendental analytic
Yep and it's 10 times difference between 10Mbps and 100KBps
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 21st, 2001, 02:40 PM
#11
Frenzied Member
Originally posted by kedaman
Yep and it's 10 times difference between 10Mbps and 100KBps
Well, I was thinking 100KBps is 800Kbps. 10 times 100KBps would be 8Mbps
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Aug 21st, 2001, 02:40 PM
#12
Member
xbs is bits per second. xBs is bytes per second.
-
Aug 21st, 2001, 02:41 PM
#13
transcendental analytic
Originally posted by CiberTHuG
Well, I was thinking 100KBps is 800Kbps. 10 times 100KBps would be 8Mbps
I know, I'm comparing the differences look again
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 21st, 2001, 02:45 PM
#14
Frenzied Member
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Aug 21st, 2001, 02:51 PM
#15
Thread Starter
Fanatic Member
woohoo! got my next project..but its pretty easy..
read in keywords from a file..search web for movies with those keywords..then write the site/movie link out to a file. fun fun fun..but easy..
its 100x difference
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
-
Aug 21st, 2001, 02:52 PM
#16
transcendental analytic
(10Mbps - 100KBps)/(100KBps - 100Kbps)=(10240bps - 800Kbps)/(800Kbps - 100Kbps)=9440Kbps/700Kbps=13.4 well not quite, I wonder what tricked me
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 21st, 2001, 03:04 PM
#17
Frenzied Member
Originally posted by kedaman
Yep and it's 10 times greater difference between 10Mbps and 100KBps
Yes, and 13x when you do the math were 1K = 1024.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Aug 21st, 2001, 03:26 PM
#18
transcendental analytic
Yeah 1M=1024K that is, I can't believe i fell for that
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 21st, 2001, 03:29 PM
#19
Frenzied Member
Yes, bandwidth uses 1024, memory uses 1024, but harddrives... they don't. They use 1000. Isn't that a rip off.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Aug 21st, 2001, 03:32 PM
#20
transcendental analytic
um dunno about harddrives, i know though parts are not used by clusters, dunno what's stored there, maybe that's the missing 24 bytes.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 21st, 2001, 03:33 PM
#21
transcendental analytic
I heard 1,44M disks are actually 2M, that's a lot of stuff used to who knows what
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 21st, 2001, 03:35 PM
#22
Member
Originally posted by kedaman
I heard 1,44M disks are actually 2M, that's a lot of stuff used to who knows what
The Windows 95 setup disks (all 13 of them) store 1.7 MB of data each.
-
Aug 21st, 2001, 03:36 PM
#23
transcendental analytic
maybe they're formated in a different way
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 21st, 2001, 03:45 PM
#24
Frenzied Member
Well, a file in memory that takes exactly 10MB, will take 10.24MB of harddrive space without FS overhead.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Aug 21st, 2001, 03:47 PM
#25
transcendental analytic
maybe, maybe if you create your own OS that formats your harddrive another way you could store more efficiently
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 21st, 2001, 03:49 PM
#26
Thread Starter
Fanatic Member
yeah if you dont format a floppy disk it can hold upto 2mb.
with zip disks, brand new 100mb, but after formatting them its goes down to 95
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
-
Aug 21st, 2001, 03:52 PM
#27
Frenzied Member
Well, it isn't that, the file is the exact same size in both places.
Okay, when you buy a HDD, the size given on the side of the box is in raw bytes. If it says 20GB, then it is 20,000,000,000 bytes. If you buy 20GB of RAM, it is 20,480,000,000 bytes. The hard disk industry doesn't observe the 1KB = 1024B rule. Thankfully they are using 8 bit bytes. 'Course, your memory might be using 9 bit bytes (a parity bit), but that is transparent to the user.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Aug 21st, 2001, 03:53 PM
#28
transcendental analytic
I'd like an app to store full 2M data on a disk Maybe a reason to go deeper into ASM
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 21st, 2001, 04:19 PM
#29
check honeybee's sig, there is a interresting link on it...
filburt... not all win95 floppy installations have 13 disks, mine have 22
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
|