Skip to content
View TheBooker66's full-sized avatar
๐Ÿ’ญ
Vibin'
๐Ÿ’ญ
Vibin'

Highlights

  • Pro

Block or report TheBooker66

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
TheBooker66/README.md

Hi there ๐Ÿ‘‹

A tad bit about me

I am, first and foremost, a Chemist and Materials Scientist. I also like coding, and I know Js (& Html, css) and Python well. I used to program in C#, Matlab and Java quite a bit, though not anymore, and I have some knowledge of other languages (ASM, C, bash, powershell, AHK), but I'm not proficient in them.

Publicly, I've coded a number of basic websites (checkers, minesweeper, etc.), a Whatsapp bot (which during its peak was used by more than a thousand concurrent users) and as of now am the sole maintainer of Technion Plus Plus (Technion++, for short).

libera manifesto

These are the languages I code with:

Top Langs

Have a look around, and if you like what you see, be sure to tell me!

Pinned Loading

  1. Technion-Plus-Plus Technion-Plus-Plus Public

    Get the Technion's web-experience out of the stone age.

    JavaScript 2

  2. ArielYat/Whatsapp-bot-Project ArielYat/Whatsapp-bot-Project Public

    WhatsApp Bot ๐ŸŒŸ - for groups and individuals

    TypeScript 10 3

  3. Translate sentences or words and hea... Translate sentences or words and hear them with Google Translate and Wikipedia
    1
    const nodeFetch = require("node-fetch"), request = require("request"), say = require("say");
    2
    
                  
    3
    async function translate(text) {
    4
        text = text.replace(/^Translate to/i).trim();
    5
        //Extracts the text to translated from the text inputted