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
520
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
女子商アプリ開発の軌跡
asial_edu
0
390
技術文章を書くための執筆技術と実践法(パラグラフライティング)
hisashiishihara
18
6.5k
マネジメント「される側」 こそ覚悟を決めろ
nao_randd
10
5.3k
郷土教育モデル事業(香川県小豆島町).pdf
bandg
0
190
SkimaTalk Introduction for Students
skimatalk
0
380
Are puppies a ranking factor?
jonoalderson
0
820
推しのコミュニティはなんぼあってもいい / Let's join a lot of communities.
kaga
2
1.7k
Dashboards - Lecture 11 - Information Visualisation (4019538FNR)
signer
PRO
1
2k
Implicit and Cross-Device Interaction - Lecture 10 - Next Generation User Interfaces (4018166FNR)
signer
PRO
2
1.7k
2025年度春学期 統計学 第1回 イントロダクション (2025. 4. 10)
akiraasano
PRO
0
170
AIの時代こそ、考える知的学習術
yum3
2
160
予習動画
takenawa
0
4.6k
Featured
See All Featured
Designing for Performance
lara
609
69k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
GraphQLとの向き合い方2022年版
quramy
47
14k
VelocityConf: Rendering Performance Case Studies
addyosmani
330
24k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Product Roadmaps are Hard
iamctodd
PRO
53
11k
The Language of Interfaces
destraynor
158
25k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.4k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
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