I hereby claim:
- I am darkliquid on github.
- I am darkliquid (https://keybase.io/darkliquid) on keybase.
- I have a public key whose fingerprint is AB5D 304C 78C2 6182 A1C2 15F7 E849 541B 6EF1 C36B
To claim this, I am signing this object:
| #!/bin/bash | |
| res=$(zenity --list --text="Choose a screen size" --column="Choice" --column="Resolution" --radiolist FALSE "1680x1050" TRUE "3360x1050" --separator=":") | |
| if [ $? ] ; then | |
| xrandr --size $res | |
| fi |
| javascript:(function () { | |
| function getTextNodesIn(element) { | |
| var wordcount = 0, | |
| whitespace = /^\s*$/; | |
| function getTextNode(node) { | |
| // type 3 is a textnode | |
| if (node.nodeType == 3) { | |
| // We skip text nodes that are only whitespace | |
| if (!whitespace.test(node.nodeValue)) { |
| class Dashing.Newsupdates extends Dashing.Widget |
| // Handles js, sass, image optimisation/compilation and does very basic PHP linting and livereload | |
| var gulp = require('gulp'), | |
| minifycss = require('gulp-minify-css'), | |
| notify = require('gulp-notify'), | |
| cache = require('gulp-cache'), | |
| sass = require('gulp-sass'), | |
| uglify = require('gulp-uglify'), | |
| gutil = require('gulp-util'), | |
| refresh = require('gulp-livereload'), | |
| lr = require('tiny-lr'), |
| RegisterCallback("PRIVMSG", "TUUUUUUUUNE", function() { | |
| var msg = this.event.message, | |
| args = msg.split(" "), | |
| source = this.event.args[0], | |
| nick = this.event.nick, | |
| me = IRC.GetNick(), | |
| stats = UTILS.GetShoutcastStats(), | |
| cfg = GetConfig(); | |
| if(nick != me && msg.match(/T(U+)(N+)E/) && !msg.match(/^!/)) { |
I hereby claim:
To claim this, I am signing this object:
| <style> | |
| body { | |
| background: url(http://www.startextures.com/starnetblog/wp-content/uploads/2010/09/starnetblog_cloudy_starfield_texture8.jpg); | |
| } | |
| .cards { | |
| background: rgba(0,0,0,.7); | |
| color: #fff; | |
| } | |
| .columns .column .cards { | |
| border :0; |
Use ## for Period headings, ### for event headings, #### for scene headings. This way exporting to html/markdown/etc makes for nice vertical reading.
Append the tone to the card with a dash, then the tone in italics for light tones (e.g. - *Light*) or bold for dark tones (e.g. - **Dark**)
| #!/bin/bash | |
| web_service='nginx' | |
| config_files="/usr/local/etc/letsencrypt/*.ini" | |
| le_path='/opt/letsencrypt' | |
| exp_limit=30; | |
| do_reload=0; | |
| for config_file in $config_files; do |
| Config_readinBat=1 | |
| Config_readinCpu=1 | |
| Config_readinMemoryUsage=1 | |
| Config_readinVolume=1 | |
| Config_borderWidth=10 | |
| Config_rule_#19=.*Wox.*;.*Wox.*;;0;0;0;1;0;1; | |
| Config_rule_#20=Chrome_WidgetWin_1;.*Google Chrome;;1;0;0;0;1;0; | |
| Config_rule_#21=VirtualConsoleClass;Cmder;;1;0;0;0;0;0; |