⤷ Title: Day 17 — Daily JavaScript Algorithm
════════════════════════
𐀪 Author: Dipak Ahirav
════════════════════════
ⴵ Time: Tue, 31 Dec 2024 15:15:23 GMT
════════════════════════
⌗ Tags: #algorithms #programming #recursion #backtracking #javascript
════════════════════════
𐀪 Author: Dipak Ahirav
════════════════════════
ⴵ Time: Tue, 31 Dec 2024 15:15:23 GMT
════════════════════════
⌗ Tags: #algorithms #programming #recursion #backtracking #javascript
Medium
Day 17 — Daily JavaScript Algorithm
Permutations of a String
⤷ Title: Python Protobuf Flaw Allows DoS Via Nested Messages
════════════════════════
𐀪 Author: Ddos
════════════════════════
ⴵ Time: Wed, 18 Jun 2025 09:58:03 +0000
════════════════════════
⌗ Tags: #Vulnerability #cybersecurity #Denial of Service #dos #google #Protobuf #Protocol Buffers #Pure_Python #Python #Recursion
════════════════════════
𐀪 Author: Ddos
════════════════════════
ⴵ Time: Wed, 18 Jun 2025 09:58:03 +0000
════════════════════════
⌗ Tags: #Vulnerability #cybersecurity #Denial of Service #dos #google #Protobuf #Protocol Buffers #Pure_Python #Python #Recursion
Daily CyberSecurity
Python Protobuf Flaw Allows DoS Via Nested Messages
A high-severity flaw (CVE-2025-4565) in Google's pure-Python Protobuf backend allows unauthenticated attackers to crash applications via crafted nested messages.
⤷ Title: Struggling With Hierarchical Data in SQL Server? How Recursive CTEs Make It Simple (and Fast)
════════════════════════
𐀪 Author: Sajjad Hussain
════════════════════════
ⴵ Time: Sat, 06 Sep 2025 06:03:37 GMT
════════════════════════
⌗ Tags: #sql #recursion #sql_injection #sql_queries #sql_server
════════════════════════
𐀪 Author: Sajjad Hussain
════════════════════════
ⴵ Time: Sat, 06 Sep 2025 06:03:37 GMT
════════════════════════
⌗ Tags: #sql #recursion #sql_injection #sql_queries #sql_server
Medium
Struggling With Hierarchical Data in SQL Server? How Recursive CTEs Make It Simple (and Fast)
Did you ever query hierarchical data in SQL Server? Do you want to extract org charts, category trees, or folder structures — but…