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
INFO | jvm 1 | 2014/03/29 00:01:10 | one.ejb.dao.DAOSysException: Timeout executing 'SELECT id,oid,ot,aid,seq,upd FROM deleted_photos WHERE d=? AND md=? AND upd>? LIMIT ?', TX ID= null, Request ID= 29a59fa1-f5b0-1004-92a7-0000 | |
171b6364 | |
INFO | jvm 1 | 2014/03/29 00:01:10 | Caused by: org.apache.cassandra.exceptions.ReadTimeoutException: Operation timed out - received only 0 responses. | |
INFO | jvm 1 | 2014/03/29 00:01:10 | one.ejb.dao.DAOSysException: Timeout executing 'SELECT id,upd FROM deleted_albums WHERE d=? AND md=? AND upd>? LIMIT ?', TX ID= null, Request ID= 29a59fa0-f5b0-1004-92a7-0000171b6364 | |
INFO | jvm 1 | 2014/03/29 00:01:10 | Caused by: org.apache.cassandra.exceptions.ReadTimeoutException: Operation timed out - received only 0 responses. | |
INFO | jvm 1 | 2014/03/29 00:01:17 | one.ejb.dao.DAOSysException: Timeout executing 'SELECT id,oid,ot,aid,seq,upd FROM photos WHERE d=? AND md=? AND upd>? LIMIT ?', TX ID= null, Request ID= 2a1224e0-f5b0-1004-92a7-0000171b6364 | |
INFO | jvm 1 |
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
#!/bin/bash | |
# Script for installing tmux on systems where you don't have root access. | |
# tmux will be installed in $HOME/local/bin. | |
# It's assumed that wget and a C/C++ compiler are installed. | |
# exit on error | |
set -e | |
TMUX_VERSION=1.8 |
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
#!/bin/bash | |
# Script for installing tmux on systems where you don't have root access. | |
# tmux will be installed in $HOME/local/bin. | |
# It's assumed that wget and a C/C++ compiler are installed. | |
# exit on error | |
set -e | |
TMUX_VERSION=1.8 |
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
# -*- coding: utf-8 -*- | |
# $Id | |
contest_id = 36 | |
contest_time = 0 #contest_time = 300 | |
score_system = acm | |
#virtual | |
board_unfog_time = 0 | |
standings_locale = "en" |
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
import java.io.*; | |
import java.util.*; | |
import static java.lang.Math.*; | |
public class Solution { | |
BufferedReader in; | |
StringTokenizer st; | |
PrintWriter out; |
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
import java.io.*; | |
import java.util.*; | |
import static java.lang.Math.*; | |
public class Solution { | |
BufferedReader in; | |
StringTokenizer st; | |
PrintWriter out; |
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
package one.app.community.dk.states.user.presents; | |
import one.app.community.dk.IWebDkFacade; | |
import one.app.community.dk.blocks.BlockWithId; | |
import one.app.community.dk.conf.AchievementsTopConfiguration; | |
import one.app.community.dk.gwt.desktop.server.BlockId; | |
import one.app.community.dk.rdk.block.AppBlock; | |
import one.app.community.dk.rdk.block.AppRequestCtx; | |
import one.app.community.dk.rdk.block.AppRequestCtxWrapper; | |
import one.app.community.dk.rdk.blockgui.GUIFactory; |
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
import java.io.BufferedReader; | |
import java.io.FileReader; | |
import java.io.IOException; | |
import java.io.PrintWriter; | |
import java.math.BigInteger; | |
import java.util.Arrays; | |
import java.util.Locale; | |
import java.util.StringTokenizer; | |
public class Solution { |
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
import java.io.*; | |
import java.util.*; | |
import static java.lang.Math.*; | |
public class Solution { | |
static final boolean DEBUG = false; | |
BufferedReader in; |
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
import java.io.*; | |
import java.util.*; | |
import static java.lang.Math.*; | |
public class Solution { | |
static final boolean DEBUG = false; | |
BufferedReader in; |
NewerOlder