search for: ideone

Displaying 2 results from an estimated 2 matches for "ideone".

2012 Mar 05
1
[LLVMdev] I stole the demo.
On Monday, March 05, 2012 02:29:56 AM Duncan Sands wrote: > Hi Richard, > > > I had a little time on my hands this afternoon, so I stole the Clang/LLVM > > demo and modified it to allow compiling for several other targets: > > http://ellcc.org/demo > > does it use the correct header files for the target etc? > > Ciao, Duncan. Yes, it does. The header files
2012 Apr 30
0
custom lib for datepicker
Hi there, I''m doing an own library to manage datetimes depending on locales, to deal with the formats of datetimes. I actually overrides the default assign methods to made strptime. I''ve made the following: http://ideone.com/PXYl8 something is wrong when trying to access on I18n.t, the scope is valid, if I put a debugger outside that misterious loop it prints what is expected... console output: 1.9.3p125 :001 > User.datepicker_attributes :created_at => [:created_at] 1.9.3p125 :002 > User.new.created_at...