Offline Bible Verse Finder – Online Search & Copy
Type a reference (John 3:16) and get the text from a cached King James Version. Works fully offline after first load.
UD5 Toolkit
| Upload a CSV file to get started |
age > 30 or city = 'London' to instantly isolate the data you need. This tool parses your CSV file, understands the column structure, and applies your filter logic — just like a database query but entirely in your browser with no server required.=, !=, <>, >, <, >=, <=), Pattern matching (LIKE with % and _ wildcards), List checks (IN ('a','b','c')), Range checks (BETWEEN x AND y), Null checks (IS NULL, IS NOT NULL), and Logical operators (AND, OR, NOT) with parentheses for grouping complex conditions.`column name`) or double quotes ("column name") in your WHERE clause. For example: `annual salary` > 50000 or "first name" LIKE 'J%'. The column tags above the input area are clickable — they'll automatically insert the properly quoted column name for you.LIKE operator supports two wildcard characters: % matches any sequence of characters (including empty), and _ matches exactly one character. Examples: name LIKE 'J%' matches names starting with "J"; email LIKE '%@gmail.com' matches Gmail addresses; code LIKE 'AB_' matches "AB" followed by one character. For literal % or _ in your search pattern, use the NOT LIKE alternative or escape them with careful quoting.Type a reference (John 3:16) and get the text from a cached King James Version. Works fully offline after first load.
Create a simple seating chart by dragging desk icons and assigning names. Print or screenshot. Perfect for teachers.
Select leaf characteristics (simple/compound, smooth/toothed) to identify common North American trees.
Identify nodes on a virtual stem and place cuttings correctly in water. Quick propagation reference.
Convert units of force: Newton, kilonewton, pound-force, dyne. Handy for physics homework and engineering. Private, no upload.
Get the full electron configuration and orbital box diagram for any element. Learn the Aufbau principle. Fast and local.
Paste a SQL CREATE TABLE statement and extract just the column names as a CSV header row. For data migration.
Split a large CSV into smaller files by row count. Preview each chunk. No upload; streamed locally.
Apply the drop‑shadow() filter and compare it with box‑shadow. See how it follows the contour of transparent images. Copy code.
Drop an .xlsx file and convert each sheet to CSV. Processed entirely in your browser. No upload needed.
Reduce the number of colors in your photo to create a bold, pop‑art poster effect. Adjust levels and download.
Write Q&A in a simple format and export as a CSV file compatible with Anki. Perfect for rapid card creation. Local.
Map CSV columns to event fields and generate a valid .ics file. Import into Google Calendar, Outlook, or Apple Calendar. Local.
Convert a JSON array of strings or numbers into a single‑column CSV. Quick data dump. Local.
Format a list of Q&A pairs and export as a CSV ready for Anki import. Simple line‑based template. Local.
Paste delimited data and split it into columns. Choose custom separator. Shows a preview table. Local.
Reduce an image to large colored squares. Create bold, minimalist wall art. Adjust block size. Download PNG.
Paste CSV and get a list of SQL INSERT statements. Define table name and column mapping. All local conversion.
Paste CSV data and pick which columns to keep or drop. Rearrange column order by dragging. Download the new file. All local.
Paste a mixed text and get a list of only the emojis found within. Counts each unique emoji. Data cleanliness tool.
Convert comma‑separated data into a series of SQL INSERT statements. Define the table name and column order. Local.
Paste SQL INSERT statements and extract the data into a clean CSV table. Works with multiple rows. Local parser.
Apply a realistic oil painting texture to your photo. Adjust brush size and roughness. Brush stroke simulation.
Paste CSV and get a beautiful HTML table with sortable headers (optional). Copy the full HTML/CSS snippet. Local.
Generate random but realistic‑looking data arrays (users, products, orders) with typos and missing fields. For test robustness.
Paste tab‑separated or CSV data and instantly get a beautifully aligned Markdown table. Essential for documentation.
Apply a true negative color effect to your image. Simulate a film negative or invert scanned documents. Instant canvas transformation.
Paste CSV data and instantly get a formatted MediaWiki table code. Ideal for Wikipedia editors and internal wikis.
Upload a photo and remap its tones to any gradient. Apply stunning color grading. Download result.
Upload ugly SQL and get a beautifully indented, syntax‑highlighted version. Supports multiple dialects. All local.