[ create a new paste ] login | about

Recent Pastes:

Python, pasted 3 minutes ago:
1
print This will cause an error
view (1 line, 4 lines of output)
Python, pasted 3 minutes ago:
1
raise SystemExit
view (1 line)
C, pasted 4 minutes ago:
1
2
3
4
5
int main(int argc, char* argv[])
{
     int bottles;
     for(bottles = 100; bottles > 1; bottles--)
          {
...
view (14 lines, 300 lines of output)
C, pasted 5 minutes ago:
1
2
3
4
5
#include <stdio.h>

main()
{
      str= man
...
view (9 lines, 6 lines of output)
Python, pasted 5 minutes ago:
1
print "test"
view (1 line, 1 line of output)
C, pasted 5 minutes ago:
1
2
3
4
5
#include <stdio.h>

main()
{
      str= man
...
view (9 lines, 6 lines of output)
C, pasted 7 minutes ago:
1
2
3
4
5
#include <stdio.h>

main()
{
      
...
view (8 lines, 3 lines of output)
C, pasted 7 minutes ago:
1
2
3
4
5
#include <stdio.h>

main()
{
  for(;;)
...
view (9 lines, 5042 lines of output)
C, pasted 8 minutes ago:
1
2
3
4
5
#include <lua.h>
#include <lauxlib.h>
#include <stdio.h>

int lproxycall(lua_State * L) {
...
view (58 lines)
C, pasted 8 minutes ago:
1
printf("hi");
view (3 lines, 4 lines of output)
C, pasted 8 minutes ago:
1
2
3
#include <studio.h>

printf("hi");
view (3 lines, 5 lines of output)
C, pasted 8 minutes ago:
1
2
3
#include <studio.h

printf("hi");
view (3 lines, 5 lines of output)
C, pasted 8 minutes ago:
1
2
3
4
5
#include <studio.h>

void main(){

printf("hi");
...
view (6 lines, 3 lines of output)
Plain Text, pasted 9 minutes ago:
1
2
3
4
5
lev@lev-comp:~/Desktop$ sensors
w83627hf-isa-0290
Adapter: ISA adapter
VCore 1:     +1.60 V  (min =  +1.20 V, max =  +1.60 V)   
VCore 2:     +1.63 V  (min =  +1.20 V, max =  +1.60 V)   ALARM
...
view (20 lines)
Plain Text, pasted 9 minutes ago:
1
2
3
4
5
"Out"
{
	"STEAM_0:1:4685174"
	{
		"name"		"Pzycho Freak"
...
view (245 lines)
C, pasted 11 minutes ago:
1
2
3
4
5
.htaccess: 25 lines, 712 characters.
mail# vi .htaccess

<IfModule mod_rewrite.c>
# GENERAL
...
view (28 lines, 26 lines of output)
C++, pasted 11 minutes ago:
1
2
3
4
5
/**
 *  This attempts to demonstrate the difference between arrays and pointers.  Compile as:
 *     g++  -ansi -pedantic -Wall int_array.cpp  -o test
 *  OR
 *     g++ -DBREAK -ansi -pedantic -Wall int_array.cpp  -o test
...
view (37 lines, 5 lines of output)
alite - PHP, pasted 17 minutes ago:
1
2
3
4
5
<?php
$arr=array("futbol"=>array('conmebol','concacaf'=>'Mexico', 'uefa'=>(array('españa'=>'real madrid', 'francia'))));

foreach($arr as $federacion=>$valor){
	foreach($valor as $pais=>$club){
...
view (11 lines, 1 line of output)
PHP, pasted 20 minutes ago:
1
2
3
4
# GENERAL
        Options +FollowSymLinks
        RewriteEngine on
        RewriteBase /
...
view (24 lines, 23 lines of output)
alite - PHP, pasted 24 minutes ago:
1
2
3
4
5
<?php
$arr=array("futbol"=>array('conmebol','concacaf'=>'Mexico', 'uefa'=>(array('españa'=>'real madrid', 'francia'))));

foreach($arr as $federacion=>$valor){
	foreach($valor as $pais=>$club){
...
view (12 lines, 1 line of output)