Skip to content

Instantly share code, notes, and snippets.

View amalshehu's full-sized avatar
🌈
Living life

Amal Shehu amalshehu

🌈
Living life
View GitHub Profile
@schesnowitz
schesnowitz / Setup Ruby On Rails on Ubuntu 16.04.md
Last active June 29, 2018 10:19
Setup Ruby On Rails on Ubuntu 16.04
sudo apt-get update
sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev nodejs

RVM Setup

sudo apt-get install libgdbm-dev libncurses5-dev automake libtool bison libffi-dev
@ourmaninamsterdam
ourmaninamsterdam / LICENSE
Last active April 24, 2024 18:56
Arrayzing - The JavaScript array cheatsheet
The MIT License (MIT)
Copyright (c) 2015 Justin Perry
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 copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
@zenorocha
zenorocha / README.md
Last active April 6, 2024 16:59
A template for Github READMEs (Markdown) + Sublime Snippet

Project Name

TODO: Write a project description

Installation

TODO: Describe the installation process

Usage