-
2092630·text·716 B·2011-10-22 20:54 UTC
[production]
phpSettings.display_startup_errors = 0
phpSettings.display_errors = 0
includePaths.library = APPLICATION_PATH "/../library"
bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
bootstr
-
2092629·text·91.3 KB·2011-10-22 20:53 UTC
-
2092628·text·323 B·2011-10-22 20:51 UTC
<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
* Description of Bootstrap
*
* @author wlightning
*/
class Doctor_Bootstra
-
2092625·text·1.8 KB·2011-10-22 20:33 UTC
#include <iostream>
#include <stdio.h>
#include <algorithm>
#include <vector>
#include <climits>
#include <cmath>
using namespace std;
struct Balle {
int vitesse;
int position;
int nu
-
2092624·text·50.4 KB·2011-10-22 20:30 UTC
-
2092620·text·1.1 KB·2011-10-22 20:08 UTC
#include <iostream>
#include <string>
#include <vector>
#include <set>
using namespace std;
int main ()
{
int n;
vector<string> dict;
cin >> n;
for (int i = 0; i < n; i++)
{
s
-
2092613·text·1.7 KB·2011-10-22 19:24 UTC
=> Bootstrap dependency digest>=20010302: found digest-20080510
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/pkg/sbin/pkg_a
-
2092612·text·10.8 KB·2011-10-22 19:22 UTC
=> Bootstrap dependency digest>=20010302: found digest-20080510
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/pkg/sbin/pkg_a
-
2092609·text·1.4 KB·2011-10-22 19:15 UTC
slave> SHOW SLAVE STATUS\G
*************************** 1. row ***************************
Slave_IO_State: Waiting for master to send event
Master_Host: 209.220.119.14
-
2092606·diff·3.8 KB·2011-10-22 18:58 UTC
diff --git a/config/bootstrap-lto.mk b/config/bootstrap-lto.mk
index bbd3515..75b8cce 100644
--- a/config/bootstrap-lto.mk
+++ b/config/bootstrap-lto.mk
@@ -1,5 +1,5 @@
# This option enables LTO
-
2092605·text·915 B·2011-10-22 18:35 UTC
#include <iostream>
#include <stdio.h>
#include <algorithm>
#include <vector>
#include <climits>
#include <cmath>
using namespace std;
int main() {
int N, S, R, G;
char dummy;
cin
-
2092604·text·1.4 KB·2011-10-22 18:33 UTC
#include <iostream>
#include <string>
#include <vector>
#include <sstream>
#include <cmath>
using namespace std;
double mean(vector<int>& population)
{
int sum = 0;
for (unsigned int i
-
2092602·text·3.3 KB·2011-10-22 18:15 UTC
#include <iostream>
#include <stdio.h>
#include <algorithm>
#include <vector>
#include <climits>
#include <cmath>
using namespace std;
struct Balle {
float vitesse;
float position;
in
-
2092589·apache·310 B·2011-10-22 18:12 UTC
<LuaHookTranslateName redirect_ssl>
require "apache2"
function redirect_ssl(r)
if r.subprocess_env['SSL'] == nil then
r.err_headers_out['Location'] = string.gsub(r:construct_url(r.uri),
-
2092588·apache·333 B·2011-10-22 18:11 UTC
<LuaHookTranslateName redirect_ssl>
require "apache2"
function redirect_ssl(r)
if r.subprocess_env['SSL'] == nil then
local URL = r:construct_url(r.uri)
r.err_headers_out['Locatio
-
2092587·text·1.7 KB·2011-10-22 18:10 UTC
В «Рассказах о детях» В.Вересаев приводит такой случай: «Мальчик Игорь. Всех изводил вечными надоедливыми вопросами: «почему?»
Один знакомый профессор психологии посоветовал:
— Когда надоест, отве
-
2092585·text·3.2 KB·2011-10-22 18:08 UTC
#include <iostream>
#include <stdio.h>
#include <algorithm>
#include <vector>
#include <climits>
using namespace std;
struct Balle {
float vitesse;
float position;
int numero;
bool c
-
2092582·python·446 B·2011-10-22 17:55 UTC
import pygame
from pygame.locals import
from lib.loader import loader
class AdvancedDemo (object):
def __init__(self):
self.screen = pygame.display.set_mode((800, 600),1) #Create a
-
2092581·text·6.5 KB·2011-10-22 17:52 UTC
#include <iostream>
#include <sstream>
#include <vector>
#include <cmath>
#include <map>
#include <string>
using namespace std;
float closest = 0;
vector<pair<int,int>> wordCandidates;
-
2092580·text·1.3 KB·2011-10-22 17:30 UTC
#include <iostream>
#include <string>
#include <vector>
#include <sstream>
using namespace std;
void LoadWords(vector<string>& words)
{
string leString;
getline(cin, leString);
fo