virtualenv ./env -p /usr/local/bin/python3
source ./env/bin/activate
This file contains hidden or 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
| <scheme name="My Classic Eclipse" version="142" parent_scheme="Default"> | |
| <option name="FONT_SCALE" value="1.0" /> | |
| <metaInfo> | |
| <property name="created">2019-05-27T18:11:42</property> | |
| <property name="ide">Idea</property> | |
| <property name="ideVersion">2019.1.2.0.0</property> | |
| <property name="modified">2019-05-27T18:11:46</property> | |
| <property name="originalScheme">My Classic Eclipse</property> | |
| </metaInfo> | |
| <option name="LINE_SPACING" value="1.0" /> |
This file contains hidden or 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
| using System; | |
| using System.Runtime.InteropServices; | |
| namespace shutdown | |
| { | |
| // Add "Libuv": "1.9.1" dependency to your project.json | |
| // | |
| // Usage: | |
| // | |
| // // start your daemons |