Pinned Repositories
Algorithmic-Support-and-Resistance
Automatically identifies support and resistance lines on a stock chart using reversal points, displays candlestick chart.
ally-api-client
Java project to access Ally bank's API to get and stream stock data.
Ardupilot_APM2.8_codes
Some codes for Ardupilot APM2.8
ATFNet
Official implement of ATFNet: Adaptive Time-Frequency Ensembled Network for Long-term Time Series Forecasting
jdiutil
jdiutil: Just-Do-It util D-lang mixin, manual mem man (heap alloc / free) to make life easier
language-eiffel
liblfdsd
liblfds for D: from the portable, license-free, lock-free data structure C library (https://www.liblfds.org/)
robin_stocks
This is a library to use with Robinhood Financial App. It currently supports trading crypto-currencies, options, and stocks. In addition, it can be used to get real time ticker information, assess the performance of your portfolio, and can also get tax documents, total dividends paid, and more. More info at
stnbhwd
Modules for spatial transformer networks (BHWD layout)
talibd
D wrapper for https://ta-lib.org/
mw66's Repositories
mw66/liblfdsd
liblfds for D: from the portable, license-free, lock-free data structure C library (https://www.liblfds.org/)
mw66/talibd
D wrapper for https://ta-lib.org/
mw66/Algorithmic-Support-and-Resistance
Automatically identifies support and resistance lines on a stock chart using reversal points, displays candlestick chart.
mw66/Autoformer
About Code release for "Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting" (NeurIPS 2021), https://arxiv.org/abs/2106.13008
mw66/autowrap
Wrap existing D code for use in Python, Excel, C#
mw66/cuTWED
Linear memory CUDA Time Warp Edit Distance
mw66/daily-stock-forecast
Daily Stock Forecasts using Machine Learning & Python
mw66/grpc-d
gRPC Core implemented in D with high levels of metaprogramming.
mw66/grpc-demo
Demo application utilizing gRPC-D
mw66/grpc-dlang
Grpc for D programming language, hunt-http library based.
mw66/hunt
A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
mw66/keras_cv_attention_models
Keras/Tensorflow attention models including beit,botnet,CMT,CoaT,CoAtNet,convnext,cotnet,davit,efficientdet,efficientnet,fbnet,gmlp,halonet,lcnet,levit,mlp-mixer,mobilevit,nfnets,regnet,resmlp,resnest,resnext,resnetd,swin,tinynet,uniformer,volo,wavemlp,yolor,yolox
mw66/librust_interop
Rust interop with other programming languages
mw66/lisp
A mini Lisp in 1k lines of C with garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closures with lexical scope, macros, proper tail recursion, exceptions, execution tracing, file loading, a mark-sweep/compacting garbage collector and REPL.
mw66/lisp-in-cs
A Lisp interpreter in C# 7
mw66/minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
mw66/mustuse
DIP: @mustuse as a function attribute
mw66/NumPyCNN
Building Convolutional Neural Networks From Scratch using NumPy
mw66/pegen
PEG parser generator for Python
mw66/Pegged
A Parsing Expression Grammar (PEG) module, using the D programming language.
mw66/pyd
Interoperability between Python and D
mw66/pyetrade
Python E-Trade API Wrapper
mw66/Roboduino
Yahboom Roboduino Uno R3 smart robot compatible with Arduino
mw66/safer_ffi
Write safer FFI code in Rust without polluting it with unsafe code
mw66/skittr
mw66/ta-lib-rt
TA-Lib RT is a fork of TA-Lib that provides additional API for incremental calculation of indicators without reprocessing whole data.
mw66/Tango-D2
A port of the Tango library to D2
mw66/tinylisp
Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use.
mw66/vq-vae-2-pytorch
Implementation of Generating Diverse High-Fidelity Images with VQ-VAE-2 in PyTorch
mw66/yilang