Skip to content
View battouly's full-sized avatar

Block or report battouly

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. JavaScript-OrderedDict-type JavaScript-OrderedDict-type Public

    A custom JavaScript type "OrderedDict" that acts like a dictionary via its "put" and "get" methods with an additional "getItems" method and returns a list of key-value pairs in the order in which t…

    JavaScript

  2. online-learning-system online-learning-system Public

    An online learning system developed with Django. Mainly providing video contents and a blog page for social interactions and much more.

    Python 1

  3. flask-mongodb-app flask-mongodb-app Public

    A simple book store using flask for backend and mongoDB as database with url connection to mlab.

    Python

  4. python-messenger-bot python-messenger-bot Public

    A Facebook messenger-bot with Flask Python

    Python

  5. python_Telegram_Bot python_Telegram_Bot Public

    Python

  6. Jasmine specification for an Ordered... Jasmine specification for an OrderedDict type
    1
    describe("OrderedDict test suite", function() {
    2
    
                  
    3
    	var odict;
    4
    
                  
    5
    	beforeEach(function() {