Displaying 20 results from an estimated 9000 matches similar to: "Lumping vs. Splitting (REST)"
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
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:
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
2011 Aug 12
2
Finding an average time spent
Hello R help!
I am extremely new to R (as in 3 just days) and I've been using it to do
some pretty basic things. I am frustratingly stuck on one point, and am so
so so close to figuring it out, but just far enough away to ask for some
(perhaps embarrassingly easy) help.
I have a dataset, visitors, that has a variable called Time.Spent.
Time.Spent consists of times in the format hh:mm:ss ,
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
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'',
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:
2018 Mar 21
2
how to add a child to a child in XML
I am trying to add a child to a child using XML package in R. the following fails
library(XML)
node1 <- c("val1","val2","val3")
names(node1) <- c("att1","att2","att3")
root <- xmlNode("root", attrs=node1)
node2 <- LETTERS[1:3]
names(node2) <- paste("name",1:3,sep="")
root <-
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
2007 Feb 28
1
[ win32utils-Support Requests-8957 ] Killing grandchildren?
Support Requests item #8957, was opened at 2007-02-28 13:47
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=412&aid=8957&group_id=85
Category: win32-process
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Chad Woolley (thewoolleyman)
Assigned to: Nobody (None)
Summary: Killing grandchildren?
Initial Comment:
I am trying to spawn, then
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
2011 Oct 10
3
Deciding when to do system encryption
Hello All,
I have read that system encryption slows a computer down. However, I am more
interested in when to use it. Consider the following scenarios:
1. You have a server in a secured server room on a rack (is there any need
and advantage to having system encryption in this particular case)
2. you have a server sitting in an office that is accessible by everyone
2. You have a desktop
3. You
2018 Mar 22
2
how to add a child to a child in XML
Big thanks. newXMLNode works great. Wonder why it is not included in the documentation.
There is newXMLDoc and newXMLNamespace, but no mention of newXMLNode.
Stephen
From: Ben Tupper [mailto:btupper at bigelow.org]
Sent: Wednesday, March 21, 2018 6:18 PM
To: Bond, Stephen
Cc: r-help
Subject: Re: [R] how to add a child to a child in XML
Hi,
XML doesn't use the `$` to access child nodes.
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