- Hello World! - for Hackers
Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.
Forum Search
Forum Statistics
UsersTotal Post History
- Posts:
- 56484
- Topics:
- 11714
7-Day Post History
- New Posts:
- 373
- New Topics:
- 62
- Active Topics:
- 76
Our newest member
Other
-
FAQ
All times are UTC [ DST ]
Google Ads
LTD Puzzle 11: Hello World! For Hackers
Forum rules
Always post answers in a "Hidecode" tag, so that others have a chance to answer the question too.
Always post answers in a "Hidecode" tag, so that others have a chance to answer the question too.
12 posts • Page 1 of 1
Please wait...
LTD Puzzle 11: Hello World! For Hackers
The puzzle this week is a fun puzzle 
Create the most unique way of writing "Hello World" - the more fantastic, cryptic, oddball the better
This is the required output: Hello World! - for Hackers

Create the most unique way of writing "Hello World" - the more fantastic, cryptic, oddball the better
This is the required output: Hello World! - for Hackers
Denis The SQL Menace
SQL Server Code,Tips and Tricks, Performance Tuning
SQL Blog
Personal and/or non database related blog
SQL Server Code,Tips and Tricks, Performance Tuning
SQL Blog
Personal and/or non database related blog
o
o
o @..@
(----)
( )--( )
o0..0o
-

SQLDenis - LTD Admin

-











- Posts: 14677
- Joined: Wed Oct 10, 2007 6:43 pm
- Location: Princeton, New Jersey, USA,World, Solar System, Milky Way, Universe and Beyond
Re: LTD Puzzle 11: Hello World! For Hackers
Denis The SQL Menace
SQL Server Code,Tips and Tricks, Performance Tuning
SQL Blog
Personal and/or non database related blog
SQL Server Code,Tips and Tricks, Performance Tuning
SQL Blog
Personal and/or non database related blog
o
o
o @..@
(----)
( )--( )
o0..0o
-

SQLDenis - LTD Admin

-











- Posts: 14677
- Joined: Wed Oct 10, 2007 6:43 pm
- Location: Princeton, New Jersey, USA,World, Solar System, Milky Way, Universe and Beyond
Re: LTD Puzzle 11: Hello World! For Hackers
Haven't quite figured out the different list iterators in F# yet, but this does the job:
Kinda surprised of the weak turnout for this one, hopefully it picks up soon!
Code is hidden, SHOW
Kinda surprised of the weak turnout for this one, hopefully it picks up soon!
In all branches of the economy they brandished their formulas and calculations and refused to understand that bridges and lathes could respond to the enthusiasm of the personnel.
My Crummy Web Page
My Crummy Web Page
-

AlexCuse - LTD Admin

-









- Posts: 4278
- Joined: Tue Oct 09, 2007 5:26 pm
- Location: Pennsylvania, US
Re: LTD Puzzle 11: Hello World! For Hackers
I had some ideas, just haven't had the time to put them into code and submit them 

(12:03:39 PM) Alex Ullrich: sudo apt-get install apache2 php5 libapache2-mod-php5 mysql-server libapache2-mod-auth-mysql php5-mysql mysql-query-browser
(12:04:01 PM) Tarwn: ? I think you have to put that in the other window with a blinky cursor
(12:04:01 PM) Tarwn: ? I think you have to put that in the other window with a blinky cursor
-

tarwn - LTD Admin

-






- Posts: 1730
- Joined: Fri Oct 12, 2007 11:10 am
- Location: Raleigh, NC, USA
Re: LTD Puzzle 11: Hello World! For Hackers
That F# stuff does look cool (IMHO)
Denis The SQL Menace
SQL Server Code,Tips and Tricks, Performance Tuning
SQL Blog
Personal and/or non database related blog
SQL Server Code,Tips and Tricks, Performance Tuning
SQL Blog
Personal and/or non database related blog
o
o
o @..@
(----)
( )--( )
o0..0o
-

