search for: tas

Displaying 20 results from an estimated 243 matches for "tas".

Did you mean: as
2012 Mar 30
4
Trying to understand factors
I'm trying to figure out about factors, however the on-line documentation is rather sparse. I guess, factors are intended for grouping arrays members into categories, which R names "Levels". And so we have: * state <- c("tas", "sa", "qld", "nsw", "nsw", "nt", "wa", "wa", "qld", "vic", "nsw", "vic", "qld", "qld", "sa", "tas", &q...
2010 Feb 13
1
Using getSYMBOL, annotate package on a list with empty elements.
Hi, I have been trying to find a solution to this issue, but have not been able to so ! I am trying to use sapply on the function getSYMBOL, an extract from the list is: > test.goP[13:14] $`GO:0000050` IEA IEA IEA IEA TAS TAS TAS IEA "5270753" "5720725" "1690128" "4850681" "110433" "2640544" "4900370" "1430280" IEA NAS TAS IEA "6110044" "1170615" "6590546" "1690632&q...
2007 Nov 16
7
sorting factor levels by data frequency of levels
using an example from r online help > state <- c("tas", "sa", "qld", "nsw", "nsw", "nt", "wa", "wa", "qld", "vic", "nsw", "vic", "qld", "qld", "sa", "tas", "sa", "nt", &q...
2007 Jun 23
1
TAS test equipment manuals
Hi all, If anyone has access to the manuals for a TAS240 voice band subscriber loop emulator or a TAS Series 2 Digital network emulator, I'd love to here from you. Thanks. Steve
2006 Apr 07
0
Can samba be set to not allow white space in file names? i.e. automatically convert space to %20. (Like TAS)
Can samba be set to not allow white space in file names? i.e. automatically convert space to %20. (Like TAS)
2010 Sep 25
1
Question on levels function and extracting the associated level number
...r/Madam, > > I have a quick question, which I hope someone can help. > > I am using the levels function in R, which helps to summarize the number of > factors that I have in a vector in an ordered manner. > > Using an already existing example: > > > state <- c("tas", "sa", "qld", "nsw", "nsw", "nt", "wa", "wa", > "qld", "vic", "nsw", "vic", "qld", "qld", "sa", "tas", >...
2007 Jul 12
0
[LLVMdev] Atomic Operation and Synchronization Proposal v2
...get issues due to "special" kinds of data transfers (such as vector stuff, DMA, ...?). Memcpy implementations could be a one thing to look at. This kind of breaks down to how universal you want the memory model to be. Regarding swap(): Which uses do you have in mind? To me, support for TAS would be more useful as it is used for spinlocks (and no concurrent algo immediately comes to my mind that uses swap() and couldn't use TAS). The difference is that TAS can have a weaker interface, because it operates on a boolean value only, making it easier to map on different hardware (a...
2008 Dec 21
1
Form issues : partials + AJAX vs simple JS / separate views + form_fors vs one view and fields_fors
Hi all! I am coding an application that keeps track of request to create college courses. An identified user (logically a faculty member) completes a form indicating the name of the course, the professor in charge, the course''s code, the date and place, the possible coprofessors and TAs and the type of website he or she wants to use as a teaching help (WebCT, Sakai, etc.). I have two problems about what I''m doing. First of all, we can have from 0 to inf coprofessors and TAs. Therefore I need to be able to add fields to my form dynamically. I know it is possible through...
2018 Aug 04
2
Bind 9.12.x support status
On Fri, 03 Aug 2018 12:28:38 +1200 Andrew Bartlett <abartlet at samba.org> wrote: > On Thu, 2018-08-02 at 22:37 +0300, Taner Tas wrote: > > > Nobody has looked into it yet. Likely just an extra build rule > > > required, I would need to see the 9.11 and 9.12 DLZ header files to > > > check. > > > > > > Aaron Haslett (CC'ed) may be able to help once he fights past the other...
2007 Jul 12
4
[LLVMdev] Atomic Operation and Synchronization Proposal v2
Hello, This is the second major revision of the atomic proposal for LLVM. I will try and give a brief overview of the motivating changes, but a greater portion of the text has changed, along with some changes to the proposed additions. http://chandlerc.net/llvm_atomics.html - The proposal has been rewritten to better delineate the goals and purposes of LLVM, and these additions to LLVM. The why
2018 Dec 26
3
Generating keytab on a read-only file system
> > dedicated keytab file = /tmp/krb5.keytab > > For which programs do you use the keytab? I already tried that. But still tries to write at /etc. It seems this parameter used when you have a keytab already. __ Taner Tas
2018 Aug 31
3
Replicate with --full-sync error
...python2.7/dist-packages/samba/drs_utils.py", line 58, in drsuapi_connect raise drsException("DRS connection to %s failed: %s" % (server, e)) Same command without "--full-sync" option doesn't give this error. Both DC's Samba 4.8.4 Ubuntu 18.0.4 BIND9_DLZ --- Taner Tas
2007 Jul 12
1
[LLVMdev] Atomic Operation and Synchronization Proposal v2
...approach. If target architectures need more specialized memory constraint constructs, these could again be added incrementally in order to better support fine tuning those architecture's performance characteristics. > > Regarding swap(): Which uses do you have in mind? To me, support for TAS > would be more useful as it is used for spinlocks (and no concurrent algo > immediately comes to my mind that uses swap() and couldn't use TAS). The > difference is that TAS can have a weaker interface, because it operates on > a boolean value only, making it easier to map on diffe...
1999 Nov 04
2
Problems with multiple samba servers on subnets
Hello, we are in the process of moving from TAS to SAMBA, and as such are setting up various servers. I have already successfully set-up and configured one server running on Solaris 2.6 in a domain on an E10000. The problem we are having is replacing other instances of TAS with SAMBA. We have so far unsuccessfully tried to set up another SAMBA s...
2018 Jul 15
5
Need advice on upgrading from 4.3.11 to 4.8.3
...ackage upgrade via 3rd party repositories (Louis Van Belle's repo) by following wiki. b) A fresh install of 4.8.3 on another VM then join it to 4.3.11 as backup DC, then transfer all FSMO roles on new and finally demote older one. Since this a production environment, I have to accomplish this task transparently. Is there anyone out there who did same task before? I'll appreciate any advice regarding this. Thanks. -- Taner Tas
2018 Aug 02
3
Bind 9.12.x support status
...py" aware of Bind 9.12 will do the job without any hassle. Any extra build routine for 9.12 will do things complicated without a sensible reason. I prepared a patch and tested it locally. It seems it just works fine during provision and as a dns backend. Patch attached. Regards. -- Taner Tas <taner76 at gmail.com>
2018 Dec 27
2
Generating keytab on a read-only file system
...ur repo doesn't work with sssd packages on Stretch. Sssd quits with segfault. Due to this, I switched back to the official Debian builds (4.5.12) in order use sssd ad backend with samba. Probably sssd package suit must be re-compiled against samba packages on van-belle repo. Regards. __ Taner Tas
2005 Jul 26
1
beginner finds a bug - crash induced. (PR#8035)
Full_Name: Stephen Holland M.D. Version: 2.1.1 OS: Mac OS X Submission from: (NULL) (67.184.33.112) I did a bunch of stuff, then did in sequence: > state <- c("tas", "sa", "qld", "nsw", "nsw", "nt", "wa", "wa", + "qld", "vic", "nsw", "vic", "qld", "qld", "sa", "tas", +...
2018 Sep 05
2
Bind 9.12.x support status
...l; accepted updates from any source so long as they were signed by the locally-generated session key. This has been further restricted; updates are now only accepted from locally configured addresses. [RT #45492]" https://kb.isc.org/article/AA-01554/0/BIND-9.12.0-Release-Notes.html --- Taner Tas
2019 Aug 19
3
How does "winbind refresh tickets" work?
...y) due to the expired keys. Users should do "kinit -R" to refresh tickets which doesn't make any sense if winbind is capable of extend ticket's validation automatically with a proper configuration. Any suggestion appreciated. Regards. Samba 4.10.6 (van-belle repo)Debian 10 __Taner Tas