Skip to content

ValyMnDul/Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts

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

What do you find here?

You will find scripts written in several languages, including:

  • CPP
  • Python
  • JS

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.

Open Source

This project is licensed under the MIT License

About

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

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Contributors