Displaying 20 results from an estimated 300 matches similar to: "Heatmap fidelity"
2012 Jul 06
2
Error in plot.new() : figure margins too large
Hello All,
I am running the following code in RStudio, and I keep on getting an error message that says: "Error in plot.new() : figure margins too large"
Is there something that I am doing wrong?
# Import Data
nba <- read.csv("http://datasets.flowingdata.com/ppg2008.csv", sep=",")
nba
#Sort Data (sorting by Points, but could be sorting by any other variable)
2016 May 02
5
C6 Firefox 45.1 segmentation faults
I think this site is always failing. It has an embedded video.
http://www.sportsnet.ca/basketball/nba/free-association-podcast-much-toronto-raptors-fear-miami-heats-dwayne-wade-hassan-whiteside-joe-johnson/
I tried looking at the output of
strace firefox > fferrors.txt 2>&1
grep ENOENT fferrors.txt
hope that helps
Note: I also have ffmpeg with nux's repo installed
On Mon, May
2015 Feb 13
5
Securing SSH wiki article outdated
On Fri, 2015-02-13 at 09:46 -0500, Lamar Owen wrote:
> On 02/13/2015 09:15 AM, Chris Adams wrote:
> > Yeah, the old "move stuff to alternate ports" thing is largely a waste
> > of time and just makes it more difficult for legitimate use. With
> > large bot networks and tools like zmap, finding services on alternate
> > ports is not that hard for the
2014 Mar 15
0
Creating a new NUT USB HID subdriver
Den 14-03-2014 21:29, Rob Groner skrev:
> It works pretty good after that. However, if I'm going to tailor
> my hid2nut table, it would really help if there was some master list
> of all the paths (input.voltage, battery.temperature, etc) NUT supports,
> instead of having to dig through different driver files to see what's
available. Is there some list?
How about
2011 Mar 28
2
NBA 2k11 Help Please
Hey guys.
I'm on a Mac and I recently got NBA 2k11. It runs fine but when I'm playing it runs slow and sometimes lags, how would I fix this? Any Video Settings I could adjust?
Also I can't download any rosters...It says my version of the game needs updating or something. Please help, it would be greatly appreciated.
2006 Apr 05
1
NUT and debuggers (was: newhidups crashes intermittently (double free or corruption))
2006/4/4, Niels Baggesen <nba@users.sourceforge.net>:
> On Tue, Apr 04, 2006 at 10:57:51PM +0200, Nick Rosier wrote:
> > Again, with an unstripped version of newhidups. But it doesn't seem to
> > give more information; no core dump either. Anything else I can try?
> > Strace it and hope the file doesn't fill up my disk :-)
>
> It is probably better to try
2007 Jan 18
2
Silencing libtool
Hi developers,
the current setup when doing a make (even a make -s) is very noisy, and
makes it very easy to miss warnings from gcc.
I would like to add a --slient option to libtool.
How do the rest of you feel about that?
/Niels
--
Niels Baggesen - @home - ?rhus - Denmark - nba@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
2008 Apr 30
2
Lattice book
Dear all,
I haven't seen this mentioned and presumably Dr. Deepayan Sarkar is
too polite to advertise!
I just received a flyer from Springer: A new book on Lattice released today!!
http://www.springer.com/statistics/computational/book/978-0-387-75968-5?cm_mmc=NBA-_-Apr-08_UK_1753460-_-product-_-978-0-387-75968-5
2012 Oct 05
2
problem with convergence in mle2/optim function
Hello R Help,
I am trying solve an MLE convergence problem: I would like to estimate
four parameters, p1, p2, mu1, mu2, which relate to the probabilities,
P1, P2, P3, of a multinomial (trinomial) distribution. I am using the
mle2() function and feeding it a time series dataset composed of four
columns: time point, number of successes in category 1, number of
successes in category 2, and
2007 Jan 19
1
Re: [nut-commits] svn commit r755 - in trunk: . clients
Great, thanks! Two questions:
* what is a domain literal? Is this something like 192.168.0.1? In
this case, the '[]' are probably unnecessary.
* are you sure you want to use fprintf(stderr, ...) in a library?
This doesn't seem like a good idea to me. Wouldn't it be more
consistent to extend upscli_errlist[] ?
-- Peter
Arjen de Korte wrote:
>
> Author:
2006 Feb 06
4
Powerware 9125 working w/ SNMP
Thanks to Olli, I can now talk to my PW9125 via SNMP:
> upsc cscfups001@localhost
ambient.temperature: 031.0
battery.charge: 090.0
battery.runtime: 2640.0
battery.voltage: 055.5
driver.name: snmp-ups
driver.parameter.mibs: pw
driver.parameter.port: cscfups001.cs.uwaterloo.ca
driver.version: 2.1.0
driver.version.internal: 0.41
input.frequency: 060.0
input.voltage: 120.0
output.current: 020.0
2014 Mar 14
2
Creating a new NUT USB HID subdriver
Thanks to the great help here, I now have a UPS spitting out something resembling a report descriptor. So since I seem destined to have to create a new USB HID subdriver, I figured I'd get started on the path.
I followed all of the directions on the web....I used the script to generate the usbhid subdriver, feeding it the output of the usbhid-ups driver from reading my UPS. All that worked
2006 Apr 25
2
Re: [nut-commits] svn commit r414 - in trunk: . drivers
> Author: nba-guest
> Date: Mon Apr 24 20:45:39 2006
> New Revision: 414
>
> Modified:
> trunk/CHANGES
> trunk/drivers/cpsups.c
> Log:
> Fix C++ style declarations between statements
>
> Modified: trunk/CHANGES
Niels,
What is the reason for 'fixing' this? Constructions like these are used in
many locations throughout the sources (not only in the
2015 Feb 12
8
Securing SSH wiki article outdated
Hi, just a quick note to whoever is maintaining this page:
http://wiki.centos.org/HowTos/Network/SecuringSSH
The procedure is missing the firewall-cmd calls necessary in EL7:
firewall-cmd --add-port 2345/tcp
firewall-cmd --add-port 2345/tcp --permanent
Also, it may be worth mentioning that semanage is in the policycoreutils-python package, which isn?t installed by default in all stock
2015 Feb 12
8
Securing SSH wiki article outdated
Hi, just a quick note to whoever is maintaining this page:
http://wiki.centos.org/HowTos/Network/SecuringSSH
The procedure is missing the firewall-cmd calls necessary in EL7:
firewall-cmd --add-port 2345/tcp
firewall-cmd --add-port 2345/tcp --permanent
Also, it may be worth mentioning that semanage is in the policycoreutils-python package, which isn?t installed by default in all stock
2015 Feb 13
0
Securing SSH wiki article outdated
On 02/13/2015 09:15 AM, Chris Adams wrote:
> Yeah, the old "move stuff to alternate ports" thing is largely a waste
> of time and just makes it more difficult for legitimate use. With
> large bot networks and tools like zmap, finding services on alternate
> ports is not that hard for the "bad guys".
Having SSH on 22 is lower-hanging fruit than having SSH on a
2015 Feb 13
0
Securing SSH wiki article outdated
Always Learning wrote:
>
> On Fri, 2015-02-13 at 09:46 -0500, Lamar Owen wrote:
>
>> On 02/13/2015 09:15 AM, Chris Adams wrote:
>> > Yeah, the old "move stuff to alternate ports" thing is largely a waste
>> > of time and just makes it more difficult for legitimate use. With
>> > large bot networks and tools like zmap, finding services on
2015 Feb 13
0
Securing SSH wiki article outdated
On Fri, February 13, 2015 9:05 am, Always Learning wrote:
>
> On Fri, 2015-02-13 at 09:46 -0500, Lamar Owen wrote:
>
>> On 02/13/2015 09:15 AM, Chris Adams wrote:
>> > Yeah, the old "move stuff to alternate ports" thing is largely a waste
>> > of time and just makes it more difficult for legitimate use. With
>> > large bot networks and tools like
2008 Jun 22
1
can't open nba 08
Hi,
I installed NBA 08 with wine and the setup worked but now when i try to open the game i get following message:
ALSA lib ../../../src/pcm/pcm_dmix.c:874:(snd_pcm_dmix_open) unable to open slave
fixme:ntdll:NtQueryInformationProcess (0xffffffff,info_class=34,0x197a520,0x00000004,0x197a51c) Unknown information class
Can somebody pls help me?
I have Ubuntu 8.04
2006 Feb 25
3
Compaq R1500 UPS and Linux
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
Has anyone gotten it working at all with Linux :) I picked one up for
thiry bucks and would love to monitor it!
Liz
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
iD8DBQFD/5fEIACpLcG4dhwRAmeCAJ9+8FGXqKoOlZdkw/KFXb9n0PEemwCdHaoD
NVnv7JjmBAjNsExK6WzAdnA=
=pcPX
- -----END PGP