Giter Site home page Giter Site logo

hzaakk's Projects

ansiblesetupplaybook icon ansiblesetupplaybook

This Ansible playbook sets up personal configuration and environments on multiple Linux hosts.

codegolfsubmissions icon codegolfsubmissions

Code golf is a competition where you write the shortest code possible to a problem. Here are some of my submissions for it.

connect4 icon connect4

Connect 4, a 2 player board game, written in Python. May implement AI in the future.

covidvis icon covidvis

Some visualizations and curve fitting on the spread of COVID-19 using matplotlib and seaborn.

dijkstrasshortestpath icon dijkstrasshortestpath

An implementation of the Dijkstra's algorithm in Python to determine the shortest path between 2 nodes in a graph. It can also take an image as input, where it treats bright parts as traversible paths, and dark parts as obstructions. As an example, you can provide a maze image and the algorithm will solve it.

discordmoderationgraphs icon discordmoderationgraphs

This Python program helps understand moderation trends in an online chatroom. It charts out the actions of moderators over a given time period, such as banning, muting, kicking, etc. Plots are made using the matplotlib library and examples are shown in the moderators.ipynb and actions.ipynb file.

doublependulumsim icon doublependulumsim

A double pendulum simulation implemented in Python. It uses OpenCV for rendering. The size of a circle in the middle of a bob (weighted end of a pendulum) indicates it's angular velocity. Math implementation adapted from Daniel Shiffman on Youtube (https://www.youtube.com/watch?v=uWzPe_S-RVE)

facegenkerasvae icon facegenkerasvae

This program generates realistic human faces using a neural network architecture known as a variational autoencoder. Written using the Keras API in the Tensorflow library. Weights are included.

flappybirdai icon flappybirdai

The Flappy Bird game implemented using the pygame library in Python. Also implemented is an option to have an AI learn to play it using the NEAT algorithm.

gravityvis icon gravityvis

Idea from https://github.com/DDunda/Field-generator (code wasn't looked at)

imagecollage icon imagecollage

Given an image and a folder full of other images. It generates the first image made out of a grid consisting of a collage of images from the folder.

imagetoascii icon imagetoascii

Given an input image, it makes a text file that, when viewed in it's entirety, looks like the given image. The text file is opened in notepad. Make sure to use a monospace font; I used DejaVu Sans Mono.

k8sjupytermultiarch icon k8sjupytermultiarch

Dynamic provisioning of Jupyter Lab containers for a multi-architecture (x86 and ARM) Kubernetes cluster. Users choose the architecture to run on.

mandelbrotzoom icon mandelbrotzoom

This program uses the OpenCV library in C++ to render the Mandelbrot set (https://en.wikipedia.org/wiki/Mandelbrot_set). It supports zooming in as far as the 'long double' datatype can handle. Every time you zoom in, an image is saved in a folder.

manimfourierseriesvis icon manimfourierseriesvis

A complex Fourier series implemented in Python to trace whatever you draw with your mouse. It uses the Manim library to render. Inspired by https://www.youtube.com/watch?v=r6sGWTCMz2k (no code was copied or even looked at)

mspaintdrawer icon mspaintdrawer

Given an image or text string, this application will take control of the mouse to draw the input in a drawing application like MSPaint.

rainbowsixplots icon rainbowsixplots

Analysis of pro-player mouse sensitivities in the videogame 'Rainbow Six Siege' using matplotlib & seaborn for graphs and data from http://www.r6prosettings.net/.

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.