All pastesPublic feed

Public feed

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

    2056099·text·1.8 KB·2011-05-10 09:21 UTC
    2011-05-09 21:45:47.094 [1360:cdc]: restore library built Feb 7 2011 at 06:28:58
    2011-05-09 21:45:47.094 [1360:cdc]: iTunes: iTunes 10.2.2.14
    2011-05-09 21:45:47.356 [1360:cdc]: iTunes: Current sof
  • Miscellany

    2056090·diff·2.1 KB·2011-05-10 08:33 UTC
    --- db_work.cpp.orig 2011-05-10 18:15:04.000000000 +0400
    +++ db_work.cpp 2011-05-10 12:12:23.147120999 +0400
    @@ -4,12 +4,19 @@
     {
     }
     
    -bool db_work::db_connect(){
    +bool db_work::db_connect() {
  • Untitled

    2056079·text·130 B·2011-05-10 08:01 UTC
    Section "InputClass"
     Identifier "force touchpad"
     MatchProduct "PS/2 Generic Mouse"
     Driver "synaptics"
    EndSection
  • quique

    2056077·text·824 B·2011-05-10 07:55 UTC
    Index: ChangeLog
    ===================================================================
    --- ChangeLog (revision 21335)
    +++ ChangeLog (working copy)
    @@ -1,3 +1,5 @@
    +HEAD
    + + Apparmor profile now works wi
  • Someone

    2056073·php·969 B·2011-05-10 07:50 UTC
    public function updateAction () {
    
     $this->secure ('admin'); // uniquement l'admin peut modifier
     // à l'avenir, le propriétaire devrait pouvoir faire la même chose (presque)
    
     $file =
  • Something

    2056070·text·3.9 KB·2011-05-10 07:33 UTC
    00:00.0 Host bridge: VIA Technologies, Inc. P4M266 Host Bridge
     Subsystem: ASUSTeK Computer Inc. Device 807b
     Flags: bus master, 66MHz, medium devsel, latency 8
     Memory at e0000000 (32-bit, prefetc
  • Mine

    2056064·c·1.5 KB·2011-05-10 07:15 UTC
    #include <msp430g2553.h>
    
    const char keyMap[4][3] = {
    {'1','2','3'},
    {'4','5','6'},
    {'7','8','9'},
    {'*','0','#'},
    };
    
    const char rowPins[4] = {BIT4, BIT5, BIT6, BIT7};
    const char colPins[3]
  • Untitled

    2056057·text·1.2 KB·2011-05-10 06:09 UTC
    1 JAdministrator->dispatch() /home/fincoffee/public_html/administrator/index.php:47
    2 JComponentHelper::renderComponent() /home/fincoffee/public_html/administrator/includes/application.php:154
    3
  • Unnamed

    2056053·text·178 B·2011-05-10 06:01 UTC
    $(document).ready(function(){
     $('.menu-158').hover(
     function(){ $('.secondary-menu', this).show(); },
     function(){ $('.secondary-menu', this).hide(); }
     );
    });
  • Anonymous

    2056052·text·1.9 KB·2011-05-10 05:56 UTC
    new bool:tgf; //van-e tgf
    CMD:tgf
    {
    if(!IsPlayerAdmin(playerid)) return ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, Chupa, "HIBA: Nem vagy RCON Adminisztrtor.","Ok","");
    new mode[5]; //on v
  • Anonymous

    2056050·text·334 B·2011-05-10 05:52 UTC
    $.fn.mydropdown = function() {
     $(this).hover(function(){
     $(this).addClass("hover");
     $('ul:first',this).css('visibility', 'visible'); /* the ":first" makes sure we open one sub-level at a time
  • Anonymous

    2056033·text·11.7 KB·2011-05-10 04:50 UTC
    0 - Lost Witness - Hapiness Happening.mp3
    01_-_As_The_Rush_Comes_(Original_Radio_edit).mp3
    01_-_Did_I_Dream_(Mr_Sams_Requiem_for_a_Dream_remix).mp3
    01_-_Love_Again_(Airbase_remix).mp3
    02_-_As_The_
  • Mine

    2056027·text·409 B·2011-05-10 04:28 UTC
    if ((e==2 && n==1) || (e==1 && n==2) || n==3)
     {
     ui->table->item(i,j)->setText("1");
  • Stuff

    2056026·text·21.7 KB·2011-05-10 04:28 UTC
    Volume in drive E is Diamondium
     Volume Serial Number is CA72-2B95
    
     Directory of E:\Music\Hip Hop
    
    05/10/2011 12:27 AM <DIR> .
    05/10/2011 12:27 AM <DIR> ..
    12/04/201
  • Mine

    2056025·text·1.6 KB·2011-05-10 04:25 UTC
    public static double getAccuracy(CombatType type, Player atker, Player opp) {
     int bonus = 1;
     int defBonusAttribute = 1;
     int level = 0;
     if(type == CombatType.MELEE) {
     level = 0;
     bo
  • Miscellany

    2056020·text·1.3 KB·2011-05-10 04:06 UTC
    public int calculateMeleeDefence() {
     int defenceLevel = c.playerLevel[1];
     int i = c.playerBonus[bestMeleeDef()];
     if (c.prayerActive[0]) {
     defenceLevel += c.g
  • Mine

    2056019·text·1.7 KB·2011-05-10 04:02 UTC
    public int calculateMeleeAttack() {
     int attackLevel = c.playerLevel[0];
     //2, 5, 11, 18, 19
     if (c.prayerActive[2]) {
     attackLevel += c.getLevelForXP(c.playerXP[c.p
  • danielig

    2056016·php·590 B·2011-05-10 03:45 UTC
    Fatal error: require_once(): Failed opening required '/var/www/clients/client1/web48/web/sites/all/modules/...er.inc' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/clients/client1/web4
  • Anonymous

    2056014·text·2.1 KB·2011-05-10 03:40 UTC
    Loading llvm file ui.
    1: got here
    2: got here
    3: got here
    
    Program received signal SIGSEGV, Segmentation fault.
    0x00007ffff5d69f0b in memset () from /lib/libc.so.6
    (gdb) bt full
    #0 0x00007fff
  • Someone

    2056013·text·787 B·2011-05-10 03:39 UTC
    .it file lost, overwritten with wav
    
    will need to re-sequence this to change anything
    
    152bpm
    
    uses samples 80mm_poly, several pads from samples/pads
    opening drums from 909hats incl:
     909hh02

older pastes →