Skip to content

Instantly share code, notes, and snippets.

@alpercelik
alpercelik / Install nodejs to latest on Intel Edison
Created March 13, 2018 16:04
Install nodejs to latest on Intel Edison
// remove existing version of node
$ opkg remove nodejs --force-depends
// let's go to /bin
$ cd /bin
// create node build folder and move into it
$ mkdir node && cd node
// download the version of node you'd like (just replace the version number)
@yumayanagisawa
yumayanagisawa / aurora.shader
Last active January 31, 2023 19:36
Aurora Shader
//Code is converted to use in Unity(ShaderLab) from
//Auroras by nimitz 2017 (twitter: @stormoid)
//on Shadertoy(https://www.shadertoy.com/view/XtGGRt)
Shader "Aurora/aurora"
{
Properties
{