Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This repository contains a collection of scripts gathered and created by me for various purposes.

License

Notifications You must be signed in to change notification settings

ValyMnDul/Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

35 Commits

Repository files navigation

πŸ“ Scripts

This repository contains a collection of scripts gathered and created by me for various purposes.

🧠 About

Over the years, I've worked with all sorts of technologies and situations where I needed fast and efficient scripts. Instead of keeping them scattered across folders, I gathered them into a repo to make them easier to access, reuse, and improve. This repo is useful for:

  • developers
  • system administrators
  • scripting enthusiasts
  • anyone who wants to automate repetitive tasks

πŸ“‚ What do you find here?

You will find scripts written in several languages, including:

  • CPP
  • Python
  • JS
  • That's it for a while)

🎱 How is it used?

Clone the repo

git clone https://github.com/ValyMnDul/Scripts.git

Go to the scripts folder

cd Scripts/Scripts

Choose programming language

cd <language> #Replace <language> with the language of your choice

Choose your script and use it!

β˜• How do I run each script based on the extension?

NOTE: Some commands may be slightly different on Windows.

  • CPP (C++)
g++ -o program <script.cpp> #compiling
./program #executing
  • Python
python3 <script.py>
  • JS

    • If it works with node:
    node <script.js>
    • If it works with the browser just add it to the index:
    <script src="<script.js>"></script> <!-- Replace "<script.js>" with the path to script.js -->

πŸ“€ Contributing

Pull requests are welcome! If you'd like to contribute or suggest features, feel free to open an issue or fork the repo.


About

This repository contains a collection of scripts gathered and created by me for various purposes.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /