-
Find the Discord channel in which you would like to send commits and other updates
-
In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe!
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
Complete command list of NotSoBot <439205512425504771>: | |
Owner: NotSoSuper <296044494812479498> | |
Prefix: . | |
* = Not Required | |
^ = Bot Owner Only | |
^^ = Server Admin Only | |
"/'s" in commands show aliases for the command (Ex: ".reverse/r <text>" Command can be run with .reverse or .r) | |
<max_messages> = The number of messages to search through | |
<image> = The image URL, @discord_user, the users name, discord/custom emoji, or, nothing inputted which will search through 25 messages for embeds or attachments | |
<image-face> = Image requires a HUMAN FACE to be included |
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
#!/bin/bash | |
# /etc/init.d/redstone | |
# version 0.11 2016-03-27 (YYYY-MM-DD) | |
# | |
### BEGIN INIT INFO | |
# Provides: minecraft_redstone | |
# Required-Start: $local_fs $remote_fs screen-cleanup | |
# Required-Stop: $local_fs $remote_fs | |
# Should-Start: $network | |
# Should-Stop: $network |
Place the service file (or a link to it) in /etc/systemd/system/ Place the watchdogged.py file somewhere ( and change the ExecStart portion in the .service to point at the file )
then do systemctl daemon-reload
followed by systemctl start watchdogged.service
After this you can watch the progress using journalctl --follow -u watchdogged.service
change the PROBABILITY variable to something else to watch it faster/later or succeed.
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
var on = window.Terminal.on; | |
var isGecko = navigator.userAgent.indexOf('WebKit')==-1 && navigator.product == 'Gecko'; | |
var isChromium = window.chrome; | |
// replace bindPaste with a variant that: | |
// 1. doesn't set contentEditable back to 'inherit' | |
// 2. replaces newlines with carriage returns in the clip | |
// 3. moves the caret (i.e. the contentEditable cursor) out of sight. | |
window.Terminal.bindPaste = function(document) { |
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
This is gist. | |
There are many like it, but this one is mine. | |
It is my life. | |
I must master it as I must master my life. | |
Without me gist is useless. | |
Without gist, I am useless. |