John Doe · 2022-04-03 PHENOMENA To Do List api_key={key}&language=en-US - Add folder changer - x images - show large image when modal - x images to-do future bucketlist
John Doe · 2022-07-13 PHENOMENA This is PHENOMENA's shopping cart gorp core pantz LOUIS VUITTON - Christopher PM Taurillon Monogram - Men - Bags Porsche 911 Targa BMW X5
John Doe · 2023-05-15 python A simple Rock-Paper-Scissors Game written in Python using turtle graphics = 300; rock_y = 200 scissors_x = 300; scissors_y = 300 paper_x = 300; paper_y = 100 q_x = 300; q_y = python game
John Doe · 2023-05-22 python Python Basic ** len(str(num)) for x in str(num)]) for x in range(100, 1000): if is_narcissistic_num(x):
John Doe · 2023-05-09 python Star Patterns in Python . ***** **** *** ** * for x in range(5, 0, -1): for y in range(x): print("*", end="")
John Doe · 2025-04-24 server Use Nginx as Reverse Proxy for multiple servers proxy_buffering off; proxy_set_header Host $host; proxy_set_header X-Real-IP nginx
John Doe · 2023-01-16 java A simple way to read an XML file in Java System.out.println(" " + err.getMessage ()); }catch (SAXException e) { Exception x xml
John Doe · 2023-03-02 python Realtime chat app using Django Daphne Nginx Redis Windows location @django { proxy_pass http://127.0.0.1:1234; proxy_set_header X-Real-IP $remote_addr django daphne nginx redis
John Doe · 2023-06-10 front-end Javascript Basic [,,,2].map((v,i)=> v * i).forEach((v, i) => console.log(v + i)); 1) let x = [,,,2].map((v,i)=> v * i) javascript
John Doe · 2024-10-13 python Web Scraping using Selenium with Python geckodriver-v0.35.0-linux64.tar.gz Extract the file with: tar -xvzf geckodriver* Make it executable: chmod +x selenium beautifulsoup
John Doe · 2023-11-28 server How to disable direct access to a web site by ip address ; } Certificte can be generated with empty CN so you need no worry about fill it. sudo openssl req -x509 nginx ssl
John Doe · 2023-01-16 java Encoding URL query parameters in Java It follows the HTML form encoding application/x-www-form-urlencoded . urlencode