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
-------------------------------------------------------- | |
URL : http://dev.ctor.org/f2p/ | |
Status code : 200 | |
Content-Type: text/html; charset=utf-8 | |
Content-Length: 2492 | |
Data size : 2492 bytes | |
Redirect : http://dev.ctor.org/f2p/login?_f2p_session=8a46be5874dd56c8339661cd21567429 | |
==<HTMLのチェックを行います>== | |
Warning:未対応タグ<style style>が使用されています。 |
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
――@ シ |
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
#! /usr/bin/env ruby | |
require "fileutils" | |
require "getopts" | |
ENV['LANG']="C" | |
USAGE = <<USAGE | |
usage: #$0 [options] dir1 dir2\n | |
options: | |
-f Force diffing. If not given, try to use cache under ~/.diffrb. | |
-b Ignore changes in amount of white space. |
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
escape ^T^T | |
termcapinfo xterm 'Co#256:pa#32767:AB=\E[48;5;%dm:AF=\E[38;5;%dm:ti@:te@' | |
defscrollback 1024 | |
hardstatus on | |
hardstatus alwayslastline "%w" | |
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a " | |
vbell off | |
shell zsh | |
autodetach on |
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 org.papervision3d.materials | |
{ | |
import org.papervision3d.Papervision3D; | |
import org.papervision3d.core.geom.renderables.Triangle3D; | |
import org.papervision3d.core.geom.renderables.Vertex3DInstance; | |
import org.papervision3d.core.log.PaperLogger; | |
import org.papervision3d.core.material.TriangleMaterial; | |
import org.papervision3d.core.proto.MaterialObject3D; | |
import org.papervision3d.core.render.command.RenderTriangle; | |
import org.papervision3d.core.render.data.RenderSessionData; |
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
L'invention des logarithmes, en réduisant le temps passé aux calculs de quelques mois à quelques jours, double pour ainsi dire la vie des astronomes. |
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
"x", "y", "value" | |
100000, 100000, 100050 | |
100000, 100010.47, 100050 | |
100000, 100020.93, 100050 | |
100000, 100031.4, 100050 | |
100000, 100041.87, 100050 | |
100000, 100052.33, 100050 | |
100000, 100062.8, 100050 | |
100000, 100073.27, 100050 | |
100000, 100083.73, 100050 |
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
var query = null; | |
function load() { | |
selectDataType(); | |
loadCsvExample(); | |
loadJsonExample(); | |
loadJavascriptExample(); |
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
body | |
{ | |
font: 13px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; | |
} | |
h1 | |
{ | |
font-size: 180%; | |
font-weight: bold; |
OlderNewer