Skip to content
View simplyvikram's full-sized avatar

Highlights

  • Pro

Block or report simplyvikram

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. gevent-socketio-example gevent-socketio-example Public

    Just trying out gevent socketio on a flask app

    Python

  2. Trading_Evolved_Clenow Trading_Evolved_Clenow Public

    Jupyter Notebook 3

  3. trying to call a long blocking funct... trying to call a long blocking function in tornado in a non blocking way, updated based on feedback(https://gist.github.com/badlydrawnrod/7003909)
    1
    import tornado.web
    2
    import tornado.gen
    3
    import time
    4
    from functools import partial
    5
    import os
  4. Playing around with a simple chat se... Playing around with a simple chat server, where clients connect via telnet and send messages to server
    1
    package main
    2
    
                  
    3
    import (
    4
    	"bufio"
    5
    	"fmt"
  5. scheduling-backend scheduling-backend Public

    RESTful backend for scheduling app, Using mongoDB and Flask

    Python 1

  6. haskell_hutton_book_2ed haskell_hutton_book_2ed Public

    Working through the hutton book

    Haskell