Skip to content

Instantly share code, notes, and snippets.

@simeji
simeji / vim-practice-2.txt
Created June 16, 2014 08:40
Vim practice
The MIT License (MIT)
Copyright (c) 2014 simeji
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@simeji
simeji / vim-practice-1.txt
Created June 16, 2014 08:34
Vim practice text
Amazon Web Services (abbreviated AWS) is a collection of remote computing services (also called web services) that together make up a cloud computing platform, offered over the Internet by Amazon.com.
The most central and well-known of these services are Amazon EC2 and Amazon S3.
The service is advertised as providing a large computing capacity (potentially many servers) much faster and cheaper than building a physical server farm.
@simeji
simeji / file0.txt
Last active December 31, 2015 12:21
Vimがちょっと便利になる5つ起動オプション(おまけあり) ref: http://qiita.com/simeji/items/41f4c1bd4e9a2b3c1526
vim +45 test.rb
#!/usr/bin/env ruby
require 'uri'
if ARGV.size != 1
warn "Invalid argument"
exit
end
methods = []