Git Cheatsheet - Online Common Commands Reference
Quick reference for frequently used Git commands with examples. Searchable and categorized. A handy resource for all developers.
UD5 Toolkit
Search, filter, and copy essential Docker commands instantly.
Try a different keyword or category.
docker ps. Add -a to see all containers (including stopped ones): docker ps -a.
docker rmi IMAGE_ID removes an image. Use docker rmi -f IMAGE_ID to force removal.
docker start CONTAINER and docker stop CONTAINER. You can also use the container ID.
CMD provides defaults for executing a container, but can be overridden. ENTRYPOINT configures a container that will run as an executable; arguments are appended.
docker volume create myvol and mount it with -v myvol:/path/in/container.
Quick reference for frequently used Git commands with examples. Searchable and categorized. A handy resource for all developers.
Calculate how much water to change weekly to keep nitrates under control. Based on current nitrate level, desired level, and tank volume.
Enter pond volume and product concentration to determine safe ml or teaspoon of algaecide.
Calculate how much pure ammonia to add to reach 4ppm for a fishless cycle. Safe start guide.
Enter tank volume and recommended dose to find exact ml or capfuls needed. Avoid overdosing fish.
Calculate grout needed (lbs or kg) based on tile size, grout joint, and area. Also recommend spacer size. Local estimator.
Enter a CSS value in vw/vh and see the actual pixel size at current viewport. Dynamic resize demo.
Calculate how much acid, alkaline buffer, or remineralizer to add to reach target water parameters.
Enter row length and seed spacing to calculate how many seeds/packets to buy. Reduce waste.
Select drip speed or running toilet and see gallons wasted per day and annual cost. Fix leaks!
Calculate how many vegetable plants fit in a given area using square foot gardening or row spacing. Visual plant grid. Plan your spring garden.
Calculate how much liquid fertilizer concentrate to add per gallon of water based on desired N concentration.
Learn what water is safe (rain, distilled, low PPM) for pitcher plants and flytraps. Visual PPM scale.
Calculate water volume for flushing soil based on pot size. Includes recovery timeline reminders.
Enter area to calculate how many epoxy floor kits you need. Consider priming coat.
Determine your ideal daily macronutrient intake based on TDEE, goal, and diet preference. Free nutrition planning tool with local computation.
Enter container height and get recommended depths for each layer (drainage rock, charcoal, moss, soil). Build a healthy miniature ecosystem.
Calculate how much fertilizer to add based on desired N‑P‑K ppm and water volume. For hydroponics and soil growers.
Find the right heater wattage for your fish tank based on volume and desired temperature rise. Simple rule-of-thumb calculator. Local only.
Based on your calorie goal, get the perfect gram split of proteins, carbs, and fats. Adjust ratios. For fitness and health.
Calculate liquid or tablet dosage for dogs/cats based on weight and prescribed mg/kg. Check your vet's math. Educational, always consult vet.
Estimate how much rope you need to restring a djembe and the number of verticals. Get traditional Mali weave instructions.
Enter any two variables (speed, distance, time) and get the third. Supports mph, km/h, m/s and multiple units. Practical for runners and drivers.
Convert between inches of mercury and hectopascals for altimeter setting. Essential for pilots.
Enter a package name and version range to see all satisfying versions from the registry. Understand ^ and ~.
Use the pH and KH relationship to estimate dissolved CO2 concentration in your planted tank. Reach 30ppm safely for lush plant growth.
Enter desired pom-pom diameter to estimate yards needed and number of wraps. Quick craft math.
Select a vegetable and see its best companion plants and which to avoid. Visual grid with quick reference. Improve garden yield and health naturally.
Create a custom bird seed blend by mixing ingredient percentages. Calculates total weight and helps attract specific bird species with the right nutrition.
Select multiple languages and tools (Node, Python, Mac, Windows) and generate a combined .gitignore.