Displaying 19 results from an estimated 19 matches for "inscrib".
Did you mean:
inscrit
2010 Jan 25
1
InScribe On Screen Keyboard
...ll not enter text into a field.
Do any of you think we could get it up and running? I no nothing about the inner workings of WINE so I don't know if this is a fairly simple matter of ticking a checkbox or a fundamental problem which is unsolvable.
I'm running ubuntu 9.10 with WINE 1.1.31. InScribe is free for personal use and the download I used is here: http://www.iliumsoft.com/site/fp/ins_dl.php
Output from running the program in terminal is:
Code:
michael at michael-desktop:~$ env WINEPREFIX="/home/michael/.wine" wine "C:\Program Files\Ilium Software\InScribe\InScribeTa...
2004 Nov 02
0
More AD integration questions
...23)
Failed to issue the StartTLS instruction: Decoding error
[2004/11/02 09:57:15, 1] lib/smbldap.c:another_ldap_try(936)
Connection to LDAP server failed for the 1 try!
[2004/11/02 09:57:16, 1] lib/smbldap.c:add_new_domain_info(1289)
failed to add domain dn= sambaDomainName=ATARASHII,DC=inscriber,DC=local with: No such attribute
00000057: LdapErr: DSID-0C09098B, comment: Error in attribute conversion operation, data 0, v893
[2004/11/02 09:57:16, 0] lib/smbldap.c:smbldap_search_domain_info(1338)
Adding domain info for ATARASHII failed with NT_STATUS_UNSUCCESSFUL
[2004/11/02 0...
2018 Feb 12
1
New mail notification
...ing new mail
notifications in my IMAP client. If I close the connection and restart the
new mail shows up as !seen but no amount of re-selecting the folder will
show the new mail while the connection is active. There is no untagged
responses about new mail while the client is IDLEing. The client is
InScribe (http://memecode.com/inscribe.php) but I doubt it's client
specific. Seems to be server related.
Now the python script in question just puts the .eml file in ~/Mail/tmp and
then renames it to the ~/Mail/new folder. Does it need to do something else
as well to make the notifications work?
The...
2004 Nov 08
0
3.0.7 server "NetBIOS over TCP disabled -- no workgroup available"
...ce (Samba File Server 3.0.7)
ADMIN$ IPC IPC Service (Samba File Server 3.0.7)
Error connecting to 10.0.0.27 (Invalid argument)
Connection to atarashii failed
NetBIOS over TCP disabled -- no workgroup available
smb.conf
# Global parameters
[global]
workgroup = DEV
realm = INSCRIBER.LOCAL
server string = Samba File Server %v
interfaces = fxp0
security = ADS
passdb backend = ldapsam:ldap://omega.inscriber.local
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_SNDBUF=8192 SO_RCVBUF=8192
wins server = 10.0.0.25
ldap admin dn = cn=Administrator,cn=users,DC=insc...
2010 Jan 21
2
about loops
Hello !
I have a quick question about loops.
For example, I have a 1 * 1 square and its inscribed circle tangent i, whose radius, of course, is also 1.
The loop here is as the following:
generate n points, say 5, in the square randomly repeatedly until we have five in total in the circle, then we stop, otherwise we continue.
I do not know how !
Help me Please ~
Thank you very much for...
2005 Apr 06
2
Precision
How precise is R numerically? For example I
wrote the following function for calculating
the volume of the ball inscribed in the
unit cube in m dimensions. In order to see what
happens in 40 dimensions, I created an output
of 24 digits. But how many are precise?
Thanks
Josef Eschgf?ller
Ferrara
---------------------------------------
Vol = function (m)
{if (m<=1) 1
else Vol(m-2)*pi/(m+m)}
for (m in 1:40)
{x=sp...
2018 Feb 07
0
New mail notification
...ing new mail
notifications in my IMAP client. If I close the connection and restart the
new mail shows up as !seen but no amount of re-selecting the folder will
show the new mail while the connection is active. There is no untagged
responses about new mail while the client is IDLEing. The client is
InScribe (http://memecode.com/inscribe.php) but I doubt it's client
specific. Seems to be server related.
Now the python script in question just puts the .eml file in ~/Mail/tmp and
then renames it to the ~/Mail/new folder. Does it need to do something else
as well to make the notifications work?
The...
2013 Sep 01
1
Blur and not readable text, using geom_text in ggplot
Dear R Users,
I am new to ggplot. I am using geom_text to inscribe values on my ggplot
but it is giving me values which are unreadable and blur.
Please let me know if there is any way out.
----------------- Code -----------------
*es <- es3 + geom_text(data=tmp.cor, aes(x=2, y=min(infer.df$value),*
* label=text.bottom), colour="...
2006 Jun 22
1
Share is read-only despite read only = no
...-900000
idmap uid = 10000-900000
idmap gid = 10000-900000
template shell = /bin/csh
winbind use default domain = yes
winbind enum users = No
winbind enum groups = No
[data]
comment = 210GB RAID5
path = /mnt/data
read only = No
ma21cab5# smbd -V
Version 3.0.22
ma21cab5# uname -a
FreeBSD ma21cab5.inscriber.local 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5
#0: Mon Mar 28 19:24:46 EST 2005
root@ma21cab5.inscriber.local:/usr/obj/usr/src/sys/GENERIC i386
2007 Mar 28
1
How to place a call to a Google Talk user?
I am trying to "dial" a GTalk, ie @gmail.com, address. I inscribed this address in jabber.conf on the buddy= line. Upon executing the Dial application, I hear only a brief brief ring, then nothing. What might be the trouble?
As the Dial application starts trying, the JABBER chatter on the console includes some "INCOMING" entries that name IP addre...
2007 Jul 24
1
crimtab related question
Dear all,
the dataset documented under ?crimtab was also used in:
@article{TreloarAE1934,
title = {The adequacy of "{S}tudent's" criterion of
deviations in small sample means},
author = {Treloar, A.E. and Wilder, M.A.},
journal = {The Annals of Mathematical Statistics},
volume = {5},
pages = {324-341},
year = {1934}
}
The following is
2004 Jun 08
5
fast mkChar
Hi,
To speed up reading of large (few million lines) CSV files I am writing
custom read functions (in C). By timing various approaches I figured out
that one of the bottlenecks in reading character fields is the mkChar()
function which on each call incurs a lot of garbage-collection-related
overhead.
I wonder if there is a "vectorized" version of mkChar, say mkChar2(char
**, int
2017 Jun 13
1
Minor patches for builds against ancient platforms
On 12 Jun 2017, at 2.09, M. Balridge <dovecot at r.paypc.com> wrote:
>
>> I think it's just doing a lot of work on the mbox file itself
>> (reading/writing/rewriting). Would be nice of course if it logged
>> more information, but mbox format is a bit too legacy to spend
>> much time on improving.
>
> I suspect the (heavy) use of procmail on Herr
2006 Mar 25
1
[Fwd: st|r|eams from latinamerica sat25]
...Instalacion de Software Libre
in Latin America) a one day long installfest (/gratis installation of
free open source software/) that will blowup (MS windows rm) bits and
traces from the hard drives of a long list of people ready to get rid of
the corporative malware. Surely more than 2k are already inscribed to
give the chance to a free/libre operative system...it will certainly be
more than 2000 installs in just a day...
>100 cities >10 countries:
http://www.installfest.info/Paises
so, on saturday/25/06, all day long and in collaboration with the
*G.I.S.S* network /(Global Independent Stream...
2007 Dec 05
2
print server and logs
...ubuntu gutsy using samba and cups.
all users are able to print from the server and their name appear into
the logs (i am using phpprintanalyzer)
if I try to print from another pc, it prints fine but then the name of
the user is nobody instead
how to make sure that the name of the user will be inscribed into the
log when the user is on a remote machine.
thanks in advance
Philippe
smb.conf :
[global]
workgroup = ATC
netbios name = SERVATC
passwd chat = *New*Password* %n\n*Re-enter*new*password* %n\n
*Password*changed*
username map = /etc/samba/smbusers
syslog...
2009 Dec 04
1
multidimensional point.in.polygon??
Hi,
I seek to identify those points in/outside a multidimensional convex hull
(geometry::convhulln). Any suggestions?
Background just in case I'm going down a really wrong road:
Given an observed data set with one dependent/observed variable (Y) and
multiple (3 to 10) independent/design variables (X1, X2, ...) I want to
increase the number of points by interpolating. I'm using
2013 Apr 19
1
How to select the scale parameter for Gabor transform (Rwave)?
Dear list,
I am trying to choose the scale parameter for the cgt transform but I don't
know how to do it. In time I would like to be able to separate points 30
samples apart, and in frequency I would like to separate bands 0.04 Hz
apart. I tried the two approaches described below and they gave me
different results. I would appreciate advise on how to do this.
The Rwave Gabor transform uses
2004 Oct 28
1
Possible to map root to group via winbind?
samba 3.0.7, freebsd 5.2.1
My /usr/local/etc/samba-user.map looks like
root = DEV.grahamd
I would like to modify the ACLs on a directory that look like so:
drwxrwx--- 2 root Domain Admins 512 Oct 28 16:41 test2/
(if I chown the directory to my DEV.grahamd account, I can change ACLs
to my heart's content)
I'm operating under the assumption that only root, or the owner of a
file
2004 Nov 01
4
FreeBSD kerberos for AD integration: MIT or Heimdal?
I have previously gotten samba 3.0.4 to work with the MIT
implementation, now with 3.0.7, the configure is looking for -lgssapi
and not finding it.
I can get the AD to issue me a kerberos ticket, samba is just
complaining about not geing able to find the gssapi library.
Does anyone have a tried-and-true approach using the ports system?
Thanks,
Graham