Author: Sean Gillies Version: 1.0
This document describes a GeoJSON-like protocol for geo-spatial (GIS) vector data.
| # This hosts file is brought to you by Dan Pollock and can be found at | |
| # http://someonewhocares.org/hosts/ | |
| # You are free to copy and distribute this file for non-commercial uses, | |
| # as long the original URL and attribution is included. | |
| #<localhost> | |
| 127.0.0.1 localhost | |
| 127.0.0.1 localhost.localdomain | |
| 255.255.255.255 broadcasthost | |
| ::1 localhost |
| The Linux find command is a very useful and handy command to search for files from the command line. It can be used to search for files based on various criterias like permissions, user ownership, modification date/time, size etc. In this post we shall learn to use the find command along with various options that it supports. |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # The MIT License (MIT) | |
| # | |
| # Copyright (c) 2015 Steven Fernandez | |
| # | |
| # 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 |
| #!/bin/bash | |
| TMUX_VERSION="1.7" | |
| LIBEVENT_VERSION="2.0.20" | |
| NCURSES_VERSION="5.9" | |
| # Script for installing tmux on systems where you don't have root access. | |
| # tmux will be installed in $HOME/local/bin. | |
| # It's assumed that wget and a C/C++ compiler are installed. |
| /* | |
| Ruel Pagayon (c) 2010 - [email protected] | |
| Cascading Style Sheet for InFB Log Output. | |
| */ | |
| body { | |
| background-color: #3C3C3C; | |
| color: #FFF; | |
| margin-top: 50px; | |
| margin-left: 25px; |