GitHub topics: lsm
kubearmor/KubeArmor
Runtime Security Enforcement System. Workload hardening/sandboxing and implementing least-permissive policies made easy leveraging LSMs (BPF-LSM, AppArmor).
Language: Go - Size: 58.6 MB - Last synced at: about 4 hours ago - Pushed at: 1 day ago - Stars: 1,721 - Forks: 367

fjall-rs/fjall
🗻 Log-structured embeddable key-value storage engine written in Rust
Language: Rust - Size: 3.12 MB - Last synced at: 2 days ago - Pushed at: 4 days ago - Stars: 1,041 - Forks: 42

fjall-rs/lsm-tree
K.I.S.S. LSM-tree implementation in safe Rust
Language: Rust - Size: 1.81 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 219 - Forks: 16

fjall-rs/value-log
Value log implementation for key-value separated storage in safe Rust
Language: Rust - Size: 327 KB - Last synced at: 2 days ago - Pushed at: 4 days ago - Stars: 39 - Forks: 9

KnightChaser/lsm-bpf-capture-path
A simple project of retrieving full path for Linux file open events with LSM/eBPF.
Language: C - Size: 5.86 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

skyzh/mini-lsm
A course of building an LSM-Tree storage engine (database) in a week.
Language: Rust - Size: 798 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 3,309 - Forks: 479

gritzko/librdx
Replicated Data eXchange format C lib
Language: C - Size: 1.36 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 63 - Forks: 2

creed-us/Overshields_Reforged
An addon for World of Warcraft which displays extra shielding information on Blizzard's unit frames.
Language: Lua - Size: 626 KB - Last synced at: 3 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

bytedance/vArmor
vArmor is a cloud native container sandbox system based on AppArmor/BPF/Seccomp. It also includes multiple built-in protection rules that are ready to use out of the box.
Language: Go - Size: 70 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 362 - Forks: 37

umit/lsm-tree-storage
A high-performance, Log-Structured Merge-Tree (LSM-tree) based storage system for key-value databases. This implementation leverages Java 21's new features like the Arena API and MemoryLayout for efficient memory management.
Language: Java - Size: 149 KB - Last synced at: 13 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

marvin-j97/smoltable
Bigtable but smol
Language: Rust - Size: 2.31 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 35 - Forks: 1

lockc-project/lockc
Making containers more secure with eBPF and Linux Security Modules (LSM)
Language: Rust - Size: 2.44 MB - Last synced at: 17 days ago - Pushed at: 12 months ago - Stars: 228 - Forks: 20

willfindlay/suidsnoop
suidsnoop is a tool based on eBPF LSM programs that logs whenever a suid binary is executed and implements custom allow/deny lists.
Language: Rust - Size: 175 KB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 16 - Forks: 0

Jerry-GK/LocarKV Fork of facebook/rocksdb
LocarKV (Logically Ordered Cache Accelerated Range-query). Aiming to utilize in-memory cache component to overcome the performance problem of range query in the KV separation scenario. Built on rocksdb(BlobDB). (In Progress)
Language: C++ - Size: 155 MB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

Gifted-s/velarixdb
An LSM storage engine designed for high throughput and significant reduction in I/O amplification written in safe rust (Under active development)
Language: Rust - Size: 17.8 MB - Last synced at: 30 days ago - Pushed at: 30 days ago - Stars: 28 - Forks: 3

SarthakMakhija/go-lsm
LSM-based key-value store in Go for educational purpose.
Language: Go - Size: 398 KB - Last synced at: 15 days ago - Pushed at: 2 months ago - Stars: 67 - Forks: 9

aixiasang/pyLsm
PyLSM是一个基于LSM树(Log-Structured Merge Tree)架构的高性能键值存储引擎,使用Python实现。本项目不仅提供了高效的键值对存储和检索功能,还包含了布隆过滤器和分层压缩等高级特性。
Language: Python - Size: 64.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

linux-lock/bpflock
bpflock - eBPF driven security for locking and auditing Linux machines
Language: C - Size: 4.97 MB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 147 - Forks: 14

Synarcs/DNSObelisk
Enhanced observability and security framework built to fully prevent DNS exfiltration (C2, tunnelling) with no data loss using XDP, TC, Netfilter, BPF_MAPs. Ring Buffers, Running eBPF inside linux kernel and Deep Learning in user space and threat events streaming for dynamic blacklisting of malicious domains.
Language: Go - Size: 1.25 GB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

mk-fg/apparmor-profiles
My local AppArmor profiles for apps that can use those
Language: Python - Size: 237 KB - Last synced at: 20 days ago - Pushed at: 4 months ago - Stars: 68 - Forks: 15

