search for: nstrings

Displaying 13 results from an estimated 13 matches for "nstrings".

Did you mean: strings
2009 Sep 04
0
passing character vectors to FORTRAN
...would like to hear your thoughts about it. The basic idea is to convert the strings to integers, transfer the resulting integer vector to FORTRAN, and then convert back to characters. Here's an example: ####### start of fortran code subroutine readchar(intstring,stringlengths,totalnchar,nstrings) implicit none C global variables integer totalnchar,nstrings integer intstring(totalnchar),stringlengths(nstrings) C local variables integer j,count, stringLength, i1, i2 parameter(stringLength = 1000) character c*(stringLength) C functions, et...
2007 May 19
2
Crash in blur.c (SIGSEGV)
Hello. System info: OS: FC6 x86_64 video: Nvidia GF 7900 GT, driver version 97.55 compiz version: git config backend used: ccp I can reproduce this crash every time on my system. When blur plugin is active and I try to access any right-click menu, regular application menu or drop-down list, compiz crashes. Backtrace produced by crashhandler plugin shows crash in blur.c in function
1998 Apr 06
2
problems with chron library
I have installed the chron library, but it does not seem to work: > chron("04/06/98") Error in .C(NAME = "to_lower", strings = as.character(str), nstrings = as.integer(n)) : C/Fortran function not in load table > chron(17894) Error in .C(NAME = "to_lower", strings = as.character(str), nstrings = as.integer(n)) : C/Fortran function not in load table > I am using R Version 0.61.0 Alpha (December 21, 1997) with chron_2.1-2.tar.gz Best...
2007 Feb 16
13
negate the regexp in validates_format_of
Railsters: ActiveRecord''s validation system puts other database systems to shame. However, the newbies might not know how to write a regexp that excludes a match, instead of tests for it. Understand - I''m just asking this question to help them. I have been using Regexps since ''grep'' on Xenix! But the newbies here might not know how to do this:
2004 May 26
2
duplicate domains in browse list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, i recently upgraded some of my servers from 3.0.2a to 3.0.4 after the upgrade my browselist shows duplicate entries for the domains. one domains is managed by a samba PDC(providing WINS too) and two samba BDC's. the other domains are managed by one samba PDC. 'smbclient -N -L <WINS_SERVER>' shows: - --- Workgroup
2006 Nov 12
4
Include option type in gconf schema
I am writing a configuration front end for the compiz gconf plugin at the moment, but it's proving harder than it should be because gconf does not record what type of compiz option the key is. For example, say i want a color picker for each color option the only way I can tell with gconf if it is color is if it has a # at the beginning, but there could be string option which also have a # at
2021 Mar 04
2
Dovecot v2.3.14 released
Hi! We are pleased to release v2.3.14 of Dovecot. IMPORTANT NOTE: We have removed some components from the software, please review changelogs carefully prior upgrading. Please find source tarballs at https://dovecot.org/releases/2.3/dovecot-2.3.14.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.14.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images in
2021 Mar 04
2
Dovecot v2.3.14 released
Hi! We are pleased to release v2.3.14 of Dovecot. IMPORTANT NOTE: We have removed some components from the software, please review changelogs carefully prior upgrading. Please find source tarballs at https://dovecot.org/releases/2.3/dovecot-2.3.14.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.14.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images in
2001 Nov 19
1
Crash when pressing OK/Cancel in User Preferences - Lotus Notes RNext
...0000) No debug information in 32bit DLL 'D:\LOTUS\NOTES\NPLUGINS.DLL' (0x10269000) No debug information in 32bit DLL 'D:\LOTUS\NOTES\NNOTESWS.DLL' (0x00500000) No debug information in 32bit DLL 'X11DRV.DLL' (0x40cf2000) No debug information in 32bit DLL 'D:\LOTUS\NOTES\NSTRINGS.DLL' (0x10320000) No debug information in 32bit DLL 'MSIMG32.DLL' (0x40631000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSIMG32.DLL' (0x403f74e4) No debug information in 32bit DLL 'D:\LOTUS\NOTES\NAMHOOK.DLL' (0x103cd000) No debug information in 32bit DLL...
2021 Feb 17
1
Dovecot v2.3.14.rc1 released
We are pleased to release first release candidate for v2.3.14. We have done changes to packaging so please give us any feedback on how it works. https://dovecot.org/releases/2.3/rc/dovecot-2.3.14.rc1.tar.gz https://dovecot.org/releases/2.3/rc/dovecot-2.3.14.rc1.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images are not available for this release candidate. Kind regards, Aki
2021 Feb 17
1
Dovecot v2.3.14.rc1 released
We are pleased to release first release candidate for v2.3.14. We have done changes to packaging so please give us any feedback on how it works. https://dovecot.org/releases/2.3/rc/dovecot-2.3.14.rc1.tar.gz https://dovecot.org/releases/2.3/rc/dovecot-2.3.14.rc1.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images are not available for this release candidate. Kind regards, Aki
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
Here are my patches to add extra shapes to the annotate plugin. I have also added dbus support and made a few things configurable. The new tools available are Line, Rectangle and Circle, the original is called Brush. There is no selection line at the moment because I do not understand OpenGL yet. Hopefully these patches can be added and something added later. There is an extra action called
2019 Oct 15
4
Splitting the large libguestfs repo
I got a little way into this. The two attached patches are preliminary work. My proposed split is: libguestfs.git common -> git submodule libguestfs-common.git generator/ lib/ all language bindings C based tools (eg. virt-df, virt-edit, guestfish) guestfs-tools.git common -> git submodule libguestfs-common.git