GithubHelp home page GithubHelp logo

eaglejs / zombie-press Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2 KB

Keeps your computer awake and runs quietly in the background. Great for preventing your Instant Messenger from reporting you as "away" if you have a micro-manager. No system installation required.

Java 100.00%

zombie-press's Introduction

Zombie-Press

This java application is small, but allows you to keep your machine awake without installing an application, and runs quietly in the background.

This is not for the faint of heart

It's meant to be something you don't install on your machine so you do need to have some java knowledge to set it up. I did this mostly because I wanted something that isn't bound my admin rights, and as long as you have java sdk installed, you can compile, and run this application without issues. Works in Windows and Unix/Linux based systems. (Works in mac osx as well).

How do you use it?

  • Step 1.) You need to have the Java sdk installed, and assign it to your JAVA PATH. There are plenty of tutorials on this. (search on youtube how to install java sdk on your OS).

  • Step 2.) After you have installed Java SDK, and added it to your PATH, use your favorite terminal to navigate to this repository

    • $ cd /path/to/repository/zombie-press/src
    • $ javac Main.java //This will compile your java file into a class file
    • $ java Main
  • Step 3.) You should see a message come up that says "ZombiePress is running... It is sending Ctrl key every 600000ms. Type Ctrl + c to exit"

You can modify the time!

If you need to modify the time, modify it in the code, and follow step 2 again. I could create a CLI for it, but i'm too lazy. Just update the 'period' variable with the time you want. (denoted in milliseconds).

Would you like to contribute?

You can do just that? If you want to add a CLI into it. I'm all for it. Fork the repo, and make a pull request and i'll review it.

Enjoy! :)

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.