▼ Latest
Coder
Free mode
100% free
Freemium
Free Trial
-
89691171Released 1y ago100% Free**Simple Chat Application using Python** ===================================== Here is a simple code for a chat application using Python: **Server Side (chat_server.py)** ```python import socket import threading HOST = '127.0.0.1' PORT = 9090 server = socket.socket(socket.AF_INET, socket.SOCK_STREAM) server.bind((HOST, PORT)) server.listen() clients = [] nicknames = [] def broadcast(message): for client in clients: client.send(message) def handle(client): while True: try: message = client.recv(1024) broadcast(message) except: index = clients.index(client) clients.remove(client) client.close() nickname = nicknames[index] broadcast(f'{nickname} left the chat!'.encode('ascii')) nicknames.remove(nickname) break def receive(): while True: client, address = server.accept() print(f"Connected with {str(address)}") client.send('NICK'.encode('ascii')) nickname = client.recv(1024).decode('ascii') nicknames.append(nickname) clients.append(client) print(f'Nickname of the client is {nickname}!') broadcast(f'{nickname} joined the chat!'.encode('ascii')) client.send('Connected to the server!'.encode('ascii')) thread = threading.Thread(target=handle, args=(client,)) thread.start() print("Server Started!") receive() ``` **Client Side (chat_client.py)** ```python import socket import threading HOST = '127.0.0.1' PORT = 9090 client = socket.socket(socket.AF_INET, socket.SOCK_STREAM) client.connect((HOST, PORT)) def receive(): while True: try: message = client.recv(1024).decode('ascii') if message == 'NICK': client.send(nickname.encode('ascii')) else: print(message) except: print("An error occurred!") client.close() break def write(): while True: message = f'{nickname}: {input("")}' client.send(message.encode('ascii')) nickname = input("Choose a nickname: ") receive_thread = threading.Thread(target=receive) receive_thread.start() write_thread = threading.Thread(target=write) write_thread.start() ``` **How to use:** 1. Run the `chat_server.py` script in a separate terminal or command prompt. 2. Run multiple instances of the `chat_client.py` script in separate terminals or command prompts. 3. Each client will be prompted to enter a nickname. 4. Clients can send messages to each other by typing and pressing enter. Note: This is a very basic implementation and you may want to add more features such as error handling, encryption, and more.
Featured matches
-
13,29627Released 1mo agoFree + from $5

-
16,65421Released 2mo agoNo pricing

-
5,65728Released 11mo agoFree + from $19
upage🙏 6 karmaDec 13, 2024@Album Cover AINice and simple tool. Not all generated images are perfect, but I like that you can simultaneously generate multiple covers in different styles. Every spin, I get at least a couple of beautiful ones. -
Converts JavaScript code to TypeScript.Open3,63719Released 2y agoNo pricing

-
966,923667v1.6 released 2mo agoFree + from $12/mo
Reducing manual efforts in first-pass during code-review process helps speed up the "final check" before merging PRs -
32,28249v6.0.15 released 3mo agoFree + from $0.05
Test failure can be triggered by: - Text not being found - Image not being found - "Assert" condition not being met (according to AI with 90% confidence) -
1778Released 13d agoNo pricing

-
8149Released 1mo agoFree + from $10/mo

-
Open35911Released 1mo agoFree + from $9/mo

-
Assign Jira tickets directly to Cursor agents and get PRs and Previews.Open6,4236Released 3mo agoFree + from $15/mo

