| Models | Examples |
|---|---|
| Display ads | Yahoo! |
| Search ads |
| # Nginx+Unicorn best-practices congifuration guide. Heartbleed fixed. | |
| # We use latest stable nginx with fresh **openssl**, **zlib** and **pcre** dependencies. | |
| # Some extra handy modules to use: --with-http_stub_status_module --with-http_gzip_static_module | |
| # | |
| # Deployment structure | |
| # | |
| # SERVER: | |
| # /etc/init.d/nginx (1. nginx) | |
| # /home/app/public_html/app_production/current (Capistrano directory) | |
| # |
| #!/bin/bash | |
| USER=YOUR_USERNAME | |
| HOST=YOUR_SERVER_HOSTNAME | |
| WEBPATH=PATH_TO_WEBSERVER_ROOT | |
| WEBURL=YOUR_URL | |
| BACKUP_DIR=DIR_FOR_BACKUP | |
| file=$(mktemp $BACKUP_DIR/XXXXXX) | |
| mv $file $file.html |
Dashing widget to display weather from forecast.io.
##Usage
To use this widget, copy forecast.coffee, forecast.html, and forecast.scss into the /widgets/forecast directory. Put the forecast.rb file in your /jobs folder.
To include the widget in a dashboard, add the following to your dashboard layout file:
Simple Dashing widget to countdown until a certain moment. Flashes the widget when finished.
##Usage
To use this widget, copy countdown.html, countdown.coffee, and countdown.scss into the /widgets/countdown directory.
To include the widget in a dashboard, add the following snippet to the dashboard layout file:
This will show your next GitHub milestone as a Dashing widget. Built on top of the Text widget.
To use:
-
Add the following to your
gemfile: -
gem 'rest-client' -
Replace the
git_token,git_owner, andgit_projectin git-milestone.rb as appropriate.
| ### Run this script via a cronjob every (every minute or so) on a server that has access to your dropbox. | |
| ### You must install youtube-dl (http://rg3.github.com/youtube-dl/) for this to work. | |
| #!/bin/bash | |
| QUEUE_DIR=~/Desktop/Dropbox/IFTTT/youtube-dl/*.txt | |
| VIDEO_DIR=~/Desktop/Dropbox/youtube/ | |
| shopt -s nullglob | |
| for queue_file in $QUEUE_DIR | |
| do | |
| video_url=`cat "$queue_file"`; |
| /* Theme Name: Flat Pinboard */ | |
| /* Theme URL: http://tackk.com/flat-pinboard */ | |
| /* Version: v1.0 */ | |
| /* Created by: Dan Klammer */ | |
| /* Broswer: Chrome + Stylish Extension */ | |
| html { | |
| -webkit-font-smoothing:antialiased; | |
| height:100%; | |
| } |
- https://github.com/brandonbeecroft/Lorem-Ipsum-Plugin-for-Sketch
This is a plugin for quickly creating Lorem Ipsum text in Sketch - https://github.com/sebj/Sketch
Templates and Plugins for Sketch by Bohemian Coding - https://github.com/FredericJacobs/crop_Artboard
A script to export the Sketch App artboards to the clipboard - https://github.com/almonk/SketchGit
A simple Git client built right into Sketch. - https://github.com/pieteromvlee/Sketch-Scripts
A collection of scripting examples for Sketch, by one of the Bohemian Coding guys.