Skip to content
View fmjrey's full-sized avatar

Block or report fmjrey

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fmjrey/README.md

Welcome to my github profile.

Listed below are some original work and traces of how I like to dig deep when something does not work as expected, demonstrating how I eagerly use and contribute to open source, even if it's just some minor documentation change.

Note: all my work is handwritten.

Most recent work

fmjrey/project: a tool to capture version and license information of clojure projects. This is still in an experimental phase, as there are many aspects to take into account.

seancorfield/deps-new: added support for SPDX license ID in project templates to generate the corresponding license text.

leonoel/missionary: mainly documentation changes to a powerful structured concurrency library with a learning curve.

Older contributions that may be of interest

fmjrey/kinsky-async: a clojure client library for Apache Kafka based on core.async and pyr/kinsky.

fmjrey/cameleon: a utility library that helped me write several CLI tools that can run on both the JVM (for its reach and integration capabilities) and NodeJS (fast startup speed in CI/CD).

fmjrey/combi-tree: library to generate combination trees that, when visited, can generate the same combinations than match.combinatorics (use the latter if a tree isn't required).

Eclipse plugins contributions: I've made a few contributions to various Eclipse plugins such as jgit/egit (git in Java), RMF (requirements engineering), CounterClockwise (Clojure IDE), Groovy Monkey (IDE scripting). Mentioning these for posterity as this is slowly being burried out of anyone's memory, including mine.

Pinned Loading

  1. Groovy-Monkey Groovy-Monkey Public

    Eclipse scritping plugin, clone of the original plugin project on sourceforge

    Java 4 1

  2. cameleon cameleon Public

    Clojure(Script) utility library for file and HTTP io, HTTP mocking, and URI matching.

    Clojure 1

  3. chkodf chkodf Public

    CLI tool to check URLs in ODF documents, with special handling of wikipedia URLs.

    Clojure 1

  4. kinsky-async kinsky-async Public

    A clojure client library for Kafka based on core.async and kinsky

    Clojure 1

  5. invoke invoke Public

    Clojure library to invoke a clojure function in an external process via the clojure CLI and capture its result as clojure data.

    Clojure

  6. project project Public

    Clojure utility library to capture project info in deps.edn.

    Clojure