similar to: rails in iceland

Displaying 20 results from an estimated 9000 matches similar to: "rails in iceland"

2009 Jan 19
1
indications.conf entry for Iceland
Hi, Not sure where to submit this to so I'll try here. Below is the toneset for Iceland. Hopefully this can be added into the asterisk package. [is] description = Iceland ringcadence = 1000,4000 dial = 425 busy = 425/250,0/250 ring = 425/1000,0/5000 congestion = 425+250/250,0/250 callwaiting = 600/100,0/100,600/100,0/9000 record = 1400/500,0/15000 info = !950/330,!1400/330,!1800/330,0
2000 Apr 17
1
source-parse difference in 0.9 and 1.0
In version 0.9 I ran a command file of 489 lines with source(" ") In version 1.0 I do the same and get Error in parse(file, n, text, prompt) : unable to open file for parsing This has something to do with the length of the command file. If I paste the individual lines into R it is OK, if I only use few lines of the code is is OK as well. The problem is affected by
2002 May 29
3
inverse gaussian random numbers
Dear R-people Does someone have a routine to ngenerate inverse-gaussian random numbers. I am thinking of something similar to rinvgauss, pinvgauss etc. in S-plus. best regards Helgi -- Helgi Tomasson FAX: 354-552-6806 University of Iceland PHONE:354-525-4571 Faculty of Economics and Business Administration
2003 Feb 05
2
big ps-files
To R-users I have been using R for many years and I am very happy with it. One thing puzzles me. Graphic postscript files tend to become quite big, much bigger than corresponding splus postscript files. Does anybody have a hint to avoid this? best regards Helgi -- Helgi Tomasson FAX: 354-552-6806 University of Iceland
2001 Jan 15
3
quota on ext3 fs
hi everyone, i installed the ext3 fs on a test machine and tried to use quota on the ext3 filesystem. When i use the command quotaon /dev/hdb2 (the partition with the ext3 fs) i get the message: quotaon: using /home/quota.user on /dev/hdb2: Invalid argument. I created the quota.user and quota.group files and set the permissions to 600. I use quota-2.oopre3-7a, e2fsprogs-1.20-0ext3, kernel 2.2.18
2007 Apr 04
6
Best practice, dev/test/staging/production environments
I like the Stanford Best Practices guide for puppet. One thing I didn''t see it address was handling of separate environments, for example Dev, Test, Staging, Production. My thoughts on this so far, are: brainstorm #1) Handle environment differences with metadata: node devProductName01 { $env = "dev" include ProductName-webserver } node testProductName01 {
2005 Feb 24
2
Brainstorm: Running Asterisk as cool as poss ible - AKA solid state.
Hi Kristian, Anywhere I can read about this Soekris/AstLinux project? ... Regards, Hans -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Kristian Kielhofner Sent: Thursday, February 24, 2005 6:02 AM To: jim@vanmeggelen.ca; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users]
2012 Jul 03
2
"evaluating expressions" contained in a dataframe
#I have a dataframe called "tests" that contain "character expressions". These characters are rules that use data from within another dataframe. Is there any way within R I can access the rules in the dataframe called tests, and then "evaluate" these "rules"? #An example may better explain what I am trying to accomplish: tests <-
2001 Sep 11
3
64-bit programming
Has R been ported to 64-bit platforms? E.g. as in FORTRAN when you define double precision number as: REAL*16 I have heard that some SUN computers already offer 64-bit architecture but I am unsure about the GNU support for that hardware. I am seeking increased accuracy in floating point operations. regards Helgi -- Helgi Tomasson FAX: 354-552-6806
2010 Apr 28
1
Maildircrypt
Hi guys, I was just wondering if this idea makes sense overall or if there are major impediments (indexing performance ?): http://blogs.nopcode.org/brainstorm/2010/04/28/maildircrypt/ Thanks ! Roman
2005 Feb 23
1
Brainstorm: Running Asterisk as cool as possible - AKA solid state.
I would like to ask what people think the best way would be to build a low-power consumption, passively-cooled system. For example,one could use a fanless-Eden (mini-ITX/EPIA) system, but the loss of FPU power would limit performance. The obvious choice for FPU work are the Intels and AMDs, nut they're all power-hungry radiators. Is there something that can offer the quiet, power-savings of
2005 Jul 12
3
SNOM 360 and parking
OK, last showstopper that I just can't puzzle my way through - parking calls with the snom phones. I get the two phones connected, I hit transfer on one, the other phone goes to MOH and the first phone gives me DT, so I dial 700 and hit the OK button. Call transferred, the SNOM hangs up before I have a chance to hear which extension it parked to. Is there a way to make the SNOM phones
2012 Jun 06
1
Constant ACPI Errors every 5min in dmesg & messages.log
Hi. I get these ACPI errors constantly every 5min or so in /var/log/messages and dmesg : kernel: ACPI Error: SMBus or IPMI write requires Buffer of length 42, found length 20 (20090903/exfield-286) kernel: ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._PMM] (Node ffff88061056cb00), AE_AML_BUFFER_LIMIT kernel: ACPI Exception: AE_AML_BUFFER_LIMIT, Evaluating _PMM
2015 Apr 03
1
OT: Recommended anti-virus for Windows
On Thu, April 2, 2015 17:11, J Martin Rushton wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Sorry to mention the "opposition" here, but I have a family member's > laptop to protect, and I'm not allowed to upgrade it to Linux. What's > the current best recommendation? > Thanks, We (Harte & Lyne Limited) formerly used F-Prot out of
2006 May 31
2
Frequency range carried by speex
I've looked around and not found details on the expected frequency range the Speex codec can be expected to carry. Is there any documentation available or a table of some sort that has been compiled which would give an indication of the frequency range based on the various compression options in speex? Best regards, Baldvin Hansson Reykjavik, Iceland baldvin@baldvin.com -------------- next
2009 Sep 14
1
ggplot2 legend text....a basic question
Hello fellow R's, I?ve been learning to use the ggplot2 library, and after a full day of work I still have a couple of basic questions. Here is an example: mydata=data.frame(x=runif(20),y=runif(20),n=runif(20)) mydata2=data.frame(x=c(0.4,0.6,0.5),y=c(0.4,0.4,0.6)) ggplot(mydata, aes(x, y)) + geom_point(aes(size = n)) + geom_polygon(data=mydata2,aes(x,y,alpha=0.5)) In this plot, the
1998 Aug 30
1
Password Hashes
In einer eMail vom 30.08.98 05:55:16 (MEZ) - Mitteleurop. Sommerzeit schreibt samba@samba.anu.edu.au: << # export SMBPASSWD='mypasswd' # gethash 74AC99CA40DED4204A3B108F3FA6CB6D:F671043BA08E88500D2EB5279AC65E53 >> This is nice. Every other user on the system can see that hash with ps. I would not call that extended security. Detlef
2009 Nov 02
2
superscript troubles
I know that this has been revisited over and over, yet I cannot figure out how to solve this case of superscript troubles... I would like the 2 in r2 to be superscript, yet I am pasting text before and after it. I have tried several variations but have not solved this yet, any suggestions? legend (bty =
2010 May 20
1
Strange behaviour when using diff with POSIXt and POSIXlt objects
Dear list, I´m calculating time differences between series of time stamps and I noticed something odd: If I do this... > time1=strptime("2009 05 31 22 57 00",format="%Y %m %d %H %M") > time2=strptime("2009 05 31 23 07 00",format="%Y %m %d %H %M") > > diff(c(time1,time2),units="mins") Time difference of 10 mins .. I get the correct
2005 Jan 05
4
make R package for windows on Linux
Hi, I made a package on a linux box. All worked fine. The package contains only R code (no C). I then wanted to make a zip file so that I could test the package on a windows machine. I have tried all the obvious ways to do this (and even some that are not!), but to no avail. The only instructions I find about building packages for windows (e.g. mypkg.zip) seem to imply that the build be done