Skip to content

Instantly share code, notes, and snippets.

View dirkkelly's full-sized avatar

Dirk Kelly dirkkelly

View GitHub Profile
@joulgs
joulgs / terminal.txt
Last active May 6, 2024 14:22
How install libssl1.1 on ubuntu 22.04
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
@jdennes
jdennes / Gemfile
Last active December 12, 2015 06:38
Rack application to demonstrate authenticating with the Campaign Monitor API using OAuth. Uses the sinatra, omniauth-createsend, and createsend gems.
source :rubygems
gem 'sinatra'
gem 'omniauth-createsend'
gem 'createsend'
Feature: Authentication (No Web Steps, Declarative)
As A User
In order to gain access to sknet
I want to be able to login and logout
Background:
Given I have a valid account
Then I should be able to login