It's time someone compiled a list of nationalities to use within a web application. This gist attempts to make a first move at that.
I've also compiled a list of countries
| <?php | |
| $myVideo = rsfVideoEncoder::load('/test.avi') | |
| ->setOverwrite(TRUE) | |
| ->setSeekable(TRUE) | |
| ->setOutputFile('/test2.flv') | |
| ->setVideoFramerate(24) | |
| ->setVideoBitrate('600k') | |
| ->setAudioBitrate('96k') | |
| ->setAudioFrequency(44100) |
| new function(_NO_SHRINK_) | |
| { | |
| /** | |
| * Package: Validator | |
| * | |
| * Properties: | |
| * name - Validator | |
| * version - 0.1 | |
| * exports - <ValidatorBoolean>, <ValidatorString>, <ValidatorStringBehavior>, <register> |
| <?php | |
| require_once __DIR__ . '/../lib/vendor/Symfony/lib/autoload/sfCoreAutoload.class.php'; | |
| sfCoreAutoload::register(); | |
| /** | |
| * ProjectConfiguration. | |
| * | |
| * @author Marijn Huizendveld <[email protected]> |
| <?xml version="1.0" encoding="utf-8"?> | |
| <?xml-stylesheet type="text/xsl" href="transactions.xsl"?> | |
| <transactions> | |
| <transaction status="payed" id="AB-001"> | |
| <sender> | |
| <name>John</name> | |
| <familyName>Doe</familyName> | |
| <dateOfBirth format="YYYYMMDD">19541212</dateOfBirth> | |
| <emailAddress>[email protected]</emailAddress> | |
| </sender> |
It's time someone compiled a list of nationalities to use within a web application. This gist attempts to make a first move at that.
I've also compiled a list of countries
| <?php | |
| namespace Entities; | |
| /** | |
| * @MappedSuperclass | |
| */ | |
| abstract class EntityAbstract | |
| { |
| /usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=MT-EXAMPLE.COM |
| <?php | |
| class VideoEncoder | |
| { | |
| /** | |
| * @var string | |
| */ | |
| private $_outputFile; |
This list served quite some people but someone else did a better job since.
Go to https://github.com/umpirsky/country-list for a list in your language and format.
I've also compiled a list of nationalities
| <?php | |
| require_once 'PHPUnit/Framework.php'; | |
| class ZipCodeTest extends PHPUnit_Framework_TestCase | |
| { | |
| public function testDutchZipcodes () | |
| { | |
| foreach (array('1017VN', '1017vn', '1017 VN', '1017 vn') as $zipCode) |