Skip to content

Instantly share code, notes, and snippets.

View dpogue's full-sized avatar
👨‍💻
I may be slow to respond.

Darryl Pogue dpogue

👨‍💻
I may be slow to respond.
View GitHub Profile
@dpogue
dpogue / 0.readme.md
Last active September 10, 2018 20:27
<?xml version="1.0" encoding="utf-8" ?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<platform name="android">
<icon density="ldpi" src="res/android/icon-ldpi.png" />
<icon density="mdpi" src="res/android/icon-mdpi.png" />
<icon density="hdpi" src="res/android/icon-hdpi.png" />
<icon density="xhdpi" src="res/android/icon-xhdpi.png" />
<icon density="xxhdpi" src="res/android/icon-xxhdpi.png" />
<icon density="xxxhdpi" src="res/android/icon-xxxhdpi.png" />
TEST(string, unordered_map)
{
struct Foo {
int data;
};
std::unordered_map<ST::string, Foo, ST::hash_i, ST::equal_i> map;
const ST::string key("Personal");
const Foo f = { .data = 5 };
410Door:
type: object
synchflags:
- excludepersistentstate
synchstates:
- "AGMaster"
- "Responder"
physical:
physlogic: detect
visual:
diff --git a/Sources/Plasma/PubUtilLib/plPipeline/DX/plDXPipeline.cpp b/Sources/Plasma/PubUtilLib/plPipeline/DX/plDXPipeline.cpp
index 03159e70..c74389cc 100644
--- a/Sources/Plasma/PubUtilLib/plPipeline/DX/plDXPipeline.cpp
+++ b/Sources/Plasma/PubUtilLib/plPipeline/DX/plDXPipeline.cpp
@@ -5276,6 +5276,10 @@ void plDXLightSettings::Release()
ref->Unlink();
}
+ // Tell the light infos to unlink themselves
+ while (fActiveList)

JavaScript

Polyglot Unconference 2018

Facilitated by Chris Nicola (for the 7th year)

How to write good JavaScipt? (according to Chris)

CSS State of the Union 2018

Polyglot Unconference 2018

Fishbowl led by Cam Cavers and Pez Pengelly

  • We have Grid in every current browser!
  • "Grid Garden" game

Code Review

Polyglot Unconference 2018

John, from Mobify kickoff presentation

Initial cofounder of mobify, did a lot of early development, solo. Added more developers to the team, got more experience looking at others' code. Learned a lot of things by looking at others' code. As code review policy brought in, junior developers picked stuff up faster.

AWS Meetup Notes

Amazon Key Management Service (AWS KMS)

  • Managed service for creating encryption keys
  • Integrated with many other AWS services (>= 18 services)
    • RDS
    • SES
  • S3 (item-level encryption, bucket-level encryption)
<?xml version="1.0" encoding="utf-8" ?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<!-- ... -->
<platform name="android">
<resource-file src="res/android/icon-ldpi-round.png" target="res/mipmap-ldpi/icon_round.png" />
<resource-file src="res/android/icon-mdpi-round.png" target="res/mipmap-mdpi/icon_round.png" />
<resource-file src="res/android/icon-hdpi-round.png" target="res/mipmap-hdpi/icon_round.png" />
<resource-file src="res/android/icon-xhdpi-round.png" target="res/mipmap-xhdpi/icon_round.png" />