Skip to content
View jgoldfar's full-sized avatar
Block or Report

Block or report jgoldfar

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. Hypre.jl Hypre.jl Public

    Julia wrapper for the Hypre (https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods) linear solver library

    Julia 6 2

  2. alpine-sbcl alpine-sbcl Public

    Bootstrap build for SBCL in Alpine Linux, since it's not available for older Alpine versions

    2

  3. Python Hash Table Python Hash Table
    1
    class HashTable:
    2
        """Create a hash map backed by a Python list"""
    3
        store = []
    4
        number_elements = 0
    5
    
                  
  4. MetaRowEchelon.jl MetaRowEchelon.jl Public

    Using Lispy metaprogramming for reduction of linear systems to row-echelon form at compilation-time

    Julia

  5. DesertFrogSolutions/AcronymApiDemo DesertFrogSolutions/AcronymApiDemo Public

    Demo for an NodeJS API backed by PostgreSQL, orchestrated with Docker Compose, and validated with Supertest & Mocha

    JavaScript

  6. jgoldfar.github.io jgoldfar.github.io Public

    Home on the web for jgoldfar, generated by Hugo (https://gohugo.io/)

    CSS