Giter Club home page Giter Club logo

Algorithmic 🎩🃏

SKILLS

My Skills


#!/bin/bash
binary_string="01000011 01101111 01100100 01100101 00100000 01101001 01110011 00100000 01110100 01101000 01100101 00100000 01100011 01101001 01100111 01100001 01110010 01100101 01110100 01110100 01100101 00100000 01110100 01101000 01100001 01110100 00100000 01101110 01100101 01110110 01100101 01110010 00100000 01101100 01100101 01100001 01110110 01100101 01110011 00100000 01101101 01111001 00100000 01101000 01100001 01101110 01100100 "

# Split the binary string into an array
binary_array=($binary_string)

# Initialize an empty variable for the text
text=""

# Iterate through the binary values and convert to text
for binary_value in "${binary_array[@]}"; do
   # Convert binary to decimal and then to ASCII character
   decimal_value=$((2#$binary_value))
   text+=$(printf "\\$(printf '%03o' "$decimal_value")")
done

# Print
echo -e "\"$text🚬\"\n- Arth\n"

OUTPUT

Code is the cigarette that never leaves my hand🚬
- Arth

Arth's Projects

bun icon bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

clinei icon clinei

clinei is a library that provides a command line interface handler to make it easy to build CLI programs.

cosmicord.js icon cosmicord.js

Cosmicord.js is a powerful and intuitive Lavalink wrapper designed to simplify the process of integrating Lavalink into your Node.js applications.

discord.js icon discord.js

A powerful JavaScript library for interacting with the Discord API

erela.js icon erela.js

An easy-to-use Lavalink client for NodeJS.

flowe icon flowe

flowe simplifies the process of organizing and managing flow sequences. Its powerful and intuitive package makes performance optimization seamless and accessible.

iipc icon iipc

iipc is a simple Inter Process Communication for nodejs built on ws to communicate between processes safely and easily using tcp and websocket, You can also return data to the client see (example)

keymark icon keymark

highlighting a specific key in a string

linguist icon linguist

Language Savant. If your repository's language is being reported incorrectly, send us a pull request!

node icon node

Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:

node-apng icon node-apng

A JavaScript library for producing an APNG file from a series of PNG image data buffers

node-fetch icon node-fetch

A light-weight module that brings the Fetch API to Node.js

poru icon poru

A stable and powerful Lavalink client with some best features

quranbot icon quranbot

Quran bot. To play surahs from the Holy Quran in audio channels and remind prayer times with the support of many cities.

swup-gia-demo icon swup-gia-demo

⚡️Having trouble getting started? A simple demo is always a good way to go. This is a swup + Gia framework DEMO

tacs icon tacs

tacs is a process management system inside the process (nodejs) to handle the huge amount of requests that need accuracy and slow down separately whatever and every time you do a push it will activate an algorithm ($lab), like a Conveyor System Imagine it yes this you can do that in your project

trymore icon trymore

This function helps you handle errors in a flexible and customizable way, allowing you to retry operations by passing a new callback to the trymore method.

unidque icon unidque

Unique IDentifier is a simple and powerful to generate (id) steely and secure numberID or stringID (URL-friendly) The generation depends on a complex algorithm that relies on information, date and process to generate steely

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.