Inline New Class
OK, so I don't even know what it's actually called, but for example, in Java: exitItem.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) {...
View Articleporting Jennic JN5148 in contiki-2.7
Hi scholl and everybody, I have jn5148 evolution kit. I am trying to add jn5148 support in contiki-2.7 by taking reference of scholl's jn51xx code(https://github.com/pscholl/contiki-jn51xx ).I am...
View ArticleZeus IDE support for goimports
goimports is drop in replacement for gofmt and like gofmt it formats the code, but it also adds/removes imports as required. goimports can be found here: https://github.com/bradfitz/goimports The...
View Articlesort.go uses SymMerge from 2004, but the authors came up with a better...
I just came across the sort.go file: http://golang.org/src/pkg/sort/sort.go?m=text It uses SymMerge for its stable in-place sorting, which was created in 2004 by Pok-Son Kim and Arne Kutzner, but those...
View ArticleSwapping maps
Is it safe in go to replace a map variable ie: func (s *TestStruct) Add(k string, v string) { s.Lock() s.m[k] = v s.Unlock() func (s *TestStruct) Rotate() { self.Lock() oldMap := s.m self.m =...
View ArticleTransifex administration
G'day great devs, How can I gain status of maintainer, admin or / and reviewer in https://www.transifex.com/organization/bitcoin/dashboard ? I'd like to set the description, project logo and whatever...
View ArticleBuild errors in Paparazzi v4.0.4
Hi Felix Thank you very much. So do I have to uninstall gcc-arm-none-eabi, 4-8-2013q4-0precise every time I wish to fly Martin's SUMO funjet within the campaign2013 branch and reinstall it to fly the...
View Articlebootable USB flash drive questions
Hi All, I just created my first bootable Live CD flash drive with Fedora Live USB Creator. I gave it 2 GB of Persistent Storage. I burned to the stick. Fedora-Live-Xfce-x86_64-20-1.iso Questions: 1)...
View Articlefailure on mips/mips
TB --- 2014-03-22 04:20:34 - tinderbox 2.20 running on worker01.tb.des.no TB --- 2014-03-22 04:20:34 - FreeBSD worker01.tb.des.no 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013...
View ArticleMy findings on the Indigo Personal Assistant
Hi Pauline and anyone else who might be thinking of using the above app. I downloaded, signed up and started using the app. My take on this is the fact that, Google's own personal assistant known as...
View ArticleHow to style specific cells in CellTable depending the value of that cell (GWT)?
Ok, i have a CellTable that has 3 columns and 2 rows. I want the text in SOME specific cells (not all cell) in the table to be BOLD. Please look at this code: ListDataProvider<List<String>>...
View Articleporting crufty old init.el to package management
I've been using emacs for ~20 years, during which I have 1. accumulated a functional but aesthetically- and maintenance-challenged collection of {init.el, files it calls} 2. regularly bemoaned the lack...
View ArticleAnsi term and cursor.
Hi all, I'm using ansi-term on GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.8.2) of 2013-07-27 on roseapple, modified by Debian. In ansi-term, I have the following issue: with the cursor at...
View ArticleWanted LDAP server configuration documents
Dear All, Please send me some LDAP config documents if available. ASAP.
View ArticleCan I use multiple remote statements to have multiple paths to one server?
I have an openvpn client which needs to communicate with a server over one of a number of possible interfaces (one ADSL, two wireless). These interfaces come and go in their connectivity, and I like to...
View Articlerun manage.py commands within app
Hello I have a django app using haystack and a solr backend to power searches There is dynamic addition of data and wonder if there are other ways to automatically rebuild the solr index without...
View ArticleProblems with JSON Renderer
So, I was having the great idea of creating a quickly browsable index of everything that went wrong within my application and providing an interface to query through monitoring by persisting that data...
View ArticleInstall Pidgin with a non-default configuration?
Hi, is there any way to install pidgin with a non-default configuration. I would like to activate some plugins and disable logging. I know that these settings are stored in the prefs.xml. Even if I...
View ArticleCoffeescript - Problems with exporting variables to the client
Hi Everyone, I'm trying to write my own package in coffeescript, but I'm not sure if it's coffeescript specific. I am trying to export some classes and collections from my package. I can export my...
View ArticleDaily Commit Log
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours: http://lists.squeakfoundation.org/pipermail/packages/2014-March/006983.html Name: Environments-cwp.47 Ancestors:...
View Article