Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / gamemann 144 repositories

Software/network engineer and developer with a love for open source! @modcommunity @bestmods @bestserversio @gamecomio

Funding links: https://github.com/sponsors/gamemann

gamemann/C-To-Assembly-Tests

A repository that stores results from converting C code to Assembly. I use this repository to analyze performance with my C code.

Language: Assembly - Size: 1.24 MB - Last synced: 11 days ago - Pushed: 12 days ago - Stars: 16 - Forks: 2

gamemann/XDP-Firewall

A firewall that utilizes the Linux kernel's XDP hook. The XDP hook allows for very fast network processing on Linux systems. This is great for dropping malicious traffic from a (D)DoS attack. IPv6 is supported with this firewall! I hope this helps network engineers/programmers interested in utilizing XDP!

Language: C - Size: 1.11 MB - Last synced: 23 days ago - Pushed: about 2 months ago - Stars: 468 - Forks: 87

gamemann/Killfrenzy

A Django web application used to sync edge servers running Kilimanjaro and consume/display stats.

Language: Python - Size: 144 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 7 - Forks: 2

gamemann/Auto-Cmd-On-Update

SourceMod plugin that executes a console command on SRCDS servers when a game update is detected. Enables automatic game server updating with warning support.

Language: SourcePawn - Size: 5.86 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 17 - Forks: 0

gamemann/Discord-Chooseable-Roles

A small open-source Discord Bot that allows you to react to setup messages and obtain roles on reaction. This is being used in a Discord server of mine.

Language: Python - Size: 112 KB - Last synced: about 1 month ago - Pushed: 9 months ago - Stars: 27 - Forks: 0

gamemann/csharp-websockets-chat

A small project that allows a client and server to communicate together similar to a chat room. I made this project to learn more about web sockets in CSharp/.NET and manage multiple web sockets at once.

Language: C# - Size: 1.78 MB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 6 - Forks: 0

gamemann/GitHub-Follow-Bot

A GitHub Follow Bot that utilizes Django's web framework and Python. The bot comes with many features, but please use at your own risk. The bot was made for educational purposes.

Language: Python - Size: 113 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 134 - Forks: 23

gamemann/DPDK-Deploy-Action

A GitHub action to install the DPDK from source inside a GitHub workflow.

Size: 4.88 KB - Last synced: 7 days ago - Pushed: 11 months ago - Stars: 16 - Forks: 1

gamemann/Rust-Auto-Wipe

A Go application for Rust game servers operating with Pterodactyl that automatically wipes server(s) based off of cron jobs.

Language: Go - Size: 150 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 23 - Forks: 1

gamemann/Useful-Linux-Commands

Just a repository I'm using to store useful Linux commands to me and possibly others.

Size: 4.88 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 26 - Forks: 3

gamemann/Home-Lab

Information on my home lab setup.

Size: 2.3 MB - Last synced: about 1 month ago - Pushed: 5 months ago - Stars: 19 - Forks: 0

gamemann/postgresql-docker-image-with-backups

A custom Docker image based off of PostgreSQL's Docker image that implements Cron jobs and a backup Bash script that uploads a database dump to Backblaze B2.

Language: Shell - Size: 29.3 KB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 11 - Forks: 0

gamemann/XDP-Forwarding

Layer 3/4 packet forwarding software that utilizes the Linux kernel's XDP hook. The XDP hook allows for very fast network processing on Linux systems. Uses source port mapping similar to IPTables and NFTables.

Language: C - Size: 104 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 146 - Forks: 21

gamemann/The-DPDK-Common

A repository that includes common helper functions for writing applications in the DPDK. I will be using this for my future projects in the DPDK.

Language: C - Size: 59.6 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 30 - Forks: 6

gamemann/Kilimanjaro

A neat packet processing/forwarding program I made for a gaming community I used to be a part of. Includes many features.

Language: C - Size: 512 KB - Last synced: about 1 month ago - Pushed: 6 months ago - Stars: 25 - Forks: 1

gamemann/XDP-Stats

XDP programs that increment stat counters for packets/bytes.

Language: C - Size: 37.1 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 15 - Forks: 3

gamemann/XDP-Dynamic-Payload-Matching

Repository to store findings on matching dynamic payload data in XDP.

Language: C - Size: 19.5 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 20 - Forks: 2

gamemann/dot-fps-controller Fork of modcommunity/dot-fps-controller

