Repositories (3)

scraps
1 snippets stored for this repo
Файл CSV имеет такой вид:

whore,howmuch
Jolly,300
Fox,900
Lawrence,400
hugeCSVsplitter
1 snippets stored for this repo
{
                bufferCap = 300000;
                MessageBox.Show(
                    string.Format("You have set a pretty damn big buffer. It will be reduced to {0}.",
                        bufferCap.ToString()),
                    "Buffer is too damn big",
                    MessageBoxButton.OK,
retifrav.github.io
2 snippets stored for this repo
CSS IconCSS
th.top-best,
th.top-shit {
    font-size: 150%;
CSS IconCSS
}
th.top-shit {
    color: red;