search for: modfi

Displaying 18 results from an estimated 18 matches for "modfi".

Did you mean: modi
2011 Sep 28
1
[LLVMdev] Now my own modfied hgsubversion is stable enough, I want to create an LLVM mirror
The problem is, I need the author map, how to get that? -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110928/34baec6e/attachment.html>
2005 Sep 21
2
locking.tdb: expand_file ftruncate to 8192 failed (Permission denied)
Hi, I'm hunting a bug in 3.0.x (tested on 3.0.10 and 3.0.20). Users can create and modfy files, but cannot delete them. The logs show [2005/09/21 20:48:14, 0, pid=18388, effective(4019, 412), real(4019, 0)] tdb/tdbutil.c:tdb_log(767) tdb(/srv/physik.fu-berlin.de/data/.samba/cluster1-test/cache/locking.tdb): expand_file ftruncate to 8192 failed (Permission denied) [2005/09/21 20:48:15, 0,
2018 Aug 31
2
Extending StoreInst/LoadInst
...LoadInst (without changing the operands and the OperandTraits) 3) treat the side channel as (optional) operand 1 for load, and (optional) operand 2 for store. This involves changing the 'operator new' to always allocate for 2(load)/3(store) operands. Also OperandTraits of StoreInst must be modfied as we now have an optional operand. For the LoadInst, we also need to introduce an OperandTraits, to overrule the 'UnaryInstruction' one. 4) Introduce a StoreWithSideChannelInst/LoadWithSideChannelInst that inherits from StoreInst/LoadInst, together with its appropriate OperandTraits. T...
2004 Jul 28
1
read.table() and NULL for colClasses
...i, is there are reason for not supporting NULL or "NULL" values for argument colClasses in read.table(), much like you can use NULL values for argument 'what' in scan()? This would help quite a bit when reading large data files where only a few columns are of interest. I've modfied read.table() to so it calls scan(what=...) also with NULLs for the fields to be skipped. Here's the diff of readtable.R (from the R-1.9.1.tgz; 9,591,217 bytes): diff readtable.new.R readtable.R 117,123d116 < # Skip NULL columns in scan() < void <- sapply(colClasses, FUN=iden...
2007 Aug 24
3
subdivide 64 kbit bandwidth 32kbit for WWW and 32 Kbit for mail
...24. (DMZ ZONE) Rememmber, this is a SNATed firewall. Now, What I nedd is to subdivide this 64 kbit bandwidth *32kbit for WWW and 32 Kbit for mail**. Can I subdivide in that way ? If divided , What will happen to other services such as ICMP, SSH, ACK etc ? *Then, How can I achieve this task? * I modfied the the above script . This is what it looks like after editing. *#traffic shaping on eth1 (Downloading) INTERFAZ_DMZ=eth1 FULLBANDWIDTH=256 BANDWIDTH4DMZ=64 tc qdisc del root dev $INTERFAZ_DMZ tc qdisc add dev $INTERFAZ_DMZ root handle 1: htb r2q 4 tc class add dev $INTERFAZ_DMZ parent 1:...
2007 Aug 21
1
Domain Setup
Hello First time setup for a Linux PDC. Have done several Micro$ Keep getting these errors smb conf in body. I did the group add scrpt Not modfy as all the googiling I have found suggest. Can anyone Help Please. Thanks Mike Aug 21 21:24:37 ns2 smbd[14249]: create_builtin_users: Failed to create Users Aug 21 21:24:37 ns2 smbd[14248]: [2007/08/21 21:24:37, 0]
2008 Jan 08
0
Support user certificate through PAM
Hi We use pam to authenticate users password using RADIUS. There is now a requirement to support these RADIUS users through certificate based authentication instead of password. I was thinking whether the current X.509 patch supporting certificate can be modfied to use PAM ?. Or else, Since keyboard interactive uses PAM anyway, Is there any easy way to pass user certificate to pam which can in turn use it to do authentication ? Or is there any modifications I can do to the code to support either of the above. Any clarifications regarding these is real...
2002 Apr 24
0
DirectShow filters ?
...otice that it moved to http://sf.net/projects/mediaxw I sent this note to feedback@vorbis.com. Second, that project is suspended. But there is another one at http://tobias.everwicked.com/oggds.htm, ( also see http://tobias.everwicked.com/ ) a quote from the site : Current version 0.9.9.1 (last modfied 22.04.2002) The ogg vorbis package consist of four filters - Ogg Splitter (splits Ogg files into the different Ogg streams) - Ogg Multiplexer (does the mupltiplexing of several Ogg streams into a file) - Vorbis Encoder (encodes PCM audio to vorbis. CBR and VBR modes) - Vorbis Decoder (de...
2001 Aug 08
0
Re: patches for oggdrop
...t;amount of refactoring done. (such as maybe creating a "common" directory, >unifying structure names, etc.) > >I hesitate to do this, especially if the work is not accepted. So for >now, I just >modified "win32-tools/oggdrop/audio.c". The patches and the whole modfied >files >are attached. The change permits 18 byte format chunks. > >The change to the project file (oggdrop.dsp) is that in the preprocessor >and linker >settings, I changed the directory settings from absolute path names to >relative >path names, so that the module is n...
2007 Aug 14
2
Using sunflowerplot to add points in a xyplot panel
Hi, I use panel.points to add points to a xyplot graphic. But I like to use the sunflowerplot to plot my points because this is very superimposed. It is possible to use this? I try but it dont work directly. It may be need to put this function inside a panel.??? Thanks Ronaldo -- Where there's a will, there's a relative. -- > Prof. Ronaldo Reis J?nior | .''`.
2004 Oct 05
0
new option implemented: --delete-mdays
...ot;--delete" so that files not present on the sender are only deleted on the receiver if they are at least "DAYS" days old (modification time). This is useful e.g. when mails are being backed up, where a fall-back copy of the message should be available for "DAYS" days. We modfied "options.c" and "receiver.c" from version 2.6.3. Best regards, Marko Riedel *** options.c Tue Oct 5 15:46:00 2004 --- /tmp/rsync-2.6.3/options.c Thu Sep 23 19:39:05 2004 *************** *** 52,62 **** int cvs_exclude = 0; int dry_run = 0; int local_server = 0; int...
2010 Jan 20
2
Question about many-to-one merge
I have spent a whole afternoon searching for the solution, but got nothing so far. It should be a simple problem. I have two datasets to merge. The first one just contains two ID columns and it looks like: FromID ToID 1 2 1 3 2 1 2 3 3 1 3 2 The second one contains a ID column and a variable: ID X 1 100 2 150 3
1999 Dec 04
7
Samba newbie question
I am a newbie to Samba and have read the HOWTO-SMB and README files. Before you say RTFM, I have some very basic questions. The goal for me is to use the NT systems local printer, CD-R and scanner devices. The SMB documents talk a lot about the Client and Server. The source I have downloaded will create a smbd and nmbd. 1. Do I need anything running on the NT? 2. Do I need any special options
2008 Jun 03
2
unsafe_string_function_usage_here when linking smbd
I'm trying to build 3.0.30 on Alpha/Tru64-4.0G. The configure step works, but make fails when it tries to link smbd: Compiling popt/popt.c Compiling popt/poptconfig.c Compiling popt/popthelp.c Compiling popt/poptparse.c Linking bin/smbd ld: Unresolved: __unsafe_string_function_usage_here_size_t__ gmake: *** [bin/smbd] Error 1 This Should Never Happen :) -- that looks like a message for the
2007 Apr 19
2
setClass inside a function
Hello, I would like to create a function that gets passed a class name and then calls setClass, and a few other functions, inside. I have done this in the past with setmethod, creating accessors for all slots in a set of S4 classes. But setClass is choking when my function is called isnide a package, telling about an error in exists(cname, where). I assume this to be a problem with the
2006 Jun 20
4
Prototype Array bug??
function CreateTOC(){ var $aTOC = document.getElementsByClassName(''tocitem''); var $temp = ''''; if(isArray($aTOC)){ for($t in $aTOC){ $temp += ''t='' + $t + '', '' + $aTOC[$t].name + ''<BR>''; } $(''test1'').innerHTML = $temp; } } When I run this code
2006 Oct 30
4
read.fwf and header
Hi! I have data (also in attached file) in the following form: num1 num2 num3 int1 fac1 fac2 cha1 cha2 Date POSIXt 1 1 f q 1900-01-01 1900-01-01 01:01:01 2 1.0 1316666.5 2 a g r z 1900-01-01 01:01:01 3 1.5 1188830.5 3 b h s y 1900-01-01 1900-01-01 01:01:01 4 2.0 1271846.3 4 c i t x 1900-01-01 1900-01-01 01:01:01 5 2.5 829737.4 d j u w 1900-01-01 6 3.0
2006 Oct 30
4
read.fwf and header
Hi! I have data (also in attached file) in the following form: num1 num2 num3 int1 fac1 fac2 cha1 cha2 Date POSIXt 1 1 f q 1900-01-01 1900-01-01 01:01:01 2 1.0 1316666.5 2 a g r z 1900-01-01 01:01:01 3 1.5 1188830.5 3 b h s y 1900-01-01 1900-01-01 01:01:01 4 2.0 1271846.3 4 c i t x 1900-01-01 1900-01-01 01:01:01 5 2.5 829737.4 d j u w 1900-01-01 6 3.0