Initially
# df -h -x tmpfs Filesystem Size Used Avail Use% Mounted on udev 7.8G 0 7.8G 0% /dev /dev/sda1 9.4G 6.1G 3.3G 66% / /dev/sda2 923G 439G 482G 48% /home # btrfs fi show Label: none uuid: 1c8212fb-88ff-4f39-912a-5178a3547e6c
title = '<h3>Swashbuckler 15 (+3 TH&D), 23 Strength, specialization VS Plate Mail' | |
[[DamageCalculations]] | |
acidDamage1bonus = 0 | |
acidDamage1number = 0 | |
acidDamage1probability = 100 | |
acidDamage1sides = 2 | |
acidDamage2bonus = 0 | |
acidDamage2number = 0 | |
acidDamage2probability = 100 |
9 | |
14 | |
19 | |
5 | |
12 | |
14 | |
5 | |
7 | |
3 | |
13 |
#include <QtCore> | |
static void dump(const char* name, const QStringList& variable) { | |
QTextStream out(stdout); | |
out << variable.count() << " " << name << endl; | |
foreach (const QString& item, variable) { | |
out << " " << item << endl; | |
} | |
} |
#include <QtCore> | |
class TurtleRunnable : public QRunnable | |
{ | |
void run() override { | |
for (int i = 0; i < 15; ++i) { | |
qDebug("Tick %i", i); | |
QThread::sleep(1); | |
} | |
} |
Initially
# df -h -x tmpfs Filesystem Size Used Avail Use% Mounted on udev 7.8G 0 7.8G 0% /dev /dev/sda1 9.4G 6.1G 3.3G 66% / /dev/sda2 923G 439G 482G 48% /home # btrfs fi show Label: none uuid: 1c8212fb-88ff-4f39-912a-5178a3547e6c
<manuelschneid3r> does QString("text") allocate exactly the necessary memory or do i have to squeeze? | |
<suy> qout: { QString t("text"); qDebug() << t.capacity(); } | |
<qout> 4 | |
<suy> qout: { QString t("a much, much, much longer text"); qDebug() << t.capacity() << t.size(); } | |
<qout> 30 30 |
/home/alex/personal/configs/dotvim/init.vim|| 1
/home/alex/personal/configs/dotvim/bundle/pathogen/autoload/pathogen.vim|| 2
/usr/share/nvim/runtime/autoload/provider/python.vim|| 3
/usr/share/nvim/runtime/autoload/provider/pythonx.vim|| 4
/usr/share/nvim/runtime/autoload/provider/python3.vim|| 5
/usr/share/nvim/runtime/autoload/remote/host.vim|| 6
/home/alex/personal/configs/dotvim/bundle/submode/autoload/submode.vim|| 7
/home/alex/personal/configs/dotvim/bundle/lastnextprevious/autoload/lastnextprevious.vim|| 8
Qt is officially supported by AppVeyor: http://help.appveyor.com/discussions/suggestions/419-qt-libraries/page/1
And the details:
Example using QBS (but
ifdef::env-github[] | |
:header: I'm on GitHub! | |
:star: :star: | |
endif::[] | |
ifndef::env-github[] | |
:header: Somewhere else. | |
:star: icon:star[] | |
endif::[] |