Skip to content

Instantly share code, notes, and snippets.

View kevsmt's full-sized avatar

Kevs(mt) kevsmt

View GitHub Profile
/*
* The majority of this code is based on the Ext JS Connect JsonRpc provider.
* That code's license appears below. My changes are likewise MIT Licensed
*/
/*!
* Ext JS Connect
* Copyright(c) 2010 Ext JS, Inc.
* MIT Licensed
*/
# Initial setup
git clone -o framework -b develop https://github.com/laravel/laravel.git project-name
cd project-name
git checkout --orphan master
git commit -m "Initial commit"
# Pulling changes
git fetch framework
git merge --squash -m "Upgrade Laravel" framework/develop
# Fix merge conflicts if any and commit
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.Windows.Input;
using System.Windows.Threading;
using System.Collections.Generic;
namespace Ownskit.Utils
{