search for: morn

Displaying 20 results from an estimated 6575 matches for "morn".

Did you mean: more
2010 Mar 05
2
How to assign week numbers to a time-series
...01 is a Saturday), then WEEK 1 begins on day 1 (05/01/2010) and WEEK 2 will begin on the first SAT under variable DOW. I hope I explained this clearly enough, if not let me know. Mike MM DD YR DOW DOW. DTYPE TOD TOD. SITENUM DESC 1 05 01 2010 SAT 1 2 MORN 1 101 WALNUT.CK 185 05 01 2010 SAT 1 2 MORN 1 102 LAMPE 369 05 01 2010 SAT 1 2 MORN 1 103 EAST.AVE 553 05 01 2010 SAT 1 2 MORN 1 104 NORTH.EAST 737 05 01 2...
2003 Mar 06
4
write.table row.names and col.names (PR#2610)
...ble and with row.names and col.names, then the colnames are displaced by 1 with respect to column content. Example: > x = data.frame( > obscht=c("chriesi", "bire"), > gmues=c("chrut","hoerdoepfl")) > rownames(x) = c("huet", "morn") > write.table(x, file="test.txt", sep="\t", quote=F) The table x now looks like: > x obscht gmues huet chriesi chrut morn bire hoerdoepfl but the file is as follows, and the column names will be confused when reading this file e.g. from Excel....
2023 Apr 05
2
samba on ubuntu 22 lts breaks after unattended-upgrade
Hello, this morning we had the unpleasant experience of two DCs breaking at the same time, no logins, no DNS resolution, any call to samba binaries fails with an error message similar to : libldbsamba.so.0 : ldb_msg_element_is_inaccessible (cannot copy&paste as I disabled network access to this server). We...
2011 Feb 04
1
read.table error
...KDAY", "WEEKDAY", "WEEKDAY", "WEEKDAY", "WEEKDAY", "WEEKDAY", "WEEKDAY", "WEEKDAY"), PER = c("AFTN", "AFTN", "AFTN", "AFTN", "AFTN", "AFTN", "AFTN", "MORN", "MORN", "MORN", "MORN", "MORN", "AFTN", "AFTN", "AFTN", "AFTN", "AFTN", "AFTN", "MORN", "AFTN", "AFTN", "AFTN", "AFTN", "MORN", &quo...
2011 Jun 01
1
Run R script automatically each morning and email results?
...n it will grab up-to-date vital statistics data from our server and combine it with up-to-date temperature data from the web. This is a baby step in automated surveillance of the relationship between temperature and mortality in our area. The next step is to have this code run automatically every morning at 8:00am, and to email the resulting plot to a few key stakeholders. Can anyone recommend how I might accomplish this? Either in R, or some other user-friendlish solution? Many thanks, Sarah [[alternative HTML version deleted]]
2005 Nov 30
2
kernel panic this morning
When I came into work this morning the console had the following: bio_endio __end_that_request_first scsi_end_request scsi_io_completion scsi_finish_command scsi_softirq __do_softirq do_softirg do_irq command_interrupt default_idle cpu_idle start_kernel Panic I am running software RAID-1 on this machine. I had 2 IDE disks and...
2010 Jul 14
1
[fdo] Server reboot Thursday morning UTC
Hi all, most of the freedesktop.org servers just got new kernels, so they'll be rebooted tomorrow (Thursday) morning UTC. Sorry for the short notice, downtime should be neglible. Regards, -- Tollef Fog Heen UNIX is user friendly, it's just picky about who its friends are
2006 Dec 15
8
Early morning strange error saying: Status: 500 Internal Server Error
So I have updated to the latest mongrel and fastthread and my environment is as follows: Debian 3.1 Rails 1.1.6 Ruby 1.8.5 Mongrel 0.3.18 Fastthread 0.4 Mongrel Cluster 0.2.1 Apache 2.2.3 I again woke up this morning to my disappointment of seeing the strange Status: 500 Internal Server error. It happens the same every morning, I have three mongrels running, two give the error, one processes the request successfully. This error is not being reported in ANY logs. Apache, Mongrel debug, rails, nothin...
2005 Nov 23
2
functional tests, assert_tag and tables
...sense to me, and in general they behave as expected. I ran into trouble with nested tables. To demonstrate, I''ve put together a simple test that calls the index action of some controller, and this renders a hard-coded html page. I want to make sure the correct elements are in the "Morning" row, so I find the "Morning" table cell and verify that it has a parent "tr" tag that in turn has a child "td" tag that holds the values I want. These are the first two tests. For the next test I want to make sure the Teacher''s name (Teacher One i...
2003 Aug 15
2
Frequent crashes - drives me nuts .....
...d it with a stock Suse 8.2. Pulled the updates from SuSe, copied the setup from the old box (smb.conf, dhcpd.conf, printcap, bind settings). Modified them slightly to match the newer software releases and tested the box. Worked as expected. A simple setup .... The box went back to the client. Next morning both nmbd and smbd had died with internal errors. The box was rebooted and everything went smoothly again until next morning. You guess it, nmbd and nmbd had died again. I tried to reproduce the crash. No go the box is rock solid. So i went back from samba-2.2.7a to stock suse 2.2.7 (2.2.7a wa...
2010 Mar 25
4
Creating dataframe of all possible variable combinations
Hello, I need to create a dataframe containing all possible combinations of three variables: SITE (101,102,103,104), WDAY (MON,TUE,WED,THR,FRI), and TOD (MORN, AFTN). There should be a total of 40 unique combinations in my dataframe. I used expand.grid() successfully(?) to create my dataframe, but then when I went to order it by SITE, the resultant dataframe only contained four rows, one for each site. There must be something about this function that I d...
2005 Mar 18
1
BV This morning
Last night everything was working perfectly. This morning I went to make a call and got a message "the device you are using is not registered to make calls on the network". Connecting direct to BV on X-Lite works fine. Any ideas? -Kerry -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/p...
2010 Sep 08
1
Anyone else having problems with updates this morning?
Good morning all, I ran an 'yum update' and have been receiving the following errors: Loaded plugins: fastestmirror Determining fastest mirrors Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=x86_64&repo=addons error was [Errno 4] IOError: <urlopen error (-3, ...
2010 Dec 06
2
less than full rank contrast methods
I'd like to make a less than full rank design using dummy variables for factors. Here is some example data: when <- data.frame(time = c("afternoon", "night", "afternoon", "morning", "morning", "morning", "morning", "afternoon", "afternoon"), day = c("Monday", "Monday", "Monday", "Wednesday", "Wednesda...
2005 Feb 24
2
Delay after entering digits with IVR
...or, just start them here. exten => 0,1,Goto(s,1) exten => s,1,Wait,1 ; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,SetMusicOnHold,default exten => s,4,ResponseTimeout,5 ; Set Response Timeout ; Is is Morning, Afternoon or Evening ? ; Lets play a differnet greeting for each time period. exten => s,5,AGI(openclose.agi) exten => s,6,GotoIF($[${STATUS} = morning]?10) exten => s,7,GotoIF($[${STATUS} = afternoon]?12) exten => s,8,GotoIF($[${STATUS} = evening]?14) extex => s,9,Goto(s,6) ; T...
2009 Apr 03
4
Bug in yum Logwatch reporting
I've been noticing yum updates on several servers I manage over the last few weeks, which I know I didn't perform and could not explain until this morning. At first I suspect a break-in, but found no other evidence or reason an intruder would run the yum updates I was viewing. Yum updates are logged in /var/log/yum.log, which is what Logwatch scans. Seems that the format of the log entries is: "MMM DD", the year is missing! This mor...
2008 Sep 09
3
LCD blanks out overnight
I inherited an ancient Dell Latitude C840 and recently installed CentOS 5.2 on it. It worked fine for the most part, but when I left it overnight and came back the next morning, the screen blacked out and wouldn't come back unless I did a hard reset. Even though I turned off all the power management settings and left it set like a desktop, the next morning after that it still blacked out. I thought maybe it'd come back if I switched from X to a virtual text c...
2006 Jun 20
3
WEBrick just decided to take a hiatus on me
Good day all. This is one of the most frustrating days I have had with Rails in quite some time now (almost 8 months actually). Yesterday I complete my development and testing and everything is peachy. I head home for the evening and do my things there. This morning, I come back in and do my typical morning routine of starting up eclipse and the usual "ruby script/server" command in windows. The only problem this morning is all I get is a whole lot of nothing: => Booting WEBrick... That is all she wrote. Nothing more, nothing less. No log out...
2005 Jun 09
2
yum repository for Mplayer and Codecs?
Good morning, I've looked around a bit for a yum repository for Mplayer with all of the codecs. Does anyone know of a repository? (I admit I'm being a little lazy this morning :) ). Thanks! Jeff
2009 Jun 06
0
Patch submissions & phone call this morning
...o. At the moment we don''t have any branches so this is just going to be "/branches/" but you need to enter that when you upload your file otherwise it''ll give you an error and forget the file you uploaded. Sorry for any confusion. Also, did someone on here call me this morning? I didn''t catch the name and I didn''t get your e-mail if you sent one. Derek -- Derek Fowler m. +44 (0) 7966 512 369 e. dezfowler at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstrac...