Coder Social home page Coder Social logo

Daniel Tian's Projects

aquaero-usb icon aquaero-usb

Control the Aquaero 5 directly through USB HID reports, meant to eventually be an alternative to the official Aquasuite app

bulma-extensions icon bulma-extensions

This repository provides a simple access to all of my extensions for Bulma.io

cls-ffb icon cls-ffb

App to allow Brunner CLS-E base to support DirectInput FFB commands

discourse icon discourse

A platform for community discussion. Free, open, simple.

djangogirls icon djangogirls

DjangoGirls Tutorial from http://tutorial.djangogirls.org/en/deploy/index.html

eightqueens icon eightqueens

C# project that finds all the possible positions that N queens on a N x N board can occupy such that no queen can attack another queen. Differentiates between unique solutions (any reflections and rotations count as only one) and distinct solutions (counts each reflection and rotation separately). The project is called EightQueens but can be changed to solve for any value of N by setting a variable, and it can easily be adapted to handle non-square boards by introducing a new variable. Will write the solution to a file called 'log.txt' on the user's desktop and display the runtime statistics in the console.

fizzbuzz icon fizzbuzz

C# Implementation of FizzBuzz, with unit tests. FizzBuzz is a programming exercise that tasks the programmer to write a program that prints out the values from 1 to 100, except that if the number is divisble by 3, it prints out "Fizz", if the number is divisible by 5, it prints out "Buzz", and if it's divisible by both 3 and 5, it prints out "FizzBuzz". This exercise is often used to screen out 'programmers' who claim to be able to program, but can't write a simple for loop. This version uses NUnit unit tests, so you must have an NUnit test runner to run them.

jimp icon jimp

An image processing library written entirely in JavaScript for Node, with zero external or native dependencies.

json icon json

A "json" command for massaging JSON on your Unix command line.

knightboard icon knightboard

C# project that finds the first valid solution for how a knight should move (obeying chess laws for a knight) on a N x M chess board so that it visits each square only once and will visit all the squares. It will show the solution in a console window step by step and is advanced by pressing enter. The size of the board can be changed by changing the values of the maxX and maxY variables.

powerdeck icon powerdeck

An app that allows you to take full control of your Elgato Stream Deck

reverselinkedlist icon reverselinkedlist

C# project that implements a bare-bones linked list with a reverse method that reverses the order of elements in the list.

riotjs-boilerplate icon riotjs-boilerplate

Boilerplate that sets up RiotJS with RiotControl, Webpack, Semantic UI, Jade, and Babel

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.