wvdschel

3,960
reputation
139 views

Registered User

name wvdschel
member for 1 year
seen 3 mins ago
website
location BE
age 22
A ruby hobbyist and computer science student.
Dec
19
comment Convert a date to string in Javascript
While the library is very nice, I decided not to use it for this specific case since it has way too many features for what I need. I am going to use it in the future for other projects, though.
Dec
19
comment Convert a date to string in Javascript
While I prefer not to use an external library, this is exactly what I need. Sad however that they label it as alpha, and not update it for 2+ years.
Dec
19
revised Convert a date to string in Javascript
added 243 characters in body
Dec
19
comment Convert a date to string in Javascript
I should have added, that I want to be able to specify the format of the string, since I want to embed it in a sentence. I want to be able to insert arbitrary on's and at's, and have the full name of the day, not just it's abbreviation.
Dec
19
asked Convert a date to string in Javascript
Dec
8
awarded  Popular Question
Oct
27
awarded  Nice Answer
Oct
20
awarded  Popular Question
Oct
13
awarded  Popular Question
Oct
12
awarded  Favorite Question
Sep
17
awarded  Good Question
Aug
25
comment j2me application doesn’t work on Mobile Phone
You sure that it's not just a permission issue? Starting a data connection is often restricted. My phone keeps asking me every time I connect.
Aug
20
awarded  Yearling
Aug
9
comment Java: How to wait for all threads to finish?
I find this solution more elegant than the others, it looks like it was made for this purpose, and it's simple and straightforward.
Aug
8
comment Safe integer parsing in Ruby
That's what I'd expect from the conversion though
Aug
8
revised Safe integer parsing in Ruby
added 1 characters in body; edited tags
Jul
30
awarded  Great Question
Jul
19
awarded  Favorite Question
Jul
13
answered Setting bash command-line variable to start my application
Jul
11
awarded  Organizer
Jul
11
revised What are the most cool and modern programming areas nowadays?
edited tags
Jul
10
comment Breaking AES encryption using decrypted data
But that doesn't not apply to the first block?
Jul
10
comment Breaking AES encryption using decrypted data
Stealing the key is not an option, that would defeat the purpose of the challenge.
Jul
10
revised Breaking AES encryption using decrypted data
added 130 characters in body
Jul
10
comment Breaking AES encryption using decrypted data
Then I'm hoping it is :)
Jul
10
asked Breaking AES encryption using decrypted data
Jul
10
answered Persistent hashtable for Ruby programs?
Jul
8
awarded  Disciplined