123 reputation
5
bio website
location
age
visits member for 1 year, 9 months
seen 4 hours ago
stats profile views 5

May
4
comment Moving a file in python
docs.python.org/2/library/shutil.html This documentation shows that you have you your parameters switched for the shutil.move method.
Apr
26
answered Datatypes in Java. Is string same a character?
Apr
24
answered Add running thread objects in to an arraylist
Mar
4
comment Using jQuery to center a DIV on the screen
jquery doesn't have a pixels method
Feb
23
awarded  Commentator
Feb
23
comment string.empty converted to null when passing JSON object to MVC Controller
using System.ComponentModel.DataAnnotations;
Feb
19
comment How do I create a menu separator bar in WPF using code
It doesn't answer the question but this is exactly what I needed to see lol. I'm conflicted to give you a vote ><
Feb
12
comment Serialize NodaTime JSON
I see what you are saying. Is it that LocalDateTime doesn't have a 'Kind' property for a reason, and you think I shouldn't force it? I did this because I wanted to store the datetime in UTC and a timezoneID and with that information I would be able to construct the localized time when I pass it back to the client. In the same example I am also storing datetimeoffset. So maybe the best solution is to store datetimeoffset with the timezoneID. In my prototype project I ultimately want to see how nodatime and bcl differ in side by side comparisons (i.e. persisting DateTimes and manipulating them).
Feb
12
comment Serialize NodaTime JSON
I was just making an example project that persists datetime from client -> server -> database and back again. So I can compare the BCL library to NodaTime? What is odd about my technique? If it is because I use properties, I just wanted them to be serializable.
Feb
12
awarded  Scholar
Feb
12
accepted Serialize NodaTime JSON
Feb
10
asked Serialize NodaTime JSON
Jan
27
comment sqlite insert duplicate entries
Can you show your java function and SQL insert?
Jan
27
revised Observable Array not binding properly to checkbox
added 210 characters in body
Jan
27
answered Observable Array not binding properly to checkbox
Jan
23
awarded  Editor
Jan
23
revised Object Oriented Programming / get minimum/maximum in java… im a newbie
Fixed my casting syntax
Jan
23
answered Object Oriented Programming / get minimum/maximum in java… im a newbie
Jan
20
answered 'This method must return a result of type int' Java?
Jan
20
comment Cannot set property '_renderItem' of undefined jQuery UI autocomplete with HTML
I don't see the difference