similar to: spreadsheet-style autoupdating

Displaying 20 results from an estimated 1000 matches similar to: "spreadsheet-style autoupdating"

2011 May 23
1
Remove duplicate elements in lists via recursive indexing
Dear list, I'm trying to solve something pretty basic here, but I can't really come up with a good solution. Basically, I would just like to remove duplicated named elements in lists via a their respective recursive indexes (given that I have a routine that identifies these recursive indexes). Here's a little example: # VECTORS # Here, it's pretty simple to remove duplicated
2017 Jun 08
4
DICompileUnit duplication in LLVM 4.0.0?
All, I'm seeing duplication of DICompileUnits in a pass that worked in 3.8. I assume I'm doing something wrong. Would someone be willing to point me in the right direction? The below minimized pass reproduces my issue in 4.0 with the following error: DICompileUnit not listed in llvm.dbg.cu !1707 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang
2017 Jun 08
2
DICompileUnit duplication in LLVM 4.0.0?
Thank you. What I need to do to address this? Open an issue on bugs.llvm.org? I'm not sure what the fix needs to be in the cloner. On Thu, Jun 8, 2017 at 4:19 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: > There have in the past been bugs in the cloner involving duplicate > DICompileUnits (see e.g. https://reviews.llvm.org/D29240), this one may > need a similar fix.
2004 Jun 25
4
Unique.data.frame...still getting duplicates
Hi there I have a data frame with about 65,000 rows and 8 variables. I am trying to get rid of the double entries of a factor variable "ID" so I can get a unique observation for each ID I tried: >dupl_unique.data.frame(data[ID,]) #I obtain a data frame with 21,547 >observations..so far so good, but then when I check for duplicates >d_duplicated(dupl2$ID)
2020 Jan 11
2
autoupdate broke
When attempting to perform autoupdate after my 'autogen.sh' broke, it says that there is missing a file called: dovecot/core/doc/wiki/Makefile.am But in the Github repository, there is a misnamed file named "Makefile.am.in". I think this file is misnamed and should be renamed to "Makefile.am". https://github.com/dovecot/core/tree/master/doc/wiki
2006 Jan 30
2
dhcpd proxy and/or windows autoupdates
At one of our sites we have most outgoing ports blocked and everyone going through squid for web access. But it seems Windows autoupdate doesn't pick up the local users proxy settings so we ended up opening port 80 to some of the windows update servers. While searching around I found and option called custom-proxy-server but I don't see that setting in the man pages. Anyone have
2011 Nov 27
4
[LLVMdev] LLVM 3.0 release notes
The first draft of the LLVM 3.0 release notes now done, in llvm/docs/ReleaseNotes.html (the web page isn't autoupdating at the moment). Please take a look and make corrections or enhancements as you see fit. There are still a few things that I need from specific people (marked with XXX's): - BillW is writing a blog about exception handling. - The llvm.expect intrinsic isn't documented
2012 Jun 21
1
package slot of generic "[" and missing env@target?
Hi, Since upgraded to R 2.15, I have a problem with duplicate S4 class name no longer works (the reason for having duplicate S4 class names is just software forks - they are largely identical but don't have an inheritence relationship, and will never have such). This is happening with "library(mypackage2)" : Error: package slot missing from signature for generic ?[? and classes
2006 Feb 14
3
Question about updates again
Presumably, the CentOS 4.3 update is not far away. I have CentOS on several servers now and am doing automatic updates. What can I excpect when the actual update gets pushed? Is there an inclrease in the number of patches? Does it happen all in one day? And if so, how much notice do I have? Although I asked on the list a while back, I got some answers that implied said that at update
2019 Jan 22
2
Samba BIND9_DLZ autoupdate PTR
@L.P.H. this config looks more simple than https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_with_BIND9 do you update via DHCP? @Rowland thanks for the link. I have try dns/dhcp updates after the change of auth-nxdomain yes; does not show the result I want to see. Sorry for this inconvenience. I will try it tomorrow. In the link you post a can read "don't forget to
2002 Nov 13
1
Package documentation and rd.sty
Hi all, I've got a basic question regarding package documentation and rd.sty. I wrote my first own package, and now I would like to place the documentation into the appendix of another LaTex document. Seemingly I cannot simply \usepackage{Rd}, as this will modify the page-settings of my document. Is there a minimum style file which will just define the environments and commands needed for
2006 Aug 30
6
dovecot with Calendar or Contacts?
When I attempted to import my Contacts list into dovecot, my mail client told me that the IMAP server did not support "Special" folders. Is there a way to to do the contacts, or sync up Contacts & Calendar from a database or something else? I'm using both Thunderbird and Outlook. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Jan 22
1
Samba BIND9_DLZ autoupdate PTR
Hello, I have installed Samba 4 AD with bind9_dlz and automatic update. (https://wiki.samba.org/index.php/BIND9_DLZ_DNS_Back_End#Setting_up_Dynamic_DNS_Updates_Using_Kerberos) Is this only working for A records? The PTR is not updated, or my setup is not complete. Where should I include /var/lib/samba/private/named.conf.update ?? Include this in /etc/bind/named.conf is no allowed. (unknown
2019 Jan 22
0
Samba BIND9_DLZ autoupdate PTR
This is my running config.. (run : named-checkconf -p) What works... PC static ip, the PC updates A and PTR records. PC dhcp ip, the SERVER updates A and PTR records. (DHCP server on the DC) PC dhcp ip, the dhcp server outsite the samba domain. the PC updates A and PTR records. My complete config. ( almost change a little here ) /etc/bind/named.conf.options acl thisserverip {
2019 Jan 22
0
Samba BIND9_DLZ autoupdate PTR
I have set this option to yes. I think the problem is on an other place. The DHCP server is not the DNS Server. And I don't know how does the dhcp inform the dns server. I a classic setup without DLZ somethink like the following is working well. zone "example.com" in { ... include "/etc/bind/update-policy"; } zone "30.168.192.in-addr.arpa." { ...
2013 Apr 04
5
help with kriging interpolation
All, I am new to using R and know some basics. I wish to use kriging in R to do the following: given data Y =f(X1,X2,X3,.....,Xn) --1000+ irregular measured data set. I would like to be able to get a single value y given sinle input set (x1,x2,x3,...xn) A google search on this takes me lierally to the same example on involving analysis with soil sampling and I cannot figure out how to
2007 Aug 28
7
Excel
A common process when data is obtained in an Excel spreadsheet is to save the spreadsheet as a .csv file then read it into R. Experienced users might have learned to be wary of dates (as I have) but possibly have not experienced what just happened to me. I thought I might just share it with r-help as a cautionary tale. I received an Excel file giving patient details. Each patient had an ID
2005 Jan 26
3
crahsing app
Can anyone tell me what is causing htis by chance? I know it is the application. What's weird is i "fixed' it last time by reformatting the machine to stabilize this one app. Now after a month it crashes again.... Well the steam hlds has started randomaly crashing again. ---------------------------------------------- ---------------------------------------------- CRASH: Tue
2000 Mar 29
2
R programming style
Hi R fans, I was trying to write some code in R when I realized that I was just writing a FORTRAN 77 style program in the R syntax, and hence coming nowhere near tapping the potential of R. I'm wondering what is a good reference that would help me get up to speed in programming in R (i.e., using these classes, methods, objects, accessor functions, and many other things I don't
2007 Sep 23
0
Gnumeric spreadsheet?
Where can I get the Gnumeric spreadsheet for Centos 5? -- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com