Skip to content

Instantly share code, notes, and snippets.

View WISEPLAT's full-sized avatar

Oleg Shpagin WISEPLAT

View GitHub Profile
@WISEPLAT
WISEPLAT / DownloadFromIB.py
Created February 11, 2022 14:26 — forked from jwsmithers/DownloadFromIB.py
Function to download from IB
from ib_insync import *
import asyncio
import nest_asyncio
async def update_from_IB(stock):
"""
Asynchronous call example to update stocks from Interactive broker.
Args:
stock(str): Stock, I.e. AAPL
@WISEPLAT
WISEPLAT / FlyCamera.cs
Created June 19, 2020 15:21 — forked from gunderson/FlyCamera.cs
Unity Script to give camera WASD + mouse control
using UnityEngine;
using System.Collections;
public class FlyCamera : MonoBehaviour {
/*
Writen by Windexglow 11-13-10. Use it, edit it, steal it I don't care.
Converted to C# 27-02-13 - no credit wanted.
Simple flycam I made, since I couldn't find any others made public.
Made simple to use (drag and drop, done) for regular keyboard layout