Skip to content

Instantly share code, notes, and snippets.

@MisterTimur
MisterTimur / gist:37ca889200bc327a9566
Last active September 14, 2015 01:17
Tim-Pascal-Lib.asm
ORG 100h;{Абдулов Тимур Рифович 2015 год Email hostingurifa@gmail.com .
;INFO Кодировка файла должна быть CP 866
;Site https://sites.google.com/site/timpascallib/
;Youtube https://www.youtube.com/channel/UCUhQNuTAQ933YBTy6awC0Pw
;Google+ https://plus.google.com/u/0/+%D0%A2%D0%B8%D0%BC%D1%83%D1%80%D0%90%D0%B1%D0%B4%D1%83%D0%BB%D0%BE%D0%B2/posts
;GIST https://gist.github.com/MisterTimur/37ca889200bc327a9566
;------------------------------------------------------------------------------}
use16;
;{ ОСНОВНОЕ ТЕЛО ПРОГРАММЫ .
;---------------------;
@ashwin
ashwin / OpenTKExample.cs
Created June 7, 2013 04:20
An example C# program that uses OpenTK. Displays a colored triangle.
// C# example program to demonstrate OpenTK
//
// Steps:
// 1. Create an empty C# console application project in Visual Studio
// 2. Place OpenTK.dll in the directory of the C# source file
// 3. Add System.Drawing and OpenTK as References to the project
// 4. Paste this source code into the C# source file
// 5. Run. You should see a colored triangle. Press ESC to quit.
//
// Copyright (c) 2013 Ashwin Nanjappa