Or you are looking for
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
branches: | |
only: | |
- master | |
language: ruby | |
rvm: | |
- 1.9.3 | |
before_script: | |
# Set the git config stuff, so Git stops yelling at us | |
- git config --global user.name "wake" | |
- git config --global user.email "[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $FreeBSD: src/etc/csh.cshrc,v 1.3.50.1 2008/10/02 02:57:24 kensmith Exp $ | |
# | |
# System-wide .cshrc file for csh(1). | |
# A righteous umask | |
umask 22 | |
set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin) | |
set path = ($path ~/bin .) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Helper functions for building a DataTables server-side processing SQL query | |
* | |
* The static functions in this class are just helper functions to help build | |
* the SQL used in the DataTables demo server-side processing scripts. These | |
* functions obviously do not represent all that can be done with server-side | |
* processing, they are intentionally simple to show how it works. More complex | |
* server-side processing operations will likely require a custom script. |
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
OlderNewer