Skip to content

Instantly share code, notes, and snippets.

Scratchでゲームを作って、それを紹介するウェブページを作ろうワークショップ!!!

version 2013.12.01

ヘッダー画像

アジェンダ

  1. 準備編
  • 諸々のインストールチェック
10:43 Moko: !!!!
10:43 pastak: 老師よろしくお願いしまっす!!
10:45 Moko: わかりました老師!
10:47 tsutcho: どっちが老師だよ
10:48 Moko: どっちもかな
10:52 pastak: ずも老師ほどではございません(謙遜
// ==UserScript==
// @name display datetime on Github issue
// @namespace userjs.com.cosmio.pastak
// @description
// @include https://github.com/*/pull/*
// @include https://github.com/*/issues/*
// ==/UserScript==
$(function() {
var usdate = $('.discussion-topic-header time').attr('datetime');
var msec = msec = Date.parse(usdate);
set number
"括弧入力時の対応する括弧を表示
set showmatch
"Bundle関係
set nocompatible
filetype off
if has('vim_starting')
set runtimepath+=~/.vim/neobundle.vim.git
call neobundle#rc(expand('~/.bundle'))
let g:Tex_IgnoredWarnings =
\'Underfull'."\n".
\'Overfull'."\n".
\'specifier changed to'."\n".
\'You have requested'."\n".
\'Missing number, treated as zero.'."\n".
\'There were undefined references'."\n".
\'Citation %.%# undefined'."\n".
\"Font shape \`JT1/gt/m/it\' undefined"."\n".
\"Font shape \`JY1/gt/m/it\' undefined"."\n".

WebMakerワークショップ

version 2013.10.20

ヘッダー画像

準備編

  1. Mozilla Firefoxをインストールしよう
  2. Mozilla Personaに登録しよう
\documentclass[a4paper,12pt]{article}
\usepackage{listings}
\begin{document}
\title{消費税増税!!!!!!!!}
\author{安倍晋三}
\date{\today}
\maketitle
\lstset{numbers=left,basicstyle=\ttfamily\small,
commentstyle=\textit, keywordstyle=\bfseries}
// ==UserScript==
// @name Skip Gunosy Cushion Page
// @namespace userjs.com.cosmio.pastak
// @description
// @include http://gunosy.com/g/*
// ==/UserScript==
(function (){
var link = document.querySelector('a.articles-show-click');
location.href = link.href;
// ==UserScript==
// @name
// @namespace userjs.com.cosmio.pastak
// @description
// @include https://student.iimc.kyoto-u.ac.jp/iwproxy/KULASIS/student/la/timeslot/timeslot_list
// @include https://student.iimc.kyoto-u.ac.jp/iwproxy/KULASIS/student/la/entry/*
// ==/UserScript==
(function(){
var classLinks = document.querySelectorAll('td.timetable_filled a:not([title="削除"]):not([title="授業を追加"])');
document.addEventListener('contextmenu', function (e) {
var port = chrome.extension.connect();
var type = 'default';
if (e.target.tagName == 'A'){
type = 'link';
}
var url = e.target.href || '';
port.postMessage({
message : 'create_context_menu',