« 1142 1143 1144 1145 1146 1506 »

Pages are deceptive. Live life in a basket.

Greatest Tango Music - YouTube

Upload Sign in Search Roxana Gabriela Topor Videos Playlists Channels Discussion About What to Watch Popular on YouTube Music Sports Gaming Education Movies TV Shows News Live Spotlight Browse channels Sign in now to see your channels and recommendations! Sign In <div class="appbar-guide-notification " role="alert"><span class="appbar-guide-notification-content-wrapper yt-valign"><span class="appbar-guide-notification-icon yt-sprite"></span><span class="appbar-guide-notification-text-content" >Added to Watch Later</span></span></div> <div class="appbar-guide-notification " role="alert"><span class="appbar-guide-notification-c...

Linked on 2015-01-11 01:51:06 | Similar Links |
CodePen - Modal window destroy concept

Edit this Pen Report Abuse Open on CrossBrowserTesting → ...

Linked on 2015-01-11 01:00:54 | Similar Links
waifu.xyz - v

waifu.xyz Boards: h gif wsg g v b a e sci /v/ - 2169514_socialinteractiontrainer.webm Download 2169514_socialinteractiontrainer.webm Information: First found: -1 Aliases: ...

Linked on 2015-01-10 18:52:25 | Similar Links
CRS-5 Launch on Livestream

Google Tag Manager End Google Tag Manager [if lt IE 9]> <script src="//cdn.livestream.com/website/032a7b2/assets/plugins/html5-31d56487d019b3eadb1d59309321884f.js" type="text/javascript"></script> <![endif] Your browser doesn't have support for real-time updates. Please install flash or upgrade your browser. SpaceX Science Event · After five successful missions to the International Space Station, including four official resupply missions for NASA, SpaceX’s Falcon 9 rocket and Dragon spacecraft are set to liftoff from Launch Complex 40 at the Cape Canaveral Air Force Station, Florida, for their fifth official Commercial Resupply (CRS) mission to the orbiting lab. The launch is currently targeted for Saturday, January 10 at 4:47am EST. A live launch webcast will begin at approximately 4:30am EST. If all goes as planned, Dragon will ar...

Linked on 2015-01-10 09:36:37 | Similar Links
Offensive Security Home Page (CIS 4930 / CIS 5930) Spring 2013

This page contains all the lecture Lecture Slides and youtube videos for the Spring 2013 semester of this course. You can download and watch each lecture for this class at the following URL. Simply streaming them from dropbox will not work. Dropbox will cut the stream off about 1/4 of the way through the video. Video download URL Lecture Video Torrent The videos are much higher quality than their youtube versions. Below you can find and watch all the course videos, required reading, and lecture slides for each lecture (where applicable). The videos hosted on youtube are lower quality than the ones avaiable for direct download (see above). On the left you can find a navigation sidebar which will help you find the lectures relevant to each meta-topic. Reverse Engineering Lectures 5 and 6 Exploit Development Lectures 7, 8, 9, 15, 16 Network Defenses and Hacking Le...

Linked on 2015-01-10 08:24:21 | Similar Links
Failure to Assimilate

<![endif] Archive Ask me anything Failure to Assimilate Lack of understanding beyond cultural barriers Failure to Assimilate When I arrived in Tokyo, stricken with jetlag and beyond exhausted, I believed that I would be too tired to really endure the city, to be able to take it in, however; what I found had l eft me in unfathomable all consuming awe with what I have witnessed, nothing could have truly prepared me for it, no matter how much I had read, how much I had studied, this place covered by vast titanic concrete structures reaching to the sky, looming above overpasses and brilliant with culture, a culture that I am faced with yet have very little understanding of, left me in fear and wonder about what my future may hold. This wont be a place for posts about delicious and cheap restaurants or festivals and events, this is whe...

Linked on 2015-01-10 07:12:34 | Similar Links
Sanicball

Sanicball is a stupid, silly game that throws away complex gameplay mechanics, character progression and microtransactions in favor of pure fast. It features the all the latest dumb internet memes thrown together in a blender to form a truly europhoic circlejerking experience. This wasn't the original intention but it ended up happening anyway. The game has been cancelled and will no longer be updated. However, the source code is available for free to everyone who wants to use it. Click here to download the source - requires Unity Free . There are no licenses or restrictions on it, you are free to use it however you like. This domain is also up for grabs; for a small free (to cover what I pay for it) I'll abandon it and let you use it instead for whatever you like. Send me an email for more info. If you like the game, feel free to check out my other work here . Play on Gam...

Linked on 2015-01-10 04:48:42 | Similar Links
WALLY WANNA KNOW ABOUT MUH WALLET - 財布

HOME CS:GO VLOG ABOUT COMMENT WALLY WANNA KNOW ABOUT MUH WALLET - 財布 They say that your children will fight over these wallets when you die. ...

Linked on 2015-01-10 04:42:01 | Similar Links
Big dumb prompt for .bashrc

Sign up for a GitHub account Sign in All Gists colby / .git_bashrc.sh Created January 09, 2015 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav Big dumb prompt for .bashrc View .git_bashrc.sh .git_bashrc.sh Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 RESTORE= ' \[\033[0m\] ' RED= ' \[\033[00;31m\] ' GREEN= ' \[\033[00;32m\] ' YELLOW= ' \[\033[00;33m\] ' PURPLE= ' \[\033[00;35m\] '...

Linked on 2015-01-10 03:51:01 | Similar Links
git.sh

Sign up for a GitHub account Sign in All Gists colby / git.sh Created January 10, 2015 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav View git.sh git.sh Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 # save last status PROMPT_COMMAND= ' export last_status=$? ' PS1= " \n\u@\H:\w \$ (git_prompt)\n \$ (last_status) \$ " # only show status when non zero function last_status { if [ $last_status -gt 0 ] ; then echo $last_status fi } function git_prompt { # are we in a git repo? if git rev-parse --...

