Skip to content

Instantly share code, notes, and snippets.

View kleberpinel's full-sized avatar

Kleber Pinel kleberpinel

View GitHub Profile
yarn install v1.21.1
[1/5] 🔍 Validating package.json...
[2/5] 🔍 Resolving packages...
[3/5] 🚚 Fetching packages...
[4/5] 🔗 Linking dependencies...
warning " > @hot-loader/react-dom@17.0.1" has unmet peer dependency "react@17.0.1".
warning " > @splashthat/sui@7.1.0" has unmet peer dependency "prop-types@^15.6.0".
warning " > @splashthat/sui@7.1.0" has unmet peer dependency "react@^16.13.1".
warning " > @splashthat/sui@7.1.0" has unmet peer dependency "react-dom@^16.13.1".
warning "@splashthat/sui > react-day-picker@7.4.10" has unmet peer dependency "react@~0.13.x || ~0.14.x || ^15.0.0 || ^16.0.0 || ^17.0.0".
@rets_metadata": {
"properties": {
"doc_count": {
"type": "long"
},
"capabilities": {
"properties": {
"getobject": {
"type": "text",
"fields": {
// https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-create-api-as-simple-proxy-for-lambda.html
'use strict';
console.log('Loading hello world function');
exports.handler = async (event) => {
let name = "you";
let city = 'World';
let time = 'day';
let day = '';
package main
import (
"fmt"
"os"
"bytes"
"crypto/tls"
"time"
"github.com/aws/aws-lambda-go/events"
"github.com/aws/aws-lambda-go/lambda"

Keybase proof

I hereby claim:

  • I am kleberpinel on github.
  • I am kleberpinel (https://keybase.io/kleberpinel) on keybase.
  • I have a public key ASBwk94gq9zsgKqI1e53Q_B85GS5gpkrIccRBo9q8grz2Ao

To claim this, I am signing this object:

var express = require('express');
const bodyParser = require("body-parser");
const { Client } = require('pg');
var app = express();
const client = new Client({
user: 'postgres',
host: 'localhost',
database: 'hc',
package main
import (
"fmt"
"bytes"
"io/ioutil"
"crypto/tls"
"time"
"github.com/aws/aws-lambda-go/events"
"github.com/aws/aws-lambda-go/lambda"
New Deploy in Production [21-02-2018]
Well done team! Congrats !
```
Release Notes
- Fixes
- Break line in the feed to not break the layout `product-backlog#205`
- `Why Am I sharing this` is not desapearing anymore `product-backlog#185`
[9] pry(main)> c = ClassInCourse.find(2812)
ClassInCourse Load (0.4ms) SELECT "class_in_courses".* FROM "class_in_courses" WHERE "class_in_courses"."id" = $1 LIMIT 1 [["id", 2812]]
=> #<ClassInCourse:0x007facb5e93090
id: 2812,
class_date: Wed, 20 May 2015,
number: nil,
title: "Class 1",
description: "Class for day 5/20/2015",
teacher_id: 4,
course_id: 39,