search for: bdays

Displaying 11 results from an estimated 11 matches for "bdays".

Did you mean: days
2010 Dec 04
7
Error loading mfc42.dll - failed (error c000007b)
:D Hi, I installed wine on ubuntu 10.10 to run a windows program as reported here (http://appdb.winehq.org/objectManager.php?sClass=version&iId=22133&iTestingId=59338). After few trails I decided to reinstall Wine (now version 1.3.8 ), to configure it as instructed by the guide, and than to install again the windows application, Birthday Reminder. At present the application doesn't
2006 Feb 20
0
vpimd, a personal information server
...l as is, or even wants to collaborate... I''ve been working on a "personal information server", something of a protocol multiplexer. Right now it serves calendar feeds for: - a local calendar folder (iCal 1.x''s Library/Calendars) - rss for local todos - icalendar for bdays in a vcard file I run it as a LoginHook on OS X, haven''t tried on Linux. Its a longterm project, with more possibilities than I have time, but I conceive of it taking information from various sources, and presenting them back using rss, ical, jabber, LDAP, webdav/caldave, etc.. The idea...
2010 Feb 26
2
Routing Error using Paperclip
For some reason I can''t figure out why I am getting a routing error when I add Paperclip support. I have another test app when similar code is working. I created a new test app first without Paperclip support and it was doing the CRUD operation fine. However when I added Paperclip support I get the following error? Routing Error user_url failed to generate from
2011 Feb 05
2
Re: Error loading mfc42.dll - failed (error c000007b)
:) Hi experts, hi dimesio Few days ago Wine/Birthday Reminders stopped to run. I suppose that it is a consequence of an automatic updating of Ubuntu and I ask an advice on the best way to solve the issue. Consider that: if I run the application clicking on it, as usual, I see the system working and stopping after tens of seconds, If I run the application by console, this is the code that I get
2009 Sep 11
0
Rmetrics timeDate - business days between dates
...(y1), start = start, end = end) dts <- seqs[isBizday(seqs,temp)] }else{ temp <- holidays(y1) for(k in seq(from = y1+1, to = y2)){ temp <- c(temp,holidays(k)) } temp <- window(temp, start = start, end = end) dts <- seqs[isBizday(seqs,temp)] } bdays <- length(dts) return(bdays) } ### using the function... BuziInDates(as.Date('2009-09-11'), as.Date('2030-09-11') , holidayNYSE) [[alternative HTML version deleted]]
2012 May 03
0
Re: Error loading mfc42.dll - failed (error c000007b)
...d and by one of the two dedicated launchers within Wine. 7) In order to run Birthday Reminder in Ubuntu environment as well as in Windows (referring to the same file as in Windows), I created a symbolic link in "/home/claudio/.wine/drive_c/users/claudio/Application Data/Zhorn Birthday Reminder/bdays.ini", to file "/home/claudio/.wine/drive_c/users/claudio/Application Data/Zhorn Birthday Reminder/bdays.ini" which contain application data. 8 ) Finally I checked that the application was working properly in both systems. Claudio :D
2007 Sep 21
1
calculate age of a person and compare it
how can i calculate the age of a person using database " birth date" my teble is user and column is bday .... now i want to calculate the age will some one please tell me how can i calculate the age.. actually i want to compare my two database fields birthdate and joining date ......that is why i need this.... will someone please tell me how can i do that
2006 Jan 22
23
calculate users age
i know it''s probably really simple, how do i work out someone''s age if i have their d.o.b. stored as a date in my db. cheers -- Posted via http://www.ruby-forum.com/.
2014 Nov 12
2
Query: SELECT "INBOX" permission denied
Yesterday I was forced to migrate servers due to a hardware failure. I have been able to bring up my mail server, and set up Squirrelmail and Dovecot. I am able to access (via Squirrelmail) all users' mail except one - which happens to be my wife's, so it would be really helpful if I could get that working too. I am able to log in, but see the following message in the main pane:
2002 Feb 22
1
Weekdays
...sy part and works if the number of days is a multiple of 7. However, the number of weekend days in the tail is a little harder. It depends on both the start date of the tail and the number of days in the tail. Any suggestions for a more elegant solution would be helpful. Thanks, Whit Armstrong bdays <- function(sdate,edate) { sdate <- as.POSIXlt(sdate) edate <- as.POSIXlt(edate) length <- as.integer(difftime(edate,sdate)) weeks <- floor(length/7) tail <- length%%7 # true no matter what day of the week the start date is weekend.days <- weeks*2 weekend.days <-...
2008 Jun 11
19
Which Wine Download?
Hi, Which of the various Wine downloads on the download page should I get for PCLinuxOS? Thanks. Stephen Carter