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
77
How to hack VS Code: evil ways (Japanese)
fand
5
3.5k
READY FOR THE BATTLE? -Introduction to Live Coding-
fand
1
500
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.7k
Real World GLSL
fand
0
260
APIs for VJ-ing
fand
1
6.8k
Other Decks in Education
See All in Education
BrightonSEO, San Diego, CA 2024
mchowning
0
130
HCL Notes/Domino 14.5 EAP Drop1
harunakano
1
170
Prógram La Liberazione
olafurtr90
0
170
【2024 DojoCon】懇親会LT
teba_eleven
0
100
Unraveling JavaScript Prototypes
debug_mode
0
150
【お子さま向け】Amazon ECS サービスディスカバリーって知ってる?【楽しい読み聞かせ】
tubone24
7
830
Web 2.0 Patterns and Technologies - Lecture 8 - Web Technologies (1019888BNR)
signer
PRO
0
2.6k
Ch4_-_Cours_1.pdf
bernhardsvt
0
170
Da Necessidade da Devoção à Virgem Santíssima
cm_manaus
0
120
地図を活用した関西シビックテック事例紹介
barsaka2
0
180
SAT Bootcamp and Course
syedmahadd
0
170
中野区ミライ★ライター倶楽部presents『MINT』
nakamuramikumirai
0
710
Featured
See All Featured
Documentation Writing (for coders)
carmenintech
67
4.6k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
980
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
How to train your dragon (web standard)
notwaldorf
91
5.9k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.5k
Fireside Chat
paigeccino
34
3.2k
Faster Mobile Websites
deanohume
306
31k
Done Done
chrislema
182
16k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.6k
For a Future-Friendly Web
brad_frost
176
9.6k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
10
500
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