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

RF hangs at stream.flush()

Hi All, I have a suite of RF test cases that when run in the terminal run fine but when run through maven hang at stream.flush() after about 80 test cases. In the terminal window I can see that maven...

View Article


Security systems (6/28/2013)

Our company is part of an online subscriber base of over 38 million users, mainly North American based. This online platform allows us the ability to present our subscribers with a first choice when...

View Article


Changing the size of insets' labels. Is it possible?

I'd like to shorten the size of the onscreen label for various insets ("Label" "Index" and so on), as I find them very distracting when writing. I vaguely remember a discussion about this, but I cannot...

View Article

Transforming boolean subsetting into index subsetting

One of the techniques to subset, a vector for instance, is the following: V <- c(18, 8, 5, 41, 8, 7) ## [1] 18 8 5 41 8 7 ( I <- abs(V - 9) <= 3 ) ## [1] FALSE TRUE FALSE FALSE TRUE TRUE V[I]...

View Article

Length Class and Refactoring

Since my last update, I have implemented a "Length" class to store a length with its unit and perform unit conversions and have begun porting code to the new class....

View Article


Feedback

Hey, Just wanted to say that I LOVE the fact that the sub-packages are now included in the Administration-Configuration page. Makes keeping things up to date that much easier. Thanks again for the...

View Article

Circle and it's equation:subs() and solve()

Hello, This is more of a note of my findings and also just implicitly verifying whether I am doing the right thing. Problem: I want to find whether a point lies on a circle. I was hoping that like...

View Article

paging using $resource or restangular

I have a RESTful url working with $resource without problems. But I ran into an issue when adding paging. The simplest thing for me was to add two parts to my URL /widgets/pageSize/currentPage, such...

View Article


Actions returning AsyncResults

I'm just getting started with Play, so this will probably be a somewhat naïve question. http://www.playframework.com/documentation/2.1.1/ScalaAsync says that if an Action can't return a result quickly,...

View Article


Help with query

I have a document this structure: *{* * "_id" : ObjectId("51ce43aac758420a05795bad"),* * "users" : [* * {"id" : ObjectId("518bf621c75842750d13c408")},* * {"id" : ObjectId("518bf621c75842750d13c408")},*...

View Article

FreeBSD/armv6 in QEMU

Hello, I fixed several bugs in versatilepb support for FreeBSD but there is one change in QEMU that requires users' attention. Apparently PCI IRQ routing logic in VersatilePB QEMU emulation was not the...

View Article

difficulty with c++ boost::thread (1.53.0) on Cygwin 1.7.20(0.266/5/3)

first off, I'm getting "cygcheck: Wrong architecture. Only ix86 executables supported." when running cygcheck. That said, ... The attached multithread.cpp ought to run as far as I can tell from Cygwin,...

View Article

Django runfcgi umask: what is it meant to do and why?

Hello people. I was wondering what runfcgi's umask argument is meant to do. When I first met it I though it would set the permissions mask for my fcgi socket. runfgi's help told another thing instead:...

View Article


CFT: wpa_supplicant/hostapd import patch

Hi, I have a patch that updates the base system version of wpa_supplicant / hostapd at: http://people.freebsd.org/~rpaulo/wpa-2.0.diff Beware that it's big. It would be really helpful if you could test...

View Article

Build problem with nonstandard lib directory

I'm having trouble building LLVM 3.3 on RHEL 2.6.9-89.ELlargesmp x86_64. This is most likely a problem with my not knowing the advanced usage of the configure script, but I'm stuck just the same. I...

View Article


Problem mounting an iso file

Hi I use to be able to mount and iso file under previous OpenSuse version (11.3). Currently using version 12.1. I tried to mount the iso file with the following: mount -o loop -t iso9660 file.iso...

View Article

Clicked actor

Hi VTKers, I need to change the color of the actor when it is clicked by a mouse. What is the best way to do it using activiz? Coul you please address me to a good example or provide a sample code?...

View Article


Version of chrome browser with restricted ip-address pool

Hi All, May be somebody can help me in the following task. Is it possible to build a special Chrome version which will navigate in a predefined ip-address pool only. This pool can be defined via...

View Article

UDP enhancement

struct Foo @property int data() { return m_data; } // read property @property int data(int value) { return m_data = value; } // write property private: int m_data; It would be nice if properties had an...

View Article

Need help with page formatting please...

Hi list! I am trying to create mini cue cards, 3"x2.5", meaning I want to print two mini-cards on a 3x5 card which I will cut in half. I want the text (one to three lines) to start at the same place on...

View Article
Browsing all 6551 articles
Browse latest View live