This file contains hidden or 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
::1 r1---sn-qu5b-q0nl.googlevideo.com | |
::1 r2---sn-qu5b-q0nl.googlevideo.com | |
::1 r3---sn-qu5b-q0nl.googlevideo.com | |
::1 r4---sn-qu5b-q0nl.googlevideo.com | |
::1 r5---sn-qu5b-q0nl.googlevideo.com | |
::1 r6---sn-qu5b-q0nl.googlevideo.com | |
::1 r7---sn-qu5b-q0nl.googlevideo.com | |
::1 r8---sn-qu5b-q0nl.googlevideo.com |
This file contains hidden or 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
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: -1 | |
at edu.kit.chessmen.controller.view.ReviewPanelViewController.initializeView(ReviewPanelViewController.java:80) | |
at edu.kit.chessmen.controller.view.ReviewPanelViewController.<init>(ReviewPanelViewController.java:35) | |
at edu.kit.chessmen.view.experimentframe.ExperimentFrame.<init>(ExperimentFrame.java:26) | |
at edu.kit.chessmen.controller.view.ExperimentViewController.initializeView(ExperimentViewController.java:51) | |
at edu.kit.chessmen.controller.view.ExperimentViewController.<init>(ExperimentViewController.java:39) | |
at edu.kit.chessmen.controller.WindowManager.openWindowExperiment(WindowManager.java:63) | |
at edu.kit.chessmen.controller.view.MainViewController.openExperimentFrame(MainViewController.java:140) | |
at edu.kit.chessmen.controller.view.MainViewController.access$200(MainViewController.java:64) | |
at edu.kit.chessmen.controller.view.MainViewController$12.actionPerformed(MainViewController.java:350) |
This file contains hidden or 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 bannerCarousel = function () { | |
var banners = ["influence-your-world", "influence-your-networks", "earn-recognition"], | |
bannerTimer = setTimeout(function () { | |
var $header = $homeEl.find("#head"), | |
current = $header.attr("class"), | |
next = banners[(_.indexOf(banners, current) + 1) % banners.length], | |
$current = $homeEl.find(".banner-image." + current), | |
$next = $homeEl.find(".banner-image." + next), | |
$bannerEl = $homeEl.find(".banner-text"); | |
$bannerEl.stop(true).animate({ |
This file contains hidden or 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 getContinent($country) | |
{ | |
$map = array( | |
'A1' => '--', | |
'A2' => '--', | |
'AD' => 'EU', | |
'AE' => 'AS', | |
'AF' => 'AS', | |
'AG' => 'NA', | |
'AI' => 'NA', |
This file contains hidden or 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
nfm 004 | |
* Aufruf, Gäste vorzuschlagen (vorzugsweise deutschsprachig, weiblich und aus Berlin) | |
* rituelles Bashing aufdringlicher asozialer Netzwerke | |
* Max stellt ein Projekt vor: | |
* [Jingleboard](https://github.com/343max/JingleBoard) ist eine iPad-App, die Jingles einspielt | |
This file contains hidden or 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
#include <stdio.h> | |
#include <stdlib.h> | |
#include <time.h> | |
static time_t lastSignal = 0; | |
void handler(int sig) { | |
if(sig != SIGINT) { | |
return; | |
} else { |
This file contains hidden or 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
import Prog1Tools.IOTools; | |
public class P15 | |
{ | |
public static void main (String [] args) | |
{ | |
int i; | |
do{ | |
i = IOTools.readInt("Positive ganze Zahl: "); | |
}while(i<=0); |
This file contains hidden or 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
char* getTime() | |
{ | |
struct timeval time; | |
static char timeString[30]; | |
gettimeofday(&time, NULL); | |
strftime(timeString, 30, "%d.%m.%Y - %H:%M:%S", localtime(&time.tv_sec)); |
This file contains hidden or 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
<?php | |
// database access | |
$dbName = ''; | |
$dbUser = ''; | |
$dbPass = ''; | |
$dbHost = 'localhost'; | |
// table | |
$table = 'values'; |
This file contains hidden or 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
#!/bin/bash | |
UBERSPACE=paddya | |
DOMAIN=paddya.de | |
SUBDOMAIN=$1 | |
SQLDB="${UBERSPACE}_$1" | |
if [[ "$1" = "" ]] | |
then | |
echo "Oops, no subdirectory name specified." | |
exit 1 |
NewerOlder