background preloader

Gitignore

Gitignore

Git Reference Ctags and Taglist: Convert Vim Editor to Beautiful Source Code Browser for Any Programming Language This article is part of the on-going Vi / Vim Tips and Tricks series. As a programmer or system administrator, you will be constantly browsing source codes and shell scripts. Following are some typical activities that you may perform while browsing a source code file: Navigating to the function definition by specifying the function name. In this article, let us review how to perform the above activities efficiently in Vim editor using ctags and taglist plugin. I. Step 1: Installing ctags Package # apt-get install exuberant-ctags (or) # rpm -ivh ctags-5.5.4-1.i386.rpm warning: ctags-5.5.4-1.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e Preparing... ########################################### [100%] 1:ctags ########################################### [100%] Step 2: Generating ctags on your source code Go to the directory where your source code is located. # cd ~/src # ctags *.c II. 4 Powerful Ctags Usages inside Vim Editor 1. # vim mycprogram.c :ta main 2. 3. 4. :ts – shows the list. 1.

La Méthode R.A.C.H.E - International Institute of La RACHE jsmits/github-cli Vim Essential Plugin: SnipMate The SnipMate plugin aims to mimic the popular snippets feature in TextMate, which allows you to type a sequence of characters, and then automatically expand to a full block of code or html by pressing Tab. It's incredibly helpful. Once installed, you only need to type the desired snippet trigger, and then press Tab. Keep in mind, though, that the available snippets are limited to the extension of the file you're working on. For example, JavaScript snippets will not work within an HTML file, and vice versa. Try visiting your ~.vim/snippets directory for an overview of all the available shortcut keys. If the above snippet is placed within the HTML.snippets file, you'll then be able to create a bla element by typing the shortcut, mysnippet. Note: When creating new snippets, you'll need to either restart Vim, or open a new window before testing.

The Code of the Geeks v3.1 Generator Last updated: July 12, 1995 Instructions The geek code consists of several categories. Each category is labeled with a letter and some qualifiers. Go through each category and determine which set of qualifiers best describes you in that category. Some of the qualifiers will very probably not match with you exactly. Variables Geeks can seldom be strictly quantified. In each category, there will be four buttons right after the category description. for this variable, said trait is not very rigid, may change with time or with individual interaction. Indicates that this particular category is done for a living. Unless stated otherwise within the specific category, the ? Placed BEFORE the category. For each qualifier in a category, there are three buttons. for indicating "cross-overs" or ranges. for 'wannabe' ratings. The Geek Code is copyright (C) 1993, 1994, 1995 by Robert A. The The Geek Code Generator has been developed by Dylan Northrup.

Git FAQ What is Git? Git is a distributed version control system developed by Junio Hamano and Linus Torvalds. Git does not use a centralized server. Git runs on Linux, BSD, Solaris, Darwin, Windows, Android and other operating systems. Why the 'Git' name? Quoting Linus: "I'm an egotistical bastard, and I name all my projects after myself. ('git' is British slang for "pig headed, think they are always correct, argumentative"). Alternatively, in Linus' own words as the inventor of Git: "git" can mean anything, depending on your mood: Random three-letter combination that is pronounceable, and not actually used by any common UNIX command. How do I report a bug in Git? Bug reports can be sent to the Git mailing list: git@vger.kernel.org Please put "[BUG]" in the subject line. What's the difference between fetch and pull? The short definition is: Fetch: Download (new) objects and a head from another repository. Pull: Fetch (as defined above), and then merge what was downloaded with the current development. No.

Libraries - google-maps-utility-library-v3 - List of libraries here and quick links to them - Open source project to be a central repository of utility libraries that can be used with the Google Maps API JavaScript v3. The libraries listed below are all open source. Note that some are hosted on GitHub, so simply checking out all the code under the "Source" tab above does not get you every library listed here. Instead, click the link next to the library you are interested in. Day Night Overlay Day Night Overlay provides a custom overlay which shows an approximation of where the day/night line runs at any given date. Browse the github repository or see the live samples. GeoJSON to Google Maps The GeoJSON to Google Maps API library lets you easily convert GeoJSON to Overlays, along with default styling rules. Browse the github repository for code and examples. InfoBox This class behaves like google.maps.InfoWindow, but it supports several additional properties for advanced styling. Browse Released Versions or Development Versions. Marker Clusterer The library creates and manages per-zoom-level clusters for large amounts of markers. Browse Released Versions or Development Versions. Marker Clusterer Plus Route Boxer

Austin roger

Related: