#GoPro HERO4 Black Wifi Hacking, ep 2
By Maelstrom Napalm, @odwdinc and Konrad Iturbe
###Status URL:
http://10.5.5.9/gp/gpControl/status
####Protune EV compensation: Value | URL
| [CCode (lower_case_cprefix = "Py_", cheader_filename = "Python.h")] | |
| namespace Python | |
| { | |
| public void Initialize (); | |
| public void Finalize (); | |
| [CCode (lower_case_cprefix = "PyRun_")] | |
| namespace Run | |
| { | |
| public void SimpleString (string @string); |
| Section "Files" | |
| ModulePath "/usr/lib/xorg/modules/extensions" | |
| ModulePath "/usr/lib/xorg/modules" | |
| ModulePath "/usr/lib/x86_64-linux-gnu/xorg/extra-modules" | |
| ModulePath "/usr/lib/xorg/extra-modules" | |
| EndSection | |
| Section "Module" | |
| Load "glx" | |
| EndSection |
| import QtQuick 2.2 | |
| import QtQuick.Window 2.1 | |
| import QtQuick.Controls 1.1 | |
| Window | |
| { | |
| id: main | |
| visible: true | |
| title: "Pizza Dough Helper" |
| #!/usr/bin/python | |
| import launchpadlib.launchpad | |
| import sys | |
| if len(sys.argv) < 2: | |
| print "You need to pass the bug number to adjust" | |
| sys.exit(1) | |
| lp = launchpadlib.launchpad.Launchpad.login_with(u'rlp', u'production', version='devel') |
| using Gtk; | |
| // Compile with | |
| // valac --pkg gtk+-3.0 --pkg gdk-x11-3.0 -X $(pkg-config xi --libs) xypos.vala | |
| [CCode (gir_namespace = "xi", cprefix = "", lower_case_cprefix = "", cheader_filename = "X11/extensions/XInput2.h")] | |
| namespace XI | |
| { | |
| [Compact] | |
| [CCode (cname = "Display")] |
| #!/bin/bash | |
| # | |
| # Use | |
| # eval $(prefix-builder.sh [add|rm|prepend|append] folder) | |
| # | |
| # or Alias such as: | |
| # function eval_cmd() { eval $($*); } | |
| # alias build-prefix="eval_cmd prefix-builder.sh" | |
| # alias add-build-prefix="eval_cmd prefix-builder.sh add" | |
| # alias rm-build-prefix="eval_cmd prefix-builder.sh rm" |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # Copyright (C) Marco Trevisan | |
| # | |
| # Authors: | |
| # Marco Trevisan <[email protected]> | |
| # | |
| # Revision for new URL: | |
| # Andrea Costantino <[email protected]> | |
| # |
| { | |
| "version":2.0, | |
| "display_hints":[ | |
| { | |
| "key":"GPCAMERA_GROUP_VIDEO", | |
| "display_name":"Video Settings", | |
| "settings":[ | |
| { | |
| "setting_id":5, | |
| "widget_type":"select", |
#GoPro HERO4 Black Wifi Hacking, ep 2
By Maelstrom Napalm, @odwdinc and Konrad Iturbe
###Status URL:
http://10.5.5.9/gp/gpControl/status
####Protune EV compensation: Value | URL