Skip to content

Instantly share code, notes, and snippets.

@ikaruga777
ikaruga777 / helixfont.h
Last active September 7, 2018 22:27
helix pepabo oled
// This is the 'classic' fixed-space bitmap font for Adafruit_GFX since 1.0.
// See gfxfont.h for newer custom bitmap font info.
#ifndef FONT5X7_H
#define FONT5X7_H
#ifdef __AVR__
#include <avr/io.h>
#include <avr/pgmspace.h>
#elif defined(ESP8266)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

体系的に学ぶ安全なWebアプリケーションの作り方

2011年に発売された書籍の第二版が2018年6月に発売された。

目次

  1. Webアプリケーションの脆弱性とは
  2. 実習環境のインストール
  3. Webセキュリティの基礎
  4. Webアプリケーションの機能別にみるセキュリティバグ
  5. Webアプリケーションの機能と脆弱性の対応

山手の線すごろくってなんですか

山手線の各駅をマスに見立てて、すごろくをするリアルゲームです。

いつやるんすか

11/12 13:00スタート予定
12:30集合にしたい。 乱入歓迎

どうすすめるんですか

@ikaruga777
ikaruga777 / hue.rb
Last active June 4, 2016 07:43
hue
#hueのライトをいい感じに点滅させながらSense 2007を再生するプログラム
require 'hue'
#mp3再生するコマンド
Sense_2007 = 'afplay Sense2007.mp3'
begin
pid = spawn(Sense_2007+'&' , in: "/dev/null", out:"/dev/null", err: "/dev/null")
puts pid
hue = Hue::Client.new