All pastesPublic feed

Public feed

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

    2086022·text·1.9 KB·2011-10-01 05:31 UTC
    #include <iostream>
    using namespace std;
    
    bool isitprime (int testinput, int &testdivisor)
    {
     
    // cout << "\n\n test input: " << testinput << "\n";
    // cout << "test divisor: " << testd
  • Stuff

    2086017·text·67.6 KB·2011-10-01 05:00 UTC
    
        
  • openbox rc.xml pibarnas

    2086014·xml·29.0 KB·2011-10-01 04:28 UTC
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Do not edit this file, it will be overwritten on install.
    Copy the file to $HOME/.config/openbox/ instead. -->
    <openbox_config xmlns="http://openbox.org/
  • menu.xml pibarnas

    2086013·xml·8.5 KB·2011-10-01 04:27 UTC
    <openbox_menu xmlns="http://openbox.org/3.4/menu">
    
    <menu id="apps-menu1" label="Internet">
    <item icon="/home/pibarnas/.icons/AwOken/clear/128x128/apps/firefox.png" label="Firefox">
    <action name="
  • menu.xml pibarnas

    2086012·text·8.5 KB·2011-10-01 04:27 UTC
    <openbox_menu xmlns="http://openbox.org/3.4/menu">
    
    <menu id="apps-menu1" label="Internet">
    <item icon="/home/pibarnas/.icons/AwOken/clear/128x128/apps/firefox.png" label="Firefox">
    <action name="
  • Untitled

    2086006·text·2.1 KB·2011-10-01 02:56 UTC
    PREFERRED_ECONOMY_PLUGIN: ""
    #Preferred economy plugin (iConomy, BOSEconomy, Essentials). If you do not want to specify this, leave it blank.
    REVERSE_BUTTONS: false
    #If true, people will buy with
  • Stuff

    2086005·c·515 B·2011-10-01 02:31 UTC
    int main(int argc, char **argv) {
     tree t;
    
     int i;
    
     for(int x = 1; x<2; x++){
     int treeMade = 0;
     for (i = 1; i < argc; i++) {
     if (strcmp("-r", argv[i]) ==
  • Stuff

    2086004·text·349 B·2011-10-01 02:29 UTC
    int main(int argc, char **argv) {
     tree t;
    
     int i;
    
     for (i = 1; i < argc; i++) {
     if (strcmp("-r", argv[i]) == 0) {
     t = tree_new(RBT);
     break;
     }
  • Stuff

    2086003·text·280 B·2011-10-01 02:23 UTC
    int main(int argc, char **argv) {
     tree t;
    
     int i;
    
     for (i = 1; i < argc; i++) {
     if (strcmp("-r", argv[i]) == 0) {
     t = tree_new(RBT);
     } else {
  • Someone

    2086002·c·333 B·2011-10-01 02:17 UTC
    int main(int argc, char **argv) {
     tree t;
    
     int i, r = 0,
    
     for (i = 0; i < argc; i++) {
     if (strcmp("-r", argv[i]) == 0) {
     r = i;
     }
     }
    
     if (r !=
  • TashRikil

    2085997·text·11.3 KB·2011-10-01 01:44 UTC
    19:57 BeyRevRa hey
    19:57 BeyRevRa zacherys told me you have promise as a mage/psion or whatever you are
    19:58 BeyRevRa is that true or false, do you have an opinion on that
    19:58 TashRikil that is
  • Anonymous

    2085995·text·4.5 KB·2011-10-01 01:43 UTC
    /etc/gdm/Xsession: Beginning session setup...
    which: no keychain in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/alpha-unknown-linux-gnu/gcc-bin/4.5.2:/usr/x86_64-pc-linux-gnu/armv
  • dathugescript

    2085992·text·1.8 KB·2011-10-01 01:24 UTC
    on *:INPUT:*: {
    if ($left($1,1) == +) || ($left($1,1) == -) {
    $iif($remove($1,-,+) isalpha,mode $chan $eval($1-,2))
    }
    if ($1 = .inv) {
    invite $2 $chan
    }
    if ($1 = .add) {
    cs access $chan add $2
  • Someone

    2085990·text·1.9 KB·2011-10-01 01:14 UTC
    #include <iostream>
    using namespace std;
    
    bool isitprime (int testinput, int &testdivisor)
    {
     
    // cout << "\n\n test input: " << testinput << "\n";
    // cout << "test divisor: " << testd
  • _syscall

    2085989·c·1.1 KB·2011-10-01 01:09 UTC
    /*
    ** This happens because as you can read in the _syscall manpage :
    **
    ** NOTES
    ** Starting around kernel 2.6.18, the _syscall macros were removed from header
    ** files supplied to user space. U
  • Unnamed

    2085985·text·1.8 KB·2011-10-01 00:45 UTC
    #include <iostream>
    using namespace std;
    
    bool isitprime (int testinput, int testdivisor)
    {
     
     cout << "\n\n test input: " << testinput << "\n";
     cout << "test divisor: " << testdiviso
  • Unknown

    2085983·actionscript·15 B·2011-10-01 00:40 UTC
    Unknown message
  • Untitled

    2085982·text·1.6 KB·2011-10-01 00:31 UTC
    #include <iostream>
    using namespace std;
    
    bool isitprime (int testinput, int testdivisor)
    {
     
     cout << "\n\n test input: " << testinput << "\n";
     cout << "test divisor: " << testdiviso
  • getCountries.php

    2085978·text·504 B·2011-10-01 00:04 UTC
    <?php
    set_include_path('../libs/PEAR');
    include( '../VoxAPIClient.php' );
    include( '../Requests/UserToken.php');
    include( '../Requests/GetCountriesListRequest.php');
    
    $client = new VoxAPIClient(
  • Untitled

    2085975·text·3.4 KB·2011-09-30 23:59 UTC
    From models.py:
    
    class emailusername(models.Model):
     """ 
     Store each username just once along with an inte

older pastes →