Skip to content

Instantly share code, notes, and snippets.

@renocon
renocon / install-julia.sh
Last active November 8, 2017 16:20 — forked from adriantorrie/install-julia.sh
Ubuntu 14.04 - Install The Julia Language (julia-lang)
sudo add-apt-repository ppa:staticfloat/juliareleases
sudo apt-get update
sudo apt-cache show julia
sudo apt-get install julia julia-doc -y
julia -E 'Pkg.update()'
julia
$scope.saveProfile = function(){
$scope.businesses[$scope.input.curBusiness]._method = "PUT";
API.post("/organizations/"+$scope.businesses[$scope.input.curBusiness].id, $scope.businesses[$scope.input.curBusiness]).then(
function(res){
console.log(res);
$mdToast.show(
$mdToast.simple()
.content("Changes Saved!")
.position('bottom right')
.hideDelay(2000)
@renocon
renocon / index1.php
Last active January 23, 2016 22:38
the view for david
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Navbar</title>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/semantic.min.css'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/components/icon.min.css'>