Giter Site home page Giter Site logo

Brent Lee's Projects

airbnb-new-bookings icon airbnb-new-bookings

Where will a new guest book their first travel experience? This is a Kaggle competition.

arm_assembly_emulator_in_c icon arm_assembly_emulator_in_c

This C program executes ARM machine code by emulating the register state of an ARM CPU and emulating the execution of ARM instructions. *****Basically its a C program that imitates the actions of a CPU by breaking down each line of ARM assembly code into bit form, and performing the necessary 'CPU' actions to execute the program :)

dijkstra_binomial_queue icon dijkstra_binomial_queue

Receives file as list of cities and distance between these cities. Creates an Adjacency List, graph, then creates a Binomial Queue and uses Dijkstra's Algorithm to continually remove shortest distance between cities. SEE README

imagedisplay icon imagedisplay

React, TypeScript - load dictionary as text to search and display images listed in dictionary

numberconverter_p1 icon numberconverter_p1

Converts ANY 32 bit value in any representation (binary, hexadecimal, unsigned decimal, signed decimal) to any of other representation. Also you can convert a certain bit width of the 32 bit word, and/or the range of the bit word. SEE README

persistent_binarysearchtree_-_persistent_stack icon persistent_binarysearchtree_-_persistent_stack

Created a persistent binary search tree (PBST) and persistent stack. When adding a new element will create a new stack or PBST with the new element and connect the new PBST or stack to the previous PBST or stack. ***Please see README***

searchengine icon searchengine

Java - Recursively parses files or web pages to store a mapping of where words were found within files/pages while adhering to Java 8 standards. Designed with: threads with work queue, IO exceptions, Trees, Sets, Maps, Lists, Logging, and http protocol

sound_list icon sound_list

A rectangular shaped linked-list data structure that stores and manipulates sound clips (add echo effect, clip samples, splice samples, etc). Sounds are stored as a linked list of samples (x axis), where each sample is a linked list of the sampled values for each channel (y axis). ***See README for image of linked list***

virtualmemorymanager icon virtualmemorymanager

Translates logical address to physical address for a virtual address space of 2^16 (65,536) bytes.

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.