Skip to content
View 8g6-new's full-sized avatar
:dependabot:
learning
:dependabot:
learning
  • India
  • 23:16 (UTC +05:30)

Block or report 8g6-new

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
8g6-new/README.md







Ever wondored why I choose this user name (8G6)

    ord=(a)=>a.charCodeAt(0)
    chr=(a)=>String.fromCharCode(a)
    print=(...a)=>console.log(...a)
    name_encoded='8G6'
    name_decoded_cap=''
    name_decoded_small=''
    for(i=0;i<name_encoded.length;i++){
        name_decoded_cap   += chr(ord(name_encoded[i])+12)
        name_decoded_small += chr(ord(name_encoded[i])+44)
    }
    print(name_decoded_cap,name_decoded_small)
    //Output : DSB dsb
    //Output is given for those who are too lazy to copy paste this code and run it 
    // DSB / dsb  => Devadut S Balan / devadut s balan

I also like small usernames so this user name is perfect for me

Other Speciality of this user name

  • 8 : Octa
  • G : English Alphabet at position 7
  • 6 : Number at position 6

So 876 has 3 reasons to be my favorite

  • Perfect Counting Example
  • Code of Jamaica the country famous for the earliest Science & Technolog 🔭🖥️
  • Jamaica country of my favrote sports star Usain St Leo Bolt 🏃🏿

Trophys

Profile Overview




My Wakatime Stats

Stackoverflow

StarDev

Check out 8G6's profile on stardev.io

Popular repositories Loading

  1. c_spectrogram c_spectrogram Public

    A high performance spectrogram with STFT Mel and MFCC support in pure C

    C 3

  2. ktu_scrappy ktu_scrappy Public

    github.com/8g6/ktu_scrappy

    JavaScript 2

  3. mp3_to_wav mp3_to_wav Public

    An mp3 to wave converter using minimp3

    C 1

  4. chigago-crime-data-csv chigago-crime-data-csv Public

  5. cloud-remote cloud-remote Public

    CSS

  6. BibFromText BibFromText Public

    Given a list of reference papers serrated by new lines , the program will automatically retrive all Bibs and saved to a file

    JavaScript