All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • 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
  • Something

    2085973·text·57.1 KB·2011-09-30 23:52 UTC
    
        
  • Untitled

    2085972·text·2.1 KB·2011-09-30 23:52 UTC
    From models.py:
    
    class emailusername(models.Model):
     """ 
     Store each username just once along with an inte
  • Someone

    2085970·text·5.9 KB·2011-09-30 23:49 UTC
    /* FOR *NIX, uncomment the following 2lines: */
    loadmodule "src/modules/commands.so";
    loadmodule "src/modules/cloak.so";
    
    /* FOR Windows, uncomment the following 2 lines: */
    //loadmodule "modul
  • Stuff

    2085969·text·147 B·2011-09-30 23:38 UTC
    *** Listener on ip:6667, clients 5. is PERM 
    *** Listener on ip:8067, clients 0. is PERM 
    *** Listener on ip, clients 0. is PERM clientsonly SSL
  • Miscellany

    2085968·text·1.6 KB·2011-09-30 23:36 UTC
    5 0x00000037a4e7495d in calloc () from /lib64/libc.so.6
    #6 0x0000000000590043 in _ast_calloc (num=1, len=976, file=0x5f4454 "utils.c", lineno=1829,
     func=0x5f4900 "__ast_calloc_with_stringfield
  • Anonymous

    2085965·text·1.2 KB·2011-09-30 23:30 UTC
    #include <iostream>
    
    using namespace std;
    
    int main()
    {
     
     int num,prime;
     cout << "\n\n\nWelcome to the prime program!\n\n\n";
     num=2;
     while (num != 0)
     {
  • datarray

    2085963·text·2.5 KB·2011-09-30 23:29 UTC
    /*
     * To change this template, choose Tools | Templates
     * and open the template in the editor.
     */
    package myarray;
    
    /**
     *
     * @author Evan
     */
    public class MyArray {
    
     /**
     * @
  • dbbackup.c

    2085959·c·7.6 KB·2011-09-30 22:36 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <time.h>
    
    /*
    
    mysql_user='******'
    mysql_pass='******'
    mysql='mysql'
    mysql_dump='mysqldump'
    config='config.txt'
    backup_ba
  • Untitled

    2085955·text·4.2 KB·2011-09-30 22:29 UTC
    //-----------------------------------------------------------------------------
    class TagData
    {
     public:
     TagData(){szTagName[0] = '\0'; szTagType[0] = '\0'; p_szExtended = 0; nDataSize
  • Miscellany

    2085954·java·937 B·2011-09-30 22:25 UTC
    public class Main {
    
     public static void main(String[] args) {
     Display display = new Display();
     Shell shell = new Shell(display);
     shell.setLayout(new FillLayout());
     TableViewer viewer =
  • Miscellany

    2085953·java·924 B·2011-09-30 22:22 UTC
    public class Main {
    
     public static void main(String[] args) {
     Display display = new Display();
     Shell shell = new Shell(display);
     shell.setLayout(new FillLayout());
     TableViewer viewer =
  • menu.xml pibarnas

    2085950·text·8.4 KB·2011-09-30 22:00 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="
  • Anonymous

    2085949·text·10.8 KB·2011-09-30 21:59 UTC
    #!/usr/bin/env python
    
    # This file is Copyright 2003, 2006, 2007, 2009, 2010 Dean Hall.
    #
    # This file is part of the Python-on-a-Chip program.
    # Python-on-a-Chip is free software: you can redistr

older pastes →