search for: 25207

Displaying 4 results from an estimated 4 matches for "25207".

Did you mean: 252,7
2012 Sep 10
3
[LLVMdev] [RFC] Progress towards OpenMP support
...st/052472.html [2] https://github.com/sanjoy/llvm/tree/parallel-md -- Sanjoy Das http://playingwithpointers.com -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Create-a-class-structure-represent-the-various-kinds.patch Type: application/octet-stream Size: 25207 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120910/c0c3e063/attachment.obj>
2015 Dec 07
2
inconsistency in POSIXlt
...often have an attribute "tzone", a character vector of length 3 giving the time zone name from the TZ environment variable and the names of the base time zone and the alternate (daylight-saving) time zone. Sometimes this may just be of length one, giving the time zone <http://127.0.0.1:25207/library/base/help/time%20zone> name.' But the constructor for the class, as.POSIXlt, accepts only a single value for the tz argument--an error is generated if, for example the tzone value of length 3 is extracted from a POSIXlt object and used as the tz argument. It would seem to me that t...
2012 Sep 10
0
[LLVMdev] [RFC] Progress towards OpenMP support
...ust/052472.html [2] https://github.com/sanjoy/llvm/tree/parallel-md -- Sanjoy Das http://playingwithpointers.com -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Create-a-class-structure-represent-the-various-kinds.patch Type: application/octet-stream Size: 25207 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120911/ed5ee30a/attachment.obj>
2006 Jan 15
6
PROPOSAL: Validations as Mixin
It seems to me that Validations are quite useful for many objects, even ones having nothing to do with ActiveRecord. Common examples are Contact Us forms, multi-step forms, web service paramater validations, etc. I took a look at the source for Validations, and it seems that it is very independent from ActiveRecord. I caught only three depenedencies: 1. validates_numericy --> depends on