Applications using which you can control your desktop using your mobile phone and finger gestures
-
Updated
Feb 18, 2020 - Python
Applications using which you can control your desktop using your mobile phone and finger gestures
A📱PC to📱Mobile File Sharing 📁 Application Build Using Flutter, Python, and Socket Programming
The HTML Chat Application is a real-time chat platform that supports basic HTML tags and allows users to communicate with their friends while experimenting and learning HTML. This application provides an interactive and educational chatting experience, making it ideal for beginners interested in HTML.
This Project is just a Java Swing Chat application with Live Java Sockets. So the Text's will go live.
Simple Q & A app created as Final Project for my Advanced Programming University class
Implement Tic-Tac-toe game with Socket Programming
😀😀😀😀😀😀 Basically, This project is a Desktop Chat Application build for the purpose of establishing a connection between two users. Moreover, the Fundamental concepts of Object Oriented Methodology like socket programming , file handling, exception handling, GUI and inheritance has been used effectively.
Multithreading Java program to list all frequent path-traversal patterns with increasing size given a minimum support threshold s and a steam of web-click data. Each web server logs all activities into a stream (or a log file in batch mode) in the format of tuples, each containing an integer i (as user ID), and a reference string r (as web URL).…
A Node.js/Express project for live teacher-student integrated session management using sockets, wherein the student can write, compile, run and post codes and the teacher can edit the codes live.
A java mini-project to make a file sharing app using java for easier,hassle free file transfers.
Social Matching Service Based on Unix Socket
Get the inside scoop of your favorite android apk's. Alternative to https://github.com/Enyby/APK-Info
The folder contains code examples demonstrating OOP concepts such as collections, generics, threads, and socket programming for practical implementation and reference.
Creating threads can be quite expensive. Typically each thread is going to do essentially the same thing so it’s good to keep reusing them. Threads are actually quite heavy and creating or destroying threads takes time away from what you’re trying to accomplish. Another benefit of thread pools is they keep the system from becoming overloaded. Th…
The basic purpose of this task is to create an application for transferring files, deleting files, creating directories and browsing directories between server and multiple clients. Basic mechanisms of FTP (File Transfer Protocol) and socket programming have been used for implementation of this networked application. Since the server can handle …
This project illustrates the idea of socket programming via simple library management app
This project implements a secure client-server communication system in Java, utilizing encryption and decryption techniques to ensure data confidentiality. It features a graphical user interface (GUI) developed using Swing and AWT.
Add a description, image, and links to the socketprogramming topic page so that developers can more easily learn about it.
To associate your repository with the socketprogramming topic, visit your repo's landing page and select "manage topics."