Skip to content
View exitcas's full-sized avatar
🖼️
Cooking in other places
🖼️
Cooking in other places

Organizations

@lqrg @lucasforkz @yaksCF @Luqaska
Block or Report

Block or report exitcas

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. _vurltool.php _vurltool.php
    1
    <?php
    2
    /* vurltool 1.0
    3
    https://gist.github.com/luqaska/836caf2b121863df405f430d79d825b4 */
    4
    $vrl = $_SERVER["REQUEST_URI"];
    5
    $vrl = preg_replace("/#(.*)$/", "", $vrl);
  2. frases frases Public

    Base de datos de frases

    Python 1

  3. twrt twrt Public

    The Weird Radio Transmitter: the script behind the WRM

    HTML 3

  4. hackerscreen hackerscreen Public

    Nim

  5. gk.php gk.php
    1
    <?php /* Key generator */
    2
    
                  
    3
    function genKey($n) {
    4
      $chars="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz;!#$?%:*,_.";
    5
      $id = ''; $thing=0;