Skip to content

Instantly share code, notes, and snippets.

View hinaloe's full-sized avatar
🛏️
🛌

Hinaloe hinaloe

🛏️
🛌
View GitHub Profile
<?
//セッションの開始
session_start();
require_once "croudia4php.php";
require_once "config.php";
//code パラメータがあるかどうかをチェック
if (!isset($_GET["code"])){
@hinaloe
hinaloe / croudia_unread.user.js
Last active January 1, 2016 20:48
Croudiaの未読数(ストリーム停止時:画面の一番上を表示していないとき)に未読数(未ロード数)をカウントして表示するためのUserscript。(Chromeで動作確認。)
// ==UserScript==
// @name Croudiaを使いやすくする奴
// @namespace croudiaeasy
// @description Croudiaを使いやすくしたい
// @match https://croudia.com/*
// @require https://code.jquery.com/jquery-1.10.2.min.js
// @version 1.3
// ==/UserScript==

Twitter公式クライアントのコンシューマキー

Twitter for iPhone

Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU

Twitter for Android

Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys

Twitter for Google TV

Consumer key: iAtYJ4HpUVfIUoNnif1DA

@hinaloe
hinaloe / .htaccess
Last active September 4, 2017 10:26
拡張子を省略してPHPアプリを呼び出す。 ref: http://qiita.com/kimama1997/items/af3d76110e6c67a3d96f
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
var mes= "(・〜・)mogmog するのは義務なんです! ";
for(var i=1;i<3000;i++){
document.getElementsByTagName("body")[0].innerText+=mes;
}
@hinaloe
hinaloe / Error message
Created March 6, 2014 04:02
Twitter translate 3-6
Uh oh, something went wrong! Please fix following issues:
Translation Other invalid mustache template: undefined method `[]' for nil:NilClass
@hinaloe
hinaloe / Coffee.sublime-build
Last active August 29, 2015 14:01
SublimeTextでなんでもかんでもコンパイルする ref: http://qiita.com/kimama1997/items/93404a6a8b8037b46084
{
"cmd": ["coffee", "-cm", "$file"],
"selector": "source.coffee",
"osx":
{
"path": "/usr/local/bin:$PATH"
},
"windows":
jQuery(function($){
var height = $('#container').outerHeight();
height = height + 'px';
$('#main').css('height',height);
$('#sidebar').css('height',height);
// sidebarプルダウンメニュー
$("ul.children").hide();
javascript:(function(){
window.open(
'https://share-on-croudia.herokuapp.com/write?id=&uri='
+encodeURIComponent(document.location)
+'&title='+encodeURIComponent(document.title)
)
})()
<?php
/*
Plugin Name: シングルページ定型文
Plugin Uri: https://ja.forums.wordpress.org/topic/143608
Description: 投稿ページの共有ボタンの前に定型文を挿入します。
Author: Hinaloe
Author Uri: http://blog.hinaloe.net/
*/
add_filter('the_content',