Displaying 20 results from an estimated 21 matches for "unsophist".
Did you mean:
sophist
2008 Oct 01
2
an unsophisticated question about recoding in a data frame with control structure if {}
Hello all,
I apologize for a terribly simple question. I'm used to using Stata and am trying to `switch' over to R.
I would like to recode a vector in a data frame when the value of it meets the following condition: if (dataframe$factor=='3'){dataframe$thevector<-(an arithmetic mean). What I would like to result is the creation of a new variable within the data frame for
2004 Jul 20
1
LaTeX errors
Hello again,
Having successfully mastered the creation of fairly unsophisticated print
methods, I have encountered the dreaded LaTeX error, i.e.:
* checking concord-manual.tex ... ERROR
LaTeX errors when creating DVI version.
This typically indicates Rd problems.
As I have no idea what these errors might be, I wondered if there is any way
to cozen such information out...
2000 Dec 15
2
Even more secure FTP?
L.S,
I was very happy to find that OpenSSH 2.3.0 now has server support for F-Secure's Win32 FTP client.
A problem I have run into a few times (and maybe others before me) is:
I want to allow technically unsophisticated users to update their web pages without having to resort to running something like wu-ftpd on my system. SFTPD is a great solution for that since even a casual user can understand it's user interface (The Win32 scp client is not an acceptable solution in this case).
SFTPD still leaves me...
2007 Dec 12
1
eliminating cancel button in winDialogString call
...a program but would like to eliminate the cancel button option and just have
the OK button appear. The problem is that if a user enters data then
accidently hits Cancel instead of OK, the program may either run incorrectly
or quit due to the error of having NULL for a variable. I can think of some
unsophisticated ways around this like testing for a NULL value from a call
to winDialogString and asking the user to reenter, however the better
solution would be to just eliminate the Cancel button option. If I could
find the code for the function winDialogString I might be able to create my
own winDialgSt...
2004 Aug 06
1
playlist handler questions
...en, that when their stream is over (playlist is played),
the stream would revert to the existing generic stream already running.
(If I remember correctly, to have 2 concurrent streams, I need 2 instances
of ices running, with two separate conf files.)
This all seems like a potentially unwieldy and unsophisticated way to go
about this, and it would still be using the built-in ices playlist handler.
The perl playlist handler skeleton in ices doesnt really give me a picture
of its potential. Is there an existing example out there I could check out?
There was a post recently about code for a python playl...
2018 Feb 15
2
RFC: XRay Profiling in LLVM
...out
where time is going in an execution of the application.
# Background
XRay has two modes currently implemented in compiler-rt: a basic (nee
naive) mode and flight data recorder (FDR) mode.
Basic mode logging, when enabled, will collect traces and write verbose
logs to disk. This mode has some unsophisticated filtering and stack-depth
limiting support. This mode is useful for tracing short-lived applications,
so that execution can be traced throughout the lifetime of the application.
We've used basic mode logging to identify sources of latency in Clang/LLVM.
FDR mode logging is designed to re...
2018 Mar 27
0
RFC: XRay Profiling in LLVM
...on of the application.
>
> # Background
>
> XRay has two modes currently implemented in compiler-rt: a basic (nee
> naive) mode and flight data recorder (FDR) mode.
>
> Basic mode logging, when enabled, will collect traces and write verbose
> logs to disk. This mode has some unsophisticated filtering and stack-depth
> limiting support. This mode is useful for tracing short-lived applications,
> so that execution can be traced throughout the lifetime of the application.
> We've used basic mode logging to identify sources of latency in Clang/LLVM.
>
> FDR mode l...
2005 Apr 05
1
Secunia / Firefox Javascript "Arbitrary Memory Exposure" test
I just confirmed the following bug on my firefox.
http://secunia.com/advisories/14820/
Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050219 Firefox/1.0
(I think my firefox is a month or two behind, from ports, but the
advisary indicates both 1.0.1 and 1.0.2 are effected.)
FreeBSD localhost 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004
2010 Apr 27
0
R-help Digest, Vol 86, Issue 28
...oot because installation
and library configuration are separate things. If the former, then would
having a standard arrangement that a root user could modify/override work?
Also, assuming a large number of R installations are on machines used by
a single user (and perhaps others in a relatively unsophisticated
arrangement, such as a home computer shared by family members), do you
think having scripts along the lines I suggested would work for a large
portion of such users?
One could also have switches on an installation command line. I'm not
trying to impose a one-size-fits-all model, but...
2007 Dec 16
1
Unit test preperation with migrations
I have spent sometime this afternoon learning how to unit test rails
applications and integrate the Cerberus CI tool. One key area confuses
me however, and I would appreciate other peoples views of how best to
overcome the issue.
My understanding is that the ''test'' and ''test:units'' have the
db:test:prepare pre-requisite which copies the schema from dev to the
2008 Nov 24
1
PPTP VPN server
Hi
I've been using linux to give VPN access to my corporate LAN using the
following software:
Centos 5.2 x86
kernel 2.6.18-92.1.18.el5xen
pptpd (poptop) 1.3.4
ppp 2.4.4
The Centos server has directly connected the Internet Router, on one
interface (eth1) and the LAN on another (eth0) and it works as the
firewall/VPN server of my LAN.
It mostly works, however, if I try to connect using
2015 Jun 12
1
C5 : Firefox 38 bug
On Jun 12, 2015, at 1:56 PM, Always Learning <centos at u64.u22.net> wrote:
>
> It is my understanding that Java and Javascript are different;
They?re as different as India and Indiana.
> Java is dangerous whilst Javascript is (hopefully) harmless.
That?s a pretty unsophisticated way to look at it.
*Ideally*, Java is quite safe. It was designed with security in mind, and browser Java is much more tightly constrained in terms of what it can do than desktop, server, or embedded/mobile Java.
Yet, there?s been a continuous stream of security updates to Java for the pas...
2002 Feb 13
8
[Bug 112] Using host key fingerprint instead of "yes"
http://bugzilla.mindrot.org/show_bug.cgi?id=112
------- Additional Comments From dan at doxpara.com 2002-02-13 11:43 -------
Heh, I kinda like that. You should update the yes/no prompt to say that
pasting the expected host key will result in appropriate testing, as well as
providing some sort of error if the remote side *doesn't* match the key pasted
in.
I hadn't thought of cut
2002 Jul 19
2
Workings of model.frame.default and [.
Related to my earlier question to which I received very helpful replies, when I provide a subsetting method that automatically drops unused levels of a factor variable, I am getting into a bit of trouble using model.frame.default. I know that model.frame.default has its own mechanism for dropping unused levels, but my personal preference is to handle this on a more basic level using [.factor and
2017 Dec 23
5
[Bug 2815] New: please set KRB5CCNAME to collection
https://bugzilla.mindrot.org/show_bug.cgi?id=2815
Bug ID: 2815
Summary: please set KRB5CCNAME to collection
Product: Portable OpenSSH
Version: 7.4p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Kerberos support
Assignee: unassigned-bugs
2003 Jun 22
2
Bit Rate Peeling Quality
Hi All,
Let me ask this question of the group: When bit rate peeling becomes
available, how will the quality of the peeled Vorbis file compare to a
file encoded at the target quality directly from the original?
So, for:
a.wav --> b.ogg (at q6) --> c.ogg (at q2)
a.wav --------------------> d.ogg (at q2)
how are c.ogg and d.ogg likely to compare in terms of audio
2006 Jan 28
20
Code security
I''ve just created a rails application for a friend''s business.
I''m going to place the application onto one of his computers so he can
access it from within his network.
What can i do to make sure he cannot read/edit the code? I can''t see
what i can do. Its on a windows xp machine and he has full admin rights.
He''s not an expert PC user so the solution
2000 Mar 31
7
Samba on Linux with no ACL's is making things tough
Please for give me if this gets a bit long.
I am presently in the process of moving my company's file server from
Windows NT 4.0 over to Linux with SAMBA and the lack of ACL support in
the ext2 filesystem is making things very difficult to design. To
clarify I am NOT writing about Samba's support for NT ACL's on NTFS. I
am writing to possibly get some tips for getting around the lack
2005 Feb 04
13
resending to new external address
Hi folks,
As you''ve no doubt noticed incoming spam recently massively increased. This
has overloaded our current server (24.74.9.226) which does HTTP, SMTP, POP
and IMAP. To help cope with this, I''ve put up a second server (24.74.9.225)
which will be the mail server, leaving the original server to just be a web
server.
Can I use shorewall on the first machine (version
2015 Jun 13
9
C5 : Firefox 38 bug
On 06/12/2015 07:28 AM, g wrote:
>
> On 06/10/2015 03:56 AM, Always Learning wrote:
>> I displayed, as a web page, a list of search results created in PHP,
>> from MySQL.
> i am still using 24.8.0 and do not have to contend with all the
> bugs introduced by moz dev and their 'bells and whistles' when
> they started try to get ahead of gaagle chrome web browser.