SQLDenis - LTD Admin

-











- Posts: 14677
- Joined: Wed Oct 10, 2007 6:43 pm
- Location: Princeton, New Jersey, USA,World, Solar System, Milky Way, Universe and Beyond
Re: LTD Puzzle 11: Hello World! For Hackers
I knew that you would tarwn 
F# is pretty awesome Denis (IMO). The forward pipe operator ("|>") is a thing of beauty, and I really like that you can define methods within the scope of another method (though I guess C# lets you do it now with lambdas). I'm still just getting my feet wet, I can't do a lot of the more complex stuff that I know how to do in C# but it feels like F# is tailored to work with a different kind of complexity anyways.
If you can deal with rather sparse documentation I'd definitely recommend giving it a shot.

F# is pretty awesome Denis (IMO). The forward pipe operator ("|>") is a thing of beauty, and I really like that you can define methods within the scope of another method (though I guess C# lets you do it now with lambdas). I'm still just getting my feet wet, I can't do a lot of the more complex stuff that I know how to do in C# but it feels like F# is tailored to work with a different kind of complexity anyways.
If you can deal with rather sparse documentation I'd definitely recommend giving it a shot.
In all branches of the economy they brandished their formulas and calculations and refused to understand that bridges and lathes could respond to the enthusiasm of the personnel.
My Crummy Web Page
My Crummy Web Page
-

AlexCuse - LTD Admin

-









- Posts: 4278
- Joined: Tue Oct 09, 2007 5:26 pm
- Location: Pennsylvania, US
Re: LTD Puzzle 11: Hello World! For Hackers
Code is hidden, SHOW
VBA - just for fun - lots of code that runs but doesn't do much.

Greg
People demand freedom of speech as a compensation for the freedom of thought which they seldom use. Kierkegaard
People demand freedom of speech as a compensation for the freedom of thought which they seldom use. Kierkegaard
-

traingamer - Senior Sage

-



- Posts: 1241
- Joined: Thu Feb 28, 2008 4:13 pm
- Location: St. Louis, MO, US
Re: LTD Puzzle 11: Hello World! For Hackers
A nice simple little bit of key xor cryptography with a subtle shameless plug =D
Code is hidden, SHOW
-

rizzo - Apprentice

-

- Posts: 22
- Joined: Wed Jan 21, 2009 11:10 pm
- Location: Devon. UK
Re: LTD Puzzle 11: Hello World! For Hackers
This challenge is over a long time, i think - but nonetheless interesting 
I wrote the following C-Code, as much cryptic as i can think with the
lowest use of includes ( only for output )
Works for me on Linux and Windows with switch -Wall
Greetings
Markus

I wrote the following C-Code, as much cryptic as i can think with the
lowest use of includes ( only for output )
Code is hidden, SHOW
Works for me on Linux and Windows with switch -Wall
Greetings
Markus
- mplessing
- Newbie

-
- Posts: 1
- Joined: Fri Mar 27, 2009 8:51 am
Re: LTD Puzzle 11: Hello World! For Hackers
All the puzzles stay open for your pleasure, so enjoy.
-

chrissie1 - LTD Admin

-










- Posts: 7045
- Joined: Wed Oct 10, 2007 7:18 pm
- Location: Belgium
Re: LTD Puzzle 11: Hello World! For Hackers
Code is hidden, SHOW
- gradus
- Newbie

-
- Posts: 1
- Joined: Fri May 08, 2009 1:11 am
Re: LTD Puzzle 11: Hello World! For Hackers
Code is hidden, SHOW
I once read a thing that said i wouldn't become professional until i turn 40. I think it might be right.
-

Thirster42 - Guru

-






- Posts: 2943
- Joined: Tue Nov 11, 2008 5:49 pm
- Location: Jefferson City, Mo
12 posts • Page 1 of 1


LTD Social Sitings
Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.