Skip to content

Instantly share code, notes, and snippets.

View gupta-shrinath's full-sized avatar
:octocat:
Looking for good opportunities.

Gupta Shrinath gupta-shrinath

:octocat:
Looking for good opportunities.
View GitHub Profile
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
<?php
class Obj
{
public $id;
public $size;
public $color;
function __construct($id, $size, $color)
{
$this->id = $id;
$this->size = $size;
@gupta-shrinath
gupta-shrinath / README
Last active June 28, 2020 18:42
Boilerplate for README.md file
# Name
Description
## Status
## Technical Info.
## Testing