Skip to content
View smiile8888's full-sized avatar
🦉
🦉
Block or Report

Block or report smiile8888

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

Pinned Loading

  1. discord-github-integration discord-github-integration Public

    Discord and GitHub Integration

    JavaScript

  2. smiile8888.github.io smiile8888.github.io Public

    Hello there 😃 glad to have you here. Know me more in my world: https://thesmile.me

    HTML

  3. rna-splice-sites-recognition rna-splice-sites-recognition Public

    This is part of my master's degree thesis, RNA Splice Site Recognition.

    Jupyter Notebook 2 3

  4. Porting tensorboard on local machine... Porting tensorboard on local machine or the server with ngrok
    1
    #!usr/bin/env python
    2
    
                  
    3
    # kill process on the particular port that you want to run tensorboard on, this case is 6006
    4
    kill -9 $(lsof -t -i:6006)
    5
    # run tensorboard on localhost on background