search for: dispensable

Displaying 20 results from an estimated 157 matches for "dispensable".

Did you mean: indispensable
2006 Nov 21
5
Specification Reuse to avoid Combinatorial Explosions
Hello, While reading Dan North''s BDD tutorial <http://dannorth.net/introducing-bdd>, I tried to implement his ATM example as spec stubs. When I first implemented it creating a context for each of his scenarios, I noticed that there is duplication and a combinatorial explosion of the specs. I attached the full files to this email. For brevity, I will use scenario 1 in the body of
2012 Mar 10
6
Cartographer shows correct info box BUT over wrong marker
Hi guys (and gals), The code formatting is so nice on SO.com, so I thought I''d just share my post in hopes that someone from the group can help. http://stackoverflow.com/questions/9643786/cartographer-shows-correct-info-box-but-over-wrong-marker Feel free to answer back via email if you don''t have an SO account. Thanks! Abram -- You received this message because you are
2010 Feb 27
0
call_nt_transact_ioctl(0x900eb): Currently not implemented
Hopefully some one can help me wit this. I run ubuntu 8.04 server 64 bit edition as a local file and print server. I use samba to act as an NT server for 6 XP pro clients running MS Access database. In my log files I consitanty have the following error which seems to occur when there is more that one user accessing the database: Feb 27 11:36:24 fileserver smbd[11192]: [2010/02/27 11:36:24,
2011 Mar 14
7
creating character vector
Is there a way to convince R to create a character vector without using the quotes? This works ex1 <- c("first","second") but when I try this it doesn't ext <- as.character(c(first,second)) it complains. I have many variables to put into character vectors so dispensing with the quotes would be useful. Thanks Jim =============================== Dr. Jim Maas
2019 Oct 02
3
Compiling latest postfix fails on C8
Hi, I tried to compile the latest version of postfix, runs fine on C6 and C7, on C8 it fails. Complaining about missing ypclnt.h, this should com from glibc-headers. Any suggestions? Adrian -- Adri P. van Bloois "Elegance is not a dispensable luxury but a factor that decides between success and failure." Edsger W. Dijkstra
2004 Mar 03
8
need help with smooth.spline
Dear R listers, When using smooth.spline to interpolate data, results are generally good. However, some cases produce totally unreasonable results. The data are values of pressure, temperature, and salinity from a probe that is lowered into the ocean, and the objective is to interpolate temperature and salinity to specified pressures. While smooth.spline provides excellent values at the
2014 May 01
2
Request to Replace Recordplot ,, replayplot
Record plot which stores a plot to an internal R data structure and Replay Plot which replays the plot enables one to keep plots around and use them accross sessions at least until version 3. If you cannot restore old plots and treat them as data and save accross sessions, there is little reason for recordPlot. Either R needs to dispense with internal formats entirelly, a bad move in my opinion
2001 May 22
2
MASS data sets
I'm running R 1.2.2 under windows 98 on a Pentium 133 laptop. I can't seem to retrieve the package MASS data sets: > library(MASS) > data(wtloss) Warning message: Data set `wtloss' not found in: data(wtloss) > data(abbey) Warning message: Data set `abbey' not found in: data(abbey) And yet all the .rda files for the MASS datasets are in D:\Program
2018 May 30
3
What's upholding the new clamav?
Hi, My clamav is complaining that the version is outdated. There is a new one 0.100 but epel is not updating the rpm. Why is there a delay? Adrian -- Adri P. van Bloois "Elegance is not a dispensable luxury but a factor that decides between success and failure." Edsger W. Dijkstra
2020 Apr 20
2
CentOOS 8 and libuv
Hi all, Why is libuv-devel missing in CentOS-8? The rpm for libuv is preset but libuv-devel is not there. Adrian -- Adri P. van Bloois "Elegance is not a dispensable luxury but a factor that decides between success and failure." Edsger W. Dijkstra
2003 Aug 19
1
Oen source IP phone, maybe?
Its another one of my "If I only had time...damn this sleep thing" ideas, but I really wonder how hard/cost effective it would be to build an open source IP phone or phone adapter (ala ATA). In about 20 minutes of mulling and research, I figure you could do it for about $40 in parts plus coding time... 1 DS80C400 Ethernet enabled microcontroller with built in IPV4/V6 stack $10 1
2009 Nov 16
1
Why swap if there's still physical memory available
Dear CentOS people, This is just a general question related to memory management, and there may have been a thread or two about it before, but I'd like to post anyway. A user was looking at top, whereby he found out that his two processes were 10.2g and 4836m in VIRT. They were 6.4g and 4.6g in RES respectively. 3445964k was free still. He was wondering why the system didn't use
2007 May 03
1
memory leaks
Have tracked down a fairly serious cause of memory leakage in wxRuby2. swig/fixdeleting.rb adds a hash mapping from pointer address to ruby VALUE in every director initialiser using GcMapPtrToValue. The problem is that being a value in this global hash means that every Wx::Bitmap (for example, and others) are always marked in ruby''s GC mark phase, so they are never collected until
2005 May 20
2
Converting passwords to Linux (NIS)
On our network, some users authenticate against a linux server running NIS, while some authenticate against a Windows NT machine via Samba. We want to dispense with the Windows machine (who wouldn't!). Ideally, I'd like to preserve the users' current passwords. Does the Samba suite include tools that allow this? Thank you for your help!
2006 Jan 03
2
match mark problem still resists
Dear All I am kinda frustrated with the lack of help some developers are dispensing to this problem (read ignoring it). A few days ago (december 22th) I reported a problem with ''tc filter match mark'' against 2.4 kernel series and got no answers that could lead me to any solution. This is a steady problem that occurs in kernel 2.4 series and match mark (at least for me). I
2007 Oct 08
3
Weatherproof Hard Phone
All, I recently got a request to deploy VOIP helplines with a bank's ATM site locations. The purpose of this solution was to be able to resolve cash dispensing errors as quickly as possible. My problem is that i do not have any idea about outdoor type VOIP equipments. Does anyone have ideas???
2019 Sep 13
2
Best method of grabbing Now Playing metadata with PHP?
Hi, Fred... Many thanks for the suggestion! If we simply want to output metadata as you describe, how much,if any, of the prerequisites described in https://github.com/RadioFreeAsia/GlassPlayer/blob/master/INSTALL can we dispense with? We are dealing with a shared hosting system for the host so installing the bare minimum would be a good idea (especially as we may have to ask the provider to
2004 Nov 29
1
data() in data/*.R files
Hi I'm having difficulty making a package pass R CMD check. I need to read in a dataset from another package, modify it, and have the modified object available in the first package. help(require) says: The source code for a package that requires one or more other packages should have a call to 'require', preferably near the beginning of the source, and of course
2017 May 09
2
tinc to create VPN between cluster nodes (at different datacenters) for High Availability
I've not really dug into testing tinc yet, but if you all will humor me in an uneducated blast of questions, I'd appreciate it. What can you do to keep tinc going if your high availability comes from cluster nodes being dispensable? Can tinc run on the cluster nodes? That seems like chicken/egg problem though to get tinc server installed and cluster nodes brought up... If tinc needs to be providing gateways separately from the cluster nodes, how do you make tinc high available? Install tinc on more than one simple VPS nodes?...
2008 Jan 05
3
Builder Plugin vs. Rails Plugin vs. ??? for one-click deploy
This morning I sat down to try to start writing a cruise plugin that allows you to deploy (''cap deploy'' or something similar) a revision that has built successfully by clicking a link or button on the builds/show page. (I.e., something that satisfies http://jira.public.thoughtworks.org/browse/CCRB-55.) Since I want to be able to configure the command to run in each