Skip to content
View StarKeyJON's full-sized avatar

Sponsoring

@teknium1
Block or Report

Block or report StarKeyJON

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
StarKeyJON/README.md

Hi there 👋

class Attributes(StarKeyJON):
	@staticmethod
	def contact() -> tuple:
	    name     = "J.O.N."
	    discord  = "602a6000f3#4317"
	    telegram = "t.me/blockchainJON"
	    email    = "[email protected]"
	    
	    return name, discord, telegram, email
	
	@staticmethod
	def life() -> tuple:
		langs         = ['English', 'Spanish', 'French']
		nationalities = self.langs.remove('French', 'Spanish', 'English').append('USofA')
		age           = redacted
		
		return langs, nationalities, age
	
	@staticmethod
	def coding() -> tuple:
		langs = {
      			'expert': ['python', 'solidity', 'yul'],
			'advanced':   ['rust', 'typescript/javascript', 'wasm'],
			'intermediate': ['go', 'c', 'c++'],
			'learning': ['c#', 'java', 'cobol', 'r']
		}
		specialities  = ['ML/AI', 'web/app reverse engineering', 'web3', 'software design', 'fullstack']
		env = ['vscode', 'vim', 'text editor']
	        interests = ['cryptography', 'dApps', 'ML/AI', 'communications']
		
		return langs, specialities, env, interests

"If You Put Your Mind To It, You Can Accomplish Anything" - George McFly (Back to the Future)

Popular repositories

  1. BinanceAPI BinanceAPI Public

    A project on websockets and real-time lightweight charts

    Jupyter Notebook 2 2

  2. EthChess EthChess Public

    A web3 chess platform allowing for decentralized wagered chess matches and death-match campaigns.

    JavaScript 2 1

  3. llm-api-docker llm-api-docker Public

    Containerized Python bindings and an API to C/C++ model backend libraries for GPTJ, MPT & LLAMA models

    Python 2

  4. web3_instagram web3_instagram Public

    Instagram inspired photo sharing project using IPFS, and allowing cryptocurrency tips of photos

    JavaScript 1

  5. CryptoPhunksMarketGraph CryptoPhunksMarketGraph Public

    TypeScript 1 3

  6. awesome-crypto-trading-bots awesome-crypto-trading-bots Public

    Forked from botcrypto-io/awesome-crypto-trading-bots

    Awesome crypto trading bots