Jump to content

Programming


Kizzi

Recommended Posts

To commemorate my 10k posts, I thought I'd post a topic on programming, one of my hobbies. I realize most of you won't program, but you don't have to in order to answer most of the questions and discuss it with other people. Note that here I'm counting pretty much any sort of scripting or programming, so if you're hacking ROM scripts then that counts too.

 

Question time! Does anyone here do a bit of programming? Has anyone been wanting to? If so what languages do you program in? Do you know anyone that's a programmer? Is anyone considering it for a career choice? Have you got any programs that you want to post? Want to tell everybody what you think? Want to get an opinion? Have the ability to answer another similar question that I've forgotten to add?

 

Post your thoughts on programming here and answer whichever of the above questions you feel like answering. I'll follow suit once I know if there are any other programmers on this site.

Link to comment
Share on other sites

  • Replies 64
  • Created
  • Last Reply

I know some programming. Though really basic' date=' nothing special.

 

I do want to learn though, since I'll most likely want to find a career in that.

[/quote']

 

What language(s) do you know the basics of? Have you got anything in particular you want to learn or just gonna start guessing? =p

 

I program websites. I want to learn more' date=' but not get a job in it because then I won't get payed much. I would show off my sites, but I can't because of linking rules.

[/quote']

 

Sweet. Presumably you know HTML, but what else? CSS / javascript / jquery / PHP? =p

Also, I suspect you could get away with posting the source so we can all view local copies. ;)

 

I'm learning to program at the college. Actually' date=' it's boring. For now, I just know to do simple things with Pascal, C and something named SL.

[/quote']

 

I get confused with trying to learn Pascal and C. I can't find any info about SL - can you post code snippets and possibly info?

 

I know common sense which helps me edit codes.

 

Common sense helps you edit codes. To what degree exactly?

Link to comment
Share on other sites

I program websites. I want to learn more' date=' but not get a job in it because then I won't get payed much. I would show off my sites, but I can't because of linking rules.

[/quote']

 

Sweet. Presumably you know HTML, but what else? CSS / javascript / jquery / PHP? =p

Also, I suspect you could get away with posting the source so we can all view local copies. ;)

I know CSS, Java, and PHP as well. I have a link to one of my sites in my link box on my profile.

Link to comment
Share on other sites

I know some programming. Though really basic' date=' nothing special.

 

I do want to learn though, since I'll most likely want to find a career in that.

[/quote']

 

What language(s) do you know the basics of? Have you got anything in particular you want to learn or just gonna start guessing? =p

 

Just gonna wing it really. =P

Link to comment
Share on other sites

I program websites. I want to learn more' date=' but not get a job in it because then I won't get payed much. I would show off my sites, but I can't because of linking rules.

[/quote']

 

Sweet. Presumably you know HTML, but what else? CSS / javascript / jquery / PHP? =p

Also, I suspect you could get away with posting the source so we can all view local copies. ;)

I know CSS, Java, and PHP as well. I have a link to one of my sites in my link box on my profile.

 

Sweet. No Javascript? And are there any sites you've 100% coded yourself?

 

I know some programming. Though really basic' date=' nothing special.

 

I do want to learn though, since I'll most likely want to find a career in that.

[/quote']

 

What language(s) do you know the basics of? Have you got anything in particular you want to learn or just gonna start guessing? =p

 

Just gonna wing it really. =P

 

What do you know the basics of? xD

Link to comment
Share on other sites

I program websites. I want to learn more' date=' but not get a job in it because then I won't get payed much. I would show off my sites, but I can't because of linking rules.

[/quote']

 

Sweet. Presumably you know HTML, but what else? CSS / javascript / jquery / PHP? =p

Also, I suspect you could get away with posting the source so we can all view local copies. ;)

I know CSS, Java, and PHP as well. I have a link to one of my sites in my link box on my profile.

 

Sweet. No Javascript? And are there any sites you've 100% coded yourself?

 

 

No, because I can't find a free host that allows me to code it myself. And I though I put javascript on that list. I did mess with some ROMS, but not majorly. I am also too lazy to code something really epic.

Link to comment
Share on other sites

I program websites. I want to learn more' date=' but not get a job in it because then I won't get payed much. I would show off my sites, but I can't because of linking rules.

[/quote']

 

Sweet. Presumably you know HTML, but what else? CSS / javascript / jquery / PHP? =p

Also, I suspect you could get away with posting the source so we can all view local copies. ;)

I know CSS, Java, and PHP as well. I have a link to one of my sites in my link box on my profile.

 

Sweet. No Javascript? And are there any sites you've 100% coded yourself?

 

 

No, because I can't find a free host that allows me to code it myself. And I though I put javascript on that list. I did mess with some ROMS, but not majorly. I am also too lazy to code something really epic.

 

D=

So you never code small sites for practice?

Link to comment
Share on other sites

I know common sense which helps me edit codes.

 

Common sense helps you edit codes. To what degree exactly?

 

Changing values' date=' removing vertain things and adding some codes if I can find out the layout of the code. You know copy and paste it in the right place then making the small changes needed.

[/quote']

 

Ah so you'd be pretty stuck making anything by yourself. =p

Link to comment
Share on other sites

I program websites. I want to learn more' date=' but not get a job in it because then I won't get payed much. I would show off my sites, but I can't because of linking rules.

[/quote']

 

Sweet. Presumably you know HTML, but what else? CSS / javascript / jquery / PHP? =p

Also, I suspect you could get away with posting the source so we can all view local copies. ;)

I know CSS, Java, and PHP as well. I have a link to one of my sites in my link box on my profile.

 

Sweet. No Javascript? And are there any sites you've 100% coded yourself?

 

 

No, because I can't find a free host that allows me to code it myself. And I though I put javascript on that list. I did mess with some ROMS, but not majorly. I am also too lazy to code something really epic.

 

D=

So you never code small sites for practice?

 

I do, but they are on a different computer so I will have to grab them and post them later.

Link to comment
Share on other sites

SL is a language designed by some dude of my country, to help people start learning to program. It's like a simplified combination of Pascal and C in spanish.

var

N, n, tot: numerico

inicio

cls()

imprimir_explicacion ()

imprimir ("introduzca dos numeros enteros")

leer (n)

leer (N)

calcular_mayor (n)

imprimir ("\nel mayor de los dos numeros es",tot)

fin

subrutina imprimir_explicacion ()

inicio

imprimir ("\nEste programa de ejemplo calcula","\n el mayor de dos enteros positivos que se ingresa\n")

fin

subrutina calcular_mayor (entero_tope: numerico)

inicio

si (n > N)

{

tot = n

sino

tot = N

}

fin

Link to comment
Share on other sites

I program websites. I want to learn more' date=' but not get a job in it because then I won't get payed much. I would show off my sites, but I can't because of linking rules.

[/quote']

 

Sweet. Presumably you know HTML, but what else? CSS / javascript / jquery / PHP? =p

Also, I suspect you could get away with posting the source so we can all view local copies. ;)

I know CSS, Java, and PHP as well. I have a link to one of my sites in my link box on my profile.

 

Sweet. No Javascript? And are there any sites you've 100% coded yourself?

 

 

No, because I can't find a free host that allows me to code it myself. And I though I put javascript on that list. I did mess with some ROMS, but not majorly. I am also too lazy to code something really epic.

 

D=

So you never code small sites for practice?

 

I do, but they are on a different computer so I will have to grab them and post them later.

 

Oh, okay. :P

 

I know a smidge of HTML' date=' and super basic Java >_>

Took a comp sci class in school last year, decided it really wasn't for me.

[/quote']

 

I suppose a bit is better than nothing.

 

SL is a language designed by some dude of my country' date=' to help people start learning to program. It's like a simplified combination of Pascal and C in spanish.

var
N, n, tot: numerico
inicio
cls()
imprimir_explicacion ()
imprimir ("introduzca dos numeros enteros")
leer (n)
leer (N)
calcular_mayor (n)
imprimir ("\nel mayor de los dos numeros es",tot)
fin
subrutina imprimir_explicacion ()
inicio
imprimir ("\nEste programa de ejemplo calcula","\n el mayor de dos enteros positivos que se ingresa\n")
fin
subrutina calcular_mayor (entero_tope: numerico)
inicio
si (n > N)
{
	tot = n
	sino 
	tot = N
}
fin

[/quote']

 

That will probably be why I've never heard of it and can't really understand it. :P

Link to comment
Share on other sites

I know common sense which helps me edit codes.

 

Common sense helps you edit codes. To what degree exactly?

 

Changing values' date=' removing vertain things and adding some codes if I can find out the layout of the code. You know copy and paste it in the right place then making the small changes needed.

[/quote']

 

Ah so you'd be pretty stuck making anything by yourself. =p

 

Right.

Link to comment
Share on other sites

I know some Basic, Pascal, HTML. I do a bit of programing in my spare time. Last thing I made was a TPW translator from Hex to Letters. The biggest project I ever made was in VB. It was a cluster of mini games, and quizzes (had the game Associations, Slot Machine - very boring, but I wanted to try out "randomize", and something I called "Lord of the Pigs" - similar to FarmVille, only made in Basic and not in Flash).

 

I am interested in C (primarily C++)... hope to learn it some day...

 

Ohh, here the TPW code of my "CODING MACHINE":

program CodeMaker10;
uses wincrt;
var
a:char;
r,t:string;
b:integer;
begin
Randomize;
r:='';
writeln('Enter the text you want to code. Use "_" instead of (break), and "*" to end the text:');
read(a);
While a<>'*' do
     begin                       
     case a of
'a':
   begin
        b:=Random(3);
        case b of
        0: t:='q';
        1: t:='b';
        2: t:='3';                                
        end;
   end;
'b':
   begin
   b:=Random(2);
   if b=1 then t:='U' else t:='/';
   end;
'v': t:='y';
'g': t:='#';            
'd':
   begin
   b:=random(3);
   if b=2 then t:='t' else if b=1 then t:='%' else t:='D';
   end;         
'e':
   begin
        b:=Random(3);
        case b of
        0: t:='e';
        1: t:='9';
        2: t:=';';
        end;
   end;             
'z': t:='(';            
'i':
   begin
        b:=Random(3);
        case b of
        0: t:='@';
        1: t:='S';
        2: t:='*';
        end;
   end;             
'j': t:='0';            
'k': t:='N';            
'l': T:='=';            
'm':
   begin
        b:=Random(3);
        case b of
        0: t:='`';
        1: t:='~';
        2: t:='i';
        end;
   end;
'n':
   begin
        b:=Random(3);
        case b of
        0: t:='h';
        1: t:='.';
        2: t:='\';
        end;
   end;
'o':
   begin
        b:=Random(3);
        case b of
        0: t:='{';
        1: t:='J';
        2: t:='p';
        end;
   end;
'p': t:='?';            
'r': t:='}';            
's': t:='a';            
't': t:='+';            
'u':
   begin
        b:=Random(3);
        case b of
        0: t:='R';
        1: t:='^';
        2: t:='7';
        end;
   end;
'f': t:='d';            
'h': t:='_';            
'c': 
   begin
        b:=Random(4);
        case b of
        0: t:='"';
        1: t:='|';
        2: t:='F';
        3: t:='4';
        end;
   end;
'A':
   begin
        b:=Random(3);
        case b of
        0: t:='z';
        1: t:=',';
        2: t:='Y';
        end;
   end;
'B': t:=')';
'V': t:='K';
'G': t:='6';
'D': t:='$';
'E':
   begin
        b:=Random(3);
        case b of
        0: t:='"';
        1: t:='|';
        2: t:='F';
        end;
   end;
'Z':
   begin
   b:=random(3);
   if b=2 then t:='g' else if b=1 then t:='[' else t:=']';
   end;
'I':
   begin
   b:=random(3);
   if b=2 then t:='x' else if b=1 then t:='A' else t:='X';
   end;
'J':
   begin
   b:=random(3);
   if b=2 then t:='G' else if b=1 then t:=':' else t:='>';
   end;
'K': t:='2';
'L': t:='!';
'M':
   begin
   b:=random(3);
   if b=2 then t:='t' else if b=1 then t:='%' else t:='D';
   end;
'N': t:='v';
'O':
   begin
        b:=Random(3);
        case b of
        0: t:='1';
        1: t:='/';
        2: t:='k';
        end;
   end;
'P': t:='<';
'R': t:='W';
'S':
   begin
   b:=random(3);
   if b=2 then t:='t' else if b=1 then t:='%' else t:='D';
   end;
'T': t:='M';
'U':
   begin
        b:=Random(3);
        case b of
        0: t:='-';
        1: t:='c';
        2: t:='m';
        end;
   end;
'F':
   begin
   b:=random(3);
   if b=2 then t:='&' else if b=1 then t:='U' else t:='s';
   end;
'H': t:='I';
'C': t:='j';
'_':
   begin
        b:=Random(6);
        case b of
        0: t:='r';
        1: t:='d';
        2: t:='E';
        3: t:='I';
        4: t:='';
        5: t:='';
        end;
   end;
'1':
   begin
        b:=Random(2);
        case b of
        0: t:='-';
        1: t:='c';
        end;
   end;
'2': t:='H';
'3': t:='Z';
'4': t:='5';
'5': t:='O';
'6': t:='o';
'7': t:='L';
'8': t:='f';
'9': t:='n';
'0':
   begin
        b:=Random(2);
        case b of
        0: t:='8';
        1: t:='l';
        end;
   end;             
'.':
   begin
        b:=Random(3);
        case b of
        0: t:='u';
        1: t:='T';
        2: t:='B';
        end;
   end;
',':
   begin
        b:=Random(3);
        case b of
        0: t:='P';
        1: t:='w';
        2: t:='Q';
        end;
   end;
end;
r:=r+t;
read(a);
end;
writeln;
writeln('Translation:');
writeln;
writeln(r);
end.

 

I know that TPW 1.5 is very hard to find, so here's a link 5.78MB - RAR

Link to comment
Share on other sites

Java' date=' and that's pretty much it. Canada pretty much eliminated C, C++ and any other language related to those from the education system. It's really sad.

[/quote']

 

Canada's lucky. The UK's eliminated programming pretty much completely from schools.

 

C++ FTW!

 

I'm not smart enough to make good use of C++.

 

I know some Basic' date=' Pascal, HTML. I do a bit of programing in my spare time. Last thing I made was a TPW translator from Hex to Letters. The biggest project I ever made was in VB. It was a cluster of mini games, and quizzes (had the game Associations, Slot Machine - very boring, but I wanted to try out "randomize", and something I called "Lord of the Pigs" - similar to FarmVille, only made in Basic and not in Flash).

 

I am interested in C (primarily C++)... hope to learn it some day...

 

Ohh, here the TPW code of my "CODING MACHINE":

program CodeMaker10;
uses wincrt;
var
a:char;
r,t:string;
b:integer;
begin
Randomize;
r:='';
writeln('Enter the text you want to code. Use "_" instead of (break), and "*" to end the text:');
read(a);
While a<>'*' do
     begin                       
     case a of
'a':
   begin
        b:=Random(3);
        case b of
        0: t:='q';
        1: t:='b';
        2: t:='3';                                
        end;
   end;
'b':
   begin
   b:=Random(2);
   if b=1 then t:='U' else t:='/';
   end;
'v': t:='y';
'g': t:='#';            
'd':
   begin
   b:=random(3);
   if b=2 then t:='t' else if b=1 then t:='%' else t:='D';
   end;         
'e':
   begin
        b:=Random(3);
        case b of
        0: t:='e';
        1: t:='9';
        2: t:=';';
        end;
   end;             
'z': t:='(';            
'i':
   begin
        b:=Random(3);
        case b of
        0: t:='@';
        1: t:='S';
        2: t:='*';
        end;
   end;             
'j': t:='0';            
'k': t:='N';            
'l': T:='=';            
'm':
   begin
        b:=Random(3);
        case b of
        0: t:='`';
        1: t:='~';
        2: t:='i';
        end;
   end;
'n':
   begin
        b:=Random(3);
        case b of
        0: t:='h';
        1: t:='.';
        2: t:='\';
        end;
   end;
'o':
   begin
        b:=Random(3);
        case b of
        0: t:='{';
        1: t:='J';
        2: t:='p';
        end;
   end;
'p': t:='?';            
'r': t:='}';            
's': t:='a';            
't': t:='+';            
'u':
   begin
        b:=Random(3);
        case b of
        0: t:='R';
        1: t:='^';
        2: t:='7';
        end;
   end;
'f': t:='d';            
'h': t:='_';            
'c': 
   begin
        b:=Random(4);
        case b of
        0: t:='"';
        1: t:='|';
        2: t:='F';
        3: t:='4';
        end;
   end;
'A':
   begin
        b:=Random(3);
        case b of
        0: t:='z';
        1: t:=',';
        2: t:='Y';
        end;
   end;
'B': t:=')';
'V': t:='K';
'G': t:='6';
'D': t:='$';
'E':
   begin
        b:=Random(3);
        case b of
        0: t:='"';
        1: t:='|';
        2: t:='F';
        end;
   end;
'Z':
   begin
   b:=random(3);
   if b=2 then t:='g' else if b=1 then t:='[' else t:=']';
   end;
'I':
   begin
   b:=random(3);
   if b=2 then t:='x' else if b=1 then t:='A' else t:='X';
   end;
'J':
   begin
   b:=random(3);
   if b=2 then t:='G' else if b=1 then t:=':' else t:='>';
   end;
'K': t:='2';
'L': t:='!';
'M':
   begin
   b:=random(3);
   if b=2 then t:='t' else if b=1 then t:='%' else t:='D';
   end;
'N': t:='v';
'O':
   begin
        b:=Random(3);
        case b of
        0: t:='1';
        1: t:='/';
        2: t:='k';
        end;
   end;
'P': t:='<';
'R': t:='W';
'S':
   begin
   b:=random(3);
   if b=2 then t:='t' else if b=1 then t:='%' else t:='D';
   end;
'T': t:='M';
'U':
   begin
        b:=Random(3);
        case b of
        0: t:='-';
        1: t:='c';
        2: t:='m';
        end;
   end;
'F':
   begin
   b:=random(3);
   if b=2 then t:='&' else if b=1 then t:='U' else t:='s';
   end;
'H': t:='I';
'C': t:='j';
'_':
   begin
        b:=Random(6);
        case b of
        0: t:='r';
        1: t:='d';
        2: t:='E';
        3: t:='I';
        4: t:='';
        5: t:='';
        end;
   end;
'1':
   begin
        b:=Random(2);
        case b of
        0: t:='-';
        1: t:='c';
        end;
   end;
'2': t:='H';
'3': t:='Z';
'4': t:='5';
'5': t:='O';
'6': t:='o';
'7': t:='L';
'8': t:='f';
'9': t:='n';
'0':
   begin
        b:=Random(2);
        case b of
        0: t:='8';
        1: t:='l';
        end;
   end;             
'.':
   begin
        b:=Random(3);
        case b of
        0: t:='u';
        1: t:='T';
        2: t:='B';
        end;
   end;
',':
   begin
        b:=Random(3);
        case b of
        0: t:='P';
        1: t:='w';
        2: t:='Q';
        end;
   end;
end;
r:=r+t;
read(a);
end;
writeln;
writeln('Translation:');
writeln;
writeln(r);
end.

 

I know that TPW 1.5 is very hard to find, so here's a link 5.78MB - RAR

 

That's a language unlike most others. It looks complicated for any longer programs.

 

Uhh... not really. But I know binary' date=' hex codes, HTML coding, and a tiny, tiny portion of JavaScript. Not much, but enough to get me through high school.

[/quote']

 

We don't need any to get through school here. Binary and hex codes in their most basic form are pretty easy. Know any CSS?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...