Simple pure JavaScript plugin to rotate text snippets as if they were being typed.
A Pen by Gregory Schier on CodePen.
Simple pure JavaScript plugin to rotate text snippets as if they were being typed.
A Pen by Gregory Schier on CodePen.
<!-- | |
* * * * * * * * * * * * * * * * * * * * * * * * * | |
* * | |
* / \ \ / \ * | |
*| | \ | | * | |
*| `. | | : * | |
*` | | \| | * | |
* \ | / / \\\ ____ \\ : * | |
* \ \/ ___~~ ~____| \ | * | |
* \ \__~ ~__\ | * |
PREFIX=$HOME | |
VERSION=1.2.3 | |
# Install Protocol Buffers | |
wget http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.bz2 | |
tar -xf protobuf-2.4.1.tar.bz2 | |
cd protobuf-2.4.1 | |
./configure --prefix=$PREFIX | |
make | |
make install |
PREFIX=$HOME | |
VERSION=1.2.3 | |
# Install Protocol Buffers | |
wget http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.bz2 | |
tar -xf protobuf-2.4.1.tar.bz2 | |
cd protobuf-2.4.1 | |
./configure --prefix=$PREFIX | |
make | |
make install |
<?php | |
/* | |
Plugin Name: Swiftype Search Custom Modifications | |
Description: This custom plugin lets you add additional parameters/filters to your Swifttype-powered searches | |
Author: Bob Hiler | |
Version: 0.0.1 | |
*/ | |
$topic = $_GET[ 'topic' ]; |
mosh --server="LD_LIBRARY_PATH=~/prefix/lib ~/prefix/bin/mosh-server" server.com |
# Thanks to @samsonjs for the cleaned up version: | |
# https://gist.github.com/samsonjs/4076746 | |
PREFIX=$HOME | |
VERSION=1.2.3 | |
# Install Protocol Buffers | |
wget http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.bz2 | |
tar -xf protobuf-2.4.1.tar.bz2 | |
cd protobuf-2.4.1 |