1. Useful javascript one-liners

    Load jQuery into page:

    var t = document.createElement(‘script’); t.type = ‘text/javascript’; t.src = ‘//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js’; document.getElementsByTagName(‘HEAD’).item(0).appendChild(t); 

    Add calculated column to a table:

    $(“.ttable”).append(function(index, html) { return “<td>”+Math.round(100 * parseInt($(“.ttable:eq(“+index+”) > td:eq(9)”).text()) / parseInt($(“.ttable:eq(“+index+”) > td:eq(8)”).text()))+”</td>”; });

    3 months ago  /  0 notes

  2. Useful javascript one-liners

    Load jQuery:

    var t = document.createElement(‘script’); t.type = ‘text/javascript’; t.src = ‘//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js’; document.getElementsByTagName(‘HEAD’).item(0).appendChild(t); 

    Add calculated column to a table:

    $(“.ttable”).append(function(index, html) { return “<td>”+Math.round(100 * parseInt($(“.ttable:eq(“+index+”) > td:eq(9)”).text()) / parseInt($(“.ttable:eq(“+index+”) > td:eq(8)”).text()))+”</td>”; });

    3 months ago  /  0 notes

  3. (via retarded-unicorn)

    6 months ago  /  3,380 notes

  4. feminerds:

    thechroniclesofnarnimoo:

    Work in Progress music video for Seals - Such a nice Day

    they’re good looking kids, check them out here: 

    Ahhhhhhhhhmazing video! By an IRL friend of mine!! We had a “Cutting Party” (which is not what it sounds like) to help her cut out all the little figures. She’s spent days making it and it’s so wicked. Also I drew that Mer-cat ^_^

    7 months ago  /  141 notes  /  Source: thechroniclesofnarnimoo

  5. slutrevolution:

    seriously would love to do this with someone

    (via feminerds)

    9 months ago  /  55,951 notes  /  Source: maddierose

  6. Just your average Sunday at Strutten

    11 months ago  /  6 notes

  7. (via bnsnchz)

    11 months ago  /  72,321 notes  /  Source: bnsnchz

  8. (via feminerds)

    12 months ago  /  111 notes  /  Source: dresdencodak.com

  9. (via feminerds)

    12 months ago  /  18,778 notes  /  Source: Flickr / tomgauld

  10. Mangled Virtualbox disk passthrough in Windows

    It just doesn’t work.

    Windows can’t help itself mounting things when it shouldn’t and everything goes ass up corrupted (thank god for TestDisk).

    Currently battling an UNMOUNTABLE_BOOT_VOLUME error 0x000000ED.

    1 year ago  /  0 notes