This file contains hidden or 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
//step1 | |
(ScriptRunner=function(v){var i,n,l,p,c={},w=window,t=setTimeout;for(i=0,n=v.length;i<n;++i){l=v[i];if(typeof l=='string'||l instanceof String){l={'':l}}for(p in l){if(p){if(w[p]){continue}c[p]=1}(function(j){var s=document.createElement('script');s.type='text/javascript';s.charset='UTF-8';s.src=j;t(function(){document.documentElement.appendChild(s)},0)})(l[p])}}return function(f){if(f){t(function(){for(p in c){if(!w[p]){return t(arguments.callee,99)}}f()},0)}return arguments.callee}})([{jQuery: 'https://code.jquery.com/jquery-2.2.4.min.js'},{vue: 'https://cdn.jsdelivr.net/vue/1.0.24/vue.min.js'}]) | |
//step2 | |
(function(){$(document).ready(function(){var css = ["#4A3C94","#BF3559","#4DAB38"];$("h1:last").after("<h2>もくじリスト</h2><ul id='header_list'></ul>");$("td").each(function(){var description = "",$td = $(this),$a = $td.children("a");$.ajax({url: $a.attr("href"),type: 'GET',dataType: 'html',}).done(function(data) {$(data).find( "h1,h2,h3,h4,h5,h6" ).each(function(){description += " - " + $(this).text();} |
This file contains hidden or 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
//step1 | |
(ScriptRunner=function(v){var i,n,l,p,c={},w=window,t=setTimeout;for(i=0,n=v.length;i<n;++i){l=v[i];if(typeof l=='string'||l instanceof String){l={'':l}}for(p in l){if(p){if(w[p]){continue}c[p]=1}(function(j){var s=document.createElement('script');s.type='text/javascript';s.charset='UTF-8';s.src=j;t(function(){document.documentElement.appendChild(s)},0)})(l[p])}}return function(f){if(f){t(function(){for(p in c){if(!w[p]){return t(arguments.callee,99)}}f()},0)}return arguments.callee}}) | |
([ | |
//Javascript内で外部ライブラリを呼び出すための指定 | |
{jQuery: 'https://code.jquery.com/jquery-2.2.4.min.js'}, | |
{vue: 'https://cdn.jsdelivr.net/vue/1.0.24/vue.min.js'} | |
]) | |
//step2 | |
(function(){ | |
$(document).ready(function(){ |
This file contains hidden or 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
(ScriptRunner=function(v){var i,n,l,p,s,c={},w=window,t=setTimeout;for(i=0,n=v.length;i<n;++i){l=v[i];if(typeof l=='string'||l instanceof String){l={'':l}}for(p in l){if(p){if(w[p]){continue}c[p]=1}s=document.createElement('script');s.type='text/javascript';s.charset='UTF-8';s.src=l[p];document.documentElement.appendChild(s)}}return function(f){if(f){t(function(){for(p in c){if(!w[p]){return t(arguments.callee,99)}}f()},0)}return arguments.callee}}) | |
([ | |
//Javascript内で外部ライブラリを呼び出すための指定 | |
{jQuery: 'https://code.jquery.com/jquery-2.2.4.min.js'}, | |
{$: 'https://code.jquery.com/jquery-2.2.4.min.js'}, | |
{vue: 'https://cdn.jsdelivr.net/vue/1.0.24/vue.min.js'} | |
]) | |
(function(){ | |
$(document).ready(function(){ | |
//学科色(うらやましい) |
This file contains hidden or 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
/* ... */ | |
function findTrend($start,$end){//期間の開始と終了を渡すと単語ランキングを返す | |
$stmt = $this->_pdo->prepare(" | |
select morpheme_ID, surface_form, count(surface_form) as score | |
from morpheme,atc_table | |
where morpheme.article_ID = atc_table.article_ID | |
and pos = '名詞' | |
and tokenize_index < 10 | |
and morpheme.article_ID in | |
(select article_ID from atc_table |
This file contains hidden or 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
var hoge_func = function(){ | |
var count = 0; | |
while(true){ | |
var request = $.ajax({ | |
type:"POST", | |
url:"getData.php", | |
data: {count: count} | |
}); | |
request.done(function(data){ | |
if(data == null){ |
This file contains hidden or 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
var func = function(str,id){ | |
var request = $.ajax({ | |
type: "get", | |
url: "get_hogehge.php", | |
data: {id: id} | |
}); | |
request.done(function(data){}); | |
request.always(function(data){ | |
var result = "仮"; | |
console.log(result);// -> 仮 |
This file contains hidden or 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
sudo mv /etc/init/ssh.conf.back /etc/init/ssh.conf | |
sudo start ssh |
This file contains hidden or 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
静岡大学情報学部 学生委員会 | |
木谷友哉 先生 | |
こんにちは。 | |
静岡大学 総合科学技術研究科情報学専攻1年の藤森雅人です。 | |
木谷先生は学生委員会をご担当されていたと記憶しているので、 | |
こちらのアドレスにご連絡差し上げさせて頂きました。 | |
本題ですが、10月初めの情報学部3年生に生じた履修に関わる問題についてです。 |
This file contains hidden or 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
#$wgScriptPath = "http://my.domain.com"; | |
$wgScriptPath = "http://localhost/mwiki"; | |
#$wgServer = "http://my.domain.com"; | |
$wgServer = "http://localhost/mwiki"; |
This file contains hidden or 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
0 | 綾鷹 | null | null | ||
---|---|---|---|---|---|
0 | 綾鷹 | 訂正事項 | null | null | |
0 | 綾鷹 | GMの読み違えにより少々訂正いたします。 | null | null | |
0 | 綾鷹 | 『東の部屋は、錆びた鉄で出来た扉。扉に鍵はかかっているが、 | null | null | |
0 | 綾鷹 | 錆び付き脆くなっているため、少々力づくで開ければ壊せそうだ | null | null | |
1 | H.H. | 他は普通に鍵がかかってる? | null | null | |
0 | 綾鷹 | (東の部屋の錆びた鉄で出来た扉 | null | null | |
0 | 綾鷹 | …鍵がかかっているが力づくで壊せます | null | null | |
0 | 綾鷹 | 西の部屋の綺麗な木製の扉 | null | null | |
0 | 綾鷹 | …鍵などはかかっていないので、難なく開けることが出来るでしょう | null | null |