search for: mashup

Displaying 20 results from an estimated 44 matches for "mashup".

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 D...
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 D...
2007 Jan 04
5
Mashup Tutorial
Hi: I am looking for a good hands on web mashup tutorial? or books for that matter.. Google gives me bits and pieces of the info but not any step by step or hands on tutorial.. Thanks a bundle -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed...
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:/...
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 m...
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 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 ===...
2009 Jul 01
2
Revolutions blog: June roundup
...;s involvement in the Netflix Prize http://bit.ly/dTOkF revealed that the New York Times uses R to create graphics, including an interactive chart of Michael Jackson's musical career http://bit.ly/PZRA2 described how to run batch jobs using R CMD BATCH http://bit.ly/hE56B reviewed "Data Mashups in R", an extended example of corralling foreclosure data from various sources http://bit.ly/h9yfB announced a new "statistical learning web service" implemented with R http://bit.ly/Ncmwe was one of a series of posts looking at fraud in the Iranian election (including a now-famou...
2008 May 01
1
Samba Volunteer job postings at http://news.samba.org/
...ers, jerry =================== The Samba Team is looking for people to help keep our user community information current, covering development news, releases, general news, and events. The scope of the positions will be to: * Gather stories, summaries, and content for the bi-weekly Samba Mashup Report (community newsletter) * Work on the active content at http://news.samba.org/ We are looking initially for two volunteers to help us. If you are interested in helping, please send a short mail to web-editor@samba.org describing why you think you would be a good match. ==================...
2010 Apr 30
6
addListener
...raction(''myMap'',''google''); map.setCenterAndZoom(new mxn.LatLonPoint(45.559242,-122.636467), 15); marker = new mxn.Marker(new mxn.LatLonPoint(45.559242, -122.636467)); marker.addData({icon: "http://mapscripting.com/examples/mashups/richter-high.png"}); map.addMarker(marker); marker.addListener(''click'', test()); However I keep getting the error: addListener is not defined. Any help appreciated. Regards, Paul Owens HotelConnect Ltd is a company registered in England and Wa...
2009 Aug 25
1
Help in plotting a legend
Hello, List, I am a new user of the R project, and I need some help in plotting a legend. I am using the PBSmapping library to plot map of Ohio and heat color it with the count of employees in each county. As a guide, I am using "Data Mashups in R." I am able to plot the map with the colors; however, I would like to put a legend with a single box full of these colors, but only show the max and the min value on the left corner and the right corner respectively. Here's a part of the code I am using: #empdata has the emplo...
2014 Apr 01
6
[LLVMdev] Proposal: Loads/stores with deterministic trap/unwind behavior
...aren't ready to go in yet.) I have asm parsing/printing for both, and code generation for 'iload'. Would be interested in getting feedback on code generation as this is my first serious foray into the backend -- I haven't tried running the generated code yet and the DAG builder is a mashup of the DAG builders for 'invoke' and 'load', but I've eyeballed the asm it generates (e.g. llc produces iload-exception.s for the attached iload-exception.ll) and it looks reasonable. Thanks, -- Peter -------------- next part -------------- A non-text attachment was scrubbed.....
2006 Aug 12
2
Anyone up for this? Maps...Bounty...
...d and have it highlight the area on the map (origin marker, destination marker and line) for the selected record. Pretty easy? I have seen some rails integration with gmaps whereby you can add a single location and/or multiple locations but not connect them. Imagine the craigslist/real estate mashup but with start and stop points connected with lines because they belong together. Can you do this? If so, email me, tell me the amount and, at some realistic point, show me some functionality. We can do the entire transaction via rent-a-coder and, in fact, I am going to post this project the...
2018 Sep 24
0
[PATCH 1/2] virtio/s390: avoid race on vcdev->config
...; On 09/21/2018 09:28 AM, Halil Pasic wrote: > > Anyway I'm fine with swapping the old out and your new version in, > > if you prefer it that way. > > > > If you do, would you like to have a respin? Just send me a respin with something that you find useful :) (maybe a mashup of our descriptions) (while at it, you could also add the cc:stable, which I agree make sense) > > > > Regards, > > Halil > > > > I had been looking into this code recently, and shouldn't vcdev->status > (function get/set_status functions) also have a...
2018 Sep 24
0
[PATCH 1/2] virtio/s390: avoid race on vcdev->config
...Anyway I'm fine with swapping the old out and your new version in, > >>> if you prefer it that way. > >>> > >>> If you do, would you like to have a respin? > > > > Just send me a respin with something that you find useful :) (maybe a > > mashup of our descriptions) (while at it, you could also add the > > cc:stable, which I agree make sense) > > > > Will do! I would like to go with. > > > """ > This normally does not cause problems, as these are usually infrequent > operations. However...
2006 May 13
1
Ruby on Rails on Microtemplates
...</span> by applying some simple binding rules. I''ve attempted to generalize this approach into a complete templating solution, including a BSD-licensed javascript library. I think this approach could be very useful in augmenting static web pages with dynamic content, creating mashups on plain HTML pages, and in lowering the bar for composing and specializing web views and functions. I also think it might fit very nicely into Rails. I''ve started to draft some thoughts on that here: http://microtemplates.org/mediawiki/index.php/Rails I realize this is unsolicited,...
2006 Apr 13
0
ALE ( Ajax Linking and Embedding) and ROR ?
Hi, This is a newbies question. I am very impressed by Zimbra ALE ( Ajax Linking and Embedding) concept. It is very cool and enable the mashup of disparate applications altogether. I don''t know if Ruby on Rails has this similar concept and implementation. If not it would be nice if the community push in this direction. Any idea? Thanks alot. Regards, Brice -- Posted via http://www.ruby-forum.com/.
2010 Dec 15
0
OpenNode (CentOS + OpenVZ + KVM) Management Server preview is now available
Hi, We have been releasing first public preview of OpenNode Management Server and its ajax Web Management Console. OpenNode host (eg bare-metal OpenNode ISO installer) is basically a CentOS + OpenVZ + KVM + libvirt + func mashup with customized installer - while OpenNode Management Server provides central management features based on func and libvirt layer and including a RPC API server + ajax Web Management Console on top of func infrastructure - together with secure HTML5 VNC and SSH VM consoles. More info about OpenNo...