A fork of andytuba RES settings backup script
Originally [andytuba]{https://gist.github.com/andytuba) created a script to convert Chrome RES backups and concert them to FireFox RES backups. I needed to go the other direction so I started this.
<?php | |
// Configure error levels | |
error_reporting(E_ERROR); | |
ini_set('display_errors', 1); | |
// Path to err log | |
$errorLogs = "/var/www/logs/error.log"; | |
// Obtain IP of remote client | |
$requestIP = $_SERVER['REMOTE_ADDR']; |
$.fn.preload = -> | |
@each -> | |
$("<img/>")[0].src = this |
A fork of andytuba RES settings backup script
Originally [andytuba]{https://gist.github.com/andytuba) created a script to convert Chrome RES backups and concert them to FireFox RES backups. I needed to go the other direction so I started this.
#ACTION {You can't go that way - the door is closed.} | |
{ | |
#map undo; | |
open | |
} | |
{5} | |
#ACTION {You can't go that way.} | |
{ | |
#map undo |
OPTIONS=showexp,showscore,time,color,!autopickup,pickup_burden:unencumbered | |
OPTIONS=pickup_types:$?!/(+ | |
OPTIONS=autodig,fruit:slime mold,boulder:0 | |
OPTIONS=number_pad:2 | |
OPTIONS=suppress_alert:3.4.3 | |
MSGTYPE=hide "You displaced *." # pet displacement | |
OPTIONS=statuscolors | |
STATUSCOLOR=hp%100=green,hp%66=yellow,hp%50=orange |
servers = ( | |
{ | |
address = "irc.freenode.net"; | |
chatnet = "freenode"; | |
port = "6667"; | |
use_ssl = "no"; | |
ssl_verify = "no"; | |
autoconnect = "yes"; | |
}, | |
{ |
#!/bin/bash | |
PROCCOUNT=`ps -l | wc -l` | |
PROCCOUNT=`expr $PROCCOUNT - 4` | |
if [[ $(groups) == *irc* ]]; then | |
ENDPROC=`cat /etc/security/limits.conf | grep "@irc" | grep nproc | awk {'print $4'}` | |
ENDSESSION=`cat /etc/security/limits.conf | grep "@irc" | grep maxlogins | awk {'print $4'}` | |
PRIVLAGED="IRC Account" | |
else |
'use strict'; | |
module.exports = function (grunt) { | |
grunt.initConfig({ | |
pkg : grunt.file.readJSON('package.json'), | |
watch: { | |
coffee: { | |
files: ['src/**/*.coffee'], | |
tasks: ['coffee', 'sync'] | |
}, |
#Hyper Text Coffee Pot Control Protocol
The Hyper Text Coffee Pot Control Protocol (HTCPCP) is a facetious communications protocol for
controlling, monitoring, and diagnosing coffee pots. It is specified in RFC 2324,
published on 1 April 1998 as an April Fools' Day RFC as part of an April Fools prank.
http://en.wikipedia.org/wiki/Hyper_Text_Coffee_Pot_Control_Protocol
ANSI color scheme script featuring Space Invaders
Original: http://crunchbanglinux.org/forums/post/126921/#p126921 Modified by lolilolicon