Skip to content
View Bmohsen's full-sized avatar
🌏
Working from home
🌏
Working from home
  • World
  • Shiraz, Iran
  • 05:43 (UTC +03:30)

Block or report Bmohsen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking 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 aboutreporting abuse.

Report abuse
Bmohsen/README.md
  • 👋 Hi, I’m @Bmohsen
  • 👀 I’m interested in Books, Movies and Cutting Edge tech
  • 💪 My Skills and toolset:
  • My Skills
  • 🌱 I’m currently learning GO 🦫
  • Go
  • 📫 How to reach me:

Pinned Loading

  1. reddit-telegram-scrapp-reddit reddit-telegram-scrapp-redditPublic

    scrap hot memes from /r/memes sub in reddit and send it to telegram channel

    Python 5

  2. github2gitea github2giteaPublic

    useful scripts for easily migrating, deleting and etc... of your organization's repositories from github to your own hosted Gitea! tested on latest stable build of Gitea and api version v1.

    Python

  3. 2d array JavaScript function 2d array JavaScript function
    1
    functionmake2DArray(cols,rows){
    2
    letarr=newArray(cols)
    3
    for(leti=0;i<arr.length;i++){
    4
    arr[i]=newArray(rows)
    5
    }