Let's get programmy!

If you have some randomness to share that you can't post elsewhere, this is the place to do it.
Post Reply

Is Assembly the best programming language?

Yes
3
9%
Oh God my eyes
3
9%
Oh God my brain
12
38%
I perform unholy incantations to keep Assembly at bay
4
13%
Real men write binaries by hand
10
31%
 
Total votes: 32
Akonyl
Community Hero

Posts:
4200

Let's get programmy!

Post by Akonyl »

Image
(Real photograph of someone programming)
y'know, though I said we don't need one, I figured I would make one because when it gets to multiple conversations about programming in the What's on your Mind topic, I feel like it's sorta clogging the thing :V

So here's a programming topic for whatever programmy things you decide are programmy. If it has a "++" in it, it should probably be in here. :P
Last edited by Akonyl on October 17th, 2011, 11:01 pm, edited 1 time in total.
User avatar
Conia
Yurikochan's Husband
Conan Shuuichi

Posts:
5194

Re: Let's get programmy!

Post by Conia »

int main
{
char stickguy[3];
stickguy[0]=\
stickguy[1]=o
stickguy[2]=/
for (int a=0;a<3;a++)  //Yes, I know this for is unnecessary :P
cout<<stickguy[a];
}
Image
ranger
Community Villain

Posts:
3588

Re: Let's get programmy!

Post by ranger »

I voted for machine code, but in all honestly, I've had enough of x86.  Give me high level, or give me death
Image
Image
User avatar
Vylash

Posts:
3757
Contact:

Re: Let's get programmy!

Post by Vylash »

Also known as the "make people's heads spin" topic
Image
User avatar
ConansSideWalk
Trying To Take Over The World!

Posts:
39

Re: Let's get programmy!

Post by ConansSideWalk »

01101000 01101111 01110111 00100000 01100001 01110010 01100101 00100000 01111001 01101111 01110101
ImageImage
Representing The Place I Love For The People Who Inhabit It. SOS団 Forever
Akonyl
Community Hero

Posts:
4200

Re: Let's get programmy!

Post by Akonyl »

Conia wrote: int main
{
char stickguy[3];
stickguy[0]=\
stickguy[1]=o
stickguy[2]=/
for (int a=0;a<3;a++)  //Yes, I know this for is unnecessary :P
cout<<stickguy[a];
}
way to forget your namespace and include conia D:

(your return too, but that would just be a warning :P)
ranger
Community Villain

Posts:
3588

Re: Let's get programmy!

Post by ranger »

ConansSideWalk wrote: 01101000 01101111 01110111 00100000 01100001 01110010 01100101 00100000 01111001 01101111 01110101
you probably just used an online program or app, but seriously, its just  not human for someone to memorize the ascii table (that's what mah prof always sayz)
Image
Image
Akonyl
Community Hero

Posts:
4200

Re: Let's get programmy!

Post by Akonyl »

ranger wrote:
ConansSideWalk wrote: 01101000 01101111 01110111 00100000 01100001 01110010 01100101 00100000 01111001 01101111 01110101
you probably just used an online program or app, but seriously, its just  not human for someone to memorize the ascii table (that's what mah prof always sayz)
'A'=65, that's all you need to know :P

unless you want lowercase, then pssh I don't remember 'a'

edit: Updated the OP to be more extreme.
Last edited by Akonyl on October 17th, 2011, 11:01 pm, edited 1 time in total.
prince_echizen

Posts:
11

Re: Let's get programmy!

Post by prince_echizen »

never done assembly...but i do like c++
User avatar
ConansSideWalk
Trying To Take Over The World!

Posts:
39

Re: Let's get programmy!

Post by ConansSideWalk »

I'm just a genius. :P
ImageImage
Representing The Place I Love For The People Who Inhabit It. SOS団 Forever
ranger
Community Villain

Posts:
3588

Re: Let's get programmy!

Post by ranger »

Akonyl wrote:
ranger wrote:
ConansSideWalk wrote: 01101000 01101111 01110111 00100000 01100001 01110010 01100101 00100000 01111001 01101111 01110101
you probably just used an online program or app, but seriously, its just  not human for someone to memorize the ascii table (that's what mah prof always sayz)
'A'=65, that's all you need to know :P

unless you want lowercase, then pssh I don't remember 'a'

edit: Updated the OP to be more extreme.
I don't remember that shit, no one is going to quiz me on the ascii binary representation of " ' " on the spot for interviews

On a side note - I am transferring into the dark side aka Computer Science.  However I was already coming from an incredible similar field...I'm just tired of mudda truckin circuits and low-level-ness.
Image
Image
Akonyl
Community Hero

Posts:
4200

Re: Let's get programmy!

Post by Akonyl »

yeah, there's no reason to know it, just one of those things I know randomly :v

and welcome back, Darth Ranger. We missed you D:
ranger
Community Villain

Posts:
3588

Re: Let's get programmy!

Post by ranger »

all my ece buddies hate me for lyph now.
Image
Image
User avatar
ConansSideWalk
Trying To Take Over The World!

Posts:
39

Re: Let's get programmy!

Post by ConansSideWalk »

I can't wait for some of that money from the dark side ranger. Don't worry if you get sued my field will help you muahaha.
ImageImage
Representing The Place I Love For The People Who Inhabit It. SOS団 Forever
Akonyl
Community Hero

Posts:
4200

Re: Let's get programmy!

Post by Akonyl »

ranger wrote: all my ece buddies hate me for lyph now.
don't worry, you'll be the one laughing when you don't have to deal with circuits.
Post Reply