search for: filechang

Displaying 15 results from an estimated 15 matches for "filechang".

Did you mean: filechange
2010 Feb 04
1
Using the 'WatchSubDirectories' setting in a .NET FileSystemWatcher with a Samba Share
...ll, I've just managed to upgrade to Samba 3.3 and am pretty ecstatic about finding i can now use FileSystemWatcher to watch for file changes in a directory. On a Windows system however, when I say 'watch $dir' with watchsubdirectories == true and $dir/a/file.jpg is changed, I get a filechanged notification - on Samba 3.3 this doesn't happen - does anyone know if it's a bug that was fixed, or something that's not being approached? I do get notifications for files in $dir with the above example. Is there anyway I can watch for changes in $dir/a/ $dir/b/ etc with my .NET...
2005 Aug 11
4
smbldap-tools unresovled problem.
Hi All, I am current working on Samba + LDAP PDC in RHEL-4. I some problem when doing the smbldap-useradd -w command. When I have a WinXP box try to join the PDC, smbldap-useradd -w "%u" will add a workstation account to the LDAP tree with all POSIX attribute but without all the SambaSAMAccount attribute. So, the WinXP box can find it's workstation account and wouldn't
2001 Apr 05
1
[Fwd: smbmount problems]
BTW, I am using samba-client-2.0.7-4 and Redhat Linux 6.1 (linux 2.2.12-20). -Sudheer Sudheer Tumuluru wrote: > Hi, > I have an NT machine running an application which refreshes a > text file every minute or so with fresh data. The directory containing > this file is shared so that I can do an smbmount. I have a linux machine > which runs a program to interpret this file.
2015 Oct 28
4
RFC: Supporting macros in LLVM debug info
...ne 2. #undef 3. #include The idea is to make a use of "PPCallbacks" class, which allows preprocessor to notify the parser each time one of the above directives occurs. These are the callbacks that should be implemented: "MacroDefined", "MacroUndefined", "FileChanged", and "InclusionDirective". AST will be extended to support two new DECL types: "MacroDecl" and "FileIncludeDecl". Where "FileIncludeDecl" AST might contain other "FileIncludeDecl"/"MacroDecl" ASTs. These two new AST DECLs are not...
2010 Feb 15
5
Hardisk cloning for centos-5.3
Hi, I want to clone my hardisk containing the centos-5.3 OS and its swap region on to new raw hardisk via network either through ssh, tftp or ftp. How do i do that ? Is there any Tool for that or will DD command be sufficient.I know that dd command will have to be used on hardisk with already existing partitions and not on raw disk. Regards, Premraj M Disclaimer : This message is
2020 Feb 29
3
R 3.6.3 is released
The build system rolled up R-3.6.3.tar.gz (codename "Holding the Windsock") this morning. The list below details the changes in this release. You can get the source code from http://cran.r-project.org/src/base/R-3/R-3.6.3.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due course. For the R Core Team, Peter Dalgaard
2020 Feb 29
3
R 3.6.3 is released
The build system rolled up R-3.6.3.tar.gz (codename "Holding the Windsock") this morning. The list below details the changes in this release. You can get the source code from http://cran.r-project.org/src/base/R-3/R-3.6.3.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due course. For the R Core Team, Peter Dalgaard
2020 Feb 29
3
R 3.6.3 is released
The build system rolled up R-3.6.3.tar.gz (codename "Holding the Windsock") this morning. The list below details the changes in this release. You can get the source code from http://cran.r-project.org/src/base/R-3/R-3.6.3.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due course. For the R Core Team, Peter Dalgaard
2015 Nov 03
3
RFC: Supporting macros in LLVM debug info
...ne 2. #undef 3. #include The idea is to make a use of "PPCallbacks" class, which allows preprocessor to notify the parser each time one of the above directives occurs. These are the callbacks that should be implemented: "MacroDefined", "MacroUndefined", "FileChanged", and "InclusionDirective". AST will be extended to support two new DECL types: "MacroDecl" and "FileIncludeDecl". Do we really need to touch the AST? Or would it be reasonable to wire up the CGDebugInfo directly to the PPCallbacks, if it isn't already? (p...
2015 Nov 03
2
RFC: Supporting macros in LLVM debug info
...ne 2. #undef 3. #include The idea is to make a use of "PPCallbacks" class, which allows preprocessor to notify the parser each time one of the above directives occurs. These are the callbacks that should be implemented: "MacroDefined", "MacroUndefined", "FileChanged", and "InclusionDirective". AST will be extended to support two new DECL types: "MacroDecl" and "FileIncludeDecl". Do we really need to touch the AST? Or would it be reasonable to wire up the CGDebugInfo directly to the PPCallbacks, if it isn't already? (p...
2015 Nov 05
2
RFC: Supporting macros in LLVM debug info
...ne 2. #undef 3. #include The idea is to make a use of "PPCallbacks" class, which allows preprocessor to notify the parser each time one of the above directives occurs. These are the callbacks that should be implemented: "MacroDefined", "MacroUndefined", "FileChanged", and "InclusionDirective". AST will be extended to support two new DECL types: "MacroDecl" and "FileIncludeDecl". Do we really need to touch the AST? Or would it be reasonable to wire up the CGDebugInfo directly to the PPCallbacks, if it isn't already? (p...
2015 Nov 13
2
RFC: Supporting macros in LLVM debug info
...> The idea is to make a use of "PPCallbacks" class, which allows > preprocessor to notify the parser each time one of the above directives > occurs. > > These are the callbacks that should be implemented: > > "MacroDefined", "MacroUndefined", "FileChanged", and "InclusionDirective". > > > > AST will be extended to support two new DECL types: "MacroDecl" and > "FileIncludeDecl". > > > > Do we really need to touch the AST? Or would it be reasonable to wire up > the CGDebugInfo directly...
2015 Nov 04
2
RFC: Supporting macros in LLVM debug info
...a use of "PPCallbacks" class, which allows >> preprocessor to notify the parser each time one of the above directives >> occurs. >> >> These are the callbacks that should be implemented: >> >> "MacroDefined", "MacroUndefined", "FileChanged", and "InclusionDirective". >> >> >> >> AST will be extended to support two new DECL types: "MacroDecl" and >> "FileIncludeDecl". >> >> >> >> Do we really need to touch the AST? Or would it be reasonable to w...
2015 Nov 13
2
[cfe-dev] RFC: Supporting macros in LLVM debug info
...cks" class, which allows >>> preprocessor to notify the parser each time one of the above directives >>> occurs. >>> >>> These are the callbacks that should be implemented: >>> >>> "MacroDefined", "MacroUndefined", "FileChanged", and >>> "InclusionDirective". >>> >>> >>> >>> AST will be extended to support two new DECL types: "MacroDecl" and >>> "FileIncludeDecl". >>> >>> >>> >>> Do we really need...
2007 Jan 27
4
Xapian vs Lucene
Hello, It's probably quite troll-risky to put a title like this, but did anyone take the trouble to compare Lucene to Xapian and make a list of differences? As I told the list at the end of last year, I'm going to have to integrate an indexing/search engine in the coming weeks or months. It will be integrated to Dokeos, an open-source e-learning application in PHP, and at the moment we