Skip to content

Instantly share code, notes, and snippets.

View Nav-Appaiya's full-sized avatar
🏠
Available

Nav Appaiya Nav-Appaiya

🏠
Available
View GitHub Profile
<?php
class Data
{
private $_value;
private $_error;
function __construct( $name, $value ){
$this->_name = $name;
$this->_value = $value;
}
@Nav-Appaiya
Nav-Appaiya / gist:1ec0b99071a3859e2bb3
Last active August 29, 2015 14:26
HTML5 + bootstrap basic template using CDN
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<?php
use Symfony\Component\HttpFoundation\File\File;
use Symfony\Component\HttpFoundation\File\UploadedFile;
/**
* @Entity
*/
class Document
{
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Project Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<link rel="shortcut icon" href="favicon.ico">
<!-- Twitter Bootstrap -->
@Nav-Appaiya
Nav-Appaiya / leech.php
Last active August 29, 2015 14:19 — forked from bigcalm/leech.php
<?php
$baseDir = "mp3s";
$soundcloudURL = "http://soundcloud.com/ninja-tune/sets/solid-steel-radio-shows/";
$urlBits = str_replace('http://', '', $soundcloudURL);
$urlBits = preg_replace('@/$@', '', $urlBits);
$urlBits = explode("/", $urlBits);
/**
* http://soundcloud.com/ninja-tune/sets/solid-steel-radio-shows/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Project Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<link rel="shortcut icon" href="favicon.ico">
<!-- Twitter Bootstrap -->
  1. Installing and setting up xdebug: http://www.xdebug.org/wizard.php
  2. Add to php.ini:
    [XDebug]
    zend_extension="path to xdebug.so"
    xdebug.remote_autostart=on
    xdebug.remote_enable=on
    xdebug.remote_handler="dbgp"
    xdebug.remote_host="localhost"
    xdebug.remote_port=9000
    xdebug.remote_mode=req
<?php
/* lookforbadguys.php 2011-09-27
Copyright (C)2011 Karen Chun, Steven Whitney.
Initially published by http://25yearsofprogramming.com.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License (GPL)
Version 3 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@Nav-Appaiya
Nav-Appaiya / Crane
Created January 16, 2015 23:16 — forked from anonymous/Crane
Crane for greenfoot
public class crane extends Actor {
     
    private Container container;
     
    public void act() {
        //some other stuff for moving etc.
        if (container == null && Greenfoot.isKeyDown("p") && getObjectsInRange(25, Container.class)) {
            //"p" for pick up; you can use any other key if you want;
            //25 is the radius in which a container needs to be to pick it up; You can also use any other value;
            container = (Container) getObjectsInRange(25, Container.class).get(0);
sudo apt-get update
#Dev Tools
sudo apt-get -y install git lighttpd apache2-utils build-essential
#Utilities
sudo apt-get -y install checkinstall openssh-server p7zip-full apt-file ttyrec ttyplay pdfgrep pngcrush
#Local Apps
sudo apt-get -y install iotop sysstat ncdu htop dbench dtrx mc slurm qalc tmux