All pastesPublic feed

Public feed

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

    2054395·cpp·361 B·2011-05-05 23:39 UTC
    #include <iostream>
    #include "math.h"
    
    using namespace std;
    
    int main()
    {
     int limit = 100;
     int sqrSum = 0;
     int sum = 0;
     int answer = 0;
    
     for(int i = 0; i <= limit; i++)
  • Untitled

    2054393·text·943 B·2011-05-05 23:37 UTC
    IsNumeric(const string[]) //needed for numeric function of command
    {
     for (new i = 0, j = strlen(string); i < j; i++)
     {
     if (string[i] > '9' || string[i] < '0') retur
  • proof

    2054392·text·495 B·2011-05-05 23:14 UTC
    http://en.wikipedia.org/wiki/Benazir_Bhutto
    
    http://www.youtube.com/watch?v=oIO8B6fpFSQ
    
    http://en.wikipedia.org/wiki/Ahmed_Omar_Saeed_Sheikh
    
    http://www.sovereignindependent.com/?p=19421
  • Someone

    2054391·text·328 B·2011-05-05 23:12 UTC
    lua: error loading module 'yajl' from file '/usr/lib/lua/5.1/yajl.so':
     libyajl.so.1: cannot open shared object file: No such file or directory
    stack traceback:
     [C]: ?
     [C]: in function 'require'
  • Anonymous

    2054390·text·929 B·2011-05-05 23:10 UTC
    === OLYFR_U4_1.5.7_SIGNED_OLPSATTSPE_P012_HWolympus_1g_1FF.sbf ===
    00: RDL03 0x00000000-0x002FFFFF 53DA AP
    01: RDL01 0x00800000-0x008407FF 3A93 BP
    02: CG05 0x00000000-0x013E1427 95AC BP
    03: CG02
  • Unnamed

    2054389·text·854 B·2011-05-05 23:08 UTC
    === OLYFR_U4_1.8.3_SIGNED_OLPSATTSPE_P013_HWolympus_1g_Service1FF.sbf ===
    00: RDL03 0x00000000-0x002FFFFF FA5B AP
    01: RDL01 0x00800000-0x008407FF 3718 BP
    02: CG05 0x00000000-0x013E3BF7 9711 BP
    03
  • Unnamed

    2054388·c·833 B·2011-05-05 23:03 UTC
    case REMOVEALL: /* removes ALL occurrences of <num> in the list, return number of elements removed */
     for (i = 0; i < stack.size; i++)
     {
  • Someone

    2054387·text·230 B·2011-05-05 22:56 UTC
    if (inputString.startsWith("::woot")) {
     this.stream.createFrame(59);
     this.stream.writeDWord(1);
     this.stream.writeDWord(1042); //itemid
     this.stream.writeDWord(100); /
  • Stuff

    2054386·text·776 B·2011-05-05 22:52 UTC
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
     <key>SMbiosvendor</key>
  • Salrio

    2054383·cpp·18.9 KB·2011-05-05 22:49 UTC
    for(new i=0; i<MAX_SLOTS; i++){
     if(IsPlayerConnected(i) && Logado[i] == 1){
     for(new f = 1; f < sizeof BarFome; f++)
     {
     TextDrawHideForPlayer(i, TextFome[f - 1]);
  • Anonymous

    2054376·text·28.0 KB·2011-05-05 22:22 UTC
    23:06:36 T:3078305664 M:807002112 NOTICE: -----------------------------------------------------------------------
    23:06:36 T:3078305664 M:806993920 NOTICE: Starting XBMC, Platform: Linux (Ubuntu 9.
  • Something

    2054375·text·1.1 KB·2011-05-05 22:11 UTC
    struct Node {
     1: required i64 id, 
     2: required NodeType node_type,
     3: required map<string,string> properties,
     4: optional i64 created_at,
     5: opti
  • Anonymous

    2054368·text·3.0 KB·2011-05-05 21:45 UTC
    11:34 *** ekser joined #izbeglice
    11:34 +++ rizon.mibbit.org set the channel to mode +n
    11:34 +++ rizon.mibbit.org set the channel to mode +t
    11:34 *** [SS]TrajceDimoski joined #izbeglice
    11:3
  • opalepatrick

    2054367·text·2.5 KB·2011-05-05 21:38 UTC
    SELECT SQL_BIG_RESULT t1.ad_provider, t1.adgroup, IF(SUBSTRING(t1.campaign, 1, 10) = 'Somethings', SUBSTRING_INDEX(t1.campaign,'_',3), t1.campaign) AS cam, SUM(t1.clicks) AS `clicks`, SUM(t1.sales_num
  • Miscellany

    2054361·text·1.9 KB·2011-05-05 21:30 UTC
    $ lspci 
    00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
    00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML
  • glxinfo output

    2054359·text·23.8 KB·2011-05-05 21:17 UTC
    name of display: :0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: SGI
    server glx version string: 1.4
    server glx extensions:
     GLX_ARB_multisample, GLX_EXT_import_conte
  • opalepatrick

    2054358·text·2.5 KB·2011-05-05 21:13 UTC
    SELECT SQL_BIG_RESULT t1.ad_provider AS N, t1.adgroup, IF(SUBSTRING(t1.campaign, 1, 10) = 'Alpharooms', SUBSTRING_INDEX(t1.campaign,'_',3), t1.campaign) AS cam, SUM(t1.clicks) AS `clicks`, SUM(t1.sale
  • Fix

    2054357·diff·963 B·2011-05-05 21:05 UTC
    diff --git a/synfig-studio/src/gui/duckmatic.h b/synfig-studio/src/gui/duckmatic.h
    --- a/duckmatic.h
    +++ b/duckmatic.h
    - etl::handle<Bezier> get_selected_bezier()const { return selected_bezier; }
  • asd

    2054356·c·2.8 KB·2011-05-05 21:04 UTC
    #include <stddef.h> // Standardheader
    #include <stdio.h> // Standardheader
    #include <stdlib.h>
    
    void ErrorHandler (void) {
  • Fix

    2054354·diff·963 B·2011-05-05 21:03 UTC
    diff --git a/synfig-studio/src/gui/duckmatic.h b/synfig-studio/src/gui/duckmatic.h
    --- a/duckmatic.h
    +++ b/duckmatic.h
    - etl::handle<Bezier> get_selected_bezier()const { return selected_bezier; }

older pastes →