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 android.content.Context; | |
import android.content.res.TypedArray; | |
import android.preference.Preference; | |
import android.util.AttributeSet; | |
import android.view.View; | |
import android.widget.SeekBar; | |
import android.widget.SeekBar.OnSeekBarChangeListener; | |
public class SeekBarPreference extends Preference implements OnSeekBarChangeListener { | |
private SeekBar mSeekBar; |
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 android.content.Context; | |
import android.content.res.TypedArray; | |
import android.preference.DialogPreference; | |
import android.util.AttributeSet; | |
import android.util.TypedValue; | |
import android.view.View; | |
import android.widget.NumberPicker; | |
import android.widget.TextView; | |
public class NumberPickerPreference extends DialogPreference { |
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
<? | |
/* | |
This uses JAXL lib https://github.com/jaxl/JAXL/releases/tag/v3.0.0 | |
Changes for JAXL lib are... | |
lib/jaxl/jaxl.php ~ #358 | |
public function get_socket_path() { //Force ssl | |
return ($this->cfg['port'] == 5235 || $this->cfg['port'] == 5236 ? "ssl" : "tcp")."://".$this->cfg['host'].":".$this->cfg['port']; | |
} |
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 android.app.Activity; | |
import android.app.Dialog; | |
import android.content.Context; | |
import android.content.DialogInterface; | |
import android.content.Intent; | |
import android.content.IntentSender; | |
import android.os.Bundle; | |
import android.support.v4.app.DialogFragment; | |
import android.support.v4.app.Fragment; | |
import android.util.Log; |
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
DROP TABLE IF EXISTS words_scores; | |
DROP TABLE IF EXISTS words_chat; | |
DROP TABLE IF EXISTS words_notes; | |
DROP TABLE IF EXISTS words_moves; | |
DROP TABLE IF EXISTS words_games; | |
DROP TABLE IF EXISTS words_social; | |
DROP TABLE IF EXISTS words_users; | |
DROP TABLE IF EXISTS words_nouns; | |
DROP TABLE IF EXISTS words_verbs; | |
DROP TABLE IF EXISTS words_values; |
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
DROP TABLE IF EXISTS users; | |
CREATE TABLE users ( | |
uid SERIAL PRIMARY KEY, | |
paid1_until timestamptz NULL, | |
paid2_until timestamptz NULL, | |
banned_until timestamptz NULL, | |
banned_reason varchar(255) NULL | |
); |
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
# java -Dorg.eclipse.jetty.LEVEL=DEBUG -jar /Users/afarber/jetty-distribution-9.3.10.v20160621/start.jar jetty.base=/Users/afarber/jetty-base | |
2016-07-02 16:24:54.864:INFO::main: Logging initialized @487ms | |
2016-07-02 16:24:54.903:DBUG:oejx.XmlParser:main: parse: file:/Users/afarber/jetty-distribution-9.3.10.v20160621/etc/jetty.xml | |
2016-07-02 16:24:54.906:DBUG:oejx.XmlParser:main: parsing: sid=file:/Users/afarber/jetty-distribution-9.3.10.v20160621/etc/jetty.xml,pid=null | |
2016-07-02 16:24:54.916:DBUG:oejx.XmlParser:main: resolveEntity(-//Jetty//Configure//EN, http://www.eclipse.org/jetty/configure_9_3.dtd) | |
2016-07-02 16:24:54.916:DBUG:oejx.XmlParser:main: Redirected entity http://www.eclipse.org/jetty/configure_9_3.dtd --> jar:file:/Users/afarber/jetty-distribution-9.3.10.v20160621/lib/jetty-xml-9.3.10.v20160621.jar!/org/eclipse/jetty/xml/configure_9_3.dtd | |
2016-07-02 16:24:54.978:DBUG:oejuc.ContainerLifeCycle:main: org.eclipse.jetty.server.Server@5aaa6d82 added {qtp1993134103{STOPPED,8<=0<=200,i=0,q=0},AUTO} | |
20 |
This file has been truncated, but you can view the full file.
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
2016-07-13 21:02:51.898:DBUG:oejx.XmlConfiguration:main: XML call setOut | |
2016-07-13 21:02:51.898:DBUG:oejx.XmlParser:main: parse: file:/usr/share/java/jetty-distribution-9.3.10.v20160621/etc/jetty.xml | |
2016-07-13 21:02:51.898:DBUG:oejx.XmlParser:main: parsing: sid=file:/usr/share/java/jetty-distribution-9.3.10.v20160621/etc/jetty.xml,pid=null | |
2016-07-13 21:02:51.898:DBUG:oejx.XmlParser:main: resolveEntity(-//Jetty//Configure//EN, http://www.eclipse.org/jetty/configure_9_3.dtd) | |
2016-07-13 21:02:51.898:DBUG:oejx.XmlParser:main: Redirected entity http://www.eclipse.org/jetty/configure_9_3.dtd --> jar:file:/usr/share/java/jetty-distribution-9.3.10.v20160621/lib/jetty-xml-9.3.10.v20160621.jar!/org/eclipse/jetty/xml/configure_9_3.dtd | |
2016-07-13 21:02:51.915:DBUG:oejuc.ContainerLifeCycle:main: org.eclipse.jetty.server.Server@41a4555e added {qtp212628335{STOPPED,8<=0<=200,i=0,q=0},AUTO} | |
2016-07-13 21:02:51.915:DBUG:oejx.XmlConfiguration:main: XML get ThreadPool | |
2016-07-13 21:02:51.917:DBUG:oejx.XmlConfiguration:main: |
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
"use strict"; | |
function Score(color) { | |
PIXI.Container.call(this); | |
this.color = color; | |
this.interactive = false; | |
this.buttonMode = false; | |
this.visible = false; |
OlderNewer