Displaying 20 results from an estimated 160 matches similar to: "Redirecting output to the screen"
2008 Oct 16
4
How to save/load RWeka models into/from a file?
Hi,
I want to save a RWeka model into a file, in order to retrive it latter
with a load function.
See this example:
library(RWeka)
NB <- make_Weka_classifier("weka/classifiers/bayes/NaiveBayes")
model<-NB(formula,data=data,...) # does not run but you get the idea
save(model,file="model.dat") # simple save R command
# ...
load("model.dat") # load the model
2008 Jul 28
1
RStem with portuguese language
Greetings,
I have R 2.7.1 in MacOs and I believe UTF encoding is already installed.
At least:
> Sys.getenv()
shows several variables, including:
LANG "pt_PT.UTF-8"
I installed the Rstem and tm packages and when I try the following code:
> wordStem(c("aberra??o","aberra??es"), language="portuguese")
[1] "aberra?\xc3"
2008 Oct 01
3
Installing RWeka package in CentOS 5: problems with JAVA?
Hi,
I am a R user, with some experience in MacOS, Linux, etc, but I am
having a problem that I cannot solve:
I have a linux server (CentOS 5) and I installed sun jdk1.6. For instance:
$ java -version
Java version "1.6.0_10-rc2"
Java(TM) SE Runtime Environment (build 1.6.0_10-rc2-b32)
Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)
I also installed the latest version of R:
1999 Oct 29
4
SMBMount and backup application
I would like some advice. I am considering the best way to restructure my
backup scheme on my NT network. I would like to see if it would be
possible/feasible to use cron, smbmount, some SCSI tape drives, and some type
of archive tool to backup my NT shares to a RedHat box using Samba. What do
all of you do out there? I would envision a situation where each night a
script is run by cron that
2008 Jul 14
0
nlme, lme( ) convergence and selection of effects
Hi all,
I''ve been trying to fit a mixed effects model and I''ve been having problems.
=>My aim:
to know whether states atributes, political parties and individual atributes
affect the electoral results of men and women candidates.
I use candidates as replications for states and for political parties.
=>Response: Percentage of valid votes casted to each
2006 Aug 01
0
How to retrieve :web when redirecting to an Instiki page?
Hello, I am currently working on implementing some authentification code
onto Instiki (0.11.0). I am encountering a problem in this situation :
When I try to access say http:/localhost:2500/orz/show/Test , where orz
is an instiki web name, I am redirected to my signin form screen (which
is what I want) but then upon signing in I get the following message:
No url can be generated for the hash
2006 Aug 07
1
Routing/Redirecting
Hi all,
Can someone tell me how I could redirect from an url like
"www.url.com/mycontroller" to "www.url.com/en/mycontroller"? I was
reading all sorts of routing documentation but couldn''t come up with a
solution. Of course this should be a general rule, so
"www.url.com/mycontroller/myaction/myparam=99" should naturally redirct
to
2006 Jun 02
0
redirect_to problem - not redirecting
I have an application which is to talk to the protx VSP server system.
In order for it to work I need to redirect to a url which looks like the
following :
https://ukvpstest.protx.com/VSPSimulator/VSPServerPaymentPage.asp?TransactionID={88F1532E3-17E8-410A-A688-1E1ABCDDD50}
(the above is not a valid transaction id just an example)
this is stored in a variable called next_url
so when I call
2006 Apr 04
0
Redirecting after adding new object
The default behavior after completing the action "new" is to take the
user back to the object "list" view.
Given:
Question (has many answers)
Answer (belongs to question)
After creating a new Answer I want to the page directed back to the show
view of the Question object to which this new Answer belongs. How do I
do that?
Thanks?
--
Posted via
2006 Apr 04
1
Redirecting after "new" action
How do I alter the "new" action so that it returns to a page of my
specification (vs. returning to "list")?
Thanks.
--
Posted via http://www.ruby-forum.com/.
2006 Apr 07
0
Redirecting after "create" action
I have several objects that I want to redirect back to my controller
''foo'' action ''list'' after the ''create'' action is completed.
So the nav would go:
foo/list > foobar/new > foobar/create (redirects to) foo/list
the default behavior is to take the user to the list view for that
specific object. I want to intercept that and take them
2006 Feb 01
1
LoginGenerator - Firefox Problem -The page isn''t redirecting properly
Hi,
HAs anyone come across this issue in Firefox;
I''ve just installed LoginGenerator and I''m allowing cookies to be set
yet any all to http://apollo:3000/account/login results in the error;
Firefox has detected that the server is redirecting the request for this
address in a way that will never complete.
Any Clues??
Eric.
2005 Mar 11
2
Redirecting loc-net-loc request to loc
Ok.
That''s probably really confusing. :)
Here''s what I''d like to do.
If it''s something that''s overly difficult or just plain stupid, let me
know. :)
I''m on cable with a dynamic IP.
I have a domain forwarding account pointing to me.
That is techiem2.no-ip.com.
The firewall is 192.168.100.1.
My web server is on port 444 on machine
2003 Jan 03
1
Redirecting localhost to proxy
I have a setup something like this:
WWW -- ADSL Router -- Gateway -- LAN
10.0.0.2 --> <-- 10.0.0.1
192.168.0.1 --> <-- 192.168.0.X
Shorewall
Squid proxy
On the gateway, shorewall is sucessfully redirecting port 80 from the LAN
to the proxy on port 3128. Is it possible to also redirect
2006 Jan 31
1
Calling Controller without redirecting
This is a bit of a weird question, but what if i wanted to pick a controller
from a controller without redirecting? Let me explain:
user goes to localhost/foobar/choose
foobar/choose picks one of the three
phobar/index
bar/index
foo/index
but instead of redirecting, it simply executres one of the controllers and
forwards the result. Strange? yes. Useful? very. Thx
-------------- next part
2005 Dec 29
1
catch-all error redirecting
i''m at the point where managment wants to see a rough prototype of my rails
app. i''m confident it works well, but i''m sure things were missed during the
brisk development cycle. as a result, i''d like to set up the app such that if
an error occurs, a pretty page comes up saying ''not yet implemented'' or ''coming
soon.''
2008 Feb 27
0
Making redirecting output with win32-process a bit easier
Hi all,
Inspired by Sander Pool''s help request, I came up with this change to
win32-process which makes redirecting stdin/stdout/stderr less of a
hassle:
C:\Documents and
Settings\djberge\workspace\win32-process\lib\win32>diff -u
process.orig process.rb
--- process.orig Tue Feb 26 22:23:56 2008
+++ process.rb Tue Feb 26 22:23:20 2008
@@ -270,6 +270,10 @@
# library. Note
2010 Jul 28
1
Redirecting a call to another extension using asterisk java
Hi,
My problem is as follows.
I registered an xlite client and dialed 1500 extension. In the
extensions.conf i set as follows.
exten=>1500,1,AGI(localhost//
hello.agi.
This hello.agi when connected plays a greeting message. Once this is
connected from the script i want to transfer the call to another extension
say 1600. How do i achieve this. I tried using ChannelRedirect but it didnt
work.
2001 Sep 30
1
redirecting whole subnet
Hi folks,
i''m looking for a method to route a whole static subnet to another static
subnet elsewhere on the internet.
I think this must work like this:
Packet going to original destination, packet destination is overridden with
new destination-ip, packet source is overridden with the original destination.
Otherwise the packets will be filtered by the spoofing-protection of the
2003 Aug 11
1
redirecting mail
I am using shorewall 1.4.6a on redhat 9
Two interface.
Using NAT
10.10.1.7 213.94.193.94
----------------------------------------------------
Firewall gateway eth0: 213.94.193.89
eth1: 10.10.1.3
----------------------------------------------------------
www server internal IP: 10.10.1.7 External IP: 213.94.193.94