Skip to content

Instantly share code, notes, and snippets.

View DimitarChristoff's full-sized avatar

Dimitar Christoff DimitarChristoff

View GitHub Profile
unbindall
r_smp 1
// Punkbuster
seta cl_punkbuster "1"
seta pb_system "1"
seta pb_security "0"
seta pb_sleep "500"
seta pb_cl_enable "1"
@DimitarChristoff
DimitarChristoff / etrpo.cfg
Created October 24, 2014 21:36
etpro.cfg
// Rv[coda] Enemy Territory config - ETPRO
// used in conjunction with autoexec_allies.cfg and autoexec_axis.cfg
// coda@fragged.org
// http://elitekillers.net #l33t
// -------------------------------------
// VOICE BINDS
// -------------------------------------
@DimitarChristoff
DimitarChristoff / require-config.js
Created October 2, 2014 11:01
sample require-config.js for use with epik
/*window.require breaks due to context of methods. see http://tobyho.com/2013/03/13/window-prop-vs-global-var/ */
/*jshint -W079*/
var require = (typeof require === 'function' || typeof require === 'object') ? require : {};
;(function(){
'use strict';
/**
* @description {Require.config} object
* @type {{paths: {}, shim: {}, bundles: {}}}
*/
define(function(require){
'use strict';
var angular = require('angular');
angular.module('example', [])
.service('example-service', require('./ng-example-service'))
// invoking service straight away so that it initialises
.run(['example-service', function(/*popoutService*/){
}]);
document.querySelector('.h').addEventListener('click',function i(I,m,c,l,v){v=new SpeechSynthesisUtterance();v.voice=speechSynthesis.getVoices()[10],v.lang='en-GB';return l='length',c=',',m=Math.random,I={a:'tossing,bloody,shitting,wanking,stinky,raging,dementing,dumb,dipping,fucking,dipping,holy,maiming,cocking,ranting,twunting,hairy,spunking,flipping,slapping,sodding,blooming,frigging,sponglicking,guzzling,glistering,cock wielding,failed,artist formally known as,unborn,pulsating,naked,throbbing,lonely,failed,stale,spastic,senile,strangely shaped,virgin,bottled,twin-headed,fat,gigantic,sticky,prodigal,bald,bearded,horse-loving,spotty,spitting,dandy,fritzl-admiring,friend of a,indeterminable,overrated,fingerlicking,diaper-wearing,leg-humping,gold-digging,mong loving,trout-faced,cunt rotting,flip-flopping,rotting,inbred,badly drawn,undead,annoying,whoring,leaking,dripping,racist,slutty,cross-eyed,irrelevant,mental,rotating,scurvy looking,rambling,gag sacking,cunting,wrinkled old,dried out,sodding,funky,silly,u
/** @jsx React.DOM */
var Dashboard = React.createClass({
render: function() {
return (
<div>
<h1>Dashboard!</h1>
<ul>
<li><Link to="inbox">Inbox</Link></li>
</ul>
[:~/projects/test] $ bower install jQuery#1.10.2
bower cached git://github.com/jquery/jquery.git#1.10.2
bower validate 1.10.2 against git://github.com/jquery/jquery.git#1.10.2
bower install jQuery#1.10.2
jQuery#1.10.2 bower_components/jQuery
[:~/projects/test] $ cd bower_components/jQuery/
[:~/projects/…/test/bower_components/jQuery] $ d
total 176
drwxr-xr-x 19 coda staff 646 Jan 13 14:29 .
primish({
/**
*
* @returns {string}
* @private
*/
_whoIsSlag: function(){
return 'Kentaromiura';
}
});

thinking of the following change: When using options mixin and extend is on, recursively merge subclass' options with parent.prototype.options like it does in MooTools.

use case (now):

require(['prime/prime', 'prime/options'], function(prime, options){
	var a = prime({
		options: {
			x: 1,
 y: 1
/**
* menuMatic
* @version 0.68.3 (beta)
* @author Jason J. Jaeger | greengeckodesign.com
* @copyright 2008 Jason John Jaeger
* @license MIT-style License
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell