Bright Data - All in One Platform for Proxies and Web Scraping
Say goodbye to blocks, restrictions, and CAPTCHAs
Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
Get Started
Manage printing in a cost-efficient and eco-friendly way with Gelato.
Gelato offers an extensive catalog of custom products, a zero-inventory business model, and free designing tools—all in one place.
The world's largest print on demand network with 140+ production partners across 32 countries. Gelato offers end-to-end design, production and logistics for individuals looking to start their own business today!
Shell script to run a command for many files selected with wildcards
Extends shell * and ? wildcards to allow inserting matched strings like Windows 'copy *.old =.new'
Some examples:
# Rename current files as old
doall 'mv *.cur *.old'
# Compress camcorder DV files
doall 'ffmpeg -i *.dv *.mp4'
# Move files into directories according to their extension
doall 'mv *.* $2/$1.$2'
# Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new
doall 'ln -s /boot/*-5.12.6-* /boot/$1.new'
# Hard link 3-character...
The project includes Bash and Bourne Shell utility scripts. Manual pages accompany some of the scripts. The goal of the project is to provide at least 10,001 useful scripts.
The official source repository is located at https://github.com/textbrowser.
A set of functions for KSH and BASH in a sourceable file. Typical functions include calculating differences between dates, going forward or back any number of days. Works for dates AD only. Some issues will arise when today > 2099...
Deletes files with a specific name in directories and sub‐directories specified. By default and without indicating the name of the file deletes temporary files (with extension ~) in some text editors. It run in terminal only
Shell.NET is a set of console and winform applications written in C#. It features nearly 100 applications ranging from classical Unix applications like basename, cal, grep, tr, uniq, and wc, to some very unique tools like RunScript or TextTransform.
It's intented use is to parse Unix/Linux-like shell scripts, which have a certain given structure. These scripts may contain variable declarations, program calls and comments. The parser shall retrieve some of these information and check them.
Payroll Services for Small Businesses | QuickBooks
Save 50% off for 3 months with QuickBooks Payroll when you Buy Now
Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
Some shell files to use as libraries, mostly for noobs
This project will contains some shell scripts to use as libraries in other scripts.
Most of the functions provided are shortcuts with names understandable by non informatician (at least not hard core coder).
I realized that I also prefer self explaining names for usual coreutils program combinaison.
Scripts will have strict coding standards (at least I'll try), and they will be based on a template.