Skip to content

Instantly share code, notes, and snippets.

View Lc0rE's full-sized avatar
🦊

Luca Corsilli Lc0rE

🦊
View GitHub Profile

Keybase proof

I hereby claim:

  • I am lc0re on github.
  • I am lc0re (https://keybase.io/lc0re) on keybase.
  • I have a public key ASAfMXUCQT9Q5JC-Nr6wxyshtDWEXWdokVrYjzfaN46McQo

To claim this, I am signing this object:

@Lc0rE
Lc0rE / brew-install-script.sh
Last active August 28, 2023 09:18 — forked from CliffordAnderson/brew-install-script.sh
Brew install script for OSX
#!/bin/sh
# Homebrew Script for OSX
# To execute: save and `chmod +x ./brew-install-script.sh` then `./brew-install-script.sh`
echo "Installing brew..."
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo "Installing brew cask..."
brew install caskroom/cask/brew-cask
@Lc0rE
Lc0rE / designer.html
Last active August 29, 2015 14:08
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {