This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Descrition=Weston Wayland compositor | |
| [Service] | |
| User=root | |
| Restart=always | |
| StartLimitIntervalSec=0 | |
| RestartSec=5s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "bufio" | |
| "crypto/aes" | |
| "crypto/cipher" | |
| "crypto/rand" | |
| "errors" | |
| "flag" | |
| "io" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package middlewares | |
| import ( | |
| "strconv" | |
| "time" | |
| "github.com/gofiber/fiber/v2" | |
| "go.uber.org/zap" | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "archive/zip" | |
| "bytes" | |
| "encoding/json" | |
| "flag" | |
| "fmt" | |
| "github.com/aws/aws-sdk-go/aws" | |
| "github.com/aws/aws-sdk-go/aws/session" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "encoding/json" | |
| "flag" | |
| "fmt" | |
| "github.com/djhworld/go-lambda-invoke/golambdainvoke" | |
| "github.com/fatih/color" | |
| "github.com/k0kubun/pp" | |
| "io/ioutil" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const util = require('util') | |
| const AWS = require('aws-sdk') | |
| const uuid = require('uuid/v1') | |
| AWS.config.update({ region: 'eu-central-1' }) | |
| const delay = ms => new Promise(resolve => setTimeout(resolve, ms)) | |
| async function test () { | |
| const apiId = process.argv[2] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| # Test argument existence | |
| if [ -z "$1" ] | |
| then | |
| echo ">> Function path must be supplied" | |
| exit 1 | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " | |
| " Name: railscasts.vim | |
| " URL: https://github.com/jpo/vim-railscasts-theme | |
| " License: MIT <http://opensource.org/licenses/MIT> | |
| " | |
| set background=dark | |
| hi clear | |
| if exists("syntax_on") | |
| syntax reset |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [user] | |
| name = Jean | |
| email = jean@pierre.fr | |
| [push] | |
| default = matching | |
| [alias] | |
| c = clone | |
| st = status |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name":"Abricot", | |
| "hex":"E67E30" | |
| }, | |
| { | |
| "name":"Acajou", | |
| "hex":"88421D" | |
| }, | |
| { |
NewerOlder