Posts

Color Scheme Generator

Color Scheme Generator Color Scheme Generator Base Color: Generate Scheme This code combines the HTML structure, CSS styles, and JavaScript functions into a single HTML file. The functionality remains the same as before, allowing users to input a base color and generate a color scheme dynamically.

Nameserver Lookup Tool

Nameserver Lookup Tool Nameserver Lookup Tool Enter Domain: Lookup You can simply copy and paste this code into a single HTML file, and it will work as the complete Nameserver Lookup Tool with colorful styling and all its features using HTML, CSS, and JavaScript.

AND Calculator

AND Calculator Input 1: Input 2: Calculate AND This code creates a simple AND calculator tool where you can input two values (either 0 or 1) and it will calculate the logical AND operation between them, displaying the result below the inputs. I've added basic styling to make it look presentable, but feel free to modify the styles as per your preference.

XOR Calculator Tool

XOR Calculator Tool XOR Calculator Tool Enter first number: Enter second number: Calculate XOR This code creates a simple XOR calculator tool using HTML, CSS, and JavaScript. It has a clean and colorful design, takes two input numbers, and calculates their XOR when the button is clicked. The result is displayed below the button.

Bitwise Calculator

Bitwise Calculator Number 1 Number 2 AND OR XOR NOT This code creates a simple Bitwise Calculator with inputs for two numbers and buttons to perform AND, OR, XOR, and NOT operations. The result is displayed in a read-only text input field. Feel free to customize the styling or functionality further based on your preferences!

Sort Text Lines

Sort Text Lines Tool Sort Text Lines Tool Sort Lines This code creates a simple webpage with a text area for input, a button to trigger the sorting, and a div to display the sorted lines. When you enter text into the textarea and click the "Sort Lines" button, it sorts the lines alphabetically and displays them below the button. The styling is basic but colorful enough to make it visually appealing.

Remove Lines Containing Tool

Remove Lines Containing Tool Remove Lines Containing Tool Enter Text Remove Lines Containing Remove Lines Clear This code includes a simple form where you can enter text, specify the text to remove, and then click a button to remove lines containing that text. The result is displayed below the form. There's also a "Clear" button to reset the form. Feel free to modify the styling or functionality as needed!