Page 1 of 1

Programming Discussion

Posted: Mon Aug 09, 2004 2:05 am
by Guest
Well, here we are.
This thread is for discussion of programming.
What do you know? What kinds of things do you do?

I know HTML, some Javascript, some C#, some Basic.
I can make console and win apps, I can do lots of basics things.

My latest project was a diceroller. It simulated random numbers of 1/x probability and added up values for Y dice.

Re: Programming Discussion

Posted: Mon Aug 09, 2004 12:23 pm
by Shurik
I know some HTML and should learn some C someday in univercity but I absolutely despise programming.
I'm more scientific kind of person :)

Re: Programming Discussion

Posted: Mon Aug 09, 2004 1:22 pm
by Administrator
HTML, XHTML, ColdFusion, PHP, Javascript, JSTL, JSP, ASP.

And of course SQL but it isn't a programming language so.

Re: Programming Discussion

Posted: Mon Aug 09, 2004 5:09 pm
by NordicStorm
HTML, XHTML, CSS, been dabbling around with XML and XSLT.
PHP, MySQL
Java/C# (aargh! The dark side!), C, some C++, Microsoft Basic v1.2 ;), Prolog, some Erlang
I should really learn C++ properly, which I plan on doing during the fall, time permitting...

Some shit I've programmed:
A DVD database to keep track of my DVDs (I'm too lazy to actually use the program, though ;))
Rot-13/47 decoder/encoder in Java and then in C# for comparison
Yahtzee game as a java applet
Platform game in C using Allegro graphics routines, although the sprites currently consist of colored squares ;)
A program to make my school schedule in Delphi

Re: Programming Discussion

Posted: Mon Aug 09, 2004 5:16 pm
by Twilightsymphony
When i had computer science in school we had a program called Delphi, i forgot the language, but it wasnt very good. Learned some basic stuff like gambling games, calculator and some database calculating... i actually wasnt that interested though.. but we all had Starcraft on the Pc´s so it was fun at least :D

I can do some basic html stuff, because i didnt have a graphical program for webdesign in the beginning, its quite simple i assume 8)


EDIT: 800! :D

Re: Programming Discussion

Posted: Thu Aug 12, 2004 6:35 am
by Guest
I worked with something called HTML + time. Its like flash but free.
You can do all animations and transitions with a few (as in 2) lines of code.

I'm working on a western shooter game now for c# ;)