The Wayback Machine - https://web.archive.org/web/20220320125727/https://github.com/topics/signals
Here are
312 public repositories
matching this topic...
Different Types of Stock Analysis in Excel, Matlab, Power BI, Python, R, and Tableau
Updated
Mar 18, 2022
Jupyter Notebook
Technical indicators to run technical analysis with JavaScript & TypeScript. 📈
Updated
Mar 1, 2022
TypeScript
👀 💻 💤 🔋 Save battery by auto-suspending unfocused X11 applications.
Crypto trading bot using Binance API (Java)
Human-friendly process signals
Updated
Feb 26, 2022
JavaScript
Continuous- and Discrete-Time Signals and Systems - Theory and Computational Examples
Updated
Nov 10, 2021
Jupyter Notebook
The Signal Metadata Format Specification
Updated
Mar 19, 2022
Python
Managing go application shutdown with signals.
Use Django To Create A Simple Shopping Site Tutorial
Updated
Mar 27, 2018
Python
aiosignal: a list of registered asynchronous callbacks
Updated
Mar 18, 2022
Python
❇ A typesafe, lightweight messaging system for Unity with UPM Support.
Go package for routing, formatting and publishing events produced by a program.
Thread aware Signal/Slot library
Go contexts for graceful shutdown
Lightweight type-safe messaging system
How to connect Arduino and Simulink
😲 🤑 Method for Investors and Traders to make Buying and Selling Decisions. 😄 Fundamental hare Market Analysis is about using Real data to evaluate a Stock's Value📊 📈 📉
Updated
Jul 3, 2020
Jupyter Notebook
CHBE 356 - Process Dynamics and Control
Updated
Mar 3, 2020
Jupyter Notebook
A static analysis tool for C.
Updated
Oct 29, 2019
Haskell
Cancellable Promise with timeouts, AbortController, decorators, progress capturing, pause and user signals support
Updated
Feb 1, 2022
JavaScript
Signal handler for multi threaded C++ applications on Linux
Process Dynamics Engine (PDE) is an online, real-time simulator for process control models described by transfer functions or state space representations.
Updated
Feb 16, 2019
Python
This repository consists several bots encoding various algorithmic trading strategies. The aim here is for absolute beginners in stock trading to get familiar with the various aspects of the market. All you need is basics of statistics and python to understand the underlying metrics and conditions utilized to make decisions. Contributions welcome.
Updated
Feb 9, 2021
Jupyter Notebook
Lightweight framework for signals in GameMaker Studio 2.3+
Updated
Jan 31, 2022
Yacc
Signals are a light-weight messaging tools for Lua and the Corona SDK.
Easy to use, fast and lightweight C++17 signals and slots library, drop-in replacement for the Boost.Signals2
Experiments for "Distributed Convolutional Dictionary Learning (DiCoDiLe): Pattern Discovery in Large Images and Signals"
Updated
Feb 23, 2022
Python
Managing processes with Go
Improve this page
Add a description, image, and links to the
signals
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
signals
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
This makes it more ergonomic for simple cases where we want to increment/decrement a
Signal.e.g. instead of writing this:
we can write this:
This should only be implemented for types where
T: Copybecause we don't want to implicitly clone values behind the scenes.