search for: modifif

Displaying 4 results from an estimated 4 matches for "modifif".

Did you mean: modifiy
2004 Nov 08
7
[Fwd: Weft - a free open-source QDA tool]
...tool was originally written for use in my MSc research project on credit unions in South London, submitted to the University of Surrey this summer. The intention was to create a simple interface for the generic "code-and-retrieve" activity in qualitative data analysis. It''s been modififed to make it easier to install and use elsewhere, and I hope it might now be of use to others. I would very much welcome comments and suggestions for new features. Working full-time now, my time for developing the software is somewhat limited at present. However, I''m committed to fixing a...
2011 Jul 06
2
[LLVMdev] First steps with LLVM and partial evaluation
...imization pass following the instructions in http://llvm.org/docs/WritingAnLLVMPass.html. I am using LLVM 2.9 on Linux. It seems that opt runs a verification step after each pass, which rejected the modifications my pass made. So here's the code (more or less the original code with only slight modififications to get things to compile with LLVM 2.9): #include "specializeFunc.h" #include "llvm/Function.h" #include "llvm/Module.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" #include "llvm/LLVMContext.h" #include &quot...
2006 Aug 19
9
web based mail packages for CentOS
Hello Everyone, I was using OpenGroupware but just hosed my system. Since I'm starting from scratch I would like to know what everyone's using for web based mail. I currently implemented cyrus-imapd and postfix which I used before. I was going to give dovecot a try but it wouldn't start even though it was supposed to be easier. I would like to move my postfix to a chroot but have
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
...dinput dxguid DELAYIMPORTS = imm32 C_SRCS = \ diff --git a/dlls/user32/input.c b/dlls/user32/input.c index 6e1e459..c0a3b42 100644 --- a/dlls/user32/input.c +++ b/dlls/user32/input.c @@ -22,6 +22,14 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +/* + * Modififed by Reco 2009 + * patch is based on + * http://win2kgaming.site90.com/phpBB2/viewtopic.php?f=6&t=7 + * OldCigarettes Windows 2000 XP API Wrapper Pack + * Released under LGPL + */ + #include "config.h" #include "wine/port.h" @@ -48,12 +56,46 @@ #include "wine/serve...