Skip to content

Instantly share code, notes, and snippets.

View WANGJIEKE's full-sized avatar
🖥️
Coding

Tongjie Wang WANGJIEKE

🖥️
Coding
  • Apple
  • San Diego
  • 04:39 (UTC -07:00)
  • LinkedIn in/tongjiew
View GitHub Profile
@WANGJIEKE
WANGJIEKE / private_fork.md
Created March 9, 2026 01:55 — forked from 0xjac/private_fork.md
Create a private fork of a public repository

The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.

The correct way of creating a private frok by duplicating the repo is documented here.

For this assignment the commands are:

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

git clone --bare git@github.com:usi-systems/easytrace.git

@WANGJIEKE
WANGJIEKE / config-highlight.cfg
Last active June 13, 2019 06:38 — forked from AndBondStyle/config-highlight.cfg
A dark highlighting theme for Python's IDLE IDE based on PyCharm Darcula color scheme
[Darcula]
normal-foreground = #A9B7C6
normal-background = #2B2B2B
definition-foreground = #A9B7C6
definition-background = #2B2B2B
keyword-foreground = #CC7832
keyword-background = #2B2B2B
builtin-foreground = #8888C6
builtin-background = #2B2B2B
string-foreground = #507842