Skip to content

Instantly share code, notes, and snippets.

View RicardoWEBSiTE's full-sized avatar
👨‍💻

Ricardo Nascimento RicardoWEBSiTE

👨‍💻
View GitHub Profile
@RicardoWEBSiTE
RicardoWEBSiTE / gist:4248343
Created December 10, 2012 04:12 — forked from saetia/gist:1623487
Clean Install – Mountain Lion OS X 10.8

Objects

To create a new object, use the new keyword followed by a call to a constructor function. Javascript provides the Object() constructor out-of-the-box:

var toilet = new Object();

Properties

Once you have an object, you can set and get properties on it, like this:

MySQL

A database system.

Logging into MySQL

$ mysql

or

@RicardoWEBSiTE
RicardoWEBSiTE / PHP.md
Created September 3, 2013 18:18
PHP References Documentation and Examples

Mac web developer apps

This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.

— Erik

# -*- mode: ruby -*-
# vi: set ft=ruby :
# Configure your Laravel 4 project for this virtual machine
#
# 1- Add this environment in your project's start.php file:
#
# bootstrap/start.php:
# $env = $app->detectEnvironment(array(
# 'vagrant' => array('vagrant-laravel4')
@RicardoWEBSiTE
RicardoWEBSiTE / vagrantstrap.sh
Created February 5, 2014 21:47
Vagrant Bootstrapping Ubuntu Precise 32bit for Laravel 4, Apache 2.2.22, PHP 5.4, MySQL 5.5 , Vim, cURL, Git, Composer, pip, HTTPie
#!/usr/bin/env bash
# Configurable variables
database='vagrant'
username='vagrant'
password='vagrant'
echo ''
echo ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
echo ' Bootstrapping Ubuntu Precise 32bit for Laravel 4'
@RicardoWEBSiTE
RicardoWEBSiTE / st2.sh
Created February 11, 2014 20:16
Sync installed packages & preferences across machines with Dropbox
#!/bin/bash
echo -n "Sublime Text 2 or 3? "
read version
echo "Removing file system packages"
rm -r ~/Library/Application\ Support/Sublime\ Text\ $version/Installed\ Packages
rm -r ~/Library/Application\ Support/Sublime\ Text\ $version/Packages
rm -r ~/Library/Application\ Support/Sublime\ Text\ $version/Pristine\ Packages
# sudo apt-get update
# sudo apt-get install git automake make libcurl4-openssl-dev libssl-dev -y
# git clone https://github.com/RicardoWEBSiTE/cpuminer-multi.git
# cd cpuminer-multi/
# ./autogen.sh
# ./configure --with-crypto --with-curl
# make
# # start the miner
# ./cpuminer -a cryptonight -o stratum+tcp://bcn.pool.minergate.com:45550 -u ricardonas.dasilva@gmail.com -p x
@RicardoWEBSiTE
RicardoWEBSiTE / README.md
Created July 24, 2016 00:28 — forked from mwhittaker/README.md
Google Cloud Platform