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
Semicolon
Search
othree
August 18, 2012
Technology
3
3.4k
Semicolon
othree
August 18, 2012
Tweet
Share
More Decks by othree
See All by othree
How GitHub Supports Vim License Detection, The Five Years Journey
othree
1
2k
WAT JavaScript Date
othree
3
2k
Modern HTML Email Development
othree
3
2.7k
MRT & GIT
othree
1
2.2k
YAJS.vim and Vim Syntax Highlight
othree
1
2.8k
Web Trends to 2015
othree
4
320
Transducer
othree
9
3k
HITCON 11 Photographer
othree
4
480
fetch is the new XHR
othree
6
3.5k
Other Decks in Technology
See All in Technology
✨敗北解法コレクション✨〜Expertだった頃に足りなかった知識と技術〜
nanachi
1
720
いかにして命令の入れ替わりについて心配するのをやめ、メモリモデルを愛するようになったか(改)
nullpo_head
7
2.6k
テストを実行してSorbetのsigを書こう!
sansantech
PRO
1
100
Claude Codeは仕様駆動の夢を見ない
gotalab555
23
6.6k
Google Cloud で学ぶデータエンジニアリング入門 2025年版 #GoogleCloudNext / 20250805
kazaneya
PRO
22
5.3k
Amazon Q Developerを活用したアーキテクチャのリファクタリング
k1nakayama
2
210
Agent Development Kitで始める生成 AI エージェント実践開発
danishi
0
150
LLM 機能を支える Langfuse / ClickHouse のサーバレス化
yuu26
9
2.2k
Amazon Qで2Dゲームを作成してみた
siromi
0
140
生成AI導入の効果を最大化する データ活用戦略
ham0215
0
160
MCP認可の現在地と自律型エージェント対応に向けた課題 / MCP Authorization Today and Challenges to Support Autonomous Agents
yokawasa
5
2.3k
Infrastructure as Prompt実装記 〜Bedrock AgentCoreで作る自然言語インフラエージェント〜
yusukeshimizu
1
120
Featured
See All Featured
Facilitating Awesome Meetings
lara
54
6.5k
Building an army of robots
kneath
306
45k
Automating Front-end Workflow
addyosmani
1370
200k
Documentation Writing (for coders)
carmenintech
73
5k
YesSQL, Process and Tooling at Scale
rocio
173
14k
For a Future-Friendly Web
brad_frost
179
9.9k
Art, The Web, and Tiny UX
lynnandtonic
301
21k
Code Reviewing Like a Champion
maltzj
524
40k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
760
KATA
mclloyd
32
14k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
Transcript
ɓࡈόႧԊٙሖ͛ othree@COSCUP Lighting Talk
Twitter Bootstrap
Issue #3057
None
bootstrap-dropdown.js clearMenus() needs ; at the end
bootstrap-dropdown.js when minified with JSMin::minify produces error in Firefox error
console saying clearMenus()needs ;
;
None
nope - that's a bug in jsmin. Probably should let
@douglascrockford know about it though. thanks!
That is insanely stupid code. I am not going to
dumb down JSMin for this case.
Fix it now. Learn to use semicolons properly.
i have learned to use them, that's why there isn't
one present.
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
Hello world!
None