Displaying 18 results from an estimated 18 matches for "chaff".
2009 May 20
10
How to google for R stuff?
...with even slightly more distinctive names like
Perl, Java, Python, Matlab, OCaml, etc., usually including the name of the
language in the query is enough to ensure that the top hits are relevant.
But this trick does not work for R, because the letter R appears by itself
in so many pages, that the chaff overwhelms the wheat, so to speak.
So I'm curious to learn what strategies R users have found to get around
this annoyance.
TIA!
KJ
[[alternative HTML version deleted]]
2007 Nov 26
1
spss, string factors, selecting
...t; " E".
Any help on what I am doing wrong is much appreciated. I'm getting
quite stressed as I have 10 files with approx 100,000 records in each
to analyse so manipulating data becomes a pain.
Here is the code below, not sure it makes much sense without seeing
the dataset:-
chaff<-read.spss("/Users/Kat/Desktop/papers in progress/btopaper/
edited BTO data/fatnewchaff.sav", to.data.frame=TRUE)
chafffat<-read.spss("/Users/Kat/Desktop/papers in progress/btopaper/
edited BTO data/fatmethods.sav")
chaffmerge2<-merge(chaff, chafffat, by.x=c("RIN...
2006 Apr 28
3
[OT] How to pick a shared host
...t many of
the people on this list have built apps and found hosts for many
clients. I''m wondering if you have any wisdom to share about how to
identify a reliable, high-quality host?
* What do you look for?
* How do you know when you have found it?
* How do you tell the wheat from the chaff?
The audience are current & potential Rails users, so Rails-specific
advice is welcome, but so is advice that goes beyond specific platforms.
Any advice much appreciated! --CJ
2004 Sep 10
2
Example FLAC's
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
[To: flac-dev@lists.sourceforge.net]
I'm working on making a plugin to OS/2 Multimedia subsystem for FLAC.
I can't seem to find example FLAC files anywhere on FLAC's website. Where
can I get some test files (perferably with WAV equiavlents).
- --
Russell O'Connor <http://www.math.berkeley.edu/~roconnor/>
``[Law
2016 Jul 29
7
how to build rpm
Hi,
For software development, projects are built through makefile. After building, I can run binary program. rpm is more convenient. Is there some tool that can build rpm?
Thanks!
Regards
Andrew
2016 Jul 29
0
how to build rpm
...oftware development, projects are built through makefile. After
> building, I can run binary program. rpm is more convenient. Is there some
> tool that can build rpm?
>
> Thanks!
>
>
>
Rather than googling for articles, which unless you have the experience
already to filter the chaff from the wheat, here's a link the an article I
wrote a little while back.
https://www.hogarthuk.com/?q=node/11
It'll take you through building a minimal package, fedora guidelines (which
even for personal/internal stuff can help keep clean easier to maintain
spec files), usage of mock for...
2006 Mar 23
2
Ruby and RoR Book Roundup
Hello,
I''m a big bookworm, so I decided to round up all the upcoming Ruby
books in the market in one big blog post. At my count, there are
_sixteen_ books to be released (in print) for the upcoming year, with
some available in pdf form right now. Here''s the list:
http://www.robsanheim.com/2006/03/23/ruby-and-ruby-on-rails-book-roundup/
Hope its helpful for fellow book nerds
2000 Jun 12
0
Samba patches - where best to send them?
...s a "score" based on
their contributions is nice. I think that it is only going to work if
someone does some editorial work and grades/sorts the contributions
though.
I don't claim to be a great developer, but if it would be helpful to
have a BOFH who would reject or junk some of the chaff ("this is not a
patch", "you need to change XYZ to make this portable", "this is spam",
etc) and pass on the better stuff to someone else for consideration,
then I'd be happy to help out with swinging the axe. :-)
Regards,
--
Neil Hoggarth...
2023 Sep 07
1
Privacy improving suggestions for ObscureKeystrokeTiming
...signature algorithms for UpdateHostkeys proofs */
#define HOSTKEY_PROOF_RSA_ALGS "rsa-sha2-512,rsa-sha2-256"
+/* Uncertainty (in percent) of keystroke timing intervals */
+#define SSH_KEYSTROKE_TIMING_FUZZ 10
+
/* import options */
extern Options options;
@@ -519,6 +522,33 @@ send_chaff(struct ssh *ssh)
return 1;
}
+/* Sets the next interval to send a keystroke or chaff packet */
+static void
+set_next_interval(const struct timespec *now, struct timespec *next_interval,
+ u_int interval_ms, u_int interval_fuzz_pct)
+{
+ struct timespec tmp;
+ long long interval_ns, fuzz_ns...
2007 Jan 26
3
Installing DCC on CentOS 4.4
Hi,
I want to install dcc on CentOS 4.4 as I am ruunig Dual-Sendmail with
amavisd-new.
I am looking for DCC RPM pkg. I searchrd bit I could not find any RPM pkg.
Pls help me to find DCC RPM pkg.
Have you installed DCC on CentOS 4.4. then Pls guide me.
--
Thank you
Indunil Jayasooriya
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Jan 25
3
Bristuff ZapHFC and Loosing D-Channel
Using the latest(?) bristuff (Asterisk 1.0.4-BRIstuffed-0.2.0-RC3a) I
have problems with loosing the D-channel. Most of the time, after the
message
"PRI D-channel down"
it only takes a second or so to come back up, noted by the message
"PRI D-channel up"
However, today most of the time the D-channel stays down. Calls come in,
but can't be answered.
Does anyone know
2008 Oct 26
0
Fwd: Decision Stats
...more money than you think and is less
complex. Dont go for 100 % either -or solution. Example replace 20 % of your
desktops with open office , rather than microsoft office renewals.
- use more variable linked bonus than flat fees for salaries. this
helps separates the grain from the chaff. And improve revenue and cut costs
rather than employees.
Each unemployed person is a drag on the economy that will take social
security that YOU will pay anyways. Employed people spend money on groceries
, movies and provide even more jobs or potential markets.
Mahatma Gandhi once said...
2017 Oct 17
2
Auth failure messages
Folks
I am using sendmail as my mail server. SELINUX is disabled.
I observe messages in Centos 7 (and 6) in /var/log/messages, similar to:
saslauthd[2765]: do_auth : auth failure: [user=bettie]
[service=smtp] [realm=] [mech=pam] [reason=PAM auth error]
I guess that this is because somebody tried to access one of the SMTP
ports with a logon attempt. This is understandable; there are
2010 Dec 27
3
openssh and keystroke timing attacks (again)
Hi all,
Over the past 10 years, there has been some discussion and several
patches concerning keystroke timing being revealed by the timing of
openssh packet network transmission. The issue is that keystroke
timing is correlated with the plaintext, and openssh users expect
their communications to be kept entirely secret.
Despite some excellent ideas and patches, such as Jason Coit's
2024 Jan 12
10
[Bug 3655] New: Default ObscureKeystrokeTiming makes X forwarding really slow
https://bugzilla.mindrot.org/show_bug.cgi?id=3655
Bug ID: 3655
Summary: Default ObscureKeystrokeTiming makes X forwarding
really slow
Product: Portable OpenSSH
Version: 9.6p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh
2006 Apr 07
8
Why Ruby on Rails won''t become mainstream
Why Ruby on Rails won''t become mainstream
http://beust.com/weblog/archives/000382.html
Kind of interesting, but didn''t convince me. Though, yeah, I can imagine
a lot of naive programmers sticking with PHP and VB (the type of crowd
that also doesn''t run their own servers, so they''re dependent on hosts
offering Rails for them). Rails DOES have an IDE - soon
2008 Jul 21
20
Ideas for stopping ssh brute force attacks
just wanted to get some feedback from the community. Over the last few
days I have noticed my web server and email box have attempted to ssh'd to
using weird names like admin,appuser,nobody,etc.... None of these are
valid users. I know that I can block sshd all together with iptables but
that will not work for us. I did a little research on google and found
programs like sshguard and
2004 Jul 22
4
VSP? Looking for advice.
...playing with phones. The mailing list volume is
growing right along with it. You have to remember that this mailing list
is one of the few real support channels that exist for *. The S/N ratio
is getting pretty bad. Most of us don't have the time to spend all day
long to sort the wheat from the chaff. The lack of good ettiquette has
destroyed the digest version of this list, and the archives are close
behind. How is a noob going to research before posting when the list is
full of crap, threads are broken by lazy outlook users, etc?
A few bytes spent urging the list admin to become more proact...