Skip to content

Instantly share code, notes, and snippets.

View adrenalinehit's full-sized avatar

Nick adrenalinehit

View GitHub Profile
@adrenalinehit
adrenalinehit / index.html
Created September 15, 2023 14:58
qBLXYWZ
<div id="intro">
<p id="introText">
OK, Let's get started..
</p>
</div>
<div id="question1">
<p>First question; what type of correspondence are you sending?</p>
<input type="radio" name="option1" value="1" id="formal"/>A formal letter, message or note </br>
<input type="radio" name="option1" value="INFORMAL" id="informal"/>An informal letter, message or note </br>
@adrenalinehit
adrenalinehit / converting-to-pfx-using-openssl
Last active August 1, 2019 08:49
Creating a PFX file for use with M2MQTT library for AWS IoT
openssl pkcs12 -export -out YOURPFXFILE.pfx -inkey *****-private.pem.key -in *****-certificate.pem.crt
@adrenalinehit
adrenalinehit / mqtt-publisher.cs
Last active May 2, 2019 01:42
MQTT Publisher sample console application to demonstrate connecting to AWS IoT
using System;
using System.Text;
using System.Security.Cryptography.X509Certificates;
using uPLibrary.Networking.M2Mqtt;
namespace MQTT.Sample
{
public class Program
@adrenalinehit
adrenalinehit / mqtt-subscriber.cs
Last active February 10, 2020 07:00
MQTT subscriber example connecting to AWS IoT
using System.Security.Cryptography.X509Certificates;
using System.Text;
using uPLibrary.Networking.M2Mqtt;
using uPLibrary.Networking.M2Mqtt.Messages;
namespace MQTT.SubscriberTest
{
public class Program
{
{
"browser": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"expr": true,
"immed": true,
"indent": 4,
"latedef": "nofunc",
"newcap": true,
Download the following ZIPs:
ARM Translation Installer v1.1 (http://www.mirrorcreator.com/files/0ZIO8PME/Genymotion-ARM-Translation_v1.1.zip_links)
Download the correct GApps for your Android version:
Google Apps for Android 4.4 (http://goo.gl/TVcd93)
Google Apps for Android 4.3 (http://goo.im/gapps/gapps-jb-20130813-signed.zip)
Google Apps for Android 4.2 (http://goo.im/gapps/gapps-jb-20130812-signed.zip)
Google Apps for Android 4.1 (http://goo.im/gapps/gapps-jb-20121011-signed.zip)