An open API service indexing awesome lists of open source software.

https://github.com/lotuc/utilities

Utility library. Collecting useful utilities & code snippets for personal usage.
https://github.com/lotuc/utilities

clojure example quartz-scheduler ring utility

Last synced: 18 days ago
JSON representation

Utility library. Collecting useful utilities & code snippets for personal usage.

Awesome Lists containing this project

README

          

# Utilities

- [Ring Web](./ring-web/README.md)
- [Usage & Examples](./fiddle/src/fiddle/ring_web)
-

- [IoC Macros](./ioc-macros/README.md)
- [Usage & Examples](./fiddle/src/fiddle/ioc_macros)

- [Quartz utilities](./quartz-util/README.md)
- [Usage & Examples](./fiddle/src/fiddle/quartz)
-

# try

The root project is provided as the development project which now default
includes all source paths of the sub-projects and the fiddle directory contains
the examples & sources for tweaking with those sub-projects.

Start Clojure repl with `clj` or jack-in with your editor plugin. Start
ClojureScript with `npm run dev` and connect to nREPL with your editor plugin.