Since 4/4/2012 7:22:15 AM, nnn4431 has written 7 articles and participated in 2 conversations. nnn4431 signature: nnn4431
nnn4431's articles:
Items(7) /1
reference to external mutable data outside Ocaml heap?113 (1/20/2007 3:13:35 AM) comp.lang.functional Can it be done without using a bigarray and without calling an external (i.e. C language) refresh function? For example ------ C code that provides FFI glue ------ static long time; // this variable is gettin... Johna
how do you represent a filesystem in ML?233 (12/13/2006 2:00:57 AM) comp.lang.functional Can somebody please make me go away? I want to define a recursive type in ML (ocaml) that would allow me to create a tree like filesystem representation isomorphic to a given arbitrary filesystem. For simplici... Johna
how do you represent a filesystem in ML227 (12/11/2006 4:08:32 PM) comp.lang.functional Hello can anybody here help me to define a type that can be used to represent an arbitrary filesystem? Ideally the type definition would be such that it allows pattern matching to happen, in other words I'd li... Johna
multiple UPDATE commands in transactions351 (10/5/2006 5:44:32 PM) comp.databases.mysql Hi Imagine the operations below in pseudo C code on a InnoDB table. In other words a series of UPDATEs happen in transactional mode and there is no commit unless they all succeed (otherwise rollback happens). ... Johna
solaris 10 kernel panic on a Blade 100 at installation time3194 (9/3/2006 4:51:23 PM) comp.unix.solaris Hello I have a blade 100 which was modified from the original configuration in the following ways 1) I upgraded the openprom 2) added 2 x 512 MB memory sticks 3) replaced 20 GB disk with 120 GB disk 4) replace... Johna
nnn4431's replies:
Items(2) /1
multiple UPDATE commands in transactions351 (10/5/2006 5:44:32 PM) comp.databases.mysql Hi Imagine the operations below in pseudo C code on a InnoDB table. In other words a series of UPDATEs happen in transactional mode and there is no commit unless they all succeed (otherwise rollback happens). ... nnn4431(9)
how do you represent a filesystem in ML227 (12/11/2006 4:08:32 PM) comp.lang.functional Hello can anybody here help me to define a type that can be used to represent an arbitrary filesystem? Ideally the type definition would be such that it allows pattern matching to happen, in other words I'd li... nnn4431(9)