-
Updated
Jan 20, 2021 - CSS
Here's what's popular on GitHub today...
Third-person Action Roguelike made in Unreal Engine C++ (for Stanford CS193U 2020)
-
Updated
Jan 15, 2021 - C++
The theme for this year’s Game Off was ‘moonshot’ and the entries were out of this world! Fork and play some of the top-rated games.
Webpack
Sonic 1/2 (2013) Decompilation
-
Updated
Jan 21, 2021 - C++
generate massive amounts of realistic fake data in Node.js and the browser
-
Updated
Jan 21, 2021 - JavaScript
High Performance, Kubernetes Native Object Storage
-
Updated
Jan 20, 2021 - Go
Sync by Unito
Build the GitHub workflow you need
Unito goes beyond your typical integration tool, allowing you to build entire workflows across tools, teams, and organizations. All Unito integrations offer two-way sync, meaning essential information can flow back and forth between the tools you love.
Be more productive and ease collaboration between your teams. Unito’s GitHub integration syncs:
- Title
- Description
- Comments
- State
- Milestones
- Issue number
- Labels
- Issue type
- and more
-
Updated
Jul 13, 2020 - Python
BigBountyRecon tool utilises 58 different techniques using various Google dorks and open source tools to expedite the process of initial reconnaissance on the target organisation.
-
Updated
Jan 21, 2021 - C#
Reddit bot that turns comment chains into ace attorney scenes.
-
Updated
Jan 20, 2021 - Python
Arbitrium is a cross-platform, fully undetectable remote access trojan, to control Android, Windows and Linux and doesn't require any firewall exceptions or port forwarding rules
-
Updated
Jan 17, 2021 - Python
-
Updated
Jan 8, 2019 - JavaScript
-
Updated
Jan 18, 2021 - Java
A list of resources for those interested in getting started in bug bounties
-
Updated
Jan 11, 2021
The Kotlin Programming Language
-
Updated
Jan 20, 2021
Collection of essential Vue Composition Utilities for Vue 2 and 3
-
Updated
Jan 20, 2021 - TypeScript
30 Day Vanilla JS Challenge
-
Updated
Jan 21, 2021 - HTML
A toolkit for developing high-performance HTTP reverse proxy applications.
-
Updated
Jan 21, 2021 - C#
Comprehensive language-agnostic guidelines on variables naming.
-
Updated
Jan 20, 2021
React component for the Procedural GL JS library
-
Updated
Jan 18, 2021 - JavaScript
-
Updated
Jan 17, 2021
Will template be supported for Visual Studio on MAC anytime later? Probably .mpack is needed.
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Jan 20, 2021 - Python
Update the TPCH example to support query 6:
select
sum(l_extendedprice * l_discount) as revenue
from
lineitem
where
l_shipdate >= date ':1'
and l_shipdate < date ':1' + interval '1' year
and l_discount between :2 - 0.01 and :2 + 0.01
and l_quantity < :3;GuardRails
GuardRails scans new code changes as they occur in your repositories. For pull requests, we will post comments whenever security issues are detected. For branches, you will be able to see reports in your dashboard.


Heston model has accurate density approximations for European option prices, which are of interest.
The module implementing this method should live under tf_quant_finance/volatility/heston_approximation.py. It should support both European option puts and calls approximations. Tests should be in heston_approximation_test.py in the same folder.