This file contains hidden or 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 | |
def_plugin_name='plugin-name' | |
def_plugin_class='Plugin_Name' | |
def_your_name='Your Name' | |
def_email='[email protected]' | |
echo "Name of you plugin: [$def_plugin_name]" | |
read plugin_name | |
if [ "$plugin_name" = "" ] ; then |
This file contains hidden or 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 code is for Internal Salesforce use only, and subject to change without notice. | |
* Customers shouldn't reference this file in any web pages. | |
*/ | |
window.undefined = window.undefined; | |
VFExt3 = { | |
version: "3.2.2", | |
versionDetail: { | |
major: 3, | |
minor: 2, |
This file contains hidden or 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
{ | |
"bold_folder_labels": true, | |
"default_line_ending": "unix", | |
"font_size": 8, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"rulers": | |
[ |
This file contains hidden or 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
[ | |
// Refresh folder list with F5 | |
{ "keys": ["f5"], "command": "refresh_folder_list" }, | |
{ "keys": ["ctrl+pagedown"], "command": "next_view_in_stack" }, | |
{ "keys": ["ctrl+pageup"], "command": "prev_view_in_stack" }, | |
{ "keys": ["ctrl+tab"], "command": "next_view" }, | |
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" } | |
] |
This file contains hidden or 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
# Conky settings # | |
background no | |
update_interval 2.0 | |
total_run_times 0 | |
imlib_cache_size 0 | |
double_buffer yes | |
no_buffers yes | |
override_utf8_locale no | |
# Window specifications # |
This file contains hidden or 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 | |
# INSTALL | |
# 1) clone to a folder (I have a ~/software one) | |
# 2) Add the following to your ~/.bashrc | |
# alias byzanz-record-region='/home/todd/software/byzanz-record-region' | |
# 3) Deps -> | |
## https://github.com/lolilolicon/xrectsel | |
## libx11 (synaptic) | |
## byzanz (synaptic) |
This file contains hidden or 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 | |
# INSTALL | |
# 1) clone to a folder (I have a ~/software one) | |
# 2) Add the following to your ~/.bashrc | |
# alias byzanz-record-window='/home/todd/software/byzanz-record-window' | |
# Delay before starting | |
DELAY=5 |
This file contains hidden or 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
[ | |
// Refresh folder list with F5 | |
{ "keys": ["f5"], "command": "refresh_folder_list" }, | |
{ "keys": ["ctrl+pagedown"], "command": "next_view_in_stack" }, | |
{ "keys": ["ctrl+pageup"], "command": "prev_view_in_stack" }, | |
{ "keys": ["ctrl+tab"], "command": "next_view" }, | |
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" } | |
] |
This file contains hidden or 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
i.pull-right.icon.icon-favorite.icon-favorite-color.txt-base-medium.activity-indicator { | |
color: yellow; | |
} |
This file contains hidden or 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
/* ===[ General ]=== */ | |
body { | |
background: #2A2E39; | |
color: #c0c0c0; } | |
a, a:link, a:visited { | |
color: #6ecff6 } | |
a:hover, a:active, a:focus { |
OlderNewer