Quantcast
Channel: MarsHut
Browsing all 6551 articles
Browse latest View live
↧

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 Article


porting 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 Article


Zeus 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 Article

sort.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 Article

Swapping 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 Article


Transifex 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 Article

Build 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 Article

bootable 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 Article


failure 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 Article


My 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 Article

How 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 Article

porting 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 Article

Ansi 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 Article


Wanted LDAP server configuration documents

Dear All, Please send me some LDAP config documents if available. ASAP.

View Article

Can 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 Article


run 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 Article

Problems 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 Article


Install 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 Article

Coffeescript - 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 Article

Daily 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
Browsing all 6551 articles
Browse latest View live