Loreto Parisi
Loreto Parisi
Running this snippet ```javascript var step=function(item,nextCallback) { console.log("next",item) nextCallback.apply(this,[item,nextCallback]) } waterfall([...new Array(5).keys()].map(function (arrayItem) { return (nextCallback) => { step(arrayItem,nextCallback) } })); ``` I get only ``` next 0 next 1...
It would be awesome to add node.js support for the ruby library.
I would like to scan multiple ports in a range let's say `3000:5000` and get all oped ports rather then getting the first open port. Is that possible?
Please add audio libraries to complete a whole static libraries collection SoundTouch - http://www.surina.net/soundtouch/ https://github.com/fivebats/FBAudio/tree/master/FBAudioLib/SoundTouch.framework Aubio - http://aubio.org/ Marsyas - https://github.com/marsyas/marsyas
JuceAmalgam/juce_amalgamated1.cpp:20104:10: No viable conversion from 'std::__1::nullptr_t' to 'ReferenceCountedObjectPtrjuce::Expression::Term' XCode 5 / iOS 7.0.x
DSPFiltersComplete/shared/JuceAmalgam/juce_amalgamated.h:2402:46: Cannot initialize a parameter of type 'void *' with an rvalue of type 'int'
I did some changes to make the inference to run in macOS: - I had to add the missing header [stdc++.h](https://gist.github.com/loretoparisi/826eee56aec86d6d802c22930d057c4d), that ca be added in the `unilib/` folder -...
I have an issue when writing a file in stream mode. The `EOL`seems not to be respected when writing a new line. This is the sync version, that works as...
iOS 7.1 / iPhone5 Thread : Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 0x2db2cf03 **exceptionPreprocess + 130 1 libobjc.A.dylib 0x382c1ce7 objc_exception_throw + 38 2 CoreFoundation 0x2db2cdd5 +[NSException raise:format:] 3 Foundation 0x2e4d9e8b -[NSAssertionHandler...
iOS7.1, iPhone4 Thread : Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 0x2fa12fd3 **exceptionPreprocess + 130 1 libobjc.A.dylib 0x3a1bfccf objc_exception_throw + 38 2 CoreFoundation 0x2fa12ead +[NSException raise:format:] 3 Foundation 0x303bfdb7 -[NSAssertionHandler handleFailureInFunction:file:lineNumber:description:] +...