Pinned Loading
-
coding-notes
coding-notes PublicForked from methylDragon/coding-notes
I'm compiling comprehensive coding tutorials for many different languages and frameworks! 🐲
C++ 1
-
Things to examine before committing ...
Things to examine before committing a new feature : 1Things to examine before committing a new feature :
231. **OS**
4- what will happen in Linux/Win/AIX/POWERPC? (vice versa)
5- Is agent / db on other OSs acts the same? (`process per connection`, …)
-
Python installed packages
Python installed packages 1import pip
2installed_packages = pip.get_installed_distributions()
3installed_packages_list = sorted(["%s==%s" % (i.key, i.version)
4for i in installed_packages])
5print(installed_packages_list)
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.