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
--- nv-linux.h.bak 2018-12-30 11:31:22.677374865 +0100 | |
+++ nv-linux.h 2018-12-30 11:35:16.447873828 +0100 | |
@@ -43,6 +43,8 @@ | |
#include <linux/version.h> | |
#include <linux/utsname.h> | |
+#define CONFIG_PREEMPT_RT_FULL 1 | |
+ | |
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 9) | |
#error "This driver does not support kernels older than 2.6.9!" |
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/python | |
# -*- coding: utf-8 -*- | |
""" | |
The MIT License (MIT) | |
Copyright (C) 2014 Guillaume Pellerin <[email protected]> | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal |
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
[TestAnalyzers_withDC] | |
Stress test for AubioMelEnergy ... ok | |
Stress test for AubioMfcc ... ok | |
Stress test for AubioPitch ... ok | |
Stress test for AubioSpecdesc ... ok | |
Stress test for AubioTemporal ... ok | |
Stress test for IRITDiverg ... ERROR | |
Stress test for IRITMonopoly ... /home/momo/dev/timeside/timeside/timeside/analyzer/irit_monopoly.py:157: RuntimeWarning: divide by zero encountered in log | |
c1 = numpy.log(a1) | |
/home/momo/dev/timeside/timeside/timeside/analyzer/irit_monopoly.py:161: RuntimeWarning: divide by zero encountered in log |
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
Environment: | |
Request Method: GET | |
Request URL: http://localhost:9000/archives/items/zefezfezfzfzefezf_4/ | |
Django Version: 1.4.5 | |
Python Version: 2.7.3 | |
Installed Applications: | |
('django.contrib.auth', |
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
root@ns224730:~/TimeSide# python tests/run_all_tests | |
downloading: guitar.wav | |
downloading: sweep.wav | |
downloading: sweep_mono.wav | |
downloading: sweep_32000.wav | |
downloading: sweep.flac | |
downloading: sweep.ogg | |
downloading: sweep.mp3 | |
downloading: sweep_source.wav |
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
momo@wm22:~/dev/timeside/timeside$ python tests/run_all_tests | |
[TestTranscodingFrom32kHzWav] | |
Test conversion to mp3 ... ok | |
Test conversion to ogg ... ok | |
Test conversion to wav ... ok | |
[TestTranscodingFromAnotherWav] | |
Test conversion to mp3 ... ok | |
Test conversion to ogg ... ok |
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
root@ns224730:~/timeside# python tests/alltests.py | |
[TestAnalyzing] | |
Test mean DC shift ... ERROR | |
Test max level ... ERROR | |
Test mean level ... ERROR | |
[TestComponentArchitecture] | |
Test abstract implementation ... ok | |
Test that a component doesn't implement the interface implemented by its parent ... ok |
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
root@ns224730:/# apt-get install python-timeside | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
file gir1.2-glib-2.0 iso-codes libaubio4 libblas3 libclass-isa-perl libexpat1 libffi5 libflac8 libfreetype6 libgfortran3 libgirepository-1.0-1 libglib2.0-0 libglib2.0-data | |
libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libjpeg8 liblapack3 liblcms1 libmagic1 libogg0 liborc-0.4-0 libpcre3 libquadmath0 libsamplerate0 libsndfile1 libswitch-perl | |
libvorbis0a libvorbisenc2 libxml2 libyaafe0 mime-support perl perl-modules python python-aubio python-gi python-gobject python-gobject-2 python-gst0.10 python-imaging | |
python-libxml2 python-minimal python-mutagen python-numpy python-pkg-resources python-support python-yaafe python2.7 python2.7-minimal sgml-base shared-mime-info xml-core | |
Suggested packages: |
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
import json | |
import requests | |
from requests_oauthlib import OAuth1 | |
consumer_key='key' | |
consumer_secret='secret' | |
access_token_key='t_key' | |
access_token_secret='t_secret' |
NewerOlder