[■,■,■,■].map(■ → ●) ⇒ [●,●,●,●]
[■,●,■,▲].filter(■ → true) ⇒ [■,■]
[■,●,■,▲].find(● → true) ⇒ ●
[■,●,■,▲].findIndex(▲ → true) ⇒ 3
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
| <scheme name="NeverGone-pastell" version="142" parent_scheme="Blackboard"> | |
| <metaInfo> | |
| <property name="created">2019-11-28T15:03:27</property> | |
| <property name="ide">PhpStorm</property> | |
| <property name="ideVersion">2019.2.5.0.0</property> | |
| <property name="modified">2019-11-28T15:03:42</property> | |
| <property name="originalScheme">NeverGone-pastell</property> | |
| </metaInfo> | |
| <colors> | |
| <option name="RIGHT_MARGIN_COLOR" value="e0e0e0" /> |
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
| <scheme name="NeverGone-pastell" version="142" parent_scheme="Blackboard"> | |
| <metaInfo> | |
| <property name="created">2019-11-28T15:10:00</property> | |
| <property name="ide">PhpStorm</property> | |
| <property name="ideVersion">2019.3.0.0</property> | |
| <property name="modified">2019-11-28T15:10:07</property> | |
| <property name="originalScheme">NeverGone-pastell</property> | |
| </metaInfo> | |
| <colors> | |
| <option name="RIGHT_MARGIN_COLOR" value="e0e0e0" /> |
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
| <?xml version="1.0" encoding="UTF-8" ?><gpx version="1.1" creator="GPSLogger 105 - http://gpslogger.mendhak.com/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.topografix.com/GPX/1/1" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd"><metadata><time>2020-03-03T09:01:45.067Z</time></metadata><trk><trkseg><trkpt lat="48.005771" lon="21.7258071"><ele>145.8000030517578</ele><time>2020-03-03T09:01:45.067Z</time><src>network</src></trkpt> | |
| <trkpt lat="48.0056" lon="21.72542"><ele>80.3</ele><time>2020-03-03T09:01:45.000Z</time><geoidheight>40.3</geoidheight><src>gps</src><hdop>1.37</hdop><vdop>0.89</vdop><pdop>1.63</pdop></trkpt> | |
| <trkpt lat="48.00557833333334" lon="21.72541833333333"><ele>79.4</ele><time>2020-03-03T09:01:46.000Z</time><geoidheight>40.3</geoidheight><src>gps</src><sat>6</sat><hdop>1.12</hdop><vdop>0.84</vdop><pdop>1.40</pdop></trkpt> | |
| <trkpt lat="48.005475" lon="21.72546333333333"><ele>89.5</ele><time>2020-03-03T09:01:47.000Z</tim |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <gpx version="1.1" creator="Endomondo.com" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www.garmin.com/xmlschemas/GpxExtensionsv3.xsd http://www.garmin.com/xmlschemas/TrackPointExtension/v1 http://www.garmin.com/xmlschemas/TrackPointExtensionv1.xsd" xmlns="http://www.topografix.com/GPX/1/1" xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v1" xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <metadata> | |
| <author> | |
| <name>Endomondo User</name> | |
| </author> | |
| <link href="http://www.endomondo.com"> | |
| <text>Endomondo</text> | |
| </link> | |
| <time>2020-03-03T12:58:40Z</time> |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <gpx creator="StravaGPX Android" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd" version="1.1" xmlns="http://www.topografix.com/GPX/1/1"> | |
| <metadata> | |
| <time>2020-03-03T09:01:56Z</time> | |
| </metadata> | |
| <trk> | |
| <name>Morning Walk</name> | |
| <type>10</type> | |
| <trkseg> | |
| <trkpt lat="48.0052760" lon="21.7257150"> |
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
| diff --git a/includes/preflight.inc b/includes/preflight.inc | |
| index e0812372c..de3646dc2 100644 | |
| --- a/includes/preflight.inc | |
| +++ b/includes/preflight.inc | |
| @@ -394,6 +394,9 @@ function _drush_preflight_root_uri() { | |
| */ | |
| function _drush_preflight_uri() { | |
| $uri = drush_get_option('uri', ''); | |
| + if (empty($uri) && getenv('DRUSH_OPTIONS_URI')) { | |
| + $uri = getenv('DRUSH_OPTIONS_URI'); |
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
| diff --git a/commands/core/drupal/site_install_6.inc b/commands/core/drupal/site_install_6.inc | |
| index 21424fb9b..d88110b54 100644 | |
| --- a/commands/core/drupal/site_install_6.inc | |
| +++ b/commands/core/drupal/site_install_6.inc | |
| @@ -18,7 +18,7 @@ function drush_core_site_install_version($profile) { | |
| $cli_output = drush_shell_exec_output(); | |
| $cli_cookie = end($cli_output); | |
| - // We need to bootstrap the database to be able to check the progress of the | |
| + // We need to bootstrap the database to be able to check the progress of the |
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
| sed -i -re '/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com(.*)/a \1' sources.list |
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
| x-volumes: | |
| &x-volumes | |
| volumes: | |
| - ./docker-repo:/var/lib/docker | |
| - ./project:/app | |
| services: | |
| docker: | |
| # Starts a Docker daemon at the DNS name "docker" | |
| # Note: |