Skip to content
View jacmkno's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report jacmkno

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. 3D-CSS-Tiles 3D-CSS-Tiles Public

    Created with CodeSandbox

    JavaScript

  2. cardpairs cardpairs Public

    A card matching game. Toddler friendly.

    JavaScript

  3. Drupal-8-Demo-Modules Drupal-8-Demo-Modules Public

    A couple of example drupal 8 modules to demonstrate theming, forms, rest, and schemas

    PHP

  4. spaCy-entity-linker spaCy-entity-linker Public

    Forked from egerber/spaCy-entity-linker

    spaCy module for linking text to Wikidata items

    Python

  5. wick-editor wick-editor Public

    Forked from Wicklets/wick-editor

    A free and open-source tool for creating games, animations and everything in-between!

    JavaScript

  6. Promises in PHP with Asyncronous Bas... Promises in PHP with Asyncronous Bash Execution
    1
    <?php
    2
    namespace Promises;
    3
    
                  
    4
    class BashPromise extends Promise {
    5
        public $outputTmpFile;