Skip to content

Instantly share code, notes, and snippets.

View eai04191's full-sized avatar
🦀

y.takahashi eai04191

🦀
View GitHub Profile
@rinx
rinx / gist:9614736
Last active August 29, 2015 13:57
学務情報システムの成績照会ページを開いてコンソールで実行 | あなたの落とした単位が降ってきます
tmp = "";
for(var i=0; i< jq$(".column_odd").length; i++){if( jq$(".column_odd > td:eq("+(i*8+5) +")").text().replace(/\s+/g, "") == "D" ){tmp += jq$(".column_odd > td:eq("+(i*8) +")").text().replace(/\s+/g, "") + ",";}}
for(var i=0; i< jq$(".column_odd_120").length; i++) tmp += jq$(".column_odd_120 > td:eq("+(i*8) +")").text().replace(/\s+/g, "") + ",";
function jumpPage(units) { location.href = "http://oboenikui.com/tani/?units=" + units.replace(/,$/,""); }
jumpPage(tmp);
@lindwurm
lindwurm / erg.md
Last active August 29, 2015 13:57
あれ

これなん

わたしのあれそれです。 並びは終わった順、購入順、欲しい順(たぶん下の方は適当)。

欲しい奴は http://bit.ly/lindwurm_games にある(たぶん)ので買ってください。

クリア済

  • リトルバスターズ!EX
  • クドわふたー
  • 幼なじみは大統領
;;; -*- coding: utf-8 -*-
;; okuri-ari entries.
つもあがt /ツモ和了;[麻雀]/
つもあがr /ツモ和了;[麻雀]/
つもt /自摸;[麻雀]/
つもt /ツモ;[麻雀]/
つもr /自摸;[麻雀]/
つもr /ツモ;[麻雀]/
くいながs /喰い流;[麻雀]/
くいなおs /喰い直;[麻雀]/
@jeffa00
jeffa00 / Speechy
Created February 12, 2013 02:10
Speech In PowerShell using Windows Speech API COM object
function Out-Speech($text) {
$speechy = New-Object –ComObject SAPI.SPVoice;
$voices = $speechy.GetVoices();
foreach ($voice in $voices) {
$voice.GetDescription();
$speechy.Voice = $voice;
@arantius
arantius / grant-none-shim.js
Last active May 21, 2022 14:47
Greasemonkey "@grant none" compatibility shim.
/*
The MIT License (MIT)
Copyright (c) 2014 Anthony Lieuallen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@kkosuge
kkosuge / userstream.twitter.com2user.json.md
Created October 8, 2011 13:52
Twitter の User Streams で流れてくるやつ
@kimoto
kimoto / how_to_write_autoexec_cfg.txt
Created September 17, 2010 09:29
cfg/consoleについての基礎(草稿)
//===============================================================
// Title: cfg/consoleについての基礎(草稿)
// Author: KIMOTO
// Revision: 6
// Memo: 誤字脱字や間違いがあれば気軽に連絡ください
//===============================================================
//---------------------------------------------------------------
// 更新履歴
//---------------------------------------------------------------