Pinned Loading
-
increase patch version in package.js...
increase patch version in package.json with pure bash only 1#!/bin/bash
23version=$(grep -m1 version package.json | awk -F: '{ print $2 }' | sed 's/[", ]//g')
45inc=1
-
pre-receive.sh
pre-receive.sh 1#!/bin/sh
2while read old new branch
3do
4case "$new-$branch" in
5000000000000000000*)
-
gistfile1.txt
gistfile1.txt 1FROM node:8.9.4-alpine as builder
23RUN mkdir -p /usr/app
4WORKDIR /usr/app
5 -
Outputs a POCO for a given MySql tab...
Outputs a POCO for a given MySql table. Based on http://stackoverflow.com/a/13918084/21865 with mild formatting changes and additional types added. 1select 'replacewithtablename' into @table;
2select 'replacewithdatabasename' into @schema;
34select concat('public class ',@table,'{')
5union
-
MSSQL in docker
MSSQL in docker 1docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=<PASSWORD>" -p 1433:1433 -v sqlvolume:/var/opt/mssql --name sql1 --restart always -d mcr.microsoft.com/mssql/server:2017-latest
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.