search for: apb

Displaying 20 results from an estimated 61 matches for "apb".

Did you mean: ap
2008 Aug 29
7
[Bug 69] Generalize SSH_ASKPASS
https://bugzilla.mindrot.org/show_bug.cgi?id=69 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Alias| |generalised-askpass -- Configure bugmail:
2014 Dec 30
1
[PATCH 1/11] ARM: tegra: add function to control the GPU rail clamp
...://android.googlesource.com/kernel/tegra.git/+/28b107dcb3aa122de8e94e48af548140d519298f) > > I see what it does, the question is more about why this is needed. > > What is the Tegra interconnect? According to the TRM the Tegra contains > > some standard AXI <-> AHB <-> APB bridges. That a read is needed to > > assure the write is posted to the APB bus seems to imply that there is > > some write buffering in one of those bridges. Can we get this documented > > somewhere? > The TRM does mention a read after the write. Check the section 32.2.2.3. &g...
2009 Jul 14
2
hi friends, is there any wait function in R
...t;,sep="")) b<-read.table(paste("../All_beta_proteins/bet",s[t],"mean.sat",sep=""),header=T) attach(b) names(b) bl<-1:length(paste("bet",s[t],"_mean",sep="")) p<-read.table(paste("../Alpha_and_beta_proteins_a+b/apb",s[t],"mean.sat",sep=""),header=T) attach(p) names(p) pl<-1:length(paste("apb",s[t],"_mean",sep="")) o<-read.table(paste("../Alpha_and_beta_proteins_aorb/aob",s[t],"mean.sat",sep=""),header=T) attach(o)...
2014 Dec 25
2
[PATCH 1/11] ARM: tegra: add function to control the GPU rail clamp
...(copy-paster from > https://android.googlesource.com/kernel/tegra.git/+/28b107dcb3aa122de8e94e48af548140d519298f) I see what it does, the question is more about why this is needed. What is the Tegra interconnect? According to the TRM the Tegra contains some standard AXI <-> AHB <-> APB bridges. That a read is needed to assure the write is posted to the APB bus seems to imply that there is some write buffering in one of those bridges. Can we get this documented somewhere? And isn't it needed for the other partition ungating function too then? Regards, Lucas
2010 Feb 10
1
Converting pdb to pqr
There are websites using python to convert a pdb to a pqr. I was wondering if there is a simpler way to do it. We have a protein in pdb format, and want to convert that to a pqr file so that the program apbs can open it. We want to accomplish this conversion in R. Thank you for your help. -- View this message in context: http://n4.nabble.com/Converting-pdb-to-pqr-tp1475426p1475426.html Sent from the R help mailing list archive at Nabble.com.
2011 Feb 28
7
Where to put External Nodes in Multiple Environments?
All, For those that are using external nodes (as local files) and multiple environments, where do you put the external node files? Ie, do you put them down in the environment itself /etc/puppet/env/env1/manifests/extdata/nodes /etc/puppet/env/env.../manifests/extdata/nodes /etc/puppet/env/envN/manifests/extdata/nodes OR, up above the environments? /etc/puppet/manifests/extdata/nodes Which
2006 Apr 12
1
[PATCH] bug in check_parent_exists() in ssh-agent.c
...t, for security reasons, decides not to let processes learn anything about the existence of processes owned by other users. Fix B assumes that, when your parent exits, you get re-parented to pid 1 and the result from getppid() changes. I have tested this and it works for me. I append a patch. --apb (Alan Barrett) Index: ssh-agent.c --- ssh-agent.c +++ ssh-agent.c @@ -964,7 +964,13 @@ { int save_errno = errno; - if (parent_pid != -1 && kill(parent_pid, 0) < 0) { + /* + * Don't just test whether kill(parent_pid,0) is successful, + * because it may fail with EPERM even if...
2011 Sep 20
7
Unreal Development Kit installation error: Shader Model 3
Hi All! I am using WineHQ 1.3.28 on Ubuntu 11.04 and I have enabled Pixel Shader Model however when installing UDK (Unreal Development Kit) an error message appears saying it is required at least Shader Model 3. I don't understand because in Windows XP I can install UDK and this error message doesn't appear. I have a NVidia 7600 Go and it supports shader model 3. In windows XP it works
2002 Sep 12
1
dropterm, binomial.glm, F-test
...2 0.9043 Warning message: F test assumes quasibinomial family in: dropterm.glm(minimod, test = "F") ---------------------------------------------------------- Dr. Andrew Beckerman Institute of Biological Science University of Stirling Stirling FK9 4LA +44 (0)1786 then wk-467808 fx-464994 (APB is not responsible for anything below this) -- The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for del...
2009 Jun 29
5
Help
Hi group, I found a module for adaptive kernel density estimation for Stata users, but unfortunetly I don't have access to Stata, can I find a similar approach using R? Thank u so much 4 ur time. [[alternative HTML version deleted]]
2014 Dec 29
0
[PATCH 1/11] ARM: tegra: add function to control the GPU rail clamp
...function? > Is there anything speaking against adding this function and only accept > the GPU partition as valid parameter for now. So at least the interface > stays symmetric and can be easily extended if any future partitions have > similar characteristics as the GPU one. The register APBDEV_PMC_GPU_RG_CNTRL_0 is only for GPU and can be used for assertion and deassertion. The APBDEV_PMC_REMOVE_CLAMPING_CMD_0 is only used for deassertion. If we have any future partitions that can be asserted by SW like GPU, we can improve the interface then. > >>> Other comments inlin...
2007 Jul 05
36
[Bug 1330] New: RFE: 'ControlPersist' support -- automatically fork and leave ControlMaster behind as a dæmon
http://bugzilla.mindrot.org/show_bug.cgi?id=1330 Summary: RFE: 'ControlPersist' support -- automatically fork and leave ControlMaster behind as a d?mon Product: Portable OpenSSH Version: 4.6p1 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component:
2015 May 03
2
[LLVMdev] libiomp, not libgomp as default library linked with -fopenmp
A couple more data points. Current llvm 3.7svn with the two outstanding OPENMP patches can build the openmp support in gdl 0.9.5 (which completely passes its test suite) and apbs 1.4.1's limited openmp support. On Sat, May 2, 2015 at 11:11 PM, Jack Howarth < howarth.mailing.lists at gmail.com> wrote: > On a positive note, current llvm 3.7svn with the two outstanding > OPENMP patches applied builds the openmp support in gromacs 5.0.4 and the > resul...
2011 Jan 03
23
Managing cronjobs as a file in solaris with appendifnosuchline for specific servers
I want to manage cronjobs as a " file " in solaris through puppet and not using the puppet cron resource. I will be managing the file /var/spool/cron/crontabs/root. I want the cron file to be same across all servers except some servers will have additional cron entries. How can I append to the file /var/spool/cron/crontabs/root , something like appendifnosuchline in cfengine? Can
2004 Aug 06
2
syntax for playlist
...I also use the find /full/path/to/mp3 -name '*.mp3' > /etc/icecast/playlist.txt approach. (Also would work for ogg, I am just on icecast-1.3.12, mp3 only) Example of one of my playlists: /disks/mp3/Apoptygma Berzerk - Enjoy the Silence (Live).mp3 /disks/mp3/Apoptygma Berzerk - Mourn (APB Remix).mp3 note - spaces work fine, you dont have to worry about it if you run a find to create your playlists. As for 'everyone to read' how do you mean -- on a lan with share, or the directory is 755, or the directory is served up by icecast to the world (the /usr/local/icecast/static d...
2019 Oct 04
0
[RESEND TRIVIAL 3/3] treewide: arch: Fix Kconfig indentation
...def_bool n - prompt "Disable host haltpoll when loading haltpoll driver" - help + def_bool n + prompt "Disable host haltpoll when loading haltpoll driver" + help If virtualized under KVM, disable host haltpoll. config PVH @@ -892,11 +892,11 @@ config APB_TIMER select DW_APB_TIMER depends on X86_INTEL_MID && SFI help - APB timer is the replacement for 8254, HPET on X86 MID platforms. - The APBT provides a stable time base on SMP - systems, unlike the TSC, but it is more expensive to access, -...
2010 Jun 27
17
Variable Scoping = Root Canal
I''ve been struggling with puppet variable scope all day, well, for several months actually. I think I have pretty simple requirements. For any given node, I want to be able to set a series of variables and include a set of classes, based on three different aspects of a node, being physical location, operating system, and function. If I try and do this with classes, I find that variables
2002 Nov 18
5
order and rm()
Hello all. I have two small questions in one post, for the sake of brevity. 1. I have some objects that I want to delete. I have the line: rm (c (channelheader, paste ("channel", 1:3, sep=""))) I have tried a few variations, including list=, but cannot figure it out. In SAS, I can use a ':' as a wildcard. Is there any equivalent in R? 2. Is there any possible was to
2010 Jul 13
2
Capture Keystrokes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi List, This may be a little of an unorthodox question as it somewhat defeats the purpose of encryption, but I'm currently attempting to put together a high-interactive iPhone honeypot project as part of my thesis for a masters course in security and forensics. The project blog is located at http://iphonehoneypot.wordpress.com which details the
2014 Jun 12
1
Improve ControlPersist documentation
Hi, While testing the ControlPersist option (which is very useful by the way, thank you), I find out that setting it to 0 has the same behaviour as setting it to yes, while I would have expected to exit as soon as the last client exits. I'd like to make this behaviour clear, I think it should be documentated in the man page for example like this: $ cvs diff -u ssh_config.5 Index: