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
| double perHourWeekday = 0; | |
| double perMileWeekday= 0; | |
| double perHourWeekend = 0; | |
| double perMileWeekdend= 0; | |
| double feeRunningMile = 0; | |
| int freeRunningMiles = 0; | |
| int minHours = 0; | |
| int diff = 100; |
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
| { | |
| "error": { | |
| "root_cause": [ | |
| { | |
| "type": "script_exception", | |
| "reason": "Error evaluating pricing", | |
| "script_stack": [], | |
| "script": "", | |
| "lang": "groovy" | |
| } |
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
| user_firewall: | |
| pattern: ^/ | |
| anonymous: ~ | |
| switch_user: true | |
| provider: user | |
| oauth: | |
| resource_owners: | |
| facebook: "/login/check-facebook" | |
| login_path: login | |
| use_forward: false |
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
| /** | |
| * Returns the Response object associated to the acl action. | |
| * | |
| * @param int|string|null $id | |
| * @param Request $request | |
| * | |
| * @return Response|RedirectResponse | |
| * | |
| * @throws AccessDeniedException If access is not granted. | |
| * @throws NotFoundHttpException If the object does not exist or the ACL is not enabled |
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
| each css class name is basically a color: #53533 coding | |
| /** | |
| * parse the tajweed text | |
| * @param quranBy | |
| * @param object verseObject {surah: 2, ayah: 4, verse: 'verse text here..'} | |
| * @returns {String} | |
| */ |
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
| import {Platform} from 'ionic-framework/ionic'; | |
| import {Injectable} from "angular2/core"; | |
| declare let google:any; | |
| import {Observable, ReplaySubject} from 'rxjs/Rx'; | |
| @Injectable() | |
| export class Map { | |
| map: any; |
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
| function getRowUpdates(row) { | |
| var scrolls = Rx.Observable.fromEvent(document, 'scroll'); | |
| var rowVisibilities = | |
| scrolls.throttle(50) | |
| .map(function(scrollEvent) { | |
| return row.isVisible(scrollEvent.offset); | |
| }) | |
| .distinctUntilChanged(); | |
| var rowShows = rowrowVisibilities.filter(function(v) { |
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
| { | |
| "slug": "quasi-consequuntur-voluptatem-facere", | |
| "title": "Quasi consequuntur voluptatem facere.", | |
| "description": "Esse praesentium repellendus ratione nemo similique consequatur. Dolorum doloremque dicta accusamus praesentium illo et. Qui illum facilis aut consequatur ab quos. Expedita dolores autem quibusdam totam sed.", | |
| "pickup_address": { | |
| "id": 74, | |
| "type": "pickup", | |
| "first_name": "Jenifer", | |
| "last_name": "Nader", | |
| "business_name": null, |
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
| { | |
| "page": 1, | |
| "limit": 20, | |
| "pages": 1, | |
| "total": 4, | |
| "_links": { | |
| "self": { | |
| "href": "\/app_dev.php\/api\/v1\/delivery\/track" | |
| }, | |
| "first": { |