GithubHelp home page GithubHelp logo

jaspr's Introduction

JaspR -- Jast Another Software to Pull Rubbish

##################################################################################################


DESCRIPTION :

JaspR is a program which cleans useless data from your system and browsers to free disk space.
JaspR helps you to wisely delete these datas.

Concretely, JaspR can :
    • Clean Temporary Files
    • Clean Log Files
    • Empty Trash
    • Clean Thumb Cache
    • Clean Recent Files List
    • Clean Old Prefetch's Files
    • Deactivate Hibernation
    • Clean Cache (Firefox, Chrome, Edge, Internet Explorer, Safari and Opera)
    • Clean Cookies (Firefox, Chrome, Edge, Internet Explorer, Safari and Opera)
    • Clean History (Firefox, Chrome, Edge, Internet Explorer, Safari and Opera)

##################################################################################################


GRAPHICS :

JaspR is a program predominantly programmed in batch (also uses VBScript).
It also uses an external command : [C#]AgrafV2.exe
which serves to easily make Graphical User Interfaces

So there's the main window, in which you can select items to remove, or analyse.

And there's also a console behind in which you'll see the working process progress.

##################################################################################################


SOURCE CODE EXAMPLE :

To delete useless files, JaspR proceed like this : 
FOR EACH FILES IN FOLDERS/SUBFOLDERS DO DELETE AND GET SIZE which is written like this :

----------------------------------CODE SAMPLE-------------------------------------
					
for /f %%i in ('dir /s /b /a-d "FOLDER"') do set /a SIZE=%%~zi & del /f /q "%%i"

----------------------------------------------------------------------------------

##################################################################################################

MOTIVATION :

I've made this software, cause I noticed many times, in different folders a big amount of unused data. Seeing this, I was wondering, there should be an automatised way to delete this bulls***.
And the answer is now : JaspR.

Well actualy, JaspR is like many other programs such as CCleaner, BleachBit, etc... and that's why I called my software "JaspR" which stands for "Just Another Software to Pull Rubbish".

Question :
"Is JaspR another tool to free space cleaning pointless data ?" 

Answer :
"Yes."

Question : 
"Then why ?"

Answer :
"To try to develop the 'best', most advanced, and most complex program in this category."

I know I'm really far to get it, but I will try at least to give users a good reason to use JaspR by improving it through forthcoming updates.

##################################################################################################


COMPATIBILITY :

JaspR should be compatible with any Windows Operating System (32 or 64 bits).

Tested on Windows 7 x64 and Windows 10 x64

##################################################################################################


INSTALLATION :

JaspR is extremmely easy to install :

	Just download the Setup (JaspR 1.0 Setup.exe), open it, follow the steps, and TAA-DAM JaspR is installed.

You'll just have to execute it through the desktop's shortcut.

If you want to get rid of JaspR, you'll regret it...
No seriously, just go to Control Panel --> Softwares --> JaspR --> Uninstall
or there's an "uninstall.exe" file included in the installation directory.

##################################################################################################


LICENSE : 

Creative Commons : CC-BY-NC

See the License file for more details.

##################################################################################################

jaspr's People

Contributors

baphael avatar

Watchers

James Cloos avatar

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.