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
MLc
Search
sjonnet19
April 17, 2012
Technology
1
65
MLc
sjonnet19
April 17, 2012
Tweet
Share
More Decks by sjonnet19
See All by sjonnet19
Vagrant
sjonnet19
0
51
Docker
sjonnet19
0
94
Hybrid
sjonnet19
1
56
CSSc
sjonnet19
1
100
UIl
sjonnet19
1
84
Other Decks in Technology
See All in Technology
about #74462 go/token#FileSet
tomtwinkle
1
160
今改めてServiceクラスについて考える 〜あるRails開発者の10年〜
joker1007
19
8.4k
BirdCLEF+2025 Noir 5位解法紹介
myso
0
120
Findy Team+のSOC2取得までの道のり
rvirus0817
0
150
20250929_QaaS_vol20
mura_shin
0
100
非同期処理実行基盤 Delayed脱出 → Solid Queue完全移行への旅路。
srockstyle
3
1.1k
Goのビルドシステムの変遷 / The history of Go's build system
ymotongpoo
12
3.3k
OCI Network Firewall 概要
oracle4engineer
PRO
1
7.7k
入門 FormObject / An Introduction to FormObject #kaigionrails
expajp
2
1.2k
更高效率低成本的 Observability 2.0 時代即將來臨 (Observability 2.0 Why you need know) - DevOpsDays Taiwan 2025
shazi7804
0
360
生成AIで「お客様の声」を ストーリーに変える 新潮流「Generative ETL」
ishikawa_satoru
1
110
インサイト情報からどこまで自動化できるか試してみた
takas0522
0
100
Featured
See All Featured
BBQ
matthewcrist
89
9.8k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.6k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Context Engineering - Making Every Token Count
addyosmani
3
130
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
950
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Raft: Consensus for Rubyists
vanstee
139
7.1k
Why Our Code Smells
bkeepers
PRO
339
57k
It's Worth the Effort
3n
187
28k
Transcript
MLc Markup Language compiler Shawn Jonnet <
[email protected]
> Tuesday, April 17,
12
Overview •DOM •SAX •Compiler •WebKit Render Tuesday, April 17, 12
DOM Document Object Model •A cross platform language-independent convention for
representing and interacting with objects in HTML, XHTML and XML •XHTML && HTML4 •HTML5 Tuesday, April 17, 12
Compiler •Dynamic ML Parser •Customizable rule engine Tuesday, April 17,
12
ML Parser •SAX Parser •Self-closing detection - /> •Smarty pants
•Pretty print & Compression •Error reporting capabilities =) Tuesday, April 17, 12
Rule Engine •Visitor / Token rule system •Selector Engine -
Sizzle •Chainable DOM manipulation - jQuery Tuesday, April 17, 12
WebKit Render •Headless rendering •Image / PDF output - Testing
Tuesday, April 17, 12