All pastes›Public feed

Public feed

Pastes people chose to make public. Author names hidden.
  • new_qoslimit.c

    1964494·c·5.5 KB·2010-10-17 01:07 UTC
    /*
    
     Tomato Firmware
     Copyright (C) 2006-2008 Jonathan Zarate
     rate limit & connection limit by conanxu
    */
    
    #include "rc.h"
    
    #include <sys/stat.h>
    
    // read nvram into files
    void new_qosl
  • Someone

    1964448·diff·961 B·2010-10-16 23:37 UTC
    From 4adabc5fa5a1476d599c354a80ebf34f0d9677bc Mon Sep 17 00:00:00 2001
    From: Andrei Karas <akaras@inbox.ru>
    Date: Sun, 17 Oct 2010 02:36:50 +0300
    Subject: [PATCH] Fix low cpu mode in openGL mode.
  • clueless

    1964398·text·780 B·2010-10-16 22:38 UTC
    Disk /dev/hdc: 20.0 GB, 20003880960 bytes
    255 heads, 63 sectors/track, 2432 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xd8000000
    
     Device Boot Start E
  • clueless

    1964389·text·6.5 KB·2010-10-16 22:28 UTC
    smartctl version 5.38 [i686-pc-linux-gnu] Copyright (C) 2002-8 Bruce Allen
    Home page is http://smartmontools.sourceforge.net/
    
    === START OF INFORMATION SECTION ===
    Model Family: Hitachi Travelstar
  • luxh

    1964369·text·2.2 KB·2010-10-16 21:58 UTC
    (kgdb) bt
    #0 _get_mycpu (di=0xffffffff808aeea0) at ./machine/thread.h:73
    #1 md_dumpsys (di=0xffffffff808aeea0) at /usr/src/sys/platform/pc64/x86_64/dump_machdep.c:262
    #2 0xffffffff8035c4d6 in du
  • Something

    1964324·diff·4.0 KB·2010-10-16 21:06 UTC
    From c511560217795e9c33ca3c0d301b355fc6e09fd4 Mon Sep 17 00:00:00 2001
    From: Andrei Karas <akaras@inbox.ru>
    Date: Sat, 16 Oct 2010 23:22:55 +0300
    Subject: [PATCH] Add new three colors.
    
    Add color
  • Miscellany

    1964300·diff·3.7 KB·2010-10-16 20:36 UTC
    From e210f79331d81fcea889361dc721c78e14006146 Mon Sep 17 00:00:00 2001
    From: Andrei Karas <akaras@inbox.ru>
    Date: Sat, 16 Oct 2010 23:22:55 +0300
    Subject: [PATCH] Add new three colors.
    
    Add color
  • Untitled

    1964299·text·14.1 KB·2010-10-16 20:36 UTC
    Champions
    Anivia
    
     * Stats
     o Increased HP per Level to 70 from 65
     o Increased Base Damage to 48 from 45 
    
    Amumu
    
     * Bandage Toss
     o Reduced Cooldown to 16/
  • pkulas

    1964283·text·158 B·2010-10-16 20:22 UTC
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC259 Analog [ALC259 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  • Unnamed

    1964280·text·799 B·2010-10-16 20:20 UTC
    # include<stdio.h>
    # include<stdlib.h>
    
    typedef struct nodo
    {
     int info;
     struct nodo *prox;
    }nodo; 
    
    nodo *inicio;
    nodo *fim;
    
    void inclusao(int n);
    
    int main()
    {
  • Lista Encadeada

    1964279·text·799 B·2010-10-16 20:19 UTC
    # include<stdio.h>
    # include<stdlib.h>
    
    typedef struct nodo
    {
     int info;
     struct nodo *prox;
    }nodo; 
    
    nodo *inicio;
    nodo *fim;
    
    void inclusao(int n);
    
    int main()
    {
  • Miscellany

    1964237·text·69 B·2010-10-16 19:30 UTC
    Congratulations. You have completed all of the levels. 
    
    Well Done!
  • Mine

    1964234·diff·1.2 KB·2010-10-16 19:23 UTC
    From 333fd4746e2bca8cf3107f380c4f809a61e44f66 Mon Sep 17 00:00:00 2001
    From: Andrei Karas <akaras@inbox.ru>
    Date: Sat, 16 Oct 2010 22:21:16 +0300
    Subject: [PATCH] Return to color config options pre
  • Mine

    1964224·text·68.0 KB·2010-10-16 19:02 UTC
    
        
  • Miscellany

    1964223·text·60.8 KB·2010-10-16 19:00 UTC
    
        
  • Gamma FFVJob System for RMVX

    1964190·text·42.1 KB·2010-10-16 18:17 UTC
    
        
  • Untitled

    1964137·cpp·1.9 KB·2010-10-16 17:09 UTC
    #include <iostream>
    
    using namespace std;
    
    class Intset {
     private:
     unsigned int * sp; // set pointer
     unsigned int set_size;
     public:
     static unsigned int SetLim;
     Intset() { sp=new un
  • li.in

    1964127·text·164 B·2010-10-16 16:58 UTC
    M1 C1 C2 1
    M2 C2 C3 2
    M3 C3 C4 3
    M4 C4 C2 2
    M5 C3 C5 3
    M6 C4 C5 10000
    M7 C5 C6 5
    M8 C6 C7 3
    M9 C7 C1 18
    M10 C7 C8 12
    M11 C8 C6 5
    M12 C6 C1 1000
  • Something

    1964126·cpp·2.9 KB·2010-10-16 16:57 UTC
    #include <iostream>
    #include <math.h>
    #include <complex>
    #include <iomanip>
    #define pi 3.141592
    using namespace std;
    
    class Complex
    {
     double mod, arg;
    public:
     Complex () {mod=1; arg=0;}
  • Something

    1964123·text·7.7 KB·2010-10-16 16:53 UTC
    [13:46][jorgicio@nyappy][~]% gdb /usr/lib/chromium-browser/chromium-browser
    GNU gdb (GDB) 7.2
    Copyright (C) 2010 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gn

older pastes →