Skip to content
View numeroSette's full-sized avatar

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Distance between coordinates Distance between coordinates
    1
     
    2
    var json =  [
    3
      {
    4
        "id" : '1',
    5
        "name" : "Marker 1",
  2. iOS Push iOS Push
    1
    <?php
    2
    
                  
    3
    // Put your device token here (without spaces):
    4
    $deviceToken = '7ea574515a5f669070e3b9459db24be3f4b8085d122ddb7fa16d8cf9063e019a';
    5
    
                  
  3. Javascript OOP - Example Javascript OOP - Example
    1
    /*
    2
    b = (function(){
    3
      this.nome = 'a';
    4
    });
    5
    a = new b();
  4. 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'