Skip to content

Instantly share code, notes, and snippets.

View CoffiDev's full-sized avatar
🏠
Working from home

Alejandro Cuenca Estrada CoffiDev

🏠
Working from home
View GitHub Profile
//Menu: Browse scriptkit.app
//Description: Launch scriptkit.app in your browser
//Note: Feels free to delete this script!
exec(`open https://scriptkit.app`)
//Menu: Browse scriptkit.app
//Description: Launch scriptkit.app in your browser
//Note: Feels free to delete this script!
exec(`open https://scriptkit.app`)
//Menu: Browse scriptkit.app
//Description: Launch scriptkit.app in your browser
//Note: Feels free to delete this script!
exec(`open https://scriptkit.app`)
//Menu: Browse scriptkit.app
//Description: Launch scriptkit.app in your browser
//Note: Feels free to delete this script!
exec(`open https://scriptkit.app`)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script src="https://unpkg.com/@reactivex/rxjs@5.0.3/dist/global/Rx.js"></script>
@CoffiDev
CoffiDev / 0_reuse_code.js
Created July 8, 2016 09:03
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
import timing
import sys
from random import randint, uniform
class Perceptron:
weights = []
c = 0.01
error_0 = 0