I hereby claim:
- I am ymirpl on github.
- I am marcinmincer (https://keybase.io/marcinmincer) on keybase.
- I have a public key whose fingerprint is 46D4 B267 0B51 9775 AAE7 A8C5 E5E6 62C8 696C 2F5B
To claim this, I am signing this object:
#ifndef WTE_BPChromeCastPlayerInternalState_h | |
#define WTE_BPChromeCastPlayerInternalState_h | |
typedef NS_ENUM(NSUInteger, BPChromeCastPlayerInternalState) { | |
BPChromeCastPlayerInternalStateDeviceDisconnected, | |
BPChromeCastPlayerInternalStateDeviceConnecting, | |
BPChromeCastPlayerInternalStateDeviceConnected, | |
BPChromeCastPlayerInternalStateAppConnecting, | |
BPChromeCastPlayerInternalStateAppConnected, | |
BPChromeCastPlayerInternalStateLoading, |
I hereby claim:
To claim this, I am signing this object:
The theme is called example
. Your old theme is kept on server and called example BACKUP
.
Files layout on server:
All *.php
templates are kept inside themes\example\sw2\
directory. All static files (images/scripts/styles) are inside common
, content
and sample
directories.
Landing page is a special kind of page that has it's own layout (special template). The template is called SW2-Landing-without-tabs-v2 Page Template
and can be edited using Theme editor in WP's admin panel.
Use gulp-ruby-sass
instead of gulp-sass
, as the latter is faster, but buggy.
The gulp-ruby-sass
compiler is stupid when it comes to directories, it will put all compiled css files in the plain dest
no matter when it was originally.
The coffee compiler respects directories like you would expect it to do.
In other words, if you run gulp-ruby-sass
for all files in current directory, using the same directory as a dst
you will get:
.
|-- a.css
# coding: utf8 | |
import re | |
from collections import defaultdict | |
NO_MPLS_NO_GAL = "/Volumes/Data/ymir/Dropbox/mgr/dla_ens/res/pre_results/no_mpls_no_gal/General-0.sca" | |
GAL_NO_MPLS = "/Volumes/Data/ymir/Dropbox/mgr/dla_ens/res/pre_results/gal_no_mpls/General-0.sca" | |
GAL_MPLS = "/Volumes/Data/ymir/Dropbox/mgr/dla_ens/res/pre_results/gal_mpls/General-0.sca" | |
def make_latex_table(title_row=['a', 'b'], cols=2, data=[], caption="opis", id="tab"): |
Config Error, aborting ! {{case_clause,{error,enoent}}, | |
[{xmerl_scan,fetch_DTD,2, | |
[{file,"xmerl_scan.erl"},{line,1283}]}, | |
{xmerl_scan,scan_doctype3,3, | |
[{file,"xmerl_scan.erl"},{line,1264}]}, | |
{xmerl_scan,scan_prolog,4, | |
[{file,"xmerl_scan.erl"},{line,722}]}, | |
{xmerl_scan,scan_document,2, | |
[{file,"xmerl_scan.erl"},{line,563}]}, | |
{xmerl_scan,file,2, |
// | |
// This program is free software: you can redistribute it and/or modify | |
// it under the terms of the GNU Lesser General Public License as published by | |
// the Free Software Foundation, either version 3 of the License, or | |
// (at your option) any later version. | |
// | |
// This program is distributed in the hope that it will be useful, | |
// but WITHOUT ANY WARRANTY; without even the implied warranty of | |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
// GNU Lesser General Public License for more details. |
// | |
// This program is free software: you can redistribute it and/or modify | |
// it under the terms of the GNU Lesser General Public License as published by | |
// the Free Software Foundation, either version 3 of the License, or | |
// (at your option) any later version. | |
// | |
// This program is distributed in the hope that it will be useful, | |
// but WITHOUT ANY WARRANTY; without even the implied warranty of | |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
// GNU Lesser General Public License for more details. |