- Install Xcode (Avaliable on the Mac App Store)
- Install Xcode Command Line Tools (Preferences > Downloads)
- Install depot_tools
$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
$ nano ~/.zshrc
- Add
path=('/path/to/depot_tools' $path)
function code_highlight(){ | |
style=${1:-zmrok} | |
pbpaste | highlight --syntax=rb --style=$style -O rtf | pbcopy | |
} |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/apple-touch-icon-152.png"> | |
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144.png"> | |
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/apple-touch-icon-120.png"> | |
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch-icon-114.png"> | |
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/apple-touch-icon-76.png"> | |
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/apple-touch-icon-72.png"> | |
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="/apple-touch-icon-60.png"> | |
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/apple-touch-icon-57.png"> | |
<link rel="apple-touch-startup-image" href="/apple_startup_image.png"> | |
<link rel="icon" type="image/png" href="/favicon-16.png" sizes="16x16"> |
Hey, Probably a somewhat n00b question, but on sites of your size that build and release as often as yours do - how do you manage your npm and bower packages? Currently we .gitignore our node_modules and bower_components directories, but I feel we should break that SPOF we have with npm and bower's servers, in the event they're unavailable when our CI is running a build/release.
I had considered checking the packages into git, but;
- I'm sure this is frequently advised against [citation needed].
- Some packages such as karma-runner/karma-phantomjs-launcher perform a tailored installation for the OS
npm install
was run from (egphantomjs
for Windows if installed when on Windows) - so if developer A on Windows runsnpm install
and checks it into git, CI Server B on Linux will be failing builds.
Is this SPOF something you're even concerned about? And if so, how do you manage it please?
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
{ | |
"name": "WebScraping", | |
"main": "scrap.js", | |
"dependencies": { | |
"cheerio": "~0.13.1" | |
} | |
} |
/** | |
* Whole | |
*/ | |
.one-whole | |
/** | |
* Halves | |
*/ | |
.one-half |
By @foldleft.bsky.social, see also Unfollow everyone on bsky.app.
- Go to
https://twitter.com/YOUR_USER_NAME/following
- Open the Developer Console. (COMMAND+ALT+I on Mac)
- Paste this into the Developer Console and run it
// Unfollow everyone on twitter.com, by Jamie Mason (https://twitter.com/fold_left)
O'Reilly Velocity Conference (7)
Velocity is much more than a conference; it's become the essential training event and source of information for web professionals from companies of all sizes. Books, newsletters, industry reports, in-person and online events, and much more.
grunt-uncss (4)
grunt-uncss - A grunt task for removing unused CSS from your project builds
Welcome - SOASTA (3)
Welcome We are excited to present SOASTA mPulseUX. This is a free, at your fingertips resource for real user measurement data. The Browsers, Geography, Mobile and Patience tabs on the right hand navigation can help you answer questions such as: What are the most patient countries in the world?
Image Optimisation (2)The images below will either be a standard JPEG or a WebP image. This is determined using a server side alogrithm based on the browser agent. For