An open source 3D first person player controller for @godotengine that supports bunny hopping, air strafing, and more!

Language: GDScript - Size: 23.1 MB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 4 - Forks: 0

gamemann/Godot-Testing

A repository that stores my Godot test projects while I'm learning it.

Language: GDScript - Size: 10.2 MB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 11 - Forks: 0

gamemann/Packet-Flooder

A packet flooding/generating program I made that supports TCP, UDP, and ICMP packets. Includes functionality to change characteristics per packet and is also multithreaded.

Language: C - Size: 62.5 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 27 - Forks: 1

gamemann/Packet-Sequence

A pen-test/DoS tool that can be used to send single or multiple packets in sequences with a lot of packet customization.

Language: C - Size: 96.7 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 35 - Forks: 2

gamemann/The-DPDK-Examples

Program examples utilizing the DPDK. The DPDK is a kernel-bypass network library that allows for very fast network packet processing. This is great for (D)DoS mitigation and low-latency packet inspection, manipulation, and forwarding.

Language: C - Size: 49.8 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 39 - Forks: 5

gamemann/dot-menu-settings-example

This is a small game made with @godotengine that showcases a simple settings menu where a user can set the screen width, height, and mode. The settings are saved to a JSON file on the file system.

Language: GDScript - Size: 18.6 KB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 3 - Forks: 0

gamemann/IP-ASN-List

A Go application that outputs prefixes to a text file and supports ASN lookups.

Language: Go - Size: 22.5 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 20 - Forks: 1

gamemann/Discord-Global-Chat

Discord bot that syncs global chats.

Language: Python - Size: 92.8 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 23 - Forks: 3

gamemann/IPIP-Direct-XDP-TX-Not-Supported- 📦

An XDP program I attempted to make, but didn't work out because XDP doesn't support outgoing/TX packets. I am releasing the code anyways just in case XDP starts supporting TX path/outgoing packets.

Language: C - Size: 11.7 KB - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 4 - Forks: 0

gamemann/GFLPublic-SourceMod 📦

GFL's public SourceMod plugins.

Language: SourcePawn - Size: 167 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 8 - Forks: 2

gamemann/SM-MySQL Fork of GFLClan/SM-MySQL 📦

GFL's SourceMod MySQL plugin.

Size: 7.81 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 5 - Forks: 0

gamemann/SM-Server-Ads Fork of GFLClan/SM-Server-Ads 📦

GFL's SourceMod Server Ads plugin.

Size: 23.4 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 4 - Forks: 0

gamemann/SM-User-Management Fork of GFLClan/SM-User-Management 📦

GFL's SourceMod User Management plugin.

Size: 4.88 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 4 - Forks: 0

gamemann/Kubernetes-Project 📦

A project where I will record the results of scaling out two web applications using Kubernetes.

Size: 0 Bytes - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 5 - Forks: 0

gamemann/Simple-GoLang-Application-With-CircleCI 📦

Testing a simple GoLang web application with CircleCI support for building.

Language: Go - Size: 2.93 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 7 - Forks: 1

gamemann/CircleCI-Project 📦

A project where I will record the results of building and deploying two sample websites with CircleCI.

Size: 0 Bytes - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 6 - Forks: 0

gamemann/compressor Fork of Dreae/compressor 📦

SRCDS packet filtering for linux

Language: C - Size: 184 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 10 - Forks: 1

gamemann/CircleCI-Test2

Testing CircleCI.

Language: Python - Size: 29.3 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 7 - Forks: 0

gamemann/liblast Fork of unfa/liblast 📦

A libre multiplayer FPS game created in Godot Engine

Size: 872 MB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 6 - Forks: 0

gamemann/food-delivery Fork of Crunch-Garage/food-delivery 📦

A GoLang backend Project for food delivery just as Uber Eats and Glovo

Language: Go - Size: 203 KB - Last synced: about 1 month ago - Pushed: almost 2 years ago - Stars: 13 - Forks: 1

gamemann/hannes-chat Fork of hannescam/hannes-chat 📦

A simple chat made with HTML, CSS and cgi-bin python. Forking to support the work and give feedback!

Size: 16.6 KB - Last synced: about 1 month ago - Pushed: almost 2 years ago - Stars: 11 - Forks: 1

gamemann/gamecom-mmo Fork of DusanFedorcak/mmo 📦

Simple top-down multiplayer game in Godot

Language: GDScript - Size: 7.01 MB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 7 - Forks: 0

