Skip to content

Instantly share code, notes, and snippets.

@sean9999
sean9999 / jquery.important.js
Created August 13, 2012 03:53
adding important css
$("#pantry_boxes-products").on("mouseover",".box-product",function(event) {
$(this).children(".box-product-expanded").stop(true,false).animate({
opacity: 1,
"z-index": "50 !important"
},
{ "duration": 150 }
);
});
$("#pantry_boxes-products").on("mouseout",".box-product",function(event) {
@sean9999
sean9999 / smt.php
Created August 10, 2012 21:04
solsmart mongo thingy
<?php
$criteria = array(
'content.Testimonial.en' => array('$ne' => '')
);
$fields = array(
'content.Testimonial.en'
);
$q = array(
'criteria' => $criteria,
'fields' => $fields,
<div class="marquee">
<div>
<ul>
<li>...</li>
<li>...</li>
</ul>
</div>
</div>
<div class="marqueecontainer">
<div>
<ul>
<li><p>slide #1</p></li>
<li><img src="slide_two.png" /></li>
</ul>
</div>
</div>
@sean9999
sean9999 / keybase.md
Created September 15, 2015 04:47
keybase identity proof

Keybase proof

I hereby claim:

  • I am sean9999 on github.
  • I am code_monk (https://keybase.io/code_monk) on keybase.
  • I have a public key whose fingerprint is B526 710C C273 5665 E7EF 655A 455B 20A9 7C6B 0A7F

To claim this, I am signing this object:

@sean9999
sean9999 / keybase.md
Created September 3, 2015 06:53
keybase proof

Keybase proof

I hereby claim:

  • I am sean9999 on github.
  • I am code_monk (https://keybase.io/code_monk) on keybase.
  • I have a public key whose fingerprint is 7495 0A4D 15A7 704F 61DE 53D1 214B 608D D58B 5BCD

To claim this, I am signing this object:

@sean9999
sean9999 / koomol_schema_01.adoc
Last active August 29, 2015 14:03
people and cars

People and Cars

This Graph desrcribes a social network centered around files. The application’s mandate is to offer users the ability to organize and share files in an efficient, intuitive, and privacy-preserving way. Specifically, it allows users to:

  1. tag their own files

  2. share their files with friends

  3. tag files that have been shared to them by friends

  4. see tags that friends of friends have applied to files, but not have privacy state changed by this event

  5. share tags themselves, so that the shareability of files can be managed in sets