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
| type Location { | |
| id: ID! @unique | |
| lat: Float! | |
| lng: Float! | |
| street: String | |
| postalCode: String | |
| city: City | |
| } | |
| type City { |
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
| [Desktop Entry] | |
| Type=Application | |
| Exec=/usr/bin/chromium-browser --noerrdialogs --disable-session-crashed-bubble --disable-translate --disable-translate-new-ux --disable-infobars --kiosk url_entrypoint | |
| Hidden=false | |
| X-GNOME-Autostart-enabled=true | |
| Name[en_US]=AutoChromium | |
| Name=AutoChromium | |
| Comment=Start Chromium when GNOME starts |
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 _DB_SERVER_.' - '._DB_NAME_.' - '._DB_USER_.' - '._DB_PASSWD_.' - '._DB_PREFIX_; |
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
| license: gpl-3.0 | |
| height: 961 | |
| border: no |
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
| { | |
| "require": { | |
| "opis/closure": "^2.1.0" | |
| } | |
| } |
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
| const addOne = value => { | |
| return value + 1; | |
| }; | |
| const failIfOdd = value => { | |
| return value + 1; | |
| }; | |
| function railway ( chain ) { | |
| return new Promise((resolve) => { |
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 | |
| $input = array( | |
| 'data' => array( | |
| 'vehicles' => array( | |
| 0 => array( | |
| 'id' => '782', | |
| 'vin' => 'VF7SA9HD8DW660669', | |
| 'equipments' => array( | |
| 0 => array( |
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 | |
| class Foo {} | |
| $f1 = new Foo(); | |
| $f2 = new Foo(); | |
| $bar = function (Foo ...$foo) { | |
| foreach ($foo as $f) { | |
| echo get_class($f) . "\n"; | |
| } |
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 | |
| namespace App\hissezhaut\DataLoader; | |
| use App\hissezhaut\DataLoader\Types\Map; | |
| use App\hissezhaut\DataLoader\Types\Options; | |
| use App\hissezhaut\DataLoader\Types\Queue; | |
| use Exception; | |
| use Icicle\Awaitable as UPromise; | |
| use Icicle\Awaitable\Promise; |
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
| Verifying that +parweb is my blockchain ID. https://onename.com/parweb |