You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stream live video using Python sockets over the local network. It allows the sender and the receiver to stream video while connected to the same network. In this case, for the sake of simplicity, only one-way video sharing is developed, such that if person A is the sender so in that case, person B will be the receiver.
This repository contains the exploration of Jenkins and GitLab for automating build and deployment processes, as well as other experiments and comparisons. In this README, we will provide an overview of the key activities and findings in this repository. Here we will be exploring the power of Jenkins, CI/CD and other DevOps tools.
Automation system to disconnect charger of laptop once battery is 100% and again connect it once battery levels are below the set threshold. It has been achieved using Python script and Micro Controller ESP8266 The relay is controlled by Node-MCU and Node-MCU itself is connected to laptop via serial communication over USB.
The Linux Command Menu is a robust Python script designed to streamline and simplify Linux operations for users ranging from beginners to seasoned professionals. The project aims to provide an intuitive command-line menu interface, alleviating the need for memorizing intricate Linux commands and enhancing overall user experience.
FacePodLauncher is an innovative application built using Python and OpenCV that combines facial recognition technology with the power of Kubernetes and Minikube. This project aims to create a seamless and automated system for launching a pod in Minikube based on the recognition of a specific face.
Catch Me If You Can - A retro game developed in HTML, CSS and JS. The logic is very simple, you just need to catch the fast moving object in less number of cursor moves. Even though, this game is simple, its very addictive, play with caution !!
This repository serves as a playground for experimenting with Jenkins triggers. Jenkins is a popular automation server that is widely used for continuous integration and continuous delivery (CI/CD) processes. Triggers are a fundamental concept in Jenkins, as they determine when and how automation processes are initiated.