search for: dismiss

Displaying 20 results from an estimated 454 matches for "dismiss".

Did you mean: discuss
2000 Aug 16
5
samba development
...over the last three years, and with the discouragement of others, the nt domains protocols are now pretty well understood. due to that constant discouragement, i no longer find it as enjoyable to work on samba as i did. the enjoyment from discovering new ground is no longer offset by the constant dismissal of the ideas and solutions that i come up with. those solutions come from a far-sighted understanding of what is involved, and what can be achieved. i never intend to just "solve the problem at hand", i intend to think ahead of what can be achieved both now _and_ in the future. to th...
2016 Sep 20
1
Windows 10 update kills samba access
...versary update" to W10 >>> Version 1607. If you can roll back to previous Version 15?? (sorry can't >>> remember) that MIGHT correct your issue. No promises. >> It's definitely that update that caused the problem. > Do you get the "signout" or "dismiss" choices? If so, I have done no in > depth testing but, I did "dismiss" and saved a text doc to the desktop. > Signed out and logged back in and the text doc was still there on the > desktop. So do not know enough to determine if it's a bug or security > issue. I do...
2001 Feb 03
1
callback environment for Tk buttons
...press hello it prints hello world. If you press HALLO it prints HALLO WORLD. Not exciting, but I need an example... set tt [toplevel .tt] foreach i {"hello" "HALLO"} { pack [button $tt.b$i -text $i -command "puts $i"] -fill x } pack [button $tt.dismiss -text dismiss -command "destroy $tt"] -fill x If I translate this to R, I get: tt <- tktoplevel() for (i in c("hello", "HALLO")) tkpack (tkbutton (tt, text=i, command=function()cat(i,"world\n")), fill="x&quot...
2015 Jul 01
4
[LLVMdev] C as used/implemented in practice: analysis of responses
On 1 July 2015 at 11:34, Russell Wallace <russell.wallace at gmail.com> wrote: > Why do you say spin? You're dismissing all use-cases other than this very narrow one I'd (with my own spin) characterise as "Do What I Mean, I Can't Be Bothered To Get My Code Right". Fair enough, you're arguing in favour of a point; but it's not one I agree with. Tim.
2007 Dec 01
0
Lookup prior value in data.frame (was: Dismiss previous email)
Assuming that there is a -1 day for every day in the data frame and all the -1 days are at the beginning, try this where k[match(id, id)] is the vector of corresponding day -1 k-values: DF <- data.frame(id = c(56, 63, 73, 56, 63), day = c(-1, -1, -1, 2, 2), k = c(566, 680, 773, 298, 273)) transform(DF, percent = 100 * k / k[match(id, id)] - 100) Also, please use meaningful subject headings
2007 Dec 01
1
Dismiss previous email
Sorry about that, it was sent by accident. I have a data frame that looks something like this: id day k 56 -1 566 63 -1 680 73 -1 773 56 2 298 63 2 273 Of course, it is a very simplified version of the real data frame I am working on. I need to add another column that would represent a percent change in k from day -1, by id. I put only two ids at day 2 to
2008 May 13
4
Application does not start
...and works fine. The one that does not start: francesco at deb32:~$ wine "c:\ACDFREE5\CHEMSK.EXE" Invoking /usr/lib/wine/wine.bin c:\ACDFREE5\CHEMSK.EXE ... fixme:ole:CoResumeClassObjects stub /usr/bin/wine: line 536: 6578 Terminated $XMESSAGE -timeout 30 -buttons " Dismiss ":0," Never display this message again ":3 -title "Wine Launch Window" -default " Dismiss " "Invoking $WINEBIN/$WINE_BIN_NAME $@ ... This dialog box is a temporary status dialog to let you know that Wine is attempting to launch your...
2016 Sep 20
2
Windows 10 update kills samba access
On 09/20/2016 03:54 PM, Bob of Donelson Trophy via samba wrote: > All of us are having trouble with the "Anniversary update" to W10 > Version 1607. If you can roll back to previous Version 15?? (sorry can't > remember) that MIGHT correct your issue. No promises. It's definitely that update that caused the problem.
2004 Oct 02
1
Bug#270019: 270018, 270019 should remain open
I object to the closing of these bugs on all of the following grounds: 1. They are wishlist items, and the wish has not been resolved, simply dismissed. 2. They are closed on the grounds that the messages are startup messages. Some are, but some are not. 3. The suggestion that startup messages should not be filtered out seems unwarranted. 4. I responded to earlier requests for exact log lines, but the bugs are now being closed because I have no...
2017 Dec 03
4
Recommended tool for migrating IMAP servers
Hi Friends, I would like to ask you a suggestion: I need to migrate a imap server to a new one and then dismiss the old one. Reading from relative Dovecot documentation page (https://wiki.dovecot.org/Migration), more tools are shown: UW-IMAP's mailutil, imapsync, YippieMove and Larch. The each mail servers are Linux based, one of this (mine) is Dovecot. Based on your experience which of these tools w...
2009 Dec 05
3
three plots as one JEPG?
...ree graphs, one below the other into a /single/ window by using par(). I would like to save this figure now as JPEG or PNG. By now, code looks as follows: jepg(...) par(...) plot(...) par(...) plot(...) par(...) plot(...) dev.off() Unfortunaltely, I just get the last plot saved, the rest is dismissed. Does anyone have a solution for this problem? Cheers Alex
2017 May 11
2
Add more projects into Git monorepo
...Mehdi, I don't know if it is your intent, but in many places in this thread you sound as if this decision has been made and the community is fully supporting your decision. Please don't do that. It would be nice if as a community we considered the concerns of our members instead of offhand dismissing them. I think we should spend some time discussing and understanding the needs of our corporate contributors and the needs of the other open source projects that contribute to, use, and distribute LLVM. I believe that disregarding the concerns of communities like the BSD and Linux communities w...
2007 Nov 05
3
link_to & others really necessary?
...#39;t see any added value in the overhead costs of using code to generate a simple HTML tag. I have written several code generators for complicated stuff like producing sortable, paginated lists, so I''m not against generating HTML, just not generating individual tags. So, before I dismiss them entirely, what''s the argument for using them? -- gw --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA3...
2009 Mar 01
2
smoothing a matrix (interpolate in plane)
Hi R-users, I'd like to smooth a matrix to dismiss spikes and to interpolate in plane example of a matrix: Map[1:3,1:3] [,1] [,2] [,3]... [1,] 34.4 34.2 35.1 [2,] 33.4 34.2 35.4 [3,] 34.1 33.2 32.1 .... dim(Map)[1] =/= dim(Map)[2] What functions can I use? Thanks a lot for any response, M [[alternative HTML version deleted]]
2004 Jun 13
2
Wiki now based on CVS head
Due to the dismissal of the stable-1.0 cvs source code, I've changed policy of the Asterisk Wiki - we now document CVS head. I would like all contributors to document which version of Asterisk (date) an addition was applied to, so readers can find out if a new function works with their version or not. There'...
2008 Oct 02
4
VS2005 build stability?
...les. Plenty of open-source projects provide them. It's not that hard. There's no way to get them up-to-date? That's ridiculous. All it takes is someone who knows Speex, knows the compiler, and has some motivation to do it. You just replied to two such people. Must you be that dismissive of their offers to help? Tom Jean-Marc Valin <jean-marc.valin at usherbrooke.ca> wrote: > > Hi, > > Is is possible to have makefiles, batchfiles, whatever that just calls > the command-line compilers and doesn't require this huge amount of > per-compiler-version c...
2007 Jun 01
3
Newbie: Problem running FileMaker 8.5
...LdrInitializeThunk Main exe initialization for L"Z:\\mnt\\winpartition\\Program Files\\FileMaker\\FileMaker Pro 8.5\\FileMaker Pro.exe" failed, status c0000135 Wine failed with return code 1 /usr/bin/wine: line 530: 9833 Terminated $XMESSAGE -timeout 30 -buttons " Dismiss ":0," Never display this message again ":3 -title "Wine Launch Window" -default " Dismiss " "Invoking $WINEBIN/$WINE_BIN_NAME $@ ... This dialog box is a temporary status dialog to let you know that Wine is attempting to launch your...
2023 Aug 03
2
Packet Timing and Data Leaks
...econd and then fuzzing the parameters until words come out). The I found a paper written back in 2001 talked about using the interpacket timing in interactive sessions to leak information. https://people.eecs.berkeley.edu/~dawnsong/papers/ssh-timing.pdf I'm sure this has been addressed (or dismissed) but I'm looking for the specific section of code that might deal with this. Any pointers? Thanks, Chris
2013 Jan 23
3
clock sync/drift
...s, R610s, and R410s. We use NTP and/or PTP to sync their clocks. One phenomenon we've noticed is that (1) on reboot, the clocks are all greatly out of sync, and (2) if the PTP or NTP process is stopped, the clocks start drifting very quickly. If it was isolated to one or two servers, I'd dismiss the issue. I also had this problem under CentOS 4. I suspect something is mis-configured, because I can't imagine the hardware clock on ALL these servers is *that* bad. Anyone else dealt with anything similar? Thanks! Matt
2013 Mar 28
0
[LLVMdev] Handling SRet on Windows x86
...d in this thread are important here too) and give you the ability to work with low level C libraries on windows, but if you want true compatibility with the full platform those ABIs are insufficient. If you think these are irrelevant points then you need to state why and should back it up with less dismissive language. Thanks! -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130328/bac73317/attachment.html>