start new:
tmux
start new with session name:
tmux new -s myname
#!/usr/bin/python | |
# coding=utf-8 | |
# "DATASHEET": http://cl.ly/ekot | |
from __future__ import print_function | |
import serial, struct, sys, time | |
DEBUG = 1 | |
CMD_MODE = 2 | |
CMD_QUERY_DATA = 4 | |
CMD_DEVICE_ID = 5 |
#!/bin/bash | |
# | |
# Generates client and server certificates used to enable HTTPS | |
# remote authentication to a Docker daemon. | |
# | |
# See http://docs.docker.com/articles/https/ | |
# | |
# To start the Docker Daemon: | |
# | |
# sudo docker -d \ |
#!/usr/bin/env bash | |
# You can call this script like this: | |
# $ ./brightnessControl.sh up | |
# $ ./brightnessControl.sh down | |
# Script inspired by these wonderful people: | |
# https://github.com/dastorm/volume-notification-dunst/blob/master/volume.sh | |
# https://gist.github.com/sebastiencs/5d7227f388d93374cebdf72e783fbd6a |
local events = hs.uielement.watcher | |
watchers = {} | |
function init() | |
appsWatcher = hs.application.watcher.new(handleGlobalAppEvent) | |
appsWatcher:start() | |
-- Watch any apps that already exist | |
local apps = hs.application.runningApplications() |
<?xml version="1.0" encoding="UTF-8"?> | |
<phpunit | |
colors="true" | |
processIsolation="false" | |
stopOnFailure="false" | |
syntaxCheck="false" | |
bootstrap="./tests/bootstrap.php" | |
> | |
<php> | |
<ini name="memory_limit" value="-1"/> |
<phpunit> | |
<filter> | |
<!-- Exclude directories for coverrage. --> | |
<blacklist> | |
<directory suffix=".php">bin</directory> | |
<directory suffix=".php">cakephp</directory> | |
<directory suffix=".php">*/Config/Migration</directory> | |
<directory suffix=".php">*/Config/Schema</directory> | |
<directory suffix=".php">*/Console/Templates</directory> | |
<directory suffix=".php">*/Lib</directory> |
<?xml version="1.0" encoding="UTF-8"?> | |
<project name="name-of-project" default="build"> | |
<target name="build" | |
depends="prepare,dbtest,cake,lint,phpcs-ci,phploc,pdepend,phpmd-ci,phpcpd"/> | |
<target name="build-parallel" | |
depends="prepare,dbtest,cake,lint,tools-parallel"/> | |
<target name="tools-parallel" description="Run tools in parallel"> |
I hereby claim:
To claim this, I am signing this object: