Displaying 20 results from an estimated 560 matches for "century".
2004 Jul 05
2
Failing on reading a "slightly big" dataset
...text
$ awk -F\| '(NF != 4)' cmie_firm_data.text
$ head cmie_firm_data.text
All figures are for the year 20030331|||
Company|GVA Less Interest (Rs. thousand)|Interest (Rs. thousand)|GVA (Rs. thousand)
'R' INVEST PVT. LTD.|-510.45|0.18|-510.27
20 MICRONS LTD.|60700|41200|101900
20TH CENTURY FOX CORPN. (INDIA) PVT. LTD.|50|0.33|50.33
21ST CENTURY AUTOMOTIVE INDIA LTD.|201.14|0.19|201.33
21ST CENTURY ENTERTAINMENT PVT. LTD.|-6.10|0|-6.10
21ST CENTURY EQUIPMENTS PVT. LTD.|-1599.53|1262.76|-336.77
21ST CENTURY INFRASTRUCTURE (INDIA) PVT. LTD.|140.48|1.74|142.22
21ST CENTURY PEST CONTROL S...
2002 Jul 10
0
It is beneficial to your library & its patrons to have the book (Please suggest)
Dear Sir/Ma'am:
It is significantly beneficial to your library and its patrons to have a book titled
"Complete Conduct Principles for the 21st Century" by Dr. John Newton.
Please suggest to your local library(ies) that the book be purchased. This is a great contribution you can make to your neighborhood!
"I find it heartening that you are crusading on behalf of this worthy book. It has occupied a space on our shelves for some time...
2002 Jul 10
0
It is beneficial to your library & its patrons to have the book (Please suggest)
Dear Sir/Ma'am:
It is significantly beneficial to your library and its patrons to have a book titled
"Complete Conduct Principles for the 21st Century" by Dr. John Newton.
Please suggest to your local library(ies) that the book be purchased. This is a great contribution you can make to your neighborhood!
"I find it heartening that you are crusading on behalf of this worthy book. It has occupied a space on our shelves for some time...
2010 Mar 12
3
How to format dates (with no century)?
...of format (day, month, year):
> dput(head(dates, 10))
c("6.4.7", "29.12.98", "19.10.91", "20.6.92", "2.9.3", "23.6.3",
"13.7.93", "23.3.7", "26.6.95", "15.2.10")
So, as you can see, there is no century. How can I change this
character data into dates? Any help would be most appreciated.
-J
2002 Jul 20
0
An easy & great contribution to yourself, family, neighborhood and society
Dear Sir/Ma'am:
It is significantly beneficial to your local (public, private, school, college, institutional, or ...) library and its patrons to have a book titled
"Complete Conduct Principles for the 21st Century" by Dr. John Newton.
Please kindly suggest to your local library(ies) that the book be purchased. This is an easy but GREAT & respectable contribution you can make to yourself, your family, neighborhood and society!
"I find it heartening that you are crusading on behalf of this w...
2009 Jun 08
3
using regular expressions to retrieve a digit-digit-dot structure from a string
Hi,
i need to recognize itemization structures in strings which follow the
format: "digit-digit-dot" like e.g.
1.
2.
19.
211.
Given the string " This happened in the 21. century." (the dot behind 21 is
used in German instead of 21st) I want know where the dots are but I do not
want the 21.-dot to be returned as well.
I am not good at regular expressions. How can I retrieve or recognize dots
excluding the digit-digit-dot structure?
TIA, Mark
---------------...
2007 Aug 20
7
OT: Suggestions for database for physicians patient records?
This is very OT. If list readers can point me in the right direction, to
other mailing lists, or web sites for recommended databases, that will
be much appreciated!
My wife's doctor wants to move records, for approximately 6000 patients
(over a 12 year period), from paper (18th century) to a database (20th
century). The data entry will be a PITA, for his secretaries, regardless
of what software he goes with. I did some reading about MySQL, and I
also did some googling for Linux+database and there are many other
databases out there. One requirement is that one field be variable
le...
2003 Jul 13
0
To You as a Nicer Person
...eing unpleasant to other people
> How to develop good conduct in your children or students
> How to make the world peaceful and better
You can find all the answers to these questions, and much more, in this great handbook:
" Complete Conduct Principles for the 21st Century " by Dr. John Newton
It is the best educational GIFT idea for children, friends, relatives, classmates, students, parents, teachers, other educators, ..., particularly at this special time.
BENEFITS to each individual reader: Many! -- such as for health, work, job, career, success, self-im...
2000 Jun 28
1
New version of chron
A new version of the chron add-on package is now available from CRAN.
The previous version introduced code to ensure that chron would work
correctly in the 21st century. Of course, the main issue is how to deal
with 2-digit dates. To this end, the original author of chron, David
James, indicated that the `y' format specifier was always meant to
specify the year without the century (i.e., the year modulo 100), as in
strftime(3)'s `%y'. Hence, there s...
2000 Jun 28
1
New version of chron
A new version of the chron add-on package is now available from CRAN.
The previous version introduced code to ensure that chron would work
correctly in the 21st century. Of course, the main issue is how to deal
with 2-digit dates. To this end, the original author of chron, David
James, indicated that the `y' format specifier was always meant to
specify the year without the century (i.e., the year modulo 100), as in
strftime(3)'s `%y'. Hence, there s...
2006 Apr 12
8
newbie radrails question
...m.ar/awebfactory/published/DemoAppPart1
When I click on the DepotServer and try to start it WEBbrick is not starting.
I can cd to the base directory and run script/server and it works.
Any idea what I''m doing wrong?
Thanks
Greg
--
Greg Freemyer
The Norcross Group
Forensics for the 21st Century
2018 Jan 22
2
Manipulating two large dataset differing by date and time
...05 01 01 01 3969 (year, month, day, hour and count)
The sample is also attached as 2005hourly.txt.
Thank you very much for your kind inputs.
Ogbos
data <- read.table("2005daily.txt", col.names = c("year", "month", "day",
"counts"))
new.century <- data$year < 50
data$year <- ifelse(new.century, data$year + 2000, data$year + 1900)
data$date <- as.Date(ISOdate(data$year, data$month, data$day))
x1 = data$date
y = data$counts
2006 Feb 15
5
Lighttpd now works for production. Development is broken?
...ce.
Now when I try to run rails/app.devel/script/server it appears to try
and run lighttpd.
Unfortunately this fails. Do I need to update my lighttpd config to
support devel, or somehow force script/server to launch WEBrick?
Thanks
Greg
--
Greg Freemyer
The Norcross Group
Forensics for the 21st Century
2008 Dec 10
2
Confusion with Converting Factors to Dates using as.date
...is done automatically) and then to date class, but I still had the same problem. Does anybody know how I can solve this and why I am getting this behavior? One more tidbit: the earliest date for which the date conversion is "correct" is 1969-04-15, while the most recent date for which the century is "incorrect" is 1967-11-05.
Thanks,
Josip
Research Associate
Human Security Report Project
School for International Studies
Simon Fraser University
Suite 7200--515 W. Hastings St.
Vancouver, BC V6B 5K3 Canada
2005 Jun 24
0
Re: Opteron Mobo Suggestions -- the follies of typical tape backup (it's the 21st century)
From: Kirk Bocek <t004 at kbocek.com>
> Another poster (sorry, could find the name, was it Peter?) mentioned the
> lack of hot-swap support in most of the hardware raid out there. If this
> is the case, what's the point of raid 1 or 5 if a failed drive will hang
> the system? What's your experience with the 3Ware cards?
"Hot-swap" is like saying "3D
2006 Feb 10
5
Re: Manually running dispatch.fcgi fails (Please help!!)
...File.dirname(__FILE__) + "/../config/environment"
> require ''fcgi_handler''
>
> RailsFCGIHandler.process!
>
> Can you run your dispatch.fcgi from the command line?
>
> Greg
> --
> Greg Freemyer
> The Norcross Group
> Forensics for the 21st Century
>
--
Greg Freemyer
The Norcross Group
Forensics for the 21st Century
2006 Jul 10
3
search plugin?
...ng that works well with the Rails models.
Any recommendations?
== Example of what I need to work
Assume I have a :belongs_to field1 in my model.
I want to search all my records for hits in the field1.name associated field.
Thanks
Greg
--
Greg Freemyer
The Norcross Group
Forensics for the 21st Century
2023 Jan 13
1
return value of {....}
> 09.01.2023 18:05:58 akshay kulkarni <akshay_e4 at hotmail.com>:
>
> We are living in the 21st century world, and the R-core team might,I suppose, have a definite reason ...
>
Maybe compatibility reasons with S and R-versions from the 20st century?
But maybe, you would have expected some reason even then.
best regards,
Heinz
2006 May 05
2
newbie ruby string match question
...n the page I care about the controller variable is
"#<ActiveRbac::UserController:0x408b3d6c>"
So I want something like:
if controller contains ActiveRbac::UserController
What is the right syntax for the above?
Thanks
Greg
--
Greg Freemyer
The Norcross Group
Forensics for the 21st Century
2017 Dec 26
0
Unexpected behaviour of windowsFonts() when Rdevga is edited
...ssumes that font5 contains greek letters and math symbols
TT Symbol: plain
?
TT Times New Roman : plain
TT Times New Roman : bold
TT Times New Roman : italic
TT Times New Roman : bold&italic
?
TT Courier New: plain
TT Courier New: bold
TT Courier New: italic
TT Courier New: bold&italic
?
TT Century Gothic : plain
TT Century Gothic : bold
TT Century Gothic : italic
TT Century Gothic : bold&italic
?
TT Matisse ITC: plain
TT Wingdings: plain
</Rdevga>
?
?
When I check the font family:
?
> windowsFonts()$sans
[1] "TT Arial"
?
I find unexpected that the family name is still...