Skip to content

Instantly share code, notes, and snippets.

View webdevel's full-sized avatar
💭
🐾

Steven Garcia webdevel

💭
🐾
View GitHub Profile

Keybase proof

I hereby claim:

  • I am webdevel on github.
  • I am stevengarcia (https://keybase.io/stevengarcia) on keybase.
  • I have a public key ASClHnM3jHFddTpMx_6SQWXIjY2x4ToO1wUsW17P3K8acwo

To claim this, I am signing this object:

@webdevel
webdevel / vim-cheat-sheet.md
Last active February 14, 2024 01:03
Vim Cheat Sheet

Vim Cheat Sheet

Vim is an advanced CLI based text editor. Many key combinations used in Vim are easily associated with a memorable phrase. One effective way to use Vim is to associate phrases with Operators, Text Objects and Motions. Then compose a phrase for what you want to do. Start with an Operator followed by a Text Object or Motion. Prefix an Operator, Command or Motion with a number/count to extend it.

Table of Contents
@webdevel
webdevel / eclipse-ini.md
Created March 10, 2013 02:17
Eclipse INI Example

Eclipse INI Example

Here is an example of a customized Eclipse configuration.

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813
-product
@webdevel
webdevel / getopts.md
Last active December 5, 2021 14:27
GetOpts Example

GetOpts Example

Shell script example of using GetOpts with Git Submodule.

#!/bin/sh

REMOTE=origin
BRANCH=dev
@webdevel
webdevel / portable-shell-commands.md
Last active May 22, 2016 03:37
Portable Shell Commands Reference

Portable Shell Commands

Quick reference of portable shell commands. This reference is largely based on The Open Group Base Specifications Issue 7

Shell Command List

  • admin - create and administer SCCS files
  • alias - define or display aliases
  • ar - create and maintain library archives
  • asa - interpret carriage-control characters
@webdevel
webdevel / eclipse-development.md
Last active December 14, 2015 17:49
Eclipse Development