Skip to content

Instantly share code, notes, and snippets.

@kensykora
kensykora / test_gatherer_cleaned_up.py
Last active August 29, 2015 14:09
Selenium Test Script
# -*- coding: utf-8 -*-
from selenium.webdriver.support import expected_conditions as EC
from selenium.common.exceptions import NoSuchElementException
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.common.by import By
from selenium import webdriver
import unittest
class TestGatherer(unittest.TestCase):
def setUp(self):
@kensykora
kensykora / CodeChallenge_20150512.cs
Created May 12, 2015 13:51
Code Challenge for Nerdery .Net Newsletter #2
using System;
using Newtonsoft.Json;
using System.Linq;
using System.Text;
using System.Web;
using System.Security.Cryptography;
public class Program
{
static string INPUT = @"{
### Keybase proof
I hereby claim:
* I am kensykora on github.
* I am kensykora (https://keybase.io/kensykora) on keybase.
* I have a public key ASChtiXL8BVkh1lYsUh_N5Rd3KmugBWdevQz2Uf4-KGaHgo
To claim this, I am signing this object:
2020-07-16T15:01:49.4285879Z ##[section]Starting: Cache NuGet packages
2020-07-16T15:01:49.4292001Z ==============================================================================
2020-07-16T15:01:49.4292299Z Task : Cache
2020-07-16T15:01:49.4292523Z Description : Cache files between runs
2020-07-16T15:01:49.4292748Z Version : 2.0.1
2020-07-16T15:01:49.4292962Z Author : Microsoft Corporation
2020-07-16T15:01:49.4293259Z Help : https://aka.ms/pipeline-caching-docs
2020-07-16T15:01:49.4293562Z ==============================================================================
2020-07-16T15:01:49.7396079Z Resolving key:
2020-07-16T15:01:49.7544756Z - nuget [string]
@kensykora
kensykora / FFXIV-Automatic-OTP-Entry.md
Last active April 30, 2025 20:20
How to enable automatic OTP entry in FFXIV

How to enable automatic OTP Entry in FFXIV

Animation

This process will allow you to create a shortcut on your desktop that will enable automatic entry of your OTP code into FFXIV without having to open up the authenticator each time you log in.

It uses FFXIV QuickLauncher for doing its work.

Background