Code Monkey home page Code Monkey logo

evanbell123's Projects

achcasetracker icon achcasetracker

Web application for tracking and updating cases which would improve Commerce Bank’s ability to collect outstanding debts.

concurrent-quicksort icon concurrent-quicksort

For your final project, you will carry out timing studies to demonstrate the effects of concurrent execution as a way of enhancing performance. Write a program in Clojure that will read a binary file containing unsigned integers (which will be provided later). Your program will read in a large collection of integers and put them into a list. Using code in your program (i.e. NOT calling a library routine), sort the integers into order, using either the quicksort or mergesort algorithm. For the first pass, carry this out in a single-threaded program. Then, using Clojure's parallelism options, repeat the sort of the original list, using 2, 4, 8, 16, and 32 threads. Repeat all sorts 5 times on the same hardware and report the average times. Plot the completion time as a function of the number of threads, and produce a short (1-2 page) document summarizing and explaining your results. Submit your Clojure code and summary document. UPDATE: The input file is text, not binary; 1 unsigned integer per line.

coursemanager icon coursemanager

Keep track of the courses offered by each department. Add, edit, and delete courses with input validation.

cropper icon cropper

A simple jQuery image cropping plugin.

csv-js icon csv-js

A Comma-Separated Values parser for JavaScript. Standards-based, stand alone, and no regular expressions.

curbsidesecret icon curbsidesecret

Traverse n-ary tree using DFS, and build the secret message along the way. Run using NetBeans.

dcevm icon dcevm

Dynamic Code Evolution VM for Java 7/8

jenkins-course icon jenkins-course

This is the repository with all the resources for the Jenkins training on Udemy

linkedlistsort icon linkedlistsort

Sort a linked list. This is has unit testing. Run with NetBeans.

modern-php icon modern-php

Companion code repository for Modern PHP by Josh Lockhart

optimalbinarysearchtrees icon optimalbinarysearchtrees

Given a list of frequencies, generate a binary search search tree such that the average cost for a FIND operation is optimal. Give the worst case, best case, average case and standard deviation for a FIND operation on the generated tree.

phpauth icon phpauth

PHPAuth is a secure PHP Authentication class that easily integrates into any site.

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.