Discuss stuff not about Indigo.
-
zeitmeister

- Posts: 2010
- Joined: Tue Apr 22, 2008 4:11 am
- Location: Limburg/Lahn, Germany
-
Contact:
Post
by zeitmeister » Fri Dec 10, 2010 3:23 am
Hacks over hacks over hacks.
I presume with HTML 5, things won't get better at all. Even now, three main browsers understand HTML 5... but not everything of it, and in different ways.

-
neo0.
- Posts: 1784
- Joined: Thu Feb 28, 2008 7:11 am
- Location: the US of A
Post
by neo0. » Fri Dec 10, 2010 11:52 am
Borgleader wrote:neo0. wrote:Coding has always baffled me. I don't really have the right mind for mathemetics. I prefer more creative things. Recently I tried some cooking, and to my utter amazement, I actually like it. I dabbled in
<HTML>
<BODY>
<P>
HTML coding for a bit
</BODY>
</HTML>
but it wasn't truly my area of interest. I also took a very basic coding class in high school with something called scheme.. And I don't think I have ever been more confused in my entire life.. They wanted us to write a program to convert dates into roman numerals.. and they might as well have asked me to read latin.

Technically speaking, HTML is not a programming language (HTML stands for Hypertext Markup Language).The major difference between a language like HTML and a programming language like C,C++, Java, Python, Ruby, ... is that HTML cannot take any decisions. With HTML there is no "logic", you only assign properties to text or images by putting tags around them saying "i want this to be bold", "i want this to be red", and so on. Also, you are limited to what the standard has been defined to. With a programming language you can do pretty much anything.
OK, well then I challenge anyone to write some code that converts dates into roman numerals.

-
Borgleader
- Posts: 2149
- Joined: Mon Jun 16, 2008 10:48 am
Post
by Borgleader » Fri Dec 10, 2010 2:01 pm
neo0. wrote:
OK, well then I challenge anyone to write some code that converts dates into roman numerals.

Definitely not my best code and...it has no comments because I just wanted to get it working. It won't work past year 3999 because at that point the letters have bars over them and I had NO IDEA how to get that to fit in.
-
Attachments
-
- Main.zip
- Main.java & RomanTranslator.java
- (901 Bytes) Downloaded 291 times
benn hired a mercenary to kill my sig...
-
Soup
- Posts: 444
- Joined: Sat Jun 13, 2009 1:20 am
Post
by Soup » Fri Dec 10, 2010 2:10 pm
Lol nice
Also, Neo0, you may have missed a tag there
I spend time playing Quake on
Quakelive and
OpenTTD.
I've just recently downloaded the OpenTTD code and had a look. I've never programmed C++ ever, so it's quite interesting to look at

I managed to compile it even!
-
Doug Armand

- Posts: 1038
- Joined: Fri May 16, 2008 5:49 pm
- Location: London UK
Post
by Doug Armand » Fri Dec 10, 2010 8:51 pm
Borgleader wrote:neo0. wrote:
OK, well then I challenge anyone to write some code that converts dates into roman numerals.

Definitely not my best code and...it has no comments because I just wanted to get it working. It won't work past year 3999 because at that point the letters have bars over them and I had NO IDEA how to get that to fit in.
Show off!
This is about my level of skill
if error then
Onerror:
msgbox("There has been an error!",OK)
goto Onerror
end if

Doug
Doug Armand
-
Borgleader
- Posts: 2149
- Joined: Mon Jun 16, 2008 10:48 am
Post
by Borgleader » Sat Dec 11, 2010 4:16 am
Doug Armand wrote:Show off!
This is about my level of skill
if error then
Onerror:
msgbox("There has been an error!",OK)
goto Onerror
end if

To me programming things are challenging and I like challenges

benn hired a mercenary to kill my sig...
-
Doug Armand

- Posts: 1038
- Joined: Fri May 16, 2008 5:49 pm
- Location: London UK
Post
by Doug Armand » Sat Dec 11, 2010 4:42 am
Borgleader wrote:Doug Armand wrote:Show off!
This is about my level of skill
if error then
Onerror:
msgbox("There has been an error!",OK)
goto Onerror
end if

To me programming things are challenging and I like challenges

It takes a special mindset I reckon. I can do simple things for short periods. But I lose my focus way too easy to do any serious programming. I leave that to the experts
BTW for those that didn't 'get it' on an error my bit of pseudo programming would have put you in a meaningless loop with the message box

Doug
Doug Armand
-
neo0.
- Posts: 1784
- Joined: Thu Feb 28, 2008 7:11 am
- Location: the US of A
Post
by neo0. » Sun Jan 23, 2011 12:06 pm
Shooting is also another hobby of mine. But then again, im American and this is basically a given.
-
Attachments
-

- Gun that I plan to get
17 cal pellets (pellets pack much more knock down power than bbs do)
1000 fps
Adjustable sights +1
-

- Gun that I use now.
17 cal BBs
400 FPS
-
Meelis
- Posts: 383
- Joined: Sat Mar 14, 2009 11:29 pm
- Location: Estonia
Post
by Meelis » Mon Jan 24, 2011 3:37 am
I'm more of a knifes guy.
Have been planned to buy some throwing knives, but i need permit first from police.
I think practicing throwing accuracy from any position itself is gonna be a lot of fun,
+ to know u have such awesome skill (gonna be + also on CV).
And the knifes look just marvellous
-
dcm
- Posts: 663
- Joined: Sun Jan 03, 2010 1:55 am
Post
by dcm » Mon Jan 24, 2011 7:53 am
@Borgleader - im playing SC2 too, gimme your request

-
Borgleader
- Posts: 2149
- Joined: Mon Jun 16, 2008 10:48 am
Post
by Borgleader » Mon Jan 24, 2011 8:10 am
dcm wrote:@Borgleader - im playing SC2 too, gimme your request

Borgleader #535
benn hired a mercenary to kill my sig...
-
Soup
- Posts: 444
- Joined: Sat Jun 13, 2009 1:20 am
Post
by Soup » Wed Jan 26, 2011 9:49 am
StompinTom wrote:Hitting things.

-
Reinuvader
- Posts: 34
- Joined: Tue Apr 13, 2010 8:20 am
- Location: Estonia
-
Contact:
Post
by Reinuvader » Wed Jan 26, 2011 10:28 am
Playing guitar, reading books about psychology, cooking and philosophizing when drunk. Oh, and poker if friends gather together.
-
neo0.
- Posts: 1784
- Joined: Thu Feb 28, 2008 7:11 am
- Location: the US of A
Post
by neo0. » Tue May 03, 2011 5:32 am
I have a new hobby. Bending steel.
-
Attachments
-

- Random piece of metal I found
-

- Steel connector
-

- This is..was a bottle opener.
Who is online
Users browsing this forum: No registered users and 27 guests