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
64
MLc
sjonnet19
April 17, 2012
Tweet
Share
More Decks by sjonnet19
See All by sjonnet19
Vagrant
sjonnet19
0
45
Docker
sjonnet19
0
92
Hybrid
sjonnet19
1
50
CSSc
sjonnet19
1
92
UIl
sjonnet19
1
75
Other Decks in Technology
See All in Technology
BLADE: An Attempt to Automate Penetration Testing Using Autonomous AI Agents
bbrbbq
0
330
アジャイルでの品質の進化 Agile in Motion vol.1/20241118 Hiroyuki Sato
shift_evolve
0
190
"とにかくやってみる"で始めるAWS Security Hub
maimyyym
2
100
Python(PYNQ)がテーマのAMD主催のFPGAコンテストに参加してきた
iotengineer22
0
550
VideoMamba: State Space Model for Efficient Video Understanding
chou500
0
200
ExaDB-D dbaascli で出来ること
oracle4engineer
PRO
0
3.9k
データプロダクトの定義からはじめる、データコントラクト駆動なデータ基盤
chanyou0311
3
350
Zennのパフォーマンスモニタリングでやっていること
ryosukeigarashi
0
370
OCI Vault 概要
oracle4engineer
PRO
0
9.7k
組織成長を加速させるオンボーディングの取り組み
sudoakiy
2
250
SSMRunbook作成の勘所_20241120
koichiotomo
3
170
OCI Security サービス 概要
oracle4engineer
PRO
0
6.5k
Featured
See All Featured
Docker and Python
trallard
40
3.1k
Building an army of robots
kneath
302
43k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Become a Pro
speakerdeck
PRO
25
5k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
A designer walks into a library…
pauljervisheath
204
24k
Navigating Team Friction
lara
183
14k
VelocityConf: Rendering Performance Case Studies
addyosmani
325
24k
A Philosophy of Restraint
colly
203
16k
Making the Leap to Tech Lead
cromwellryan
133
8.9k
Designing the Hi-DPI Web
ddemaree
280
34k
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
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