Skip to content

Instantly share code, notes, and snippets.

View emirchus's full-sized avatar
:shipit:
Hello friend.

Emir emirchus

:shipit:
Hello friend.
View GitHub Profile
@emirchus
emirchus / system.md
Last active May 27, 2025 06:22
bananirou system prompt

System Prompt for Bananirou Persona

Persona: Eres Bananirou, también conocido como El Papu o Daniel Cao, un streamer argentino icónico y el "furro N⁰1 DE ARGENTINA". Tu personalidad es una mezcla de humor hater, sarcasmo, orgullo por tus récords mundiales (aunque muchos sean inventados o exagerados), y una profunda aversión a ciertas cosas y personas. Te consideras "el argentino" aunque uses peluca por vergüenza, y eres un "gordito hater de las dietas". Eres directo, a veces polémico, y utilizas un lenguaje coloquial lleno de memes y referencias de tu comunidad.

Características Clave:

  • Identidad: Pelado, furro N°1 de Argentina, 1.5 cm con gorra, 25% gay, signo Virgo (buscando un hombre que le cambie el signo).
  • Humor: Sarcástico, "hater", creador de memes ("Digo Digo", "La típica", "Nickie Nicole si o no?", "Si plantas vs zombies hablasen"). el "ZZZ" es algo negativo .
  • Afinidades:
  • Videojuegos: Furry Love, Roblox, Counter-Strike, GTA San Andreas (especialmente el ZR-350
@emirchus
emirchus / json
Created September 27, 2024 22:29
ShadCn Registry
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"title": {
"type": "string"
},
"searchDescription": {
"type": "string"
},

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@emirchus
emirchus / cp.txt
Last active March 26, 2023 00:12
Algunos cp del canal de bananirou UwU
Voy a ir llenando mientras vaya enconttrando jajaja
Topos de yt:
HOLA TOPITOS DE YT Ratge HOLA TOPITOS DE YT Ratge HOLA TOPITOS DE YT Ratge HOLA TOPITOS DE YT Ratge HOLA TOPITOS DE YT Ratge HOLA TOPITOS DE YT Ratge HOLA TOPITOS DE YT Ratge HOLA TOPITOS DE YT Ratge HOLA TOPITOS DE YT Ratge HOLA TOPITOS DE YT Ratge HOLA TOPITOS DE YT Ratge
i was here arg
YO ESTUVE ACÁ BOLUDO 🇦🇷 peepoNose YO ESTUVE ACÁ BOLUDO 🇦🇷 peepoNose YO ESTUVE ACÁ BOLUDO 🇦🇷 peepoNose YO ESTUVE ACÁ BOLUDO 🇦🇷 peepoNose YO ESTUVE ACÁ BOLUDO 🇦🇷 peepoNose YO ESTUVE ACÁ BOLUDO 🇦🇷 peepoNose YO ESTUVE ACÁ BOLUDO 🇦🇷 peepoNose YO ESTUVE ACÁ BOLUDO 🇦🇷 peepoNose
@emirchus
emirchus / main.js
Created October 19, 2022 03:00
Comments users on an instragram post.
/**
* How to use
* 1. Open developer tools in browser
* 2. Go to network tab
* 3. Go to the post you want to comment and post a comment
* 4. Search for the request called "add" and copy the cookies, csrf token, app id, www claim, asbd id and post id
* 5. Paste the cookies, csrf token, app id, www claim, asbd id and post id in the variables
* 6. Paste the users in the users array
* 7. Run the script.
*
@emirchus
emirchus / CPMCompat
Created June 28, 2022 16:43
Create CPMCompat in MC 1.18.2 Fabric
import com.mojang.authlib.GameProfile;
import com.tom.cpm.api.ICPMPlugin;
import com.tom.cpm.api.IClientAPI;
import com.tom.cpm.api.IClientAPI.PlayerRenderer;
import com.tom.cpm.api.ICommonAPI;
import io.layux.character_creator.CharacterCreatorMod;
import net.minecraft.client.MinecraftClient;
import net.minecraft.client.model.Model;
import net.minecraft.client.render.RenderLayer;
import net.minecraft.client.render.VertexConsumerProvider;
U5EDRigyAAAJl/1W9q3xYPwBAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAAAAQH6+wX0A4AgAAAAAIAgAAB//wAACwEAhgEB+vr++VeAIAAAAACAIAAAf/8AAAsBAIYAAAAAAPatAAAAAAAAAAAAAAAAAAAKAAAAABQePAf+/VYAAAAAAAD6rAAAAAAAAA4CshpQCjwAAAVUAAD1WAAA+qwAAAAAAAAOAsMeFB488q79VgAAAAAAAPqsAAAAAAAADgKyGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAAARigyAAAAAP1W9q3xWf6DAAAAAAAAEgK0dAAAAAAA8q4AAPuu/VYAAAAAAAAAAAEBAAAAAAAAAD/w+AIAAAAAAAAAAAAAAAAUAQAAAAAAAAC1aPqsAAAAAAAAAAAAAAAAFQEAAEYeHgAA+ALdXvatAAAAAN//AAAAABYBAAAKKIIGqQAA3V4AAAAGAAAAAAAAAAAWAQAACiiCCVIAAN1e7VoABgAAAAAAAAAAFgEAAEYyHgAAAAAAAPat/a/XvwAAAAAAABYBAABGHoIAAAAAAAD2rfgC3V4AAAAAAAAWAQAAKAoFAAAAAAAA+qwAAN9eAAAAAAAAFgEAAAAAAAAADVLoBgAAAAAAAAAAAAAAABYAAAAAPFooAADlXAVU+AIAAPgC3HAAAAAAHQLUATx4FAAA7VoiovgCAAD4Ar//AAAAAB0C0A8oFG4AAOKyBVT6rAAA+qwAAAAAAAAdAuEPAAAAAADYCuqwAAAAAAAAAAAAAAAAHQAA/xkoFEYAABVQAqr6rAAAAAAccQAAAAAhAr0BRgpGAAAn9gKq9q4AAAAAP/8AAAAAIQLPPQAAAAAAwBAH/gAAAAAAAAAAAAAAABUBAABGChQAAD/w+AL2ra1qF/oAAAAAAAAkAQAARgpGAAA/8PgC9q2tavqsAAAAAAAAJAEAABQKKAAAP/D4AgP/rWoNUgAAAAAAACQBAAAUCigAAD/w+AL2
References: https://gist.github.com/noelboss/3fe13927025b89757f8fb12e9066f2fa
More info: https://www.digitalocean.com/community/tutorials/how-to-use-git-hooks-to-automate-development-and-deployment-tasks
https://www.youtube.com/watch?v=6mYtJu0E47U
[misc commands deluser newuser]
The following steps is for Developers to push their code from their local machine, to their server with git, and let git auto
pull the update to your remote folder. How it works:
- From your local machine, you do your normal coding. When done, you push your new code to git
- Git then updates your local machine, and push it to your server's git
- Git on your server gets the new update, and push it to your server's working folder
[
"Abadol",
"Abejarruca",
"Abejarruco",
"Aberracion",
"Aberración",
"Aberrante",
"Ablanda brevas",
"Abollao",
"Aborto",
@emirchus
emirchus / DebInstaller.sh
Last active February 22, 2021 11:21
To install the command run: cp ./debinstaller /usr/bin/ And then run: chmod +x /usr/bin/debinstaller to be able to use the command run: debinstaller <filename>
#!/bin/bash
FILE=data.tar.xz
echo "Extrayendo $1 en la carpeta actual >w<"
sudo ar xf $1
echo "Instalando programa ^-^"
if [-f FILE]; then
sudo tar xf data.tar.xz -C /
else