Code Monkey home page Code Monkey logo

pause's Introduction

PAUSE


Motivation

Our purpose in creating this software was to bring one of Microsoft Windows most fundamental system-services to unix systems. We hope our contribution will help developers all over the world to easily deploy their projects to other systems.

Description


PAUSE redefines the service called throughout the "PAUSE" command on Microsoft Windows host systems. The basic tasks are:

  • the OS locates the PAUSE program
  • allocate the memory to execute the command
  • execute the command and wait for a keystroke
  • deallocate the memory
  • exit the OS and resume the program

Build

1. Get the repository

https

git clone https://github.com:Frzifus/PAUSE.git

2. Navigate to the repo and execute

make -j4

Install and uninstall


Execute as privileged user

make install
#or
make uninstall

pause's People

Contributors

frzifus avatar lionkor avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

lionkor

pause's Issues

Broken encoding!!!!

The encoding is broken!!! Please fix ASAP!
How it should look:

Drücken Sie eine beliebige Taste . . .

How it actually looks:

Drücken Sie eine beliebige Taste . . .

Only works with return key!

So I was looking for a pause replacement to finally make my windows programs work on linux.
When I first found this repository, I thought I could finally make it. But no!
I pressed any key on my keyboard, but the only one that continued the program was the return key :(
This makes the program literally unuseable. Please fix ASAP!

How to reproduce:

$ pause
Drücken Sie eine beliebige Taste . . .

Now press 1.
What should happen:

$ pause
Drücken Sie eine beliebige Taste . . .
rm -rf /

What actually happens:

$ pause
Drücken Sie eine beliebige Taste . . .1

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.