ZelphirKaltstahl
You will not find most of my repositories, if any, here on Github. You are looking in the wrong place.
Germany
Pinned Repositories
PinyinTransformer
This is a tool, which transforms Pinyin with numbers into Pinyin with diacritics.
racket-ml
contains implementations of machine learning algorithms in Racket
racket-plotting-examples
contains examples of plots in Racket
rst-citations-to-raw-latex
This repository contains a small Python program, which parses bib bibliographies and reStructuredText files to convert contained Pandoc citations into Latex citations, in order to enable them in the conversion from reStructuredText to PDF using Pandoc.
work-distributor
This repository contains example code for writing a work distributor using places to enable multiprocessing in Racket.
XiaolongDictionary
XiaolongDictionary is a Java desktop application, which is dictionary and vocable trainer in one tool. It does not limit the languages it can be used for and supports utf-8.
ZelphirKaltstahl's Repositories
ZelphirKaltstahl/racket-ml
contains implementations of machine learning algorithms in Racket
ZelphirKaltstahl/work-distributor
This repository contains example code for writing a work distributor using places to enable multiprocessing in Racket.
ZelphirKaltstahl/XiaolongDictionary
XiaolongDictionary is a Java desktop application, which is dictionary and vocable trainer in one tool. It does not limit the languages it can be used for and supports utf-8.
ZelphirKaltstahl/PinyinTransformer
This is a tool, which transforms Pinyin with numbers into Pinyin with diacritics.
ZelphirKaltstahl/racket-plotting-examples
contains examples of plots in Racket
ZelphirKaltstahl/rst-citations-to-raw-latex
This repository contains a small Python program, which parses bib bibliographies and reStructuredText files to convert contained Pandoc citations into Latex citations, in order to enable them in the conversion from reStructuredText to PDF using Pandoc.
ZelphirKaltstahl/bash-scripts
This repository contains useful bash scripts.
ZelphirKaltstahl/BerlinMap
Map visualizing where the best place to live is.
ZelphirKaltstahl/chicken-hsk
Contains a little vocabulary overview app written in Chicken Scheme. Due to some issues in Chicken Scheme with regard to UTF-8 and Chinese characters, this cannot work currently and may possibly never reach a working state.
ZelphirKaltstahl/chinese-songs
repository containing pdfs of chinese songs
ZelphirKaltstahl/chineseVocabulary
chinse vocabulary as i going around learning them in json format for a possible later webapp
ZelphirKaltstahl/cryptpad
Collaborative office suite, end-to-end encrypted and open-source.
ZelphirKaltstahl/falcon-ratelimit
Rate limiter for Python Falcon framework
ZelphirKaltstahl/LatexTemplates
This repository contains Latex templates. They can be used for example for generating PDFs from Markdown source code using Pandoc.
ZelphirKaltstahl/mrst-racket-parallel
This repository contains a Racket program, which calculates prime numbers on multiple cores.
ZelphirKaltstahl/ob-erlang
Org-Babel support for evaluating erlang source code.
ZelphirKaltstahl/pandoc-templates
my pandoc templates
ZelphirKaltstahl/racket-parallelism
This repository contains example code for using parallelism in Racket.
ZelphirKaltstahl/rst-internal-links-to-raw-latex
This repository contains a Python 3 program, which parses reStructuredText files and converts document internal links to reStructuredText raw latex hypertargets and hyperlinks. This enables document internal links in PDFs when using Pandoc to compile PDFs from reStructuredText files.
ZelphirKaltstahl/SICP
code of exercises and notes for "Structure and Interpretation of Computer Programs"
ZelphirKaltstahl/xpeg
Experimental PEG library for Elixir