Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
pagelang
Search
Amagi
July 04, 2014
Education
1
7.8k
pagelang
benri
Amagi
July 04, 2014
Tweet
Share
More Decks by Amagi
See All by Amagi
Enchant your website with VFX-JS
fand
0
110
How to hack VS Code: evil ways (Japanese)
fand
5
3.6k
READY FOR THE BATTLE? -Introduction to Live Coding-
fand
1
530
GLSL PostEffect in TouchDesigner
fand
2
2k
VEDA GLSL Livecoding workshop
fand
2
5.2k
PWA 方法 無料 今すぐ
fand
3
1.5k
Have you ever heard GPUs cry?
fand
2
3.8k
Real World GLSL
fand
0
270
APIs for VJ-ing
fand
1
6.9k
Other Decks in Education
See All in Education
仮説の取扱説明書/User_Guide_to_a_Hypothesis
florets1
4
320
Gamified Interventions for Composting Behavior: A Case Study Using the Gamiflow Framework in a Workplace Setting
ezefranca
1
140
Pydantic(AI)とJSONの詳細解説
mickey_kubo
0
120
第1回大学院理工学系説明会|東京科学大学(Science Tokyo)
sciencetokyo
PRO
0
3.9k
Constructing a Custom TeX Ecosystem for Educational Institutions—Beyond Academic Typesetting
doratex
1
10k
Avoin jakaminen ja Creative Commons -lisenssit
matleenalaakso
0
1.9k
OpenSourceSummitJapanを運営してみた話
kujiraitakahiro
0
720
2025年度春学期 統計学 第3回 クロス集計と感度・特異度,データの可視化 (2025. 4. 24)
akiraasano
PRO
0
140
演習問題
takenawa
0
6.7k
バックオフィス組織にも「チームトポロジー」の考えが使えるかもしれない!!
masakiokuda
0
110
Info Session MSc Computer Science & MSc Applied Informatics
signer
PRO
0
190
America and the World
oripsolob
0
510
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Writing Fast Ruby
sferik
628
62k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
Site-Speed That Sticks
csswizardry
10
690
For a Future-Friendly Web
brad_frost
179
9.8k
Rails Girls Zürich Keynote
gr2m
95
14k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
690
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Transcript
ページラング @amagitakayosi
ページャ?
ページネーション いっぱいある → 0 1 2 3 4 5 6
7
ページネーション 0 1 2 3 4 5 6 7 SELECT
* from hoge LIMIT 3 OFFSET 1;
ページネーション 0 1 2 3 4 5 6 7 SELECT
* from hoge LIMIT 3 OFFSET 1; OFFSET 1
ページネーション 0 1 2 3 4 5 6 7 SELECT
* from hoge LIMIT 3 OFFSET 1; OFFSET 1 LIMIT 3
なんかに似てる
>+++++++++[<++++++++>- ]<.>+++++++[<++++>- ]<+.+++++++..+++.[- ]>++++++++[<++++>- ]<.>+++++++++++[<+++++> ]<.>++++++++[<+++>-]<.++ -------.[-]>++++++++[<++++ ]++++++++++.
Brainfuck拡張 Pagelang @amagitakayosi
Brainfuckの命令 Cf.) http://www.kmonos.net/alang/etc/brainfuck.php
Pagelangの命令 • } : OFFSET を 1 増やす • {
: OFFSET を 1 減らす • ) : LIMIT を 1 増やす • ( : LIMIT を 1 減らす • v : SELECT • @: UPDATE
SELECT使用例 • 10~14行をSELECT → }}}}}}}}}})))))v
UPDATE使用例 • 3~6行目のvalueを100にする → }}}))))@value:100@
直感的
便利
追加したい機能 • ^ : INSERT • 変数
よろしく http://github.com/fand/Pagelang