This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function($){ | |
function _out($this, styles, duration) { | |
var animationObj = {}; | |
$.each(styles, function(i,v){ | |
$this.data('slidefade_' + v, $this.css(v)); | |
animationObj[v] = 0; | |
}); | |
$this.animate(animationObj, duration, function(){ | |
$this.hide(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try { | |
// Check for the various File API support. | |
if (window.File && window.FileReader && window.FileList && window.Blob) { | |
var file = $('#file').get(0).files[0]; | |
if(file.type.search(/^audio\//) == -1) { | |
alert('Please upload an audio file.'); | |
} | |
// change | |
window.location.hash = '#!newEpisode/upload'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @version: 1.0 Alpha-1 | |
* @author: Coolite Inc. http://www.coolite.com/ | |
* @date: 2008-05-13 | |
* @copyright: Copyright (c) 2006-2008, Coolite Inc. (http://www.coolite.com/). All rights reserved. | |
* @license: Licensed under The MIT License. See license.txt and http://www.datejs.com/license/. | |
* @website: http://www.datejs.com/ | |
*/ | |
Date.CultureInfo={name:"en-US",englishName:"English (United States)",nativeName:"English (United States)",dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],abbreviatedDayNames:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],shortestDayNames:["Su","Mo","Tu","We","Th","Fr","Sa"],firstLetterDayNames:["S","M","T","W","T","F","S"],monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],abbreviatedMonthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],amDesignator:"AM",pmDesignator:"PM",firstDayOfWeek:0,twoDigitYearMax:2029,dateElementOrder:"mdy",formatPatterns |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
objc[804]: Class WebCoreTextFieldCell is implemented in both /Users/moritzspindelhirn/appjs_webgl_test/data/node_modules/appjs-darwin/libs/libcef.dylib and /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* jQuery Hashlink plugin | |
* @copyright 2012 Moritz Spindelhirn | |
*/ | |
; | |
(function($){ | |
var pluginName = 'hashlink', | |
dataName = 'jq.plugin.' + pluginName, | |
events = ['Load', 'BeforeLoad', 'Click'], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Counter { | |
protected int c = 0; | |
public void increase() { | |
c++; | |
} | |
} | |
class LimitedCounter { | |
protected int c = 0; // Dise variable "überschattet" c aus der Superklasse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var spawn = require('child_process').spawn, | |
fs = require('fs'); | |
var logFile = fs.createWriteStream("pingtest.txt", {flags:"w",mode:0777}); | |
var pingCmd = spawn("ping", ["-t", "google.de"]); | |
var tmp = ""; | |
pingCmd.stdout.on("data", function(buffer){ | |
tmp += buffer.toString(); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
ci = commit | |
st = status | |
graph = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0:15 Suikoden - TB, Jason | |
0:15 [cmp] Shining force 3 - Jason, TB | |
0:20 Dying Light - TB | |
0:25 [cmp] Destiny - Jason | |
0:28 [cmp] Stalker - TB | |
0:29 [cmp] Fallout - Jason | |
0:30 [cmp] FarCry 4 - TB | |
0:31 [cmp] Mirrors Edge - Jason | |
0:31 [cmp] Dead Rising - TB | |
0:31 [cmp] Dead Island - Jason |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0:15 Puzzle Forge | |
0:17 Evolve Hunters mobile game | |
0:20 [cmp] Dying Light mobile game ( talk about mobile gaming in general ) | |
0:22 Evolve | |
0:35 [cmp] Nosgoth | |
0:42 Darkest Dungeon | |
0:44 [cmp] Rogue Legacy | |
0:52 ------ Break | |
0:55 Desert Golf | |
0:57 Battlefield Hardline |
OlderNewer