gamemann/gamecom-fishgame-godot Fork of heroiclabs/fishgame-godot 📦

Gamecom's version of Fish Game hosted at gamecom.io/fishgame!

Language: GDScript - Size: 27.1 MB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 12 - Forks: 0

gamemann/pong-multiplayerv2 Fork of godotengine/godot-demo-projects 📦

Working on a demo project for @modcommunity by rewriting Godot Engine's multiplayer Pong project to support TCP, HTML 5, and Linux server.

Language: GDScript - Size: 304 MB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 9 - Forks: 0

gamemann/gmods 📦

gMods.io & gMods.org - Find your favorite game mod or mod community! Retrieves data from @modcommunity!

Language: PHP - Size: 68.4 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 11 - Forks: 1

gamemann/joinserver 📦

Joinserver.org - Find your favorite community or game server to join! Retrieves data from @modcommunity!

Language: PHP - Size: 68.4 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 12 - Forks: 0

gamemann/spacegamedevs-website 📦

My website

Size: 19.9 MB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 9 - Forks: 1

gamemann/bestmods Fork of bestmods/bestmods-old 📦

Browse the best mods in gaming from many sources on the Internet! Project ran by the @modcommunity!

Size: 4.35 MB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 7 - Forks: 0

gamemann/createit 📦

A high-level tool that allows you to create maps, 3D models, textures, and more with simplicity.

Size: 1000 Bytes - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 7 - Forks: 0

gamemann/Dot-DM

An open source first person shooter video game with Godot and a work in progress. Will be show-casing tools that @nextgen-modding creates in the future.

Size: 1.95 KB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 7 - Forks: 0

gamemann/Selenium-And-BeautifulSoup-Lab

A full lab and guide on how to use Selenium paired with Beautiful Soup to parse and extract data from a website using Python.

Language: Python - Size: 228 KB - Last synced: about 1 month ago - Pushed: 5 months ago - Stars: 11 - Forks: 1

gamemann/BestBuy-Parser

A personal tool using Python's Scrapy framework to scrape Best Buy's product pages for RTX 3080 TIs and notify if available/not sold out.

Language: Python - Size: 11.7 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 32 - Forks: 0

gamemann/IPIPDirect-TC

Sends outgoing IPIP packets back to the client directly instead of back through the IPIP tunnel/forwarding server. Uses TC egress filter for fast packet processing.

Language: C - Size: 277 KB - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 14 - Forks: 1

gamemann/Fitbit-Heartrate-Monitor

An application that interacts with a Fitbit API and has options to send external notifications depending on what a person's heart rate is.

Language: Python - Size: 43 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 10 - Forks: 1

gamemann/Misc

Smaller projects I've made starting from over 10 years ago. Projects in this repository are NOT supported.

Language: JavaScript - Size: 21.5 MB - Last synced: about 1 month ago - Pushed: 4 months ago - Stars: 23 - Forks: 2

gamemann/Go-Web-Attack-Log-Simulation

A basic Go program imported from GFL's Gitlab. This simply simulates a web attack via logs.

Language: Go - Size: 1000 Bytes - Last synced: 11 days ago - Pushed: about 4 years ago - Stars: 7 - Forks: 0

gamemann/GLib-Tests

A repository I'm using to learn hashing with GLib.

Language: C - Size: 4.88 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 15 - Forks: 0

gamemann/GModPropSpamProtection 📦

Deletes penetrating props when the servers lags. Therefore, should prevent prop spammers.

Language: Lua - Size: 152 KB - Last synced: about 1 month ago - Pushed: about 9 years ago - Stars: 8 - Forks: 0

gamemann/-GMod-Purge-Timer 📦

The timer needed for Garry's Mod Purge servers.

Language: Lua - Size: 1.95 MB - Last synced: about 1 month ago - Pushed: about 9 years ago - Stars: 10 - Forks: 0

gamemann/Bootstrap-Testing-Website 📦

A Bootstrap testing website.

Language: HTML - Size: 414 KB - Last synced: about 1 month ago - Pushed: almost 9 years ago - Stars: 10 - Forks: 0

gamemann/CSGO_ZeusToggle

Toggle whether or not a client should spawn with a Zeus in CS:GO.

Language: SourcePawn - Size: 145 KB - Last synced: about 1 month ago - Pushed: almost 9 years ago - Stars: 8 - Forks: 0

