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
Здравствуйте. | |
С условиями возврата Вы можете ознакомиться здесь: | |
http://hostland.ru/about_money#money_back | |
На вашем абонентском счете сейчас 1277.17 руб., | |
из них 708.02 руб. - денежные бонусы ООО Хостланд, которые не возвращаются. | |
Оплата 29-10-2012 была произведена пластиковой картой через Masterbank. | |
При этом ООО Хостланд за свой счет оплатил комиссию в размере 3,5% в Masterbank при осуществлении перевода, | |
эти денежные средства будут удержаны (1728*3,5%=60,48руб.). |
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
# | |
# Finds the closest virtualenv root directory, starting from $1, and going up to the root. | |
# If the target directory is not specified as an argument, current directory is used. | |
# Prints the virtualenv path found, or nothing otherwise. | |
# | |
function venv_find () { | |
# The cycle is just for the case with broken root folder detection - never do more than N iterations. | |
venv_root=${1:-"."} | |
venv_found="" | |
for (( i=100; i > 0; i-- )); do |
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
class marva | |
{ | |
static $l; | |
static $x; | |
/** | |
* Инициализирует на странице | |
* | |
* @static | |
* @param string|false $l параметр l марвы |
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
import datetime | |
import boto.mturk.connection | |
import boto.mturk.question as mtq | |
import boto.mturk.qualification as mtqu | |
mt = boto.mturk.connection.MTurkConnection(aws_access_key_id='xxx', aws_secret_access_key='yyy') | |
text_en = '''Hello! | |
I am test text message to be translated from English to Russian. | |
If you ask me, I was born in a mind of a crazy web developer, | |
who tests the MTurk API to start a very promising service later. |
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
Hello, | |
I would like to apply to your XXXXX position. Just take a look at my resume (attached) to see all my experience in the web development field and in Python in particular. | |
In a nutshell, I have 10 years of experience in webdev, of which last two are in Python+Django. Actually, I am language agnostic, which means that language by itself is not very significant for me -- they are all the same; but platform, paradigm and typical architecture of language-specific solutions could make the difference. | |
On the one hand, I am very interested in building application architectures, _developing_ them (not just _coding_), and solving the business tasks with use of technology rather tan making the thing just for making them. On the other hand, I like to create some experimental applications for fun if I see a problem (business or real-life) to be solved, and usually these applications spill over into lot of coding with new technologies and techniques. For example, right now I'm working on one of such services for m |
NewerOlder