Right now my regex is something like this: [a-zA-Z0-9] but it does not include accented characters like I would want to. I would also like - ' , to be included
I am using MediaStream Recording API to record audio in the browser, like this (courtesy https://github.com/bryanjenningz/record-audio): const recordAudi
I have the following code - which carries out a variety of state checks: CheckValStates= () => { _stateCheck = val => { if (!val || val == '' ) {
I have it set up so that the mesh I'm adding to my scene is rendering correctly (right side up so that the text I add as a child is legible), but the rotation i
Was trying to fill all the form before refreshing ! I mean if the name is wrong i dont want the page to refresh by hitting submit, i want it t
I have a nodejs appservice that downloads blobs,250 at a time until 3500 blobs are downloaded (this is to limit the number of concurrent connections opened to t
I'm running Xcode 4.3.2, under Lion 10.7.3, but every time I'm installing my iPhone app on the device it keeps asking me for an Admin user name and password. I