Skip to content

Instantly share code, notes, and snippets.

View Stem-LG's full-sized avatar
🦀
Rust is actually cool

Louay Ghanney Stem-LG

🦀
Rust is actually cool
View GitHub Profile
NetLimiter 3
Registration name: Peter Raheli
Registration code: C99A2-QSSUD-2CSBG-TSRPN-A2BEB
NetLimiter 4
Registration Name: Vladimir Putin #2
Registration Code: XLEVD-PNASB-6A3BD-Z72GJ-SPAH7
https://www.netlimiter.com/download
# Netlimiter Full Netlimiter Activated Netlimiter cracked Netlimiter Full Version Netlimiter Serial Netlimiter keygen Netlimiter crack Netlimiter 4 serial Netlimiter 4 Crack Netlimiter 4 register Netlimiter 4 patch Netlimiter full Full version Netlimiter 4 Activated Netlimiter 4 Cracked Netlimiter Pro
@azenla
azenla / systemctl.dart
Last active June 1, 2022 18:22
systemctl API in Dart
import "dart:io";
class SystemCTL {
static const String CIRCLE = "\u25CF";
final bool useSudo;
SystemCTL({this.useSudo: false});
Future<bool> start(String service) async {