Collection of notebooks about quantitative finance, with interactive python code.
-
Updated
Nov 25, 2019 - Jupyter Notebook
Collection of notebooks about quantitative finance, with interactive python code.
:world_map: A script that generates an interactive geo heatmap from your Google location data
This year’s Game Off theme is LEAPS AND BOUNDS.
You’re welcome to interpret the theme however you wish, but if you need some ideas to kickstart your creativity, maybe your game could:
Let your imagination run wild and create a game loosely-based or inspired by that theme using whatever game engines, libraries or languages you prefer before December 1st, 13:37 PT.
WordPlate is a modern WordPress stack which simplifies WordPress development.
PyTorch Tutorial for Deep Learning Researchers
Kernel source tree for Raspberry Pi Foundation-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://www.raspberrypi.org/forum
March 04, 2020 • Los Angeles
A pretty sweet vulnerability scanner
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
I'd like to contribute an example that displays a Svelte implementation of a Master->Detail pattern that also includes an example of delegation (child delegate messages parent with data). My approach is a bit different than the CRUD example.
Master-Detail
https://svelte.dev/repl/1fe5803ad7914054905f43910607eda1?version=3.14.1
数轴上放置了一些筹码,每个筹码的位置存在数组 chips 当中。
你可以对 任何筹码 执行下面两种操作之一(不限操作次数,0 次也可以):
将第 i 个筹码向左或者右移动 2 个单位,代价为 0。
将第 i 个筹码向左或者右移动 1 个单位,代价为 1。
最开始的时候,同一位置上也可能放着两个或者更多的筹码。
返回将所有筹码移动到同一位置(任意位置)上所需要的最小代价。
示例 1:
输入:chips = [1,2,3]
输出:1
解释:第二个筹码移动到位置三的代价是 1,第一个筹码移动到位置三的代价是 0,总代价为 1。
示例 2:
输入:chips = [2,2,2,3,3]
输出:2
解释:第四和第五个筹码移动到位置二的代价都是 1,所以最小总代价为 2。
提示:
1 <= chips.length <= 1
Starter files, final projects and FAQ for my Complete JavaScript course
Hey Cube.Js team!
I get the following yarn warnings when installing dependencies. Can these be fixed? Thank you.
warning @cubejs-backend/server-core > @cubejs-backend/schema-compiler > joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
warning @cubejs-backe
Next Generation of ShadowsocksX
A complete computer science study plan to become a software engineer.
A powerful JavaScript library for interacting with the Discord API
If you'd lik
All Algorithms implemented in Python
Starter files, final projects and FAQ for my Advanced CSS course
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
Everyone knows those "swears by vim and only vim" coders. https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-neovim.md might make them swear more.
RandomX, CryptoNight and Argon2 CPU miner
Native AMD macOS via Clover & OpenCore
A platform for building proxies to bypass network restrictions.
Open source Old School RuneScape client
Python sample codes for robotics algorithms.
Code repository of all OpenGL tutorials found at https://learnopengl.com
Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.
We provide complete code review workflow for notebooks,
Is your feature request related to a problem? Please describe.😞
Accept the fact that postwoman.io have zero docs and wiki
Describe the solution you'd like
Make the wiki, write the docs: https://github.com/liyasthomas/postwoman/wiki
Describe alternatives you've considered
Host docs on postwoman.io itself.
Additional context
Wiki is essential while adding new features,