Displaying 20 results from an estimated 400 matches similar to: "Mashup Tutorial"
2007 Jan 05
7
Hitting Files per Directory Limits with Ferret?
Hey all!
We''ve been using Ferret to great success these past six months. But
recently we''ved tried adding many new ContentItems (only thing being
index by Ferret at the moment), and things came crashing to a halt.
ferret gem: 0.10.9
acts_as_ferret plugin (not sure which version)
How we''re using the plugin:
class ContentItem < ActiveRecord::Base
acts_as_ferret
2007 Jan 06
2
Get column value of col1 .. col10
Hi,
I have a table with column name like col1, col2, col3, col4 ... col10.
In rails, after I get the instance of the class, I would like to use a
for loop to retrieve values from these columns and put them into a hash.
The hash will be used for another find call. Is that possible?
Thanks.
Arnold
--
Posted via http://www.ruby-forum.com/.
2007 Jan 05
3
Confused about Search Results
Hi everyone,
I''m pretty new to Lucene and Ferret, so I feel that this is most likely
myself not completely understanding the correct way to do this. I haved
indexed ~2200 text files (of various sizes), and I am now running
searches on the index to get a feel for Lucene and Ferret.
In my first program, which is using Lucene I search for ''influenza'' and
get the
2008 Apr 28
1
Monday, April 28 - Samba Mashup Report
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
** Samba Mashup Report (SMR) for Monday April 28, 2008 **
Table of Contents:
0. Greetings to the Inaugural SMR (samba Mashup Report)
1. Plans in Motion for 6 Month Samba 3.x Release Cycles
2. Samba 3.2.0pre3 Released
3. Samba XP 2008 Concludes as YASC (yet another successful
conference)
4. Samba Documentation repository moved from SVN
2007 Feb 20
10
ferret webpage down
The ferret webpage at http://ferret.davebalmain.com/ has been down for a
number of days. Any idea what''s going on? or how to notify the
webmaster?
--
Posted via http://www.ruby-forum.com/.
2006 May 02
0
Web mashup tutorial using Ruby on Rails
Hi,
I wrote a step-by-step web mashup using Ruby on Rails tutorial, going
through how I created a simple job search mashup with Indeed, Google
Maps and Yahoo web search service.
The tutorial is at http://saush.com/blog/?page_id=48
The source code is available at the last writeup. Comments and feedback
welcome!
--
Sau Sheong
http://blog.saush.com
http://www.projectible.com
2008 Feb 10
0
google map mashup design
I''m working on a mashup with google maps and I''m not sure how to
proceed with the design. The main page has a map, a list of events and
a calendar. Users add events for specific days on the calendar. The
"add event" involves clicking through two other pages. One big problem
with this is it reloads the map after returning from adding events
(which seems to take 10
2006 Aug 16
3
Easiest way to create a google map mashup?
I wanted to add a mash up to my website and was wondering if there were
any recommendations? I saw that there is a cartographer plugin
(http://cartographer.rubyforge.org/) and also something else called YM4R
(http://wiki.rubyonrails.org/rails/pages/YM4R).
I have no idea if they are up to date or not or whether this is
currently the easiest/best way to go about it short of rolling your own.
2008 May 05
0
Salesforce.com - ribbit mashup
Interesting use of their voip api.
http://www.eweek.com/c/a/Enterprise-Apps/Ribbit-Rolls-VOIP-for-Salesforc
ecom/?kc=EWKNLVPU050508STR1
Cheers,
Dean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080505/4589b730/attachment.htm
2008 Apr 28
0
Monday, April 28 - Samba Mashup Report
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
** Samba Mashup Report (SMR) for Monday April 28, 2008 **
Table of Contents:
0. Greetings to the Inaugural SMR (samba Mashup Report)
1. Plans in Motion for 6 Month Samba 3.x Release Cycles
2. Samba 3.2.0pre3 Released
3. Samba XP 2008 Concludes as YASC (yet another successful
conference)
4. Samba Documentation repository moved from SVN
2008 May 14
0
Samba Mashup Report (#2) for Wednesday, May 14, 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
** [SMR] Samba Mashup Report (#2) for Wednesday, May 14, 2008 **
Table of Contents:
1. Samba 3.2.0 Moves closer to Release
2. Bug fix release for Samba 3.0 in the works
3. Developer Interests - Volker Lendecke
4. Samba at Connectathon
5. Samba4 - Fact or Fantasy?
6. Call for submissions and summaries
2008 May 14
0
Samba Mashup Report (#2) for Wednesday, May 14, 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
** [SMR] Samba Mashup Report (#2) for Wednesday, May 14, 2008 **
Table of Contents:
1. Samba 3.2.0 Moves closer to Release
2. Bug fix release for Samba 3.0 in the works
3. Developer Interests - Volker Lendecke
4. Samba at Connectathon
5. Samba4 - Fact or Fantasy?
6. Call for submissions and summaries
2007 Feb 20
7
How to Get data from Web Page to Database.
Hi,
I want to get the details from a table which is displayed on a Web
page into the Database.
How to read that Web page ? I mean if there is table Student details
like Roll no., name etc.
And I want to read that table & store it into my database in table
My_Student. How to do this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2010 Jan 25
4
Does Amazon.com blocks scraping?
Hi there
Does anyone know if Amazon.com has any sort of server side script that tries
to block scraping activities? I first noticed that if I didn?t change the
agent alias, it would fetch a page exactly like the normal one, but without
the intial search field(maybe a silly way to prevent scraping). Then after
it, I changed to some other alias, and submit a search. I got the result
page as
2006 May 15
3
Page hit counter?
Hello all,
Yet another "don''t reinvent the wheel" n00b question:
Is there an ''official'' page hit counter plugin/code snippet/whatever? I
would need something like this:
- It is possibility to set a constant timespan (say 5 hours).
- On every page hit, save away @request.remote_ip and Time.new
- The counter gets incremented only if the same IP was here
2006 May 22
2
How to execute time consuming code
Hello all,
I have a screen scraping application (go to a lots of sites, extract 10k
stuff, integrate the results, put them to DB etc). Now i want to use a
Rails application as a frontend to this: The user can push a button
which triggers the screen scraping app and view the results (preferably
asynchronously, but that does not really matter right now).
Questions:
- Should the screen scraping app
2014 Apr 01
6
[LLVMdev] Proposal: Loads/stores with deterministic trap/unwind behavior
Hi,
I wanted to propose an IR extension that would allow us to support zero-cost
exception handling for non-call operations that may trap. I wanted to start
with loads and stores through a null pointer, and later we might extend this to
div/rem/mod zero. This feature is obviously useful for implementing languages
such as Java and Go which deterministically translate such operations into
2008 May 01
1
Samba Volunteer job postings at http://news.samba.org/
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Folks,
I've posted a description of a couple of volunteer (non-developer)
positions we are trying to fill. I'll repost here for efficiency.
I'm hoping to find two people to help out.
cheers, jerry
===================
The Samba Team is looking for people to help keep our user
community information current, covering development news,
2006 Jul 02
11
Google maps api in ruby/rails
I''ve been looking for any modules/tools that are available for using
the google maps api in rails. I found a couple of quick examples, but
not much more. If anyone knows of good sites that cover using google
maps api in rails please post it here:)
Chris
2006 Apr 19
2
ubuntu 5.10 postrgres gem
Hi,
I''ve installed Ubuntu 5.10, with Ruby 1.8.4
with thoose rep:
deb http://www-devel.orcaware.com/packages/ubuntu/ breezy/
deb-src http://www-devel.orcaware.com/packages/ubuntu/ breezy/
when I give:
sudo gem install postgres
I get:
Attempting local installation of ''postgres''
Local gem file not found: postgres*.gem
Attempting remote installation of