Coder Social home page Coder Social logo

Hi! I'm George šŸ‘Øā€šŸ’»

Linkedin Badge Portfolio Badge

I'm a computer science student with a huge genuine passion for software development and more than that. As someone with a true love for tech, I continuously push myself to learn more about programming and explore many other aspects of the tech field. My biggest fascination is artifical intelligence, which I hope to specialize in in the future.

  • šŸ˜„ Pronouns: he/him
  • šŸ”­ Iā€™m currently looking for Summer 2024 internships in Software Engineering, Machine Learning, or Data Science.
  • šŸ“« Reach me at [email protected] or my website georged.me
  • šŸ—£ļø I am fluent in English and Arabic (speaking, reading, and writing), and I'm currently learning French at a novice level.
  • āš” Fun fact: I grew up in Saudi Arabia and have moved 3 times.

George Doujaiji's Projects

artist-recommendations icon artist-recommendations

Given some artists, it will grab each artist's top 3 songs and 3 random songs, and then creates a playlist out of the pulled songs.

data-handler icon data-handler

Data-Handler is a basic library that I made as a personal tool to use in my other projects to simplify handling huge data files. If you were to open a large CSV file (e.g. 100,000+ rows) and save it to a JSON file, your program would take quite a while, but even worse your data could easily end up being so big that you wouldnt be able to open the JSON file. This is where Data-Handler comes in. The other day I was attempting to convert a CSV file into a JSON file to be able to easily search through the data and mess around with it. I kept getting an unresolvable error, and it turned out that my JSON file was so big that my program was not able to open it. My file had 2,431,727 rows!! Almost 2.5 million, which is where Data-Handler came in. Instead of just importing the data and dumping it into a JSON file, Data-Handler parses every row of raw data and once it reaches a certain limit, it seals that processed data as a "chunk" and moves on. This way you end up with all of your data separated into smaller chunks, all contained in a pack of chunks. Now that your data is contained in separate chunks, you can easily dump each chunk into a JSON file. Data-Handler also implements fail safes and checks to make the data handling even easier by eliminating the need to check for conflicts, e.g. checking for existing files when dumping the data to avoid overwriting data. Data-Handler puts all of this great functionality into one easy-to-use library and does all the messy work for you.

g-vault icon g-vault

G-Vault is a simple and safe offline password manager with a command-line interface that saves sensitive information as "data objects" to JSON files. These data objects can contain: passwords, account info, payment methods (like credit cards, debit cards, etc.), email accounts, and more.

insomniac icon insomniac

Insomniac is a Discord bot that's been in the works for over 2.5 years! This bot wasn't made with the intention of publishing it, it's just a project that allows me to work with and master the very fun-to-use Discord API. The Bot has many many random commands, spread across many cogs. The main bot program is very thoroughly developed and ensures that every edge case is covered. Feel free to fork this repository at your own leisure whether you want to just look around the repo or even use as the foundation for your own bot! In the (hopefully) near future, I would like to try running this bot on a Linux server off of a Raspberry Pi.

lab-logger icon lab-logger

Lab-Logger is a GUI program that can be used to take measurements with time to make taking lab measurements easier. The way the program works is by displaying a stopwatch timer, entry box, and a few buttons: start, pause, reset, log, graph, and export.

linearregression-from-scratch icon linearregression-from-scratch

This project consists of a comprehensive Jupyter Notebook where I've implemented a Linear Regression model entirely from scratch to predict taxi fares in New York City.

lineup-scraper icon lineup-scraper

Lineup Scraper is a Python and Selenium-based web scraper for music festival websites. It extracts artist information and is currently configured for the Florida Groves lineup, but is easily adaptable to support other festival websites.

meal-matchup icon meal-matchup

Meal Matchup is a simple program that makes ordering fast food easier by matching up as many individual items into meals, making it easier and cheaper to make big orders with friends.

minesweeper-solver icon minesweeper-solver

Minesweeper bot that emulates human gameplay and can solve 100% of deterministically solvable boards.

pathfinding-visualizer icon pathfinding-visualizer

A simple interactive program to visualize common pathfinding algorithms such as breadth first search and depth first search. You can place the start, target, and barrier nodes.

playlist-mixer icon playlist-mixer

Given some playlists, a new playlist is made combining equal percentages of each playlist (or custom percentages).

point-grouper icon point-grouper

Point Grouper is a simple python project that can take a list of points on a graph, average them into one point, and then graph all the regular points in black and the average point in red. Point Grouper doesn't have a GUI or input method so it's more of a programming tool to be used with other projects.

route-snake icon route-snake

Route-Snake is a simple program that leverages the Google Maps API to make a more functional route time estimator/planner. On Google Maps you can find out when to leave to arrive somewhere at a certain time, but that functionality is gone when you string places together. This is what I aim to solve with Route-Snake.

shapeclassifiernet icon shapeclassifiernet

Convolutional Neural Network that can identify drawings of basic shape (e.g. squares, triangles, circles, etc.).

spotify-quicksave icon spotify-quicksave

The Raspberry Pi-powered Python app that enhances your music listening experience by enabling you to save songs with a quick button press, minimizing interruption to your workflow.

spotifytrees icon spotifytrees

SpotifyTrees is a tool written in Python that leverages the Spotfiy API to help people with huge intricate Spotify libraries manage their playlist genre trees.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.