Verified tools
-
67,000169v1.2.0 released 3mo agoFree + from $20/moWould rate 4.9 if possible, but rounding up to 5 stars because this app truly excels compared to other AI coding tools. Why 5 Stars: Best-in-class AI coding assistance Huge improvements over competitors Actually works for real development Real Impact: I successfully built and published an actual app using this tool - that's game-changing for non-developers like me. Bottom Line: Yes, there's room for improvement, but this is already the top AI coding app available. The fact that ordinary people can create real apps with it says everything. Perfect for anyone wanting to turn ideas into actual apps!
-
Generate tailored cover letters from resume and job description.Open2,48418Released 2mo agoFree + from $4.99It makes crafting professional, tailored cover letters quick and stress-free, helping you stand out with ease. Highly recommended for everyone! -
27,371144Released 7mo agoNo pricing>Why is this website so ugly? Our goal is to rapidly make the software better, not to have a shiny website. Love it!
- Sponsor:Rocket - Vibe Coding
-
Open9,8014Released 1mo agoFree + from $200/mo
-
AI-powered code reviews that accelerate pull requests and improve code qualityOpen1,17025Released 2mo agoFree + from $12.50/moI signed up for early access and have been using codoki for a few months now, eventually brought it into my team as well. Great tool, simple to use, not overwhelming and has caught things in a way thats actually digestible
-
Secuarden is your LLM-powered, context-aware security co-pilot for code reviews.Open6,2219Released 3mo agoFree + from $30 -
3777Released 5mo agoFree + from $3.89
-
37,50476Released 8mo ago100% FreeReally handy app, lets me control Virtual Studio Code from my phone, send over code or files in seconds, and even use voice commands.
-
Transform your codebase into comprehensive, beautiful documentation automatically.Open3,00553Released 1y ago100% Free -
13,72793Released 1y agoFree + from $50/yr
-
9,02518Released 1y agoFree + from $15/moNo free option all models are behind a pay wall.
-
Tailored cover letters for each job opening in secondsOpen2,19628Released 1y agoFrom $14.99/moHeya Francesco, could you provide more info pretty please? What button exactly?
Other tools
-
9207Released 9mo agoFrom $20/mo
-
2,71881Released 1y ago100% Free
-
1,68911Released 1y agoFrom $9.99/mo
-
3,56221Released 2y agoFrom $2.10
-
Generate code snippets, functions, and components with AI assistance.Open69514Released 1mo agoFree + from $16/moGreat tool for helping with coding tasks.
-
2,46753Released 10mo agoFree + from $19/mo
-
5599Released 11mo agoNo pricing
-
6208Released 1y agoFree + from $24.99/mo
-
Open53712Released 1y agoNo pricing
-
1,61716Released 1y agoFrom $36.50
-
4032Released 1y agoNo pricing
-
2,20124Released 1y agoFree + from $4.99/moI need to create a relationship between the Excel that contains the phone numbers in column A for the people to whom I want to send their performance sheet via WhatsApp every month with the click of a button automatically and without any intervention from me, knowing that the performance sheet is an image in column C and each person has his own sheet where the only link between the performance sheet and the phone number is their personal names
- Didn't find the AI you were looking for?
-
8323Released 1y agoNo pricing
-
Open1,30811Released 10mo agoFree + from $14
-
2901Released 1y agoFrom $9/mo
-
1,50217Released 1y agoFree + from $40/yr
-
9175Released 1y agoFree + from $5/mo
-
542Released 1y agoNo pricingMaybe give it another go now? It works just fine for me
-
2402Released 1y agoFrom $25/mo
-
4452Released 1y agoFree + from $9/mo
-
1,1863Released 1y agoFrom $19/mo
-
365Released 1y agoNo pricing
-
1,14430Released 1y ago100% Free
-
4703Released 1y agoFree + from $10/mo
-
4196Released 1y ago100% Free
-
63411Released 1y ago100% Free
-
93912Released 1y agoFree + from $20/mo
-
6317Released 1y agoFree + from $18/mo
-
1,53710Released 1y agoFrom $9
-
5363Released 1y agoFree + from $99/mo
-
5257Released 1y agoFrom $19/moI used it once but for me, it was a good experience. It was easy and quickly. I recommended it
-
1,73511Released 1y agoFree + from $5/yr
-
77215Released 1y agoFree + from $15/mo
-
72910Released 1y agoNo pricing
-
40912Released 1y ago100% Free
-
5738Released 1y agoFree + from $14.99/mo
-
5785Released 1y agoFrom $20/mo
-
5861Released 1y agoFree + from $10/mo
-
1,09830Released 1y ago100% FreeYou need an Open AI Api Key, but when you put it in and click Save it says it needs to be 10 characters or more. It Definitely was 10 char's or more. So, gave up on it.
-
8356Released 1y agoFree + from $29/mo
-
7353Released 1y agoFree + from $34.99/yr
-
5647Released 1y ago100% Free
-
1,64725Released 1y agoFree + from $20/mo
-
95010Released 1y agoFree + from $5/mo
-
1,33428Released 1y agoFree + from $7.50/mo
-
6486Released 1y agoNo pricing
-
1,9586Released 1y agoFrom $24.99
-
1,14016Released 1y ago100% Free
-
4145Released 1y agoNo pricing
-
10,92663Released 1y agoFree + from $0.01
-
6289Released 1y agoFree + from $15/mo
-
97419Released 1y agoFree + from $7.5/mo
-
7199Released 1y ago100% Free
-
4256Released 2y agoFrom $4
-
922125Released 11mo ago100% Free
-
2812043Released 1y ago100% Free
-
1353Released 5mo ago100% Free
-
3135278Released 11mo ago100% Free
-
692109145Released 1y ago100% Free
-
4474870Released 1y ago100% Free
-
643Released 7d ago100% Free
-
Transform photos into vintage comic book covers.Open854Released 12d ago100% Free -
1264443Released 18d ago100% Free
-
1123836Released 25d ago100% Free
-
Instantly generates clean, optimized Node.js code from your specifications.Open2544Released 1mo ago100% Free -
Open862520Released 1mo ago100% Free -
Transform job postings into personalized cover letters instantly.Open541012Released 1mo ago100% Free -
Transform job details into professional cover letters instantly.Open331011Released 1mo ago100% Free -
Transform complex programming problems into crystal-clear pseudocode.Open1746Released 1mo ago100% Free -
802308284Released 1mo ago100% FreeGreat tool! And totally free! Directly from haven
-
2677775Released 2mo ago100% FreeThis tool took a lot of trial and error to get the vibe I was hoping for, and I'm impressed with it so far. Hopefully people get a kick out of it.
-
Transform programming ideas into crystal-clear pseudocode instantly.Open431415Released 2mo ago100% Free -
AI book cover designer that creates visually striking, genre-appropriate covers from your title.Open1785953Released 2mo ago100% FreeThe creativity in this one is great. It still messes up the words a little bit, but I noticed it seems to be a common thing with tools like this. Overall, it’s a fantastic option for cover design -
Open992925Released 3mo ago100% Free -
1044131Released 3mo ago100% FreeNot the best tool out there, but the generated images were interesting and good enough for sketching a first idea for how you want your future book cover to look like
-
Open1142516Released 3mo ago100% Free -
Open2297880Released 3mo ago100% FreeFun and easy to use. You need to fix some lines by yourself but most of code will write for you! -
AI-powered graphic designer for vibrant Afrobeat album covers.Open36157Released 3mo ago100% Free -
1,308274464Released 4mo ago100% Free
-
28110078Released 4mo ago100% Free
-
Optimize AV codecs for peak streaming performance.Open1442Released 8mo ago100% Free -
1133125Released 9mo ago100% Free
-
781812Released 9mo ago100% Free
-
Open1393944Released 9mo ago100% Free -
1622629Released 9mo ago100% Free
-
AI-powered code generator for efficient development.Open470119118Released 10mo ago100% FreeIf you just started using python or coding this could help you a lot! I remember first time searching for a string of code and... it wasnt the most easy task at all. -
48967112Released 10mo ago100% Free
-
1816567Released 10mo ago100% Free
-
1,653620623Released 10mo ago100% Free
-
4747Released 10mo ago100% Free
-
4435358Released 10mo ago100% Free
-
508106106Released 10mo ago100% Free
-
4509088Released 10mo ago100% Free
-
1673240Released 10mo ago100% Free
-
4754369Released 10mo ago100% Free
-
2,422793702Released 10mo ago100% FreeEverthing is good but words on image is not properly spelling.
-
3,056549953Released 10mo ago100% Free
-
701197220Released 10mo ago100% Free
-
417119126Released 11mo ago100% Free
-
1692138Released 11mo ago100% Free
-
Open2801637Released 11mo ago100% Free -
3855083Released 11mo ago100% Free
-
1934144Released 11mo ago100% FreeWeb Development and App Building Services Overview As a skilled developer, I can assist with creating websites and building mobile applications. I can also generate code to help with programming tasks. Web Development Services Mobile App Development Services Cross-Platform Mobile Apps: I can also develop cross-platform mobile apps using frameworks like React Native, Flutter, or Xamarin. Mobile App Design: I can create user-friendly and intuitive mobile app designs that meet your specific needs. Programming Services Code Generation: I can generate code snippets in various programming languages, including Python, Java, JavaScript, and C . Programming Language Support: I can assist with programming tasks in a variety of languages, including but not limited to: Bug Fixing and Debugging: I can help identify and fix errors in your code. Example Code Generation Here's an example of a simple "Hello, World!" program in Python: def main(): print("Hello, World!") if __name__ == "__main__": main() Or a simple JavaScript function to add two numbers: function addNumbers(a, b) { return a b; } console.log(addNumbers(2, 3)); // Output: 5 Let me know if you have a specific project in mind, and I'll be happy to assist you. I can create websites, build apps and generate codes
-
582160177Released 11mo ago100% Free
-
528124170Released 11mo ago100% Free
-
3454258Released 1y ago100% FreeThank you for the answers and solutions.
-
AI code assistant: Analyze, explain, and optimize snippets instantly.Open3284470Released 1y ago100% Free -
Open1,276151273Released 1y ago100% Free -
458104139Released 1y ago100% Free
-
93269108Released 1y ago100% FreeThe images are pretty good but it rarely gets the name/title correct
-
2662544Released 1y ago100% Free
-
3143949Released 1y ago100% Free
-
3265983Released 1y ago100% Free
-
1,145258269Released 1y ago100% Free
-
3736891Released 1y ago100% Free
-
43797147Released 1y ago100% Free
-
1734350Released 1y ago100% Free
-
4233384Released 1y ago100% Free
-
Open4075489Released 1y ago100% Free -
2,289183510Released 1y ago100% Freemini-tool? nahhh, this one's a mini-cool. but for real, it actually gives nice tattoo ideas, ofc nothing out of the ordinary, but it throws out decent concepts and it's fast as hell
-
3957085Released 1y ago100% Free
-
2973042Released 1y ago100% Free
-
Craft compelling novel covers with AI precision.Open4257196Released 1y ago100% Free -
2051322Released 1y ago100% Free
-
2243354Released 1y ago100% Freeuser friendly and gaves accurate results so for me its 10/10 tool
-
199,9467,87621,905Released 1y ago100% Free
-
2764663Released 1y ago100% Free
-
4875077Released 1y ago100% Free
-
31869100Released 1y ago100% Free
-
4275173Released 1y ago100% Free
-
11725Released 10mo ago100% Free
-
AI-powered Web3 dev mentor for full-stack mastery.Open991920Released 10mo ago100% Free -
5154691Released 11mo ago100% FreeCompletely misread my code and accused me of using assignment in the conditional of a while loop when there’s no ”=” anywhere close to that conditional.. Busted and useless.
-
83624Released 1y ago100% Free
-
1011533Released 1y ago100% Free
-
Transform patient data into precise medical codes instantly.Open3598092Released 1y ago100% Free -
Open1631732Released 1y ago100% Free -
2032030Released 1y ago100% Free
-
2421634Released 1y ago100% Free
-
3282457Released 1y ago100% Free
-
4,849363935Released 1y ago100% Free
-
221342Released 2y ago100% Free
-
19397Released 2y ago100% Free
-
11811Released 2y ago100% Free
-
2822Released 2y ago100% Free
-
93913400Released 2y ago100% Free
-
4682Released 2y ago100% Free
-
334610Released 2y ago100% Free
-
901518Released 2y ago100% Free
-
26826Released 2y ago100% Free
-
48321Released 2y ago100% Free
-
1,89935125Released 2y ago100% Free
-
Paranoid AI coder with a knack for sentient AI and eerie humor.Open11212Released 2y ago100% Free -
129134Released 2y ago100% Free
-
300631Released 2y ago100% Free
-
Expert in creative coding, providing guidance and code assistance.Open11230Released 2y ago100% Free -
19623Released 2y ago100% Free
-
153167Released 2y ago100% Free
-
186310Released 2y ago100% Free
-
187145Released 2y ago100% Free
-
283272Released 2y ago100% Free
-
82432460Released 2y ago100% Free
-
219195Released 2y ago100% Free
-
1,0111186Released 2y ago100% FreeIts really great support for non-coders who want to develop or modify/update the code. We need to just make sure your requirement prompt is pretty clear. and it delivers very good output.
-
839111Released 1y ago100% Free
-
3408Released 1y ago100% Free
-
3355Released 1y ago100% Free
-
9332Released 1y ago100% Free
-
640Released 1y ago100% Free
-
30642Released 1y ago100% Free
-
51331Released 1y ago100% Free
-
5,06013818Released 1y ago100% Free
-
16910Released 1y ago100% Free
-
4317107Released 1y ago100% Free
-
5335654Released 1y ago100% Free
-
6615Released 1y ago100% Free
-
4021783Released 1y ago100% Free
-
4194645Released 2y ago100% Free
-
5577Released 2y ago100% Free
-
151110Released 2y ago100% Free
-
41317Released 2y ago100% Free
-
177Released 2y ago100% Free
-
1151259Released 2y ago100% Free
-
7862Released 2y ago100% Free
-
Open564271Released 2y ago100% FreeIt's not working. I tried various browsers, same result. Application error: a client-side exception has occurred (see the browser console for more information). -
319171Released 2y ago100% Free
Post

