Skip to content
View numeroSette's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report numeroSette

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 Loading

  1. SRE-TEST-7 SRE-TEST-7 Public

    SRE TEST

    Go

  2. ci-hmvc-features ci-hmvc-features Public

    (HMVC) Codeigniter structure with some more features

    PHP 2

  3. Distance between coordinates Distance between coordinates
    1
     
    2
    var json =  [
    3
      {
    4
        "id" : '1',
    5
        "name" : "Marker 1",
  4. iOS Push iOS Push
    1
    <?php
    2
    
    
    3
    // Put your device token here (without spaces):
    4
    $deviceToken = '7ea574515a5f669070e3b9459db24be3f4b8085d122ddb7fa16d8cf9063e019a';
    5
    
    
  5. Javascript OOP - Example Javascript OOP - Example
    1
    /*
    2
    b = (function(){
    3
      this.nome = 'a';
    4
    });
    5
    a = new b();
  6. POST via fsockopen without recompile... POST via fsockopen without recompile PHP, like a redirect with POST
    1
    <?php 
    2
    $fp = fsockopen("localhost", 80, $errno, $errstr, 30);
    3
    
    
    4
    $vars = array(
    5
        'hello' => 'world'