Skip to content

Instantly share code, notes, and snippets.

@RebeccaWhit3
RebeccaWhit3 / Keyboard HTML Tag for Github Markdown.md
Created March 14, 2017 02:12
Keyboard HTML Tag for Github Markdown

Keyboard HTML Tag for Github Markdown

Examples:

control + shift + space

command/control + ,

👆/👇/👈/👉

@RebeccaWhit3
RebeccaWhit3 / google-search-cse-style.css
Created March 12, 2017 21:43
CSS to make CSE look like the official Google Search engine
/** Copyright 2005 Google Inc. All rights reserved. */
/* the GSearchControl CSS Classes
* .gsc-control : the primary class of the control
*/
.gsc-control {
width: 300px;
}
@RebeccaWhit3
RebeccaWhit3 / gist:27d89c8c30b74bc6b460b922fffbb184
Created March 12, 2017 14:07 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@RebeccaWhit3
RebeccaWhit3 / google-search-operators.md
Last active February 27, 2023 21:02
Google Search: Operators

Google Search: Operators

@todo[#deprecate]

|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

Search Service Search Operators
Web Search [allinanchor:][1], [allintext:][2], [allintitle:][3], [`
@RebeccaWhit3
RebeccaWhit3 / characters-per-line.md
Created March 9, 2017 14:37
Characters per line

Characters per line

Style Comparison

80 Characters

1=====================================40==============================72======80

72 Characters

@RebeccaWhit3
RebeccaWhit3 / stylebot-css-backup.css
Created March 9, 2017 13:03
Stylebot CSS Backup
/* Stylebot CSS Backup */
{"*":{"_enabled":true,"_rules":{"#search .mblink:visited, a:visited":{"color":"lightslategray ","text-decoration":"line-through "},"#search a:link, .w, #prs a:visited, #prs a:active, .q:active, .q:visited, .kl:active, .tbotu":{},"* a:not([role*=navigation]):not([role*=navigation])":{"font-weight":"600 "},"* style, * * style, * * * style":{"color":"transparent ","display":"none ","left":"-1000% ","position":"absolute ","top":"-1000% "},".blockLink":{"display":"block ","visibility":"hidden "},".rc:hover .blockLink":{"display":"block ","visibility":"visible "},":not([class*=icon]):not([class*=fa])":{"-moz-osx-font-smoothing":"grayscale ","-webkit-font-smoothing":"antialiased ","font-family":"'NotoSans-BoldItalic', 'NotoMono-Regular','Consolas', 'Apple Color Emoji',\"Segoe UI Emoji\",\"NotoColorEmoji\",\"Segoe UI Symbol\",\"Android Emoji\",\"EmojiSymbols\",'Unifont', monospace ","text-rendering":"optimizeSpeed "},":not([role*=navigation]) a:link, :not([role*=nav]) a:link":{},"blockquote
@RebeccaWhit3
RebeccaWhit3 / global-stylesheet.css
Created March 9, 2017 13:00
Global Stylesheet (for stylebot)
/* Global Stylesheet for Stylebot */
#search .mblink:visited, a:visited {
color: lightslategray ;
text-decoration: line-through ;
}
#search a:link, .w, #prs a:visited, #prs a:active, .q:active, .q:visited, .kl:active, .tbotu {
}
@RebeccaWhit3
RebeccaWhit3 / organization-resources.md
Last active March 8, 2017 23:48
Organization Resources

Organization Resources

  • manual

  • data

    • categories
      • software
        • alternativeto
  • wikipedia

@RebeccaWhit3
RebeccaWhit3 / AbletonZoomWithScroll.ahk
Last active March 7, 2017 11:54 — forked from SonicZentropy/CustomAHK.ahk
Autohotkey Script for Ableton Live 9 Suite (basic example) • Scroll to zoom for Clip View & Arrangement. Forked from: https://gist.github.com/SonicZentropy/7930644a506776eae668
; Ableton Live 9 Suite
; Scroll to zoom for Clip View & Arrangment
; https://gist.github.com/SonicZentropy/7930644a506776eae668
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
#KeyHistory 100
; #Warn ; Enable warnings to assist with detecting common errors.
SetTitleMatchMode, fast
SetTitleMatchMode, 2
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
@RebeccaWhit3
RebeccaWhit3 / command-line-reference.md
Last active March 7, 2017 03:23
Command Line | Reference

Command Line • Reference

Open()

Windows Settings

@TODO: Google these stings to find webpages listing similar commands..

| Location | Command Line |