mliebelt
Old developer, with some experience in Java, Smalltalk, Ruby, Python and lately Javascript and TypeScript.
Germany
Pinned Repositories
jquery-autocomplete-inner
Shows in an example how to use autocomplete of JQuery inside a textarea, so that the word before the cursor will used for the lookup.
pgn-parser
Javascript library to allow reading of a PGN (Portable Game Notation) chess game notation, and providing the result as JSON.
pgn-spec-commented
Collects information about pgn (portable game notation), and explains typical usage of it.
pgn-tools
Collection of useful functions / commands that combine different functions from pgn-parser, pgn-reader, pgn-writer.
pgn-viewer
Simple PGN viewer with the necessary features to display chess games
pgn-writer
Provides base functionality (implemented in Javascript) to write PGN to a string. The input is the one produced by pgn-parser, and used as well by pgn-reader.
PgnViewerJS-WP
Integration of PgnViewerJS into WordPress
rails-generator-scaffold_hmt
Provides a rails 3.1.x generator that allows to scaffold has_many :through relations.
schach-selbsttraining
Publikation zum Training im Herbst 2023 über Online Training im Schach
schachtraining-lichess-discord
Vorbereitung des Workshops zu "Online Training mit Lichess und Discord", der im Rahmen des Schachverbands Württemberg im Juni 2022 angeboten werden wird.
mliebelt's Repositories
mliebelt/pgn-viewer
Simple PGN viewer with the necessary features to display chess games
mliebelt/pgn-parser
Javascript library to allow reading of a PGN (Portable Game Notation) chess game notation, and providing the result as JSON.
mliebelt/pgn-spec-commented
Collects information about pgn (portable game notation), and explains typical usage of it.
mliebelt/pgn-writer
Provides base functionality (implemented in Javascript) to write PGN to a string. The input is the one produced by pgn-parser, and used as well by pgn-reader.
mliebelt/pgn-tools
Collection of useful functions / commands that combine different functions from pgn-parser, pgn-reader, pgn-writer.
mliebelt/PgnViewerJS-WP
Integration of PgnViewerJS into WordPress
mliebelt/schach-selbsttraining
Publikation zum Training im Herbst 2023 über Online Training im Schach
mliebelt/chessops
Chess and chess variant rules and operations in TypeScript
mliebelt/mliebelts-blog
Atempt to blog from a special repository
mliebelt/pgn-reader
Reader for PGN files, to read and play through the games without a viewer.
mliebelt/py-chess
Library with some python code to script interesting things.
mliebelt/schachtraining-lichess-discord
Vorbereitung des Workshops zu "Online Training mit Lichess und Discord", der im Rahmen des Schachverbands Württemberg im Juni 2022 angeboten werden wird.
mliebelt/use-different-module-types
Playground to build a build process that allows different modules and usages of those modules.
mliebelt/api
Lichess API documentation and examples
mliebelt/chess.js
A Javascript chess library for chess move generation/validation, piece placement/movement, and check/checkmate/draw detection
mliebelt/chessground
Mobile/Web chess UI for lichess.org
mliebelt/chessnotes
mliebelt/ChessTempoViewer
Integration of the ChessTempo PGN viewer into WordPress.
mliebelt/DevSecOps-MaturityModel
mliebelt/example-webpack-dynamic-resources
Provides examples how to use dynamic resources in a webpacked library
mliebelt/JIRA-Development-Cookbook-Third-Edition
JIRA Development Cookbook Third Edition Published by Packt
mliebelt/jrsn-development
Spiel-Repository für den Beruf des Informatikers
mliebelt/md_emoji
Rails gem which adds emoji parsing to markdown
mliebelt/mliebelt.github.io
Test site for using pages on GitHub
mliebelt/mliebelts-blog-11ty
Spike (and if successful final solution) to implement the blog on the basis of 11ty.
mliebelt/peggy-intellij-plugin
Provides an IntelliJ plugin that allows to open Peggy grammar files and have some support for it.
mliebelt/pgn-types
Provide the (type) language for all the `pgn-*` packages I am developing.
mliebelt/pgn-viewer-examples
Provide some bigger examples how to use, customize and configure the pgn-viewer for different use cases.
mliebelt/programming-excercises
57 Programming Excercises
mliebelt/stockfish-playground
Try out different stockfish versions, and describe exactly what the pre-requisits are to use those versions.