danadarvishzadeh's Stars
pallets/flask
The Python micro framework for building web applications.
adam-p/markdown-here
Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.
golang-standards/project-layout
Standard Go Project Layout
spf13/viper
Go configuration with fangs
XTLS/Xray-core
Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
python-telegram-bot/python-telegram-bot
We have made you a wrapper you can't refuse
ankitects/anki
Anki's shared backend and web components, and the Qt frontend
CoreyMSchafer/code_snippets
persepolisdm/persepolis
Persepolis is a download manager written in Python.
spf13/afero
A FileSystem Abstraction System for Go
dropbox/godropbox
Common libraries for writing Go services/applications.
oklog/oklog
A distributed and coördination-free log management system
Rafficer/linux-cli-community
Linux command-line client for ProtonVPN. Written in Python.
apache/james-project
Emails at the heart of your business logic!
lucrae/django-cheat-sheet
A cheat sheet for creating web apps with the Django framework.
clbanning/mxj
Decode / encode XML to/from map[string]interface{} (or JSON); extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages.
anoubhav/Coursera-Algorithmic-Toolbox
This repository contains all the solutions for the assignments of the course - Algorithmic Toolbox offered on Coursera.
Sonia-96/Coursera-Data_Structures_and_Algorithms
My solutions to assignments of Data structures and algorithms (by UCSD and HSE) on Coursera. All problems from Course 1 to Course 5 have been solved.
persepolisdm/Persepolis-WebExtension
WebExtension integration for Persepolis download manager
sbabiv/xml2map
XML to MAP converter written Golang
samverrall/hex-structure
jbowtie/gokogiri
A light libxml wrapper for Go
netbrain/goautosocket
The GAS library provides auto-reconnecting TCP sockets in a tiny, fully tested, thread-safe API
elplatt/python-priorityq
An object-oriented priority queue with updatable priorities.
heysaeid/flask-and-kafka
Easily write your kafka producers and consumers in flask
heysaeid/Casual-SSH-Client
An ssh client for casual use 😀
heysaeid/fastapi-fast-template
This library helps you not get involved in the complexities of FastAPI and its libraries and focus all your attention on the application.
heysaeid/algorithms-python
Understanding and implementing algorithms in Python
ahmedkrmn/Self-balancing-AVL-Tree
A complete implementation of the AVL binary search tree with additional advanced queries like range sum.