Knife Sharpening Angle Guide – Online Whetstone Chart
Select knife type and see recommended sharpening angle. Visual guide with degree display. Perfect edge every time.
UD5 Toolkit
Master CIDR, netmasks, and subnet calculations with interactive drills
192.168.1.100/26?
CIDR (Classless Inter-Domain Routing) notation uses a slash followed by a number (e.g., /24) to indicate how many bits are used for the network portion. The remaining bits (32 minus the prefix) are for hosts. For example, /24 means 24 bits for the network, leaving 8 bits for 254 usable hosts.
Perform a bitwise AND between the IP address and the subnet mask. The subnet mask is derived from the CIDR prefix by setting the first N bits to 1 and the rest to 0. All host bits become 0 in the network address.
A /24 network has 254 usable hosts. Total addresses = 2(32-24) = 256. Subtract 2 (one for network address, one for broadcast address) = 254. For /31 point-to-point links (RFC 3021), there are 2 usable hosts with no dedicated network/broadcast.
The network address is the first IP in a subnet (all host bits = 0) and identifies the subnet itself. The broadcast address is the last IP (all host bits = 1) used to send data to all devices on that subnet simultaneously. Neither can be assigned to a device.
Memorize the key blocks: /8 = 255.0.0.0, /16 = 255.255.0.0, /24 = 255.255.255.0. For prefixes between these, learn the 8-bit block values: 128, 192, 224, 240, 248, 252, 254, 255 corresponding to /1 through /8 incrementally added to the base.
Common errors include: forgetting to subtract 2 for usable hosts, confusing the network and broadcast addresses, miscalculating when the prefix isn't on a byte boundary (like /19 or /27), and incorrectly incrementing the wrong octet when finding the next subnet.
Select knife type and see recommended sharpening angle. Visual guide with degree display. Perfect edge every time.
Enter a password and see the estimated time it would take to crack using brute force at different speeds. Educational.
Remove solid or similar backgrounds from images using color thresholding. No AI, just quick client-side canvas processing. Download as PNG.
Find the date of Easter Sunday for any given year. Learn about the computus algorithm. Simple and accurate.
Paste a URL and see the og:title, description, image, and twitter card that will be used when shared. No server needed.
View and edit CSV data in a familiar table interface. Add/delete rows and columns, sort, and export. Fully local, no cloud sync.
Enter a URL and see a preview of how it will appear when shared on Facebook, Twitter, LinkedIn. Detect missing tags.
Take a screenshot of the current browser tab using Screen Capture API. Crop, annotate with text and arrows, and download as PNG. Local only.
See the roving tabindex pattern in action. Use arrow keys to navigate a list. Copy the accessible JavaScript pattern.
Click a root key and chord type (Maj, min, 7th) to see the notes highlighted on a piano keyboard. Learn chords fast.
Press any key and see the full KeyboardEvent object: key, code, keyCode, modifier status. Dev tool.
Paste a simple drum tab or select a pattern and hear it played. Learn drum set notation interactively.
Extract the thumbnail image for any YouTube video by pasting its URL. Download in multiple resolutions (HD, SD). Simple and fast.
Classic solubility rules for ionic compounds in water. Determine if a salt is soluble or forms a precipitate. Static guide.
Enter drum diameter, depth, and material to find the shell's approximate fundamental note. For tuning reference.
Flip images vertically or horizontally, and rotate in 90° increments. Quick and simple editing right in the browser. Download the corrected image instantly.
Enter a song title and artist to find lyrics using public APIs. Quick preview and copy. A lightweight tool for music lovers.
Full-featured scientific calculator with trigonometric, logarithmic, and exponential functions. Clean interface and keyboard support. No installation required.
Remove clicks, pops, and crackle from audio recordings. Useful for digitizing vinyl. Threshold‑based local processing.
Enter total drive time or playlist length to figure out how many songs you need. Convert time to estimated tracks.
Draw a line along the horizon and the tool rotates the image to make it perfectly level. Small rotation. Canvas editing.
Drop any file to see its raw hexadecimal representation and ASCII side‑by‑side. Navigate with offset. Client‑side only.
Enter room dimensions and number of walls to calculate needed 4x8 or 4x12 sheets, plus joint compound and tape estimate. Local tool.
Find what day of the week any past or future date falls on. Uses Zeller’s congruence. Fun historical reference tool.
Display a dynamic list of keyboard shortcuts for the current browser and operating system. Filter by category. Keep it open for reference.
See how many tabs you have open and estimate memory usage based on navigator object. Fun productivity check.
Build a group of `<details>` elements where opening one closes others. Optional JavaScript. Copy the accessible snippet.
Build a horizontal scroll‑snap container with configurable snap‑type and alignment. Perfect for image galleries.
Apply rounded corners to an image and keep the background transparent. Save as PNG. Perfect for avatars and icons.
Build a color palette for charts that works for protanopia, deuteranopia, and grayscale. Export as array.