Skip to content

Instantly share code, notes, and snippets.

View sumanth232's full-sized avatar

Sumanth Bandi sumanth232

View GitHub Profile
@sumanth232
sumanth232 / quantconnect_lean.ipynb
Created April 27, 2020 03:06 — forked from ahmedengu/quantconnect_lean.ipynb
Installing and running quantconnect lean on google colab ubuntu 18 python version
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sumanth232
sumanth232 / gdb.rb
Last active December 16, 2015 08:34 — forked from ymyzk/gdb.rb
Homebrew formula of GDB with patch for OS X Yosemite. Only gdb 7.7 version works fine on OS X without any errors.
require "formula"
class UniversalBrewedPython < Requirement
satisfy { archs_for_command("python").universal? }
def message; <<-EOS.undent
A build of GDB using a brewed Python was requested, but Python is not
a universal build.
GDB requires Python to be built as a universal binary or it will fail
@sumanth232
sumanth232 / stdc++.h
Created November 21, 2015 11:07 — forked from velicast/stdc++.h
Linux GCC 4.8.0 /bits/stdc++.h header definition.
// C++ includes used for precompiling -*- C++ -*-
// Copyright (C) 2003-2013 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the
// Free Software Foundation; either version 3, or (at your option)
// any later version.