2 Node Cluster, 1 node being passive
Hi I am newbie to ES, and wanted to get simple 2 node cluster (1 in one DC and another one in another DC) .. think as simple master->slave; where one being the primary for all activities; and...
View ArticleHelp needed with analyzing randomly generated tests that fail on clang 3.4 trunk
Hi, I just submitted a bug report with a package containing 107 small test cases that fail on the latest LLVM/clang 3.4 main trunk (184563). Included are test sources, compilation commands, test input...
View ArticleDepreciation of "changes" API
The "changes" API is an old API that was used by tiles [ at ] home. The rails devs and sysadmins are planning on depreciating this API and want to announce before doing so. Server logs indicate that...
View ArticleYet another RPC framework, but easier to use.
import "github.com/daviddengcn/go-rpc" This rpc package <https://github.com/daviddengcn/go-rpc> uses HTTP requests to server the service....
View ArticleWhy is the cell radio strength API a mess?
I have been exploring how to get better signal quality measurements on my phone using the android.telephony.* APIs. Last time I looked at it 3 years ago the only APIs available were:...
View ArticleCompiling pthreads with MXE/MinGW
Hi, After looking at how pthreads is compiled under MXE/MinGW, I'm starting to doubt the generated DLL is actually valid. The way it works is that it compiles a static version of libpthreads.a, then it...
View Articlep4 diff2 -q and integrating multiple files.
Posted on behalf of forum user 'mister_wilson'. Hi, I'm working on a small utility to replicate/mirror a perforce branch using the P4API and the "Â Â p4 diff2 -q "Â Â command to compare two branches. My...
View ArticleME3600 VPLS configuration with L2VPN CLI
So I'm just trying to understand how VPLS is 'supposed' to work on ME3600s... This seems to work: interface GigabitEthernet0/3 description Facing CE switchport trunk allowed vlan none switchport mode...
View ArticleComparing each level of a factor to the global mean
Hi, I've used `lm` to create a linear model of a continuous variable against a factor variable with four levels using an example R data set (see below). By default, it uses a treatment contrast matrix...
View ArticleTreemap legend?
All, I'm struggling with how to extract the colors assigned to data in treemaps. I thought that the would be part of the 'node' object, but I don't see them there... Any pointers on the best way to...
View ArticleDI Through Constructors w/Wicket
I think I know the answer before I ask, but is there any way to do constructor injection with Wicket? Say I have a web page and an email service. I need the email service in the web page. Now everyone...
View ArticleNetwork topology and Mapguide
Gday community Just looking for some feedback on what if any network topology you guys actually use and how you have implemented it? I'm at a stage where I can choose a direction for our network...
View ArticlevtkRenderer dosen't focused on (0, 0, 0) after beening added to renderWindow
This is my C# code: vtkRenderWindow renderWindow = renderWindowControl1.RenderWindow; vtkRenderer renderer = renderWindow.GetRenderers().GetFirstRenderer(); //renderer.SetActiveCamera(camera1);...
View ArticleQtCreator dont respond with 5.1.0-rc2 on windows
The source code compiles normally. but when trying to send to the QtCreator emulator does not respond. I'm having the same problem in rc1. What should I do to troubleshoot?
View ArticleString#encode('utf-8') throws IllegalArgumentException on long strings (1505...
Hi, I can reproduce this exception on Mac and Linux, for jruby-1.7.4 and jruby-head. I have not seen it on shorter strings. I have not tested exactly at which size the problem starts to occur, but it...
View ArticleTrying to build ParaView using external VTK
I'm trying to build ParaView 4.0.1 against an external VTK 6.0.0 but I'm getting: CMake Error at CMake/ParaViewModuleTop.cmake:61 (include): include could not find load file: vtkGroups Call Stack (most...
View ArticleSS3 the canary site
Dear fellow Smalltalkers For me to test new features of SqueakSource3 and for you to have a look on new features and fixed bugs, I have created http://canary.netshed.de/ which is the most recent, say...
View ArticleJavaScript
Ggplot is great but the charts are not interactive. I like to be able to build the model in ggplot and bring the data to JavaScript to create the charts with models. Has anyone done something like...
View ArticleSS3 the canary site
Dear fellow Smalltalkers For me to test new features of SqueakSource3 and for you to have a look on new features and fixed bugs, I have created http://canary.netshed.de/ which is the most recent, say...
View ArticleUnable to set initial value in Options using Knockout JS (version 2.2.1) and...
Hi All, I am not able to set initial value in a dropdown. Please see the code i am using the below code <select id="srcCode" name="srcCode" data-bind="options:$root.srcCodeArr, optionsText:'text',...
View Article