-
Updated
Jan 20, 2021 - CSS
Here's what's popular on GitHub today...
Trending repository
Trending repository
Third-person Action Roguelike made in Unreal Engine C++ (for Stanford CS193U 2020)
-
Updated
Jan 15, 2021 - C++
Game Bytes
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.
Popular topic
Web Components are a set of web platform APIs developers can use to create custom HTML tags.
Trending repository
Sonic 1/2 (2013) Decompilation
-
Updated
Jan 21, 2021 - C++
Trending repository
generate massive amounts of realistic fake data in Node.js and the browser
-
Updated
Jan 21, 2021 - JavaScript
Trending repository
High Performance, Kubernetes Native Object Storage
-
Updated
Jan 21, 2021 - Go
Trending repository
Collection recommended by GitHub
App recommended by GitHub
WIP
Allow authors of pull requests to set status to pending while still working on it.
Trending repository
-
Updated
Jul 13, 2020 - Python
Trending repository
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.
osint
cybersecurity
pentesting
recon
bugbounty
offensive-security
red-team
reconnaissance
pentest-tool
blue-team
red-teaming
purple-team
bugbountytips
bugbounty-tool
purple-teams
-
Updated
Jan 21, 2021 - C#
Trending repository
Reddit bot that turns comment chains into ace attorney scenes.
-
Updated
Jan 21, 2021 - Python
Trending repository
Trending repository
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
android
windows
linux
vuejs
ui
powershell
proxy
firewall
trojan
bypass-antivirus
control-android
stealthmode
-
Updated
Jan 17, 2021 - Python
Trending repository
-
Updated
Jan 8, 2019 - JavaScript
Trending repository
-
Updated
Jan 18, 2021 - Java
Trending repository
A list of resources for those interested in getting started in bug bounties
-
Updated
Jan 21, 2021
Trending repository
The Kotlin Programming Language
-
Updated
Jan 20, 2021
Trending repository
Collection of essential Vue Composition Utilities for Vue 2 and 3
-
Updated
Jan 20, 2021 - TypeScript
Trending repository
30 Day Vanilla JS Challenge
-
Updated
Jan 21, 2021 - HTML
Trending repository
A toolkit for developing high-performance HTTP reverse proxy applications.
-
Updated
Jan 21, 2021 - C#
Trending repository
Comprehensive language-agnostic guidelines on variables naming.
pattern
naming
guideline
naming-conventions
cheatsheet
action
guidelines
prefix
variables
naming-schemes
naming-cheatsheet
naming-pattern
high-context
low-context
-
Updated
Jan 20, 2021
Trending repository
React component for the Procedural GL JS library
-
Updated
Jan 18, 2021 - JavaScript
Trending repository
search
data-science
machine-learning
natural-language-processing
reinforcement-learning
computer-vision
deep-learning
production
data-engineering
data-discovery
recsys
data-quality
applied-data-science
applied-machine-learning
-
Updated
Jan 17, 2021
Trending repository
khawars
commented
Feb 18, 2019
Will template be supported for Visual Studio on MAC anytime later? Probably .mpack is needed.
Trending repository
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
-
Updated
Jan 20, 2021 - JavaScript
Trending repository
python
nlp
data-science
machine-learning
awesome
deep-learning
tensorflow
scikit-learn
python-library
keras
data-visualization
pytorch
awesome-list
data-visualizations
best-of
-
Updated
Jan 20, 2021 - Python
Trending repository
1
andygrove
commented
Jul 25, 2020
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;
App recommended by GitHub
AccessLint
AccessLint brings automated web accessibility testing into your development workflow. When a pull request is opened, AccessLint reviews the changes and comments with any new accessibility issues, giving you quick, timely, and targeted feedback, before code goes live.
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.