-
2122887·text·527 B·2012-02-29 13:25 UTC
program zadatak1;
{$APPTYPE CONSOLE}
uses
SysUtils;
var
s: array[0..1000] of string[100];
i,j,n,br,k,maxbr,max:integer;
s1: string[100];
begin
readln(n);
for i:=1 to n do readln(
-
2122886·text·1.5 KB·2012-02-29 13:25 UTC
<?php
/*
Template Name: NHB Concert Posters
*/
?>
<?php get_header(); ?>
<div id="content">
<div id="entry_content">
<?php
$paged = (get_query_var('paged')) ? get_query_var('paged') :
-
2122885·text·1.9 KB·2012-02-29 13:23 UTC
Summary of my claim against Google in the UK Small Claims Court:
On Wednesday 29th March 2012, I filed a claim against Google UK Ltd. using the UK Government's Online Claim Service ( http://www.mon
-
2122882·perl·213 B·2012-02-29 13:00 UTC
sub isWindowsFriendly {
my ($arg1) = @_;
$result = 0;
#Eliminacion de caracteres prohibidos
if ($arg1 =~ s/[\/\\:?"<>|*]//g) { $result = 1; }
return
-
2122878·text·75.3 KB·2012-02-29 12:54 UTC
-
2122851·text·41.0 KB·2012-02-29 10:50 UTC
-
2122850·text·41.0 KB·2012-02-29 10:50 UTC
-
2122833·text·1.3 KB·2012-02-29 10:05 UTC
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='TRADITIONAL';
CREATE SCHEM
-
2122830·text·2.2 KB·2012-02-29 10:02 UTC
3rd Rock From The Sun
Aaahh!!! Real Monsters
Adventure Time
Alice
AMV Hell
Andromeda
Angry Beavers
Archer
Asylum
Batman The Animated Series
Big Bang Theory
Bill Nye The Science Guy
Black B
-
2122824·text·12.3 KB·2012-02-29 09:55 UTC
12 Monkeys
127 Hours
1408
187
21
30 Days Of Night
30 Days Of Night Dark Days
300
50-50
9
A Boy And His Dog
A Clockwork Orange
A Nightmare On Elm Street
A Nightmare On Elm Street 2
A Nigh
-
2122823·text·2.0 KB·2012-02-29 09:49 UTC
209.035691 fe80::e:aa -> fe80::aa:e BGP [TCP Retransmission] UPDATE Message, UPDATE Message, UPDATE Message, UPDATE Message, UPDATE Message, UPDATE Message, UPDATE Message, UPDATE Message, UPDATE
-
2122820·text·1.2 KB·2012-02-29 09:39 UTC
router bgp 65014
bgp router-id 14.14.14.14
neighbor fe80::2:e remote-as 65002
neighbor fe80::2:e interface sit_2
neighbor fe80::2:e update-source sit_2
neighbor fe80::f:e remote-as 65015
n
-
2122819·text·979 B·2012-02-29 09:33 UTC
router bgp 65016
bgp router-id 8.6.7.9
no bgp default ipv4-unicast
neighbor fe80::e:aa remote-as 65014
neighbor fe80::e:aa update-source sit1
neighbor fe80::e:aa interface sit1
neighbor fe80::f:
-
2122791·text·152 B·2012-02-29 07:49 UTC
RewriteEngine On
RewriteBase /wordpress
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L]
-
2122760·xml·87.3 KB·2012-02-29 06:41 UTC
-
2122756·xml·781 B·2012-02-29 06:38 UTC
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">
<Te
-
2122753·xml·18.4 KB·2012-02-29 06:37 UTC
<!--
EAGLE version 6.1.0 DTD
Copyright (c) 2012 CadSoft Computer GmbH
http://www.cadsoft.de
This file describes the XML file format used by EAGLE version 6.1.0,
hereafter referred to
-
2122752·xml·781 B·2012-02-29 06:36 UTC
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">
<Te
-
2122751·java·4.9 KB·2012-02-29 06:35 UTC
package com.example.flashcard;
import android.content.Context;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import and
-
2122744·text·1.6 KB·2012-02-29 06:20 UTC
(mapcar #'(lambda ( x y z) (list x z))
'(lambda (a b) (cons a b))
'(1 2 3)
'(list quote z))
mapcar: choose the first element in each list and call the function "#......"
The mapcar will stop as