krasun/lsmtree
Log-structured merge-tree
Language: Go - Size: 42 KB - Last synced at: 7 days ago - Pushed at: about 2 years ago - Stars: 30 - Forks: 7

lnikon/tinykvpp
Horizontally scalable, highly available, key-value storage service with distributed transaction support written in C++
Language: C++ - Size: 691 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 4 - Forks: 0

IGITUGraz/LSM
Liquid State Machines in Python and NEST
Language: Python - Size: 41 KB - Last synced at: 29 days ago - Pushed at: over 4 years ago - Stars: 70 - Forks: 26

chjj/lcdb
LevelDB implemented in C (unofficial -- not affiliated with Google in any way)
Language: C - Size: 1.27 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 99 - Forks: 12

Fullstop000/wickdb
Pure Rust LSM-tree based embedded storage engine
Language: Rust - Size: 969 KB - Last synced at: 25 days ago - Pushed at: about 2 years ago - Stars: 629 - Forks: 69

prologic/bitcask
🔑 A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.
Size: 1.95 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 32 - Forks: 2

leodido/demo-cloud-native-ebpf-day
Various eBPF programs for tracing network connections
Language: C - Size: 74.2 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 30 - Forks: 7

al8n/valog
A lock-free, generic, lightweight value log for WiscKey or Bitcask architecture databases.
Language: Rust - Size: 43.9 KB - Last synced at: 5 days ago - Pushed at: 5 months ago - Stars: 6 - Forks: 2

worriedlemon/oderecon Fork of aikarimov/ODERECON
A set of codes in MATLAB for ODE reconstruction using least-square method and orthogonal polynomials
Language: MATLAB - Size: 1.13 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

SarthakMakhija/go-lsm-workshop
Repository for the workshop on storage engine.
Language: Go - Size: 356 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

heineiuo/rippledb
Embeddable key-value database engine in pure TypeScript, based on LSM-Tree
Language: TypeScript - Size: 2.5 MB - Last synced at: 1 day ago - Pushed at: about 2 years ago - Stars: 41 - Forks: 3

robaho/cpp_leveldbr
client/server module for cpp_leveldbr
Language: C++ - Size: 82 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

navarrothiago/bpf-lsm-examples
Based on https://git.nscs.kr/namjh/lsmbpf_demo
Language: C - Size: 282 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 1

zhouyanasd/DL-NC
spiking-neural-networks
Language: Python - Size: 66.3 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 36 - Forks: 8

krasun/gosqldb
A key-value persistent database that supports SQL queries over B+ and LSM trees
Language: Go - Size: 55.7 KB - Last synced at: 7 days ago - Pushed at: over 3 years ago - Stars: 30 - Forks: 7

skx/linux-security-modules
A place to store my toy linux-security modules.
Language: C - Size: 54.7 KB - Last synced at: 21 days ago - Pushed at: about 4 years ago - Stars: 92 - Forks: 18

WyattJia/Pomegranate
🌳 A tiny skiplist based log-structured merge-tree written in Rust.
Language: Rust - Size: 5.07 MB - Last synced at: 16 days ago - Pushed at: over 1 year ago - Stars: 25 - Forks: 1

robaho/leveldb
high performance key-value database written in Go. Based on Google LevelDB api.
Language: Go - Size: 139 KB - Last synced at: 15 days ago - Pushed at: 11 months ago - Stars: 17 - Forks: 0

robaho/keydb
high performance key value database written in Go. Deprecated. Use robaho/leveldb
Language: Go - Size: 103 KB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 86 - Forks: 7

alihassanml/LUMS-AI-Hackthon
LUMS AI Hackthon
Language: Jupyter Notebook - Size: 24.1 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

lathoub/Sony9Pin.net
A dotNET library to control a video recorder using the Sony 9-Pin protocol. The Odetics protocol is a superset of the Sony 9pin protocol.
Language: C# - Size: 3.78 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 3

binarymist/dockersecurity-quickreference
:books: :whale: For DevOps Engineers :whale: :books:
Size: 1.35 MB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 3

robaho/jleveldb
Java version of Google's leveldb based on the original implementation of robaho/jkeydb
Language: Java - Size: 45 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

venusMask/flamingo
A high-performance KV separated LSM storage engine.
Language: Java - Size: 125 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

smlc/mini-lsm
Build mini-LSM in Java
Size: 70.3 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Medusa-Team/linux-medusa
A unique security module for the Linux operating system
Language: C - Size: 3.77 GB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 9 - Forks: 2

