Hacker News

Hack

Hacker News - Mon, 04/08/2024 - 3:40pm

###### ##### ##### ##### ### # # ###### # # # # # # # # # # # # # # # # # # # # # # # ##### # # ###### ###### ##### # # # # # # # # # # # # # # # # # # # # # # # # # ###### ###### ## ##### ##### ####### ###

import requests import re import ctypes ctypes.windll.kernel32.SetConsoleTitleW("Coded by github.com/dev6920")

print("Coded by dev github/dev6920")

while True:

username = input("24 mar(type 'exit' to quit): ") if username == "24 mar": break url1 = f"https://fortnitetracker.com/profile/all/24%20Mar/competitive" response1 = requests.get(url1) page_source1 = response1.text account_id_regex = r'"accountId":\s*"([^"]+)"' match1 = re.search(account_id_regex, page_source1) player_name_regex = r'"24 mar":\s*"([^"]+)"' match_player_name1 = re.search(player_name_regex, page_source1) if (match1 and match_player_name1): account_id = match1.group(1) player_name = match_player_name1.group(1) print(f"Account ID: {account_id}") print(f"Username: {24 mar}") else: print("Cant find Account ID ")

Comments URL: https://news.ycombinator.com/item?id=39972970

Points: 1

# Comments: 0

Categories: Hacker News

Loose Coupling

Hacker News - Mon, 04/08/2024 - 3:26pm
Categories: Hacker News

Ask HN: Tips for Coding Effectively with Copilot?

Hacker News - Mon, 04/08/2024 - 3:24pm

I'm trying github copilot for the first time on a new project. So far I'm having trouble getting much useful output from it. Are you writing long instructive comments in your code in order to generate good output? Are there specific languages or frameworks it works better with than others?

Comments URL: https://news.ycombinator.com/item?id=39972845

Points: 1

# Comments: 0

Categories: Hacker News

Geeks3D FurMark

Hacker News - Mon, 04/08/2024 - 3:22pm

Article URL: https://www.geeks3d.com/furmark/

Comments URL: https://news.ycombinator.com/item?id=39972839

Points: 1

# Comments: 0

Categories: Hacker News

I made an AI-powered Omegle Alternative

Hacker News - Mon, 04/08/2024 - 2:42pm

Article URL: https://www.thundr.tv

Comments URL: https://news.ycombinator.com/item?id=39972552

Points: 1

# Comments: 1

Categories: Hacker News

OnionOS 4.3.0 (Feb 2024)

Hacker News - Mon, 04/08/2024 - 2:41pm
Categories: Hacker News

Pages