Skip to content

Instantly share code, notes, and snippets.

View Dionis-mgn's full-sized avatar

Denis Glebov Dionis-mgn

  • Russian Federation
View GitHub Profile
#include <folly/FBVector.h>
#include <string>
void main()
{
folly::fbvector<std::string> data;
for (size_t i = 0; i < 3; i++)
{
data.push_back("test");
@Dionis-mgn
Dionis-mgn / dabblet.css
Created July 26, 2016 06:53
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f03;
min-height: 100%;
@Dionis-mgn
Dionis-mgn / dabblet.css
Created July 26, 2016 06:53
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
min-height: 100%;
@Dionis-mgn
Dionis-mgn / dabblet.css
Created September 17, 2015 12:41
p:last-of-type {
body {
background: #F7FBFF;
}
.book {
float: left;
padding: 0px;
margin: 0;
font: 14px Arial;
height: 15cm;
@Dionis-mgn
Dionis-mgn / dabblet.css
Last active September 24, 2015 20:06
Pages
/*
Pages
*/
body {
background: #F7FBFF;
}
.book {
float: left;
padding: 0.5em;
font: 14px Arial;