Skip to content

Instantly share code, notes, and snippets.

@DeanLa
DeanLa / nb.py
Last active August 7, 2021 12:48
import os
import sys
from pathlib import Path
import joblib
import numpy as np
import pandas as pd
from IPython import get_ipython
from IPython.display import Markdown, display
from matplotlib import pyplot as plt
@tebeka
tebeka / allenai.md
Created June 17, 2019 15:27
Allen AI Israel Job

AI2 Israel is looking for an experienced software engineer to join our Tel-Aviv, Sarona office

AI2 Israel is the Israeli branch of the Allen Institute for Artificial Intelligence, a non-profit research institute founded by Paul Allen with the mission to contribute to humanity through high-impact research and engineering in artificial intelligence. https://allenai.org/ai2-israel/ The Israeli branch focuses on language understanding technologies. As a non-profit organization, our goals are not to maximize revenue but rather to do good to the world. All of our work is aimed to be released freely to the public.

As part of our team you will be building software infrastructure to facilitate state of the art research in natural language processing and information extraction. You will design and develop backend services, build UI components and contribute to software that is being used by researchers around the world. You will interact closely with academic researchers working on state-of-the-art language unde

@AmitAronovitch
AmitAronovitch / draw_letters.py
Created May 1, 2019 09:14
playing with ttf fonts
from fontTools.ttLib import TTFont
class Tracer:
def __init__(self, name):
# print('initializing {}'.format(name))
self.name = name
def __call__(self, *args):
# print('call {}(*{}, **{})'.format(self.name, args, kwargs))
@jfarmer
jfarmer / theory_of_learning.md
Last active May 6, 2023 22:55
Dev Bootcamp's Theory of Learning

How Dev Bootcamp Teaches: ActiveRecord

I'm Jesse, one of the co-founders of Dev Bootcamp, and the acting curricular editor-in-chief. We get lots of questions about how Dev Bootcamp approaches teaching, what our curriculum is like, and how it differs from other schools and competitors. I thought I'd share some of that with you, starting with a brief overview of our theory of learning and then sharing our introduction to ActiveRecord.

This will be light on theory and heavy on ActiveRecord, so if you're not familiar with SQL or Ruby it might be hard to follow. Mea culpa.

Dev Bootcamp's Theory of Learning

At Dev Bootcamp, we believe that "modeling" is central to learning. The most effective students have a clear model of how the world works and are able to quickly integrate new information int

@kepler
kepler / sshplus.py
Created September 2, 2011 18:03
SSHplus
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# SSHplus
# A remote connect utlity, sshmenu compatible clone, and application starter.
#
# (C) 2011 Anil Gulecha
# Based on sshlist, incorporating changes by Benjamin Heil's simplestarter
#
# This program is free software: you can redistribute it and/or modify