Skip to content

Instantly share code, notes, and snippets.

@FaronBracy
FaronBracy / FlyCamera.cs
Created June 9, 2020 15:47 — forked from gunderson/FlyCamera.cs
Unity Script to give camera WASD + mouse control
using UnityEngine;
using System.Collections;
public class FlyCamera : MonoBehaviour {
/*
Writen by Windexglow 11-13-10. Use it, edit it, steal it I don't care.
Converted to C# 27-02-13 - no credit wanted.
Simple flycam I made, since I couldn't find any others made public.
Made simple to use (drag and drop, done) for regular keyboard layout
@FaronBracy
FaronBracy / xd2md.cs
Created January 10, 2017 17:55 — forked from formix/xd2md.cs
Generates Markdown From VisualSturio XML documentation files
using System;
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
using System.Xml;
using System.Xml.Linq;
namespace Formix.Utils
{
class Program
DECLARE @startId bigint;
DECLARE @endId bigint;
SET @startId = 0
SET @endId = 42327636
WHILE (@startId > @endId)
BEGIN
UPDATE storage.StorageInformation
SET LocationTypeId = 0, BackupLocationTypeId = 0
WHERE @startId <= StorageId and StorageId < @startId + 100000 and LocationTypeId IS NULL;