Skip to content

Instantly share code, notes, and snippets.

# ===================================
# Form Field Definitions
# ===================================
fields:
title:
label: Название программы
span: left
price:
label: Цена
@NemoD503
NemoD503 / new_gist_file.sh
Created January 27, 2014 16:17
mysqldump gzip
mysqldump --opt <database> | gzip -c | ssh user@wherever 'cat > /tmp/yourfile.sql.gz'
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
@NemoD503
NemoD503 / 0_reuse_code.js
Created January 20, 2014 05:54
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console