Skip to content

Instantly share code, notes, and snippets.

<?php
Class Ssh2_crontab_manager {
private $connection;
private $path;
private $handle;
private $cron_file;
function __construct($host=NULL, $port=NULL, $username=NULL, $password=NULL) {
@evanmcc92
evanmcc92 / nav.htm
Created June 26, 2014 20:00
Simple Responsive Navigation Bar
<!DOCTYPE html>
<html>
<head>
<title>Untitled Document</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<style>
#body{
width: 85%;
border: 1px solid black;
margin: 0 auto;