Skip to content

Instantly share code, notes, and snippets.

View zsyborg's full-sized avatar
🏠
Working from home

Zasha zsyborg

🏠
Working from home
View GitHub Profile
@zsyborg
zsyborg / disableServices.ps1
Created November 21, 2025 03:08 — forked from iamjonny/disableServices.ps1
Script to disable unnecesary Windows services and improve the performance.
#####################################################################################################################
# Script to disable unnecesary Windows services and improve the performance.
#
# This use the command Set-Service, you can check the below link for more information
# https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/set-service?view=powershell-7
#
# You should check what service you want to disable, like Windows defender, Windows Search
# or Seclogon (necesary for some programs or games).
# Some services were removed in Windows 10.
#####################################################################################################################
@zsyborg
zsyborg / WebGL-WebGPU-frameworks-libraries.md
Created September 3, 2023 04:26 — forked from dmnsgn/WebGL-WebGPU-frameworks-libraries.md
A collection of WebGL and WebGPU frameworks and libraries

A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.

Engines and libraries

Name Stars Last Commit Description
three.js ![GitHub Rep