This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +sebstein is my blockchain ID. https://onename.com/sebstein |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2008-10-17", | |
"Id": "Policy-GENERATED-ID", | |
"Statement": [ | |
{ | |
"Sid": "DenyUnSecureCommunications", | |
"Effect": "Deny", | |
"Principal": { | |
"AWS": "*" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "Stmt-GENERATED-ID", | |
"Effect": "Allow", | |
"Action": [ | |
"s3:ListBucket" | |
], | |
"Resource": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone git://anongit.kde.org/kbruch | |
cd kbruch | |
mkdir build | |
cd build | |
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull | |
make -j4 | |
sudo make install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g->description = GTK_ENTRY(gtk_entry_new()); | |
gtk_box_pack_start(box, GTK_WIDGET(g->description), FALSE, FALSE, 0); | |
g_object_set(G_OBJECT(g->description), "tooltip-text", _("description or further information"), (char *)NULL); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
header nav { | |
position: relative; | |
border-top: 1px solid #73BBCF; | |
border-bottom: 1px solid #73BBCF; | |
} | |
header nav { | |
padding: 12px 0; | |
font-weight: bold; | |
font-size: 0.875em; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<header> | |
<hgroup class="container"> | |
... | |
</hgroup> | |
<nav class="row"> | |
<ul class="container"> | |
<li><a href="/about">Über mich</a></li> | |
<li>...</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media ( min-width : 768px ) { | |
#page_wrap hgroup { | |
background: #fff url('images/skyline.jpg') no-repeat right bottom; | |
min-height: 118px; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.container { | |
max-width: 980px; | |
} | |
nav h1, footer h1 { | |
display: none; | |
} | |
nav ul li, footer ul li { | |
display: inline; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<div id="page_wrap" class="container row"> | |
<header class="row">...</header> | |
<section id="content_wrap" class="row"> | |
<section id="article_listing" class="col span_8"> | |
<article class="row">...</article> | |
<article class="row">...</article> | |
</section> | |
NewerOlder