Skip to content

Instantly share code, notes, and snippets.

View Yukinii's full-sized avatar

Yuki Yukinii

  • BitFlash, LLC
  • Austria. Vienna
View GitHub Profile
@Yukinii
Yukinii / RoslynScriptingCSharpTestSample.cs
Created October 11, 2015 23:41
Roslyn C# Scripting with Cache
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Scripting;
using Microsoft.CodeAnalysis.Scripting.CSharp;
namespace RoslynScriptingTest
{
@Yukinii
Yukinii / lang-model.txt
Last active August 29, 2015 14:26 — forked from DurbanVisuals/lang-model.txt
conquery translation english file
/**
* Core Language File
*/
// Titles
$lang['core title welcome'] = "Willkommen zu %s";
// Buttons
$lang['core button admin'] = "Admin";
$lang['core button cancel'] = "Abbrechen";
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using System.Windows.Input;
using KeyEventArgs = System.Windows.Forms.KeyEventArgs;
using KeyEventHandler = System.Windows.Forms.KeyEventHandler;
/*
This file is part of VOTC.