Skip to content
View DarianXBT's full-sized avatar
🚩
in school
🚩
in school

Organizations

@yugonity
Block or Report

Block or report DarianXBT

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

class Attributes(Darian):
	@staticmethod
	def channels() -> tuple:
            discord  = "coming soon"
	    telegram = "coming soon"

            return discord, telegram

	@staticmethod
	def contact() -> tuple:
	    discord  = "darianxbt"
	    telegram = "darianxbt"
	    email    = "atm private"
	    website = "private"
	    
	    return discord, telegram
	
	@staticmethod
	def life() -> tuple:
		langs         = ['German', 'English', 'Spanish', 'Yugoslavian']
		age           = 17
		
		return langs, age
	
	@staticmethod
	def coding() -> tuple:
		langs = {
			'expert':   ['java'],
			'intermediate': ['python', 'js'],
			'learning': ['c', 'c++', 'c#']
		}
		specialities  = ['web/app reverse engineering', 'fullstack']
		environnement = ['vscode']
		
		return langs, specialities, environnement

Skills

Pinned

  1. IRremote IRremote Public

    Working example for IRremote with arduino.

    C++

  2. ultrasonic ultrasonic Public

    code of ultrasonic sonic sensor data for arduino

    C++