This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
◆概要 | |
スマートフォンのカメラで眼球を読み取り本人確認できるソリューションを提供。 | |
自分の眼球の中の血管の流れを撮影し認証するため、写真は不可。 | |
20cm程度近づける必要あり。3秒程度で認証可能。(アプリ利用結果) | |
◆強み | |
・99.99%の精度 | |
・外付け器具なしで簡単にサービスへ組み込み可能 | |
・暗号化してローカルに保存するため、消えたり、盗まれたりすることはない。 | |
・動く目でも認証可能。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (max-width: 1000px) { | |
html:root { | |
min-width: 100%; | |
} | |
.block, .inner-col { | |
width: 90%; | |
margin-left: 5%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |