Website for downloading videos I have tried several video downloading platform, this one works best so far: cobalt 2025-02-01 Daily Logs > Resources Share #Resource Share
Theory of Computation: Finite Automata Regular Expression I was wondering if the operation of regular expression (Union, Concatenation, Star) is complete. This question needs further prompt: In what sense do I mean complete? Am I asking: - 2025-01-30 Daily Logs > Computer Science > Theory of Computation #Math #Theory of Computation #Proof Theory #Computer Science #Finite Automata #Regular Expression
understanding the halting problem I was reading my Professor Richard Cole's note in the halting problem and I was confused on the statement for a while. Understanding the following two examples will help a lot in understanding the Hal 2025-01-23 Daily Logs > Math #Math #Theory of Computation #Proof Theory #Computer Science
Equivalent Definitions of O(n) and Proof of Membership Equivalent Definitions of \(O(n)\) and Proof of Membership In this post, we’ll explore some equivalent definitions for the orthogonal group, \(O(n)\), and prove that any transformation preserving dist 2024-10-29 Daily Logs > Math > Algebra #Math #Abstract Algebra #Vector Space #Metric #Inner Product #Motion
Isomorphism Between G₀ and O(n) Exploring the Isomorphism Between G₀ and O(n) In the realm of linear algebra and group theory, understanding the structure and relationships between different groups of transformations is fundamental. 2024-10-29 Daily Logs > Math > Algebra #Math #Abstract Algebra #Vector Space #Metric #Inner Product #Motion
Handling OAuth2 Flow and JWT Authentication in a React + Flask Application implementing Google OAuth2 authentication in a React frontend with a Flask backend. 2024-10-27 Daily Logs > Debug Logs #Debug #Tutorial #OAuth2 #JWT #Google Authentication #Web Development
Running a Flask App on 0.0.0.0 But It Still Shows 127.0.0.1 While working on a Flask application, I encountered a perplexing issue. I wanted to make my app accessible externally by running it on 0.0.0.0, but despite setting the host accordingly, the server sti 2024-10-26 Daily Logs > Debug Logs #Debug #Python #Tech #Tutorial #Flask
Resolving Mixed Content Issues When Serving an API Over HTTPS with Nginx and Let's Encrypt Resolving Mixed Content Issues When Serving an API Over HTTPS with Nginx and Let's Encrypt Introduction While developing a web application, I encountered a Mixed Content error when my frontend, served 2024-10-23 Daily Logs > Debug Logs #Debug #Tech #Tutorial #Web Development #Http #Https
Generating requirements.txt in PyCharm and Solving the "Externally Managed Environment" Error Generating requirements.txt in PyCharm and Solving the "Externally Managed Environment" Error When working on a Python project, managing dependencies is crucial for collaboration and deployment. One c 2024-10-22 Daily Logs > Debug Logs #Debug #Python #Tech #Tutorial #Full Stack Development