search for: 2004q4

Displaying 6 results from an estimated 6 matches for "2004q4".

Did you mean: 20044
2010 Jan 20
1
Line Plot with Dates on X-axis
...ut the x-axis is the number of days since 1/1/1970. How do I either get the first block to recognize the desired format, or the second block to format the x-axis as quarters? Thank you in advance! #block 1 time.val <- as.factor(c ("2004Q1","2004Q2","2004Q3","2004Q4","2005Q1","2005Q2")) inc <- c(0.9903797, 1.3741467, 0.9938702, 0.4252443, 0.7700158, 1.1770313) # returns nice x-axis, but black points plot(time.val, inc, type="b", col="red") #block 2 time2 <- ifelse (substr(time.val,5,6) == "Q1",...
2005 Aug 19
2
The scariest set up of all: Printer Support
...up front, they just tell you that commercial users must pay and consumers can use for free. Anyway, I decided to look for different alternatives. I came across a web site that said that my printer model could work under a different Canon driver: http://www.linuxprinting.org/pipermail/canon-list/2004q4/001797.html But, and here's the heart of my question, I can't find any place to make changes to my printer configuration. According to some web sites I looked at, I should have a printer configuration application in my menu, under "Preferences". But all I have is a "print...
2005 Jul 11
9
HTB Rate and Prio (continued)
...I keep posting about my problem with HTB -> http://mailman.ds9a.nl/pipermail/lartc/2005q3/016611.html With a bit of search I recently found the exact same problem I have in the 2004 archives with some graphs that explain it far better than I did -> http://mailman.ds9a.nl/pipermail/lartc/2004q4/014519.html and http://mailman.ds9a.nl/pipermail/lartc/2004q4/014568.html Unluckily there were no solution, well or I didn''t find it in the archives, so if anyone have a clue. I upgraded my box to the 2.6.12.2 kernel with the last iproute 2 but nothing change, I still have...
2006 Jun 30
2
Advanced routing routing table limits and rule design
I am trying to determine how to best increase the number of routing tables available in linux 2.6 to more than 255. I realize this involves increasing the storage of some messages to and from the kernel in addition to kernel changes (from browsing the code), and was hopeful that someone might know what the correct solution would be or could point me in the right direction (like existing patches
2006 Jul 06
1
Software for Epidmiological, Longitudinal Data
Hello We are a team working on a prospective psychological study. The study design is based on assessing data of three generations of humans over a long time period, wherein epidemiological as well as biological data will be assessed. Sample sizes will range from about 100 to several thousand depending on the research question. Currently we are looking for an apropriate statistical package.
2005 Feb 06
2
problems with u32 fiter
hello to all i''m trying to set a filter but doesn''t want to work. i''ve set ut the qdiscs and the classes like this : tc qdisc add dev ppp0 root handle 1: htb default 20 tc class add dev ppp0 parent 1: classid 1:1 htb rate 120kbit tc class add dev ppp0 parent 1:1 classid 1:20 htb rate 30kbit ceil 120kbit tc class add dev ppp0 parent 1:1 classid 1:21 htb rate 30kbit ceil