Давно я ничего не писал

May 18th, 2012 Dorian Gray No comments

Да, так как то получилось, что графоманство отошло на второй план.

И что же мы имеем, Louna, что сводит с ума правдивостью своих текстов, чашка кофе  (как обычно). Кофе – вот мой извечный спутник и друг. Ты всегда со мной. Жаль что ты не можешь со мной поговорить. Я смотрю на тебя, изучаю прекрасные лини на твоем теле.  Твой вкус сводит меня с ума, как и годы прежде. Годы, словно прожитые в другой жизни, в другом месте, другим человеком.

Я делаю глоток, обжигающий вкус. Горькая улыбка на моих губах прямо под стать вкусу напитка.

Categories: Мысли Tags:

Поиск подстроки в файлах на linux

February 15th, 2012 Dorian Gray No comments

grep -rl ‘что_ищем’ /путь

Categories: Ubuntu, Uncategorized Tags:

Полезные ссылки

January 31st, 2012 Dorian Gray No comments

php:
http://habrahabr.ru/blogs/php/136974/#habracut – progress-bar

http://habrahabr.ru/blogs/nginx/135777/#habracut

js

http://habrahabr.ru/blogs/javascript/135919/#habracut

ssl

https://help.ubuntu.com/community/forum/server/apache2/SSL

sudo /etc/init.d/apache2 restart
/mnt/hgfs/ubuntu/Website/logs

http://silverghost.org.ua/2011/05/30/podnimaem-server-na-nginx-php-fastcgi-mysql/

sudo /etc/init.d/nginx restart

http://wiki.enchtex.info/howto/nginx_ssl

http://secure.clickmein.com/userMgnt/register?v=2&emailForm=1&guid=$GlobalPCGUID&lang=$LANGUAGE$TrackingParam” /size 500,400

tracking
click.dante.loc/index.php/lp5_en_v2/?tracking=google&campaign=eng

fastcgi restart
sudo /etc/init.d/php-fastcgi restart

php-apc

http://click.dante.loc/index.php/lp5_en_v2/?tracking=google&campaign=eng&inst=1

nginx:

http://wiki.nginx.org/HttpSslModule

http://www.keywordintellect.com/amazon-web-services/managing-an-amazon-ec2-instance-using-putty-ssh/

http://www.askdev.ru/question/830/mod_rewrite-nginx-%D0%B8-htacces/

http://habrahabr.ru/blogs/server_side_optimization/136740/#habracut

css:

http://habrahabr.ru/blogs/css/136351/#habracut

http://habrahabr.ru/blogs/css/136588/#habracut

http://habrahabr.ru/blogs/css/136615/#habracut framework!
http://twitter.github.com/bootstrap/ framework!!!!

http://960.gs/

http://www.if-not-true-then-false.com/2009/css-compression-with-own-php-class-vs-csstidy/

http://csstidy.sourceforge.net/usage.php

http://habrahabr.ru/blogs/css/137005/#habracut

http://habrahabr.ru/blogs/webdev/137348/

css-frameworks:
http://www.99lime.com/ !!!!!!!!!!! best

js-pack:

http://www.webnext.ru/projects/jspack.html

impress:

http://habrahabr.ru/blogs/css/136505/#habracut

buildbot:

http://agiletesting.blogspot.com/2006/02/continuous-integration-with-buildbot.html

http://code.google.com/p/mipt-course/wiki/BuildbotSetup

make:

http://ru.wikipedia.org/wiki/Make

hudson:

http://hudson-ci.org/

db-deploy:

http://habrahabr.ru/blogs/php/63585/#habracut

html5:

http://habrahabr.ru/blogs/html5/136592/#habracut

job:

http://paste.in.ua/3688/

web-creation:

http://www.initializr.com/

http://layerstyles.org/

http://html5boilerplate.com/mobile/

http://needle.readthedocs.org/en/latest/?redir

http://csswizardry.com/inuitcss/ css framework

http://the-echoplex.net/csscrush/

http://www.modernizr.com/

http://yepnopejs.com/ js loader!
http://bonsaiden.github.com/JavaScript-Garden/ !!! spravochnik

game:

http://habrahabr.ru/blogs/gdev/136765/#habracut

androind:

http://habrahabr.ru/blogs/android_development/136802/#habracut

nodejs:
———————————————————————-

http://habrahabr.ru/blogs/nodejs/116124/

http://learnboost.github.com/cluster/ – cluster

http://habrahabr.ru/blogs/webdev/130345/

https://github.com/laverdet/node-fibers

https://github.com/coopernurse/node-pool

http://forum.nodejs.ru

http://nodejs.ru/732#more-732 cmd params

http://nodejs.ru/726#more-726

http://nodejs.ru/652#more-652 queue
redis pub/sub. ?
http://nodejs.ru/385#more-385 – more processes

https://github.com/welterde/nodecraft game server!
https://github.com/kurokikaze/BlackStone one more game server
http://nodejs.ru/324#more-324 – debug
http://nodejs.ru/296#more-296 monit

queue

http://www.matt-knight.co.uk/2011/message-queues-in-node-js/

multitreds

http://www.matt-knight.co.uk/2011/multi-threaded-node-js-message-queue-consumers/

——————————————-

gameDev:

http://habrahabr.ru/blogs/gdev/136878/#habracut

memcacheq:

http://habrahabr.ru/blogs/hi/41464/

examples:

http://rghost.ru/26742621

server-patterns:

http://javascript.ru/ajax/comet/server-patterns

pub/sub:

http://abrdev.com/?p=1121

node-redis-client

https://github.com/fictorial/redis-node-client

http://nodejs.ru/396 -redis manual

new db: (maria)

http://abrdev.com/?p=1210#more-1210

node-worker!

https://github.com/cramforce/node-worker

do – no spagetty code

http://nodejs.ru/312

event-emmiter:

http://kuroikaze85.wordpress.com/2010/03/16/nodejs-event-loop-game/

http://abrdev.com/?p=1161#more-1161

gearman:

http://abrdev.com/?p=1138#more-1138

Categories: Полезное Tags:

Использование LESS

January 18th, 2012 Dorian Gray No comments
Categories: css Tags:

Как реализовать отдачу файла на php

January 17th, 2012 Dorian Gray No comments

header(‘Location: ‘.file_get_contents( path-to-file ));

your code here

Categories: PHP5 Tags: ,

Поднимаем ssh сервер на Ubuntu

January 6th, 2012 Dorian Gray No comments

sudo apt-get install openssh-server

Categories: Ubuntu Tags:

Про непрерывную интеграцию

December 22nd, 2011 Dorian Gray No comments

Четко и лаконично:

http://ru.wikipedia.org/wiki/%D0%9D%D0%B5%D0%BF%D1%80%D0%B5%D1%80%D1%8B%D0%B2%D0%BD%D0%B0%D1%8F_%D0%B8%D0%BD%D1%82%D0%B5%D0%B3%D1%80%D0%B0%D1%86%D0%B8%D1%8F

Categories: Разработка Tags:

Решение для mysql-миграций на php

December 22nd, 2011 Dorian Gray No comments

http://www.antonoff.info/development/mysql-migration-with-php-project

Семантическая верстка от Яндекса

December 14th, 2011 Dorian Gray No comments

http://help.yandex.ru/webmaster/?id=1122788

Kerl – утилита для сборки Erlang

December 13th, 2011 Dorian Gray No comments
Categories: Erlang Tags: