Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: scripttiger

ScriptTiger/scripttiger.github.io

GitHub Pages

Language: HTML - Size: 42.6 MB - Last synced: 18 days ago - Pushed: 18 days ago - Stars: 15 - Forks: 0

ScriptTiger/TorPanel

A small Java Tor controller widget that stays conveniently on top and out of the way with a minimal footprint while you go about your activities.

Language: Java - Size: 23.4 KB - Last synced: 21 days ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

ScriptTiger/goIP

goIP is a Go package which validates, parses, and formats IPv4 and IPv6 addresses, as well as creates simple, lightweight structures to store and return common information about IPs which are well suited to be used in iteration.

Language: Go - Size: 83 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 1 - Forks: 0

ScriptTiger/Windows-911

Curated list of FREE emergency resources when you find yourself in the inevitable pickle with Windows. PRs welcome!

Size: 51.8 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 27 - Forks: 9

ScriptTiger/Hosts-BL

Simple tool to handle hosts file black lists that can remove comments, remove duplicates, compress to 9 domains per line, add IPv6 entries, as well as can convert black lists to multiple other black list formats compatible with other software.

Language: Go - Size: 36.1 KB - Last synced: 21 days ago - Pushed: 10 months ago - Stars: 39 - Forks: 3

ScriptTiger/Hosts-Conversions

Drag and drop a hosts file to convert it.

Language: Batchfile - Size: 25.4 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 12 - Forks: 4

ScriptTiger/MAC-Address-Lookup

Tired of paying a subscription service to access an API to resolve MAC address OUI/vendor data? Just resolving locally and maintaining your own database with this project is faster, cheaper (FREE!), and more secure.

Language: Batchfile - Size: 27.3 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 12 - Forks: 2

ScriptTiger/Randomness

Demonstrations in randomness and private/local functions. If you ever wanted to make a script game, you should definitely check this out!

Language: Batchfile - Size: 14.6 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 2 - Forks: 0

ScriptTiger/UUID-Generate

This is a UUID (A.K.A. GUID) generator that generates standard UUIDs (i.e. f19b32ec-cfaf-32ee-35b9-37435f4bef3f) and stores the new UUID in the UUID environmental variable (i.e. %UUID% or !UUID!), outputs the UUID as standard output, and also copies the new UUID to your clipboard if you are running Windows Vista or later.

Language: Batchfile - Size: 13.7 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 5 - Forks: 0

ScriptTiger/Microsoft-Shared-Networks

Need help navigating connection sharing on Microsoft Windows 10 with or without the Creators Update?

Language: Batchfile - Size: 16.6 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 5 - Forks: 5

ScriptTiger/Tor-Search

Quickly and easily search Tor exit nodes based on geodata securely and anonymously offline and instantly build node lists.

Language: Batchfile - Size: 28.3 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 5 - Forks: 2

ScriptTiger/abc

ABC is a package for Go which can act as either a standard HTTP sequential downloader supporting streaming playback while downloading for supported "Web" videos (with supported players, such as VLC, MPlayer, ffplay, MPC-HC, etc.) and resume capabilities or as an arbitrary byte collector to download only arbitrary portions of files by manipulating the HTTP Range header as needed. ABC can easily be imported into any Go project and be implemented as Go routines to download arbitrary portions of files concurrently. The reference implementation of ABC launches a single instance of ABC, but can also be easily scripted for concurrency.

Language: Go - Size: 53.7 KB - Last synced: 21 days ago - Pushed: 10 months ago - Stars: 3 - Forks: 1

ScriptTiger/CRLF-Normalizer

An LF to CRLF converter to convert any files in any directory to CRLF.

Language: Batchfile - Size: 18.6 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 10 - Forks: 0

ScriptTiger/Repo-Search

Tool to instantly search all or specific files in any repo for keywords or phrases natively on windows extremely easily, with an option to output results to a file. Also invaluable for gamers!

Language: Batchfile - Size: 15.6 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 10 - Forks: 1

ScriptTiger/IP

Tired of paying a subscription service to access an API to resolve geoIP data? Look no further! Resolving locally and maintaining your own database is easier than ever. This repo is everything IP: 32-bit/128-bit calculations, ping monitoring across multiple nodes, IPv4/IPv6 network calculations, geoip lookups.

Language: Batchfile - Size: 8.28 MB - Last synced: 21 days ago - Pushed: 10 months ago - Stars: 6 - Forks: 5

ScriptTiger/Microsoft-Updates

If you just got a fresh Windows 10 and you don't know why your Internet stopped working around the same time, try this. These are scripts to enable and disable Microsoft Updates, for people with slower connections or that otherwise want to manually control updates. *Make sure to run with administrative privileges!

Language: Batchfile - Size: 16.6 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 11 - Forks: 1

ScriptTiger/cmudict

Search scripts for the cmudict.

Language: Batchfile - Size: 20.5 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 2 - Forks: 0

ScriptTiger/DAIDE-QuickStart

Replacement for the original `DAIDE QuickStart.exe`. This script helps you quickly and easily set up Diplomacy games, both local or networked games with any combination of bots and/or humans, with a variety of variants included.

Language: Batchfile - Size: 48.8 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 2 - Forks: 0

ScriptTiger/Brutecycle

Cycles through any given character set in any given order and outputs to standard output or to a file. For larger data sets, like 128-bit MD5 hashes, 160-bit SHA-1, 256-bit SHA-256, etc., it is recommended to only do a couple character combinations at a time, unless you plan on having the script run for days on end uninterrupted.

Language: Batchfile - Size: 14.6 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 2 - Forks: 2

ScriptTiger/TorMon

Simple Tor controller for those that just want a single simple stand-alone compiled executable rather than needing to go through Python with STEM or other similar overly complex managed scripted projects utilizing countless dependency packages just to open a simple socket connection.

Language: Go - Size: 5.86 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 2 - Forks: 0

ScriptTiger/oui_standardize

oui_standardize standardizes IEEE MAC address block files (CSV files) containing OUI records by importing an arbitrary number of said files, sorting them by MAC address prefix, and then outputting the results to standard output (stdout). Curly brackets are used as delimiters and multi-line fields are reduced to single lines in order to allow scripts to more easily parse the records with as little overhead as possible.

Language: Go - Size: 4.88 KB - Last synced: 21 days ago - Pushed: 12 months ago - Stars: 1 - Forks: 0