-
Updated
Jan 15, 2021 - CSS
Here's what's popular on GitHub today...
-
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.
Ruby
-
Updated
Jan 20, 2021 - C++
-
Updated
Jan 18, 2021 - JavaScript
-
Updated
Jan 20, 2021 - Go
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
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
-
Updated
Jan 17, 2021
-
Updated
Jan 20, 2021 - Python
-
Updated
Jan 17, 2021 - Python
-
Updated
Jan 8, 2019 - JavaScript
-
Updated
Jan 18, 2021 - Java
-
Updated
Jan 11, 2021
-
Updated
Jan 20, 2021
-
Updated
Jan 20, 2021 - TypeScript
-
Updated
Jan 20, 2021 - HTML
-
Updated
Jan 19, 2021 - C#
-
Updated
Jan 20, 2021
-
Updated
Jan 18, 2021 - JavaScript
-
Updated
Jan 17, 2021
Will template be supported for Visual Studio on MAC anytime later? Probably .mpack is needed.
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Jan 19, 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;Airbrake
Airbrake empowers engineering teams to release with confidence. We alert you to new errors, and give you the information you need to fix those bugs fast. So you can spend less time debugging and focus on writing and shipping great code.
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.