search for: dissuaded

Displaying 20 results from an estimated 34 matches for "dissuaded".

2015 Feb 03
0
Another Fedora decision
On Mon, 2015-02-02 at 20:26 -0800, PatrickD Garvey wrote: > > The CentOS wiki pages found by a title page search are: > http://wiki.centos.org/HelpOnConfiguration/SecurityPolicy > http://wiki.centos.org/HowTos/Security > http://wiki.centos.org/Security > http://wiki.centos.org/Security/Heartbleed > http://wiki.centos.org/Security/POODLE >
2011 Sep 19
1
using R as SHELL in gnu make
I am intrigued by the possibility of using R as the SHELL in a (Gnu) makefile (instead of /bin/sh). (c.f. http://www.gnu.org/software/make/manual/make.html#Choosing-the-Shell) Well, rather, I would like the makefile's SHELL to be a command which communicated with an R process. The makefile targets/prerequistes would, as always, be OS files, which would be written/read using standard R file
2015 Feb 03
3
Another Fedora decision
On Mon, Feb 2, 2015 at 8:02 PM, Kahlil Hodgson <kahlil.hodgson at dealmax.com.au> wrote: > On 3 February 2015 at 13:34, PatrickD Garvey <patrickdgarveyt at gmail.com> wrote: >> Now how about some specific sources you personally used to learn your >> craft that we can use likewise? > > So many places it makes my brain hurt just thinking about it. Google > and
2015 Mar 18
2
[LLVMdev] GSoC:Loop Reversal Transformation
Hi Matt, All, Thanks for looking into this and your suggestions. I compiled the program with -O3 optimization level (clang -O3) on X86_64 target. After your suggestion, i ran the program with iteration of 10000 runs and found that average runtimes are (attaching data collected as well) Forward loop traverse : 2.006 milli seconds Reverse loop traverse : 1.531 milli seconds Yes, i agree that
2018 Sep 12
4
smbclient for SCO OpenServer 5.0.7
Looking back in the samba mailing list archives, I see not soancient requests for samba on ancient SCO OpenServer systems. Recently faced with a situation where a Windows Server upgrade to 2012 R2 and broke an smbclient upload from a SCO OpenServer 5.0.7 system. Directory listings and file deletions did not fail, but all upload attempts produced empty files on the Windows server (this due,
2007 Sep 28
3
PHP5/CentosPlus big mess.
Ok, so if you tuned in last time, I couldn't make the installation/upgrade of PHP5 from the Centos4 CentOS Plus repository work. Not one to be easilly dissuaded, I shapened my shovel and dug myself a hole. So using the exclude= lines in the repository config file backfired big time: even if I excluded the exclude= lines, yum continued to exclude the files on those lines, and only deigned to update three php files. Thus, my user complained that the mysql...
2023 May 22
1
ldbrename does not rename container users CN=Deleted Objects
Sadly the AD recycle bin isn't known to be reliably working in Samba. The main effect that was noticed is that for some reason when enabled, from memory, it caused the object to vanish almost instantly, rather than remain as a tombstone for a time (eg, it did the opposite). I've had investigating this properly on my wish-list for some time, but it is one of those annoying tasks that I
2015 Mar 17
2
[LLVMdev] GSoC:Loop Reversal Transformation
Hi, I have been studying LLVM infrastructure from past 1 month and trying out some hands on to get familiar with it. I am keen to propose loop reversal pass in LLVM as a part of GSoC 2015. Following are the details of my proposal. A for loop can run in two ways – it can count up or it can count down. 1. for(i=0; i<10 ;i++) {// Do something} 2. for(i=9; i--;) {// Do something}
2015 Feb 03
1
Another Fedora decision
On 2/3/2015 11:57 AM, Always Learning wrote: > 'AlwaysLearning', 'alwayslearning' and 'MrLearning' makes me ... ... an anonymous troll. -- john r pierce 37N 122W somewhere on the middle of the left coast
2003 Nov 12
2
Using tcltk language with R system
Hello, Does anybody know how can i call a R function in a tcltk file? I made a tcltk file, but I need call functions in R. i.e: in R I can put .Tcl("tcltk statement"). There are a same command to call R in a tcltk file? I want to make a R Gui using tcltk language, do you recommend use a tcltk or a R pack tcltk and don't use tcltk language? Thanks for your attention.
2013 May 07
1
Provisioning command line args
Hello, I'm trying to script an installation and can't find the command-line argument to "samba-tool domain provision" to specify the DNS forwarder. I have tried "samba-tool domain provision --help" but I couldn't see such an option there. Does that mean there isn't one ? I also tried to use the "samba-tool --option=option" construct (described on
2006 Jan 11
0
Cookies, models and nil objects
Still new in my ROR walk, been busily coding on a game application as a fruitful exercise in becoming proficient in Ruby/ROR. However, I seem to have hit a speed bump and am befuddled over some exhibited behavior in ROR. 1. **Cookies** - on page 312 of the AWDwR book by DT and DHH, it states that if you create a cookie by assigning a value to cookies[name], you get a "default set of
2007 Mar 06
12
Off topic:Spam on R-help increase?
Folks: In the past 2 days I have seen a large increase of spam getting into R-help. Are others experiencing this problem? If so, has there been some change to the spam filters on the R-servers? If not, is the problem on my end? Feel free to reply privately. Thanks. Bert Gunter Genentech Nonclinical Statistics South San Francisco, CA 94404 650-467-7374
2013 May 28
2
Asterisk - Soundcard - Recording?
Greetings- I've got a curious project that I could use some input on. I'd like to use Asterisk to record some audio channels via USB 'soundcard'. When audio passes through the soundcard, Asterisk should grab that audio channel (CONSOLE?), and write it to a wav file. I'm perfectly competent with the dialplan portion of the recording, but I don't know about the following:
2015 Feb 05
0
Another Fedora decision
On Wed, February 4, 2015 17:16, Lamar Owen wrote:. > > Now, I have seen this happen, on a system in the wild, where the very > first thing the attacker did was grab a copy of /etc/shadow, even with > an interactive reverse shell and root access being had. So even when > you recover your system from the compromise you have the risk of all > those passwords being known, and
2015 Jul 29
1
Fedora change that will probably affect RHEL
On Tue, Jul 28, 2015 at 08:01:21PM -0600, Chris Murphy wrote: > On Tue, Jul 28, 2015 at 6:17 PM, Timothy Murphy <gayleard at eircom.net> wrote: > > Warren Young wrote: > > > > > >> No, I am making the assumption that the vast majority of CentOS installs > >> are racked up in datacenters, VPS hosts, etc. > > > > Is that true, I wonder? >
2018 Sep 12
0
smbclient for SCO OpenServer 5.0.7
On Wed, Sep 12, 2018 at 03:27:37PM -0500, Kevin R. Bulgrien via samba wrote: > Looking back in the samba mailing list archives, I see not soancient requests > for samba on ancient SCO OpenServer systems. > > Recently faced with a situation where a Windows Server upgrade to 2012 R2 and > broke an smbclient upload from a SCO OpenServer 5.0.7 system. Directory > listings and file
2005 Oct 24
0
Rgnome depends on obsolete components libglade/libxml (PR#8249)
...he manual) that there should be no expectation of further development from R Core and as a result no expectation of an _officially_ maintained, much less reviewed, TODO list for the package. It plainly indicates that it has been left as an example for others, with no implication that one should be dissuaded from using it as such. It was done (as others have characterized in prior threads) as a "proof of concept", not as a fully functioning GUI. Your reporting a RFE to the R Bug Tracking System would imply an expectation that the request be officially tracked by R Core in some fashion (even...
2006 Jan 09
2
First Rails project: input welcomed
Hi everyone, I''m working on my first Rails project and I''d like some input before I get started coding in earnest. My previous Web app development experience has been in standard Python CGI and Zope. I''m here to find out more about Rails. I work in technology in an average-sized school district (8,000 students) in Minnesota (USA). One of the problems in our
2017 Jun 28
2
The undef story
Part I. The original LangRef appeared to be “nice and pretty” and originally ‘undef’ did not seem to stick out. Then evidence came to light in the form of bug reports, and in the form of Dan Gohman’s email “the nsw story”, that all was not good for ‘undef’ [1,2]. A proposal was made based on that evidence. A presentation was made at an llvm gathering. A paper was written. The proposal has even