Quantcast
Channel: 未分类 –懒得折腾
Browsing all 756 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

WARNING: gnome-keyring:: couldn’t connect to:...

The fix/workaround is as follows: 1. Do: sudo apt-get install libpam-gnome-keyring 2. Logout 3. Login 4. When the pop-up for unlocking the default keyring comes up, do not simply type in the password...

View Article


Image may be NSFW.
Clik here to view.

Git push requires username and password

A common mistake is cloning using the default (HTTPS) instead of SSH. You can correct this by going to your repository, clicking the ssh button left to the URL field and updating the URL of your origin...

View Article


Image may be NSFW.
Clik here to view.

Send method in Ruby

x = [1,2,3] x.send :[]=,0,2 x[0] + x.[](1) + x.send(:[],2) x = [1, 2, 3] x[0] = 2 x[0] + x[1] + x[2]

View Article

Image may be NSFW.
Clik here to view.

Ruby

def palindrome?(string) letters = string.downcase.scan(/\w/) return letters == letters.reverse end palindrome?("A man, a plan, a canal -- Panama") # => true palindrome?("Madam, I'm Adam!") # =>...

View Article

Image may be NSFW.
Clik here to view.

Git Real Slides

Level 1 Git Basic # get help $ git help config # git config $ git config --global user.name "Gregg Pollack" $ git config --global user.email gregg@codeschool.com $ git config --global color.ui true #...

View Article


Image may be NSFW.
Clik here to view.

New Esri Open Source Javascript Projects: Esri-Leaflet, Geoservices.js,...

New Esri Open Source Javascript Projects: Esri-Leaflet, Geoservices.js, Terraformer, Pushlet by Aaron Parecki on July 31, 2013  154 342 537 We are happy to announce four open source Javascript projects...

View Article

Image may be NSFW.
Clik here to view.

网友印度出差见闻

上个月中,受到印度方的邀请,和三十几位同僚一起造访了孟买。30几位中我们十位中国人是出公差,还有十位是欧美和中东国家的同行。剩下的十几人是国内大学去短期进修的研究生,还有几个驴友。他们特别先行出发,一来是为我们打前站,二来也是趁公差前有空去印度旅游一圈,虽然最后我们的行程不一样,但是月底的时候都会在孟买碰头,于是大家就这么联系上了。...

View Article

Image may be NSFW.
Clik here to view.

Batch Geonews: TIGER 2013, ArcGIS for WordPress, RTK GPS for $2k, Yosemite Fires

Batch Geonews: TIGER 2013, ArcGIS for WordPress, RTK GPS for $2k, Yosemite Fires, and much more Tue, 2013/09/03 – 10:18 — Satri Catching up the August geonews, we’re now all up to date with this way...

View Article


Image may be NSFW.
Clik here to view.

Batch Geonews: Remaining Relevant as a GIS Professional, OpenGeo Suite 4.0,...

Batch Geonews: Remaining Relevant as a GIS Professional, OpenGeo Suite 4.0, 30TB of Imagery in Esri, and much more Wed, 2013/11/13 – 08:22 — Satri Here’s the recent geonews in batch mode, covering a...

View Article


Image may be NSFW.
Clik here to view.

Pure Swift + ArcGIS Runtime for iOS

Add the appropriate module.moduledef file to the ArcGIS Runtime SDK for iOS to allow it to work as an Import for Swift.    ArcGIS With Swift.md Raw Pure Swift + ArcGIS Runtime for iOS To avoid using a...

View Article

Image may be NSFW.
Clik here to view.

Learn Swift

http://www.learnswift.tips/ A curated list of helpful resources to learn Swift. Tutorials, Code Samples, References and more! Join the Forums to learn the latest and contribute back! Share on...

View Article

Image may be NSFW.
Clik here to view.

GNUstep on Ubuntu 14.04

GNUstep on Ubuntu 14.04 From: Stephen Schaub Subject: GNUstep on Ubuntu 14.04 Date: Wed, 21 May 2014 12:15:49 -0700 (PDT) User-agent: G2/1.0 I am new to Objective-C and GNUstep, and have spent the last...

View Article

Image may be NSFW.
Clik here to view.

Learning Objective-C on Windows with GNUstep and Eclipse

http://fijiaaron.wordpress.com/2013/01/18/learning-objective-c-on-windows-with-gnustep-and-eclipse/ Learning Objective-C on Windows with GNUstep and Eclipse Writing iOS or Cocoa apps does require a Mac...

View Article


Image may be NSFW.
Clik here to view.

How to fix virtualbox’s copy and paste to host-machine?

If your guest OS is ubuntu then running following two commands in ubuntu terminal should help: $ killall VBoxClient $ VBoxClient-all

View Article

Image may be NSFW.
Clik here to view.

Introduction to Swiftris

Introduction to Swiftris Today you will begin putting the pieces together for a brand new game – see what we did there? To many, Swiftris resembles not only in name but in nearly every other respect a...

View Article


Image may be NSFW.
Clik here to view.

Building Location Based Apps with Heroku PostGIS

Smartphones have changed the world – everyone has a device in their pocket that’s constantly connected to the internet and knows where you are. Combined with the rise of digital mapping it has become...

View Article

Image may be NSFW.
Clik here to view.

12 Impressive JavaScript & HTML5 Presentation Frameworks

12 Impressive JavaScript & HTML5 Presentation Frameworks Posted by Roger on February 7, 2014, filed in: JavaScript, Tools As the website development is growing exponentially at a rapid pace and...

View Article


Image may be NSFW.
Clik here to view.

Building a Simple Geodata Service With Node, PostGIS, and Amazon

Building a Simple Geodata Service With Node, PostGIS, and Amazon DEC 11TH, 2013 | COMMENTS tl;dr This post describes the construction of a simple, lightweight geospatial data service using Node.JS,...

View Article

Image may be NSFW.
Clik here to view.

Article 1

Realtime Maps With Meteor and Leaflet – Part One DEC 27TH, 2013 | COMMENTS this ‘map’ is actually a static image The parties example bundled with Meteor is a nifty demonstration of the framework’s...

View Article

Image may be NSFW.
Clik here to view.

ReactiveCocoa 2.x With Swift

ReactiveCocoa 2.x With Swift JUL 2ND, 2014 I recently wrote a blog post on the ShinobiControls blog about using ReactiveCocoa with a ShinobiChart. It’s great – you should go and read it. I was also...

View Article
Browsing all 756 articles
Browse latest View live