yfractal/lsm-tree
A Ruby implemented Log-Structured Merge Tree(LSM Tree) for study purpose.
Language: Ruby - Size: 44.9 KB - Last synced at: about 20 hours ago - Pushed at: about 3 years ago - Stars: 9 - Forks: 0

xia-Sang/mini_lsm
mini_lsm 是一个用 Go 语言实现的基础日志结构合并(LSM)树项目,旨在提供高效的数据存储与检索功能。该项目包含基本的 LSM 树操作,并计划在未来添加更多功能,如布隆过滤器、客户端-服务器模式和 Raft 协议支持。
Language: Go - Size: 438 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

LandSharkFive/LSMOne
Log Structured Merge Tree (LSM) Demo
Language: C# - Size: 43 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

octu0/bitcaskdb
high performance KV database based on bitcask
Language: Go - Size: 590 KB - Last synced at: 30 days ago - Pushed at: about 2 years ago - Stars: 10 - Forks: 1

Exeinspa/exein-openwrt-public
Openwrt 18.06.5 featured with the Exein's security framework
Language: C - Size: 13.6 MB - Last synced at: 10 months ago - Pushed at: over 5 years ago - Stars: 36 - Forks: 2

robaho/leveldbr
remote access to robaho/leveldb databases
Language: Go - Size: 42 KB - Last synced at: 15 days ago - Pushed at: 12 months ago - Stars: 7 - Forks: 0

c3rebro/EventMessenger
Software für "Einfaches EventManagement" der LSM Basic Online
Language: C# - Size: 9.41 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

alanapz/rainmac
Simple Role-based Linux kernel security module
Language: C - Size: 350 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

nopper/kiwi
LSM tree to the rescue
Language: C - Size: 563 KB - Last synced at: about 1 year ago - Pushed at: over 12 years ago - Stars: 5 - Forks: 0

mrR2D2/rustydb
PoC LSM-tree-based key-value DB written in Rust
Language: Rust - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

deeax99/sstable
Go Implementation of LSM tree
Language: Go - Size: 54.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

evdenis/spec-utils
A number of utilities for writing ACSL specifications for a Linux module.
Language: Perl - Size: 1.19 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 3

servusdei2018/lsm.go
Go package for parsing the Linux Software Map (LSM) format
Language: Go - Size: 9.77 KB - Last synced at: 11 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

vaishakk/ESNMatlab
ESN implementation in Matlab
Language: Matlab - Size: 877 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

keks51/KeksDB
key value database based on bplus and lsm trees
Language: Java - Size: 3.14 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sevagh/raft-badgerdb
Hashicorp Raft LogStore + StableStore backed by dgraph-io's BadgerDB
Language: Go - Size: 20.5 KB - Last synced at: 3 days ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

hansonzhao007/WipDB
WipDB: A Write-in-place Key-value Store
Language: C++ - Size: 55.9 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 6

bellthomas/citadel
Citadel — A Trusted Reference Monitor for the Linux Kernel using Intel SGX Enclaves
Language: C - Size: 8.83 MB - Last synced at: 1 day ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

bnclabs/gostore
Storage algorithms.
Language: Go - Size: 18.1 MB - Last synced at: 11 months ago - Pushed at: over 4 years ago - Stars: 35 - Forks: 4

maxvarm/ebpf-docker-lsm
Monitor and block specified processes and network connections with this docker-aware KRSI (BPF+LSM) security tool
Language: C - Size: 186 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

viewizard/gentoo-apparmor
AppArmor RBAC for Gentoo Linux (desktop PC security hardening)
Language: Shell - Size: 1.53 MB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 1

omkmorendha/LSM_Project
An eBPF module created to prevent docker escape attacks by leveraging the unshare command
Language: C - Size: 836 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Gian-Michele-Cherchi/Echo_State_Networks
Language: Python - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

emrehanks/R-ArcGIS-LSM_ToolPack
This tool is to develop an easy-to-use tool package called Landslide Susceptibility Mapping Tool Pack (LSM Tool Pack) for producing landslide susceptibility maps based on integrating R with ArcMap Software. The proposed tool contains 5 main modules namely: (1) Data Preparation (DP), (2) Feature (Factor) Selection (FS), (3) Logistic Regression (LR), (4) Random Forest (RF), (5) Performance Evaluation (PE) and (6) Create Raster Stack (Multi-Bands).
Language: R - Size: 22.9 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 28 - Forks: 11

DanielSchuette/CalciumImagingAnalyzer
This software provides useful functions and a GUI to analyze calcium imaging data.
Language: Shell - Size: 67.4 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

