@sigurd4
  • Stars
    star
    43
  • Global Rank 379,383 (Top 14 %)
  • Followers 7
  • Following 11
  • Registered over 9 years ago
  • Most used languages
    Rust
    80.0 %
    Java
    8.0 %
    VHDL
    4.0 %
    PHP
    4.0 %
    C++
    4.0 %
  • Location πŸ‡ΊπŸ‡Έ United States
  • Country Total Rank 87,054
  • Country Ranking
    VHDL
    532
    Rust
    1,847

Top repositories

1

currying

A crate for argument-currying anything implementing FnOnce. Arguments can be passed one at a time, yielding a new something implementing FnOnce (and possibly FnMut and Fn) which can be called with one less argument.
Rust
14
star
2

signal_processing

A signal processing library in Rust, with the goal of being a decent alternative to Matlab's Signal Processing Toolbox and scipy.signal
Rust
5
star
3

custom_float

Customizable floating point types, with all standard floating point operations implemented from scratch.
Rust
2
star
4

lifeisamazing

A more minimal version of https://github.com/hunar4321/life_code written in Rust. Particle physics breaking newtons 3rd law of motion. In this version the weights are set randomly and cannot be set manually.
Rust
2
star
5

array-matrix

Matrix operations with 2D arrays
Rust
2
star
6

state-space

A small control-systems library for rust, introducing state space equations
Rust
2
star
7

BioShockMod

This minecraft mod introduces a lot of game elements from the three bioshock games Bioshock, Bioshock 2 and Bioshock Infinite to Minecraft
Java
2
star
8

PartLookup

Lookup database for electrical components made for hobbyist/collector use. You can keep track of what transistors/diodes/etc that you have in your possession.
PHP
2
star
9

blue_chorus

A chorus-effect VST emulating the BOSS CE-2, written in Rust
Rust
1
star
10

transfer_function

Transfer functions in s- and z-domain in rust
Rust
1
star
11

raytracing

A simple, lightweight raytracing library
Rust
1
star
12

mekka_synth

A moog-like synthesizer VST2-plugin
Rust
1
star
13

array_math

A selection of useful math operations on arrays
Rust
1
star
14

array_ops

A selection of useful array operations
Rust
1
star
15

sss_fft

FFT and IFFT for arrays and iterateable collections with modular algorithm interface
Rust
1
star
16

real_time_fir_iir_filters

Real-time FIR and IIR filters designed for use with vst's
Rust
1
star
17

SigurdsEpicAdventureStuff

A minecraft mod adding various adventure-themed items appearing randomly in treasure chests
Java
1
star
18

array_trait

A generic trait for any array. Contains various methods for operating with arrays at compile time.
Rust
1
star
19

rclc_cppb

C++ OOP bindings for Micro-ROS implementation of rclc
C++
1
star
20

float_approx_math

A math library for compile-time floating-point approximations (sqrt, sin, cos, etc...)
Rust
1
star
21

polynomial_ops

Multivariable polynomial operations on arrays and vectors
Rust
1
star
22

fpga_sequencer

A 16-step, 3-channel sequencer
VHDL
1
star
23

num_identities_const

Provides a trait which holds a constant for ONE and ZERO of some types. Extension of num-traits crate.
Rust
1
star
24

tuple_split

An extension for the tupleops crate which adds a trait for splitting tuples by an index.
Rust
1
star
25

currycompose

A crate providing a trait for performing currying (and non-currying) function-composition in rust.
Rust
1
star