This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
#!/bin/bash | |
##################################################### | |
# Name: Bash CheatSheet for Mac OSX | |
# | |
# A little overlook of the Bash basics | |
# | |
# Usage: | |
# | |
# Author: J. Le Coupanec | |
# Date: 2014/11/04 |
var React = require('react'); | |
var EventListener = require('react/lib/EventListener'); | |
var partition = require('linear-partitioning'); | |
var TileLayout = React.createClass({ | |
getDefaultProps: function() { | |
return { | |
gutter: 0, | |
photos: [] | |
} |
#!/usr/bin/env ruby | |
require 'appscript' | |
require 'nokogiri' | |
require 'open-uri' | |
require 'clipboard' | |
url = ARGV.length >= 1 ? ARGV[0] : Clipboard.paste | |
def zhihu(doc) |
<html i18n-values="dir:textdirection;lang:language" dir="ltr" lang="en"><head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, | |
maximum-scale=1.0, user-scalable=no"> | |
<title i18n-content="title">T-Rex Game</title> | |
<style>/* Copyright 2014 The Chromium Authors. All rights reserved. | |
Use of this source code is governed by a BSD-style license that can be | |
found in the LICENSE file. */ | |
a { |
HANDY ONE-LINERS FOR RUBY November 16, 2005 | |
compiled by David P Thomas <[email protected]> version 1.0 | |
Latest version of this file can be found at: | |
http://www.fepus.net/ruby1line.txt | |
Last Updated: Wed Nov 16 08:35:02 CST 2005 | |
FILE SPACING: |
// many many codes | |
document.write('foo bar'); | |
document.write('</div>'); | |
// new code | |
var a = 'bar.js', stamp = +new Date() + '='; | |
document.write('<script id="foo" src="' + a + '?' + stamp + '"></script>'); | |
// other code | |
document.write('<div> other text</div>'); |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.