This file contains 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 | |
/** | |
* This is the model class for table "applicant". | |
* | |
* The followings are the available columns in table 'applicant': | |
* @property string $position | |
* @property integer $id | |
* @property string $fullName | |
* @property string $nickName |
This file contains 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
{ | |
"product_code": "CR13-26A", | |
"product": "SERENDIPITY SHORTS", | |
"stock": [ | |
{ | |
"colour": "BLACK", | |
"size": "XS", | |
"outlet": "THIS IS A LOVE SONG OFFICE", | |
"qty": 2 | |
}, |
This file contains 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
/* | |
[exception] 500 | Internal Server Error | Symfony\Component\Process\Exception\RuntimeException | |
[message] The process has been signaled with signal "5". | |
[1] Symfony\Component\Process\Exception\RuntimeException: The process has been signaled with signal "5". | |
at n/a | |
in /Users/budiarsana/Developer/Sites/pit-sts/vendor/symfony/symfony/src/Symfony/Component/Process/Process.php line 325 | |
at Symfony\Component\Process\Process->wait() | |
in /Users/budiarsana/Developer/Sites/pit-sts/vendor/symfony/symfony/src/Symfony/Component/Process/Process.php line 195 |
This file contains 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains 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
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/bin/node', | |
1 verbose cli '/usr/local/bin/npm', | |
1 verbose cli 'install', | |
1 verbose cli 'libxmljs' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 warn package.json [email protected] No repository field. | |
5 warn package.json [email protected] No README data | |
6 warn package.json [email protected] No repository field. |
This file contains 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
<script language="JavaScript"> | |
/****************************** | |
* Editable section -- Start -- | |
******************************/ | |
// DATE SETTINGS - EDIT AS REQUIRED | |
var daysinAdvance = 1; // Sets default days in advance from current date | |
var numberNights = 3; // Sets default number of nights | |
var numberYears = 3; // Sets default number of years to display in year select list | |
var numberNightsMin = 1; // Sets minimum number of nights accepted | |
var imgDir = "images/"; // Directory for the dynamic calendar script and images. Trailing slash must be included. |
This file contains 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 | |
class Place | |
{ | |
/** | |
* @var string | |
*/ | |
private $key; | |
/** | |
* @var PlaceNearby |