Skip to content

Instantly share code, notes, and snippets.

@pjc0247
Last active October 28, 2018 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjc0247/deb324b224a3c9ad00900c7157d0824a to your computer and use it in GitHub Desktop.
Save pjc0247/deb324b224a3c9ad00900c7157d0824a to your computer and use it in GitHub Desktop.

ParkJunChul

Since my github account has so many repositories, I've made a selected list.
Here's my key projects, some of them doesn't have source code inside because I lost it.
You may ignore them or just guessing with some screenshots or dev docs.

Contact: pjc0247@naver.com

Unity (Non-Game)

Ideas implementation

  • ptask
    • Priority based object scheduler for game engine.
  • FxUnity

Compiler & Low-levels

  • Rookie
    • Dynamic programming language with simple and readable syntax.
  • ILIL
    • My first language implementation
    • Runs on .NET CLR (means output is .exe or .dll)
  • minidity
    • a language for blockchain
  • lookatme
    • .NET obfuscator for Studying purpose.

C#

C++

Blockchain

  • mchain
    • Basic implementation of blockchain which runs SmartContract.
  • IntegratedWallet
    • Multiple exchanges -> one integrated API.
  • BtcPriceWidget
    • Keep watching bitcoin prices while you are working!

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment