- Restart with cmd-R or cmd-D
- Erase drive / 3x if second-hand
- Reinstall MacOS
This file contains 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
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: |
This file contains 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
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: |
This file contains 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
<link rel="icon" type="image/x-icon" href="data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAAC4uLgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"/> |
This file contains 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
<link rel="icon" type="image/x-icon" href="data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAzMzMAEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIiIiIiIiIiIgAQAQAQAQAiABABABABACIRERERERERIgAQAQAQAQAiABABABABACIRERERERERIgAQAQAQAQAiABABABABACIRERERERERIgAQAQAQAQAiABABABABACIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIAAAAAbbYAAG22AAAAAAAAbbYAAG22AAAAAAAAbbYAAG22AAAAAAAAbbYAAG22AAAAAAAAAAAAAAAAAAAAAAAA" /> |
[ Launch: pieChart ] faaa12e82ada86cdb2c5 by getsetbro[ Launch: pieChart ] 10f0ae9fd64038025dad by getsetbro[ Launch: test ] 4653053 by enjalot[ Launch: test ] 4652017 by enjalot[ Launch: test ] 4582399 by enjalot
[ Launch: pieChart ] 10f0ae9fd64038025dad by getsetbro[ Launch: test ] 4653053 by enjalot[ Launch: test ] 4652017 by enjalot[ Launch: test ] 4582399 by enjalot
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.
- We set the title to be inline element (This will break every background when the title breaked into lines)
- Apply linear-gradient background, with half transparent-color, and highlighted color on the other half. then make it 200% size.
- Change the background-position-x to -100%, it will push the highligted color 100% to the right.
- Apply transition property to get the nice sliding effect.
This file contains 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
╰(´◔ ෴ ◔`)╯ | |
¯\_(ツ)_/¯ | |
k͕̖̬i͍̼̰̹l̩̞l̲̺̱ m̙e͍̮̞̠̻ ͓̦̤n̩̪͕̝̯ͅo̯̳w͇.̘ | |
\m/ -.- \m/ | |
\o|o|o/ |
This file contains 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
<!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{ |