Skip to content

Instantly share code, notes, and snippets.

View NikitaShkaruba's full-sized avatar

Nikita Shkaruba NikitaShkaruba

View GitHub Profile
" Change the color scheme from a list of color scheme names.
" Version 2010-09-12 from http://vim.wikia.com/wiki/VimTip341
" Press key:
" F8 next scheme
" Shift-F8 previous scheme
" Alt-F8 random scheme
" Set the list of color schemes used by the above (default is 'all'):
" :SetColors all (all $VIMRUNTIME/colors/*.vim)
" :SetColors my (names built into script)
" :SetColors blue slate ron (these schemes)
using System;
using System.IO;
namespace Labs
{
class Program
{
static Random dice = new Random();
static bool Loop = true;
static string bstr = "";
static int LabNum;
namespace SharpGL_EZ
{
public class Fruct
{
public Random dice = new Random();
public int x, y;
public Fruct()
{
x = dice.Next();