I hereby claim:
- I am pugson on github.
- I am wkw (https://keybase.io/wkw) on keybase.
- I have a public key whose fingerprint is 9CA7 07A1 BAC0 8F37 8810 E4E5 82C4 5CFD 085A DFBB
To claim this, I am signing this object:
| # Author - Arjun Variar | |
| # Thanks to Ben for introducing me to fiftyfootshadows, Awesome Wallpapers!! | |
| #!/bin/sh | |
| if [[ -z "$TMP" ]] | |
| then | |
| TMP="/private/tmp" | |
| fi | |
| dir="$HOME/Wallpapers/fiftyfootshadows" |
| # Download desktop-resolution wallpapers from http://psiupuxa.com/ | |
| # into the current directory. | |
| require 'nokogiri' | |
| require 'open-uri' | |
| require 'openssl' | |
| require 'uri' | |
| # Uncomment next line if you don't have the Ruby SSL cert bundle installed. | |
| OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE |
| PROMPT="$PROMPT \ | |
| %{$terminfo[bold]$fg[red]%}→ %{$reset_color%}" |
| #!/bin/sh | |
| # Replace chat_id value with your chat id from @myidbot | |
| # Replace XXXXXXXXX:xxxxxxxxxxxxxxxxxxxxx with your bot token from @BotFather | |
| curl --data chat_id=XXXXXXXXX --data-urlencode text=�~\~E\ $TR_TORRENT_NAME "https://api.telegram.org/botXXXXXXXXX:xxxxxxxxxxxxxxxxxxxxx/sendMessage" |
| { | |
| "comment": "This is the settings file for the SVGO Compressor Plugin. For more info, please check <https://github.com/BohemianCoding/svgo-compressor>", | |
| "pretty": false, | |
| "indent": 0, | |
| "plugins": [ | |
| { | |
| "name": "cleanupAttrs" | |
| }, | |
| { | |
| "name": "cleanupEnableBackground" |
I hereby claim:
To claim this, I am signing this object:
| :root { | |
| --ease-in-quad: cubic-bezier(.55, .085, .68, .53); | |
| --ease-in-cubic: cubic-bezier(.550, .055, .675, .19); | |
| --ease-in-quart: cubic-bezier(.895, .03, .685, .22); | |
| --ease-in-quint: cubic-bezier(.755, .05, .855, .06); | |
| --ease-in-expo: cubic-bezier(.95, .05, .795, .035); | |
| --ease-in-circ: cubic-bezier(.6, .04, .98, .335); | |
| --ease-out-quad: cubic-bezier(.25, .46, .45, .94); | |
| --ease-out-cubic: cubic-bezier(.215, .61, .355, 1); |
| { | |
| "PresetList" : [ | |
| { | |
| "AlignAVStart" : false, | |
| "AudioCopyMask" : [ | |
| ], | |
| "AudioEncoderFallback" : "ca_aac", | |
| "AudioLanguageList" : [ |
| .element { | |
| width: 100vw; | |
| position: relative; | |
| left: calc(-1 * (100vw - 100%) / 2); | |
| } |