Skip to content

Instantly share code, notes, and snippets.

@mithra62
mithra62 / apc.ini
Created April 30, 2013 17:15
mithra62 APC Configuration
extension=apc.so
[APC]
apc.enabled=1
apc.shm_segments=1
apc.shm_size=1024M
;Relative to the number of cached files (you may need to watch your stats for a day or two to find out a good number)
apc.num_files_hint=7000
@abachman
abachman / Heroines, Characters, and Books.md
Last active December 16, 2015 09:09
books for my daughters and any other girls who want superheroines they can identify with
@amacneil
amacneil / bootstrap.php
Created October 10, 2012 00:00
Simple ExpressionEngine bootstrap (config) file
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/*
* Put this file in your ExpressionEngine root folder (next to index.php)
*/
/*
* OPTIONS (ALL PATHS ARE RELATIVE TO THE CURRENT DIRECTORY)
*/
@jimmynotjim
jimmynotjim / more-mute-regex.md
Created July 19, 2012 14:37 — forked from imathis/tweetbot-mute-regex.md
Tweetbot can use regular expressions to mute tweets in your timeline and mentions.

##Simply annoying Tweets

Annoyingly extended words (4+ of the same letter in a phrase): OOOOHHHHMMMMYYYYGGGGOOOODDDD

([a-z])/1{4}

Tweet w/ just a single hashtag: #omgthissucks

^ *#[^ ]+$
@balupton
balupton / README.md
Last active April 20, 2022 13:21
Ajaxify a Website with the HTML5 History API using History.js, jQuery and ScrollTo
<!DOCTYPE html>
<!-- Helpful things to keep in your <head/>
// Brian Blakely, 360i
// http://twitter.com/brianblakely/
-->
<head>
<!-- Disable automatic DNS prefetching.