Skip to content

Instantly share code, notes, and snippets.

View doriand01's full-sized avatar

Hassan Dore doriand01

View GitHub Profile

Keybase proof

I hereby claim:

  • I am themetaphorer on github.
  • I am doriand01 (https://keybase.io/doriand01) on keybase.
  • I have a public key ASBD1-QaB0xFlYbXRelVEZupNoy7O9hpysxkWQJ9anBMkAo

To claim this, I am signing this object:

<map proto="1.3.6">
<name>Rise over Run</name>
<version>1.2.2</version>
<objective>Capture all four of the enemy team's wools!</objective>
<authors>
<author uuid="620612fc-9e72-4689-adba-6295026e57d9" contribution="Co-Author"/> <!--kokopuff77-->
<author uuid="1404f45c-e592-41de-8a46-a6e329ba8168" contribution="Co-Author and XML"/> <!--Dorian_D-->
</authors>
<contributors>
<contributor uuid="add997bc-d38e-4571-af8d-9cd0e0e905c5" contribution="Suggestions"/> <!--rockymma-->
<map proto="1.4.0">
<name>Rise over Run</name>
<version>1.2.2</version>
<objective>Capture all four of the enemy team's wools!</objective>
<authors>
<author uuid="620612fc-9e72-4689-adba-6295026e57d9" contribution="Co-Author"/> <!--kokopuff77-->
<author uuid="1404f45c-e592-41de-8a46-a6e329ba8168" contribution="Co-Author and XML"/> <!--Dorian_D-->
</authors>
<contributors>
<contributor uuid="add997bc-d38e-4571-af8d-9cd0e0e905c5" contribution="Suggestions"/> <!--rockymma-->
<map proto="1.4.0">
<name>Rise over Run</name>
<version>1.0.0</version>
<objective>Capture all four of the enemy team's wools!</objective>
<authors>
<author uuid="620612fc-9e72-4689-adba-6295026e57d9" contribution="Co-Author"/> <!--kokopuff77-->
<author uuid="1404f45c-e592-41de-8a46-a6e329ba8168" contribution="Co-Author and XML"/> <!--Dorian_D-->
</authors>
<contributors>
<contributor uuid="add997bc-d38e-4571-af8d-9cd0e0e905c5" contribution="Suggestions"/> <!--rockymma-->
GNU nano 2.2.6 File: /opt/bitnami/nginx/conf/nginx.conf
# based on http://brainspl.at/nginx.conf.txt
user daemon daemon;
worker_processes auto;
error_log "/opt/bitnami/nginx/logs/error.log";
pid "/opt/bitnami/nginx/logs/nginx.pid";
#include <iostream>
#include <fstream>
using namespace std;
class StackTrace {
protected:
int getFileSize(string filename) {
string line;
int count = 0;
basic_ifstream<char> file = basic_ifstream<char>(filename);
public Token(TokenType tok) {
if (tok.toString() != "ASSIGNMENT_OPERATOR") {
throw new IllegalArgumentException("TokenType for this constructor must be an assignment operator");
}
}
<!DOCTYPE html>
{% load staticfiles %}
<html>
<head>
<style type="text/css" media="screen">
#editor {
position: absolute;
top: 0;
right: 0;
bottom: 0;
from django.db import models
import md5
# Create your models here.
def last(item):
return len(item) - 1
class Errors(models.Model):
errors = models.TextField()
class XMLElement(models.Model):
def getAuth(self, email, password):
auth_url = join(self.url, 'players', 'auth')
resp=unirest.post('http://' + auth_url,
headers={'Accept':'application/json'}, params={'email':email,'password':password},
)
return json.dumps(resp.body