Skip to content

Instantly share code, notes, and snippets.

oftc ? | gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
oftc =!= | gnutls: peer's certificate is NOT trusted
oftc =!= | gnutls: peer's certificate issuer is unknown
oftc ? | gnutls: receiving 4 certificates
oftc ? | - certificate[1] info:
oftc ? | - subject `CN=weber.oftc.net', issuer `O=Open and Free Technology Community,OU=certification
| authority for irc,CN=irc.ca.oftc.net,EMAIL=support@oftc.net', RSA key 2048 bits, signed using
| RSA-SHA1, activated `2013-05-25 07:34:51 UTC', expires `2014-05-25 07:34:51 UTC', SHA-1
| fingerprint `ef4f6a2bef8e9f96ae087e78a22ca93512ac2e0b'
oftc ? | - certificate[2] info:
pip freeze
Cheetah==2.4.4
Django==1.4.5
IPy==0.75
Jinja2==2.6
Markdown==2.2.1
MiniMock==1.2.7
PIL==1.1.7
Pygments==1.6
Sphinx==1.1.3
var XMLS = new XMLSerializer();
var html = d3.select("svg")
.attr("title", "sdfsdfsdf")
.attr("version", 1.1)
.attr("xmlns", "http://www.w3.org/2000/svg")
.node();
html.setAttribute("xmlns:xlink", "http://www.w3.org/1999/xlink" )
d3.select("body").append("div")
.attr("id", "download")
rockj@pandora:~$ curl -v "http://192.168.69.10:8082/rest/getArtists.view?u=admin&p=enc:xxxxx&v=1.9.0&c=tomahawk&f=json"
* About to connect() to 192.168.69.10 port 8082 (#0)
* Trying 192.168.69.10...
* connected
* Connected to 192.168.69.10 (192.168.69.10) port 8082 (#0)
> GET /rest/getArtists.view?u=admin&p=enc:xxxx&v=1.9.0&c=tomahawk&f=json HTTP/1.1
> User-Agent: curl/7.26.0
> Host: 192.168.69.10:8082
> Accept: */*
>
rockj@pandora:~$ cat /etc/apt/sources.list.d/experimental.list
deb http://ftp.no.debian.org/debian experimental main contrib non-free
deb-src http://ftp.no.debian.org/debian experimental main contrib non-free
rockj@pandora:~$
# icecc with 8 cores.
real 3m47.939s
user 8m5.838s
sys 0m37.874s
# icecc with 4 cores
real 4m17.255s
user 10m13.630s
sys 0m42.747s
-- Installing: /home/rockj/dev/debian/tomahawk-player-nightly/tomahawk-player/debian/tmp/usr/include/libtomahawk/widgets/BreadcrumbButton.h
-- Installing: /home/rockj/dev/debian/tomahawk-player-nightly/tomahawk-player/debian/tmp/usr/include/libtomahawk/widgets/infowidgets/ArtistInfoWidget.h
-- Installing: /home/rockj/dev/debian/tomahawk-player-nightly/tomahawk-player/debian/tmp/usr/include/libtomahawk/widgets/infowidgets/SourceInfoWidget.h
-- Installing: /home/rockj/dev/debian/tomahawk-player-nightly/tomahawk-player/debian/tmp/usr/include/libtomahawk/widgets/infowidgets/AlbumInfoWidget.h
-- Installing: /home/rockj/dev/debian/tomahawk-player-nightly/tomahawk-player/debian/tmp/usr/include/libtomahawk/widgets/infowidgets/TrackInfoWidget.h
-- Installing: /home/rockj/dev/debian/tomahawk-player-nightly/tomahawk-player/debian/tmp/usr/include/libtomahawk/widgets/searchlineedit/ClearButton.h
-- Installing: /home/rockj/dev/debian/tomahawk-player-nightly/tomahawk-player/debian/tmp/usr/include/libtomahawk/widgets/searchl
[ 56%] Building CXX object src/libtomahawk/CMakeFiles/tomahawklib.dir/playlist/dynamic/echonest/EchonestGenerator.cpp.o
cd /home/rockj/dev/debian/tomahawk-player-nightly/tomahawk-player/obj-x86_64-linux-gnu/src/libtomahawk && /usr/bin/c++ -Dtomahawklib_EXPORTS -DQT_STRICT_ITERATORS -DSTDC_HEADERS -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_TEST_LIB -DQT_DBUS_LIB -DQT_XML_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -DDLLEXPORT_PRO -DQT_SHAREDPOINTER_TRACK_POINTERS -DQT_NO_DEBUG -Wl,--no-undefined -O3 -DNDEBUG -fPIC -I/usr/include/qt4 -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtCore -I/home/rockj/dev/debian/tomahawk-player-nightly/tomahawk-player/thirdparty/libqnetwm -I/home/rockj/dev/debian/tomahawk-player-nightly/tomahawk-player/obj-x86_64-linux-gnu/src/libtoma
@norrs
norrs / Makefile
Created May 13, 2013 09:40
Why do I get missing seperator? Trying to add the include Makefile.local if it exists in same directory as Makefile. Tabs and spaces is correct I think? make ptv_themes Makefile:21: *** missing separator. Stop.
PY=python
PELICAN=pelican
PELICANOPTS=
BASEDIR=$(CURDIR)
INPUTDIR=$(BASEDIR)/content
PTVDIR=$(BASEDIR)/ptv
OUTPUTDIR=$(BASEDIR)/output
CONFFILE=$(BASEDIR)/pelicanconf.py
PUBLISHCONF=$(BASEDIR)/publishconf.py
bindMapProperties: function () {
var self = this;
this.options.mapProperties.bind("change:displayOrphans", this.update, this);
this.options.mapProperties.get("categories").each(function(category){
category.bind("change", self.update, self);
});
this.options.mapProperties.bind("change:displayOrphans", this.update, this);
this.options.mapProperties.bind("change:displayTopologyErrors", this.updateRenderTopologyErrors, this);
this.options.mapProperties.get("position").each(function (position) {
position.bind("change", self.updateRenderGroupByPosition, self);