Skip to content

Instantly share code, notes, and snippets.

View dalpert-korewireless's full-sized avatar

David Alpert dalpert-korewireless

  • KORE Wireless
  • Winnipeg, Manitoba
View GitHub Profile
--This is how you want your queries to behave. Short and sweet, to prevent blocking
--See: http://dbareactions.com/post/112726103627/how-queries-behave-after-developers-follow-my
--Benefits:
--1.Doesn't block other users.
--2.Easy to read and understand quickly
--3.Easy to maintain
--4.Easy to debug/test
--check first before creating our temporary tables
@dalpert-korewireless
dalpert-korewireless / ManifestResourceHelper.cs
Last active December 10, 2016 05:32 — forked from davidalpert/ManifestResourceHelper.cs
Helper code to extract resources from a C# assembly.
using System.Collections.Generic;
using System.IO;
using System.Reflection;
namespace YOUR_NAMESPACE
{
public static class ManifestResourceHelper
{
public static string[] GetManifestResourceNames(Assembly asm = null)
{
@dalpert-korewireless
dalpert-korewireless / howto-manually-add-trust-cert-to-rubygems.md
Created November 19, 2015 09:57
Workaround RubyGems' SSL errors on Ruby for Windows (RubyInstaller)

SSL upgrades on rubygems.org and RubyInstaller versions

UPDATE 2014-12-21: RubyGems 1.8.30, 2.0.15 and 2.2.3 have been released. It requires manual installation, please see instructions below.


Hello,

If you reached this page, means you've hit this SSL error when trying to