This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
837264 function calls (803803 primitive calls) in 5.071 CPU seconds | |
Ordered by: internal time, call count | |
List reduced from 452 to 20 due to restriction <20> | |
ncalls tottime percall cumtime percall filename:lineno(function) | |
7146/1 0.889 0.000 4.889 4.889 /usr/lib/pymodules/python2.6/django/template/__init__.py:792(render) | |
193690 0.577 0.000 0.745 0.000 /usr/lib/pymodules/python2.6/django/utils/encoding.py:54(force_unicode) | |
50373 0.573 0.000 0.775 0.000 /usr/lib/pymodules/python2.6/django/template/__init__.py:710(_resolve_lookup) | |
50417 0.514 0.000 0.514 0.000 /usr/lib/pymodules/python2.6/django/utils/safestring.py:89(mark_safe) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace test | |
{ | |
class MainClass | |
{ | |
public enum Stuff | |
{ | |
A = 1, | |
B = 2, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections; | |
using System.Collections.Generic; | |
using System.Text; | |
using System.Drawing; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import urllib | |
import re | |
import httplib | |
def run(email): | |
f = urllib.urlopen("http://www.golosonline.com") | |
s = f.read() | |
f.close() | |
print s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eugeny@eugeny-desktop ~ $ uname -nmso;uptime;df -h|grep -v none | |
Linux eugeny-desktop i686 GNU/Linux | |
19:55:30 up 7:53, 2 users, load average: 0.60, 0.67, 0.57 | |
Файловая система Разм Исп Дост Исп% смонтирована на | |
/dev/sda7 25G 12G 11G 53% / | |
/dev/sda1 94M 29M 61M 32% /boot | |
/dev/sda9 297G 236G 61G 80% /media/Data |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections; | |
using System.Collections.Generic; | |
using System.Text; | |
using System.Drawing; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections; | |
using System.Collections.Generic; | |
using System.Text; | |
using System.Drawing; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections; | |
using System.Collections.Generic; | |
using System.Text; | |
using System.Drawing; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(21:48:12) qq: | |
Мм | |
(21:48:14) qq: | |
ок | |
(21:48:17) Eugeny Pankov: | |
gmail можно сломать? | |
(21:48:20) qq: | |
кого надо ломанутЬ!?* | |
(21:48:20) Eugeny Pankov: | |
ящик на gmail |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@hardex:/var/lib/mysql# date | |
Thu Jan 6 09:20:25 UTC 2011 | |
root@hardex:/var/lib/mysql# su mysql -c "mysqld" | |
root@hardex:/var/lib/mysql# pgrep mysqld | |
root@hardex:/var/lib/mysql# tail /var/log/messages /var/log/syslog /var/log/daemon.log -n3 | |
==> /var/log/messages <== | |
Jan 6 09:00:19 hardex kernel: Cannot find map file. | |
Jan 6 09:00:19 hardex kernel: No module symbols loaded - kernel modules not enabled. | |
Jan 6 09:20:19 hardex -- MARK -- |