Skip to content

Instantly share code, notes, and snippets.

svobouch bouchovci > dude can u speak english ?
Wil'jaeden Wilful > Нет, по-русски пиши
svobouch bouchovci > nepanemaju porusky
Wil'jaeden Wilful > Ok, when we can't speak
svobouch bouchovci > have to call my parents...they maybe remember something since we were ocupied
Wil'jaeden Wilful > ocupied xDDDD
Wil'jaeden Wilful > idiot
[mysqld]
tmpdir = /var/tmp/mysql
skip-name-resolve
tmp_table_size=256M
max_heap_table_size = 256M
join_buffer_size = 16M
sort_buffer_size = 16M
slow_query_log
log_error
query_cache_size = 1024M
>>> name = input()
test
>>> print('Hello, ', name, '!')
Hello, test !
>>> print('Hello,', name, '!')
Hello, test !
> cat peers/iHOME
# written by pptpsetup
pty "pptp 85.112.118.4 --nolaunchpppd"
lock
noauth
nobsdcomp
nodeflate
name u01
remotename iHOME
ipparam iHOME
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
#!/usr/bin/env python
"""
<description>
This file is part of ZTC and distributed under the same license.
http://bitbucket.org/rvs/ztc/
Copyright (c) 2011 Vladimir Rusinov <vladimir@greenmice.info>
"""
View this installation guide online at
https://wiki.archlinux.org/index.php/Installation_Guide
In Install media 2012.07.15, AIF (the Arch Installation Framework) is
no longer included but instead Arch Install Scripts are provided to aid
in the installation process. This article summarizes the install
process using these scripts. See the Beginners' Guide instead for a
walkthrough aimed at new users.
Contents
#!/bin/sh
DIR="$( cd "$( dirname "$0" )" && pwd )"
GIT=git
ROOT_DIR="avto.git"
UPLOAD_DIR="avto.upload"
# ________________________
#_/ Select enviroment mode. \________________
#
if [[ "$1" = "production" ]]; then
<?php
/**
*
*/
/**
* Хелпер, отображающий flash-сообщения
*/
class Workset_View_Helper_FlashMessenger extends Zend_View_Helper_Abstract {