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
import com.sun.java.swing.plaf.windows.WindowsLookAndFeel; | |
public class RedmondLookAndFeel extends WindowsLookAndFeel { | |
public String getDescription() { | |
return "This is " + getName(); | |
} | |
public String getID() { | |
return "RedmondLookAndFeel"; |
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
#!/bin/env ruby | |
# Copyright (C) 2011-2012 by cat_in_136 | |
# | |
# 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 | |
# furnished to do so, subject to the following conditions: | |
# |
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
<!DOCTYPE html> | |
<!-- Android版Firefoxなどでご利用ください。 --> | |
<html> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="rating" content="adult" /> | |
<title>Wrong use of Vibration API (R18?) (Vibration APIの間違った使い方; たぶん18禁)</title> | |
<script type="text/javascript"> | |
var WebVibrator = { | |
mode: 0, |
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
<!DOCTYPE html> | |
<!-- | |
本コードはTポイントツールバー規約の第4条3項に違反する恐れがあるため、 | |
Tポイントツールバーのユーザはこのファイルを開いてはいけません。 | |
--> | |
<html> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>Tポイントツールバーに対する検索履歴汚染攻撃の検討</title> |
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
# Written by @cat_in_136 | |
# | |
prompt_simplevcs_help() { | |
cat <<'EOF' | |
This prompt is color-scheme-able. You can invoke it thus: | |
prompt simplevcs [<color1> [<color2> [<color3> [<color4> [<check4changes]]]]] | |
<color1> the right prompt color. |
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
# Gadget Renesas SAKURA (idVendor=2129, idProduct=0531) | |
KERNEL=="ttyACM[0-9]*", ATTRS{product}=="Gadget Renesas SAKURA", MODE="0660", GROUP="plugdev", SYMLINK+="ttyUSB-Sakura" |
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
package com.blogspot.catin136.pdfconcatwithbookmark; | |
import java.io.FileNotFoundException; | |
import java.io.FileOutputStream; | |
import java.io.IOException; | |
import java.io.OutputStream; | |
import java.util.ArrayList; | |
import java.util.HashMap; | |
import java.util.List; |
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
#include <stdlib.h> | |
#include <stdio.h> | |
#include <fcntl.h> | |
#include <libtar.h> | |
int main(int argc, char *argv[]) { | |
TAR *tar = NULL; | |
int ret = 0; | |
int exitcode = 0; |
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
// vim: filetype=cpp fileencoding=UTF-8 shiftwidth=2 tabstop=2 autoindent expandtab | |
// | |
// compile | |
// % g++ -o super_long_exposure super_long_exposure.cpp -fopenmp -O3 -Wall `pkg-config --libs --cflags opencv` -lm | |
#include <opencv2/opencv.hpp> | |
#include <iostream> | |
#include <climits> | |
#include <cassert> |
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
html, body, #map_canvas { | |
margin: 0; | |
padding: 0; | |
height: 100%; | |
} |
OlderNewer