Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cc7768
cc7768 / New_Bisection_Example.py
Created August 21, 2014 18:06
This is an example of how to use numba to really speed up optimization
import numpy as np
import types
from scipy.optimize import bisect
from numba import f8, jit, njit
#---------------------------------------------------------------------#
# Thank you to Stan Seibert from the Numba team for help with this
#---------------------------------------------------------------------#
def root_func(x):
@cc7768
cc7768 / upunk_index_price.py
Last active January 24, 2022 16:45
Implementation of uPUNK price feed
import datetime as dt
import math
import statistics
import web3
from umapy import connect_web3, create_cryptopunks_contract, find_cryptopunk_purchases
from umapy.util import find_oldest_block_after_ts
import numpy as np
import tensorflow as tf
nobs = 100
alpha = 1.0
beta = np.array([0.0, 0.5, 0.25])
L = np.array([[1.0, 0.0, 0.0], [0.25, 1.1, 0.0], [0.2, 0.2, 1.25]])
X = np.random.randn(nobs, 3) @ L
# Command for clearing notifications
atom.commands.add 'atom-workspace', 'custom-commands:dismiss-notifications', ->
atom.notifications.getNotifications().forEach (notification) ->
notification.dismiss()
atom.notifications.clear()
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"We begin by importing some packages called by the code that we will be using in this notebook."
]
},
{
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cc7768
cc7768 / 0_reuse_code.js
Last active August 29, 2015 14:19
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
n = 10
srand(42)
ad = randn(n, n)
bd = randn(n, n)
ac = randn(n, n) + randn(n, n)im
bc = randn(n, n) + randn(n, n)im
# This is the "not sorted" schur
@cc7768
cc7768 / HW3Notebook
Created November 3, 2014 17:16
Homework 3 Notebook for Tim Cogley's course
{
"metadata": {
"celltoolbar": "Slideshow",
"language": "Julia",
"name": "",
"signature": "sha256:48c93e55dd13e85a8b1e797778a71d47dfe8f59cbe53a02778db64f6eacaad7a"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [