tmonty
Members-
Content Count
50 -
Joined
-
Last visited
About tmonty
-
Rank
Member [Level 1]
- Birthday 12/21/1987
Contact Methods
-
Website URL
http://www.kalisz.mm.pl/~tm
Profile Information
-
Location
Kalisz, Poland
-
Interests
programming, Monty Python, music (metal)
-
Heh, You didn't listen to Arcturus. Its members are geniuses! The guitarist (Knut M. Valle) plays lovely solos and riffs, the drumer (Hellhammer!) is the best drumer I've ever heard (he plays also in Mayhem, The Convenant), the keyboardist (Steinar Sverd Johnsen) plays like Chopin (;p) and ex-vocalist, Garm, sings like in opera. ;p here is a link -> http://www.adastraenter.com/
-
How Often Does Music Make You Go Broke? Music in love
tmonty replied to kvarnerexpress's topic in Art & Creativity
I think you buy CD's to much. I listen to a single CD for many months, then I put it back. Few months later I listen to it again. I suggest to download music. You can download a lot of albums, listen to them and finally buy one CD this group, which you like the most. -
But I didn't receive any information about my account.
-
Hi!I asked for a hosting, but my request has been refused. Few days later I got a letter that I am hosted. What is this?
-
It is all in documanation in http://php.net/
-
If U have the source, U can decode any file without password.
-
Source -> http://forums.xisto.com/no_longer_exists/ Sorry for late, I musted translate comments. ;p
-
C Code, Can U Solve This? Another interesting problem
tmonty replied to cse-icons's topic in Programming
Yeah. ;p With #define U can do everything. ;p -
What OS? And do you want free complier?Windows: free - dev C++, djgpp | comercial: MS Visual C++Linux (only free ;p) - gcc (type 'gcc' in your shell)
-
C++ is continuation of C. C++ is object-oriented. In my opinion classes are very useful. Today C++ is using to develope many programs, but e.g. kernels are written in C. I suggest using C++ then.
-
Sure. Metallica rulez! ;pTaste me, U will seeMore is all U needdedicated tohow I'm killing U!
-
Hi! I wrote a program, that can encode/decode text file. Algorith uses function rand(). The program saves the seek to the file, and then it saving each character from the source-file adding to it radom numder. What do U think about it? exe file (for DOS) -> http://forums.xisto.com/no_longer_exists/ If U want, I can give you the source.
-
1. Monty Python and Holy Grail2. Monty Python's The Life of Brian3. Monty Python at the Hollywood Bowl4. Monty Python's The Meaning of Life5. And now for something comletly diffrent!;p
-
Nice course -> http://forums.xisto.com/no_longer_exists/
-
C Code, Can U Solve This? Another interesting problem
tmonty replied to cse-icons's topic in Programming
I haven't tested this code: [br]void fun() {[br][/br]int aaaaaa;[/br]int *q= &aaaaaa;[br][/br]while ( *(q--)!=20 ); // we look for variable which value is 20 (it couldn't be 'i'!)[br][/br]*q = 10; // we change it[br][/br][br]}[br][/br]main() { ... }[/br] Hm.... It is only suggestion.