similar to: Long equation in documentation

Displaying 20 results from an estimated 400 matches similar to: "Long equation in documentation"

2004 Jun 09
1
Samba client filesize problems
Filesize problems with samba client on Redhat 9 and W2k machine. The original smbclient did this so I upgraded to the latest, it didn't help. The server is W2k with an NTFS volume, these are video files - the windows software breaks the files at the 2G limit, but for some reason some are reported as 2G others as huge !! One day I might own 25T of disk, but not today. Anyone any ideas ?
2005 May 31
1
weird problem
hello, i'm having a rather weird (i think) problem: i have a freebsd 5.4 box running apache2.0.54. i use samba3.0.14a mount_smbfs to mount a share (my documents) from my windows2003 machine to under the apache www dir. the problem is that i cannot access much of the files on win2k3 from the internet. i'll try to explain: apache seems to work fine. samba seems to work fine both
2013 Sep 04
1
CentOS Dojo and drinks, London on the 13th Sept, 2013
hi Guys, On the 13th Sept 2013, we will be hosting a CentOS Dojo in London, UK; hosted by ITV ( http://www.itv.com/ ) at their Waterloo offices. Details of the venue are on the wiki page at : http://wiki.centos.org/Events/Dojo/London2013 As with the other Dojo's things start off at 9:30am and we have : * Stefan Cocora talking about the Deploument pipeline at ITV * Justin Clift talking about
2016 Mar 28
1
[PATCH v2 06/22] volt: parse the both max voltage entries
On 21/03/16 18:16, Karol Herbst wrote: > these entries specify a maximum voltage nvidia never exceeds, we shouldn't do > that, too. > > Signed-off-by: Karol Herbst <nouveau at karolherbst.de> > --- > drm/nouveau/include/nvkm/subdev/bios/vmap.h | 2 ++ > drm/nouveau/include/nvkm/subdev/volt.h | 2 ++ > drm/nouveau/nvkm/subdev/bios/vmap.c | 5
2013 Sep 14
0
Dojo London 2013
Thank you Karanbir and everyone who came to ITV for making CentOS Dojo a great success. It was a pleasure to have you all. Julio Martinez </PRE><a href="http://www.itv.com"><img src="https://lh5.googleusercontent.com/-YJsNOaY5C2A/UPOvkVzskII/AAAAAAAAAKU/3VqcYfUYzOo/s90/ITV-Logo%2520Footer.png"/></a> <br><br> </PRE><a
2002 Dec 26
3
questions from a newbie
I have several newbie questions - any help much appreciated: 1. I run a combination Windows 98 and XP home network - have been looking at Linux on two boxes at home - one desktop - one laptop - RH 7.3 2 I can get samba to run okay and in each of the two Win98SE machines can see them as localhost 3. I cannot access any resources on the Linux machines - Win98 asks for a password - \\localhost\IPC$
2016 Mar 21
0
[PATCH v2 06/22] volt: parse the both max voltage entries
these entries specify a maximum voltage nvidia never exceeds, we shouldn't do that, too. Signed-off-by: Karol Herbst <nouveau at karolherbst.de> --- drm/nouveau/include/nvkm/subdev/bios/vmap.h | 2 ++ drm/nouveau/include/nvkm/subdev/volt.h | 2 ++ drm/nouveau/nvkm/subdev/bios/vmap.c | 5 +++++ drm/nouveau/nvkm/subdev/volt/base.c | 11 +++++++++++ 4 files
2016 Apr 18
0
[PATCH v4 06/37] volt: parse the max voltage map entries
There are at least three "max" entries, which specify the max voltage. Because they are actually normal voltage map entries, they can also be affected by the temperature. Nvidia respects those entries and if they get changed, nvidia uses the lower voltage from both. We shouldn't exceed those voltages at any given time. v2: state what those entries do in the source v3: add the
2007 Oct 16
2
How to speed up multiple for loop over list of data frames
Hi there, I have a multiple for loop over a list of data frames for ( i in 1:(N-1) ) { for ( j in (i+1):N ) { for ( p in 1:M ) { v_i[p] = alist[[p]][i,"v"] v_j[p] = alist[[p]][j,"v"] } rho_s = cor(v_i, v_j, method = "spearman") rho_p = cor(v_i, v_j, method = "pearson"
2002 Dec 26
0
(no subject)
The IP addresses are assigned via DHCP - a Linksys router. David David I. Sommers, Ph.D. Scientific Review Administrator Interventions Review Committee (ITV) National Institute of Mental Health 6001 Executive Boulevard Room 6144, MSC 9608 Bethesda, MD 20892 Rockville, MD 20852 (for express or courier service) 301-443-7861 - voice 301-443-4720 - fax dsommers@mail.nih.gov - email -----Original
2016 Apr 20
2
[PATCH 0/2] add min/max voltage to hwmon
The first patch is also part of my reclocking series Karol Herbst (2): volt: save the voltage range we are able to set hwmon: add in_min and in_max drm/nouveau/include/nvkm/subdev/volt.h | 3 +++ drm/nouveau/nouveau_hwmon.c | 36 ++++++++++++++++++++++++++++++++++ drm/nouveau/nvkm/subdev/volt/base.c | 14 ++++++++++++- 3 files changed, 52 insertions(+), 1 deletion(-) --
2015 Nov 23
2
[PATCH 0/2] Fix some voltage issues found on Kepler cards
With these both patches, most of the kepler cards should be able to reclock their core clock without issues. These patches should be tested carefully among nouveau devs, so that these don't break reclocking on other cards (especially Teslas). Particularly the second one might break reclocking here and there. Karol Herbst (2): bios/volt: handle voltage table version 0x50 with 0ed header
2015 Dec 02
11
[RFC PATCH v2 0/7] stabilize kepler reclocking
this series solves different issues we encounter on kepler cards while reclocking: 1. core clock doesn't change at all and produces a volting error (patch 1) this can happen when the voltage table has only 0ed values in the header so we have to parse the entries itself, which contain the right voltages 2. kepler won't clock to highest cstates (patch 2) this happens, because there are
2016 Feb 29
9
[PATCH 0/9] Groundwork for clocking fixes
This series contains a lot of groundwork to finally fix reclocking issues on Kepler+ gpus. There shouldn't be any functional changes with the first patch being the only exception (fixes some voltage table parsing issues with of few kepler gpus) The most interessting thing is the tool in the last patch, which can be ran alongside the nvidia driver to test nouveaus volting code and print the
2016 Apr 18
0
[PATCH v4 16/37] volt: don't require perfect fit
if we calculate the voltage in the table right, we get all kinds of values, which never fit the hardware steps, so we use the closest higher value the hardware can do. v3: simplify the implementation Signed-off-by: Karol Herbst <nouveau at karolherbst.de> --- drm/nouveau/nvkm/subdev/volt/base.c | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git
2001 Aug 28
3
df not showing ext3 partition
Is there an updated version of the fileutils df that will show mounted ext3 partitions? I'm using fileutils-4.1. -- Curtis Hogg [buckminst@inconnu.isu.edu] ---------------------------------------------- T-shirt Of The Day: I'm the person your mother warned you about. ---------------------------------------------- Email 1 - buckminst@inconnu.isu.edu Email 2 - buckminst@hotmail.com WWW -
2001 Aug 23
0
AD : Did you miss the footy on On Digital ???
All Channel Auto Update Cards ( No Inputting of monthly codes) £25 Modified Originl Cards (The Full Monty) £40 Both are ECM Proof :-) and Include the New ITV Sport Channels
2002 Dec 26
0
(no subject)
Yes you can name the linux boxes anything you want, no you don't need a domain... probably want to add the names and their respective IP addresses to your hosts files. > -----Original Message----- > From: Sommers, David (NIH/NIMH) [mailto:dsommers@mail.nih.gov] > Sent: Thursday, December 26, 2002 3:34 PM > To: 'samba@lists.samba.org' > Subject: [Samba] (no subject) >
2009 Aug 14
1
Number of Phone Numbers per Outgoing CALL File
Is it possible to place multiple phone numbers in a single outbound .call file? If I try doing this, only the last phone number in the file is called. However, if I use 1 file per phone number, then Asterisk attempts to process all generated CALL files at once, incrementing the retry count for each that cannot be called because the designated channel is busy. For example if I have a list of 10
2008 Dec 12
5
[PATCH 0/5] ia64/pv_ops, xen: binary patch optimization TAKE 2
This patch set is intended for the next merge window. They are just enhancements of the already merged patches or ia64 porting from x86 paravirt techniques and that their quality is enough for merge. This patch set is for binary patch optimization for paravirt_ops. The binary patch optimization is important on native case because the paravirt_ops overhead can be reduced by converting indirect