🎯
Focusing
Pinned Loading
-
Random_Album_API
Random_Album_API PublicAPI to suggest a random album from a list of Rolling Stone's 500 Greatest Albums to showcase how we can structure our code using flask blueprint , writing class based view for a better organized co…
Python
-
drf-request-model
drf-request-model PublicA request model decorator to validate the request at DRF APIView , aim is to write a library that can be configured to validate any type of request .
Python
-
TicTacToe_P2P
TicTacToe_P2P PublicAn online Tic Tac Toe game that can be played player to player by using websockets
JavaScript
-
petite_validator.py
petite_validator.py 1#Created By AnkDos(https://github.com/AnkDos)
2#A decorator to validate function argument
34def validate_inputs(func):
5def validate(*args):
-
A ruby program to parse AISSCE resul...
A ruby program to parse AISSCE resullt of a range of roll number. 1# Created by Ankur (https://github.com/ankdos)
23require 'mechanize' # Importing the required library
45mechanize = Mechanize.new # Creating the mechanize instance
-
Flatten a dictonary , nested diction...
Flatten a dictonary , nested dictionary into plain dictonary 1def flatten(data):
2flatten_dict = {}
3def flat(data_, key, pkey=''):
4if isinstance(data_, dict):
5if data_ == dict():
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.