I have a table of venues, reviews and comments, where a venue has many reviews and each review has many comments.
I have stumbled across a rather simple OCaml problem, but I can\'t seem to find an elegant solution. I\'m working with functors that are applied to relatively simple modules (they usually define a typ
There is little consensus on whether the iOS interface Apple provides to shut off automatic gain control is actually implemented. Does anyone know definitively if it is possi开发者_如何学运维ble to sh
I\'m tryin开发者_如何学Gog to write a visualiser for some code which generates graphics for barcodes and labels. The way I want to do this is by recording the methods+parameters being run to a file, s
In my iPho开发者_运维知识库ne application, i am recording voice of user and saving it in device.
Say I have the link: <a href=\"http://www.google.com\">google</a> Is there any way I can record the click (with php/sql)? For example an onclick event to load ajax? Would the ajax run b
I\'m using record types in F# to store some simple data, e.g. as follows: open Vector type Point = { x: float;
I have defined a type like that: type s_program = { globals : s_var list; main: s_block; } and s_var = { s_var_name: string;
I have simple form - var form = new Ext.widget(\'form\', ... and I want after pressing the Save button to save all form data to my Model - currentUserRec.
Is it possible for AS3 to record a video with a webcam and sav开发者_如何学JAVAe it to a local disk/to a network server?You can use an Air app called AirCam to achieve this. It uses the BitmapData cla