Skip to content
View linjujose's full-sized avatar
  • San Francisco/Calgary
Block or Report

Block or report linjujose

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. TwitterAPI TwitterAPI Public

    A script to get unique hyperlinks from tweets for a given hashtag.

    Ruby

  2. chefrecipes chefrecipes Public

    An app for chefs to network and showoff their recipe portfolio

    Ruby

  3. tic_tac_toe.py tic_tac_toe.py
    1
    class tic_tac_toe:
    2
        def __init__(self):
    3
            self.arr = [[0,0,0],
    4
                        [0,0,0],
    5
                        [0,0,0]]
  4. Irrigation Irrigation Public

    Irrigation scheduler Ruby Application

    Ruby

  5. Intergram Intergram Public

    Minimalist social network. Instagram meets whatsapp group. React app.

    JavaScript 1

  6. node-mongo node-mongo Public

    Node backend for Intergram. Includes Express, Mongoose and CORS middleware packages.

    JavaScript