Problem I need some kind of thin wrapper object to mark dictionary keys, like: d = { Required(‘name’): str, Optional(‘age’): […]
Tag: wrapper
Wrapper class for the shell “dir” utility
Problem I was inspired to throw this class together by an SO question and thought I’d subject it to some […]
`ls` indicates when directory is empty/full of dotfiles
Problem I want ls to print a message when run on an empty or full of dotfiles directory. Instead of: […]
Wrapper for LeagueAPI in Node.js
Problem Full code is here: https://github.com/LionelBergen/LeagueReddit I’m creating a wrapper for the LeagueAPI in Node.js. This includes methods to call […]
Shell script wrapper for Docker build and run
Problem I have written a simple wrapper for docker build and docker run that allows me to build and run […]
FutureTaskWrapper for Java
Problem I did not like that get synchronizes every time I call it – because I may be calling it […]
Wrapper around default shared preferences in Android
Problem Retrieving an instance of (Default) SharedPreferences and then calling the six methods that may be called to put/get a […]
Wrapper around default shared preferences in Android
Problem Retrieving an instance of (Default) SharedPreferences and then calling the six methods that may be called to put/get a […]
Wrapper for LeagueAPI in Node.js
Problem Full code is here: https://github.com/LionelBergen/LeagueReddit I’m creating a wrapper for the LeagueAPI in Node.js. This includes methods to call […]
Xbox controller wrapper
Problem I spent far too much time trying to simply get data from an Xbox controller with Python. This is […]
- 1
- 2