Giter VIP home page Giter VIP logo

projects's Introduction

projects

Here are some assorted projects that I've worked on over the years. Feel free to peruse, comment on my coding style, try to tell me that my opening curly brace should go on the same line as my method signature, etc.

Here's what you'll find:

##ExcerptGenerator A C# program that, given a corpus of text, writes a sentence to the command line using trigrams from the text, generating a mock "excerpt." The corpus it's currently set to use is Jane Austen's Pride and Prejudice, but the code can be modified to point to any text dump of words. Project Gutenberg's a pretty good resource for finding large bodies of text, and, in my experience, it's always more fun to generate a sentence using archaic language than it is to generate one using more a recent vocabulary.

##KnightPhone A Java program that, given a number n. writes to the command line the number of n-digit phone numbers that a chess knight could dial.

  1 2 3
  4 5 6
  7 8 9
    0

A chess knight is said to be able to dial numbers in an L-formation, so, for example, if the knight begins at 1, it can jump to 6 or 8 as its next digit, forming two 2-digit numbers: 16 and 18. Then, from the 6 and the 8, it can jump to the next number to form 3-digit numbers.

projects's People

Contributors

aamir0 avatar

Watchers

James Cloos avatar  avatar

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.