Skip to content

Instantly share code, notes, and snippets.

View smojtabai's full-sized avatar

Shaheen Mojtabai smojtabai

View GitHub Profile
ul 30 2015 17:43:56 GMT: INFO (info): (hist.c::137) histogram dump: reads (298283678 total) msec
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::154) (00: 0287105840) (01: 0001695888) (02: 0001544777) (03: 0001268800)
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::154) (04: 0001463600) (05: 0001511113) (06: 0001998778) (07: 0001579406)
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::163) (08: 0000106241) (09: 0000009216) (10: 0000000019)
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::137) histogram dump: writes_master (32788406 total) msec
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::154) (00: 0032167047) (01: 0000202199) (02: 0000146880) (03: 0000061331)
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::154) (04: 0000056433) (05: 0000050017) (06: 0000053412) (07: 0000048808)
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::163) (08: 0000002182) (09: 0000000097)
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::137) histogram dump: proxy (0 total) msec
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::137
ul 30 2015 17:43:56 GMT: INFO (info): (hist.c::137) histogram dump: reads (298283678 total) msec
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::154) (00: 0287105840) (01: 0001695888) (02: 0001544777) (03: 0001268800)
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::154) (04: 0001463600) (05: 0001511113) (06: 0001998778) (07: 0001579406)
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::163) (08: 0000106241) (09: 0000009216) (10: 0000000019)
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::137) histogram dump: writes_master (32788406 total) msec
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::154) (00: 0032167047) (01: 0000202199) (02: 0000146880) (03: 0000061331)
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::154) (04: 0000056433) (05: 0000050017) (06: 0000053412) (07: 0000048808)
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::163) (08: 0000002182) (09: 0000000097)
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::137) histogram dump: proxy (0 total) msec
Jul 30 2015 17:43:56 GMT: INFO (info): (hist.c::137
@smojtabai
smojtabai / clock_creative.html
Last active December 19, 2015 01:09
Example of a clock
<div>
<a href="#">
<div id="banner-wrap" style="position:relative;width: 320px;background-color:#CCC;height: 50px;margin:0;padding: 0;overflow: hidden;">
<span class="time" id="timer-hours" style="position:absolute;top: 5px;color: #000;font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 18px;line-height: 20px;display: block;float: left;left: 72px;"></span>
<span style="position:absolute; top: 5px; left: 93px;color: #000;font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 18px;">:</span>
<span class="time" id="timer-minutes" style="position:absolute;top: 5px;color: #000;font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 18px;line-height: 20px;display: block;float: left;left: 98px;"></span>
<span style="position:absolute; top: 5px; left: 118px;color: #000;font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 18px;">:</span>
<span class="time" id="timer-seconds" style="position:absolute;top: 5px;col