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 sys | |
import requests | |
import json | |
import time | |
import re | |
import base64 | |
class NvidiaDriverGrabber(): | |
def __init__(self, lookup_url, process_url, product_types, locale, language, throttle = 5): | |
self.LOOKUP_URL = lookup_url |
This file has been truncated, but you can view the full file.
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
{ | |
"_meta": { | |
"created_on": "2015-06-01 01:17:28", | |
"errors": [ | |
], | |
"time_elapsed": 58381.66499996185, | |
"created_by": "NVIDIA Driver Grabber.py v1.0" | |
}, | |
"product_types": { |
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
/* | |
* Copyright (c) 2015. Starlis LLC / dba Empire Minecraft | |
* | |
* This source code is proprietary software and must not be redistributed without Starlis LLC's approval | |
* | |
*/ | |
package com.empireminecraft.util; | |
import lombok.NonNull; |
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
/* | |
* Copyright (c) 2015. Starlis LLC / dba Empire Minecraft | |
* | |
* This source code is proprietary software and must not be redistributed without Starlis LLC's approval | |
* | |
*/ | |
package com.empireminecraft.systems.holograms; | |
import com.empireminecraft.config.meta.PersistentMetaKey; |
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
package com.empireminecraft.systems.db; | |
import com.empireminecraft.util.Log; | |
import java.sql.SQLException; | |
import java.util.Queue; | |
import java.util.concurrent.ConcurrentLinkedQueue; | |
import java.util.concurrent.locks.Lock; | |
import java.util.concurrent.locks.ReentrantLock; |
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
/* | |
* TaskChain for Bukkit | |
* | |
* Written by Aikar <[email protected]> | |
* https://aikar.co | |
* https://starlis.com | |
* | |
* @license MIT | |
*/ |
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 | |
class Server { | |
public static function backup($serverName) { | |
self::requireServerLocal($serverName); | |
Core::output('Starting backup for ' . $serverName); | |
$server = Config::get('servers', $serverName); | |
if (Server::isRunning($serverName)) { | |
Core::output('%-Server is running'); | |
Core::output('%-%-Forcing save'); | |
Server::send($serverName, 'save-all'); |
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
/** | |
* Base Arena class. | |
* This class is a GameComponent so you can add any of the components. | |
* @see {@link com.jroossien.gameapi.components} | |
*/ | |
public abstract class Arena extends GameComponent { | |
protected UUID uid; | |
protected String name; | |
protected String type; |
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
// ==UserScript== | |
// @name TagPro Chat Icons | |
// @description Adds a row of icons below the chat input box | |
// @version 0.1.1 | |
// @include http://tagpro-*.koalabeast.com:* | |
// @include http://tangent.jukejuice.com:* | |
// @include http://*.newcompte.fr* | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js | |
// @require http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js | |
// @resource jqUI_CSS http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css |
This file has been truncated, but you can view the full file.
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
[ | |
{ | |
"achievements": { | |
"acquireIron": { | |
"desc": "Smelt an iron ingot", | |
"name": "Acquire Hardware" | |
}, | |
"bakeCake": { | |
"desc": "Wheat, sugar, milk and eggs!", | |
"name": "The Lie" |