|
codepad
|
|
Recent Pastes:
int main(int argc, char* argv[])
{
int bottles;
for(bottles = 100; bottles > 1; bottles--)
{
|
| view (14 lines, 300 lines of output) |
#include <lua.h>
#include <lauxlib.h>
#include <stdio.h>
int lproxycall(lua_State * L) {
|
| view (58 lines) |
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) |
.htaccess: 25 lines, 712 characters.
mail# vi .htaccess
<IfModule mod_rewrite.c>
# GENERAL
|
| view (28 lines, 26 lines of output) |
/**
* 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) |
<?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) |