I hereby claim:
- I am eyedol on github.
- I am eyedol (https://keybase.io/eyedol) on keybase.
- I have a public key whose fingerprint is DC11 04FB B302 B126 997B 0C61 19B0 B16E BC28 9F6B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| define(['App', 'marionette', 'handlebars','underscore', 'alertify', 'models/ApiExplorerModel', | |
| 'text!templates/api-explorer/ApiExplorerView.html'], | |
| function( App, Marionette, Handlebars, _, alertify, ApiExplorerModel, template) | |
| { | |
| return Marionette.ItemView.extend( | |
| { | |
| template: Handlebars.compile(template), | |
| apiUrl : App.config.baseurl + App.config.apiuri +'/', | |
| initialize : function() |
| <!-- Receiver for pre kitkat. This is disabled when it's kitkat and above --> | |
| <receiver android:name="org.addhen.smssync.receivers.SmsReceiver" android:enabled="@bool/is_pre_kitkat" > | |
| <intent-filter> | |
| <action android:name="android.provider.Telephony.SMS_RECEIVED" /> | |
| </intent-filter> | |
| </receiver> | |
| <!-- Receiver for kitkat. This is disabled when it's pre-kitkat release --> | |
| <receiver android:name="org.addhen.smssync.receivers.SmsReceiverKitKat" | |
| android:enabled="@bool/is_kitkat" android:permission="android.permission.BROADCAST_SMS" > |
| <manifest> | |
| ... | |
| <application> | |
| <!-- BroadcastReceiver that listens for incoming SMS messages --> | |
| <receiver android:name=".SmsReceiver" | |
| android:permission="android.permission.BROADCAST_SMS"> | |
| <intent-filter> | |
| <action android:name="android.provider.Telephony.SMS_DELIVER" /> | |
| </intent-filter> | |
| </receiver> |
| sudo npm install -g grunt-cli | |
| npm http GET https://registry.npmjs.org/grunt-cli | |
| npm http 304 https://registry.npmjs.org/grunt-cli | |
| npm http GET https://registry.npmjs.org/nopt | |
| npm http GET https://registry.npmjs.org/findup-sync | |
| npm http GET https://registry.npmjs.org/resolve | |
| npm http 304 https://registry.npmjs.org/nopt | |
| npm http 304 https://registry.npmjs.org/findup-sync | |
| npm http 304 https://registry.npmjs.org/resolve | |
| npm http GET https://registry.npmjs.org/abbrev |
| <?php | |
| /* | |
| Plugin Name: Find Agents | |
| Plugin URI :http://www.olamshs.com | |
| Description: Available agents | |
| Author: Gideon Makui | |
| Version: 1.0 | |
| Author URI:http://gidmakus.wordpress.com | |
| */ | |
| require_once('inc/wp-config.php'); |
| /** | |
| * Retrieve a post | |
| * | |
| * GET /api/sets/:set_id/posts/:id | |
| * | |
| * @return void | |
| */ | |
| public function action_get_index() | |
| { | |
| // Respond with set |
| { | |
| "count": 1, | |
| "results": [ | |
| { | |
| "id": "1", | |
| "url": "http://localhost/Lamu/httpdocs/api/v2/posts/1", | |
| "parent": null, | |
| "user": null, | |
| "form": { | |
| "id": "1", |
| { | |
| "count": 3, | |
| "results": [ | |
| { | |
| "id": "4", | |
| "url": "http://localhost/Lamu/httpdocs/api/v2/media/4", | |
| "caption": "ihub", | |
| "mime": "image/jpeg", | |
| "original_file_url": "http://localhost/Lamu/httpdocs/Lamu/httpdocs/media/kohana/media/uploads/h7r_1382082949_o.jpg", | |
| "original_width": "420", |