Author Topic: For those of us who dont know binary...  (Read 11122 times)

0 Members and 1 Guest are viewing this topic.

Offline Broseph Radson

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 295
  • Rating: +20/-1
  • Its 0x1A4 somewhere
    • View Profile
For those of us who dont know binary...
« on: January 21, 2011, 09:39:13 am »
Hope this makes graphics easier  ;D

Offline JustCause

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 810
  • Rating: +115/-5
    • View Profile
Re: For those of us who dont know binary...
« Reply #1 on: January 21, 2011, 09:47:52 am »
THANK YOUUUUUUUUUUUUU

:w00t:
See you, space cowboy...

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: For those of us who dont know binary...
« Reply #2 on: January 21, 2011, 09:58:43 am »
Very nice.
As a side note:
Code: [Select]
0->B->C->D
For(A,0,15)
Pt-Off(0,A,{o}A)
End
DispGraph
Should give the same thing. (except for the randomness of whatever is in B, C, and D)
{o}=o
« Last Edit: January 21, 2011, 01:48:55 pm by Binder News »
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: For those of us who dont know binary...
« Reply #3 on: January 21, 2011, 10:51:19 am »
Very nice.
As a side note:
Code: [Select]
For(A,0,15)
Pt-Off(0,A,{o}A)
End
DispGraph
Should give the same thing. (except for the randomness of whatever is in B, C, and D)
{o}=o

Brilliant, that's amazing!




Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: For those of us who dont know binary...
« Reply #4 on: January 21, 2011, 01:48:32 pm »
 ;D Thanks!
Modified the code to prevent any randomness showing up at the end.
« Last Edit: January 21, 2011, 01:49:25 pm by Binder News »
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Ashbad

  • Guest
Re: For those of us who dont know binary...
« Reply #5 on: January 21, 2011, 01:50:47 pm »
I already memorized a while ago ;)

No need of using hexpic for b&w sprites anymore for me!

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: For those of us who dont know binary...
« Reply #6 on: January 21, 2011, 03:23:34 pm »
Erm, shouldn't this be titled "For those of use who don't know Hexadecimal"?
/e

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: For those of us who dont know binary...
« Reply #7 on: January 21, 2011, 03:25:44 pm »
That sprite appears somewhere in every single one of my programs...
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: For those of us who dont know binary...
« Reply #8 on: January 21, 2011, 03:30:19 pm »
I already knew binary, hex, spriting by hand but this looks like a fairly good explanation ;D

Offline Broseph Radson

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 295
  • Rating: +20/-1
  • Its 0x1A4 somewhere
    • View Profile
Re: For those of us who dont know binary...
« Reply #9 on: January 21, 2011, 03:57:51 pm »
They are hex numbars yes but the pixels are arranged in binary.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: For those of us who dont know binary...
« Reply #10 on: January 21, 2011, 04:05:36 pm »
There are 10 types of people in this world - Those who know binary and those who don't. ;D

Thanks Broseph. :)

Ashbad

  • Guest
Re: For those of us who dont know binary...
« Reply #11 on: January 21, 2011, 04:05:46 pm »
just in case you ever forget what binary is use this extensive and beautiful list for reference; sorry for the long length but you have to admit it is complete
« Last Edit: January 21, 2011, 04:05:59 pm by Ashbad »

Offline Broseph Radson

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 295
  • Rating: +20/-1
  • Its 0x1A4 somewhere
    • View Profile
Re: For those of us who dont know binary...
« Reply #12 on: January 21, 2011, 04:06:59 pm »
lol ztrumpet. i saw that on a bumper sticker once

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: For those of us who dont know binary...
« Reply #13 on: January 21, 2011, 04:07:48 pm »
just in case you ever forget what binary is use this extensive and beautiful list for reference; sorry for the long length but you have to admit it is complete


WOW, I would have never found out about that, it's just wow, thanks much!

Ashbad

  • Guest
Re: For those of us who dont know binary...
« Reply #14 on: January 21, 2011, 04:08:11 pm »
I've almost memorized it already