I hereby claim:
- I am iheanyi on github.
- I am iheanyi (https://keybase.io/iheanyi) on keybase.
- I have a public key whose fingerprint is CDF6 00AF E53F 0CD3 D00D FFC1 569F 4E58 2B88 6B2E
To claim this, I am signing this object:
<?xml version="1.0" ?> | |
<classes> | |
<department subject="Accounting"> | |
<tag>ACCT</tag> | |
<class course="ACCT20100"> | |
<name>Accountancy I</name> | |
<credits>3</credits> | |
<crosslist>true</crosslist> | |
<section number = "01"> |
package edu.nd.iekechuk.JavaClassParse; | |
import java.io.*; | |
import java.net.MalformedURLException; | |
import java.util.ArrayList; | |
import org.w3c.dom.*; | |
import javax.xml.parsers.*; |
package edu.nd.iekechuk.JavaClassParse; | |
import java.util.ArrayList; | |
import java.util.List; | |
public class Class { | |
private String course; | |
//private String credits; | |
private String crosslist; |
from django.db import models | |
from django.core.management.base import BaseCommand, CommandError | |
from IrishSchedule.models import Department, Course, Section | |
import mechanize | |
import requests | |
from BeautifulSoup import BeautifulSoup | |
#import os | |
#os.environ['DJANGO_SETTINGS_MODULE'] = "myproject.settings" | |
class Command(BaseCommand): |
import java.util.ArrayList; | |
import java.util.List; | |
import android.content.Context; | |
import android.graphics.Typeface; | |
import android.view.LayoutInflater; | |
import android.view.View; | |
import android.view.ViewGroup; | |
import android.widget.ArrayAdapter; | |
import android.widget.TextView; |
/* Preferably make this your container */ | |
.target { | |
-webkit-animation: fly-in-from-left .5s .5s ease both; | |
-moz-animation: fly-in-from-left .5s 1s ease both; | |
-o-animation: fly-in-from-left .5s 1s ease both; | |
animation: fly-in-from-left .5s .5s ease both; | |
-webkit-transform-origin: top left; | |
transform-origin:top left; | |
} |
cpps = $(wildcard *.cpp */*.cpp) | |
objs = $(cpps:.cpp=.o) | |
deps = $(cpps:.cpp=.d) | |
CPPFLAGS = -I include/ -g -std=c++11 -Wall -Wextra -pedantic -Werror | |
all: executable | |
%.d: %.cpp %.o Makefile | |
g++ $(CPPFLAGS) -MM -MT $(<:.cpp=.o) $< -o $@ | |
from geventwebsocket.handler import WebSocketHandler | |
from gevent.pywsgi import WSGIServer | |
from flask import Flask, request, render_template | |
app = Flask(__name__) | |
@app.route('/') | |
def index(): | |
return render_template('index.html') |
I hereby claim:
To claim this, I am signing this object:
Verifying that +iheanyi is my Bitcoin username. You can send me #bitcoin here: https://onename.io/iheanyi |