Skip to content

Instantly share code, notes, and snippets.

View Eugene-Y's full-sized avatar

Eugene Yakshin Eugene-Y

View GitHub Profile
@Eugene-Y
Eugene-Y / Taliban Cola
Created November 16, 2013 23:36
ChucK course, assignment #3
SndBuf2 snare => NRev sRev => Pan2 pSnare => dac;
SndBuf2 crash => NRev sRev3 => dac;
SndBuf2 kick => Pan2 pKick => dac;
SndBuf2 hihat => NRev sRev2 => Pan2 pHihat => dac;
SinOsc sine => dac;
me.dir() => string path;
<<<path>>>;
<<<"">>>;
<<<"-------------------- Taliban Cola -------------------- ">>>;
@Eugene-Y
Eugene-Y / VS17_CPP_SetGet.snippet
Last active September 25, 2018 12:45
Visual Studio 17 snippet for C++ Set and Get
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>SetGet</Title>
<Keywords>set get</Keywords>
<Shortcut>sget</Shortcut>
<Author>Eugene Yakshin</Author>
<Description>Makes Setter and Getter</Description>
</Header>