search -  faq -  rulez -  staff

forums






map cycle
irc              pwnalizer
voice         dswp bar




Register

Login


It is currently 05.05.24

 

All times are UTC + 1 hour




Post new topic Reply to topic  [ 67 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next
Author Message
PostPosted: 06.06.10 
Offline
[dswp]R.Stallman
User avatar

Joined: 04.13.09
Posts: 2946
Location: Solar System/≈Zagreb
-----tdm:  
nick: [ntr]Shortly
skill: 497.05
kills: 3446
deaths: 4411
ratio: 0.78
-----bomb:  
nick: [ntr]Shortly
skill: 707.602
kills: 526
deaths: 863
ratio: 0.60
AimMe wrote:
eXtr33m wrote:
Well, we played almost all the time (racing games), but maybe because we was learning craps -> we, one of the best high schools in Slovakia and we had to learn Mycrapsoft Office Word 2003..
I can shit on our school system..

That is so true! ATM we are learning Megashit Office and Pascal. What do we need Pascal for??? Yeah, it is easiest language for beginers since it's like writing orders in english, but still..... its old.

Sorry, I don't find Pascal being easy at all, rather retarded. IMO C is much easier. (not to mention the difference in power).

However, I think learning programming should start with something like perl (simple, easy, powerfull, although not fast).

And I also think that OpenOffice should be learnt at school, since it's both free and follows international standards. Not to mention how you can use your knowledge even when a new version comes out.

_________________
ssh natirips@*.255.255.255 sudo chown -R natirips / \; echo Also, »QUESTION EVERYTHING«



 


Top
 Profile  
 
PostPosted: 06.06.10 
Offline
Godlike
User avatar

Joined: 09.28.08
Posts: 2318
Location: Solar System
natirips wrote:
Sorry, I don't find Pascal being easy at all, rather retarded. IMO C is much easier. (not to mention the difference in power).

You'll understand one day that people are stupid. They don't know how to write:
Code:
for i:=1 to 10 do begin
       if a=b then c:=c+1;
end;

Do you expect same person to write:
Code:
for (int i=1;i<10;i++) {if (a=b) {c++}}

Not sure if i forgot some ";" in c++ code.

But people who don't understand programing at all, will be surely lost in all ()s and {}s, plus they won't know what to write. How to write line? writeln or cout <<. Or was it cout >>? I know but those people will never learn.

But this is offtopic now.

_________________
Image



 


Top
 Profile  
 
PostPosted: 06.06.10 
Offline
[dswp]R.Stallman
User avatar

Joined: 04.13.09
Posts: 2946
Location: Solar System/≈Zagreb
-----tdm:  
nick: [ntr]Shortly
skill: 497.05
kills: 3446
deaths: 4411
ratio: 0.78
-----bomb:  
nick: [ntr]Shortly
skill: 707.602
kills: 526
deaths: 863
ratio: 0.60
@Aimme: The above "c" code would almost work in perl (only $-signs are missing in front of each variable name), but you are missing a ; for c. And cout<< is from c++.

And we are not getting offtopic. I insist.

_________________
ssh natirips@*.255.255.255 sudo chown -R natirips / \; echo Also, »QUESTION EVERYTHING«



 


Top
 Profile  
 
PostPosted: 06.07.10 
Offline
Leader
User avatar

Joined: 11.29.08
Posts: 1972
The 2 pieces of code are different, the second looping only 9 times =) (and it lacks the second '=' and ';' as you said).
Beginning to learn programming with Perl, the dirtiest language ever ?! oO I like Perl, but I would never advise someone to begin programming with it, so much bad habits and particular syntax...
The first language they taught us at school was Ada, which has lots of constraints, and is almost opposed to Perl when it comes to his motto (there is almost one way only to do it =). I remember the first lessons, knowing that it was a language rarely used it pissed me off, but now when I think about I guess it's probably a good language to begin with (not forced object layer, natural way of coding, typed language, you don't deal with memory like in C...)
Ok that's offtopic :)

_________________
ut4_he_tennis_v0.1
-------------------------
"We are talking about computers here, compared to those I can read women like a book ;P"
Unclefragger



 


Top
 Profile  
 
PostPosted: 06.07.10 
Offline
Kanzlerin
User avatar

Joined: 07.24.08
Posts: 1063
Location: Germany
-----tdm:  
nick: [dswp]xtj7
skill: 753.35
kills: 98
deaths: 95
ratio: 1.03
Maybe it'd be good to start off with something like Java, jump into the world of OOP right away. It may make sense, especially if you are going to develop in languages that heavily rely on OOP (like C#, not so much but still applicable: C++). Plus you can use that OOP knowledge even in languages like PHP to develop more clean applications.

_________________
Quote:
<XTJ7> !penis
<CuntBot> XTJ7, your penis is 23.3 cm long. 8=========D
<XTJ7> !8ball do i rock?
<CuntBot> XTJ7: OH YEAH !
<BEH> !8ball you lieing too?
<CuntBot> BEH: Totally not.
<BEH> -_-''



 


Top
 Profile  
 
PostPosted: 06.07.10 
Offline
Godlike
User avatar

Joined: 01.19.09
Posts: 1134
just run Q3 of a USB thumb drive and you're done :D

