similar to: Saving nothing with save()

Displaying 20 results from an estimated 2000 matches similar to: "Saving nothing with save()"

2003 Jan 13
1
printer suddenly unavailable
Hi there I have a pretty strange problem that pops up once in a while. Running samba 2.2.7a having installed a Samba machine as password server sharing user info via NIS I have a couple of printers running here at our place. Several of them are only accessible to a select group of people so I defined the concerned printers share as: [PrinterX] valid users = user1, user2, user3 .... ..... Things
2009 Nov 30
0
[LLVMdev] JVM Backend
2009/11/30 David Roberts <d at vidr.cc>: >> Nobody is asking for perfection, just completeness. > I'd just like to point out that I don't have a great deal of > experience in compiler development - I just thought that this would be > an interesting project to try. I realise that it isn't complete in > it's current state. Hi David and Jon, After reading
2009 Nov 30
1
[LLVMdev] JVM Backend
> If you apply that as a patch now, everyone else will have to maintain > it when they do their unrelated changes, increasing the cost of the > project's maintenance. I welcome your code (have been wondering about > it recently too), but I think that you should keep it as a separate > project for now. Once it's at least complete, I'm sure people will be > happy to
2009 Jul 29
1
Showing time progression on (triangle) plots
Hi, I have made some nice triangle plots showing the projected airborne, landborne and oceanborne fraction of anthropogenic emitted carbon dioxide at 10 year intervals for the next century. Currently all ten points on my plot are identical so I can't distinguish between them. I would like to be able to track the trend as the century progresses. How can I show the time progression on the
2016 Jun 07
3
PACT-2016 ACM Student Research Competition (SRC)
######################################################### PACT-2016: Call for Abstracts in ACM Student Research Competition (SRC) http://pact2016.eew.technion.ac.il/acm-src ######################################################### IMPORTANT DATES Abstract submission: 11:59pm US EDT Friday, June 17, 2016 Acceptance notification: 11:59pm US EDT Friday, July 15, 2016 Poster
2006 Aug 07
1
Escape ''&'' in text_field_with_auto_complete
Good day. I have searched on the net and through the archives to now avail as of yet. I have a text_field_with_auto_complete that searches for company names. These company names obviously can have an ''&'' in the name of the company (example Barnes & Nobel). The auto complete works beautifully. However, the problem arises when I pass the name of the company to the
2015 Jun 02
4
Forward loop protection...
Ia had a server overload today because someone did a call forward to their own extension. To do a call forward I write a key called CFWD with the extensi?n number and number to dial . The main script tests if the key/value exists and dials the number stored in the database. What is an easy way to prevent dumb people from creating a loop? -- Telecomunicaciones Abiertas de M?xico S.A. de
2009 Nov 30
2
[LLVMdev] JVM Backend
>> > So it will stack overflow on tail calls >> >> At the moment, yes. But then again, so does java. > > Sure but a lot of people like me are using LLVM precisely because it offers > these wonderful features. As long as your JVM backend does not handle these > features correctly its utility is greatly diminished. The issue is that current JVMs don't provide
2011 Apr 20
3
succession time series graph
Dear gracious R community, I would like to produce charts of phytoplankton biomass changes through time. Each species has a line, and the biomass varies in mirror form along the line for each species along the X time axis. Here is an example of what I'd like to do: http://www.er.uqam.ca/nobel/r30240/Succession.jpg Any suggestions? Thanks David Bird UQAM, Montreal
2009 Apr 22
1
prstat -Z and load average values in different zones give same numeric results
Folks, Perplexing question about load average display with prstat -Z Solaris 10 OS U4 (08/07) We have 4 zones with very different processes and workloads.. The prstat -Z command issued within each of the zones, correctly displays the number of processes and lwps, but the load average value looks exactly the same on all non-global zones..I mean all 3 values (1,5,15 load averages) are the same
2008 Jan 15
1
error in my selection
Hi everybody, Well, I really hoped that until now i know how to do a selection ..... but obviously i don't. So risking your laughing at me - here you go. I have a table with lots of vegetation data, and one column specifies in which region the data is. There are only 2 regions, region 1 and region 3. I want to select all data that belong to region 1 and after do some xtabs on it. If i do
2009 Dec 25
3
ip range cidr calculator
I found a command-line program that did this once before, used it for a while and then forgot about it until right now and I'll be damned if I can find it again. A command line IP calculator that takes an address range and give it back in cidr format. I found an online one that does this here: http://www.ipaddresslocation.org/subnet-mask-calculator.php But I would prefer to have the
2003 Nov 27
2
would like to know how to simulated a GARCH(1,2)
Follow the example in tseries, we can simulated a GARCH(0,2), n <- 1100 a <- c(0.1, 0.5, 0.2) # ARCH(2) coefficients e <- rnorm(n) x <- double(n) x[1:2] <- rnorm(2, sd = sqrt(a[1]/(1.0-a[2]-a[3]))) for(i in 3:n) # Generate ARCH(2) process { x[i] <- e[i]*sqrt(a[1]+a[2]*x[i-1]^2+a[3]*x[i-2]^2) } x <- ts(x[101:1100]) and x is a GARCH(0,2). But, I would like to know how
2014 Sep 10
1
How to test impact of candidate changes to package?
I use a package to contain simple functions that can be handled by unit tests for correctness and more complex functions that combine the simple functions with business logic. Where there are proposals to change either the simple functions or the business logic, a sample needs to be run before the change and then after it to understand the impact of the change. I do this currently by 1. Using
2003 Mar 07
1
exclude an entire dir from syncing ??
hi all... is it possible to exclude an entire dir from syncing (to remote dir) if the dir is in the sync path? regards -z "The missing link between animals and the real human being is most likely ourselves." Austrian professor of biology and Nobel laureate (1973), Konrad Lorenz
2003 Mar 11
2
exclude an entire dir from syncing ?? (take two)
hi again, not meaning to keep asking the same question, but, just wondering how i can achieve the desired effect as outlined below, any suggestions welcome... yes, i did try the "exclude" switch. example.. : hi all... : : is it possible to exclude an entire dir from syncing (to remote dir) if the : dir is in the sync path? : : regards : -z : : "The missing link between animals
2005 Jun 03
0
ISDN Data Calls stop working ?
After a big help from Peter Svensson, I got ISDN Data-calls up and running (will probably send a small patch to Mantis soon). But now when everything seems connected, pppd has been authorized by other peer and even got an IP address, the whole connection seems to stop working. Very unregulary, the PPPD's EchoReq's stop being answered, and of course all TCP/IP-traffic as well. It takes
2005 Jun 22
1
PPPD problem please help
After a big help from Peter Svensson, I got ISDN Data-calls up and running. But now when everything seems connected, pppd has been authorized by other peer and even got an IP address, the whole connection seems to stop working. Very unregulary, the PPPD's EchoReq's stop being answered, and of course all TCP/IP-traffic as well. It takes between 0-2 minutes till the connection breaks.
2015 Jun 03
0
Forward loop protection...
On Tuesday 02 Jun 2015, Carlos Chavez wrote: > Ia had a server overload today because someone did a call forward > to their own extension. To do a call forward I write a key called CFWD > with the extensi?n number and number to dial . The main script tests if > the key/value exists and dials the number stored in the database. What > is an easy way to prevent dumb people from
2015 Jun 03
1
Forward loop protection...
-----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of A J Stiles Sent: Wednesday, June 3, 2015 3:08 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Forward loop protection... On Tuesday 02 Jun 2015, Carlos Chavez wrote: > Ia had a server overload today