Skip to content

Instantly share code, notes, and snippets.

View botanegg's full-sized avatar

Konstantin Goncharik botanegg

View GitHub Profile
@botanegg
botanegg / break_lines.cpp
Created October 28, 2014 19:33
CLion formatting defaults
#include <vector>
class Foo {
friend class AnotherClass;
private:
Foo *field1;
public:
int field2;
#!/bin/sh
##Settings
SERVER=mc.optizone.ru
FILE=speedtest.log
STARTTEST=$(date -R)
SUPLOAD=$(nuttcp -T10 $SERVER | sed 's/^[ \t]*//')
SDOWNLOAD=$(nuttcp -r -F -T10 $SERVER | sed 's/^[ \t]*//')