-
2131201·text·15.5 KB·2012-03-22 20:20 UTC
[root@web1 ~]# rpm -qi MySQL-server
Name : MySQL-server Relocations: (not relocatable)
Version : 5.0.77 Vendor: MySQL AB
Release : 0.glibc2
-
2131200·text·213 B·2012-03-22 20:19 UTC
список
1. вставка элемента
2. удаление
3. количество
4. повторяющиеся удалить (подряд)
5. вычесление суммы
6. макс мин
-
2131198·text·37.9 KB·2012-03-22 20:11 UTC
-
2131197·text·960 B·2012-03-22 20:06 UTC
Meowth (M) @ Life Orb
Trait: Technician
EVs: 244 Atk / 16 Def / 40 SAtk / 208 Spd
Naive Nature (+Spd, -SDef)
- Fake Out
- Feint
- Bite
- Hidden Power [Fire]
Stunky (F) @ Lum Berry
Trait: Af
-
2131194·bash·1.6 KB·2012-03-22 19:33 UTC
[22/Mar/2012 00:54:56] "GET /static/css/bootstrap-2.0.2.min.css HTTP/1.1" 304 0
[22/Mar/2012 00:54:56] "GET /static/css/bootstrap-responsive-2.0.2.min.css HTTP/1.1" 304 0
[22/Mar/2012 00:54:56] "GET
-
2131190·text·12.0 KB·2012-03-22 19:19 UTC
Why I'm returning the Wii
I was <i> excited</i> about the Nintendo Wii. Standing in line before
the store opened, I was confident that the Wii was going to change
everything- It was the first c
-
2131189·text·20.8 KB·2012-03-22 19:17 UTC
;;;;;;;;;;;;;;;;;;;;;
; FPM Configuration ;
;;;;;;;;;;;;;;;;;;;;;
; All relative paths in this configuration file are relative to PHP's install
; prefix (/usr/local). This prefix can be dynamica
-
2131188·text·20.8 KB·2012-03-22 19:16 UTC
;;;;;;;;;;;;;;;;;;;;;
; FPM Configuration ;
;;;;;;;;;;;;;;;;;;;;;
; All relative paths in this configuration file are relative to PHP's install
; prefix (/usr/local). This prefix can be dynamica
-
2131186·text·179.7 KB·2012-03-22 19:12 UTC
-
2131185·text·95.7 KB·2012-03-22 19:11 UTC
-
2131183·php·1.8 KB·2012-03-22 19:09 UTC
<?php
/* roll_call.php
****************
* - if log-in
* - take user-name/passphrase
* - verify with database
* - set session 'logged-in' state
* - if log-out
* - unset session 'lo
-
2131182·sql·1.1 KB·2012-03-22 19:07 UTC
SELECT
to_char(LAW.data, 'DD/MM/YYYY HH24:MI:SS') as data_hora,
LAW.ip_terminal,
LAW.bytes,
LAW.status,
LAW.url,
U.nome AS full_name
FROM (SELECT * FROM log_acesso_web WHERE date_trun
-
2131175·text·352 B·2012-03-22 18:57 UTC
Driver: Eric Anderson (room for one more)
Passengers: <your names here>
----------------------------------------------------------
Driver: Bob Ganahl (room for two more)
Passengers: <your names
-
2131174·text·336 B·2012-03-22 18:56 UTC
Driver: Eric Anderson (room for one more)
Passengers: <your names here>
----------------------------------------------------------
Driver: Bob Ganahl (room for two more)
Passengers: <your names
-
2131169·text·195.7 KB·2012-03-22 18:54 UTC
-
2131168·text·281 B·2012-03-22 18:53 UTC
my $sched1 = Schedule.new(
id=> 'TestSchedule',
time=> <12:30>,
weekdays=> <Mon Thu Sat>,
ordinal=> <1 3>,
months=> <Jan Mar Aug Sep>,
timeout=> 30,
ca
-
2131165·text·5.6 KB·2012-03-22 18:51 UTC
use v6;
use WorkdayCalendar;
use TimeOfDay;
class Schedule {
subset DaysInWeek of Str where <Mon Tue Wed Thu Fri Sat Sun>;
subset WeeksInMonth of Int where 1..5;
subset D
-
2131164·text·1.3 KB·2012-03-22 18:48 UTC
@.months = <Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec> if @.months.elems == 0;
my Str @whole_schedule =
(
(
(
-
2131163·text·62 B·2012-03-22 18:44 UTC
This is the first line
This is the second.
This is the third
-
2131158·text·5.2 KB·2012-03-22 18:24 UTC
int led = 13; // 7
int count =0;
void setup() {
//Serial.begin(9600);
// // initialize the digital pin as an output.
// // Pin 13 has an LED connected on most Arduino boards:
//