ASCII Table Printer - Online Generate Custom Table
Enter rows of data and create a nicely formatted ASCII table using boxâdrawing characters. Great for CLI apps.
UD5 Toolkit
Online Boolean Logic Worksheet â instantly generate truth tables for your boolean expressions. Free, no ads, works offline-ready.
&, |, ~, !, ^, ->, <->. Parentheses allowed.
This generator supports the following operators (case-insensitive):
&, &&, â§) â conjunction, true only if both operands are true.|, ||, â¨) â disjunction, true if at least one operand is true.~, !, ÂŹ) â negation, unary operator that inverts the truth value.^, â) â exclusive OR, true when operands differ.->, â) â implication, equivalent to NOT A OR B.<->, â, <>, =) â equivalence, true when A and B have the same value.Operators are evaluated in standard precedence order: NOT (highest) â AND, NAND, XOR â OR, NOR, XNOR â IMP â EQU (lowest). Use parentheses to override default precedence.
A AND (B OR C) vs (A AND B) OR (A AND C)) and compare the output columns. This tool lets you quickly verify equivalences â just run each expression and compare the results side by side.
NOT NOT A is perfectly valid and evaluates to A. Just type it exactly as shown â the tool will generate the correct truth table. Make sure to separate operators from variables with spaces or parentheses, e.g., NOT (NOT A) is also fine.
Enter rows of data and create a nicely formatted ASCII table using boxâdrawing characters. Great for CLI apps.
Interactive ASCII table showing decimal, hex, octal, and binary codes for all standard and extended ASCII characters. A classic programmer reference.
Design custom radio buttons and checkboxes using pure CSS. Choose sizes, colors, and animation. Copy the code.
Paste your SQL query and check for basic syntax errors. Highlights missing commas, wrong keywords. Local analysis.
Build 'I feel... when... because...' statements interactively. Improve communication in relationships. Local only.
A simple 5x5 or 7x7 crossword with clues. New one daily or generate random. Works offline.
Generate tints (add white) and shades (add black) for any base hex color. Copy values for design systems. Instant local generation.
Fill in feeding, walking, medication details and generate a clear care sheet for your pet sitter. Print or share.
Validate YAML syntax with lineâbyâline error messages. Also format messy YAML into clean, indented output. All in your browser.
Generate random Scattergoriesâstyle lists with a random letter and 12 categories. Great for online game night.
Play standard emergency whistle patterns (SOS, three blasts) using Web Audio. Learn signals for outdoor safety. Offline capable after load.
Discover beautiful color palettes for your projects. Generate random, complementary, or trendy schemes and copy hex codes. Useful for designers and developers.
See how a computer decides even/odd by looking at the least significant bit. Enter decimal or binary.
Take a perfectly fine phrase and insert realistic-looking typos. For pranks or testing spellâcheckers.
Create a clear, structured bug report or support ticket with environment, steps, and expected result. Copy/paste.
Instantly generate random UUIDs (version 4) for use as unique identifiers in software development. No registration, completely free and private.
Build a palette and simulate how it appears to various color deficiencies. Also generate pre-vetted accessible palettes. Local processing.
Create custom flat or plastic badges for your GitHub README. Choose label, message, color, and export as Markdown, HTML, or SVG.
Brainstorm information architecture: enter a parent term and generate child terms and related concepts. Quick idea list.
Pick a source color and generate a complete M3 tonal palette with light/dark schemes. Export as CSS custom properties.
Experiment with the CSS color-mix() function. Pick two colors and mix them in different color spaces (srgb, oklch). Copy the CSS.
Generate comprehensive HTML meta tags for SEO and social sharing (Open Graph, Twitter Cards). Copy ready-to-use code. Boost your search visibility.
Generate the <meta name='colorâscheme'> tag and CSS property to enable native dark/light rendering. Quick copy.
Type up to 3 characters, choose colors, and download a simple favicon.ico. No design skills.
Quickly test SQL JOIN syntax (INNER, LEFT, RIGHT, FULL) with a sample database schema. Check logic and see conceptual result set without a real DB. Local only.
Check if a word or phrase is a palindrome (reads same forward and backward). Live validation and fun facts.
Enter a phrase and instantly generate spoonerisms by swapping initial consonants of words. Silly linguistic fun. Fully local processing.
Enter a UPC or EAN barcode number and validate the check digit. See if it's a real product code. Local calculation.
Convert currencies using a builtâin table of approximate fixed rates. Useful for quick estimates without live data. Local.
Paste HTML and detect unclosed tags, invalid nesting, and duplicate IDs. Lightweight clientâside validation.