Linked on 2015-01-10 03:48:17 | Similar Links
Cray, the Supercomputer Company | Cray"

<![endif] Jump to navigation Start Header Wrapper Start Click Menu End Click Menu Start Header Start Logo End Logo Start Main Nav Products Start Rich Nav Wrapper Start Rich Nav Content Our supercomputing, storage and analytics products are designed to help you tackle the most challenging problems in science, engineering and business. Learn More Computing XC Series Supercomputers CS Series Cluster Supercomputers Storage Sonexion Scale-out Lustre Storage System Tiered Adaptive Storage Analytics Urika-XA Extreme Analytics Platform Urika-GD Graph Discovery Appliance End Rich Nav Content End Rich Nav Wrapper Solutions Start Rich Nav Wrapper Start Rich Nav Content Cray solutions enable accelerated discovery and problem solving across a range of industries, applications and budgets. Learn More Earth Sciences Life Sciences Energy Go...

Linked on 2015-01-10 03:43:30 | Similar Links
Tianhe-2 (MilkyWay-2) - TH-IVB-FEP Cluster, Intel Xeon E5-2692 12C 2.200GHz, TH Express-2, Intel Xeon Phi 31S1P | TOP500 Supercomputer Sites

Twitter Facebook leaderboard Toggle Navigation Home Lists November 2014 June 2014 November 2013 June 2013 November 2012 June 2012 November 2011 June 2011 November 2010 June 2010 November 2009 June 2009 November 2008 June 2008 November 2007 June 2007 November 2006 June 2006 November 2005 June 2005 Statistics Sublist Generator List Statistics Development over Time Treemaps Efficiency, Power, Cores... Performance Development Features TOP500 Timeline TOP #1 Systems Videos Resources TOP500 Certificates Posters and other Materials Frequently Asked Questions Media Kit and Editorial Submissions TOP500 Logo Usage About Introduction and Objectives The Linpack Benchmark TOP500 Description Call for Participation in the TOP500 List TOP500 Authors Home National Super Compute... Tianhe-2 (MilkyWay-2) - TH-IVB-FEP Cluste... Site: National Super Com...

Linked on 2015-01-10 03:42:13 | Similar Links
If You’re Typing the Letters A-E-S Into Your Code You’re Doing It Wrong - Blog - Matasano Security

<![endif] Contact Careers Home About Services Research Blog Jul 22 nd , 2009 By Thomas Ptacek http://chargen.matasano.com/chargen/2009/7/22/if-youre-typing-the-letters-a-e-s-into-your-code-youre-doing.html Revived from: http://web.archive.org/web/20130121031415/http://chargen.matasano.com/chargen/2009/7/22/if-youre-typing-the-letters-a-e-s-into-your-code-youre-doing.html Images found at: http://www.redditmirror.cc/cache/websites/www.matasano.com_8pjxo/www.matasano.com/log/1749/typing-the-letters-a-e-s-into-your-code-youre-doing-it-wrong/index.html In tonight’s performance (January 2015) and onward, the role of MIKE TRACY will be played by JEFF JARMOC. DISCUSSING AN INTERVIEW A “young, cool-people’s” coffee shop on the first floor of an old office building in downtown Chicago. “My band is playing” notices line the wall. A hipster in ...

Linked on 2015-01-10 03:25:45 | Similar Links
WALYY'S MIND

HOME CS:GO VLOG ABOUT COMMENT WALYY'S MIND this is what we pay her for... ...

Linked on 2015-01-10 02:01:52 | Similar Links
Zen: 2009-08-12

2009-08-12 Hide Zen home Pgsql GiST GIN SP-GiST Tsearch2 SAI RVO SAI CAS SOA Supernovae TODO HomePage Astronet Google Rambler Yandex Oddmuse E-R-E dict Index edit We introduce phrase operator ?[n], or phrase conjuction operator, which is similar logical conjuction operator ( AND, &), but preserve order of operands (non-commutative) and constraint distance between them (<=n) Logical conjuction operator (AND, &) is associative , commmutative , distributive , idempotent . In set theory intersection operator is an example of logical conjunction operator. The ? operator is non-commutative , so 'A ? B' ≠ 'B ? A' The ? operator is non-associative ( left-associative ) and evaluates from left to right. =# select '1 ? 2 ? 3'::tsquery = '(1 ? 2) ? 3'::tsquery; ?column? ---------- t but =# select '1 ? 2 ? 3'::tsquery = '1 ? (2 ? 3)'::tsquery; ?column? ---------- f Function *phraseto_...

Linked on 2015-01-10 00:12:46 | Similar Links
Examples of palloc overhead | PostgreSQL Addict

Navigation Brand and toggle get grouped for better mobile display Toggle navigation PostgreSQL Addict Collect the nav links, forms, and other content for toggling About me GitHub Google+ Twitter Flickr RSS /.navbar-collapse /.container Page Content main content This is the post I promised last week, explaining a few common issues with memory contexts. The issues mostly lead to excessive overhead, i.e. excessive usage of resources - usually memory. And that's exactly what this post is about, so whenever I say "overhead" you can read "excessive memory usage." I will also try to give advices on how to avoid those issues or minimize the impact. As I briefly mentioned when explaining allocation set internals , there are three main sources of overhead: chunk headers - for large chunks, this gets negligible unused space (because of 2^N chunks) - ex...

Linked on 2015-01-09 23:42:12 | Similar Links
« 1142 1143 1144 1145 1146 1506 »

Pages are deceptive. Live life in a basket.