-
El malabarista
- Colombia
- www.elmalabarista.com
Highlights
- 1 discussion answered
Block or Report
Block or report mamcx
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
Tablam/TablaM Public
The practical relational programing language for data-oriented applications
-
1
# General
2http://blog.pluralsight.com/elixir-is-for-programmers #Idea assert, test
3http://www.q-lang.io/ #Definicion tipos como campos DB
4http://dlang.org/exception-safe.html #Alternativa try--except con scope
5http://floodyberry.com/noncryptohashzoo/ #Implementaciones de funcion HASH
-
1
use std::collections::HashSet;
2use std::hash::Hash;
34pub enum StepResult {
5Next,