Cosmicoppaicosmicoppai.com·Jul 24, 2024Zero, Zero, What Are You? A Deep Dive into Type ConversionAlmost every computer uses a text input buffer for handling user input, providing feasibility and wide-ranging support across various applications. However, it may not be immediately apparent how the characters we type are converted internally for nu...Discuss·42 readsPython
Mukesh Kumarmkstech.hashnode.dev·Jul 9, 2024GPG Encryption/Decryption Quick GuideTo list the existing GPG keys: gpg --list-secret-keys --keyid-format=long gpg --list-signatures gpg -k --keyid-format long To generate gpg keys(Will ask for pass phrase), these commands will generate the pair of keys i.e. public and private keys wit...Discusspublic gpg key
Eleftheria Batsoueleftheriabatsou.hashnode.dev·Jun 21, 2024Tutorial: Simple 3D Cube in Rust 🦀Hello everyone, welcome back to my blog or if you're new here, hi, I'm Eleftheria and I'm learning Rust. Today we are going to create a simple spinning 3D cube using Rust and as less as dependencies as possible. This project is beginner-friendly and ...Discuss·7 likes·95 readsRust Projects 🦀Rust
Raghuu'raghuu87.hashnode.dev·May 9, 2024My D's P's L's Js _ Day7 _ Git and GitHub {6}; Getting Familiar {3}; CS50'sT {1}; Other Developments {7}.\\ Let's Begin... \\ Git and GitHub {6}_ Git: Become an Expert in Git & GitHub in 4 Hours (1) : Source: udemy. Git was created by a same person who created Linux. no need to mention their name!. Git Bash vs Bash Shell : Git Bash is a software applic...Discussbash shell
Nidal Iguerblog.inidal.dev·Mar 18, 2024Unlocking the Code: A Beginner's Guide to the Digital Frontier📝 Introduction for Beginners: This article is crafted to introduce programming concepts in a way that's accessible to beginners. It aims to simplify complex ideas into understandable terms. While this introduction serves as a great starting point, t...Discuss·59 readsDev Journeyparadigm
Anjanesh Lekshminarayananubuntu.co.in·Oct 26, 2023Converting a file from Windows format (utf-16) to Ubuntu format (utf-8)You've exported a MySQL dump (say the file is my-db.sql) from Windows in Powershell or via phpMyAdmin. Now you want to import the MySQL file, my-db.sql, on a Ubuntu machine. You get the error : ERROR: ASCII '\0' appeared in the statement, but this is...Discuss·37 readsascii
yassery3script.hashnode.dev·Jun 3, 2023Unleash Your Creativity with Pyfiglet: ASCII Art Made Easy in Python! ✨🎨Are you looking to add some creative flair to your Python projects? Look no further! Pyfiglet is a powerful Python library that allows you to generate ASCII art from text effortlessly. ASCII art is a technique that uses printable characters to create...Discuss·137 readsPython
Gideon Baturegideonbature.hashnode.dev·May 13, 2023The Ultimate Guide to Converting Uppercase and Lowercase Letters in C Using ASCIIIntroduction In this guide, you will learn the easiest and most direct way of converting uppercase and lowercase letters in C using ASCII ASCII is an acronym for American Standard Code for Information Interchange. This ASCII assigns a code called the...Discuss·10 likes·114 readsascii
Md. Fahim Bin AminforfreeCodeCampfreecodecamp.org·Feb 28, 2022How to Get the ASCII Value of Any Character with One Line of CodeWhen you're working on a project or computer program, you might need to use the ASCII value of a certain character. This is a common phenomenon in competitive programming, as well – we typically need to use the ASCII value of characters when solving...Discussascii
Kristofer KoishigawaforfreeCodeCampfreecodecamp.org·Mar 11, 2021ASCII Table – Hex to ASCII Value Character Code ChartAs a developer, you'll eventually need to look up hex or ASCII values and see what they translate to. You might also need to know what the decimal, binary, or HTML values are, too. If you search for these codes online, you'll often find tables that a...Discussascii