[ create a new paste ] login | about

Project: ncu
Language:
Description:
None

Recent Pastes:

C++, pasted on Apr 6:
1
2
3
4
5
Wow,nice photos, <a href="http://gowixi.in/car-insurance-bloomsburg-pa.html">http://gowixi.in/car-insurance-bloomsburg-pa.html</a>,  troqs, <a href="http://gowixi.in/auto-insurance-longmeadow-ma.html">http://gowixi.in/auto-insurance-longmeadow-ma.html</a>,  377, <a href="http://gowixi.in/auto-insurance-brevard-nc.html">http://gowixi.in/auto-insurance-brevard-nc.html</a>,  8D, <a href="http://gowixi.in/car-insurance-glenrothes.html">http://gowixi.in/car-insurance-glenrothes.html</a>,  783, <a href="http://gowixi.in/about-car-insurance-policy.html">http://gowixi.in/about-car-insurance-policy.html</a>,  902065, <a href="http://gowixi.in/rhode-island-car-insurance-requirments.html">http:HTTP/1.1 200 OK
Date: Fri, 06 Apr 2012 03:47:12 GMT
Server: Apache
Pragma: no-cache
Cache-Control: no-cache
...
view (12 lines)
C++, pasted on Apr 4:
1
2
3
4
5
Interesting thoughts, <a href="http://autoworldnews.in/car-insurance-with-no-deposit-2010.html">http://autoworldnews.in/car-insurance-with-no-deposit-2010HTTP/1.0 200 OK
Date: Wed, 04 Apr 2012 14:41:05 GMT
Server: Apache
Pragma: no-cache
Cache-Control: no-cache
...
view (187 lines)
C++, pasted on Mar 13:
1
2
3
4
5
I like, <a href="http://ituamix.in/big-boys-toys-motorized-cars.html">http://ituamix.in/big-boys-toys-motorized-cars.html</a>,  075887, <a href="http://ituamix.in/honda-car-new-jersey.html">http://ituamix.in/honda-car-new-jersey.html</a>,  :-(, <a href="http://ituamix.in/car-dealer-monica-santa.html">http://ituamix.in/car-dealer-monica-santa.html</a>,  dpdu, <a href="http://ituamix.in/auto-parts-appleton-wi.html">http://ituamix.in/auto-parts-appleton-wi.html</a>,  90108, <a href="http://ituamix.in/financing-car-dealers.html">http://ituamix.in/financing-car-dealers.html</a>,  :-]]], <a href="http://ituamix.in/gordon-chevrolet-flroida.html">http://ituamix.in/gordon-chevrolet-flroida.html</a>,  %-), <a href="http://ituamix.in/1998-dodge-pickup-tensioner-pulley-problems.html">http://ituamix.in/1998-dodge-pickup-tensioner-pulley-problems.html</a>,  xsr, <a href="http://ituamix.in/automobile-benton-kentucky-used.html">http://ituamix.in/automobile-benton-kentucky-used.html</a>,  >:]], <a href="http://ituamix.in/chrysler-300-remote-start-switch.html">http://ituamix.in/chrysler-300-remote-start-switch.html</a>,  8-(, <a href="http://ituamix.in/1992-95-ford-taurus-silver.html&HTTP/1.1 200 OK
Date: Tue, 13 Mar 2012 21:11:43 GMT
Server: Apache
Pragma: no-cache
Cache-Control: no-cache
...
view (184 lines)
C++, pasted on Oct 21:
1
2
3
4
5
#include <stdio.h>
#include <stdlib.h>

class X {};
class V {};
...
view (39 lines, 7 lines of output)
C++, pasted on Oct 21:
1
2
3
4
5
#include <stdio.h>
#include <stdlib.h>

class X {};
class V {};
...
view (34 lines, 6 lines of output)
C++, pasted on Oct 21:
1
2
3
4
5
#include <stdio.h>
#include <stdlib.h>

class X {};
class V {};
...
view (34 lines, 8 lines of output)
C++, pasted on Oct 21:
1
2
3
4
5
#include <stdio.h>
#include <stdlib.h>

class X { };
class Y { public: X x; };
...
view (34 lines, 7 lines of output)
C++, pasted on Oct 21:
1
2
3
4
5
#include <stdio.h>
#include <stdlib.h>

class X { };
class Y { public: X x; };
...
view (34 lines, 3 lines of output)
C++, pasted on Oct 21:
1
2
3
4
5
#include <stdio.h>
#include <stdlib.h>

class X { };
class Y { public: X x; };
...
view (34 lines, 10 lines of output)
C++, pasted on Oct 21:
1
2
3
4
5
#include <stdio.h>
#include <stdlib.h>

typedef unsigned int uint;
typedef unsigned char uchar;
...
view (20 lines, 1 line of output)
C, pasted on Aug 21:
1
2
3
4
5
void print_bits(int num, int bNo) {
    unsigned char buf[65];
    buf[bNo] = 0;
    while (bNo--) {
        buf[bNo] = '0' + (num&1);
...
view (39 lines, 8 lines of output)
C, pasted on Aug 21:
1
2
3
4
5
    unsigned char buf[65];
    buf[bNo] = 0;
    while (bNo--) {
        buf[bNo] = '0' + (num&1);
        num >>= 1;
...
view (38 lines, 8 lines of output)
C, pasted on Aug 21:
1
2
3
4
5
int f(int state) {
        int bs = 0;
        if (! (state & 1) ) {
                bs += 1;
                if (! (state & 2) ) {
...
view (23 lines, 8 lines of output)
C++, pasted on Jul 28:
1
2
3
4
5
#include <cstdio>

class Foo {
public:
  Foo() : d_foo(0) {}
...
view (38 lines, 3 lines of output)
C++, pasted on Jul 28:
1
2
3
4
5
#inclust <cstdio>

class Foo {
public:
  Foo() : d_foo(0) {}
...
view (38 lines, 4 lines of output)
C++, pasted on Jul 28:
1
2
3
4
5
#inclust <cstdio>

class Foo {
public:
  Foo() : d_foo(0) {}
...
view (38 lines, 5 lines of output)
C++, pasted on Jul 28:
1
2
3
4
5
#include <iostream>

class Foo {
public:
  Foo() : d_foo(0) {}
...
view (35 lines, 1 line of output)
C++, pasted on Jul 28:
1
2
3
4
5
#include <iostream>

class Foo {
public:
  Foo() : d_foo(0) {}
...
view (33 lines, 3 lines of output)
D, pasted on Jul 27:
1
2
3
4
5
a.philippines
b.singapore
c.china
choose a letter for your country:
the capital of _______ is _______!
...
view (6 lines, 5 lines of output)
C++, pasted on Jul 16:
1
2
3
4
5
#include <iostream>

struct Foo {
  int x;
  int y;
...
view (20 lines, 3 lines of output)