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
using System; | |
namespace Game.Common.Messages.Incoming | |
{ | |
public class ConfigurationMsg | |
{ | |
public int ClothSellConversionRate; | |
public PriceData[] CraftingPrices; | |
public int HcToScConversionRate; | |
public int NewLabelDisplayDays; |
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 gz.azure.txt; | |
import java.io.BufferedReader; | |
import java.io.InputStreamReader; | |
import java.net.URL; | |
import java.util.Arrays; | |
import java.util.HashMap; | |
import java.util.List; | |
/** |
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
// ---- | |
// Sass (v3.4.9) | |
// Compass (v1.0.1) | |
// ---- | |
// ============================================================================= | |
// String Replace | |
// ============================================================================= | |
@function str-replace($string, $search, $replace: "") { |
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
""" I honestly don't even know how the hell this works, just use it. """ | |
__author__ = "Scott Stamp <[email protected]>" | |
from HTMLParser import HTMLParser | |
from urlparse import urljoin | |
from sys import setrecursionlimit | |
import re | |
import requests | |
setrecursionlimit(10000) |
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 glob | |
import os.path | |
import re | |
import sys | |
def proto(): | |
path = "" | |
if not path: | |
ssh_dir = os.path.expanduser('~/.ssh') | |
pubkeys = glob.glob(os.path.join(ssh_dir, '*.pub')) |
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
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Net; | |
using System.IO; | |
namespace Obscure.ateTracks | |
{ | |
/// <summary> |
NewerOlder