Skip to content

Instantly share code, notes, and snippets.

View getsetbro's full-sized avatar
💭
[ bro-lite ]

Seth Broweleit getsetbro

💭
[ bro-lite ]
View GitHub Profile
@getsetbro
getsetbro / tns-emulate-android-start-log-trace.txt
Created June 13, 2015 17:25
tns emulate android --start --log trace
Last login: Sat Jun 13 11:52:37 on ttys000
Seths-MacBook-Pro:test_nativescript sb$ tns emulate android --start --log trace
Exec uname -a
stdout: Darwin Seths-MacBook-Pro.local 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 x86_64
stderr:
Exec npm -v
stdout: 2.7.4
stderr:

New computer setup


Format the drive

  1. Restart with cmd-R or cmd-D
  2. Erase drive / 3x if second-hand
  3. Reinstall MacOS
@getsetbro
getsetbro / winphone8podcasts.txt
Created May 8, 2015 14:55
Instructions below for enabling podcast discovery in Bing 2015
Instructions below for enabling podcast discovery in Bing.
Windows Phone 8.1
Windows Phone 8.1 uses a Bing-enabled search mechanism to locate podcasts. To improve the search results of your podcast, add "feed:podcast" to your keywords tag within the RSS podcasts feed. Podcasts can also be located by entering the RSS feed directly into the podcast app search window.
Improve Bing-Enabled Podcast Search Results
By using Webmaster Tools, you can tell Bing about your site. In return, Bing Webmaster Tools (http://www.bing.com/toolbox/webmaster) tells you how well your site is performing in Bing and Bing-powered search and keeps you up to date about issues we see on your site.
To inform us about sitemaps or RSS feeds, including those containing podcasts, follow these steps:
@getsetbro
getsetbro / favicon.base64.htm
Created April 23, 2015 01:24
favicon base64
<link rel="icon" type="image/x-icon" href="data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAAC4uLgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"/>
@getsetbro
getsetbro / favicon.dataimage.base64.txt
Created April 23, 2015 01:15
favicon.data:image/x-icon;base64
<link rel="icon" type="image/x-icon" href="data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAzMzMAEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIiIiIiIiIiIgAQAQAQAQAiABABABABACIRERERERERIgAQAQAQAQAiABABABABACIRERERERERIgAQAQAQAQAiABABABABACIRERERERERIgAQAQAQAQAiABABABABACIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIAAAAAbbYAAG22AAAAAAAAbbYAAG22AAAAAAAAbbYAAG22AAAAAAAAbbYAAG22AAAAAAAAAAAAAAAAAAAAAAAA" />
@getsetbro
getsetbro / _.md
Created March 4, 2015 23:19
pieChart
@getsetbro
getsetbro / _.md
Created March 4, 2015 23:15
pieChart
@getsetbro
getsetbro / Animated-highlighted-text.markdown
Created February 26, 2015 17:40
Animated highlighted text

Animated highlighted text

This pen was inspired by webdesignerdepot's new design, the title on each article will be highlighted when user hovered it.

The idea is simple, it make used of linear gradient and transition.

  1. We set the title to be inline element (This will break every background when the title breaked into lines)
  2. Apply linear-gradient background, with half transparent-color, and highlighted color on the other half. then make it 200% size.
  3. Change the background-position-x to -100%, it will push the highligted color 100% to the right.
  4. Apply transition property to get the nice sliding effect.
@getsetbro
getsetbro / ╰(´◔ ෴ ◔`)╯
Last active August 29, 2015 14:16
╰(´◔ ෴ ◔`)╯
╰(´◔ ෴ ◔`)╯
¯\_(ツ)_/¯
k͕̖̬i͍̼̰̹l̩̞l̲̺̱ m̙e͍̮̞̠̻ ͓̦̤n̩̪͕̝̯ͅo̯̳w͇.̘
\m/ -.- \m/
\o|o|o/
@getsetbro
getsetbro / index.html
Created February 20, 2015 23:08
Component with the SuitCSS conventions demo of a component using conventions of SuitCSS for component-based dev // source http://jsbin.com/lumeqa
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Component with the SuitCSS conventions</title>
<meta name="description" content="demo of a component using conventions of SuitCSS for component-based dev">
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<style id="jsbin-css">
/* base */
button{