« 53 54 55 56 57 89 »

Pages are deceptive. Live life in a basket.

Command to move a file to Trash via Terminal - Ask Ubuntu

Ubuntu Community Ask! Developer Design Discourse Hardware Insights Juju Shop More › Apps Help Forum Launchpad MAAS Canonical current community chat blog Ask Ubuntu Ask Ubuntu Meta Sign up or log in to customize your list. more stack exchange communities Stack Exchange sign up log in tour help Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site Ask Ubuntu Questions Tags Users Badges Unanswered Ask Question Take the 2-minute tour × Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required. Command to move a file to Trash via Terminal up vote 34 down vote favorite 9 I would like to know if ther...

Linked on 2015-05-15 19:15:02 | Similar Links
Module: VCR — Documentation for vcr (2.9.3)

Libraries » vcr (2.9.3) » Index (V) » VCR Extended by: VCR Includes: Errors Included in: VCR Defined in: lib/vcr.rb , lib/vcr/errors.rb, lib/vcr/structs.rb, lib/vcr/version.rb, lib/vcr/cassette.rb, lib/vcr/util/hooks.rb, lib/vcr/util/logger.rb, lib/vcr/deprecations.rb, lib/vcr/configuration.rb, lib/vcr/library_hooks.rb, lib/vcr/request_ignorer.rb, lib/vcr/middleware/rack.rb, lib/vcr/request_handler.rb, lib/vcr/middleware/excon.rb, lib/vcr/cassette/migrator.rb, lib/vcr/middleware/faraday.rb, lib/vcr/cassette/persisters.rb, lib/vcr/library_hooks/excon.rb, lib/vcr/cassette/serializers.rb, lib/vcr/util/version_checker.rb, lib/vcr/library_hooks/faraday.rb, lib/vcr/test_frameworks/rspec.rb, lib/vcr/cassette/erb_renderer.rb, lib/vcr/library_hooks/webmock.rb, lib/vcr/library_hooks/fakeweb.rb, lib/vcr/library_hooks/typhoeus.rb, lib/vcr/test_frameworks/...

Linked on 2015-05-14 01:18:25 | Similar Links
Proposal: OTERCAL for querying data from OlegDB · Issue #160 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 9 Star 81 Fork 9 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Loading… New issue Proposal: OTERCAL for querying data from OlegDB #160 Open Xe opened this Issue Mar 5, 2015 · 18 comments None yet No milestone Xe Collaborator Xe commented Mar 5, 2015 We need a hero. OlegDB is that hero. I propose we have a new OlegDB Query Language (OTERCAL for obvious reasons which are an exercise best left to the reader) for better querying the key-value pairs we all know and love. Thi...

Linked on 2015-05-13 17:59:06 | Similar Links
Iron - Rust web application framework

iron <ul class="nav navbar-nav"> <li class="active"><a href="#">Docs</a></li> <li><a href="#contact">Other</a></li> </ul> Docs Resources Rust /r/rust /.nav-collapse extensible web framework for rust extern crate iron; use iron::prelude::*; use iron::status; fn main() { fn hello_world(_: &mut Request) -> IronResult<Response> { Ok(Response::with((status::Ok, "Hello World!"))) } Iron::new(hello_world).http("localhost:3000").unwrap(); println!("On 3000"); } /row Iron is a fast and flexible middleware-oriented server framework that provides a small but robust foundation for creating complex applications and RESTful APIs. No middleware are bundled with Iron - instead, everything is drag-and-drop, allowing for ridiculously modular setups. Iron tracks Ru...

Linked on 2015-05-13 01:33:54 | Similar Links
rustless/rustless · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 7 Star 106 Fork 12 rustless / rustless /.container /.repohead Code Issues Pull requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar REST-like API micro-framework for Rust. Works with Iron. http://rustless.org 220 commits 5 branches 2 releases 7 contributors Rust 99.5% Other 0.5% Rust Other branch: master Switch branches/tags Branches Tags feature/bodyparser feature/rustup flaub-master gh-pages master Nothing to show v0.7.0 v0.6.0 Nothing to show rustless / Merge pull request #42 from kill...

Linked on 2015-05-13 01:30:54 | Similar Links
vcr/vcr · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 49 Star 2,357 Fork 261 vcr / vcr /.container /.repohead Code Issues Pull requests Wiki Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests. http://relishapp.com/vcr/vcr 1,785 commits 23 branches 62 releases 71 contributors Ruby 68.6% Cucumber 30.3% Shell 1.1% Ruby Cucumber Shell branch: master Switch branches/tags Branches Tags 1-x-stable 2-0-stable 2-4-maintenance cassette_caching disallow-r...

Linked on 2015-05-12 20:42:40 | Similar Links
Universe Sandbox

InstanceBegin template="/Templates/Base.dwt" codeOutsideHTMLIsLocked="false" #BeginLibraryItem "/Library/AnalyticHeader.lbi" top #EndLibraryItem public alpha now available <a href="../new/default.html"><img src="../images/Logo-370.png" width="370" height="100" alt="Universe Sandbox Logo" /></a> create & destroy on an unimaginable scale InstanceBeginEditable name="nav" #BeginLibraryItem "/Library/MenuHome.lbi" what is it? screenshots videos FAQ buy forum blog #EndLibraryItem InstanceEndEditable #BeginLibraryItem "/Library/InstallButton.lbi" Buy Universe Sandbox ² Requires Windows, Mac, or Linux #EndLibraryItem end #header InstanceBeginEditable name="main" Spawn massive stars, launch asteroids, and manipulate gravity with just a few clicks. Explore our universe through unlimited experimentation. Intuitive, game inspired cont...

