Skip navigation Upload Sign in Search Loading... Close Yeah, keep it Undo Close Watch Queue TV Queue Remove all Disconnect Loading... Watch Queue TV Queue __count__/__total__ <p class="yt-spinner "> <span title="Loading icon" class="yt-spinner-img yt-sprite"></span> <span class="yt-spinner-message"> Loading... </span> </p> Find out why Close Darude - Sandstorm [accordion cover] Jackson Parodi Subscribe Subscribed Unsubscribe 12,461 12K Loading... Loading... Working... Add to Sign in to add this video to a playlist. Sign in Share More Report Sign in to report inappropriate content. Sign in Statistics 439,468 5,967 Sign in to make your opinion count. Sign in ...
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login go to bug id or search bugs for Bug #45647 strtotime() returning 1999-11-30 for 00-00-00 00:00:00 Submitted: 2008-07-28 16:40 UTC Modified: 2008-07-28 19:17 UTC Votes: 1 Avg. Score: 5.0 ± 0.0 Reproduced: 1 of 1 (100.0%) Same Version: 1 (100.0%) Same OS: 1 (100.0%) From: jon dot reed at jellyfish dot co dot uk Assigned: Status: Not a bug Package: Date/time related PHP Version: 5.2.6 OS: Centos 5.1 Private report: No CVE-ID: View Add Comment Developer Edit [2008-07-28 16:40 UTC] jon dot reed at jellyfish dot co dot uk Description: ------------ As per bug #41523 which is reported fixed on Vista. We're running a custom build RPM of 5.2.6 It looks like this bug has reappeared: $incorrec...
Products Openwall GNU/*/Linux server OS John the Ripper password cracker Free & Open Source for any platform Pro for Linux (RPM package) Pro for Mac OS X (dmg package) Wordlists for password cracking passwdqc policy enforcement phpass password hashing in PHP crypt_blowfish ditto in C/C++ tcb better password shadowing Pluggable Authentication Modules scanlogd port scan detector popa3d tiny POP3 daemon blists web interface to mailing lists msulogin single user mode login php_mt_seed mt_rand() cracker Services Publications Articles Presentations Community Mailing lists Community wiki Donations Resources Source code repository (CVSweb) File archive & mirrors How to verify digital signatures Password recovery resources Recommended books What's new Follow us on Twitter or via RSS feeds with complete announcement texts or excerpts [<prev]...
https://christine.website/cache/caches/index
Toggle navigation Christine Dodrill Blog Projects Resume Contact Contact Me I am a GitHub power user. I am constantly learning new languages and tools. I strongly believe in knowing many languages and ways to do things so I can pick the right tool for the job. Go, Moonscript, Lua, Python, C, Nim, Haskell Docker deployments git -centric project management Research and Development for new ways to do things Programming, administration and orchestration of complicated, multi-tenant IRC networks. Mitigation of active attacks against IRC networks and creation of sane tools to make future mitigation easier Design and implementation of next generation services and administrative tools for IRC networks Research and development of new container-based scalable deployment systems Christine Dodrill - 2015 - revision a8bf2e35dc3a...
Navigation Download Documentation Support Community NATS is open-source software sponsored by Apcera, Inc. © 2015 Apcera, Inc. View License . Supported By Apcera, Inc. × Documentation Servers nats-server gnatsd Clients Go Node.js Ruby Java Lua PHP Python Java+Spring Spring API Nginx Scala Haskell NATS ☰ Download Documentation Support Community NATS GOOGLE GROUP NATS was created by Derek Collison , Founder/CEO of Apcera who has spent 20+ years designing, building, and using publish-subscribe messaging systems. Unlike traditional enterprise messaging systems, NATS has an always-on dial tone that does whatever it takes to remain available. This forms a great base for building modern, reliable, and scalable cloud and distributed systems. With gnatsd (Golang-based server), NATS can send up to 6 MILLION MESSAGES PER SECOND . Here's a detailed Perfo...
<![endif] Google Tag Manager End Google Tag Manager The Greatest Bits / Billboard Bits, Vol. 1 Billboard Bits, Vol. 1 The Greatest Bits 4:20 Download Spotify © 2014 The Greatest Bits ℗ 2014 The Greatest Bits Got Spotify? Get Spotify I have Spotify © 2015 Spotify AB ...
SoundCloud JavaScript is disabled You need to enable JavaScript to use SoundCloud Show me how to enable it Slammicle'n'Jammicle -niichan- published on 2013-09-05T23:02:56Z Miracle'n'Hinacle - uno Space Jam - Quad City DJ's AJITEK ........ 2013/09/06 02:46:50 +0000 Download Slammicle'n'Jammicle Users who like Slammicle'n'Jammicle Users who reposted Slammicle'n'Jammicle Playlists containing Slammicle'n'Jammicle Groups containing Slammicle'n'Jammicle More tracks like Slammicle'n'Jammicle License: all-rights-reserved Your current browser isn't compatible with SoundCloud. Please download one of our supported browsers. Need help? Chrome | Firefox | Safari | Internet Explorer Sorry! Something went wrong Is your network connection unstable or browser outdated? I need help...
Toggle navigation PRICING FEATURES RESOURCES IMAGEHUB BLOG LOGIN TRY IT Scaleway - Blog Twitter Facebook Google+ Wednesday 02 Sep 2015 Today, we are announcing a huge price cut for Scaleway compute services. We believe that cloud computing is an amazing technology and that everybody should be able to benefit from its advantages. That's why we decided to reduce the price of the C1 to €2.99 per month or €0.006 per hour, effectively reducing the price by 70% compared to the previous price (€9.99 per month). Scaleway is now affordable for projects of any scale, from small, personnal projects to very large scale projects with thousands of servers. Previous C1 pricing New C1 pricing Saving €9.99 per month €2.99 per month 70% €0.02 per hour €0.006 per hour 70% This new pricing lets you enjoy Scaleway services at the smartest price on the...
Home For Companies Submit a post Archive Random RSS Twitter DevOps Reactions Say it with pictures. Describe your feelings about your everyday sysadmin interactions. Inspired by Infosec Reactions. Follow @devopsreactions Tweet <a href="http://twitter.com/devopsreactions" class="linked_button bright_blue_button" id="follow_me"></a> <script type="text/javascript"> function link_urls(text) { var regex = /[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&~\?\/.=]+/g; return text.replace(regex, function(url) { return url.link(url); }); } function recent_tweets(data) { if (data.length > 0) { var latest = data[0]; $("#latest_tweet").html(link_urls(latest.text)); } } ...
Source Contents Index http-streams-0.8.3.3: An HTTP client using io-streams Maintainer Andrew Cowie Stability Experimental Safe Haskell None Language Haskell2010 Network.Http.Client Contents Connecting to server Building Requests Sending HTTP request Processing HTTP response Resource cleanup Convenience APIs Secure connections Testing support Deprecated Description Overview A simple HTTP client library, using the Snap Framework's io-streams library to handle the streaming I/O. The http-streams API is designed for ease of use when querying web services and dealing with the result. Given: {-# LANGUAGE OverloadedStrings #-} import System.IO.Streams (InputStream, OutputStream, stdout) import qualified System.IO.Streams as Streams import qualified Data.ByteString as S and this library: import Network.Http.Client the underlying API is straight-forward. In particular, constructing the Reques...
SoundCloud JavaScript is disabled You need to enable JavaScript to use SoundCloud Show me how to enable it a-ha - Take On Me (Milkshake's Silly DnB Mix) MilkshakeManCP published on 2015/02/27 04:13:06 +0000 I extended my silly remix of this tune, by the request of a few peeps! HOPE YOU ENJOY!! user275244354 el bajur 2015/08/31 00:40:24 +0000 Kappa Bagel plz 2015/08/30 11:33:10 +0000 Eric Thomas 90 badjur is king 2015/08/27 07:50:38 +0000 GamerGuyJay the russian bagel you bagder 2015/08/26 15:15:24 +0000 Kiran Abayaratna Damm you Bajur 2015/08/25 06:55:33 +0000 Sir Mudkip Damn badger has some good taste in music 2015/08/25 05:13:47 +0000 S-kun came here from badgur :3 2015/08/25 00:18:58 +0000 Scrappy1030 Dequan... This fire so dank it could be illegal. 2015/08/23 20:28:03 +0000 Scrappy1030 Press F for a-Ha 2015/08/23 20:27:12 +0000 Memesthatarea...
<![endif] Google Tag Manager End Google Tag Manager Chipzel / Phonetic Symphony Phonetic Symphony Chipzel 2:42 Download Spotify © 2012 Chipzel ℗ 2012 Chipzel Got Spotify? Get Spotify I have Spotify © 2015 Spotify AB ...
SoundCloud JavaScript is disabled You need to enable JavaScript to use SoundCloud Show me how to enable it Cenarang - the unseen remix NBGMusic published on 2015/08/12 04:51:05 +0000 YOU CAN'T SEE ME Pendulum sequel: https://soundcloud.com/nbgmusicyt/fasten-your-championship-belt Luke du Toit ceeeeeena 2015/08/31 12:18:21 +0000 john_tarango mama mia thats a spicy memea 2015/08/31 02:12:10 +0000 Louis Barnes I love this song so fucking much 2015/08/30 21:45:41 +0000 vince94 JOHN SEEEEN- 2015/08/30 20:33:08 +0000 OMGitsAustin Wait for it 2015/08/30 15:43:32 +0000 Isaac1576 JOHN CENAAAA 2015/08/30 15:34:06 +0000 FlickerHD Am I in heaven? 2015/08/30 14:05:47 +0000 Kappa kek 2015/08/30 09:36:39 +0000 eliitonbredun ? 2015/08/30 06:57:24 +0000 filne wooh wooh wooh wooh 2015/08/30 06:20:52 +0000 Raphael Law Waffles) XDDDD 2015/08/30 02:20:05 +0000...
Skip to content </textarea> '"` All gists GitHub Sign up for a GitHub account Sign in Xe / gist:bc6ed632506ab30fa936 secret Created Aug 31, 2015 /.container /.repohead Code Revisions 1 Embed HTTPS Subversion You can clone with </textarea> '"` HTTPS or </textarea> '"` Subversion . Download ZIP /.repository-sidebar Raw gistfile1.txt ➜ awk '{print $2}' ~/.zsh_history | cut -d';' -f2- | sort | uniq -c | sort -nr | head -n20 3401 ls 2480 git 2352 cd 1280 vim 511 tmux 334 docker 309 ssh 258 go 242 clear 209 mutt 209 make 165 cabal 142 cat 139 gb 126 rm 126 mkdir 109 nim 89 moon 86 cp Rendered timeline since 2015-08-31 11:04:27 Sign up for free to join this conversation on GitHub . ...
Home Upload Forums Tags Filters Rankings Comments Donate Derpibooru Filters (Default) Register Login Images Random Activity Rankings Comments Forums Art Chat Episode Discussion Fanfiction General Discussion Roleplaying Site and Policy Post Search Tags System Aliases Implied Live (2) Donate wtf nasty hack You don't appear to have Javascript enabled If you're using a tool like NoScript, please disable it or allow derpicdn.net for the site to work properly. Picarto streams are currently no longer supported due to breaking changes on their end and issues retrieving information about streams Forums > Site and Policy > Why is Shemale tag gone? Search Posts 32 replies 913 views 1 2 Next › Last » Started by TheDeinonychus Posted 03:29, July 27, 2015 Login to subscribe to responses TheDeinonychus Posts made: 53 Topics started: 3 TheDeinonychus I went to tag an image with ’s...