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
<input type="file" id="inputfile"> | |
<br> | |
<pre id="output"></pre> | |
<script type="text/javascript"> | |
document.getElementById('inputfile') | |
.addEventListener('change', function() { | |
var selected_file = new FileReader() |
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
{ | |
"schema_version": "3.0.0", | |
"packages": [ | |
{ | |
"details": "https://github.com/budlime/PathRename", | |
"releases": [ | |
{ | |
"sublime_text": "*", | |
"branch": "master", | |
"dependencies": ["pathbox"] |
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
# Maintainer: bud | |
# Contributor: bud | |
pkgname=ucb-scheme | |
pkgver=4.0.1 | |
pkgrel=3 | |
pkgdesc="UCB Scheme - a modified version of STk 4.0.1" | |
arch=('x86_64') | |
url="http://wla.berkeley.edu/~scheme/" | |
license=('custom') |
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
pkgname=sublime-text-3-gtk2 | |
pkgver=3.3176 | |
pkgrel=1 | |
pkgdesc="Sophisticated text editor for code, html and prose - stable build" | |
arch=('x86_64') | |
url='https://www.sublimetext.com/3' | |
license=('custom') | |
depends=('libpng' 'gtk2') | |
replaces=('sublime-text-3-imfix') |
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 | |
: "${1?At least one search criteria needs to be passed}" | |
search_for=("$@") | |
size=100 # max 500 | |
sub=i3wm # subreddit | |
first_day=1 | |
last_day=3000 |
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
Show hidden characters
{ | |
"variables": { | |
"sb_bg": "#187FB9", | |
"sb_fg": "#EEEEEE", | |
"fgg": "#2e2e2e", | |
"bgg": "#CCCCCC", | |
"agg": "#3D6684", | |
"panel_font": "FixedFixedsys", | |
"panel_font_size": 16, | |
"statusbar_font": "FixedFixedsys", |
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
[global] | |
font = "Hack 16" | |
# Allow a small subset of html markup: | |
# <b>bold</b> | |
# <i>italic</i> | |
# <s>strikethrough</s> | |
# <u>underline</u> | |
# | |
# For a complete reference see |
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
# PS1 = time compact_pwd > | |
# curated by budRich since 2017 | |
# ============================= | |
# | |
# display runtime of last command and a compat PWD | |
# default time output is ms, if time is more then | |
# 1000ms, seconds is displayed instead. | |
# color of time is changed depending on the value. |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Symbol List</string> | |
<key>scope</key> | |
<string>source.i3wm_config meta.scope.budsym.other.i3wm_config</string> | |
<key>settings</key> | |
<dict> |
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
<?xml version='1.0' encoding='UTF-8'?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version='1.0'> | |
<dict> | |
<key>name</key> | |
<string>i3-wm Config</string> | |
<key>author</key> | |
<string>skk</string> | |
<key>scopeName</key> | |
<string>source.i3wm_config</string> |
NewerOlder