Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niranjan94/supercharged-scripts
Small Scripts that made my life easier.
https://github.com/niranjan94/supercharged-scripts
Last synced: 3 months ago
JSON representation
Small Scripts that made my life easier.
- Host: GitHub
- URL: https://github.com/niranjan94/supercharged-scripts
- Owner: niranjan94
- Created: 2014-11-25T08:35:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T11:41:35.000Z (over 9 years ago)
- Last Synced: 2023-03-30T03:11:01.642Z (almost 2 years ago)
- Language: PHP
- Homepage: http://niranjan94.github.io/supercharged-scripts/
- Size: 402 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Some Scripts that made my life easier.
## Usage ##
**1. nmap-bulk-ip-port-scanner (PHP Script)**: a php script to scan a list of ip addresses against a set of ports. The script logs ip addresses that have one of the specified list of ports open. Useful for network scanning and detection of specific types of servers (printers, IP cameras, etc).
> Don't forget to run
> `composer update` from the root of the nmap-bulk-ip-port-scanner directory to load dependencies.**[Try it out >>](https://github.com/niranjan94/supercharged-scripts/tree/master/nmap-bulk-ip-port-scanner)**
**2. email-id-extractor (HTML/javascript)**: a small javascript code with a Bootstrap 3 UI to extract all email ID's from a string. Useful for data extraction.
> Just extract/download the project and open index.html to use
**[Try it out >>](https://github.com/niranjan94/supercharged-scripts/tree/master/email-id-extractor)**
**3. aerospace-toolkits / airfoil-generator (MATLAB)**: a MATLAB GUI Script that can easily generate and plot NACA 4 Series Airfoil. A csv file containing the airfoil co-ordinates can also be generated. Useful for aerospace, aerodynamics, fluid mechanics.
> Just extract/download the project and open AirfoilGenerator.m in MATLAB (after switching into that directory)
**[Try it out >>](https://github.com/niranjan94/supercharged-scripts/tree/master/aerospace-toolkits/airfoil-generator)**
**4. aerospace-toolkits / stress-calculator (MATLAB)**: a MATLAB GUI Script that can be used to calculate stress at each point in a web-stringer arrangement on giving the stringer co-ordinates, areas and moment value (if any). Useful for Mechanics of Material, Aircraft Structures.
> Just extract/download the project and open StressCalc.m in MATLAB (after switching into that directory)
**[Try it out >>](https://github.com/niranjan94/supercharged-scripts/tree/master/aerospace-toolkits/stress-calculator)**
**4. cygwin-mirrors-speed-tester (Python)**: a python script that pings all the Cygwin Mirrors from the Official Mirrors list and shows you the Top 5 mirrors to download from. Thanks to *Dmitry Sidorenko* for the script. Useful when you want to select the best mirror for downloading packages for Cygwin.
> Just extract/download the project and run `python speed.py` from the directory
**[Try it out >>](https://github.com/niranjan94/supercharged-scripts/tree/master/cygwin-mirrors-speed-tester)**