- https://github.com/justadudewhohacks/face-api.js
- https://openbase.com/js/clmtrackr
- https://openbase.com/js/face-api.js
- https://github.com/tensorflow/tfjs-models/tree/master/body-segmentation
- https://github.com/tensorflow/tfjs-models/tree/master/speech-commands
- https://github.com/tensorflow/tfjs-models/tree/master/qna
- https://github.com/tensorflow/tfjs-models/tree/master/qna
- https://javascript.plainenglish.io/how-to-build-realtime-face-detection-in-javascript-64b083b7d88a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package; | |
/** | |
* Main class for reading and writing a simple text file. | |
* Author: Matthijs Kamstra aka [mck] | |
*/ | |
class Main { | |
/** | |
* Constructor for the Main class. | |
* It demonstrates reading and writing operations on a text file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package; | |
/** | |
* Main class for a simple file writing example. | |
* Author: Matthijs Kamstra aka [mck] | |
*/ | |
class Main { | |
/** | |
* Constructor for the Main class. | |
* It demonstrates how to write a string to a file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 👋 Hello World in Haxe | |
/* | |
Declaring an empty package. A package isn't necessary, but it's useful if you want to create | |
a namespace for your code (e.g. org.yourapp.ClassName). | |
Omitting package declaration is the same as declaring an empty package. | |
*/ | |
package; // empty package, no namespace. | |
// Here's the class definition. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bookmarks": true, | |
"snippets": false, | |
"packages": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<keys name="Adobe Illustrator"> | |
<!-- | |
This file contains a profile of keyboard shortcuts for Inkscape | |
in the style of Adobe Illustrator. | |
See default.xml for more information. | |
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@:buildXml(" | |
<linker id='exe' exe='emcc'> | |
<flag value='-s' /> | |
<flag value='WASM=1' /> | |
</linker> | |
") | |
class Main { | |
static function main() { | |
trace('Hello Web Assembly'); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11-01-14 17:35:51,332 launchservicesd[76]: Application App:"arkOS Installer" asn:0x0-9b79b7 pid:31717 refs=7 @ 0x7f905b660ec0 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x9b89b8 pid=31720 "SecurityAgent"")), so denying. : LASSession.cp #1481 SetFrontApplication() q=LSSession 100005/0x186a5 queue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building: HaxeBinding (Debug) | |
Performing main compilation... | |
/Library/Frameworks/Mono.framework/Versions/2.10.9/bin/dmcs /noconfig "/out:/Users/mck/Documents/GIT/haXe/md-haxebinding/HaxeBinding/bin/Debug/MonoDevelop.HaxeBinding.dll" "/r:/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.dll" "/r:/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/gtk-sharp-2.0/gtk-sharp.dll" "/r:/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/gtk-sharp-2.0/glib-sharp.dll" "/r:/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/gtk-sharp-2.0/gdk-sharp.dll" "/r:/Applications/MonoDevelop.app/Contents/MacOS/lib/monodevelop/bin/MonoDevelop.Core.dll" "/r:/Applications/MonoDevelop.app/Contents/MacOS/lib/monodevelop/bin/MonoDevelop.Ide.dll" "/r:/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.Xml.dll" "/r:/Applications/MonoDevelop.app/Contents/MacOS/lib/monodevelop/bin/Mono.TextEditor.dll" "/r:/Applications/MonoDevelop.app/Contents/MacOS/lib/monodevelop/AddIns/Mono |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
in OSX this snippets end up here: | |
/Users/[foobar]/Library/MonoDevelop-2.8/Snippets/ | |
--> | |
<?xml version="1.0" encoding="utf-8"?> | |
<CodeTemplates version="3.0"> | |
<CodeTemplate version="2.0"> | |
<Header> | |
<_Group>haXe</_Group> |