Skip to content

Instantly share code, notes, and snippets.

View robmarco's full-sized avatar
🇮🇨
Work hard and happy coding my friend!

Roberto Marco robmarco

🇮🇨
Work hard and happy coding my friend!
View GitHub Profile
@robmarco
robmarco / download_chrome41.js
Created September 14, 2018 11:22 — forked from ebidel/download_chrome41.js
For when you need to test your site in Google Search (Chrome 41).
/**
* Copyright 2018 Google Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@robmarco
robmarco / App.js
Created March 9, 2018 22:31 — forked from jesseditson/App.js
ES6 & React Sticky scroll higher-order component example
import React from 'react'
import MyComponent from '../components/MyComponent'
export default class App extends React.Component {
render() {
return <MyComponent topMargin="10"/>
}
}
@robmarco
robmarco / README.md
Created September 15, 2016 16:46 — forked from hugodias/README.md
My ZSH Theme

agnoster.zsh-theme

forked by rjorgenson

A ZSH theme optimized for people who use:

  • Solarized
  • Git
  • Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
  • NVM
  • RVM
# config/application.rb
require File.expand_path('../boot', __FILE__)
# Pick the frameworks you want:
require "active_model/railtie"
require "active_record/railtie"
require "action_controller/railtie"
require "action_mailer/railtie"
require "action_view/railtie"