Skip to content

Instantly share code, notes, and snippets.

View christophrumpel's full-sized avatar
🤠
PHP/Laravel Developer and Author

Christoph Rumpel christophrumpel

🤠
PHP/Laravel Developer and Author
View GitHub Profile
curl -#L https://get.rvm.io | bash
######################################################################## 100,0%
Downloading RVM from wayneeseguin branch master
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 124 100 124 0 0 139 0 --:--:-- --:--:-- --:--:-- 286
100 3265k 100 3265k 0 0 159k 0 0:00:20 0:00:20 --:--:-- 650k
Upgrading the RVM installation in /christophrumpel1.rvm/
RVM PATH line found in /Volumes/Macintosh /Volumes/Macintosh /Volumes/Macintosh /Volumes/Macintosh /Volumes/Macintosh /Volumes/Macintosh /Volumes/Macintosh /Volumes/Macintosh.
christophrumpel1 in ~
○ curl -#L https://get.rvm.io | bash
######################################################################## 100,0%
Downloading RVM from wayneeseguin branch master
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 124 100 124 0 0 218 0 --:--:-- --:--:-- --:--:-- 278
100 3264k 100 3264k 0 0 228k 0 0:00:14 0:00:14 --:--:-- 326k
Upgrading the RVM installation in /christophrumpel1.rvm/
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="prose"
# Example aliases
curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby
######################################################################## 100,0%
Please read and follow further instructions.
Press ENTER to continue.
Downloading RVM from wayneeseguin branch stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 124 100 124 0 0 139 0 --:--:-- --:--:-- --:--:-- 287
100 3261k 100 3261k 0 0 128k 0 0:00:25 0:00:25 --:--:-- 315k
sudo curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby
######################################################################## 100,0%
Please read and follow further instructions.
Press ENTER to continue.
Downloading RVM from wayneeseguin branch stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 124 100 124 0 0 226 0 --:--:-- --:--:-- --:--:-- 302
100 3261k 100 3261k 0 0 622k 0 0:00:05 0:00:05 --:--:-- 879k
@christophrumpel
christophrumpel / keep_elements_in_view.js
Created August 22, 2012 09:41
js: elements stay in window vie
//keep element in view
(function($)
{
$(document).ready( function()
{
var elementPosTop = $('#sidebar-ads').position().top;
$(window).scroll(function()
{
var wintop = $(window).scrollTop(), docheight = $(document).height(), winheight = $(window).height();
//if top of element is in view
@christophrumpel
christophrumpel / snippet.txt
Created March 8, 2012 22:10
HTML5: Starter Plain
<!DOCTYPE html>
<html lang-"en">
<head>
<meta charset="utf-8">
<title>untitled</title>
</head>
<body>
</div>