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
| MIME-Version: 1.0 | |
| Sender: john.smith@gmail.com | |
| Reply-To: john@example.com | |
| Received: by 10.103.241.14 with HTTP; Mon, 29 Mar 2010 03:02:56 -0700 (PDT) | |
| Date: Mon, 29 Mar 2010 13:02:56 +0300 | |
| Delivered-To: jane@othercorp.com | |
| X-Google-Sender-Auth: 233a56e64ab192ad | |
| Message-ID: <9d66fa0f100329124315k56ddff21q53657cac6cbf7c8c@mail.gmail.com> | |
| Subject: TPS reports | |
| From: Smith, John <john.smith@gmail.com> |
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
| set nocompatible | |
| source $VIMRUNTIME/vimrc_example.vim | |
| source $VIMRUNTIME/mswin.vim | |
| behave mswin | |
| set sol | |
| set is | |
| set ic scs | |
| set so=5 | |
| set bg=dark |
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
| # Начин на употреба: | |
| # | |
| # За да бенчмаркнете всички решения | |
| # $ python3 fbbench.py fizzbuzz_*.py | |
| # | |
| # За да бенчмаркнете едно решение: | |
| # $ python3 fbbench.py fizzbuzz_string.py | |
| # | |
| # Забележка: fizzbuzzrecursive.py не може да се бенчмарква, | |
| # защото работи при n < 999, а fbbenchmark.py ползва n = 1000000 |
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
| <?php | |
| echo("This is a test."); | |
| // comment | |
| //another comment | |
| ?> | |
| rohtoari |
NewerOlder