All Projects → leighmacdonald → uncledane-web

leighmacdonald / uncledane-web

Licence: MIT license
Source for uncledane.com

Programming Languages

SCSS
7915 projects
go
31211 projects - #10 most used programming language
typescript
32286 projects
Makefile
30231 projects
shell
77523 projects
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to uncledane-web

cnn-visualization-keras-tf2
Filter visualization, Feature map visualization, Guided Backprop, GradCAM, Guided-GradCAM, Deep Dream
Stars: ✭ 21 (+50%)
Mutual labels:  tf2
fortress-royale
Team Fortress 2 battle royale gamemode
Stars: ✭ 48 (+242.86%)
Mutual labels:  tf2
pcdarts-tf2
PC-DARTS (PC-DARTS: Partial Channel Connections for Memory-Efficient Differentiable Architecture Search, published in ICLR 2020) implemented in Tensorflow 2.0+. This is an unofficial implementation.
Stars: ✭ 25 (+78.57%)
Mutual labels:  tf2
SuperZombieFortress
Custom Team Fortress 2 Gamemode, inspired from Left 4 Dead
Stars: ✭ 28 (+100%)
Mutual labels:  tf2
CallAdmin
CallAdmin is a multilingual sourcemod plugin which provides in-game report functionality
Stars: ✭ 52 (+271.43%)
Mutual labels:  tf2
tensorflow-ml-nlp-tf2
텐서플로2와 머신러닝으로 시작하는 자연어처리 (로지스틱회귀부터 BERT와 GPT3까지) 실습자료
Stars: ✭ 245 (+1650%)
Mutual labels:  tf2
TF2HUD.Fixes
Collection of bug fixes and QOL changes to the default Team Fortress 2 HUD.
Stars: ✭ 83 (+492.86%)
Mutual labels:  tf2
muzero
A clean implementation of MuZero and AlphaZero following the AlphaZero General framework. Train and Pit both algorithms against each other, and investigate reliability of learned MuZero MDP models.
Stars: ✭ 126 (+800%)
Mutual labels:  tf2
TF2-GAN
🐳 GAN implemented as Tensorflow 2.X
Stars: ✭ 61 (+335.71%)
Mutual labels:  tf2
Awesome-Tensorflow2
基于Tensorflow2开发的优秀扩展包及项目
Stars: ✭ 45 (+221.43%)
Mutual labels:  tf2
MannVsMann
A plugin for Team Fortress 2 that brings Mann vs. Machine upgrades and mechanics to other gamemodes
Stars: ✭ 23 (+64.29%)
Mutual labels:  tf2
Randomizer
TF2 plugin that randomizes player loadout in any imaginable combinations
Stars: ✭ 26 (+85.71%)
Mutual labels:  tf2
steam community market
Get item prices and volumes from the Steam Community Market using Python 3
Stars: ✭ 24 (+71.43%)
Mutual labels:  tf2
SteamTracking-GDPR
📜 Tracking Valve's GDPR related pages
Stars: ✭ 21 (+50%)
Mutual labels:  tf2
node-ssq
A Node.JS library for sending Source Server Queries (SSQ) to source engine powered game servers (TF2, L4D, etc.).
Stars: ✭ 20 (+42.86%)
Mutual labels:  tf2
jse
TF2 Jump Server Essentials
Stars: ✭ 16 (+14.29%)
Mutual labels:  tf2
FreakFortressBat
No longer supported.
Stars: ✭ 32 (+128.57%)
Mutual labels:  tf2
sourcepawn-navmesh
SourcePawn .NAV file reader.
Stars: ✭ 25 (+78.57%)
Mutual labels:  tf2
VSH-Rewrite
Popular Versus Saxton Hale gamemode remade from scratch
Stars: ✭ 30 (+114.29%)
Mutual labels:  tf2
minGPT-TF
A minimal TF2 re-implementation of the OpenAI GPT training
Stars: ✭ 36 (+157.14%)
Mutual labels:  tf2

uncledane.com

Configure

Copy the config_example.yml to config.yml. You should only need to edit the TF2 server details normally.

Dev

To build the binary:

make

Watch and compile frontend assets:

make watch

Run the HTTP application server:

make run

Docker

The docker image uses a 3 stage build system. 2 Build stages, one for frontend (JS/CSS/etc.) and the other for the go backend. The compiled binaries and assets are then copied to the final image.

To build the image leighmacdonald/uncledane-web run:

make image

To run the image:

make run_image

Or

docker run --rm -p 8003:8003 -v "$(pwd)/config.yaml:/app/config.yaml" leighmacdonald/uncledane-web:latest
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].