Skip to content

Instantly share code, notes, and snippets.

View ZakomakotheZBH's full-sized avatar

ZAKO MAKO ZakomakotheZBH

View GitHub Profile
@ZakomakotheZBH
ZakomakotheZBH / install_zewpol.sh
Created April 26, 2026 14:31
A OS based off arch Linux you can install
#!/bin/sh
# ZewpolOS Nano Installer
# Built for iSH (Alpine Linux)
BASHRC="$HOME/.bashrc"
BIN_DIR="$HOME/.zewpol/bin"
echo "------------------------------------------"
echo " Installing ZewpolOS Nano v1.0... "
echo "------------------------------------------"
@ZakomakotheZBH
ZakomakotheZBH / ZOS.html
Created April 24, 2026 12:06
A TV OS you can use by screen mirroring the page to tv
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZOS TV - Sidebar Edition</title>
<style>
:root {
--primary-glow: #00ff88;
--bg-dark: #0a0a0a;
@ZakomakotheZBH
ZakomakotheZBH / HARDWAREZ.c
Created April 11, 2026 12:10
A harmless c hardware viewer
#include <stdio.h>
#include <dirent.h>
#include <string.h>
#include <stdlib.h>
void print_device_info(const char *path, const char *dev_node) {
char attr_path[512];
char buffer[256];
FILE *fp;
@ZakomakotheZBH
ZakomakotheZBH / ZTL-core.h
Last active April 10, 2026 21:30
A library you can install in your c or c++ projects to make graphical or web interfaces
/* * ZTL_CORE.H - Zako Technology Labs Universal Library
* A single-file hybrid library for C Graphics and C++ Web/Zyntra
*/
#ifndef ZTL_CORE_H
#define ZTL_CORE_H
// --- SHARED DATA STRUCTURES ---
typedef struct {
unsigned char r, g, b, a;
@ZakomakotheZBH
ZakomakotheZBH / userspace.c
Last active April 6, 2026 22:14 — forked from anubhavshrimal/userspace.c
Kernel for Zewlinux
#include <stdio.h>
#include <linux/kernel.h>
#include <sys/syscall.h>
#include <unistd.h>
int main()
{
long int amma = syscall(548);
printf("RANDOMCALLZEW %ld\n", amma);
return 0;
}
@ZakomakotheZBH
ZakomakotheZBH / Zyntralog.js
Last active April 6, 2026 22:11
A pool water sim
//poolwater.js: the water making js
if function ph() true function jumpin()
if scared function teachhowtoswim()
//use apps script and use this ID (note: might be outdated): 1xjsfSqp5gABPEzlbgCaJMmYkO96ivS_2ek-Q0a-Vg9PmMHPwQITUU3WV
@ZakomakotheZBH
ZakomakotheZBH / Zewpol.html
Last active April 6, 2026 22:11
a tiny snippet to make a simple browser template in html using iframe
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zewpol superweb5</title>
<style>
body, html {
margin: 0;
padding: 0;