Displaying 20 results from an estimated 1000 matches similar to: "TeensyWeb 0.1.0 released"
2006 Jan 23
0
TeensyWeb 0.2.0
TeensyWeb 0.2.0
* Added installation documentation.
* Cleaned up distro.
* RSS feeds.
TeensyWeb is a combination Wiki, Forum and Subversion Repository browser.
It requires rails, bluecloth, syntax be installed, all of which one can get
install from gems or otherwise. In order to use subversion and graphwiz
you must have those installed and the commands accessible from the path.
It''s
2006 Jan 05
4
Apache2 and popen
I''m running Apache2 on windows and I have a controller that issues a popen.
class FileController < ApplicationController
def index
f = IO.popen("dir")
@files = f.readlines
end
end
This works using webbrick but on Apache produces...
----------
Errno::ENOENT in File#index
No such file or directory - dir
RAILS_ROOT: C:/www/teensymud/public/../config/..
2003 Jun 13
7
sshd refusing connections problem
We have been having a problem with sshd on our shell server.
This has been happening since March 4, 2003 or before IIRC. Initially I
thought the next OS upgrade, to 4.8 would fix this. I am accustomed to
haveing little things go away in a month or two.
I think we jumped to 4.7-STABLE on Feb 28, 2003. Some exploit fix
wasn't being MFSd to RELENG_4_7 fast enough for my nerves (cvsd?). It
2007 Nov 13
2
map - mapproj : problem of states localisation
Hi R-user,
I am new with R and I have a problem with the map and mapproj fonctions :
with the following code :
>test_proj=mapproject(LONG_d01_vec_t1, LAT_d01_vec_t1, projection="lambert",
parameters=c(30,60))
>longitude_vec=test_proj$x
>latitude_vec=test_proj$y
>longitude_mat=matrix(longitude_vec,ncol=e_sn_d01)
>latitude_mat=matrix(latitude_vec,ncol=e_sn_d01)
2001 Nov 06
4
Failed to dup/close : The descriptor is a file, not a socket
I am getting this error on a Win98SE pc, but not on WinNT4 or Linux Redhat
7.1 or 7.2.
Failed to dup/close : The descriptor is a file, not a socket
The command I used was
rsync -e ssh gas.exe 10.105.50.180:src/
It works like I said on NT4 and from my Linux pc. I have cygwin installed
on the win98 and NT. Rsync is version 2.4.6 Is it just because Win9x
SU**s?
Also where can I get a list of
2006 Jan 06
5
Routing problems - Apache proxy vs. Webrick direct
I dropped the use of fastcgi because I could not get popen working (see
''[Rails] Apache2 and popen''). It works under WebBrick. Since CGI is too
slow, I thought I''d proxy to WebBrick via Apache.
I am having routing problems now with escaped slashes in the URL.
Here''s my routes.rb:
map.connect '''', :controller => "wiki"
2003 Nov 25
2
Lambert's W function
Hello List
does anyone have an R function for the Lambert W function? I need
complex arguments.
[the Lamert W function W(z) satisfies
W(z)*exp(W(z)) = z
but I could'nt even figure out how to use uniroot() for complex z]
--
Robin Hankin
Uncertainty Analyst
Southampton Oceanography Centre
SO14 3ZH
tel +44(0)23-8059-7743
initialDOTsurname at soc.soton.ac.uk (edit in obvious way; spam
2009 Sep 10
22
Xen and Enomaly
Hi list,
Right now I''ve to find some graphic (or web!) interface to administrate
our new data center infrastructure who will be running over Xen.
I''ve been googling around to find something, and looks like Enomaly is a
good choice.
Can anybody give me some feedback about this? Or maybe recommend another
front-end interface?
Thanks in advance.
Boris.
2013 Feb 13
1
[lattice] display a projected map on a layerplot
summary: I can display a lon-lat map on a lattice::layerplot, and I
can display a Lambert conformal conic (LCC) map on a spam::image, but
I can't display an LCC map on a lattice::layerplot. Example follows.
What am I doing wrong?
details:
I've been using `lattice` (via `rasterVis`) successfully to display
global atmospheric data, which works well enough (though I am
definitely intrigued
2013 Jan 10
1
Lambert W question
Dear All,
I am using the following model equation:
k*(lambertW_base(b=0,((a)/k)*exp(((a)-z*(t-t0))/k)))
I would like to run this through OpenBUGS, but it does not recognize the lambert function. Would you have any thoughts on how to re-vrite this equation matemathically so that it could be run on OpenBUGS?
apreciate the help,
Sincerely,
Andrs
[[alternative HTML version deleted]]
2005 Jun 07
2
PRI Lines not being answered (No User Responding)
Hello! Continuing my PRI saga - I have a PRI setup and appears to be
answering calls OK, but my carrier is cutting all the calls after 15
seconds. For example, when I call from my cell phone, it goes
straight to a busy signal - however the CLI shows the call coming in
and being answered. Additionally, when I call from another ground
line, it will ring once or twice, again show as answered, but
2002 Aug 27
1
rsync problem in systemimager
Hello,
I'm working on the oscar-1.3 release with my Linux Itanium's cluster to
test cloning process via systemimager.
After having succeeded to boot my client node via the network, when
running the following script : /var/lib/systemimager/scripts/ced1.sh
rsync is able to get small files (e.g : mkdosfs). However, when the
script tries to rsync the whole oscar image in the following way :
2005 Dec 20
1
Model method_missing error (rforum)
I''m attempting to get rforum working. I pulled it from the subversion
repository.
Everything works fine until I attempt to make a post.
I get the following error.
c:/apps/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/base.rb:1498:in
`method_missing''
#{RAILS_ROOT}/app/controllers/topic_controller.rb:80:in `new''
2010 Feb 16
6
Xen Cloud questions
I''m using Xen 3.4 on Debian Lenny, and a web interface (still in dev),
to have a eye on all the stuff.
I saw the Xen Cloud project, but I have some questions about it.
Can I summarize Xen Cloud like this : "latest" Xen Hypervisor with
"improved" API (OCaml replacing python and more stuff) which enhance
informations about all Xen hypervisors in same time, to provide a
2005 Jan 14
2
Porting from Linux to Windows
I intend to port an R project from Linux to Windows.
It involves C code that is loaded via dyn.load().
I could manage to produce a 'dll' File using cygwin which seems to be
o.k.
Now, using dyn.load("pcr.dll") i get:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"c:/cygwin/home/pingu/rt-pcr/pcr.dll":
LoadLibrary
2004 Jul 22
3
ebcdic problem in bufaux.c
I am working on a port of Openssh 3.8p1 after already
having done a port of Openssh 3.5p1. There are a
couple of new lines in buffer_get_bignum2() that are
causing me problems:
if (len > 0 && (bin[0] & 0x80))
fatal("buffer_get_bignum2: negative
numbers not supported");
The "& 0x80" check is not relevant in ebcdic.
Does anyone
2011 Jul 29
5
HIRHAM netcdf files
Can someone help me out with a "small" problem?
I've started using netcdf files recently, and I want to extract the grid id
and also the coordinates from a HIRHAM netcdf file.
I know how to extract a slice of dataset both in space and in time and I
also know the area that this file should cover, however I have no idea
regarding the reference for both LAT/LON and RLAT/RLON.
I tried
2012 Dec 17
3
Rspec with rspec-hiera-puppet
I''ve been working on getting spec tests on all of my modules and am down to ones that use hiera and don''t have any reasonable defaults. It looks like there is a project on GH (https://github.com/amfranz/rspec-hiera-puppet) that is designed to fill this need, but for the life of me I cannot make it work. FriedBob helped out on the IRC channel some with his solution of including
2003 Jul 09
1
OpenBSD version???
John Todd's Onlamp article mentions an OpenBSD version as of June 2003.
Have I been sleeping while reading asterisk-users?
Is it a seperate project or is it just making Asterisk portable?
Who is working on this and is it in the main CVS yet?
Do they have device drivers ported or just the software parts of
Asterisk? I think the software parts would be relatively simple but
time consuming.
2001 Apr 20
5
map projections
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 905 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20010420/61ada248/attachment.bin