Giter Site home page Giter Site logo

Andrew Coon's Projects

note-identifier icon note-identifier

A java application that plays a note and allows you to guess what note was played.

pdf-merger icon pdf-merger

Merges PDF files. Sorts files using human sorting.

point-thing-help-me-please-god-i-dont-want-top-use-java icon point-thing-help-me-please-god-i-dont-want-top-use-java

import java.lang.Math; public class Line{ Point a; Point b; Line(Point a, Point b){ this.a = a; this.b = b; } Point getPointA(){ return a; } Point getPointB(){ return b; } double getSlope(){ return (a.y - b.y)/(a.x-b.x); } double getLength(){ double a_ok = a.y - b.y; double b_ok = a.x - b.x; return Math.sqrt((a_ok * a_ok)+(b_ok*b_ok)); } Point getMidpoint(){ Point d = new Point((a.x+b.x)/2,(a.y+b.y)/2); return d; } String getString(){ String d = "("+a.x+","+a.y+")"+"->("+b.x+","+b.y+")"; return d; } Line getPerpBisector(){ Point d = new Point(this.getMidpoint().x,this.getMidpoint().y); double disA Point g = new Point(); Line e = new Line(d,g); return e; } }import java.lang.Math; public class Line{ Point a; Point b; Line(Point a, Point b){ this.a = a; this.b = b; } Point getPointA(){ return a; } Point getPointB(){ return b; } double getSlope(){ return (a.y - b.y)/(a.x-b.x); } double getLength(){ double a_ok = a.y - b.y; double b_ok = a.x - b.x; return Math.sqrt((a_ok * a_ok)+(b_ok*b_ok)); } Point getMidpoint(){ Point d = new Point((a.x+b.x)/2,(a.y+b.y)/2); return d; } String getString(){ String d = "("+a.x+","+a.y+")"+"->("+b.x+","+b.y+")"; return d; } Line getPerpBisector(){ Point d = new Point(this.getMidpoint().x,this.getMidpoint().y); double disA Point g = new Point(); Line e = new Line(d,g); return e; } }import java.lang.Math; public class Line{ Point a; Point b; Line(Point a, Point b){ this.a = a; this.b = b; } Point getPointA(){ return a; } Point getPointB(){ return b; } double getSlope(){ return (a.y - b.y)/(a.x-b.x); } double getLength(){ double a_ok = a.y - b.y; double b_ok = a.x - b.x; return Math.sqrt((a_ok * a_ok)+(b_ok*b_ok)); } Point getMidpoint(){ Point d = new Point((a.x+b.x)/2,(a.y+b.y)/2); return d; } String getString(){ String d = "("+a.x+","+a.y+")"+"->("+b.x+","+b.y+")"; return d; } Line getPerpBisector(){ Point d = new Point(this.getMidpoint().x,this.getMidpoint().y); double disA Point g = new Point(); Line e = new Line(d,g); return e; } }import java.lang.Math; public class Line{ Point a; Point b; Line(Point a, Point b){ this.a = a; this.b = b; } Point getPointA(){ return a; } Point getPointB(){ return b; } double getSlope(){ return (a.y - b.y)/(a.x-b.x); } double getLength(){ double a_ok = a.y - b.y; double b_ok = a.x - b.x; return Math.sqrt((a_ok * a_ok)+(b_ok*b_ok)); } Point getMidpoint(){ Point d = new Point((a.x+b.x)/2,(a.y+b.y)/2); return d; } String getString(){ String d = "("+a.x+","+a.y+")"+"->("+b.x+","+b.y+")"; return d; } Line getPerpBisector(){ Point d = new Point(this.getMidpoint().x,this.getMidpoint().y); double disA Point g = new Point(); Line e = new Line(d,g); return e; } }import java.lang.Math; public class Line{ Point a; Point b; Line(Point a, Point b){ this.a = a; this.b = b; } Point getPointA(){ return a; } Point getPointB(){ return b; } double getSlope(){ return (a.y - b.y)/(a.x-b.x); } double getLength(){ double a_ok = a.y - b.y; double b_ok = a.x - b.x; return Math.sqrt((a_ok * a_ok)+(b_ok*b_ok)); } Point getMidpoint(){ Point d = new Point((a.x+b.x)/2,(a.y+b.y)/2); return d; } String getString(){ String d = "("+a.x+","+a.y+")"+"->("+b.x+","+b.y+")"; return d; } Line getPerpBisector(){ Point d = new Point(this.getMidpoint().x,this.getMidpoint().y); double disA Point g = new Point(); Line e = new Line(d,g); return e; } }

random-anime icon random-anime

Finds a random top 50 anime or manga and returns some info

work-log icon work-log

Java gui, allows you to log work in the future.

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.