Here is a list of scopes to use in Sublime Text 2/3 snippets -
ActionScript: source.actionscript.2
AppleScript: source.applescript
ASP: source.asp
Batch FIle: source.dosbatch
C#: source.cs
C++: source.c++
Clojure: source.clojure
| var MultiLineTextInputWidget = React.createClass({ | |
| mixins: [BasicWidgetMixin], | |
| onChange: function(event) { | |
| this.recalculateSize(); | |
| if (this.props.onChange) { | |
| this.props.onChange(event.target.value); | |
| } | |
| }, |
Here is a list of scopes to use in Sublime Text 2/3 snippets -
ActionScript: source.actionscript.2
AppleScript: source.applescript
ASP: source.asp
Batch FIle: source.dosbatch
C#: source.cs
C++: source.c++
Clojure: source.clojure
| #!/bin/sh | |
| # Call this script as root to fully remove Fuse | |
| # For example: 'sudo ./uninstall_fuse.sh' | |
| rm -rvf \ | |
| /Applications/Fuse.app \ | |
| /usr/local/bin/fuse \ | |
| /usr/local/bin/uno \ | |
| /usr/local/bin/unotest \ |
| ### | |
| ### | |
| ### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
| ### https://christitus.com/windows-tool/ | |
| ### https://github.com/ChrisTitusTech/winutil | |
| ### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
| ### iwr -useb https://christitus.com/win | iex | |
| ### | |
| ### OR take a look at | |
| ### https://github.com/HotCakeX/Harden-Windows-Security |
I recently happened upon a very interesting implementation of popen() (different API, same idea) called popen-noshell using clone(2), and so I opened an issue requesting use of vfork(2) or posix_spawn() for portability. It turns out that on Linux there's an important advantage to using clone(2). I think I should capture the things I wrote there in a better place. A gist, a blog, whatever.
This is not a paper. I assume reader familiarity with
fork()in particular and Unix in general, though, of course, I link to relevant wiki pages, so if the unfamiliar reader is willing to go down the rabbit hole, they should be able to come ou
The official documentation is in the [sd_notify(3)][1] manual page.
Very short summary:
Type=notify.NOTIFY_SOCKET, which contains a path to an AF_UNIX socket.@, this means an "abstract" socket, and you should change the 1st byte to 0x00 before using.)KEY=value parameters.READY=1, and systemd will transition the service from "starting" to "running".See imgur / linked pastebin and github mirror for 1-8 → 1-8 balancers. Creator: raynquist, github mirror linked in Balancers Illustrated: 1 through 8 balancers explained, imgur album linked in Balancer Book Update (Summer 2019)