Skip to content

Instantly share code, notes, and snippets.

View bFlood's full-sized avatar

Brian Flood bFlood

  • Spatial Data Logic
View GitHub Profile
{
"file_id": null,
"top_threat": -1,
"scan_results": {
"scan_details": {
"AegisLab": {
"scan_result_i": 0,
"threat_found": "",
"def_time": "2015-06-12T00:00:00",
"scan_time": 1014
@bFlood
bFlood / gist:018ebb1fc8889a7e36ce
Created February 27, 2015 13:10
AppGyver GMaps Plugin config
iOS Plugin Config
{"source":"https://github.com/wf9a5m75/googlemaps-ios-sdk-for-phonegap"},
{"source":"https://github.com/bFlood/phonegap-googlemaps-plugin#appgyver_bf","variables":{"API_KEY_FOR_IOS":"your_valid_api_key"}},
{"source":"https://github.com/wf9a5m75/phonegap-http-request#app_gyver"},
Android Plugin Config
{"source":"https://github.com/wf9a5m75/phonegap-http-request#app_gyver"},
{"source":"https://github.com/bFlood/phonegap-googlemaps-plugin#appgyver_bf","variables":{"API_KEY_FOR_ANDROID":"your_valid_api_key"}},
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0"/>
<script>L_PREFER_CANVAS = true;</script>
<script src='http://api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.js'></script>
<link href='http://api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.css' rel='stylesheet' />
<!--[if lte IE 8]>
<link href='http://api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.ie.css' rel='stylesheet' >
<![endif]-->
var _views = [];
document.addEventListener('deviceready', onDeviceReady, false);
function onDeviceReady() {
steroids.logger.log("deviceready");
_views.push(createView("next", "next.html"));
$("#push").on("click", function() {
steroids.layers.push(_views[0]);
});
--------- beginning of /dev/log/main
E/MP-Decision( 2302): num online cores: 2 reqd : 3 available : 4 rq_depth:3.300000 hotplug_avg_load_dw: 102
E/MP-Decision( 2302): UP cpu:1 core_idx:1 Nw:1.900000 Tw:140 rq:3.300000 seq:0.000000
E/MP-Decision( 2302): UP cpu:2 core_idx:2 Nw:2.700000 Tw:90 rq:3.300000 seq:98.000000
W/EDMNativeHelper( 267): EDMNativeHelperService is published
@bFlood
bFlood / gist:31ef200a6ff1a32cc711
Created September 22, 2014 15:36
AppGyver - Android
WARNING [Project: :modules:AGAndroidApplication] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGSteroidsApplication] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGWebView] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGCommon] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGJson] Support for old manifest merger is deprecated and will be removed in 1.0
Relying on packaging to define the extension of the main artifact has been deprecated and is scheduled to be removed in Gradle 2.0
WARNING: Dependency commons-logging:commons-logging:1.1.1 is ignored for debugTest as it may be conflicting with the internal version provided by Android.
In case of problem, please repackage it with jarjar to change the class packages
WARNING: Dependency org.apache.httpcomponents:httpclient:4.0.3 is ignored
@bFlood
bFlood / gist:da80a146b6d763bd954f
Created September 17, 2014 14:19
AppGyver - Android Build
WARNING [Project: :modules:AGAndroidApplication] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGSteroidsApplication] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGWebView] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGCommon] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGJson] Support for old manifest merger is deprecated and will be removed in 1.0
Relying on packaging to define the extension of the main artifact has been deprecated and is scheduled to be removed in Gradle 2.0
WARNING: Dependency commons-logging:commons-logging:1.1.1 is ignored for debugTest as it may be conflicting with the internal version provided by Android.
In case of problem, please repackage it with jarjar to change the class packages
WARNING: Dependency org.apache.httpcomponents:httpclient:4.0.3 is ignored
WARNING [Project: :modules:AGAndroidApplication] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGSteroidsApplication] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGWebView] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGCommon] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGJson] Support for old manifest merger is deprecated and will be removed in 1.0
Relying on packaging to define the extension of the main artifact has been deprecated and is scheduled to be removed in Gradle 2.0
WARNING: Dependency commons-logging:commons-logging:1.1.1 is ignored for debugTest as it may be conflicting with the internal version provided by Android.
In case of problem, please repackage it with jarjar to change the class packages
WARNING: Dependency org.apache.httpcomponents:httpclient:4.0.3 is ignored
@bFlood
bFlood / gist:1963dcb6134a47896f66
Created September 8, 2014 16:59
AppGyver Android Fresh build error
WARNING [Project: :modules:AGAndroidApplication] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGSteroidsApplication] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGWebView] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGCommon] Support for old manifest merger is deprecated and will be removed in 1.0
WARNING [Project: :modules:AGJson] Support for old manifest merger is deprecated and will be removed in 1.0
Relying on packaging to define the extension of the main artifact has been deprecated and is scheduled to be removed in Gradle 2.0
WARNING: Dependency commons-logging:commons-logging:1.1.1 is ignored for debugTest as it may be conflicting with the internal version provided by Android.
In case of problem, please repackage it with jarjar to change the class packages
WARNING: Dependency org.apache.httpcomponents:httpclient:4.0.3 is ignored
@bFlood
bFlood / gist:e21d50ced112b4b45958
Created September 3, 2014 15:19
Appgyver - Failed Custom Scanner Build (iOS)
This file has been truncated, but you can view the full file.
Plugins Config:
[
{"source":"https://github.com/apache/cordova-plugin-file-transfer"},
{"source":"https://github.com/Initsogar/cordova-activityindicator"},
{"source":"https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin"},
{"source":"https://github.com/brodysoft/Cordova-SQLitePlugin"},
{"source":"https://github.com/VitaliiBlagodir/cordova-plugin-datepicker"},
{"source":"https://github.com/wf9a5m75/googlemaps-ios-sdk-for-phonegap"},
{"source":"https://github.com/wf9a5m75/phonegap-http-request"},
{"source":"https://github.com/wf9a5m75/phonegap-googlemaps-plugin","variables":{"API_KEY_FOR_IOS":"valid_ios_key"}}