GithubHelp home page GithubHelp logo
public class ReadMe {

  public static void main(String[] args) {
  
    String name = "Jeffrey Xiao";
    
    boolean interestedInProgramming = true;
    
    String currentlyLearning = "";
      if (interestedInProgramming) {
        currentlyLearning = "Fundamentals of Software Development";
        currentlyLearning += " and Computer Networks";
      }
    
    String[] howToReach = new String[] {"[email protected]", "[email protected]"};
  
  }

}

Jeffrey Xiao's Projects

dynamic-memory-allocator icon dynamic-memory-allocator

Dynamic memory allocator that manages heap memory at runtime. Provides base functionality to allocate, reallocate, and free memory given an input byte size.

ellixit icon ellixit

Config files for my GitHub profile.

example-webpage icon example-webpage

Rudimentary website developed to demonstrate knowledge of HTML and CSS. Uses various features such as anchor and hyperlinks, absolute and relative positioning, and responsive elements.

oml-calculator icon oml-calculator

Rudimentary program that calculates current OMS points based on criteria outlined in USACC Circular 601-24-1. Uses Python and implements basic command-line interface.

phylogenetic-data-parser icon phylogenetic-data-parser

Phylogenetic data parser that reads genetic distance data from .csv and calculates phylogenetic tree based on neighbor-joining algorithm. Capable of outputting resultant tree in matrix or Newick format

recipe-book icon recipe-book

Recipe book capable of creating a recipe booking containing multiple subclasses such as individual recipes and ingredients.

song-library icon song-library

Song library capable of storing various songs and assigning them to designated users. Uses inheritance to compartmentalize methods.

word-guesser icon word-guesser

Start the program and guess the secret word, one letter at a time.

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.