There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Bootstrap enables you to simplify scala scripts by adding #include support in your scripts. http://www.crosson.org/2012/01/simplifying-scala-scripts-adding.html How does it work : The principle is to override scala standard script startup mechanism by introducing an additionnal step which consist to expand the script with all includes it contains, and then gives to scala the new script resulting of expansion process. test.scala becomes test.pscala which will generate the savedcompile file test.pscala.jar. No recompilation will be required as soon as no change occured on test.scala or bootstrap.jar file. You should also notice that the script is started using 'exec java -jar "$DIRNAME"/bootstrap.jar "$0" "$@"' and not 'exec scala ...' because bootstrap is an assembly jar which contains everything to run and compile scala scripts, and even more if you want, as it can include any third parties you may need, just add library dependencies ! So you only need one file, bootstrap.jar, to run any scala scripts, nothing to install, just one file to upload.
jassh
High level scala SSH API for easy and fast operations on remote servers.code-examples-manager
Software tool to manage your notes, scripts, code examples, configs,... to publish them as gists or snippetszio-lmdb
Lightning Memory Database (LMDB) for scala ZIOjajmx
scala JMX APIsotohp
Photos managementscala-drools-dummy-project
Minimalist scala drools projectcoursier-launcher
coursier docker container for efficient application or service download and startupzwords
A wordle game for communitiesjaseries
scala API for time numerical series operations.primes
Playing with primes using scala language. Draw Ulam spiral, ...zio-worksheet
Simplified ZIO user experience in REPL, worksheet or script contextsthe-weakest-link
custom-collection
Custom scala collection examplesscala-dummy-project
scala dummy project with standalone executable jardrools-scripting
Drools made easy to use for scripting or testing purposescodingame-with-scalakit-example
codingame scalakit example using git submodule to reference the scalakitsimple-plugin-architecture
Scala simple plugin architecture (with plugin automatic compilation if required)exproxy
a 2005 personal project...cntlm
dockerized cntlmprimes-scalatra-app
naturalsort
scala naturalsort algorithmweb-echo
A websocket/webhook JSON data recorder with APIakka-sandbox
temporary project to test and learn AKKA 2advent-of-code-2023
bullyboy
sha1 brute force attackthe-rules-for-good-code-examples
Several rules to write the best possible source code examplesdata-recorder
advent-of-code-2020
jenkins-phantomjs-slave
jenkins slave with phantomjs 1.9 docker imagedock-primesui
jenkins
Jenkins docker imageLove Open Source and this site? Check out how you can help us