Questions tagged [helix]

The Helix tag is for Apache Helix. For the programmers' editor named Helix, see helix-editor. For the Helix Core VCS system, see perforce.

Apache Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix automates reassignment of resources in the face of node failure and recovery, cluster expansion, and reconfiguration.

85 questions
0
votes
1 answer

Joomla Template - Helix framework - error.php

I have a Joomla Template that uses the Helix framework (Two | Responsive & Multipurpose Template ). The Template has an error.php and all errors are forwarded to a special error page. Now I want to realize, that all 401 errror are forwarded to the…
0
votes
1 answer

responsive image area map conflict with helix menu

I am using a helix menu in joomla 3.3.6. Ihave used the following script downloaded from http://mattstow.com/experiment/responsive-image-maps/rwd-image-maps.html to make a image map responsive. the problem is, after i added this script:
0
votes
1 answer

How to make a custom server run in a cluster

I have a custom server listening to jdbc requests a DB Proxy. I would like t to run in a load-balancing/failover environment which provides Session Stickiness (My application itself is not distributed and it just preprocesses the query and relays…
user1971133
  • 175
  • 1
  • 2
  • 12
0
votes
1 answer

Helix Carousel not working in joomla

I use Shaper Helix 2 in my template, and I try to create the carousel. I use Joomla version 3.2, and use CustomHTML to create the carousel. But I do not know why it does not recognize as HTML, and it actually recognize as Text. So in my home screen,…
user3674871
  • 1
  • 1
  • 1
-1
votes
1 answer

projecting a 3D helix on to XY plane

How can I project a 3D helix (XYZ cartesian coordinates) onto the XY plane. Basically I want to project different 3D helices from XYZ to XY plane.
John Watts
  • 63
  • 6
-1
votes
3 answers

helix central axis angle

I have N points in [x,y,z] and this kind of takes a helix shape. Is it possible to find the central axis of such a helix. This is not a regular helix with the central axis as either of global X, Y and Z axis When I plot the curve looks at a…
qwerty123
  • 90
  • 9
-1
votes
1 answer

Helix toolkit: Importing OBJ file gives odd UV results in diffuse texture map

The link below is a 7zip package containing the blender scene, exported obj file, material and textures. When I load the obj in MeshLab it looks great although the normal bump map does not appear to work in meshlab, the diffuse texture is perfect.…
-2
votes
2 answers

How to generate 3D helix in MATLAB or Python?

I have written a code to generate x, y, z points of a helix and got this result: Code: clear all; delete all, clc; % Spiral constants THETA_0 = 5; % constant THETA_1 = 10.3; % starting angle A = 3.762; B = 0.001317; C = 7.967; D = 0.1287; E =…
NHB
  • 3
  • 1
  • 4
-2
votes
1 answer

PHP page is giving me error but I can't find the error

"helix3->bodyClass($body_classes); ?> off-canvas-menu-init" Hey guys, I'm struggling to find the mistake on this one, please give man a hand.
Ivayloi
  • 49
  • 1
  • 6
-2
votes
1 answer

Create a helix in matlab

i am finding it difficult to Create a helix with radius 2, which makes one revolution in the xy-plane and moves one unit in z-direction in the same time.I have used something like this [pos,mag]=helix(2,1,1,30,0.25) but nothing is coming out. Is…
Jesuit
  • 7
  • 1
  • 3
1 2 3 4 5
6