Sofia Tomov (tyger2020)

tyger2020

Geek Repo

Company:Student / Qardian Labs

Location:Knoxville, TN

Home Page:https://www.linkedin.com/in/sofia-tomov-934562141/

Github PK Tool:Github PK Tool

Sofia Tomov's repositories

HAWC

HAWC - Hybrid Algorithms for Wind-power Computation - uses machine learning to improve the accuracy of wind turbine power output predictions.

Language:MATLABStargazers:4Issues:2Issues:0

Python_Encryption

This Python code takes a plaintext word and uses alphanumeric characters and an alphabet 'wraparound' algorithm to encrypt strings. Letters are given different numerical values corresponding to their position in the alphabet. Based on the range of this number, the program performs certain operations to it. If it is still <= 26, the program codes the original letter to the alphabet index of the new number. If the number is >= 26, the program 'wraps around' the alphabet until the value is <= 26.

Language:PythonStargazers:2Issues:1Issues:0

Arduino_Num_Display

This program causes the number display on an Arduino DUE board to light up and count to 9,999 using only latches and clocks in the DigitalWrite() function..

Language:ArduinoStargazers:0Issues:1Issues:0

AsteroidsGame

This Asteroids game has 3 levels of increasing difficulty. It runs in CodeSkulptor (codeskulptor.org), an online programming environment.

Language:PythonStargazers:0Issues:1Issues:0

Blackjack

This program launches an online card game of Blackjack. It runs in Codeskulptor (online programming environment).

Language:PythonStargazers:0Issues:1Issues:0

C-_Password-Generator

This program randomly generates a string of letters that can be used as a password (NOTE: I do not assure that this is a secure password! I did this as an exercise in coding)

Stargazers:0Issues:1Issues:0

ComputeOperation_Arduino

This program computes the sum, product, dividend, and twos complement of numbers in binary using only bit shifts and masks.

Language:ArduinoStargazers:0Issues:1Issues:0

DecimalConvert

This collection of functions converts a decimal number to binary, octal, and hexidecimal. It performs all operations at the binary level.

Language:ArduinoStargazers:0Issues:1Issues:0

SetMatrixValue

This C++ program manipulates values in a matrix and writes them to a file.

Language:C++Stargazers:0Issues:1Issues:0

GuessTheNumber_Game

The program allows the user to select a range, input a number, and guess a value. The program tells the user to guess higher or lower until the number of guesses have been exhausted.

Language:PythonStargazers:0Issues:1Issues:0

MemoryCardGame

The program runs a basic memory game that allows you to turn over cards by clicking the mouse. If there is a match, the two cards will remain face up. If not, they will flip back over. I run the program in CodeSkulptor.

Language:PythonStargazers:0Issues:1Issues:0

PingPongPython

This allows two players to play Ping Pong on the computer. The program generates a virtual ping pong table with a moving ball, and the players control paddles with the arrow keys. I use CodeSkulptor (online python environment) to run the code.

Language:PythonStargazers:0Issues:1Issues:0

Pixel_Editor

This is a C++ program that can invert pixel intensity values, flip X indices, and flip Y indices based on user input. It uses file streams to process input and display output.

Stargazers:0Issues:1Issues:0

Python_Checker_Computation

When given indices of your checkers and an opponent's checker pieces, this program computes possible jumps and possible captures.

Language:PythonStargazers:0Issues:1Issues:0

theia

Ancient Greek character recognition webapp

Language:JavaScriptStargazers:0Issues:1Issues:0