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.7k
pagelang
benri
Amagi
July 04, 2014
Tweet
Share
More Decks by Amagi
See All by Amagi
Enchant your website with VFX-JS
fand
0
53
How to hack VS Code: evil ways (Japanese)
fand
5
3.5k
READY FOR THE BATTLE? -Introduction to Live Coding-
fand
1
470
GLSL PostEffect in TouchDesigner
fand
2
1.9k
VEDA GLSL Livecoding workshop
fand
2
5.1k
PWA 方法 無料 今すぐ
fand
3
1.5k
Have you ever heard GPUs cry?
fand
2
3.7k
Real World GLSL
fand
0
250
APIs for VJ-ing
fand
1
6.7k
Other Decks in Education
See All in Education
アニメに学ぶチームの多様性とコンピテンシー
terahide
0
240
Kindleストアで本を探すことの善悪 #Izumo Developers' Guild 第1回 LT大会
totodo713
0
130
TP5_-_UV.pdf
bernhardsvt
0
100
HCI Research Methods - Lecture 7 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
710
Os pápeis do UX Design
wagnerbeethoven
0
360
Design Guidelines and Models - Lecture 5 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
680
コンセプトシェアハウス講演資料
uchinomasahiro
0
390
1113
cbtlibrary
0
260
開発終了後こそ成長のチャンス!プロダクト運用を見送った先のアクションプラン
ohmori_yusuke
2
160
Flinga
matleenalaakso
2
13k
Epithelium Flashcards
ndevaul
0
1k
勉強する必要ある?
mineo_matsuya
2
1.6k
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
329
21k
Practical Orchestrator
shlominoach
186
10k
Documentation Writing (for coders)
carmenintech
65
4.4k
Done Done
chrislema
181
16k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
27
4.3k
GraphQLとの向き合い方2022年版
quramy
43
13k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
A Tale of Four Properties
chriscoyier
156
23k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
16k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
246
1.3M
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
31
2.7k
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