This file contains 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
==> Starting check()... | |
if [ "false" = "true" ]; then \ | |
coverage run --source=vdirsyncer/ --module pytest; \ | |
else \ | |
py.test; \ | |
fi; \ | |
STATUS="$?"; \ | |
set -e; \ | |
[ "false" != "true" ] || codecov; \ | |
[ "false" != "true" ] || scripts/upload-hypothesis-db.sh; \ |
This file contains 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
$ make | |
Scanning dependencies of target awesomewidgets_automoc | |
[ 1%] Automatic moc for target awesomewidgets | |
Generating moc_qreplytimeout.cpp | |
Generating moc_abstractextitem.cpp | |
Generating moc_abstractextitemaggregator.cpp | |
Generating moc_extquotes.cpp | |
Generating moc_extscript.cpp | |
Generating moc_extupgrade.cpp | |
Generating moc_extweather.cpp |
This file contains 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
04-01 09:59:48:161 2409 OCC::ConnectionValidator::checkServerAndAuth: Checking server and authentication | |
04-01 09:59:48:168 2409 OCC::ConnectionValidator::checkServerAndAuth: Trying to look up system proxy | |
04-01 09:59:48:170 2409 OCC::AccountState::checkConnectivity: ConnectionValidator already running, ignoring "[email protected]" | |
04-01 09:59:48:171 2409 OCC::AccountState::checkConnectivity: ConnectionValidator already running, ignoring "[email protected]" | |
04-01 09:59:48:169 2449 OCC::SystemProxyRunnable::run: virtual void OCC::SystemProxyRunnable::run() Starting system proxy lookup | |
04-01 09:59:48:171 2409 OCC::ConnectionValidator::systemProxyLookupDone: No system proxy set by OS | |
04-01 09:59:48:171 2409 OCC::AbstractNetworkJob::start: !!! OCC::CheckServerJob created for "https://foo.dynu.com/owncloud" + "status.php" "OCC::ConnectionValidator" | |
04-01 09:59:48:281 2409 OCC::AccountManager::wantsAccountSavedSlot: Saving account "https://foo.dynu.com/owncloud" | |
04-01 09:59:48:281 2409 OCC::AccountManager::sa |
This file contains 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
08-30 14:07:58:614 8203 OCC::ConnectionValidator::checkServerAndAuth: Checking server and authentication | |
08-30 14:07:58:617 8203 OCC::ConnectionValidator::checkServerAndAuth: Trying to look up system proxy | |
08-30 14:07:58:618 8229 OCC::SystemProxyRunnable::run: virtual void OCC::SystemProxyRunnable::run() Starting system proxy lookup | |
08-30 14:07:58:628 8203 OCC::ConnectionValidator::systemProxyLookupDone: void OCC::ConnectionValidator::systemProxyLookupDone(const QNetworkProxy&) Setting QNAM proxy to be system proxy "2://:0" | |
08-30 14:07:58:629 8203 OCC::AbstractNetworkJob::start: !!! OCC::CheckServerJob created for "https://foo.com/owncloud" + "status.php" | |
08-30 14:07:58:756 8203 OCC::AccountManager::wantsAccountSavedSlot: Saving account "https://foo.com/owncloud" | |
08-30 14:07:58:761 8203 OCC::AccountManager::save: Saving 2 unknown certs. | |
08-30 14:07:58:762 8203 OCC::AccountManager::save: Saving cookies. | |
08-30 14:07:58:766 8203 OCC::CookieJar::save: "/home/protist/.local/share/data//ownCloud//cookies.db" | |
08-3 |
This file contains 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
$ thunderbird | |
(process:24265): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed | |
[calBackendLoader] Using libical backend at /home/protist/.thunderbird/random.default/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libical-manifest | |
enigmail.js: Registered components | |
8:57:25.711 DEBUG firetray.Logging initialized | |
8:57:25.718 DEBUG firetray.Handler _directory=/home/protist/.thunderbird/random.default/extensions/{9533f794-00b4-4354-aa15-c2bbda6989f8} | |
mimeVerify.jsm: module initialized | |
2015-06-16 08:57:33: stackwalker.cc:125: INFO: Couldn't load symbols for: /usr/lib/thunderbird/libxul.so|EA9EA3D45BAB83FE3FAC6A95D548E3C60 | |
2015-06-16 08:57:33: basic_code_modules.cc:88: INFO: No module at 0x7ffc6d8ba4d0 |
This file contains 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
$ DEBUG=yes plasmawindowed org.kde.plasma.awesomewidget 2>&1 | grep ExtScript | |
[ExtScript::readConfiguration] | |
[ExtScript::setName] | |
[ExtScript::setName] : Name "Current temp.desktop" | |
[ExtScript::setComment] | |
[ExtScript::setComment] : Comment "Get current temperature" | |
[ExtScript::setApiVersion] | |
[ExtScript::setApiVersion] : Version 1 | |
[ExtScript::setExecutable] | |
[ExtScript::setExecutable] : Executable "/home/protist/.local/share/awesomewidgets/scripts/my-script.sh" |
This file contains 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
#!/usr/bin/env bash | |
# Create a linkified vimwiki tree of the specified directory and subdirectories. | |
# It takes one argument: the base directory of the vimwiki. | |
# For the links to make sense, place the output of this script into a file located in this base directory. | |
# Print header | |
echo '= Wiki contents =' | |
echo | |
cd "$1" |
This file contains 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
#!/usr/bin/env ruby | |
require 'benchmark' | |
max = 100_000 | |
a = [] | |
flip_flop = false | |
(1..max).each do |i| | |
if flip_flop | |
a.unshift({c:[i, i+1]}) |
This file contains 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
#!/usr/bin/env ruby | |
require 'benchmark' | |
max = 10_000_000 | |
Benchmark.bmbm do |bm| | |
bm.report('pipe') do | |
a = (1..max).to_a | |
a.map! do|i| | |
i + 10 if i.even? |
This file contains 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
#!/usr/bin/env ruby | |
require 'benchmark' | |
max = 1_000_000 | |
a = (1..max).to_a | |
Benchmark.bmbm do |bm| | |
bm.report('array[index]') do # Over 20 times faster than using enum.next. | |
i = 0 | |
while i < max |
NewerOlder