Code Monkey home page Code Monkey logo

Fritz Ammon's Projects

bitwisesieve icon bitwisesieve

A bitwise version of the prime-finding algorithm Sieve of Eratosthenes. The "problem" with the algorithm is its high space complexity. For fun, I improve it a little by using bits for computations.

bulksaveforlater icon bulksaveforlater

A "bulk" (automatic) save-for-later chrome extension for Amazon's shopping cart page

catchgame icon catchgame

A 2D game created in Unity, as part of following one of Unity's public video tutorials, but with modifications/improvements to some algorithms.

catchme icon catchme

and old project where I made a little desktop mini-game where you have to catch a fleeing window lol

clickbot icon clickbot

Records left and right mouse clicks and time in between and plays it back

cubicsplines icon cubicsplines

I wrote a C# class to handle finding the inverse of a special symmetric tridiagonal matrix used for finding the coefficients of 3rd degree piece-wise polynomials that pass through control points to form a smooth curve. I used the method for finding the inversion of a similar matrix at https://en.wikipedia.org/wiki/Tridiagonal_matrix#Inversion.

dancingtroll icon dancingtroll

A C++ Win32 project that demonstrates process termination, Windows hooks to intercept global keyboard presses and mouse events, displaying an animation with transparency (without masks) and frame rate control, CPU sleeping, concurrency for non-blocking code, and handling the main message loop.

deckshufflingproblem icon deckshufflingproblem

C solution to a mathematical problem where you must "count" the number of applications of a complex shuffling algorithm it takes to restore a deck of cards of size N back to its original order. A brute force algorithm results in poor turnaround times for some N, as it can take a an incredible number of applications to restore the order.

digitalrain icon digitalrain

I love The Matrix. I made digital rain in a console using C++.

directsound icon directsound

I use DirectSound and C++ to create a SoundClass that lets me play multiple WAV audio files simultaneously.

dllproject icon dllproject

Just a refresher on creating a DLL using Visual C++.

dynamicfor icon dynamicfor

I implemented a way to dynamically set the number of times to nest a for-loop in C++.

faab icon faab

A game based on Flappy Bird (but quite different from it), created with the Java framework libGDX. I called it Fwee As A Boyd because I was listening to Free As a Bird by The Beatles at the time of naming it.

fartclick icon fartclick

I mean. I used to make a lot of pranks. It farts whenever you click anywhere on screen.

fullyparenthesized icon fullyparenthesized

An old C++ homework assignment for a data structures course that I had fun working on. The objective was to take an algebraic expression and fully parenthesize it. The header file was moved into the cpp file so that it could run in ideone.com.

functionhooking icon functionhooking

Using Microsoft Detours over traditional code cave / function hooking / swizzling techniques.

keygen icon keygen

My first keygen, for educational purposes. A programmer created a program that is meant to be cracked. Win32 GUI programming.

likethemtweets icon likethemtweets

Chrome extension to continuously scroll down a Twitter page and like tweets. Expect a rate cap.

portal2hack icon portal2hack

A hack/trainer for the PC video game Portal 2. Demonstrates C++ and Win32 programming, including multithreading, and external/remote process memory manipulation.

rainbowlines icon rainbowlines

Demonstrating knowledge of the Graphics Device Interface (GDI) on Windows with the back buffer concept to remove flickering. The program enters fullscreen and you can click-n-drag to draw several rainbow lines.

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.