similar to: Finding an average time spent

Displaying 20 results from an estimated 2000 matches similar to: "Finding an average time spent"

2005 Dec 09
1
stupid user tricks with ices2: "No such file or directory" :P
Michael and Karl, Thanks for your replies. Sorry for confusing you with bad test info. The contents of playlist.txtthat I referred to in my earlier email did not match the log result I specified. However, I had ran the test with both a full and relative path in playlist.txt; "/home/john/Visitors.ogg" and "Visitors.ogg". Got it working, however. Tried playing a different ogg
2003 Sep 20
1
Q: Share Definitions, how to make a 'truely public' area
Greetings, I am trying to set up a "Public" share that visitors who do not have accounts in our system have ro access to, while staff members (who do have accounts) have rw access. Our department has visitors who plug laptops into our network who will only be there once, and want to copy some of our software. However, with the following share definition, staff have rw access, but
2005 Dec 07
4
stupid user tricks with ices2: "No such file or directory" :P
I must be doing something really stupid. I've read the docs for icecast2 and ices2. Icecast2 is running fine; I can get stats.xml and see that it is running. When I run ices2, I get the following error in ices.log: ... [2005-12-07 05:37:51] INFO playlist-basic/playlist_basic_get_next_filename Loading playlist from file "/home/john/playlist.txt" [2005-12-07 05:37:51] WARN
2005 Jul 15
2
Page Views & Icecast logs
hi i was involved in a webcast for the UK Make Poverty History event on July 2nd and have analyzed my Icecast logs using Sawmill (http://www.sawmill.net/) which supports Icecast logs: http://www.sawmill.net/formats/ice_cast.html looking at the data below i have been asked what the difference is between 'Page Views' and 'Visitors' with regard to Icecast logs: Page Hits Page
2014 Nov 28
3
[PATCH] Update website
Hi all, Here are some patches updating the website. 1) Fixes the changelog.html menubar 2) Updates documentation 3) Updates news feed 4) Updates downloads and adds some links Patch 2 and 4 were to big for the list, unfortunately. They can be found here: http://www.audiograaf.nl/misc_stuff/0002-Update-API-and-tools-documentation.patch.xz
2006 Dec 22
3
Lumping vs. Splitting (REST)
Hi Everyone, Working on a REST-based web application, and I need some ammo in dealing with my supervisors and contractors. Is it better to: Method 1: Take in one large XML-based POST request, which contains 1st, 2nd and 3rd level elements, and build the associated child and grandchild objects in the parent controller, Method 2: Instead use a number of smaller XML-based POST requests
2011 May 05
9
[threadsafe] Arel ToSql visitor is not threadsafe
Hey, We hit a bug today because Arel::Visitors::ToSql is not threadsafe. Here is what is happening: Arel::Visitors::ENGINE_VISITORS is a cache of visitors instances. These instances are not inherently threadsafe because it contains state ''@last_column'', ''@connection'' that is shared between threads. The other variables ''@pool'',
2005 Nov 28
4
What made us so popular Nov 16-20?
Our main US mirror is cran.mirrors.pair.com, AKA cran.us.r-project.org. Pair.com keeps statistics on traffic on the mirror sites, and I got all excited when I looked at this page: http://mirrors.pair.com/pair/stats.html and saw that CRAN was 5th most popular over the last month, getting more visitors than Apache, MySQL, OpenOffice, etc. Then I looked at this graph:
2006 Nov 28
15
Determining ideal number of Mongrels for an app?
What''s a rule of thumb for guesstimating how many Mongrels to use in a cluster for an app? I have an app that gets about 5000 unique visitors per day. I figured I''d give it plenty of Mongrels -- twenty to be specific. After running out of memory and hitting the swap periodically, I scaled it back to five and it still seems to serve up visitors fine. So, is there some super-secret
2006 Dec 10
5
model-controller-paradigm: What about admin controllers?
Hi all We all know the model-controller-paradigm: I have a model "News" which has a corresponding CRUD-controller "NewsController". But now I''m quite unsure about the following... Guess we have normal visitors that visit our site www.??.com/news and we have administrators that create and modify news items. The admin should see an "Edit" link and a
2006 Nov 29
1
Which SIP transport from France and termination services in the Nederlands
Hi, This question is both technical and business related. I've got a prospective customer in France which belongs to Hotel industry. He has a lot of visitors coming from the Nederlands. I'm studying the opportunity to offer phone services to those visitors. The service I'm thinking about is plain local call termination : hotel guests cost effectively call their relatives in their
2012 Sep 11
3
question about how to set up an active record adapter to prefer use of prepared statements...
Hi, I am writing an active record adapter for our new database and when I run the tests I see lots of statements that could be run as prepared statements, but instead of passing me bindings AR passes me a fully specialized SQL string, not in all cases, but in many. Here is an example: SELECT addrs.* FROM addrs WHERE addrs.user_id = 153 FETCH FIRST 1 ROWS ONLY I do have this hook set up:
2002 Oct 08
1
Get Your IE Toolbar!
Make your customers and visitors always have the link to your site on their Explorer toolbar. Custom Toolbars increase your ability to market your site anywhere within millions of Internet browsers and takes only seconds to install. Custom IE Toolbar with unlimited menu items - 200$US! Advanced IE Toolbar with custom design logo - 250$US! Unlimited IE Toolbar features with the plain rate of
2010 Sep 08
2
Rails 2.3.9 breaks sessions with Active Record or Memcache store
A Rails 2.3.9 app with Active Record or Memcache session store will never send the session ID cookie to a client if the client doesn''t send any HTTP cookies in its requests. Rails integration tests didn''t catch this because they always send the HTTP_COOKIE header, even if it''s empty. This is a huge bug, as it can break keeping sessions on sites which don''t set
2008 Sep 15
3
Best way to run hundreds of concurrent tasks?
Hi all, I''m trying to figure out to run some asynchronous tasks in a Facebook app. I''ve got things working, but BRB crashes after a little while, and I''m not sure if my setup is ideal. Here''s the scenario: - whenever a user visits my app, I need to fire off a bunch of API calls. - these calls need to start right away, because the user sees a
2004 Jan 07
3
embedded vorbis player?
hello :-) i would like to publish a recorded interview on my website using the ogg vorbis format; i would like to know if it's possible to sort of embed a multi-platform vorbis player into a webpage, so that visitors can click on 'play' and hear the recording; like for instance you can with the macromedia flash player; /bruno __________________________________ Do you Yahoo!?
2007 Jan 08
3
Relating Tables
I have 2 mysql tables, Product and Color: Color ID ColorName 1 Red 2 Green 3 Yellow 4 Blue Products ID Color1 Color2 Color3 ProductName 1 ? ? ? Orco 2 ? ? ? Skeletor 3 ? ? ? He-Man I need to display the ColorName to
2006 Jul 24
2
:disable_with for button_to ???
With form_tag submit buttons I use the " :disable_with => ''button label while processing'' " option so that visitors with slow connections aren''t able to submit forms twice. How do I do the same thing with button_to? I''ve got several pages where there are multiple forms on the page being updated with Ajax so I can''t wrap the whole
2006 Apr 01
5
Upload a zip using a form and extract if afterwards on srv?
Hi all It like my visitors to be able to upload a zip file (or any other possible compressed file archive) to my server. After upload, my web app should extract the content to the server and delete the zip file. Is this possible somehow? I''m very thankful for help. Have a nice weekend, Joshua -- Posted via http://www.ruby-forum.com/.
2009 Dec 07
3
captcha
Hi all, I want to implement a captcha on my register page to help weed out any ''non-human'' visitors. I was told to check out http://expressica.com/simple_captcha/ but the site isnt responding. Does anyone have any other reccomendations that are tried and tested & successful? Many Thanks -- You received this message because you are subscribed to the Google Groups