Has your password been pwned?
Or, how I almost failed to search a 37 GB text file in under 1 millisecond (in Python).
https://death.andgravity.com/pwned
Or, how I almost failed to search a 37 GB text file in under 1 millisecond (in Python).
https://death.andgravity.com/pwned
death and gravity
Has your password been pwned? Or, how I almost failed to search a 37 GB text file in under 1 millisecond (in Python)
... in which we check if your password has been compromised in many inconvenient ways, in a tale of destruction, obsession, and self-discovery.
facebookresearch / diplomacy_cicero
Code for Cicero, an AI agent that plays the game of Diplomacy with open-domain natural language negotiation.
https://github.com/facebookresearch/diplomacy_cicero
Code for Cicero, an AI agent that plays the game of Diplomacy with open-domain natural language negotiation.
https://github.com/facebookresearch/diplomacy_cicero
GitHub
GitHub - facebookresearch/diplomacy_cicero: Code for Cicero, an AI agent that plays the game of Diplomacy with open-domain natural…
Code for Cicero, an AI agent that plays the game of Diplomacy with open-domain natural language negotiation. - facebookresearch/diplomacy_cicero
A year of building for the terminal
https://textual.textualize.io/blog/2022/12/20/a-year-of-building-for-the-terminal/
https://textual.textualize.io/blog/2022/12/20/a-year-of-building-for-the-terminal/
PyPI malware creators are starting to employ Anti-Debug techniques
First time anti-debug techniques are discovered in PyPI malware. Read how these techniques are implemented, including analysis and tips from JFrog Security Research.
https://jfrog.com/blog/pypi-malware-creators-are-starting-to-employ-anti-debug-techniques/
First time anti-debug techniques are discovered in PyPI malware. Read how these techniques are implemented, including analysis and tips from JFrog Security Research.
https://jfrog.com/blog/pypi-malware-creators-are-starting-to-employ-anti-debug-techniques/
JFrog
PyPI malware creators are starting to employ Anti-Debug techniques
First time anti-debug techniques are discovered in PyPI malware. Read how these techniques are implemented, including analysis and tips from JFrog Security Research.
sdfstudio
A Unified Framework for Surface Reconstruction.
https://github.com/autonomousvision/sdfstudio
A Unified Framework for Surface Reconstruction.
https://github.com/autonomousvision/sdfstudio
GitHub
GitHub - autonomousvision/sdfstudio: A Unified Framework for Surface Reconstruction
A Unified Framework for Surface Reconstruction. Contribute to autonomousvision/sdfstudio development by creating an account on GitHub.
acheong08 / ChatGPT
Lightweight package for interacting with ChatGPT's API by OpenAI. Uses reverse engineered official API.
https://github.com/acheong08/ChatGPT
Lightweight package for interacting with ChatGPT's API by OpenAI. Uses reverse engineered official API.
https://github.com/acheong08/ChatGPT
GitHub
GitHub - acheong08/ChatGPT: Reverse engineered ChatGPT API
Reverse engineered ChatGPT API. Contribute to acheong08/ChatGPT development by creating an account on GitHub.
taranjeet / chatgpt-api
This repo is unofficial ChatGPT api. It is based on Daniel Gross's WhatsApp GPT
https://github.com/taranjeet/chatgpt-api
This repo is unofficial ChatGPT api. It is based on Daniel Gross's WhatsApp GPT
https://github.com/taranjeet/chatgpt-api
GitHub
GitHub - taranjeet/unofficial-chatgpt-api: This repo is unofficial ChatGPT api. It is based on Daniel Gross's WhatsApp GPT
This repo is unofficial ChatGPT api. It is based on Daniel Gross's WhatsApp GPT - taranjeet/unofficial-chatgpt-api
The hand-picked selection of the best Python libraries and tools of 2022
https://www.reddit.com/r/Python/comments/zvxb2x/the_handpicked_selection_of_the_best_python/
https://www.reddit.com/r/Python/comments/zvxb2x/the_handpicked_selection_of_the_best_python/
Reddit
r/Python on Reddit
The hand-picked selection of the best Python libraries and tools of 2022
apple / ml-stable-diffusion
Stable Diffusion with Core ML on Apple Silicon
https://github.com/apple/ml-stable-diffusion
Stable Diffusion with Core ML on Apple Silicon
https://github.com/apple/ml-stable-diffusion
GitHub
GitHub - apple/ml-stable-diffusion: Stable Diffusion with Core ML on Apple Silicon
Stable Diffusion with Core ML on Apple Silicon. Contribute to apple/ml-stable-diffusion development by creating an account on GitHub.
Concurrent Programming in Python
Concurrent programming refers to a type of programming focused on executing independent tasks at ...
https://superfastpython.com/concurrent-programming/
Concurrent programming refers to a type of programming focused on executing independent tasks at ...
https://superfastpython.com/concurrent-programming/
Super Fast Python
Concurrent Programming in Python - Super Fast Python
Concurrent Programming in Python, your complete guide to concurrent programming in Python with threads, processes, and coroutines.
How virtual environment libraries work in Python
Have you ever wondered what happens when you activate a virtual environment and how it works ...
https://rushter.com/blog/python-virtualenv/
Have you ever wondered what happens when you activate a virtual environment and how it works ...
https://rushter.com/blog/python-virtualenv/
Artem Golubin
How virtual environment libraries work in Python | Artem Golubin
An introduction to virtual environment internals
What is a Coroutine in Python
Python coroutines are first-class concepts that can be used to develop asynchronous programs. In ...
https://superfastpython.com/python-coroutine/
Python coroutines are first-class concepts that can be used to develop asynchronous programs. In ...
https://superfastpython.com/python-coroutine/
Super Fast Python
What is a Coroutine in Python - Super Fast Python
Coroutines are concurrent tasks in asyncio programs. Python provides first-class coroutines and the asyncio module for running and using them in Python applications. Coroutines are used to develop concurrent applications but are unlike thread-based and process…
Understanding Python Types and Type Hints
https://codesolid.com/understanding-python-types-and-type-hints/
https://codesolid.com/understanding-python-types-and-type-hints/
CodeSolid.com - Python: Beginner to Expert
Understanding Python Types and Type Hints
Learn all about Python types, from how to explore information about them to how to ensure the correct types are passed to a function.
rawandahmad698 / PyChatGPT
⚡️ Python client for the unofficial ChatGPT API with auto token regeneration, conversation tracking, proxy support and more.
https://github.com/rawandahmad698/PyChatGPT
⚡️ Python client for the unofficial ChatGPT API with auto token regeneration, conversation tracking, proxy support and more.
https://github.com/rawandahmad698/PyChatGPT
GitHub
GitHub - rawandahmad698/PyChatGPT: ⚡️ Python client for the unofficial ChatGPT API with auto token regeneration, conversation tracking…
⚡️ Python client for the unofficial ChatGPT API with auto token regeneration, conversation tracking, proxy support and more. - rawandahmad698/PyChatGPT
Turing-Project / AntiFraudChatBot
A simple prompt-chatting AI based on wechaty and fintuned NLP model
https://github.com/Turing-Project/AntiFraudChatBot
A simple prompt-chatting AI based on wechaty and fintuned NLP model
https://github.com/Turing-Project/AntiFraudChatBot
GitHub
GitHub - Turing-Project/AntiFraudChatBot: A simple prompt-chatting AI based on wechaty and fintuned NLP model
A simple prompt-chatting AI based on wechaty and fintuned NLP model - Turing-Project/AntiFraudChatBot
I scanned every package on PyPi and found 57 live AWS keys
https://tomforb.es/i-scanned-every-package-on-pypi-and-found-57-live-aws-keys/
https://tomforb.es/i-scanned-every-package-on-pypi-and-found-57-live-aws-keys/