grimmer0125

grimmer0125

👤 Developer

9 repositories on SrcLog

View on GitHub
9 Repos
131 Stars
21 Forks
131 Watchers

Repositories (9)

alphago-zero-tictactoe-js grimmer0125/alphago-zero-tictactoe-js JavaScript

A game framework based on AlphaZero/TensorFlow.js runs in browser to demonstrate tic-tac-toe AI game. Use a pre-trained model or train from scratch. Ported from suragnair/alpha-zero-general (Python)

36
numjs grimmerk/numjs TypeScript

Like NumPy, in JavaScript. It's a modification of the numjs project. Improvement: TypeScript/ES6/Documentation, etc. Published a new npm package, @d4c/numjs, used by alphago-zero-tictactoe-js.

23
embedded-pydicom-react-viewer grimmer0125/embedded-pydicom-react-viewer Python

Medical DICOM file P10 Viewer/Chrome Extension + Python Code In Browser (-Pyodide-> WebAssembly) + Pydicom parser + TypeScript React App (CRA). Use d4c-queue npm lib.

20
d4c-queue grimmerk/d4c-queue TypeScript

Execute tasks sequentially or concurrently. Wrap an async/promise-returning/sync function as a queue-ready async function for easy reusing. Support passing arguments/getting return value, decorators. below is an introduction to v1.6.

17
vscode-back-forward-button grimmerk/vscode-back-forward-button TypeScript

over 60,000 installs !! Put these buttons on status bar, just like Atom Nuclide IDE package. Install: https://marketplace.visualstudio.com/items?itemName=grimmer.vscode-back-forward-button

12
express-mongo-rest-k8s-sample grimmer0125/express-mongo-rest-k8s-sample JavaScript

It is deployed to Google Kubernetes Engine, ver. 1.9.7-gke.6, as well as minikube v0.28.2 (with local K8s cluster v1.10.0). 1. Web (API) server: setup Load balance for it (2 K8s pods), local dev url: http://localhost:3000, deployed port in K8s yaml: 80. 2. MongoDB: No usage of sharding or replica sets for it, only a standalone K8s pod.

10
algorithms-vscode grimmerk/algorithms-vscode Python

All are written in Python 3. Some also have Go, JavaScript (Node.js), C#, C++ versions. Include test cases. To be convenient, often not follow Python pep8 snake coding style. IDE: VS Code & Atom. Include data structures, LeetCode problems. Convenient debugging by VSCode Setting

6
dicom-web-viewer grimmer0125/dicom-web-viewer TypeScript

This Chrome extension / Web views online or local medical DICOM P10 images. Features and Notes are in wiki.

5
slatejs-exp grimmer0125/slatejs-exp JavaScript

An experimental repo to use socket.io to sync & show other people's cursors (carets) when collaborating to edit the same content by slatejs editor. A part of the code is modified from https://github.com/ianstormtaylor/slate/tree/master/examples. The cursor indicator shows every client's socket.io sessionID. Some candidates: prosemirror, yjs

2