Abseil Python Common Libraries
My Personal Website
Image Annotation for the Web - Annotorious Core Library
alanyee/annotorious-elasticsearch-plugin 0
An Annotorious storage plugin for ElasticSearch (for demo purposes, mostly)
alanyee/annotorious-parse-plugin 0
A simple Annotorious plugin to store annotations on Parse.com
alanyee/annotorious.github.io 0
Annotorious Website
Anti-Adblock Killer helps you keep your Ad-Blocker active, when you visit a website and it asks you to disable.
Web Application Security Scanner Framework
My Attempt at a Friendly Introduction to Assembly
push eventalanyee/alanyee.github.io
commit sha 88508c96b3344fdba99fe42253f8cc76ce5577f9
Update resume
push time in 19 hours
push eventalanyee/cosmic-bot
commit sha 657921fc303ac4cb7934d76b19142a7008d4d63c
Allude to a minimum of 3 players
push time in 2 days
push eventalanyee/cosmic-bot
commit sha 9d71ba079db757305190e1ff07173daacca4d044
Add missing word
push time in 3 days
push eventalanyee/cosmic-bot
commit sha ac38f58a36bb85a30d371398bc415f02b16362b9
Update README.md
push time in 3 days
push eventalanyee/cosmic-bot
commit sha f8b94665ed768b06de43fcb167ed37008c5b766b
Add constraints for 3-8 players
push time in 3 days
push eventalanyee/cosmic-bot
commit sha 36e9caa84878b6d5a35c323659e162e4c425b8ca
Catch having more than 8 players in voice chat
push time in 5 days
push eventalanyee/cosmic-bot
commit sha c6d558753d7140fb2a877ebdd5cdaa0509c01d31
Update bot.py
commit sha 8fcab9b58bd64b502ccd8ea37b72a12682b1c371
Merge pull request #1 from alanyee/patch-2 Add colors function
push time in 5 days
PR merged alanyee/cosmic-bot
Assign colors to all players in voice chat
pr closed time in 5 days
PR opened alanyee/cosmic-bot
Assign colors to all players in voice chat
pr created time in 5 days
push eventalanyee/cosmic-bot
commit sha 66f3cb4e0a0714d53a687cfb51babd154a8e37c7
Proper f-string
push time in 5 days
PR opened keikoproj/minion-manager
validate_usr_args() had a couple of statements that did nothing since argparse already do something similar to those statements internally as the parser is constructed and ran. For checking usr_args.cloud.lower() == "aws", it was more pythonic to leverage argparse's built-in methods to check if the input was valid.
pr created time in 16 days
push eventalanyee/minion-manager
commit sha 1c72715b0c0dd3e10094edb1c950c09e6a56ba16
Remove validate_usr_args() `validate_usr_args()` had a couple of statements that did nothing since `argparse` already do something similar to those statements internally as the parser is constructed and ran. For checking `usr_args.cloud.lower() == "aws"`, it was more pythonic to leverage argparse's built-in methods to check if the input was valid.
push time in 16 days
Intelligent use of Spot Instances in Kubernetes
fork in 16 days
push eventalanyee/python-terrascript
commit sha 4025a361169c52da4d38082aa384e52c48ae770c
Fix typo
push time in 20 days
issue commentfukatani/TreeSet
TreeSet `remove` method time complexity is O(n)
This would require a custom class because the list and linked list implementations in Python have O(n) stopgaps for trying to deleting an arbitrary value or index respectively.
comment created time in 20 days
PR opened mjuenema/python-terrascript
I cannot both bold and link text in RST: https://docutils.sourceforge.io/FAQ.html#is-nested-inline-markup-possible
But referencing the FAQ should have a direct link to where the FAQ is.
pr created time in 20 days
push eventalanyee/python-terrascript
commit sha aa6084e693ee9fcaceef0940afb7c3583027b049
Add direct link to FAQ
push time in 20 days
PR opened intuit/oauth-pythonclient
- #18
- Minor changes for performance and PEP 8
pr created time in 21 days
push eventalanyee/oauth-pythonclient
commit sha 13869d577661f1f488affcebf1b172983eb0c0a4
Update client.py
push time in 21 days
push eventalanyee/oauth-pythonclient
commit sha bd63627d685d41f37c53c44f6c480d35d5d27eb9
Update client.py
push time in 21 days
push eventalanyee/oauth-pythonclient
commit sha 4425a76e68795199de83fd64da15cd0d9af5d242
Update config.py
push time in 21 days
push eventalanyee/oauth-pythonclient
commit sha 85be9f9d28e0e2c2e6c64333ccfb4378f8a81c14
Update utils.py
push time in 21 days
PR opened Atyansh/cosmic-bot
Example:
!color player1 player2 player3 player4
may return
('player1', 'Green'), ('player2', 'Red'), ('player3', 'Pink'), ('player4', 'Orange')
pr created time in 22 days
push eventalanyee/cosmic-bot
commit sha f8166edc0b53f61b2c2800d14f612c949a2fbf64
Randomize players colors
push time in 22 days
push eventalanyee/cosmic-bot
commit sha bcd394446bcfa972cdd608ac91000b8f98ba1e45
Update bot.py
push time in 22 days
PR opened intuit/oauth-pythonclient
Using a thirdparty dependency as big as future for just urlencode() does not seem worth it
pr created time in 22 days
push eventalanyee/oauth-pythonclient
commit sha 638064b5030c1033aff0d3dada8c1d2b206f0953
Update requirements.txt
push time in 22 days
push eventalanyee/oauth-pythonclient
commit sha 4653b59a57cb4f403f0f3518614a7f1b4570d71f
Update requirements.txt
push time in 22 days
push eventalanyee/oauth-pythonclient
commit sha bc7ac85140d3caec914b91800f848cc56e40f216
Update setup.py
push time in 22 days
push eventalanyee/oauth-pythonclient
commit sha 7ddb80911a6511ab4d649271d3f7214e13577e12
Remove future dependency
push time in 22 days
fork alanyee/oauth-pythonclient
The Python OAuth client provides a set of methods that make it easier to work with Intuit's OAuth and OpenID implementation.
fork in 22 days
push eventalanyee/animation
commit sha 5a3d27bac3635e9560a18840202f71033520cd3b
Kill animation without toggling SIGINT multiple times
push time in 22 days
PR opened bprinty/animation
- Remove
getattr()andhasattr()to use the signals directly - Remove duplicate signal
- Minor changes for PEP 8
pr created time in 22 days
push eventalanyee/animation
commit sha cfafa354e73f3c8ca726aaa464d9bb06a34b2af4
Update decorators.py
push time in 22 days
pull request commentPythonCharmers/python-future
Update imp to importlib for py3
According to docs, the module has been deprecated since 3.4 with certain methods deprecated since 3.3. Looking at specific methods such as https://docs.python.org/3/library/imp.html#imp.find_module, you might not be able to do a blanket alias and have to do specific imports.
comment created time in 22 days
PR opened fukatani/TreeSet
- Fixes #1. Returns
Nonesince the Java equivalent returnsnull - Due to Python indexing, if the
floor()of a TreeSet does not exist, the last element of the set is returned. Now returnsNoneif it does not exist - Added tests to check the above
- Minor changes to make the codebase more PEP 8 compliant
pr created time in 22 days
push eventalanyee/TreeSet
commit sha 5f56d4f2183851e70707138b604b9e52e2adbb46
Update test_treeset.py
push time in 22 days
push eventalanyee/TreeSet
commit sha 48bb60427e419d203ee35a1b68dababe2e7585d5
PEP 8
push time in 22 days
push eventalanyee/TreeSet
commit sha 28a91c6606a4085d4727cda909edfe3d59b6b8a8
Update treeset.py
push time in 22 days
startedfukatani/TreeSet
started time in 2 months
push eventalanyee/boto3
commit sha 1a541812ceb7e5cd4698a713c0c87f20789302db
Fixed the indentation
commit sha 913b2e2f17a48602257255860b07ea6961eb815d
Enable pip cache in Travis CI Can speed up builds and reduce load on PyPI servers. For more information, see: https://docs.travis-ci.com/user/caching/#pip-cache
commit sha 98c86ae099ac6ef4aed9dc9c904131ea63b33d3d
Add missing trove classifier for Python 2 support
commit sha f883a049dbab1403076a258be33287cf5f8295ed
ESC container -> ECS container
commit sha d6c0156a14c4c4ee0ca995ea052b33fa73e9a3b9
Add changelog entries from botocore
commit sha 780c0fec6473c0edb7e394221774211fb8a46428
Bumping version to 1.12.5
commit sha d0e2f0fa19cba878e37ac2c41da83ebb28fc8a59
Merge branch 'release-1.12.5' into develop * release-1.12.5: Bumping version to 1.12.5 Add changelog entries from botocore
commit sha a6631e70f1cb68dcecfff0e9111f685917c6ee35
Add changelog entries from botocore
commit sha a2c58b70473c9659abc9084a0a0c60b877509f8b
Bumping version to 1.12.6
commit sha 2e91fb35ebe1548601fee0bc716d80ff9295e2a4
Merge branch 'release-1.12.6' into develop * release-1.12.6: Bumping version to 1.12.6 Add changelog entries from botocore
commit sha 8f77ca80079d1d6a486e06b0efee0f8a74ebca73
Add changelog entries from botocore
commit sha 3a50ca2d61112980d04e41aa5171c7c543270216
Bumping version to 1.12.7
commit sha 77a5cd8185dc4bcf88a6caee3993dc7b6e475a98
Merge branch 'release-1.12.7' into develop * release-1.12.7: Bumping version to 1.12.7 Add changelog entries from botocore
commit sha 3b5e30f532cb744a127ab5fb0bcda556b6aa0b6e
Add changelog entries from botocore
commit sha fd8d0b512038d39e3c707c65203715605bfc6177
Bumping version to 1.12.8
commit sha 738e5684102dcb9093942274467ef0c4a9433ebc
Merge branch 'release-1.12.8' into develop * release-1.12.8: Bumping version to 1.12.8 Add changelog entries from botocore
commit sha 750a4b404dd130e39a6995dc49d8ebb9f1010393
Add changelog entries from botocore
commit sha abb23ab3ad640fe2dfcc13245d2a575f8619015f
Bumping version to 1.12.9
commit sha 13104cfeb253b233dad5b46f1c925b3e9fc07e6a
Merge branch 'release-1.12.9' into develop * release-1.12.9: Bumping version to 1.12.9 Add changelog entries from botocore
commit sha 6ab77679e64d7708e5af9ccbb4c068455970b527
Add changelog entries from botocore
push time in 2 months
push eventalanyee/alanyee.github.io
commit sha 76e42e1e8a8d0aa9ac2f3e6c4b31d248f3702ef5
Update index.html
push time in 2 months
issue openedPyCQA/pylint
https://pylint.pycqa.org/ keeps redirecting to non-HTTPS link
I am unsure if this repo is the best place to raise this issue, but I have noticed that https://pylint.pycqa.org/ keeps redirecting http://pylint.pycqa.org/en/latest/ which is a HTTP link instead of the HTTPS link https://pylint.pycqa.org/en/latest/. I am unsure what other languages the pylint documentation maintains, but I have been experiencing the problem for English.
created time in 2 months
push eventalanyee/python-quickbooks
commit sha 07d46ad6f3a8c8f13c76bae9ad863678d88e3dd8
Update README.md Create list without append
push time in 2 months
push eventalanyee/cryptography
commit sha cb805b0d0093e6e9f6e17c6ae82d12cf51d564bc
Update README.rst #5387
push time in 2 months
fork alanyee/cryptography
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
fork in 2 months
PR opened ej2/python-quickbooks
Python 3 has print functions instead of statements
pr created time in 3 months
push eventalanyee/python-quickbooks
commit sha 1a543a5570a2e19cf670a72caafb416087a0bc7b
Update README.md Python 3 has print functions instead of statements
push time in 3 months