Skip to content

Instantly share code, notes, and snippets.

@RebeccaWhit3
RebeccaWhit3 / Version-Control-Tags.md
Created March 19, 2017 04:19
Version Control System (VCS) tagging category reference
@RebeccaWhit3
RebeccaWhit3 / css-properties-for-text.md
Last active April 2, 2017 21:35
CSS Properties for Text | A Complete List

CSS Content Property

About

Valid property values for 'style { content: ; }'.

CSS content property lists

MDN

@RebeccaWhit3
RebeccaWhit3 / Preferences.sublime-settings
Last active March 16, 2017 20:20
Sublime Text 3 - Default Settings (possibly plugin related as well)
// Place your settings in the file "User/Preferences.sublime-settings", which
// overrides the settings in here.
//
// Settings may also be placed in file type specific options files, for
// example, in Packages/Python/Python.sublime-settings for python files.
{
// Sets the colors used within the text area
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
// Note that the font_face and font_size are overridden in the platform
@RebeccaWhit3
RebeccaWhit3 / Preferences.sublime-settings
Created March 16, 2017 20:14
Sublime Text 3 - User Preferences
{
"added_words":
[
"resampling",
"fx",
"vst",
"Polyplex",
"C1",
"C2",
"Synergizes",
@RebeccaWhit3
RebeccaWhit3 / test.md
Last active March 16, 2017 09:40
test

test

comments in markdown

@RebeccaWhit3
RebeccaWhit3 / keywords-for-tagging-art.mdown
Created March 16, 2017 06:47
A list of tags output by the Google Arts & Culture "tags" experiment (https://artsexperiments.withgoogle.com/tags/).
@RebeccaWhit3
RebeccaWhit3 / useful-strings.md
Created March 15, 2017 20:15
Useful strings

Useful Strings

File extensions for icon images and files containing icon images
	*.cur;*.ico;*.ani;*.exe;*.dll;*.icl;*.nil;*.il;*.acl;*.ocx;*.scr;*.bpl;*.~bpl;*.dpl;*.~dpl;*.arx;*.ovl;*.hdi;*.bk;*.cpl;*.vbx;*.drv;*.acm;*.ax;*.cp$;*.tsp;*.mod;*.sfx;*.flt;*.rsrc;*.dcr;*.res;*.icns;icon*.*;
@RebeccaWhit3
RebeccaWhit3 / URIs.md
Last active March 15, 2017 06:16
Useful URL/URIs & URL Parameters

URIs

Google Docs

Reference Location
data{} window.FB_PUBLIC_LOAD_DATA_
url_ one-click web page downloader
google.com/forms/d/e/1FAIpQLSftVAXt0JYtFwFxAVu7-RKy5-ONb-fxaE4ugNXXsynuowCGgg/viewform
@RebeccaWhit3
RebeccaWhit3 / google-search-js-notes.js
Last active March 15, 2017 08:07
Google Search JS Notes
// Google Search JS Notes
google.y.first.push(function() {
google.loadAll(['aa', 'abd', 'async', 'dvl', 'erh', 'foot', 'fpe', 'ifl', 'ipv6', 'lu', 'm', 'sf', 'spch', 'vm', 'wft'].concat(google.xjsrm || []));
(function() {
(function() {
if (!document.cookie.match(/GZ=Z=[0,1]/) && !google.gz) {
document.cookie = "GZ=Z=0";
google.gz = 1;
var a = document.createElement("iframe");

Google Web Page Thumbnails

Undocumented Service URL used on the "Google Search Console" website.

https://www.google.com/webpagethumbnail?c=18&s=140:100&r=4&d=http://google.com/&a=AIYkKU9AHmcUwFnrZyoOuWyBH-m-1FtvDA

Parameters

@todo