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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Amagi
July 04, 2014
Education
1
7.9k
pagelang
benri
Amagi
July 04, 2014
Tweet
Share
More Decks by Amagi
See All by Amagi
Enchant your website with VFX-JS
fand
0
150
How to hack VS Code: evil ways (Japanese)
fand
5
3.7k
READY FOR THE BATTLE? -Introduction to Live Coding-
fand
1
580
GLSL PostEffect in TouchDesigner
fand
2
2.1k
VEDA GLSL Livecoding workshop
fand
2
5.4k
PWA 方法 無料 今すぐ
fand
3
1.5k
Have you ever heard GPUs cry?
fand
2
3.9k
Real World GLSL
fand
0
300
APIs for VJ-ing
fand
1
7.1k
Other Decks in Education
See All in Education
OSINT入門-CTF for GIRLS_SECCON14電脳会議
nomizone
1
1.2k
Introduction - Lecture 1 - Advanced Topics in Big Data (4023256FNR)
signer
PRO
2
2.3k
インシデント対応
akira345
0
290
Multimodal Interaction - Lecture 3 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
2k
Padlet opetuksessa
matleenalaakso
12
15k
計算物理におけるGitの使い方 / 01-c-compphys
kaityo256
PRO
2
490
Tips for the Presentation - Lecture 2 - Advanced Topics in Big Data (4023256FNR)
signer
PRO
0
500
Postcards
gabrielramirezv
0
160
Railsチュートリアル × 反転学習の事例紹介
yasslab
PRO
3
170k
160人の中高生にAI・技術体験の講師をしてみた話
shuntatoda
1
390
Chapitre_2_-_Partie_2.pdf
bernhardsvt
2
220
SSH公開鍵認証 / 02-b-ssh
kaityo256
PRO
0
110
Featured
See All Featured
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
130
Code Reviewing Like a Champion
maltzj
528
40k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
10k
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
180
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
Why Our Code Smells
bkeepers
PRO
340
58k
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
200
Facilitating Awesome Meetings
lara
57
6.8k
Unsuck your backbone
ammeep
672
58k
Deep Space Network (abreviated)
tonyrice
0
91
Discover your Explorer Soul
emna__ayadi
2
1.1k
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
120
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