-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am developing a C#/SQL ASP.NET web application in VS 2008. Currently I am using the Server.Transfer method to transfer control from one ASPX.CS file to another ASPX file. The first time through, this works. But after control is transferred to this new file it encounters a condition:
if (restart…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I attempted to install the perl module Net::Twitter::Role::API::Lists using WHM and after doing so my whole site came down. It seems that something that was updated with the install isn't functioning correctly and since our website it written in Perl none of our site scripts will run.
In almost 8…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I just installed Plone on my Centos 5.5. I was able login via the admin-account and create new users. But when I try to create a new page I get the following error message:
Traceback (innermost last):
Module ZPublisher.Publish, line 127, in publish
Module ZPublisher.mapply, line 77, in mapply
Module…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am unable to build pyv8 from source on FreeBSD. I have installed the /usr/ports/lang/v8 port, and I'm running into the following error. It seems that pyv8 wants to build v8 itself even though v8 is already built and installed. How can I point pyv8 to the already installed location of v8?
#…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi everyone,
I'm searching for an algorithm to calculate the average distance between a point and a line segment in 3D. So given two points A(x1, y1, z1) and B(x2, y2, z2) that represent line segment AB, and a third point C(x3, y3, z3), what is the average distance between each point on AB to point…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have two arrays: x = x coordinates and y = y coordinates. I want to use gruff to create a line based on the x and y coordinates. How can I do that?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to make a statistics page where it will show several data and charts.
The charts need to be pictures so that the user can save it/drag-and-drop to his/her personal reports.
I'm using Gruff Graphs for Ruby to produce the charts but I don't know the best way to display the results safe and…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
I'm having a bit of an issue wrapping my head around something. I'm currently using a hacked version of Gruff in order to accommodate "Scatter Plots". That said, the data is entered in the form of:
g.data("Person1",[12,32,34,55,23],[323,43,23,43,22])
...where the first item is the ENTITY…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
All the log entries generated when running tests with 'rake' are written to my development.log instead of test.log file
Do I have to explicitly enable logging for test in enviornments/test.config?? (I'm using 'turn' gem to format test output, Can that cause an issue?)
I'm running rails 2.3.5, ruby…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I recently upgraded ruby to ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10] and I think I broke rails. When I attempt to load rails. I get an odd message. Please help!
$ ruby script/server
Rails requires RubyGems = 1.3.2. Please install RubyGems and try again: http://rubygems.rubyforge.org
$…
>>> More