This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 "------------------------------------------" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* * 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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; |