Skip to content

Instantly share code, notes, and snippets.

View rey's full-sized avatar
🌴
On vacation

Rey Dhuny rey

🌴
On vacation
View GitHub Profile
+-------------------------+ +-->
| +--> | |
| | | |
| | | |
| | | |
| | | |
| | 135px | |
| | | |
layout title tags
article
Issue 4
issue

This week's issue was put together using a different approach: On Monday I created an Issue 4 note in Simplenote to which I added links as they came up. At the end of each day I spent ten minutes or so curating. I’m quite happy with the result. ONWARDS!

Insightful weblog post from the developer of Pedometer++: Interesting Lessons from Building a Pedometer. I downloaded it but you need iPhone 5S’ fancy new processor :(

@rey
rey / gist:9970953
Created April 4, 2014 09:11
NFS config for Vagrantfile
config.vm.synced_folder "www/", "/srv/www", :nfs => { :mount_options => ["udp", "dmode=775", "fmode=774", "uid=33", "gid=33", "noac" ] }
@rey
rey / gmail-welcome-email.md
Last active August 29, 2015 13:58
Gmail is different. Here's what you need to know.

First off, welcome. And thanks for agreeing to help us test Gmail. By now you probably know the key ways in which Gmail differs from traditional webmail services. Searching instead of filing. A free gigabyte of storage. Messages displayed in context as conversations.

So what else is new?

Gmail has many other special features that will become apparent as you use your account. You’ll find answers to most of your questions in our searchable help section, which includes a Getting Started guide. You'll find information there on such topics as:

  • How to use address auto-complete
  • Setting up filters for incoming mail
  • Using advanced search options
@rey
rey / markdown-syntax.md
Last active August 29, 2015 13:58
Markdown syntax

Paragraphs with bold and italic

**Lorem ipsum dolor sit amet**, consectetur adipiscing elit. Vestibulum placerat feugiat leo, sollicitudin aliquam tortor varius non. Donec blandit tortor eu leo interdum dictum.

_Nunc tincidunt mauris_ quis augue egestas tempor. Vivamus pellentesque, nulla vitae malesuada posuere, erat turpis tempor diam, a convallis magna odio vel risus.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum placerat feugiat leo, sollicitudin aliquam tortor varius non. Donec blandit tortor eu leo interdum dictum.

@rey
rey / action-in-the-kitchen.md
Created May 4, 2014 13:56
Action in the kitchen
@rey
rey / git-error.md
Created June 9, 2014 09:08
Git error
rey@dragon ~/Sites % git clone ssh://git@ciserver/projects/cats/dogs.flat
Cloning into 'dogs'...
remote: Counting objects: 2163, done.
remote: Compressing objects: 100% (1401/1401), done.
error: git upload-pack: git-pack-objects died with error.B/s   
fatal: git upload-pack: aborting due to possible repository corruption on the remote side.
remote: fatal: Out of memory, malloc failed (tried to allocate 552768221 bytes)
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOFs: 74% (1601/2163), 796.23 MiB | 3.61 MiB/s 
@rey
rey / no-content.css
Last active August 29, 2015 14:02
Remove bullet character
#archive ul li time:after {
content: "•"; // remove this line!
font-size: 15px;
padding-left: 10px;
}
@rey
rey / zzmag-example-paragraph-id.html
Last active August 29, 2015 14:04
zzmag example paragraph ID
<p id="zz:10"><!-- the ID for this paragraph is `zz:10` -->
NASA’s <a href="http://apod.nasa.gov/apod/astropix.html">Astronomy Picture of the Day</a> has been <a href="http://apod.nasa.gov/apod/archivepix.html">going since June 1995</a> but I was very happy to discover it last week: “Each day a different image or photograph of our fascinating universe is featured, along with a brief explanation written by a professional astronomer” – I’ve subscribed to the <a href="http://apod.nasa.gov/apod.rss">RSS feed</a>.
</p>