Pinned Repositories
go-cdf
Package CDF provides facilities to read and write files in NetCDF 'classic' (V1 or V2) format. The HDF based NetCDF-4 format is not supported.
go-container-trie
Package trie implements a byte trie with edge compression.
go-encoding-rs
Package rs implements Reed-Solomon Encoding and Decoding of erasure codes using the Galois Group GF(2^8) with characteristic polynomial x^8 + x^4 + x^3 + x^2 + 1.
go-hdlc
hdlc-framing and unframing of buffers on a byte stream.
go-jsql
Package jsql provides functions to glue json to sql databases.
gsuite2ldap
serve gsuite user directory as rfc2307 compliant posixAccount, shadowAccount and posixGroup records.
stm32
generating bare metal dev environments for STM32[fgh]* microcontrollers from SVD files
stm32f103_ir155tocan
Decode Bender Isometer IR155 PWM output and send as CAN messages
lvdlvd's Repositories
lvdlvd/go-encoding-rs
Package rs implements Reed-Solomon Encoding and Decoding of erasure codes using the Galois Group GF(2^8) with characteristic polynomial x^8 + x^4 + x^3 + x^2 + 1.
lvdlvd/gsuite2ldap
serve gsuite user directory as rfc2307 compliant posixAccount, shadowAccount and posixGroup records.
lvdlvd/go-hdlc
hdlc-framing and unframing of buffers on a byte stream.
lvdlvd/go-container-trie
Package trie implements a byte trie with edge compression.
lvdlvd/go-jsql
Package jsql provides functions to glue json to sql databases.
lvdlvd/stm32
generating bare metal dev environments for STM32[fgh]* microcontrollers from SVD files
lvdlvd/stm32f103_ir155tocan
Decode Bender Isometer IR155 PWM output and send as CAN messages
lvdlvd/AN3155loader
A program to speak the USART protocol used in the STM32 bootloader as documented in AN3155
lvdlvd/attiny1627_adc2pwm
hello-world bare metal attiny1627 adc, pwm and serial example
lvdlvd/attiny402_adc2pwm
hello world bare metal attiny402 example with adc, pwm and uart
lvdlvd/bldc-tool
A Qt program to control and debug my BLDC-controller
lvdlvd/capnpc-gopanic
Forked from the brilliant zombiezen original: Experiment generating nicer api.
lvdlvd/gdrive
Google Drive CLI Client
lvdlvd/go-activity
Package activity provides a decaying counter to estimate activity in a time series of events.
lvdlvd/go-cmd-h
h is a unix line filter that makes large integers readable by inserting k,m,g,...
lvdlvd/go-cmd-linreg
Linreg reads lines of the form y x_0 x_1... and computes the least squares fit beta dot x for y.
lvdlvd/go-container-dense
Package dense provides types to represent dense sets of integers.
lvdlvd/go-encoding-xml-gpx
A simple mapping of the GPX XML schema (http://www.topografix.com/gpx/1/1/) to Go.
lvdlvd/go-eval
example of using goyacc for a dynamic evaluator
lvdlvd/go-geo-wgs84
Package wgs84 provides forward and inverse geodesic calculations on the WGS84 ellipsoid.
lvdlvd/go-jq
Package JQ provides functions to recursively query nested structures as returned by json.Unmarshal
lvdlvd/go-net-http-tmpl
A flexible server for groups of html templates, with support for in-template sql.
lvdlvd/go-rest
rest.Handler wraps handlers for GET, POST, PUT and DELETE and a permission mechanism.
lvdlvd/goleveldb
LevelDB key/value database in Go.
lvdlvd/holidaybalance
Holidaybalance computes and updates employees vacation balance on google calendar.
lvdlvd/pic32_experiments
hello world etc for pic32mk code
lvdlvd/s3gof3r
This is a fork of the excellent original at github.com/rlmcpherson/s3gof3r. Experiment to add ReadOffset to config
lvdlvd/spritinator
Compose multiple images into one and generate a toc with offset and size. Useful for generating css sprites.
lvdlvd/stm32f76xxx_hello
bare metal environment for the STM32F76xxx, targeting the nucleo board
lvdlvd/stm32l432_hello
basic environment for the stm32l432kc nucleo and related boards