burhanxz/Distributed-KV
分布式键值系统,供学习使用,不断完善中。截至目前:根据LSM论文,并结合CPP已有的实现,利用Java实现了LSM架构;综合Dubbo等框架的特点,实现了简洁的RPC框架。
Language: Java - Size: 1.64 MB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 126 - Forks: 37

evdenis/lsm_bpf_check_argc0 📦
LSM BPF module to block pwnkit (CVE-2021-4034) like exploits
Language: C - Size: 106 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 20 - Forks: 0

ralgond/jleveldb
A pure java edition of Leveldb
Language: Java - Size: 457 KB - Last synced at: 16 days ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 4

changsongl/lsm
A key/value db implemented by LSM. 借鉴RocksDB的LSM 实现Key/Value数据库。
Language: Go - Size: 50.8 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

node3/Linux-Security-Module
Kernel programming: This is a simple kernel module implementation for enforcing access control policies using Linux Security Module framework.
Language: C - Size: 28.3 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 26 - Forks: 10

nananatsu/simple-raft
简单实现raft协议
Language: Go - Size: 665 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 2

PradeepSingh1988/bitC-DB
A Unordered LSM (bitcask) based Key Value Store in python
Language: Python - Size: 31.3 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ricardodeazambuja/IJCNN2017-2 📦
Neurorobotic Simulations on the Degradation of Multiple Column Liquid State Machines
Language: Jupyter Notebook - Size: 34 MB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 5 - Forks: 1

ricardodeazambuja/SNN-Experiments
Some of my initial studies using spiking neural networks and Python
Language: Jupyter Notebook - Size: 56.7 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 29 - Forks: 10

Guillaume-Marie/ThinTrack-Forest
ThinTrack-Forest is an open-source project that aims to develop a method to translate forest management rules into Relative Density Index curve usable in land surface models such as ORCHIDEE.
Language: Julia - Size: 43.9 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

source-c/sandbox-lsm 📦
Sandbox for LKM & LSM
Language: C - Size: 4.88 KB - Last synced at: 2 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

polis-vk/2020-db-lsm 📦
NoSQL course project
Language: Java - Size: 94.7 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 38

ricardodeazambuja/I2MTC2017-LSMFusion Fork of davi-sala/I2MTC2017-LSMFusion 📦
Positioning control on a collaborative robot by sensor fusion with liquid state machines
Language: Jupyter Notebook - Size: 70.9 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

ricardodeazambuja/IJCNN2017 📦
Short-Term Plasticity in a Liquid State Machine Biomimetic Robot Arm Controller
Language: Jupyter Notebook - Size: 17.8 MB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 4 - Forks: 0

ricardodeazambuja/ICONIP2016 📦
Graceful Degradation Under Noise on Brain Inspired Robot Controllers
Language: Jupyter Notebook - Size: 22.4 MB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 3 - Forks: 1

ricardodeazambuja/IJCNN2016 📦
Diverse, Noisy and Parallel: a New Spiking Neural Network Approach for Humanoid Robot Control
Language: Jupyter Notebook - Size: 333 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 15 - Forks: 5

kirubasankars/kdb
LSM based key, value store written in C# (embedded database)
Language: C# - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

robaho/keydbr
remote protocol layer for keydb using gRPC. deprecated. use robaho/leveldbr
Language: Go - Size: 52.7 KB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 1

robaho/jkeydb
Java version of keydb. Deprecated. Use robaho/jleveldb
Language: Java - Size: 44.9 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

InfraSail/higherdb
A Rust LSM-Tree based lightweight storage engine.
Language: Rust - Size: 19.5 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 13 - Forks: 3

smeso/sara
S.A.R.A. development branch. Rebased often. Use at your own risk.
Language: C - Size: 2.33 GB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 8 - Forks: 1

u7702045/honeybest
New implementation of Linux Security Module
Language: C - Size: 1.96 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 1

the123saurav/rabi
A LSM based key value database in Java
Language: Java - Size: 157 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 2

valerii-martell/CPU-Model-FPGA
16-bit RISC processor model (from ALU, ICTR, RAM and Register Memory to MPU, microprogram controlled AU and CPU itself) in VHDL
Language: VHDL - Size: 156 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BazingaLyn/toy-db
基于RESP协议和磁盘存储的分布式存储的玩具项目
Language: Java - Size: 60.5 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

zhuichao001/lsmtree
Log Structured Merge Tree
Language: C++ - Size: 390 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Sigma711/higherdb Fork of InfraSail/higherdb
A Rust LSM-Tree based lightweight storage engine.
Language: Rust - Size: 228 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

masterdezign/rc
Reservoir Computing, an RNN flavor
Language: Haskell - Size: 260 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 1

smeso/libsara
S.A.R.A.'s helper library
Language: C - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0
