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 | |
// html url to the application | |
$api_url = 'http://GlobalQuran.com/'; | |
$api_key = ''; | |
################## DO NOT EDIT BELOW THIS ################################### | |
if (!$api_url) | |
{ | |
die('missing vaules, please fill the configuration values and try again!'); | |
} |
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 | |
// html url to the application | |
$api_url = 'http://GlobalQuran.com/'; | |
$api_key = ''; | |
################## DO NOT EDIT BELOW THIS ################################### | |
if (!$api_url) | |
{ | |
die('missing vaules, please fill the configuration values and try again!'); | |
} |
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
{ | |
"orders_id": "0005181057", | |
"consignment_id": "a0005181057", | |
"customers_id": "0", | |
"customers_firstname": null, | |
"customers_lastname": null, | |
"customers_gender": null, | |
"customers_dob": "01/01/1900", | |
"customers_telephone": "111-111-111", | |
"customers_email_address": "anonymous", |
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 type="text/javascript"> | |
var _bsw = _bsw || []; | |
_bsw.push(['_bswId', '4d127e6d5d74be0e70b15e482e1cdda738cd157eb6a556d11fa1482bb14f6221']); | |
(function() { | |
var bsw = document.createElement('script'); bsw.type = 'text/javascript'; bsw.async = true; | |
bsw.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'js.bronto.com/s/b.min.js'; | |
var t = document.getElementsByTagName('script')[0]; t.parentNode.insertBefore(bsw, t); | |
})(); | |
</script> |
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
app.directive('mysubmit', function(){ | |
return { | |
restrict: 'A', | |
require: '^form', | |
link: function(scope, element, attrs, formCtrl) | |
{ | |
console.log('found it'); | |
element.on('click', function(event) | |
{ | |
console.log('submitting form') |
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
{ | |
"page": 1, | |
"limit": 20, | |
"pages": 1, | |
"total": 4, | |
"_links": { | |
"self": { | |
"href": "\/app_dev.php\/api\/v1\/delivery\/track" | |
}, | |
"first": { |
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
{ | |
"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 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 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 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} | |
*/ |
OlderNewer