gamemann/CSGO_ZRBurnSlowDown

Slow burning zombies down in Zombie Reloaded on CS:GO.

Language: SourcePawn - Size: 168 KB - Last synced: about 1 month ago - Pushed: almost 9 years ago - Stars: 7 - Forks: 0

gamemann/CS_TimeLimitEnforcer

Enforces a time limit on endless round servers.

Language: SourcePawn - Size: 141 KB - Last synced: about 1 month ago - Pushed: almost 9 years ago - Stars: 7 - Forks: 0

gamemann/Website-1 📦

A website I made while learning jQuery animation. Uses BootStrap, jQuery, HTML, CSS, and PHP.

Language: JavaScript - Size: 301 KB - Last synced: about 1 month ago - Pushed: over 8 years ago - Stars: 7 - Forks: 1

gamemann/-GMod-Server-Hop

A server hop addon for Garry's Mod

Language: PHP - Size: 145 KB - Last synced: about 1 month ago - Pushed: over 8 years ago - Stars: 8 - Forks: 0

gamemann/CS_MapSpawnsChecker

Checks for the amount of player spawns a map has. If it is below a limit, further actions can be done.

Language: SourcePawn - Size: 380 KB - Last synced: about 1 month ago - Pushed: over 8 years ago - Stars: 8 - Forks: 0

gamemann/All_PropHealth

Set prop's health. Advanced configuration and more to come!

Language: SourcePawn - Size: 70.3 KB - Last synced: about 1 month ago - Pushed: almost 7 years ago - Stars: 8 - Forks: 3

gamemann/UDP-Sender

A C program I made for sending UDP packets. Comes with a few useful features.

Language: C - Size: 15.6 KB - Last synced: about 1 month ago - Pushed: over 4 years ago - Stars: 6 - Forks: 0

gamemann/IPIP-Forward

Simple IPIP Forwarding program made with AF_PACKET sockets.

Language: C - Size: 10.7 KB - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 8 - Forks: 2

gamemann/Discord-OnConnect

A quick plugin I wrote in SourceMod to open MOTD window on player connect.

Language: SourcePawn - Size: 13.7 KB - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 8 - Forks: 0

gamemann/Rust-User-Management

GFL's Rust User Management plugin imported from lab.gflclan.com.

Language: C# - Size: 1.95 KB - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 6 - Forks: 4

gamemann/Continuous-A2S_INFO-Requests

A small C program imported from GFL's GitLab. This continuously sends A2S_INFO requests using cooked Linux sockets.

Language: C - Size: 1000 Bytes - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 7 - Forks: 0

gamemann/Simple-Discord-Bot

A simple Discord bot imported from GFL's Gitlab. This was made using Java.

Language: Java - Size: 4.88 KB - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 9 - Forks: 0

gamemann/UDP-Spoof

A program imported from GFL's GitLab. It simply sends a UDP spoofed packet to a destination.

Language: C - Size: 1.95 KB - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 16 - Forks: 0

gamemann/Simple-Java-MySQL-Wrapper

A simple Java MySQL wrapper imported from GFL's Gitlab.

Language: Java - Size: 5.86 KB - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 8 - Forks: 0

gamemann/Simple-GMod-Discord-Relay

A simple GMod lua addon imported from GFL's Gitlab.

Language: Lua - Size: 1.95 KB - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 7 - Forks: 0

gamemann/Compressor-V2-FOU-Wrap-Unwrapper

TC programs made for wrapping and unwrapping marked FOU-encapped packets. Being used for Compressor V2

Language: C - Size: 24.4 KB - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 8 - Forks: 0

gamemann/Elixir-Phoenix-User-System

A simple web application that acts as a user system written in Elixir. You can register and login.

Language: Elixir - Size: 54.7 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 7 - Forks: 1

gamemann/GFL-API-In-Elixir

GFL's API for Members, Supporters, and VIPs written in Elixir. This isn't being used in production, but I figured it's good practice when learning Elixir.

Language: Elixir - Size: 48.8 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 5 - Forks: 1

gamemann/Hard-Link-Files

A small C++ application I made in 2016. Imported to GitHub from GFL's Gitlab server.

Language: C++ - Size: 3.91 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 9 - Forks: 0

gamemann/TCP-App-With-Encryption

A client and server project that encrypts and decrypts messages. The client is programmed in C using the Libsodium library and the server is programmed in Elixir using ErLang's crypto module.

