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.6k
MRT & GIT
othree
1
2.2k
YAJS.vim and Vim Syntax Highlight
othree
1
2.8k
Web Trends to 2015
othree
4
310
Transducer
othree
9
2.9k
HITCON 11 Photographer
othree
4
480
fetch is the new XHR
othree
6
3.5k
Other Decks in Technology
See All in Technology
技術職じゃない私がVibe Codingで感じた、AGIが身近になる未来
blueb
0
120
Snowflake Intelligenceで実現できるノーコードAI活用
takumimukaiyama
1
150
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
17k
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
12k
MCPを利用して自然言語で3Dプリントしてみよう!
hamadakoji
0
1.4k
Whats_new_in_Podman_and_CRI-O_2025-06
orimanabu
3
160
「規約、知識、オペレーション」から考える中規模以上の開発組織のCursorルールの 考え方・育て方 / Cursor Rules for Coding Styles, Domain Knowledges and Operations
yuitosato
4
750
Vibe Codingの裏で、 考える力をどう取り戻すか
csekine
2
630
エンジニア採用から始まる技術広報と組織づくり/202506lt
nishiuma
8
1.5k
「伝える」を加速させるCursor術
naomix
0
560
開発効率と信頼性を両立する Ubieのプラットフォームエンジニアリング
teru0x1
0
130
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.6k
Featured
See All Featured
Fireside Chat
paigeccino
37
3.5k
The World Runs on Bad Software
bkeepers
PRO
68
11k
Done Done
chrislema
184
16k
A designer walks into a library…
pauljervisheath
206
24k
Building a Modern Day E-commerce SEO Strategy
aleyda
41
7.3k
The Cost Of JavaScript in 2023
addyosmani
50
8.3k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Product Roadmaps are Hard
iamctodd
PRO
53
11k
Code Reviewing Like a Champion
maltzj
524
40k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
14
1.5k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.3k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
47
2.8k
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