Skip to content
View ijavid's full-sized avatar

Block or report ijavid

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. increase patch version in package.js... increase patch version in package.json with pure bash only
    1
    #!/bin/bash
    2
    
                  
    3
    version=$(grep -m1 version package.json | awk -F: '{ print $2 }' | sed 's/[", ]//g')
    4
    
                  
    5
    inc=1
  2. pre-receive.sh pre-receive.sh
    1
    #!/bin/sh
    2
    while read old new branch
    3
    do
    4
        case "$new-$branch" in
    5
            000000000000000000*)
  3. gistfile1.txt gistfile1.txt
    1
    FROM node:8.9.4-alpine as builder
    2
    
                  
    3
    RUN mkdir -p /usr/app
    4
    WORKDIR /usr/app
    5
    
                  
  4. 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.
    1
    select 'replacewithtablename' into @table;
    2
    select 'replacewithdatabasename' into @schema;
    3
    
                  
    4
    select concat('public class ',@table,'{')
    5
    union
  5. MSSQL in docker MSSQL in docker
    1
    docker 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
  6. EPEX-Grid-Price EPEX-Grid-Price Public

    TypeScript