Skip to content

Instantly share code, notes, and snippets.

View tejasjadhav's full-sized avatar

Tejas Jadhav tejasjadhav

View GitHub Profile
@tejasjadhav
tejasjadhav / collective-intelligence.ipynb
Last active July 24, 2017 17:13
Collective Intelligene
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tejasjadhav
tejasjadhav / main.py
Last active June 15, 2017 18:33
Collection of utilities for domain specific languages
"""Simple DSL"""
from utils import (
evaluate_postfix,
infix_to_postfix
)
SCOPE = dict()
FUNCTION_DEFINE = 'define'
package servershutdowntestjava;
import okhttp3.ConnectionPool;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import java.io.IOException;
import java.util.Scanner;
import java.util.UUID;
import java.util.concurrent.ExecutorService;