Skip to content

Instantly share code, notes, and snippets.

View maliabadi's full-sized avatar

Matt Aliabadi maliabadi

  • None
  • Seattle, WA
View GitHub Profile
@maliabadi
maliabadi / week_one.rb
Created October 19, 2012 01:44
Week One
# WEEK ONE ASSIGNMENT TEMPLATE
beatles = ["John", "Paul", "George", "Ringo"]
names = "FRANK, Thomas"
foo = 3
bar = 1
an_array_of_numbers = [3,2,1,2]
@maliabadi
maliabadi / message_sql_to_json.py
Created September 18, 2012 04:21
non parameterized sql for every evaluation of every message
import re
import sys
import csv
import logging
import json
from nlg.textplanning import message as msg
from nlg.knowledgebase import properties as prop
from nlg.knowledgebase import get_entity
from nlg.knowledgebase import education as edu