This document describes how to set up Windows 10 for cross-platform development (Go, NodeJS, etc) with Windows Subsystem for Linux (WSL).
Most of the information here is collected from
| # Description: Techsnips-Repave Script | |
| # | |
| # Install boxstarter: | |
| # . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
| # | |
| # You might need to set: Set-ExecutionPolicy RemoteSigned | |
| # | |
| # Run this boxstarter by calling the following from an **elevated** command-prompt: | |
| # start http://boxstarter.org/package/nr/url?<URL-TO-RAW-GIST> | |
| # OR |
This document describes how to set up Windows 10 for cross-platform development (Go, NodeJS, etc) with Windows Subsystem for Linux (WSL).
Most of the information here is collected from
| #!/usr/bin/env swift | |
| // | |
| // faceExtraction.swift | |
| // FaceITDetection | |
| // | |
| // Extracts faces detected in images | |
| // | |
| // Created by NovaTec GmbH on 16.08.17. | |
| // Copyright © 2017 NovaTec GmbH. All rights reserved. | |
| // |

InkscapeBatchConvert is an easy to use solution to quickly convert all files of a folder to another type without the need to open Inkscape. The program uses Windows Batch scripting and will only work on Windows.
Tested with Inkscape 1.0.x - 1.3.x ✅ (The last version that supports Inkscape 0.9.x can be found here)
_InkscapeBatchConvert.bat| library(data.table) | |
| ?`[.data.table` | |
| DT <- data.table(x=rep(c("b","a","c"),each=3), y=c(1,3,6), v=1:9) | |
| X <- data.table(x=c("c","b"), v=8:7, foo=c(4,2)) | |
| colnames(DT) | |
| # [1] "x" "y" "v" |
| FROM smebberson/alpine-base | |
| RUN apk add curl | |
| #RUN curl -sSL https://dl.bintray.com/emccode/rexray/install | sh -s -- stable 0.3.3 | |
| RUN curl -o rexray-Linux-x86_64-0.6.1.tar.gz -sSL https://emccode.bintray.com/rexray/stable/0.6.1/rexray-Linux-x86_64-0.6.1.tar.gz | |
| RUN tar zxvf rexray*.gz | |
| RUN apk add --update -t deps wget ca-certificates openssl | |
| RUN apk add --update -t openssl | |
| WORKDIR /tmp | |
| RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.23-r3/glibc-2.23-r3.apk https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.23-r3/glibc-bin-2.23-r3.apk | |
| RUN apk add --allow-untrusted glibc-bin-2.23-r3.apk glibc-2.23-r3.apk |
| # Write R data.frame to a Tableau data extract file (.tde) by building and executing | |
| # a python script which utilizes the Tableau data extract API (a hack, yes). | |
| # | |
| # This, naturally, has a hard dependency on the TDE API, so is only available for | |
| # Windows and Linux systems (unfortunately) | |
| # | |
| # Devin Riley | |
| # October, 2014 |
| # See list of docker virtual machines on the local box | |
| $ docker-machine ls | |
| NAME ACTIVE URL STATE URL SWARM DOCKER ERRORS | |
| default * virtualbox Running tcp://192.168.99.100:2376 v1.9.1 | |
| # Note the host URL 192.168.99.100 - it will be used later! | |
| # Build an image from current folder under given image name | |
| $ docker build -t gleb/demo-app . |
| { | |
| "APIGatewayServiceRolePolicy": { | |
| "Arn": "arn:aws:iam::aws:policy/aws-service-role/APIGatewayServiceRolePolicy", | |
| "AttachmentCount": 0, | |
| "CreateDate": "2019-10-22T18:22:01+00:00", | |
| "DefaultVersionId": "v6", | |
| "Document": { | |
| "Statement": [ | |
| { |
This gist contains lists of modules available in
in AWS Lambda.