#csharp #hlapi #mlapi #multiplayer #networking #unity #unity_3d #unity3d
https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi
https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi
GitHub
GitHub - Unity-Technologies/com.unity.netcode.gameobjects: Netcode for GameObjects is a high-level netcode SDK that provides networking…
Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer. - GitHub ...
#go #devsecops #golang #mesh #mesh_networks #netmaker #network #networking #virtual_network #vpn #wireguard #zero_configuration #zero_trust #zero_trust_network
https://github.com/gravitl/netmaker
https://github.com/gravitl/netmaker
GitHub
GitHub - gravitl/netmaker: Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks. - gravitl/netmaker
#other #ansible #backup #containers #devops #iac #kubernetes #networking #terraform
https://github.com/MichaelCade/90DaysOfDevOps
https://github.com/MichaelCade/90DaysOfDevOps
GitHub
GitHub - MichaelCade/90DaysOfDevOps: This repository started out as a learning in public project for myself and has now become…
This repository started out as a learning in public project for myself and has now become a structured learning map for many in the community. We have 3 years under our belt covering all things Dev...
#other #ci_cd #cloud #cloud_computing #cloud_native #devops #docker #infrastructure #interview_preparation #k3s #kubernetes #linux #monitoring #networking #testing #tools
https://github.com/kunal-kushwaha/DevOps-Bootcamp
https://github.com/kunal-kushwaha/DevOps-Bootcamp
GitHub
GitHub - kunal-kushwaha/DevOps-Bootcamp: This repository consists of the code samples, assignments, and notes for the DevOps bootcamp…
This repository consists of the code samples, assignments, and notes for the DevOps bootcamp of WeMakeDevs. - kunal-kushwaha/DevOps-Bootcamp
#go #application_firewall #dns #firewall #golang #networking #privacy #privacy_by_design #privacy_enhancing_technologies #privacy_protection #privacy_tools
https://github.com/safing/portmaster
https://github.com/safing/portmaster
GitHub
GitHub - safing/portmaster: 🏔 Love Freedom - ❌ Block Mass Surveillance
🏔 Love Freedom - ❌ Block Mass Surveillance. Contribute to safing/portmaster development by creating an account on GitHub.
#rust #docker #hacking #hacktoberfest #networking #nmap #pentesting #port #scanning #security #security_tools
https://github.com/RustScan/RustScan
https://github.com/RustScan/RustScan
GitHub
GitHub - bee-san/RustScan: 🤖 The Modern Port Scanner 🤖
🤖 The Modern Port Scanner 🤖. Contribute to bee-san/RustScan development by creating an account on GitHub.
#rust #gui_application #network_analysis #network_programming #networking #packet_sniffer #rust_crate
https://github.com/GyulyVGC/sniffnet
https://github.com/GyulyVGC/sniffnet
GitHub
GitHub - GyulyVGC/sniffnet: Comfortably monitor your Internet traffic 🕵️♂️
Comfortably monitor your Internet traffic 🕵️♂️. Contribute to GyulyVGC/sniffnet development by creating an account on GitHub.
#go #argocd #bash_script #ci_cd #devops #docker #git #github_actions #gitops #grafana #helm #jenkins #kubernetes #linux #networking #portainer #prometheus #yaml
https://github.com/Pradumnasaraf/DevOps
https://github.com/Pradumnasaraf/DevOps
GitHub
GitHub - Pradumnasaraf/DevOps: I created this repository to keep my learning, notes, and code in one place for various tools in…
I created this repository to keep my learning, notes, and code in one place for various tools in DevOps. Now, it's helping thousands of learners, practitioners, and professionals every day ...
#cplusplus #decentralization #networking #peer_to_peer #sd_wan #sdn #virtual_network #vpn
https://github.com/zerotier/ZeroTierOne
https://github.com/zerotier/ZeroTierOne
GitHub
GitHub - zerotier/ZeroTierOne: A Smart Ethernet Switch for Earth
A Smart Ethernet Switch for Earth. Contribute to zerotier/ZeroTierOne development by creating an account on GitHub.
#go #2fa #firewall #linux #management_portal #mfa #network #networking #privacy #security #self_hosted #ui #virtual_network #vpn #vpn_server #wireguard #wireguard_admin #wireguard_vpn
https://github.com/NHAS/wag
https://github.com/NHAS/wag
GitHub
GitHub - NHAS/wag: Simple Wireguard 2FA
Simple Wireguard 2FA. Contribute to NHAS/wag development by creating an account on GitHub.
❤1
#rust #asynchronous #networking #rust
Tokio is a powerful tool for writing fast, reliable, and scalable asynchronous applications using the Rust programming language. It offers zero-cost abstractions for bare-metal performance, leverages Rust's ownership and type system to reduce bugs and ensure thread safety, and handles backpressure and cancellation naturally. This makes it ideal for building efficient and robust network servers or clients. By using Tokio, you can create applications that are highly performant, reliable, and easy to maintain. Additionally, Tokio has a supportive community and extensive documentation available to help you get started quickly.
https://github.com/tokio-rs/tokio
Tokio is a powerful tool for writing fast, reliable, and scalable asynchronous applications using the Rust programming language. It offers zero-cost abstractions for bare-metal performance, leverages Rust's ownership and type system to reduce bugs and ensure thread safety, and handles backpressure and cancellation naturally. This makes it ideal for building efficient and robust network servers or clients. By using Tokio, you can create applications that are highly performant, reliable, and easy to maintain. Additionally, Tokio has a supportive community and extensive documentation available to help you get started quickly.
https://github.com/tokio-rs/tokio
GitHub
GitHub - tokio-rs/tokio: A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling…
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ... - tokio-rs/tokio
#swift #alamofire #carthage #certificate_pinning #cocoapods #httpurlresponse #networking #parameter_encoding #public_key_pinning #request #response #swift #swift_package_manager #urlrequest #urlsession #xcode
Alamofire is a powerful library for making HTTP requests in Swift. It makes networking easier with its simple and concise syntax. You can write complex requests with features like automatic retry, authentication, and response validation in just a few lines of code. Alamofire supports various platforms including iOS, macOS, tvOS, watchOS, and even Linux and Windows, though with some limitations on the latter. It also integrates well with tools like CocoaPods, Carthage, and the Swift Package Manager for easy installation. Using Alamofire helps you manage network requests efficiently and debug them easily, making your development process faster and more reliable.
https://github.com/Alamofire/Alamofire
Alamofire is a powerful library for making HTTP requests in Swift. It makes networking easier with its simple and concise syntax. You can write complex requests with features like automatic retry, authentication, and response validation in just a few lines of code. Alamofire supports various platforms including iOS, macOS, tvOS, watchOS, and even Linux and Windows, though with some limitations on the latter. It also integrates well with tools like CocoaPods, Carthage, and the Swift Package Manager for easy installation. Using Alamofire helps you manage network requests efficiently and debug them easily, making your development process faster and more reliable.
https://github.com/Alamofire/Alamofire
GitHub
GitHub - Alamofire/Alamofire: Elegant HTTP Networking in Swift
Elegant HTTP Networking in Swift. Contribute to Alamofire/Alamofire development by creating an account on GitHub.
#cplusplus #cublas #cuda #cudnn #gpu #mlops #networking #nvml #remote_access
SCUDA is a tool that lets you use GPUs from other computers over the internet. This means you can run programs that need powerful GPUs on your local machine, even if it doesn't have one. Here’s how it helps: You can test and develop applications using remote GPUs, train machine learning models from your laptop, perform complex data processing tasks, and even fine-tune pre-trained models without needing a powerful GPU locally. This makes it easier to work with GPUs without having to physically have one, saving time and resources.
https://github.com/kevmo314/scuda
SCUDA is a tool that lets you use GPUs from other computers over the internet. This means you can run programs that need powerful GPUs on your local machine, even if it doesn't have one. Here’s how it helps: You can test and develop applications using remote GPUs, train machine learning models from your laptop, perform complex data processing tasks, and even fine-tune pre-trained models without needing a powerful GPU locally. This makes it easier to work with GPUs without having to physically have one, saving time and resources.
https://github.com/kevmo314/scuda
GitHub
GitHub - kevmo314/scuda: SCUDA is a GPU over IP bridge allowing GPUs on remote machines to be attached to CPU-only machines.
SCUDA is a GPU over IP bridge allowing GPUs on remote machines to be attached to CPU-only machines. - kevmo314/scuda