search for: readjust

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

2009 Mar 09
0
[LLVMdev] Reassociating expressions involving GEPs
...to access an array out of bounds: array and > pointer indexes must always be within the defined bounds of the array > type." GEP overflow is undefined, but this sentence means that *accesses* to an array must be within its bounds. It is fine to GEP outside the array as long as you readjust the pointer back before access. -Chris
2020 Feb 25
2
Status of the git.llvm.org git repos
...ransition to the mono repo. Was I simply mistaken that these repos were not going to be maintained along with the (read-only) svn repo? We had not planned to complete our own transition to the mono repo until a little later this year, but if these repos are no longer maintained, we'll have to readjust our priorities. I'm aware of the guidance on how to transition (https://llvm.org/docs/Proposals/GitHubMove.html#moving-local-branches-to-the-monorepo) and am not seeking any advice on how to do so. Tom. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http:/...
2019 Sep 05
2
How to Change UIDs
Rowland, I must be missing something here. Why can't the OP set the UID in ADUC to match that required in the other system? The Samba Domain member can use the ad backend, (rather than the rid), and no doubt file permissions will have to be readjusted accordingly, but at least the UID's will match the other system. The Windows DC doesn't care about the RFC2307 attributes, so that shouldn't be affected. Roy > -----Original Message----- > From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Rowland penny via s...
2008 Oct 02
1
combining bar and line plots with multiple axes
Hey list, I have a barplot with a line plot overlayed (on the 2nd y axis) and it looks fine except that the origin (0) on the 2nd y axis (side=4) is not lining up with the origin on the 1st y-axis (side=2, from the barplot). Is there a way to either shift the 2nd y-axis (line plot) down or readjust the barplot axis? Just as a reference, here is the code: barplot2(temp$precip, names.arg=temp$year, ylim=c(0,300),axes=F) axis(2) par(new=T) plot(temp$year, temp$mat, axes=F, type="l", ylim=(0,25)) axis(4) Thanks!! Stefan [[alternative HTML version deleted]]
2002 Dec 03
1
2.2.7 nmbd doesn't start under RedHat 7.1 (Kernel 2.4.2-2smp)
hi, i upgraded to samba 2.2.7 and since this nmbd (configured to start from xinetd) doesn't start! i sent SIGHUP to xinetd and can see that configuration is ok (netbios-ns is readjusted) but nmbd doesn't start!! when i start nmbd by hand with "-D" i see many messages from xinetd in /var/log/secure: Dec 3 12:05:39 atpcw6yc xinetd[1724]: START: netbios-ns pid=1973 from=158.226.16.109 Dec 3 12:05:39 atpcw6yc xinetd[1724]: START: netbios-ns pid=1974 from=158.226.16....
2004 Sep 11
1
failing to print 'point-n-print'
...r printers to work using the 'point-n-click' method for downloadable drivers. However, playing with one printer leads to failed results. I have created the CUPS port/printer, added it to samba and then used the Windows APW to upload the drivers. After upload, the print properties windows readjusts for the new printer options - I have checked the print$ directory on the samba box and the files are there - and doing an enumprinters displays the uploaded driver associated with the correct printer. I am able to right click 'connect' - but when I print a test page - windows pops a messa...
2008 Apr 23
1
Density estimation
...extends slightly in negative x values (which is impossible, distance values are always positive). Furthermore, in the second figure I supplied the cut-off value a priori, so overlap between the two classes is zero by definition. Is there a way to visualise this information in another way, or to readjust the density parameters so intraspecific values below zero have zero probability in the first case, and there is no overlap in the second case? Thanks, gunther
2005 Jun 20
1
Speech detection in preprocessor with echo
...result is still detected as speech even if almost silence remains in the signal. Also, the AGC keeps adjusting to the minute remains in the signal, meaning that sooner or later it will amplify the remains enough that it's clearly audible on the other side. If I cough or say a word, the AGC readjusts and all is fine. Looking at the members of the speex_preprocess structure, I see that during these long periods of "silence" (only the background music or only the other end talking while I shut up): - Zlast (which looks like a SNR variable) is at 0.05-0.2, but jumps up above 1.0...
2009 Feb 25
4
[LLVMdev] Reassociating expressions involving GEPs
On 30-Jan-09, at 6:14 PM, Eli Friedman wrote: > On Fri, Jan 30, 2009 at 3:03 PM, Stefanus Du Toit > <stefanus.dutoit at rapidmind.com> wrote: >> The computation of %base then becomes loop-invariant and can be >> lifted out. >> >> What's the best way to add this optimization to LLVM? > > Probably the best place is LICM itself... only loop
2010 Feb 10
4
Readjusting the OUTPUT csv file
Dear R helpers   I have some variables say ABC, DEF, PQR, LMN and XYZ. I am choosing any three varaibles at random at a time for my analysis and name these files as input1.csv, input2.csv and input3.csv. So if I choose variables say ABC, DEF and PQR, I am passing the specifications of these variables to input1.csv, input2.csv and input3.csv respectively.   This means in another case even if I
2009 Mar 09
1
[LLVMdev] Reassociating expressions involving GEPs
On 9-Mar-09, at 12:14 AM, Chris Lattner wrote: > GEP overflow is undefined, but this sentence means that *accesses* to > an array must be within its bounds. It is fine to GEP outside the > array as long as you readjust the pointer back before access. Thanks, that was my hope. Maybe this should be spelled out in the langref, especially since it's inconsistent with C, where merely doing pointer arithmetic that yields an out-of-bounds pointer (except for "one element past the end") yields undefi...
2005 Jan 12
1
dynamic bandwidth allocation
...cket 2 40%). I need to implement dynamic bandwidth/traffic shaping based on certain types of traffic/applications e.g.voice or based on particluar users. So basically if voice traffic is being delayed and not getting through,the bandwidth should be dynamically adjusted to accommodate this and then readjusted once the problem is resolved. I have researched the iproute 2 package,tc, packet priorities, tos bytes, queues etc the last few days but I am actually confused at this stage by all the information. I have also come across a scripting tool called "pacemaker" from st josephs university i...
2009 Oct 08
1
problem understanding factor levels for use lattice panel order
...l, In order to get the desired order of panels within lattice I realized I needed to define my factor levels. I now see how to properly do it (attached code), but: 1. I don't understand why I have to use factor() on a variable that is already a factor, and why levels() alone doesn't work to readjust the level order. 2. I just noticed that if I do use levels(xx$v1), it's changing something that can't be repaired with: xx$v1<-factor(xx$v1,levels=c('b','a','c')), and both plots are wrong. I'm failing to grasp what levels() is doing compared to factor(). tha...
2007 Mar 26
2
Rpm builders: Dovecot spec file
Maybe best asked to Axel... I'm re-building my server from scratch (the old one was MDK 10.1 -> Mandriva 2006.0 with Postfix/Courier) and I want to install the latest versions postfix/mysql/postfixadmin/dovecot/squirrelmail. I've been building Dovecot (and postfix) from tarballs/srpm in the past so I know more or less how it all fits together. But I wonder if 'old' patches
2019 Sep 06
2
How to Change UIDs
...twood wrote: > > Rowland, > > I must be missing something here. Why can't the OP set the UID in ADUC > to match that required in the other system? The Samba > > Domain member can use the ad backend, (rather than the rid), and no > doubt file permissions will have to be readjusted accordingly, > > but at least the UID's will match the other system. The Windows DC > doesn't care about the RFC2307 attributes, so that shouldn't be > > affected. > > > It all depends on your definition of 'UID' ;-) > > The OP is using the winb...
2011 Mar 29
0
[LLVMdev] GSoC: PTX Back-End for LLVM
...f code. Those milestones could be sorted into the time frame you have for the GSoC. In addition, you could define "Success Criteria" for the midterm/final evaluation. This will make it easy to see during GSoC, if you are on track with your project and will allow you and your mentor to readjust your milestones if necessary. When developing mile stones and success criteria, better be conservative and only add items you are confident you can implement during GSoC. You can add additionally a set of "if time permits" milestones, where you put the stuff that is not 100% needed,...
2011 Mar 31
1
[LLVMdev] GSoC: PTX Back-End for LLVM
...nes could be sorted into the time frame you have for > the GSoC. In addition, you could define "Success Criteria" for the > midterm/final evaluation. > > This will make it easy to see during GSoC, if you are on track with your > project and will allow you and your mentor to readjust your milestones if > necessary. > > When developing mile stones and success criteria, better be conservative > and only add items you are confident you can implement during GSoC. You can > add additionally a set of "if time permits" milestones, where you put the > stuff...
2005 Jun 20
1
Speech detection in preprocessor with echo
...as > speech even if almost silence remains in the signal. > > Also, the AGC keeps adjusting to the minute remains in the signal, meaning > that sooner or later it will amplify the remains enough that it's clearly > audible on the other side. If I cough or say a word, the AGC readjusts and > all is fine. > > Looking at the members of the speex_preprocess structure, I see that > during these long periods of "silence" (only the background music or > only the other end talking while I shut up): > > - Zlast (which looks like a SNR variable) is at...
2020 Feb 25
2
Status of the git.llvm.org git repos
...transition to the mono repo. Was I simply mistaken that these repos were not going to be maintained along with the (read-only) svn repo? We had not planned to complete our own transition to the mono repo until a little later this year, but if these repos are no longer maintained, we'll have to readjust our priorities. > > > > I'm aware of the guidance on how to transition (https://llvm.org/docs/Proposals/GitHubMove.html#moving-local-branches-to-the-monorepo) and am not seeking any advice on how to do so. > > > > Tom. > > __________________________________________...
2004 Sep 10
2
Blocking and compression.
...s I believe. Then again, maybe not. Its depends if there are sharp shifts in the data set. If there are, finding these "edges" could benefit because you wont have a block where its encoding well, then goes all to hell because the predictor is missing by large numbers, and takes a while to readjust. The downside is not very large... scanning a data set and building a table of block offsets would not add that much overhead to the encoding process as its a lightweight operation (assuming i/o operations are moderately fast). Arithmatic encoding. Rice's granularity for encoding is 1 bit. (ob...