All pastesPublic feed

Public feed

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

    2094124·text·1.7 KB·2011-11-13 09:50 UTC
    $ traceroute macthemes.net
    traceroute to macthemes2.net (70.32.86.98), 64 hops max, 52 byte packets
     1 preved_medved (192.168.1.1) 2.960 ms 0.890 ms 0.925 ms
     2 dynamic-broadband-89-189-104-1.
  • Miscellany

    2094119·text·2.9 KB·2011-11-13 07:20 UTC
    usbhid-dump -d 1997:0409 | grep -v : | tr -d ' \n' | xxd -r -p | hidrd-convert -o spec
    Usage Page (Desktop), ; Generic desktop controls (01h)
    Usage (Mouse), ; Mous
  • Miscellany

    2094114·text·22.8 KB·2011-11-13 06:00 UTC
    #include "D2Structs.h"
    
    #ifdef _GLOBAL
    
    enum
    {
     DLLNO_D2CLIENT,
     DLLNO_D2COMMON,
     DLLNO_D2GFX,
     DLLNO_D2LANG,
     DLLNO_D2WIN,
     DLLNO_D2NET,
     DLLNO_D2GAME,
     DLLNO_D2LAUNCH,
     DLLNO_FOG,
     DL
  • Mine

    2094113·text·4.7 KB·2011-11-13 06:00 UTC
    #ifndef _PATCH_H
    #define _PATCH_H
    
    PatchHook pHooks[] =
    {
    
     ////1.13D
     {PatchBytes, GetDllOffset("D2Client.dll", 0x2ACA7), 0x01, 1}, //Updated 1.13d //6FADACA7-BASE
     {PatchBytes, GetDllOffset(
  • Someone

    2094109·text·9.3 KB·2011-11-13 05:25 UTC
    #define _ITEMCODES
    #include "HackMap.h"
    
    LPSTR AddCommas(DOUBLE f, INT places)
    {
     static CHAR tmp[40];
     LPSTR s;
     INT i = 0;
    
     if ((places < 0) || (places > 38)) 
     {
     tmp[0] = 0;
     return
  • Mine

    2094100·text·1.6 KB·2011-11-13 04:21 UTC
    Nov 12 20:20:58 mail postfix/smtpd[1062]: connect from cpe-66-74-239-237.socal.res.rr.com[66.74.239.237]
    Nov 12 20:20:58 mail postfix/smtpd[1062]: setting up TLS connection from cpe-66-74-239-237.soc
  • Unnamed

    2094090·diff·614 B·2011-11-13 03:49 UTC
    commit d026303baffff5e7f36d53af073321992bbf4eac
    Author: Pi <pi@ozone.local>
    Date: Sat Nov 12 16:25:50 2011 -0800
    
     Make OS X terminal understand the present working directory.
    
    diff --git a
  • Unnamed

    2094088·text·1.6 KB·2011-11-13 03:36 UTC
    2011-11-12 22:30:32 [SEVERE] org/bukkit/configuration/ConfigurationSection initializing LogBlock v1.40 (Is it up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/configuration/ConfigurationSectio
  • Miscellany

    2094085·text·1.9 KB·2011-11-13 03:28 UTC
    loggedWorlds:
     - world
     - world_nether
    mysql:
     port: 3306
     host: localhost
    
     password: ''
     user: nsh22
     database: minecraft
    logging:
     logPlayerInfo: true
     logCreeper
  • Something

    2094084·text·1.8 KB·2011-11-13 03:23 UTC
    loggedWorlds:
     - world
     - world_nether
    mysql:
     port: 3306
     host: localhost
    
     password: *******
     user: nsh22
     database: minecraft
    logging:
     logPlayerInfo: true
     logCr
  • Stuff

    2094083·text·8.0 KB·2011-11-13 03:21 UTC
    2011-11-12 22:13:53 [INFO] Starting minecraft server version Beta 1.8.1
    2011-11-12 22:13:53 [INFO] Loading properties
    2011-11-12 22:13:53 [INFO] Starting Minecraft server on *:25565
    2011-11-12 22:1
  • Someone

    2094082·java·449 B·2011-11-13 02:55 UTC
    public class FizzBuzz
    {
     public static void main(String[] args)
     {
     for (int i = 1; i <= 100; ++i) {
     if (i % 3 == 0 || i % 5 == 0) {
     if (i % 3 == 0)
  • 3

    2094076·text·60.5 KB·2011-11-13 01:59 UTC
    
        
  • 2

    2094075·text·140.0 KB·2011-11-13 01:59 UTC
    
        
  • 1

    2094074·text·125.2 KB·2011-11-13 01:59 UTC
    
        
  • kamil

    2094073·text·6.2 KB·2011-11-13 01:59 UTC
    Index: dynamips-0.2.8-RC3-community/Makefile
    ===================================================================
    --- dynamips-0.2.8-RC3-community/Makefile
    +++ dynamips-0.2.8-RC3-community/Makefile 201
  • Stuff

    2094070·php·204 B·2011-11-13 01:58 UTC
    $sql = "CREATE TABLE $BEC_ban_table 
    (
    Id int NOT NULL AUTO_INCREMENT,
    PRIMARY KEY(Id),
    User varchar(32),
    Guid varchar(32),
    Nick varchar(32),
    Reason varchar(64),
    Date varchar(16),
    B1Type int
  • Miscellany

    2094069·text·767 B·2011-11-13 01:55 UTC
    **********************************************************
    -- Java version 1.6.0.17 configured successfully!
    -- Could NOT find Bullet (missing: BULLET_DYNAMICS_LIBRARY BULLET_COLLISION_LIBRARY BULL
  • Untitled

    2094064·text·2.6 KB·2011-11-13 01:14 UTC
    -------------------------------------------------------------------------------
    \\//\\//\\//\\// _ |_ _ \ \/ /_ _ _ \\//\\//\\//\\//\\//\\//\\//\\//\\//\\
    //\\//\\//\\//\\ (_||_)(_|/ /\ \_||_ |
  • Mine

    2094062·text·7.8 KB·2011-11-13 00:50 UTC
    [endeavor@endeavor-desktop src]$ valgrind -v ./lua -e "print('hi')"
    ==20119== Memcheck, a memory error detector
    ==20119== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
    ==20119== U

older pastes →