Displaying 4 results from an estimated 4 matches for "urllist".
2005 Dec 08
5
perl module
...w /root/.cpan/sources/authors
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Bad luck... Still failed!
Can't access URL ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz.
Please check, if the URLs I found in your configuration file () are valid.
The urllist can be edited. E.g. with 'o conf urllist push ftp://myurl/'
Could not fetch authors/01mailrc.txt.gz
Fetching with LWP:
ftp://ftp.perl.org/pub/CPAN/modules/02packages.details.txt.gz
LWP failed with code[500] message[LWP::Protocol::MyFTP: Bad hostname
'ftp.perl.org']
Fetching with...
2007 Nov 05
0
Ajax - attachment_fu - rmagick and iframe
...uot;></iframe>
controller
-----------
def create
@photo = Photo.new(params[:photo])
if @photo.save
resul = Content.find(:all, :conditions => "est_id = ''" +
@session[:current_user]+ "''")
for item in resul do
urlList << item.title << "=1&"
end
enc_url = URI.encode(urlList)
redirect_to enc_url
end
end
m_coment is layer ajax
Someone knows how to reload layer ajax (m_content) from the controller?
Thank you
--
Posted via http://www.ruby-forum.com/.
--~--~--------...
2006 Apr 28
0
available: google sitemap for rails project
Hi,
Google Sitemaps (https://www.google.com/webmasters/sitemaps/) is a way
to help Google''s crawler on your website.
I''ve published a little script to generate, from a rails project, a
urllist file usable with the Google sitemap generator.
You drop the script in your RAILS_ROOT/lib directory, edit it to set
the base url, and you''re set. Run it with
ruby script/runner "require ''gen_url_list''"
Download and more info in a blog post at http://www.myown...
2009 Aug 13
0
Efficiently Extracting Meta Data from TM Corpora
...b of using MPI for many functions (e.g. tmMap) which greatly speed up the processing. However, the "meta" function that I need does not take advantage of MPI.
I have two ideas:
1) Find a way of running the meta function in parallel mode. Specifically, the code that I'm running is:
urllist <- lapply(workingcorpus, meta, tag = "FeedUrl")
Unfortunately, I receive the following error message when I try to use the command "parLapply"
"Error in checkCluster(cl) : not a valid cluster
Calls: parLapply ... is.vector -> clusterApply -> staticClusterApply -...