Giter Site home page Giter Site logo

Welcome to my profile

☞ About me: ☜

class Me {
  String name;
  String status;
  String goal;
  String[] spokenLangs;
  String[] tools;
  String[] programmingLangs;
  String[] hobbies;
  
  public Me() {
    this.name = "Abdallah Alqashqish";
    this.status = "a third year software engineering & management student at McMaster University.";
    this.goal = "I aim at mastering the Java programming language.";
    this.spokenLangs = {"en", "ar"};
    this.tools = {"LibGDX", "Spring Framework", "Android SDK", "Log4J", "Apache Commons Library", "JUnit", "Room Database", "MySQL", "IBM db2"};
    this.programmingLangs = {"Java/Kotlin", "PHP", "Python", "JavaScript", "SQL", "Bash Script", "HTML/CSS"};
    this.hobbies = {"Games", "Music", "Coding", "Soccer", "Basketball", "Cars/Motorcycles"};
  }

  public String toString() {
    return String.format("My name is %s. I am currently %s. %s", this.name, this.status, this.goal);
  }
}

public class Main() {
  public static void main(String[] args) {
    Me me = new Me();

    System.out.println(me);
  }
}


Contacts:

     

visitors

Abdallah Alqashqish's Projects

destinationsol icon destinationsol

Official continuation of Destination Sol, the great fun little arcade space shooter from http://sourceforge.net/projects/destinationsol/ Modules live at https://github.com/DestinationSol/

drop-libgdx icon drop-libgdx

The simple tutorial game found on the LibGDX website

resume-matcher icon resume-matcher

Open Source Free ATS Tool to compare Resumes with Job Descriptions and create a score to rank them.

ud405 icon ud405

Code supporting the free Udacity class 2D Game Development with LibGDX.

ud406 icon ud406

Code supporting ud406: Building a Platform with LibGDX -

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.