Skip to content

Instantly share code, notes, and snippets.

@lucasdf
lucasdf / business-models.md
Created September 7, 2019 15:45 — forked from ndarville/business-models.md
Business models based on the compiled list at http://news.ycombinator.com/item?id=4924647. I find the link very hard to browse, so I made a simple version in Markdown instead.

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google
@lucasdf
lucasdf / frequency.erl
Created April 14, 2017 18:30
Week 2 - Supervisor Assignment
%% Based on code from
%% Erlang Programming
%% Francecso Cesarini and Simon Thompson
%% O'Reilly, 2008
%% http://oreilly.com/catalog/9780596518189/
%% http://www.erlangprogramming.org/
%% (c) Francesco Cesarini and Simon Thompson
-module(frequency).
-export([init/0, stop/0, get_state/0, start_server/0, allocate/0, deallocate/1]).
@lucasdf
lucasdf / concurrent-programming-erlang-week1
Last active April 4, 2017 16:02
Exercises for Week 1 of the course Concurrent Programming in Erlang.
Concurrent Programming Erlang: https://www.futurelearn.com/courses/concurrent-programming-erlang
@lucasdf
lucasdf / 0_reuse_code.js
Created August 20, 2016 22:46
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