GitXplorerGitXplorer
g

grimmer0125

210 repositories
74 followers
Remote. Taipei, Taiwan

Repositories

Select a repository to view its commits, contributors, and more.
public

alphago-zero-tictactoe-js

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)

JavaScript
39
6
4
Updated 6 months ago
public

numjs

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.

TypeScript
22
2
2
Updated a month ago
public

embedded-pydicom-react-viewer

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

Python
21
2
0
Updated a year ago
public

d4c-queue

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.

TypeScript
17
0
0
Updated 8 months ago
public

search-github-starred

Full-Text Search the readme, description, homepage and URL of your GitHub starred repository. Use GitHub OAuth 2, React, Redux, Golang (server side), Elasticsearch, Redis.

Go
16
1
5
Updated 9 months ago
public

p2pMessenger

This demo project uses a WebSocket signal server to exchange the IP information of every pair of iOS clients and constructs a P2P STUN channel to exchange text messages. STUN is a part of WebRTC.

C
15
2
7
Updated 5 months ago
public

svnX

Clone from svnX 1.3.4 on google code, add Xcode 6 build support & "svn up --ignore-externals" function, drop ppc/10.5 support.

Objective-C
11
8
0
Updated 3 years ago
public

vscode-back-forward-button

over 17000 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

TypeScript
11
3
4
Updated 7 months ago
public

express-mongo-rest-k8s-sample

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.

JavaScript
9
3
0
Updated a year ago
public

dicom-web-viewer

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

TypeScript
7
3
19
Updated 7 months ago
public

algorithms-vscode

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

Python
6
0
0
Updated 2 years ago
public

electron-face-finder

Use a image including a face to find out the other images including similar faces. Stack: Docker, Electron (Desktop Application), Python Websocket Server (git submodule) + Face recognition Trained NN (neural network) Model.

HTML
6
1
1
Updated 3 years ago