Skip to content
View EduenSarceno's full-sized avatar
  • Villa Nueva, Guatemala

Organizations

@pentcloud @PCNet-no-Fansub
Block or Report

Block or report EduenSarceno

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. alura_reto1 alura_reto1 Public archive

    Challenge1 del programa Oracle Next Education, Alura latam

    CSS 20 2

  2. svelte-app svelte-app Public

    Aplicación random creada con svelte y otras herramientas

    Svelte

  3. console-anti-antidebug console-anti-antidebug Public

    This web browser-addon prevents anti-debug techniques that target console functions.

    JavaScript 2

  4. Obtener info de archivos .ass en php Obtener info de archivos .ass en php
    1
    <?php
    2
    
    
    3
    class AssVariable 
    4
        implements ArrayAccess
    5
    {
  5. This snippet allow you to proxy an e... This snippet allow you to proxy an executable, it's util when you need to put a program into %PATH%
    1
    // For compiling this you need a JScript.NET compiler.
    2
    // "%windir%\Microsoft.NET\Framework64\v4.0.30319\jsc.exe" /out:yourProgram.exe /target:winexe proxyMe.js
    3
    import System
    4
    import System.Diagnostics
    5