All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • Something

    2047598·text·232 B·2011-04-18 02:01 UTC
    http://kimjongillookingatthings.tumblr.com/post/4586024919/looking-at-snowflakes
    http://kimjongillookingatthings.tumblr.com/post/4557341190/looking-at-milk
    http://kimjongillookingatthings.tumblr.com
  • Something

    2047593·text·1.0 KB·2011-04-18 01:44 UTC
    doonz@ss1:~/torrents/complete$ traceroute 67.230.181.246
    traceroute to 67.230.181.246 (67.230.181.246), 30 hops max, 60 byte packets
     1 192.168.1.1 (192.168.1.1) 0.202 ms 0.188 ms 0.229 ms
     2
  • Miscellany

    2047592·text·1.4 KB·2011-04-18 01:38 UTC
    doonz@ss1:~/torrents/complete$ traceroute passthepopcorn.me
    traceroute to passthepopcorn.me (85.17.5.15), 30 hops max, 60 byte packets
     1 192.168.1.1 (192.168.1.1) 0.125 ms 0.149 ms 0.187 ms
     2
  • Something

    2047591·text·189 B·2011-04-18 01:34 UTC
    Could not retrieve mirrorlist http://updates.vmd.citrix.com/XCP/1.0.0/domain0/mirrorlist error was
    [Errno 14] HTTP Error 404: Not Found
    Error: Cannot find a valid baseurl for repo: citrix
  • Unnamed

    2047588·php·17.0 KB·2011-04-18 00:53 UTC
    <?php
     /* cryptbin 0.6 public release */
     /* cryptbin is written by Nadim Kobeissi (http://nadim.cc) and released under the 
     Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported licens
  • Miscellany

    2047586·text·1.9 KB·2011-04-18 00:27 UTC
    Trabalhos práticos
    Todos os trabalhos práticos devem ser entregues utilizando as seguintes orientações:
    Orientações gerais
    
     * Todos os trabalhos devem ser feitos individualmente, a não ser que
  • Heap in python

    2047584·python·1.7 KB·2011-04-18 00:19 UTC
    #!/usr/bin/python
    # -*- coding: utf-8 -*-
    #define max 10
    
    livros = [11,90,123,321,22,34,54]
    livros.append(10)
    print "\nVetor desordenado: \n"
    print livros
    tam = len(livros)
    
    def subirHeap(li
  • Heap in python

    2047576·python·1.4 KB·2011-04-17 23:59 UTC
    #!/usr/bin/python
    # -*- coding: utf-8 -*-
    #define max 10
    
    livros = [11,90,123,321,22,34,54]
    livros.append(10)
    print "\nVetor desordenado: \n"
    print livros
    tam = len(livros)
    
    def subirHeap(li
  • Something

    2047575·php·1.2 KB·2011-04-17 23:58 UTC
    #!/usr/bin/php
    <?php
    
    include("/usr/lib/nagios/plugins/mssql_connect.php");
    
    $site_id = $argv[1];
    $warn = $argv[2];
    $crit = $argv[3];
    
    if ( $argc < 4 )
    {
     echo("Not enough args\n");
  • Something

    2047574·php·1.2 KB·2011-04-17 23:51 UTC
    #!/usr/bin/php
    <?php
    
    include("/usr/lib/nagios/plugins/mssql_connect.php");
    
    $site_id = $argv[1];
    $warn = $argv[2];
    $crit = $argv[3];
    
    if ( $argc < 4 )
    {
     echo("Not enough args\n");
  • Something

    2047573·php·1.2 KB·2011-04-17 23:46 UTC
    #!/usr/bin/php
    <?php
    
    include("/usr/lib/nagios/plugins/mssql_connect.php");
    
    $site_id = $argv[1];
    $warn = $argv[2];
    $crit = $argv[3];
    
    if ( $argc < 4 )
    {
     echo("Not enough args\n");
  • Something

    2047572·php·1.2 KB·2011-04-17 23:44 UTC
    #!/usr/bin/php
    <?php
    
    include("/usr/lib/nagios/plugins/mssql_connect.php");
    
    $site_id = $argv[1];
    $warn = $argv[2];
    $crit = $argv[3];
    
    if ( $argc < 4 )
    {
     echo("Not enough args\n");
  • Mine

    2047571·text·254 B·2011-04-17 23:32 UTC
    (function() 
     
     {
     var allR = document.getElementsByTagName('tr');
     
     for (var i = 0; i < allR.length; i++) 
     {
     if(allR[i].innerHTML.match("<span .*>"+NAME+"</span>"))
     {
     allR[i].
  • Unnamed

    2047570·text·12 B·2011-04-17 23:28 UTC
    third_query
  • Stuff

    2047569·java·10.1 KB·2011-04-17 23:28 UTC
    module alsatest;
    
    import std.string, std.math, std.random, std.time;
    
    alias Sample = short;
    
    class Sound {
     void open() { writeln "unoverridden open()! "; _interrupt 3; }
     void close() { wri
  • Someone

    2047567·text·2.8 KB·2011-04-17 23:23 UTC
    avatrader.fxchip.net. 3600 IN A 77.92.88.1
    azim.fxchip.net. 3600 IN A 46.4.163.205
    batogamo.fxchip.net. 43200 IN A 127.0.0.2
    briscoe.fxchip.net. 3600 IN A 46.4.163.205
    cdzz.fxchip.net. 3600 IN NS
  • Something

    2047564·text·900 B·2011-04-17 23:16 UTC
    (function() {
     var allT; 
     var allR;
     var plonk = new Array(); 
     var ignore_threads_from = ["Fourthmeal", "Dave Thomas"];
     
     for (var i = 0; i < ignore_threads_from.length; i++){
     plonk[igno
  • Unnamed

    2047560·c·3.6 KB·2011-04-17 23:04 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    
    struct luggage_t
    {
     int bIsRelevant; /* Set to 0 for superseded and filtered-out records */
     char *sField[6]; /* Timestamp, ID,
  • Half-Life changelog

    2047557·text·16.1 KB·2011-04-17 22:52 UTC
    Half-Life Version 1.1.1.0
    Readme File
    
    v1.1.1.0
    --------
    [6.12.02]
    
    Changes/Additions:
    ------------------
    - Ricochet included in this release.
    - Added logging of the anti-cheat system catchi
  • Stuff

    2047556·text·16.1 KB·2011-04-17 22:51 UTC
    Half-Life Version 1.1.1.0
    Readme File
    
    v1.1.1.0
    --------
    [6.12.02]
    
    Changes/Additions:
    ------------------
    - Ricochet included in this release.
    - Added logging of the anti-cheat system catchi

older pastes →