Giter VIP home page Giter VIP logo

Carl Mills's Projects

cv-website icon cv-website

The code for my CV website. I'm creating a repository to document the ongoing progression of the site and to familiarise myself with Github.

js-drumkit icon js-drumkit

A Vanilla JS Drumkit Application. Built for laying down beats in the browser!

jsclock icon jsclock

This simple application operates on the rotation of separate div's that represent each clock hand. There is one function named setDate(), which is set to run every second by using JavaScript's setInterval() function. setDate() collects the time by constructing a Javascript Date object and assigning variables for the second, minute and hour values. With a simple calculation these values are converted to degrees, which are then passed on to alter the 'transform: rotate(X deg)' value within Clock.css. A cubic-bezier transition has also been added to the second hand to imitate the slight snapback seen as a second hand ticks to its next position.

microcontrollers icon microcontrollers

C++ Programming Microcontrollers Module at the University of Huddersfield. I designed and implemented a fully operational MIDI-based controller system programmable to a PIC18F4520 microcontroller. The design features 5 digital inputs and 5 analogue inputs that allow the user to change various parameters of the MIDI messages transmitted.

midi-piano-roll-editor icon midi-piano-roll-editor

The program created is based on a classic piano roll editor, scaled down to a maximum of 8 bars. There is a choice of 48 notes (C2-C5). The user has the ability to define the start and end of each note along the X-axis; the position along the Y-axis determines the pitch of the note. As the piano roll is downsized from other models seen in software such as Logic and Cubase, I have a created a loop variable that allows the user’s melody, chord progression or motif to be repeated a certain amount of times (the default is twice, however this can be altered). For ease of use, toolbar buttons have been implemented for functions that are likely to be applied often; these include transposition, MIDI playback and quantization.

tictactoe icon tictactoe

A TicTacToe web application created with React.js

todolist icon todolist

A simple To Do List application I developed for my CV Website

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.