GithubHelp home page GithubHelp logo

Daniel Jackson's Projects

dmv-availability-checker icon dmv-availability-checker

Covid is backing up the DMV by a lot. This script just pings my local DMV for availability and messages me if there is a better appointment time

linux-20-setup icon linux-20-setup

Bash Script to setup what I normally need on a new Ubuntu instance

nonbinarybomb icon nonbinarybomb

This is a bomb game used to see how well individuals can work together

optimal-placement-in-square-room icon optimal-placement-in-square-room

This application uses Java concurrency to determine the best combination of individuals in a room. Each individual has an affinity for each other individual in the room. This works off a divide and conquer algorithm (see segmentationMethod() in RoomControl.java) where each thread is given a subsection fo the room to find the best combination for their section. After a set amount of time (or X cycles) the local solutions are compared to find the best solution from that pool. The best solution is then used as a base combination for future threads to find future local solutions. This process repeats and will terminate when a certain threshold is met or, when no noticle increase in affinity can be found.

poptab_original icon poptab_original

Old Poptab project created in Vanilla JavaScript before switching to Angular. I originally made PopTab in JS so I would better appreciated Angular

reddit-xpost-bot icon reddit-xpost-bot

This bot finds posts that have another subreddit mentioned in the title. This bot will then make a post with a clickable link and popular posts from that the linked subreddit. This is useful for mobile users that can not easily get to the subreddit without a link.

snake-game icon snake-game

Classic Snake game hosted on a NodeJS Server and built using Phaser, a JavaScript game framework

website-similarity-comparison icon website-similarity-comparison

This application makes a similiarity comparison between different websites using unique words and their frequencies. There needs to be a source of websites to be compared against and a website URL that the user gives. This application works by grabbing the URL from the user and giving it to a URLReader object. The words from the website are then hashed for their frequencies. The application then makes a comparrision between the given website and the list of website(s) to compare against by calculating the percentage of words that are similiar and their frequency is used as a weight. This process is repeated for each website and the similarity percentage will be displayed. For instance, comparing two links on Java Concurrency may have a similarity percentage of 80% and comparing a Java Concurrency link against an article on mashed potatos may yield a similarity percentage of just 10%. Comparing a link against itself will yield 100% similarity.

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.