Skip to content

Instantly share code, notes, and snippets.

View digideskio's full-sized avatar

airbender digideskio

View GitHub Profile
@digideskio
digideskio / Eyeverify
Created May 17, 2018 07:41 — forked from itoshige/Eyeverify
FinovateEurope2016
◆概要
スマートフォンのカメラで眼球を読み取り本人確認できるソリューションを提供。
自分の眼球の中の血管の流れを撮影し認証するため、写真は不可。
20cm程度近づける必要あり。3秒程度で認証可能。(アプリ利用結果)
◆強み
・99.99%の精度
・外付け器具なしで簡単にサービスへ組み込み可能
・暗号化してローカルに保存するため、消えたり、盗まれたりすることはない。
・動く目でも認証可能。
// ==UserScript==
// @name GC Tour
// @namespace https://gist.github.com/DieBatzen/5814dc7368c1034470c8/
// @version 4.6.2
// @description Cachetour planning made easy. Pick some Caches, sort the list and print it out. Free for all users of geocaching.com!
// @run-at document-end
// @include http*://www.geocaching.com/*
// @include https://gctour.geocaching.cx/map/show*
// @exclude /^https?://www\.geocaching\.com/(login|jobs|promotions|blog)/
// @updateURL https://gist.github.com/DieBatzen/5814dc7368c1034470c8/raw/gctour.version.js
@digideskio
digideskio / memberSync.php
Created November 5, 2016 03:27
Invision Power Board (IPB) to MODX Revolution user synchronization
<?php
/**
* <pre>
* Invision Power Services
* IP.Board v3.3.3
* Forum permissions mappings
* Last Updated: $Date: 2012-05-10 16:10:13 -0400 (Thu, 10 May 2012) $
* </pre>
*
# Geo-target website visitors on the client side
### Include your scripts
Within the `<head>` element of the pages you want to include geo-targeting, include the following script:
````javascript
/*
* this first one will be your custom JavaScript for targeting users
*/
@media (max-width: 1000px) {
html:root {
min-width: 100%;
}
.block, .inner-col {
width: 90%;
margin-left: 5%;
@tachyons
tachyons / cricinfo
Last active November 8, 2015 20:07
cricinfo status in your desktop
#!/usr/bin/env ruby
require 'date'
require 'rubygems'
require 'libnotify'
require 'net/http'
require 'rexml/document'
require 'xmlsimple'
def every( time )
Thread.new {
loop do