Justin Poliey

1,056
reputation
63 views

Registered User

name Justin Poliey
member for 1 year
seen 2 days ago
website
location US
age 21

IT'S TRICKY TO ROCK A RHYME

Dec
11
comment Is there a simple alternative to Readline?
Yeah, it doesn't look like I'm getting around it. I've checked the alternatives, like Editline and libtecla, but they don't satisfy the "simple" requirement. I'm just going to have to lump it.
Dec
10
asked Is there a simple alternative to Readline?
Dec
6
awarded  Mortarboard
Nov
4
comment Which programming language is manageable by an 11 year old kid?
Negative vote definitely not justified. Ruby does have its warts and horns, but it's definitely possible to write clear and simple Ruby. Plus, the times, upto, etc. methods more closely complement the way people (not just children) think.
Oct
18
comment Making things available only inside Ruby blocks
This is exactly what I was looking for, thanks a lot
Oct
18
comment Making things available only inside Ruby blocks
They're methods.
Oct
18
asked Making things available only inside Ruby blocks
Sep
18
comment Can I delete by attribute in Amazon SimpleDB without specifying an ItemName?
Yeah, I don't want to do 2 queries so I switched away from UUIDs. This is exactly what I was looking for though, thanks!
Sep
18
asked Can I delete by attribute in Amazon SimpleDB without specifying an ItemName?
Sep
16
awarded  Yearling
Aug
28
asked Can a range be matched in Scala?
Aug
16
accepted Lightweight Rich Text Editor
Aug
15
comment Lightweight Rich Text Editor
My apologies, from the description it looked like you wanted something like Stack Overflow's, where the textarea shows the markdown and the div shows the preview. Here's a nice FCKeditor clone, which is supposedly lightweight: tinymce.moxiecode.com/examples/simple.php Not that I use it or anything.
Aug
15
awarded  Commentator
Aug
15
comment How do I run PHP code when a user clicks on a link?
No reason to downvote the guy just because he didn't use jQuery. Someone should probably edit the post to fix the link though.
Aug
15
answered Lightweight Rich Text Editor
Aug
14
answered php methods defined outside class?
Aug
14
comment Hunt the Wumpus - Room Connection
If you make it so each room ends up with exactly 3 exits using this approach, the dodecahedral shape will be a side-effect.
Aug
13
accepted Can you do Desktop Development using JavaScript?
Jul
8
comment Formatting PHP Echo
And then add overflow: auto CSS if you really need those scroll bars ;)
Jul
8
comment Formatting PHP Echo
By frequent outputs do you mean a lot of output, like debugging output?
Jul
2
awarded  Popular Question