background preloader

Code

Facebook Twitter

HybridAuth, Open Source Social Sign On PHP Library. Online regex tester and debugger: JavaScript, Python, PHP, and PCRE. 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. 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. 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. Navigating to the function definition from ‘function call’. Returning back again to function call from the definition. 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. 1. 2. 3. 4.

Gitignore. Tutorials for Data Mining, Javamail API, MongoDB, Git, Swing, Objective C, Android, jMeter, Data Communication, MIS, AWT, SVN, TestNG, VBScript, MATLAB, EJB, IPv6, IPv4, E-Commerce, PostgreSQL, SQLite, SDLC, Assembly, Operating System, JasperReports, JSON.

Web