Skip to content
View jeot's full-sized avatar
πŸ”€
Saving the world!
πŸ”€
Saving the world!

Block or report jeot

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
jeot/README.md

πŸ‘‹ Hi, this is Shamim

# no username was found!
# let's create one...
import random
for wordLen in range(3,5):
  for x in range(7): # cause i like 7
    word = "";
    for ci in range(wordLen):
      word += chr(random.randint(97,122))
    print(word) # the "jeot" was selected!
  • 🀩 Now I have a username, @jeot
  • πŸ‘¨πŸ»β€πŸ‘©πŸ»β€πŸ‘§πŸ» Father, husband, curious mind
  • πŸ₯Ό PhD in Electronics Engineering, Embedded Systems Designer, Software Developer, Problem Solver
  • πŸ‘€ Interested in Electronics/PCB Design/ARM/FPGA/C/C++/Rust/JS/React/VHDL
  • 🌱 I’m currently learning rust by doing work/hobby projects:
    • building a secure bootloader for STM32L4xx, with secure remote update
    • building a GUI app for work: local communication of nodes over wifi
    • building a weekly task-manager (for myself)
  • πŸ’žοΈ Looking forward to interesting stuff!
  • πŸ“« How to reach me? sh.keshani@gmail.com

Pinned Loading

  1. nvim nvim Public

    My neovim setup (written in lua)

    Lua

  2. thisweek thisweek Public

    Weekly task-management desktop app designed to help you organize, track, and achieve your goals and objectives with an intuitive weekly/yearly calendar interface.

    TypeScript 7

  3. thisweek_core thisweek_core Public

    Core functionality for ThisWeek application in rust

    Rust

  4. STM32-BL-Auth STM32-BL-Auth Public

    Simple bootloader for STM32L4 with Firmware Integrity and Authenticity

    C