TODO:
- actual downloading
- DHT discovery
package org.apache.lucene.util; | |
import java.lang.reflect.Constructor; | |
import java.lang.reflect.UndeclaredThrowableException; | |
public final class AttributeFactoryHelpers { | |
static final AttributeFactory DEFAULT = new DefaultAttributeFactory(); | |
static final Constructor<? extends AttributeImpl> findAttributeImplCtor(Class<? extends AttributeImpl> clazz) { | |
try { |
Flask==0.10.1 | |
itsdangerous==0.24 | |
Jinja2==2.8 | |
MarkupSafe==0.23 | |
Pillow==3.1.0 | |
PyAutoGUI==0.9.33 | |
PyMsgBox==1.0.3 | |
PyScreeze==0.1.8 | |
python3-xlib==0.15 | |
PyTweening==1.0.3 |
#!/bin/sh | |
# | |
# /etc/init.d/kibana4_init -- startup script for kibana4 | |
# [email protected] 2015-02-20; used elasticsearch init script as template | |
# https://github.com/akabdog/scripts/edit/master/kibana4_init | |
# | |
### BEGIN INIT INFO | |
# Provides: kibana4_init | |
# Required-Start: $network $remote_fs $named | |
# Required-Stop: $network $remote_fs $named |
gitfs_env_whitelist: | |
- base | |
- production | |
gitfs_remotes: | |
- https://github.com/TronPaul/unpro-salt.git | |
- https://github.com/TronPaul/sun-java-formula.git | |
- https://github.com/TronPaul/sensu-formula.git | |
- https://github.com/TronPaul/rabbitmq-formula.git | |
- https://github.com/saltstack-formulas/nfs-formula.git |
TODO:
{ | |
"address": [ | |
{ | |
"subsystem": "datasources" | |
}, | |
{ | |
"xa-data-source": "DefaultPool" | |
} | |
], | |
"driver-name": "oracle", |
I would like to develop a rest interface for the UGC’s league data. UGC is a free league, staffed by volunteers and has limited resources for development projects. With a restful interface, third-party developers would be able to use UGC data to develop tools and services that would assist the UGC community. Various community members have created small tools already, but developing these tools is difficult as data must be retrieved by parsing UGC web pages. These web pages are not guaranteed to remain the same, and they contain superfluous formatting and rendering data.
Requirements:
pixel_art
(convert image to pixel art)
desired number of colors, size, original_image -> pixel art
X
% of pixels)