Skip to content
View JpOnline's full-sized avatar

Organizations

@Comp-UFSCar
Block or Report

Block or report JpOnline

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. looset looset Public

    A family of knowledge management tools

    Clojure 18 1

  2. looset-diagram-mvp looset-diagram-mvp Public

    An Minimum Viable Product of Looset Diagram, a graph of call references.

    JavaScript

  3. Blog Blog Public

    Blog posts about Software Development

    4 3

  4. Minesweeper Stats.clj Minesweeper Stats.clj
    1
    (ns ms)
    2
    
                  
    3
    (defn board->pos-map [board]
    4
      (into {} (flatten (map-indexed (fn [i line] (map-indexed (fn [j c] {[i j] c}) line)) board))))
    5
    
                  
  5. site site Public

    Forked from mmistakes/minimal-mistakes

    📐 A flexible two-column Jekyll theme perfect for building personal sites, blogs, and portfolios.

    SCSS

  6. vim vim Public

    Vim Script