Old PAFF patch
Somebody on IRC asked about PAFF and I attach an old patch rewritten almost entirely from Pegasys code but applicable to git HEAD: http://pastebin.com/12VMHQ0s Lots has changed so it may not even work...
View ArticleAdd new documentation section for OpenRISC CPU architecture.
doc/cpu_supplement/Makefile.am | 6 +++ doc/cpu_supplement/cpu_supplement.texi | 2 + doc/cpu_supplement/or1k.t | 78 ++++++++++++++++++++++++++++++++++ 3 files changed, 86 insertions(+) create mode...
View ArticleCan one read the ADC as a non-root user?
I want to read the ADC inputs on my Beaglebone Black without root privilege. Using the Adafruit_BBIO.ADC package in Python requires root privilege, are there any ways of doing it without?
View Articlepostgresql: Fix typo in PACKAGECONFIG variable
typo in extra argument to be added when feature is disabled Signed-off-by: Bob Cochran openembedded [ at ] mindchasers.com meta-oe/recipes-support/postgresql/postgresql.inc | 2 +- 1 file changed, 1...
View Articlepackage/sqlite: Bump version to 3.8.6
Signed-off-by: Bernd Kuhls bernd.kuhls [ at ] t-online.de package/sqlite/sqlite.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk...
View Articleimmutability and clojurescript
I have found unexpected behaviour when calling functions in clojurescritpt In the function below, I had to clone the dates or they came back mutated: (defn ical [data] (reify om/IDisplayName...
View Article7036ac: make CI build faster
Branch: refs/heads/master Home: https://github.com/zxing/zxing Commit: 7036acd7684225f764fa3ef216f0d1ae890d0c9d https://github.com/zxing/zxing/commit/7036acd7684225f764fa3ef216f0d1ae890d0c9d Author:...
View ArticleCustom .prf files for QMake in project root?
Hi folks, According to point 3 in the second list at [1], I should be able to put my own .prf feature files for QMake in the project root. I tried putting my foo.prf in features/win32/foo.prf with a...
View Articletest of live support system
Hi, I made a test of the live support system in Tiki13. I cannot get it working. Several errors. First, I got a PHP function naming conflict. get_event(.) is defined different in tikilib.php and...
View ArticleTurn Off All Automated Functions
*My* My gripe with libreoffice are its "stupid" algorithims that constantly find false errors in what I type. If I type *** as a break between sections I get a bold line If I type cat --help I get Cat...
View ArticleTetris in ClojureScript using core.async
Hi, I've wrote a Tetris to play around with core.async. If anyone is interested you can play it here: http://tamas-szabo.com/tetris/ Hosted on GitHub: https://github.com/sztamas/tetris Thanks, Tamas
View Articledelete files over a certain age
How would I go about this. So far I have this. Test (42) A1: List Files [ Dir:Tasker/Backups Match: Include Hidden Files:Off Use Root:Off Variable:%files ] A2: For [ Variable:%file Items:%files() ] A3:...
View Articleggplot2/heat map/duplicated level problem
Hi, I hope I can explain my problem clearly.... I have a plink output file that I want to graph a heat map of the PI_HAT estimates. I have the following code that I has worked in the past but this time...
View ArticleUsing angularjs with medium editor
I find the angular-medium-editor on Github but cannot figure out how to use it, here is my plunker <http://plnkr.co/edit/cDtrmqd8RxGmYA0hKKur?p=preview>. Anyone has experience using medium editor...
View Article(no subject)
hello everybody it is my first using of contiki i dont know anything about it, but i started to learn it, so i started by two examples of rpl-border-router, the first is to use rpl with udp and the...
View Articleantispam plugin crash
Hi, the dovecot antispam plugin crahses here on a nullpointer dereference in antispam_copy() at mailbox.c The crash tracks back to a call of antispam_classify_copy(asms->box_class,...
View ArticleNo Terminal window in Ubuntu
Hi, I downloaded the latest version of Ubuntu, and I was trying to get to a terminal window for some CLI work, and I cannot get one. I tried alt + F2 and typing sudo terminal, or just terminal. I also...
View Articleapache24 and accf_http Accept Filter
My upgrade to apache24 from 22 met an error about the Accept Filter. I never had to deal with this before. So research shows that I should run "kldload accf_http". Which works, and apache24 now...
View ArticleInterface for longest_increasing_subsequence (proposal)
Hi all, I want to propose a new algorithm to Boost.Algorithm: a well-known longest increasing subsequence <https://en.wikipedia.org/wiki/Longest_increasing_subsequence> (LIS for short). Just for...
View Article