What Computer Language(s) Do You "Speak"?

  • We are currently upgrading MFK. thanks! -neo
Sorry all, I just read it too fast and was thinking that's a cool idea. But I do know a bit of everything more or less just nothing really great. HTML probably the most, And when I have questions I'm all about asking Google to give me the answer or help me figure it out.

Sent from my DROIDX using MonsterAquariaNetwork App

When I googled looking for help once I stumbled upon W3schools.com they have free info for several languages.


Sent from my iPod touch using MonsterAquariaNetwork app
 
Well, anywho, as I said before...A couple guys on AC were teaching me Binary Code one night and I was starting to get down the patterns and stuff but never pursued it enough to actually learn it.
 
binary is easy, hexadecimal coding is a whole different level-you count from zero to fifteen using the characters zero to F and a four digit hex character translates into a 16 digit binary code
 
One thing I've learned about SQL is, using stuff like SQL plus, you learn nothing from training, and everything from doing. The only reliable learning tool is geek forums, via the google search :)

And it's weird that, the more and more you teach yourself about SQL, the easier and efficient everyday SQL pulls become.

And then they give you SQL developer lol


Sent from my iPad using MonsterAquariaNetwork app
 
binary is easy, hexadecimal coding is a whole different level-you count from zero to fifteen using the characters zero to F and a four digit hex character translates into a 16 digit binary code

I'm still trying to decide if I understood that sentence enough to ask for more details.....hahaha
 
here's a quick and dirty conversion chart that goes from standard numbering to binary to hex

Base 10 Binary Hex
0 0000 0
1 0001 1
2 0010 2
3 0011 3
4 0100 4
5 0101 5
6 0110 6
7 0111 7
8 1000 8
9 1001 9
10 1010 A
11 1011 B
12 1100 C
13 1101 D
14 1110 E
15 1111 F
 
MonsterFishKeepers.com