Skip to content
View debashisbarman's full-sized avatar
🇮🇳
🇮🇳
Block or Report

Block or report debashisbarman

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

  1. Kathamo Kathamo Public

    Kathamo is a Minimalist CSS Framework for Rapid & Mobile-Friendly Development. Kathamo has a few easy ways to quickly get started, each one appealing to a different skill level and use case.

    CSS 33 10

  2. minios minios Public

    Mini Operating System is a educational operating system with monolithic kernel design and clean implementation for x86 machines, written in C and Assembly.

    C 14 1

  3. A boilerplate Twitter bot that can r... A boilerplate Twitter bot that can retweet in response to the tweets matching particluar keyword (https://goo.gl/4whEIt)
    1
    # Creating a Twitter bot with Node.js
    2
    Learn how you can create your own [Twitter bot](https://en.wikipedia.org/wiki/Twitterbot) using [Node.js](https://nodejs.org/) and the new [Twitter API](https://dev.twitter.com/overview/api). The bot will auto retweet in response to tweets with some particular [hashtags](https://en.wikipedia.org/wiki/Hashtag). [(https://goo.gl/4whEIt)](https://goo.gl/4whEIt)
    3
     
    4
    ## Tools we need
    5
    Here are the tools we’ll be using to create the bot — 
  4. Forward port 80 to 8080 on EC2 insta... Forward port 80 to 8080 on EC2 instance.
    1
    sudo iptables -t nat -L
    2
    sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8000