Arib Dhuka (atxarib99)

atxarib99

Geek Repo

Location:Austin, TX

Github PK Tool:Github PK Tool


Organizations
DallasFormulaRacing

Arib Dhuka's repositories

Hydra7161

Code for 7161 Typhoon

Language:JavaStargazers:4Issues:0Issues:0

ALUVerilog

An Arithmetic Logic Unit developed in Verilog.

Language:VerilogStargazers:2Issues:0Issues:0

GrandExchangeMonitor

An application that can monitor Grand Exchange prices for items in RuneScape. Built in flutter for cross platform between web, Android, and iOS

Language:DartLicense:GPL-3.0Stargazers:1Issues:0Issues:0

AddBorder

A simple tool that allows users to add a border to an image from the command line.

Language:PythonLicense:GPL-3.0Stargazers:0Issues:0Issues:0

ApplicationAliaser

This simple bash script goes through the application aliaser and creates an alias for each application that exists. The alias will be all lowercase and no spaces.

Language:ShellLicense:GPL-3.0Stargazers:0Issues:0Issues:0

CategoricalHashTable

This class takes objects and puts them into a hashtable that organizes data into categories. Each class will provide a way to categorize the element. This category is used to calculate which index the item will go on. On collision: If the object we are trying to put has the same category as the value we collided with, separate chain it to that index. If the categories do not match, linearly probe until we find an empty spot or the category index we are supposed to be at. The purpose is to help datasets that have large element counts for few categories. It allows direct access to elements of a category instead of having to iterate through every element and pick out the elements with the desired property. The only excess travel it needs to do to get a list of all the elements of a certain category is navigate the array if the category was placed at a different index than its hash due to collisions. Simply, in worst case it only needs to navigate all of the categories instead of all the elements.A class that implements the CategoricalHashTableInterface. This interface makes the class have a method available that provides this class with what value to categorize this class with, also a toString for prettier outputs

Language:JavaLicense:GPL-3.0Stargazers:0Issues:0Issues:0

kNN

This repository setups up a basic dry kNN (k-Nearest Neighbor). The idea is to have a structure where training data can quickly be loaded into predictions can be made.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

SVMWithSlack

An generic SVM solver that allows the user to input data from a file or from their own modeling class.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

titanic

This project shares my experience and learning while competiting in Kaggle's titanic machine learning competitions.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

BlackjackAI

An AI agent that will play blackjack. A comparison of learning mechanisms probably.

Language:PythonStargazers:0Issues:0Issues:0

CS4389Project

Enkryptor is a project we chose to do for our data and application security class. It allows the user to encrypt and decrypt files through differnet encryption methods. Also allows for safe storage of user's passwords by saving them encrypted which can then be decrypted for use. Files can be encrypted and sent to friends through asymmetric encryption algorithms.

Language:JavaStargazers:0Issues:0Issues:0

DataAnalyzerToGo

Mobile and web applications with reduced functionalities to allow for quick consumption of data.

Language:DartStargazers:0Issues:0Issues:0

FinanceManager

FinanceManager is a simplistic application that handles how much money you spend each month and shows the data through user friendly data and graphs (thanks to an API)!

Language:JavaStargazers:0Issues:0Issues:0

fps-doubler

Implementation and analysis of ML techniques such as Convolutional LSTMs vs simple interpolation for doubling fps for provided video

Language:PythonStargazers:0Issues:0Issues:0

FTCScoring

This application allows FTC scouting members efficentley and effectivley scout matches! It is curently designed for RES-Q

Language:JavaStargazers:0Issues:0Issues:0

guiltyspark

GuiltySpark is a codebase that monitors, logs, then allows viewing of any numerical data. Named after our favorite monitor.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

IsmailiUSA

IsmailiUSA app in native android

Language:JavaStargazers:0Issues:0Issues:0

jfreechart

A 2D chart library for Java applications (JavaFX, Swing or server-side).

License:LGPL-2.1Stargazers:0Issues:0Issues:0

LogParser

Converts .txt files from the car to .csv files to be read by the DataAnalyzer

Language:JavaStargazers:0Issues:0Issues:0

MathMountain

Math Mountain is an application in development for iQuest which helps young children competitivley learn important math skills. These simple math problems which increase in difficulty help students grasp a good foundation for quick math skills.

Language:JavaLicense:GPL-3.0Stargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

NFoldCrossValidation

A library that allows users to easily generate NFoldCrossValidation sets.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

Power

GPS and Accelerometer Logging App

Language:JavaLicense:GPL-3.0Stargazers:0Issues:0Issues:0

SEM_Bingo

A very simple HTML page that allows users to play bingo during our SEM races

Language:HTMLStargazers:0Issues:0Issues:0

sierpinski

The Sierpinksi Triangle makes a cool shape when you follow its steps. What happens with other shapes?

Language:PythonLicense:GPL-3.0Stargazers:0Issues:0Issues:0

sl

SL(1): Cure your bad habit of mistyping

License:NOASSERTIONStargazers:0Issues:0Issues:0

stonks

its just a project where i figure out how to build RNNs for time series data. stocks in this example

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

TestingLibs

Testing JFreeChart's library

Language:JavaStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

WhereWasI

A tool that helps developers easily keep track of their current projects in a very simple manner without having to go to each project manually and read git logs.

Language:PythonLicense:GPL-3.0Stargazers:0Issues:0Issues:0