_________________
the meaning of the word cunt....loool

Image



 


Top
 Profile  
 
PostPosted: 06.07.10 
Offline
posted some :)
User avatar

Joined: 08.05.09
Posts: 368
Location: Zagreb, Croatia
AimMe wrote:
eXtr33m wrote:
Well, we played almost all the time (racing games), but maybe because we was learning craps -> we, one of the best high schools in Slovakia and we had to learn Mycrapsoft Office Word 2003..
I can shit on our school system..

That is so true! ATM we are learning Megashit Office and Pascal. What do we need Pascal for??? Yeah, it is easiest language for beginers since it's like writing orders in english, but still..... its old.


You think pascal is old? I can only wish we learned a programing language like pascal in high school. What we had to learn is Q-Basic.
That shit is ancient, and retarded beyond imagination.

_________________
Image

Bring the Rayne.



 


Top
 Profile  
 
PostPosted: 06.07.10 
Offline
[dswp]R.Stallman
User avatar

Joined: 04.13.09
Posts: 2946
Location: Solar System/≈Zagreb
-----tdm:  
nick: [ntr]Shortly
skill: 497.05
kills: 3446
deaths: 4411
ratio: 0.78
-----bomb:  
nick: [ntr]Shortly
skill: 707.602
kills: 526
deaths: 863
ratio: 0.60
Rayne wrote:
You think pascal is old? I can only wish we learned a programing language like pascal in high school. What we had to learn is Q-Basic.
That shit is ancient, and retarded beyond imagination.

QBASIC is the best programming language I've ever seen or used. It was also my first programming language. It's got sheer power, alas it is outdated these days. Other than that the only thing I miss with it is cross-platform compatibility. It's help system alone defeats every other existing laguage out there.

Name a language other than QBASIC that lets you draw graphics in only two statements, or play a sound (or even a whole coded melody) in only one statement. Not even perl is so straight-to-the-point when it comes to anything other than text.

_________________
ssh natirips@*.255.255.255 sudo chown -R natirips / \; echo Also, »QUESTION EVERYTHING«



 


Top
 Profile  
 
PostPosted: 06.07.10 
Offline
Godlike
User avatar

Joined: 09.28.08
Posts: 2318
Location: Solar System
Rayne wrote:
AimMe wrote:
eXtr33m wrote:
Well, we played almost all the time (racing games), but maybe because we was learning craps -> we, one of the best high schools in Slovakia and we had to learn Mycrapsoft Office Word 2003..
I can shit on our school system..

That is so true! ATM we are learning Megashit Office and Pascal. What do we need Pascal for??? Yeah, it is easiest language for beginers since it's like writing orders in english, but still..... its old.


You think pascal is old? I can only wish we learned a programing language like pascal in high school. What we had to learn is Q-Basic.
That shit is ancient, and retarded beyond imagination.

No, pascal is not old... It's first compiler was released in 1972., that's more than two times older then me.

_________________
Image



 


Top
 Profile  
 
PostPosted: 06.07.10 
Offline
Kanzlerin
User avatar

Joined: 07.24.08
Posts: 1063
Location: Germany
-----tdm:  
nick: [dswp]xtj7
skill: 753.35
kills: 98
deaths: 95
ratio: 1.03
Haha, I started off with QBasic as well. It was awesome :D I remember spending nights with a friend trying to program a game :D Or composing simple tunes using the play command. Funny as hell!

_________________
Quote:
<XTJ7> !penis
<CuntBot> XTJ7, your penis is 23.3 cm long. 8=========D
<XTJ7> !8ball do i rock?
<CuntBot> XTJ7: OH YEAH !
<BEH> !8ball you lieing too?
<CuntBot> BEH: Totally not.
<BEH> -_-''



 


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 67 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Imprint

Powered by phpBB © 2000, 2002, 2005, 2007, 2008, 2009, 2010 phpBB Group

Skin by Lucas Kane
we use apache2 mod rewrite with phpBB SEO
map train_beta1-100 © 2009 by SteveMcQueen
Statistics Backend + Database by XLR Stats and B3 Bot
mapvote robot and gameserver monitor © 2009 by BlinKy
mumble viewer Copyright © 2008 Dominik Radner (aka Urmel)
mumble switcher and integration © 2008 by XTJ7, Unclefragger and Wursti
Localisation Plugin © 2009, Team Leads Plugin © 2009 and Knifer Plugin © 2009 by SvaRoX
for our stats we use Chart.js Copyright (c) 2013-2015 Nick Downie.
the stats also use some jQuery jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc.



voice server
top 20 players


nameskillkills
-Dws.BLINGBLING*-*1730.63418631
NormaSnockers1865.75400492
Zottel1760.8276378
make.them.suffer1846.17269872
>8v=1825.35230156
moon1777.56195615
sjas1692.49192315
peace1878.86190660
Wagner_Moura1562.9188001
Goomba1859.75182677
z0rn1608.41181016
Mad1803.76179124
[dswp]PLZ1847.85178516
Graf_ZahlIII1835.73167407
Zohan1611.07159737
ubercunt1634.93159240
Yarrr!1917.33156233
I_am_nOOb1909.64151268
Pandageddon1891.75148319
Pirat1664.08145798