Language: C - Size: 24.4 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 7 - Forks: 0

gamemann/CS-Unlimited-Ammo

CS Unlimited Ammo imported from GFL's Gitlab server.

Language: SourcePawn - Size: 23.4 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 8 - Forks: 1

gamemann/GMod---Roy-s-Spawn-Protection

GMod spawn protection addon imported from GFL's GitLab server.

Language: Lua - Size: 3.91 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 7 - Forks: 1

gamemann/GMod-Server-Browser

Project imported from GFL's Gitlab server. Allows all servers queried in the GMod server browser to be displayed on a web page.

Language: JavaScript - Size: 5.86 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 8 - Forks: 0

gamemann/Game-Server-Versions

A small project I made a while ago and importing from GFL's GitLab server.

Language: PHP - Size: 1.95 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 7 - Forks: 0

gamemann/Full-Alltalk-Patch

A CS:GO plugin I made years ago that I'm importing from GFL's GitLab server.

Language: SourcePawn - Size: 3.91 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 7 - Forks: 1

gamemann/Lua-User-Management

A small project imported from GFL's GitLab server.

Language: Lua - Size: 4.88 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 7 - Forks: 0

gamemann/Rust-Plugins

A small project I made for the game Rust that contains plugins I've made for Oxide. Imported from GFL's GitLab server.

Language: Lua - Size: 1000 Bytes - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 8 - Forks: 0

gamemann/CS_SpawnPoints

Adds extra spawn points in Counter-Strike games (e.g. CS:GO and CS:S).

Language: SourcePawn - Size: 42 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 9 - Forks: 2

gamemann/CS-TimeLimit

CS Time Limit Enforcer imported from GFL's Gitlab server.

Language: SourcePawn - Size: 93.8 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 8 - Forks: 1

gamemann/TC-Ingress-IPIP-Blocker

A simple TC Ingress program that blocks incoming packets based off of the inner IP header's source IP.

Language: C - Size: 31.3 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 12 - Forks: 0

gamemann/Test-Kernel-Modules

A repository used to store my test Linux kernel modules I make while I'm learning.

Language: C - Size: 13.7 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 9 - Forks: 0

gamemann/GFL-MOTD-Plugin

An old project from GFL's GitLab server that served as GFL's MOTD plugin (for MOTD Ads).

Language: SourcePawn - Size: 270 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 7 - Forks: 2

gamemann/Linux-Back-End-Scripts

A small project I worked on years ago and imported from GFL's GitLab server.

Language: Shell - Size: 11.7 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 8 - Forks: 1

gamemann/RTV-Exclude-AFKs

Base AlliedMods Rock The Vote plugin modified to exclude AFK players.

Language: SourcePawn - Size: 7.81 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 7 - Forks: 2

gamemann/Anycast-Endpoint

Templates, Docker images, Docker Gen, and more for an endpoint Anycast setup.

Size: 18.6 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 9 - Forks: 0

gamemann/AF_XDP-Test

AF_XDP test with XDP DRV/native mode. Testing issues with virtio_net driver (e.g. "Device or resource busy" errors).

Language: C - Size: 10.7 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 8 - Forks: 1

gamemann/UDP-Ping

A UDP Client/Server implementation for pinging. Using for benchmarking.

Language: C - Size: 6.84 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 10 - Forks: 0

gamemann/Notes-and-Guides

Notes and guides I've made mostly exported from GFLClan.com.

Size: 155 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 12 - Forks: 0

gamemann/SM-Server-Hop Fork of GFLClan/SM-Server-Hop

GFL's SourceMod Server Hop plugin.

Size: 26.4 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 7 - Forks: 0

gamemann/Pterodactyl-Packet-Watch

A project based off of my Pterodactyl Game Server Watch project.

Language: Go - Size: 104 KB - Last synced: about 1 month ago - Pushed: almost 3 years ago - Stars: 9 - Forks: 1

gamemann/FPS-Threshold-Noblock

FPS Threshold plugin that forces noblock on all players after average FPS goes under threshold.

Language: SourcePawn - Size: 3.91 KB - Last synced: about 1 month ago - Pushed: almost 3 years ago - Stars: 8 - Forks: 1

gamemann/FPS-Threshold

Creates a forward for when the average server FPS goes under a threshold.

Language: SourcePawn - Size: 15.6 KB - Last synced: about 1 month ago - Pushed: almost 3 years ago - Stars: 11 - Forks: 3