Skip to content

Instantly share code, notes, and snippets.

View enygma's full-sized avatar

Chris Cornutt enygma

View GitHub Profile
@joshhale
joshhale / gist:aed56d9bd1c48a3f670d0ecd57c7e53e
Created October 21, 2021 16:17
List of skills you need as a manager
### What skills do you need (to develop) as an EM
- Time management
- You will have too many meetings and too much work to do
- Prioritisation
- Personal organisation
- Notion
- Coaching: helping people generate and coalesce ideas; helping people solve problems for themselves; rubber ducking
- Mentoring: passing on skills and helping others to develop them -whether they are technical, organisational, or interpersonal
- Giving feedback
@chartjes
chartjes / cycle-list.php
Created March 27, 2017 20:32
My PHP script for creating a Twitter list where people cycle on and off it based on 30 days of interaction
<?php
require "vendor/autoload.php";
use Abraham\TwitterOAuth\TwitterOAuth;
// You can get all these via https://dev.twitter.com/
$consumer_key = "";
$consumer_secret = "";
$access_token = "";
$access_token_secret = "";
$user_id = 0; // Twitter user ID
@jimbojsb
jimbojsb / gist:1630790
Created January 18, 2012 03:52
Code highlighting for Keynote presentations

Step 0:

Get Homebrew installed on your mac if you don't already have it

Step 1:

Install highlight. "brew install highlight". (This brings down Lua and Boost as well)

Step 2: