The 1.1.0 release of nlp (londogard-nlp-toolkit) by londogard is finally here!
9 posts tagged with "jvm"
View All TagsSeam Carving (Presentation & Workshop)
This is from a presentation I did last week (12th of May 2021). Notebook just under the slides!
Please note that this requires the Kotlin kernel to run as it's Kotlin and not Python.
When to use what - RegExp, String Replace & Character Replace (JVM/Kotlin)
Sometimes it's hard to know what to use, and why to use it even.
TIL: GitPod - your editor in the cloud
TIL: SDKMan - The Software Development Kit Manager
I've decided to not only write blogs but also small snippets, here comes the first one.
TIL: 'The Badass Runtime Plugin', jpackage & jlink - create a 'native' installable executable from your JVM-app that isn't huge
JPackage is a way to package a modern JVM-program as a installable binary, in a small format.
TIL: fastutil - fast & compact type-speciic collections for JVM (no autobox!)
fastutil extends the Java⹠Collections Framework by providing type-specific maps, sets, lists and queues with a small memory footprint and fast access and insertion
SQL - Different Abstraction Levels (& how I came to love SQLDelight)
In this blog I'll cover a few different abstraction levels of database access, focusing purely on SQL and not NoSQL / Reddis or anything like that. The purpose is to share the knowledge that there exist these types of abstractions and they do exist in all or at least most of the popular languages.
Gradle, JVM and GitHub Packages
Initial comment this is mainly done as a reminder to myself.
So about 6 months ago GitHub launched a new exciting service; GitHub Package Registry. This service lets you as a GitHub-user upload your Open Source code for free on GitHubs registry supporting a wide array of languagues and build systems - JavaScript (npm), Java/JVM-languages (Maven/Gradle), Ruby (RubyGems), .NET (NuGet), and Docker images. Perhaps more have been added since I last verified.