Skip to content

Instantly share code, notes, and snippets.

View jecaestevez's full-sized avatar

Jesus Estevez jecaestevez

View GitHub Profile
@jecaestevez
jecaestevez / sql server long print of nvarchar maxsize
Created July 3, 2017 13:38
sql server long print of nvarchar maxsize
CREATE PROCEDURE [dbo].[LongPrint]
@String NVARCHAR(MAX)
AS
/*
Example:
exec LongPrint @string =
'This String
### 1. Clone your fork:
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
### 2. Add remote from original repository in your forked repository:
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
"date","total","disease","wounds","other"
"4/1854","8571","1","0","5"
"5/1854","23333","12","0","9"
"6/1854","28333","11","0","6"
"7/1854","28772","359","0","23"
"8/1854","30246","828","1","30"
"9/1854","30290","788","81","70"
"10/1854","30643","503","132","128"
"11/1854","29736","844","287","106"
"12/1854","32779","1725","114","131"
{
"mcorreafdez": {
"lang": "",
"favourites_count": "",
"name": "",
"friends_count": "",
"friends_list": {
"EmprendeMadres": {
"lang": "es",
"favourites_count": 41,
@jecaestevez
jecaestevez / TodoAppBundle.js
Created April 2, 2017 10:57
Webpack Angular templateUrl basic TODO demo ( http://codepen.io/jecaestevez/pen/yMZzXY )
This file has been truncated, but you can view the full file.
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ return installedModules[moduleId].exports;