Linked on 2015-05-12 19:11:10 | Similar Links
emacs-users

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 2015-05-11 23:36:31 | Similar Links
Lets review.. Docker (again) | Cal Leeming Blog

Articles Social About Back to home page Tweet It's been just over a year since my last review of Docker, heavily criticising it's flawed architectural design and poor user experience. The project has since matured into 1.0 and gained some notoriety from Amazon, but has suffered growing user frustration, hype accusations and even breakout exploits leading to host contamination. However the introduction of private repos in Docker Hub , which eliminated the need to run your own registry for hosted deployments, coupled with webhooks and tight Github build integrations , looked to be a promising start. So I decided to give Docker another chance and put it into production for 6 months. The result was an absolute shit show of abysmal performance, hacky workarounds and rage inducing user experience which left me wanti...

Linked on 2015-05-09 19:22:27 | Similar Links
Save 25% on Offworld Trading Company™ on Steam

[if lt IE 7]> <style type="text/css"> #logo_holder img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); } #logo_holder { display: inline-block; width: 176px; height: 44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://store.akamai.steamstatic.com/public/images/v5/globalheader_logo.png'); } </style> <![endif] STORE COMMUNITY ABOUT SUPPORT Install Steam login | language Български (Bulgarian) čeština (Czech) Dansk (Danish) Nederlands (Dutch) Suomi (Finnish) Français (French) Ελληνικά (Greek) Deutsch (German) Magyar (Hungarian) Italiano (Italian) 日本語 (Japanese) 한국어 (Korean) Norsk (Norwegian) Polski (Polish) Português (Portuguese) Português-Brasil (Portuguese-Brazil) Русский (Russian) Română (Romanian) 简体中文 (Simplified Chinese) Español (Spanish) Svenska (Swedish) 繁體中文 (Traditional Chine...

Linked on 2015-05-09 18:55:27 | Similar Links
Module: URI (Ruby 2.1.1)

Home Core 2.1.1 Std-lib 2.1.1 Downloads VERSION HEADER for 2.1.1 NOT FOUND end action bar Home Classes Methods uri.rb uri/common.rb uri/ftp.rb uri/generic.rb uri/http.rb uri/https.rb uri/ldap.rb uri/ldaps.rb uri/mailto.rb Namespace Contents MODULE URI::Escape MODULE URI::REGEXP CLASS URI::BadURIError CLASS URI::Error CLASS URI::FTP CLASS URI::Generic CLASS URI::HTTP CLASS URI::HTTPS CLASS URI::InvalidComponentError CLASS URI::InvalidURIError CLASS URI::LDAP CLASS URI::LDAPS CLASS URI::MailTo CLASS URI::Parser Method Quickref ::decode_www_form ::decode_www_form_component ::encode_www_form ::encode_www_form_component ::extract ::join ::parse ::regexp ::scheme_list ::split Included Modules URI::REGEXP Quicksearch Kernel URI URI::BadURIError URI::Error URI::Escape URI::FTP URI::Generic URI::HTTP URI::HTTPS URI::InvalidCompone...

Linked on 2015-05-08 22:34:17 | Similar Links
Ruby Quicktips - Accessing a hash with either string or symbol keys

Ruby Quicktips Random Ruby and Rails tips. This blog is dedicated to deliver short, interesting and practical tidbits of the Ruby language and Ruby on Rails framework. Read more... Your submissions are more than welcome! Submit a tip <a href="">Download the widget</a> Get a random tip RSS Twitter Archive May 16 ’10 ★ Accessing a hash with either string or symbol keys For a normal Ruby hash, the following code is true: x = {"key1" => "value1"} x["key1"] #=> "value1" x[:key1] #=> nil What if we want to use either x[:key1] or x["key1"] and get the same result? Rails gives us a new Hash called HashWithIndifferentAccess that does just that. If we have a normal hash and we want to convert it into HashWithIndifferentAccess , we do the following: x = {"key1" => "val1"} x = x.with_indifferent_access x[:key1] #=> "val1" x["key1"] #=> "val1" To instantiate a ...

Linked on 2015-05-08 18:51:51 | Similar Links
Want Something Done | Oddisee

← more from Mello Music Group The Good Fight Oddisee supported by / Digital Track Includes unlimited streaming via the free Bandcamp app, plus high-quality download in MP3, FLAC and more. Buy Now $0.99 USD or more Send as Gift Buy the Full Digital Album Share / Embed from The Good Fight , released 05 May 2015 tags: hip-hop/rap hip-hop instrumental hip-hop. rap instrumental hip-hop soul hip hop New York all rights reserved feeds for this album , this artist Oddisee Brooklyn, New York discography The Good Fight May 2015 Tangible Dream Nov 2013 The Beauty In All Sep 2013 People Hear What They See Jun 2012 Rock Creek Park Aug 2011 Odd Seasons May 2011 ...

Linked on 2015-05-08 18:17:58 | Similar Links |
« 53 54 55 56 57 89 »

Pages are deceptive. Live life in a basket.