Giter VIP home page Giter VIP logo
package me.hypersmc.About;

import me.hypersmc.about.Me;

public class About extends Me
{
    public static void getWork()
    {
        try {
          if (Me.getJobs() > 0){
            System.out.println("Currently nothing");
          }
        } catch (Exception e) {
          System.out.println("There was an error trying to fetch jobs. Please try again later.");
          System.out.println("");
          System.out.println("Error code: " + e);
        }
    }

    public static void getDailyKnowledge()
    {
        try {
          if (Me.getKnowledge() > 7 ){
            System.out.println("I currently know Java, JS, PhP, Laravel, C++, C#, Golang");
          }
        } catch (Exception e){
          System.out.println("There was an error trying to fetch knowledge. Please try again later.");
          System.out.println("");
          System.out.println("Error code: " + e);
        }
    }

    public string getFutureGoal()
    {
        return 'To contribute to open source.';
    }
}

JumpWatch's Projects

ark-egg-pterodactyl icon ark-egg-pterodactyl

This is the default ark GameUserSettings.ini thats used for ark but with ActiveMods= included!

bsmp icon bsmp

BeatSaberMultiPlayer Default config for Pterodactyl

documentation icon documentation

Pterodactyl's documentation is open source! This repository contains the documentation for installing and updating both the panel and the daemon.

dynmap icon dynmap

A set of Minecraft mods that provide a real time web-based map system for various Minecraft server implementations.

eggs icon eggs

Service eggs for the pterodactyl panel

hackerguardian icon hackerguardian

HackerGuardian is an anticheat that provides lots of diffren't cheat detection.

iris icon iris

World Generation through a new Iris

playerhousing icon playerhousing

PlayerHousing a copy of Hypixels Player Housing system W/ themes

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.