Blog of Markus C. Mayer
  • Home
Sign in Subscribe

Jobs

Markus Mayer

Markus Mayer

05 Apr 2015
  • Web developer

Read more

CoinLive

CoinLive is an interactive command line tool that displays live cryptocurrency prices. It can also display simple historical price charts. The data is provided by the Binance Spot API. The CLI is written in Rust and relies heavily on the superb tui library. The source code is on github.

By Markus Mayer 23 Apr 2022
Getting Worldbank Data with Python

Getting Worldbank Data with Python

This is a quick note on how to retrieve Worldbank data using Python. Thanks to the wbdata package it is very easy to obtain Worldbank data. The time-series can be identified on the Worldbank website, then the data can be retrieved. The data can be inspected interactively in order to

By Markus Mayer 01 Dec 2017
Opensource FPGA: First Steps with the IceStorm Toolchain

Opensource FPGA: First Steps with the IceStorm Toolchain

This blog post gets you started with Project IceStorm, a fully open source Verilog-to-Bitstream flow for iCE40 FPGAs. First we will cover installation of the toolchain on Linux and Mac OS X. Then a simple blinky program is synthesized, routed and programmed on a Lattice iCEStick. At the end some

By Markus Mayer 22 Apr 2017
A short Haskell FileStore Tutorial

A short Haskell FileStore Tutorial

Haskell package filestore provides an interface for a versioning file store. It uses git, Darcs and Mercurial as a backend. Here's a short walk-through to get you started. Documentation In Data.FileStore.Types you find the most important functions such as initialise. save. retrieve, delete, etc. Data.FileStore.

By Markus Mayer 15 Sep 2016
Blog of Markus C. Mayer
  • Sign up
Powered by Ghost

Blog of Markus C. Mayer

Tech - Science - Finance