Skip to content

Instantly share code, notes, and snippets.

@mejje
mejje / run.csx
Created January 5, 2019 10:42
TraderaPush
#r "System.Net"
#r "System.ServiceModel"
#r "Microsoft.WindowsAzure.Storage"
#r "TraderaClient.dll"
using System;
using System.Collections.Specialized;
using System.Net;
using System.ServiceModel;
using Microsoft.WindowsAzure.Storage.Table;
@mejje
mejje / UnitySVG.cginc
Created May 24, 2017 21:17
UnitySVG.cginc Unity 5.6
// Upgrade NOTE: replaced '_Object2World' with 'unity_ObjectToWorld'
#ifndef UNITY_SVG_INCLUDED
#define UNITY_SVG_INCLUDED
struct VertexInput_SVG
{
float4 vertex : POSITION;
fixed4 color : COLOR;
half3 normal : NORMAL;
@mejje
mejje / patch2.diff
Created May 1, 2017 16:44
SVG importer 1.3.1 shader fixes for Unity 5.6
From 81b6ef5d94662e522ac9304402ea9f3f98bd672e Mon Sep 17 00:00:00 2001
Date: Mon, 1 May 2017 17:56:36 +0200
Subject: [PATCH] SVG importer shader fixes
---
.../Shaders/Resources/Standard/UnitySVG.cginc | 72 ++++++++++++----------
1 file changed, 41 insertions(+), 31 deletions(-)
diff --git a/Assets/SVG Importer/Plugins/Shaders/Resources/Standard/UnitySVG.cginc b/Assets/SVG Importer/Plugins/Shaders/Resources/Standard/UnitySVG.cginc
index 5ab3afd..885add7 100644
@mejje
mejje / patch.diff
Created March 1, 2017 22:15
SVG importer 1.3.1 shader fixes for Unity 5.5
From 481b318b11a4c572315f4ea47fd58690263e5330 Mon Sep 17 00:00:00 2001
Date: Wed, 1 Mar 2017 21:25:06 +0100
Subject: [PATCH] SVG importer shader fixes
---
.../Shaders/Resources/Standard/UnitySVG.cginc | 64 +++++++++++++---------
1 file changed, 38 insertions(+), 26 deletions(-)
diff --git a/Assets/SVG Importer/Plugins/Shaders/Resources/Standard/UnitySVG.cginc b/Assets/SVG Importer/Plugins/Shaders/Resources/Standard/UnitySVG.cginc
index e2fd6b0..5ab3afd 100644
mejjeNAS:~# rclone sync /c/pictures b2:mejje-pictures -v --dump-headers
2016/06/18 23:41:14 rclone: Version "v1.30" starting with parameters ["rclone" "sync" "/c/pictures" "b2:mejje-pictures" "-v" "--dump-headers"]
2016/06/18 23:41:14 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016/06/18 23:41:14 HTTP REQUEST
2016/06/18 23:41:14 GET /b2api/v1/b2_authorize_account HTTP/1.1
Host: api.backblaze.com
User-Agent: rclone/v1.30
Authorization: removed
Accept-Encoding: gzip
mejjeNAS:~# rclone sync /c/pictures b2:mejje-pictures -v --dump-headers
2016/06/18 21:02:48 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016/06/18 21:02:48 HTTP REQUEST
2016/06/18 21:02:48 GET /b2api/v1/b2_authorize_account HTTP/1.1
Host: api.backblaze.com
User-Agent: rclone/v1.29
Accept-Encoding: gzip
2016/06/18 21:02:48 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>