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
66
MLc
sjonnet19
April 17, 2012
Tweet
Share
More Decks by sjonnet19
See All by sjonnet19
Vagrant
sjonnet19
0
51
Docker
sjonnet19
0
95
Hybrid
sjonnet19
1
57
CSSc
sjonnet19
1
100
UIl
sjonnet19
1
86
Other Decks in Technology
See All in Technology
白金鉱業Meetup_Vol.22_Orbital Senseを支える衛星画像のマルチモーダルエンベディングと地理空間のあいまい検索技術
brainpadpr
2
280
A Gentle Introduction to Transformers
keio_smilab
PRO
2
1k
作りっぱなしで終わらせない! 価値を出し続ける AI エージェントのための「信頼性」設計 / Designing Reliability for AI Agents that Deliver Continuous Value
aoto
PRO
2
260
情シスのための生成AI実践ガイド2026 / Generative AI Practical Guide for Business Technology 2026
glidenote
0
180
LINE Messengerの次世代ストレージ選定
lycorptech_jp
PRO
19
7.7k
Kaggleの経験が実務にどう活きているか / kaggle_findy
sansan_randd
7
1.3k
Agentic Software Modernization - Back to the Roots (Zürich Agentic Coding and Architectures, März 2026)
feststelltaste
1
230
Ultra Ethernet (UEC) v1.0 仕様概説
markunet
3
250
2026-03-11 JAWS-UG 茨城 #12 改めてALBを便利に使う
masasuzu
1
330
クラウド × シリコンの Mashup - AWS チップ開発で広がる AI 基盤の選択肢
htokoyo
2
150
決済サービスを支えるElastic Cloud - Elastic Cloudの導入と推進、決済サービスのObservability
suzukij
1
560
Kubernetesにおける推論基盤
ry
1
250
Featured
See All Featured
Ruling the World: When Life Gets Gamed
codingconduct
0
170
Writing Fast Ruby
sferik
630
63k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.6k
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
0
230
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
150
Become a Pro
speakerdeck
PRO
31
5.8k
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
310
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
660
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
410
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
Into the Great Unknown - MozCon
thekraken
40
2.3k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
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