Automated cryptocurrency trading bot
-
Updated
Feb 18, 2021 - Python
{{ message }}
Automated cryptocurrency trading bot
Join the GitHub community for an AMA with Staff Software Engineer, Author, Inventor and Homebrew Maintainer Mike McQuaid. We’ll discuss Open Source, burnout, mentoring, being a hands-on Dad and his Engineering values.
Tuxi is a cli assistant. Get answers of your questions instantly.
Cloudsplaining is an AWS IAM Security Assessment tool that identifies violations of least privilege and generates a risk-prioritized report.
Rich is a Python library for rich text and beautiful formatting in the terminal.
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Zube is an Agile project management platform that allows everyone on your team to communicate with the developers. On Zube, it is easy to create an Agile workflow for your team with a kanban board, epics, and sprints. Zube’s seamless integration with GitHub keeps all of your GitHub Issue data in sync across both platforms in real time.
A collection of coding patterns in no particular order
For basic researches, top 25 vulnerability parameters that can be used in automation tools or manual recon.
[Preprint] "TransGAN: Two Transformers Can Make One Strong GAN", Yifan Jiang, Shiyu Chang, Zhangyang Wang
We're down from 100 coverage again.
---------------------|----------|----------|----------|----------|-------------------|
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
---------------------|----------|----------|----------|----------|-------------------|
All files | 99.64 | 98.59 | 100 | 99.63 | |
und
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
I need to define env-vars in the sidecar runtime-env in order to make SQS calls go via a http-proxy.
This is not possible today.
it could have syntax of dapr.io/env/varname=value and be placed in the annotations.
/area runtime
Allows for controlling env-vars of the sidecar.
Implement + update docs.
Recovers passwords from pixelized screenshots
Course 18.S191 at MIT, Spring 2021 - Introduction to computational thinking with Julia:
An application that lets you make specific requests to the LCU api to change how your profile looks
In my mind one of the key things (besides visualization) Sourcetrail provides is a useful graph structure for source code that can be used for various types of analysis, without having to go through the pain of writing a clang analyzer yourself. However, since sourcetrail doesn't have plugins (#1076), writing your own analysis tools is a bit of work, and may not let you use other kinds of graph an
An extremely fast JavaScript bundler and minifier
Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.
Is your team using GitHub Enterprise? If so, check out Codecov Self-Hosted.
Do you have less than 5 users in your organization? You can sign up for free on codecov.io.
Move the docker setup to a separate repository. Moving this outside core makes cleaner code.
Keeping docker-setup inside the core code, then adding a number of other similar systems like Vagrant, will over time create a mess. Better move them out. It also mak