Skip to content

Instantly share code, notes, and snippets.

View EduardoRFS's full-sized avatar
♥️
Laughing at the abysm

Eduardo Rafael EduardoRFS

♥️
Laughing at the abysm
View GitHub Profile
@EduardoRFS
EduardoRFS / Smith.java
Created February 3, 2013 09:44
Smith.java
package com.smith;
import org.bukkit.Material;
import org.bukkit.block.Chest;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerInteractEvent;
import org.bukkit.inventory.ItemStack;
module.exports = {
parserOptions: { project: './tsconfig.json' },
extends: [
'airbnb-typescript/base',
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/recommended-requiring-type-checking',
'plugin:prettier/recommended',
'prettier/@typescript-eslint',
],
rules: {

tb_partida

id vencedor
0 1
1 2

tb_time

| id_partida | id_time | nome |

2019-10-09, Version 8.16.2 'Carbon' (LTS), @BethGriggs

Node.js 8 is due to go End-of-Life on 31st December 2019.

Notable changes

  • deps: upgrade openssl sources to 1.0.2s (Sam Roberts) #28230

Commits

Idea

Reason is faster than JavaScript when using BuckleScript.

Why?

The way that you design APIs are different, JavaScript code and the lack of a type system leads to APIs being designed strictly for humans.

String as type identifier

#!/bin/bash
cd /app
sudo apt-get -y install nodejs npm m4
curl -o- -L https://yarnpkg.com/install.sh | bash
source ~/.bashrc
export OPAMYES=true
opam switch create 4.06.1
FROM archlinux
ENV OPAMYES=true
RUN pacman -Sy --noconfirm base-devel awk m4 git unzip perl wget nodejs npm yarn
RUN curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh | sh
RUN useradd -m updatebs
USER updatebs
  • Lwt wait4, perhaps emulate it? PR
  • ppx_expect, stdout with macros doesn't work PR
  • lambda-term, nl_langinfo isn't available PR
  • reason-sdl2, keycode 32bit
  • camljava, missing reference PR

Android

  • pw_passwd
  • caml_executable_name
import sharp from 'sharp';
import fs from 'fs-extra';
import _ from 'lodash/fp';
const parseImage = (path: string) =>
Promise.all([
sharp(path).metadata(),
sharp(path)
.grayscale()
.raw()