All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Register

Login


All New Register Login
's Avatar

aly

Joined 1698128226

Recently created
Least recently created
Recently updated
Least recently updated
All gists 222
aly's Avatar

aly / gistfile1.java

0 likes
0 forks
1 files
Last active 1449761952
1 package me.coldguy101.bukkit.FFGessentials;
2
3 import java.util.Collection;
4
5 import java.util.HashMap;
6
7 import java.util.HashSet;
8
9 import org.bukkit.ChatColor;
aly's Avatar

aly / gistfile1.txt

0 likes
0 forks
1 files
Last active 1449735521
1 enabledSigns:
2 #- color
3 #- balance
4 #- buy
5 #- sell
6 #- trade
7 #- free
8 #- disposal
9 #- warp
10 #- kit
aly's Avatar

aly / Groups.yml

0 likes
0 forks
1 files
Last active 1449735517
1 # Group inheritance
2 #
3 # Any inherited groups prefixed with a g: are global groups
4 # and are inherited from the GlobalGroups.yml.
5 #
6 # Groups without the g: prefix are groups local to this world
7 # and are defined in the this groups.yml file.
8 #
9 # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
aly's Avatar

aly / Game.java

0 likes
0 forks
1 files
Last active 1444543086
TheCherno Rain
1 package com.thecherno.rain;
2
3 import java.awt.Canvas;
4 import java.awt.Color;
5 import java.awt.Dimension;
6 import java.awt.Graphics;
7 import java.awt.image.BufferStrategy;
8 import java.awt.image.BufferedImage;
9 import java.awt.image.DataBufferInt;
aly's Avatar

aly / todo.php

0 likes
0 forks
1 files
Last active 1444463281
PHP/MySQL todo
1 <?php
2 /*
3 * PHP/MySQL todo script
4 * by blha303 (b3@blha303.tk)
5 * Change $host, $user and $password to the mysql login info you want to use.
6 * Released under the WTF license.
7 */
8 echo "<html>
9 <head><title>Things to do</title></head>
10 <body>
aly's Avatar

aly / lyrics.py

0 likes
0 forks
1 files
Last active 1444397284
Lyrics getter
1 import urllib,re,sys;
2 from BeautifulSoup import BeautifulSoup
3 def error():
4 print "Song lookup failed."
5 print "It is possible that:"
6 print "Song name not in correct format: artistname/songname"
7 print "Example: amateurtransplants/londonunderground"
8 sys.exit()
9 inp = str(sys.argv[1])
10 a = urllib.urlopen("http://www.azlyrics.com/lyrics/" + inp + ".html").read()
aly's Avatar

aly / consensus.py

0 likes
0 forks
1 files
Last active 1444019875
consensus.py
1 import random
2 x = 0
3 v = "0"
4 int1 = 1
5 int2 = inp
6 random.seed()
7 while x != 1000:
8 v = v + "," + str(random.randint(int1,int2))
9 x += 1
10 vlist = v.split(",")
aly's Avatar

aly / gistfile1.py

0 likes
0 forks
1 files
Last active 1443772687
1 import urllib
2
3 page = urllib.urlopen('http://dl.bukkit.org/downloads/craftbukkit/list/rb/').read()
4 page = page.split('\n')
5 h = page[402]
6 o = h.split(' ')
7 out = o[1]
aly's Avatar

aly / gistfile1.py

0 likes
0 forks
1 files
Last active 1443772686
1 import urllib
2
3 page = urllib.urlopen('http://dl.bukkit.org/downloads/craftbukkit/list/rb/').read()
4 page = page.split('\n')
5 h = page[402]
6 o = h.split(' ')
7 out = o[1]
aly's Avatar

aly / gistfile1.txt

0 likes
0 forks
1 files
Last active 1443763095
1 2012-04-01 01:05:59 [INFO] Starting minecraft server version 1.2.4
2 2012-04-01 01:05:59 [INFO] Loading properties
3 2012-04-01 01:05:59 [INFO] Starting Minecraft server on *:25565
4 2012-04-01 01:05:59 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
5 2012-04-01 01:05:59 [WARNING] The server will make no attempt to authenticate usernames. Beware.
6 2012-04-01 01:05:59 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
7 2012-04-01 01:05:59 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
8 2012-04-01 01:06:00 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.4-R1.0-b2126jnks (MC: 1.2.4) (Implementing API version 1.2.4-R1.0)
9 2012-04-01 01:06:00 [INFO] [ScavengerHunt] Loading ScavengerHunt v1.2.1
10 2012-04-01 01:06:00 [INFO] [WorldEdit] Loading WorldEdit v5.3
Newer Older

Powered by Opengist ⋅ Load: 162ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文