Displaying 20 results from an estimated 900 matches similar to: "uniform type indicator"
2007 Feb 21
2
OS X UTI for FLAC files
I think it would be beneficial to designate an official UTI (see
http://developer.apple.com/macosx/uniformtypeidentifiers.html) to be
used on OS X for FLAC files. I have written a FLAC metadata importer
(http://sbooth.org/importers/) for which I chose the UTI
'net.sourceforge.flac'. A standard UTI for application developers to
use would help alleviate any confusion and could
2006 Dec 09
2
Filtering a data frame by regular expression
Hello,
I am having difficulty filtering a data frame.
I would like to take all the rows of a data frame where column A contains
the regular expression "UTI" (or some other regex). Here's what I've got:
utiRE <- function (avector) {
occurs <- c()
r1 <- "UTI"
for (x in avector) {
if (!is.na(grep(r1,x,perl=TRUE))) {
occurs <- c(occurs, TRUE)
} else {
occurs
2004 Nov 09
1
3.0.8 and looong logout time
I've got two WinXP SP2 users. Roaming profiles. One of them takes about 25
seconds to log out unless she has made pretty drastic changes to her profile
(My Documents, etc). My second user takes upwards of 3 minutes to log out,
even if he has just logged in, not opened a thing or made changes, and then
logged back out. Below is part of a strace as I don't know what I'm looking
2012 Jun 16
2
A better guide to Markdown
Hello!
Is there a simpler, better designed guide to Markdown than
http://daringfireball.net/projects/markdown/ that I can refer my
forum users to? Something Googleish-looking. Or do forum owners usually end
up having to write their own guides?
Thank you!
Mikkel
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2023 Apr 07
1
Does anybody know about a windows clipboard flavour name for FLAC in use?
Hi all,
As some of you might know, the FLAC format is being processed by an
IETF working group to become an internationally recognized standard.
Part of this process is FLAC being assigned a media type (also known
as MIME-type by many): audio/flac. However, during review of the
application, it was requested to include a UTI and a Windows Clipboard
Flavour Name.
Now, apparently the latest macOS
2015 Oct 09
2
Make a share owned by a service account available to members of an AD group
No joy. I added winbind to the passwd, shadow, and group lines and it is still not working. I also switched back to ad instead of rid (I deleted the Samba database files in /var/lib/samba and rejoined the domain when I switched), and still the same. If the account exists locally I can authenticate against AD and map the share. No local account and it fails.
-Mark
2015 Oct 09
4
Make a share owned by a service account available to members of an AD group
The only way it seems to work is if I do have both the local and AD user with the same name. But my goal here is to not require that, to have the AD account only.
I have applied Unix attributes to the users. testuser uidNumber = 30089 and gidNumber = 100. However, when I try to query with wbinfo, I was unable to look that up:
wbinfo -i "DEVELOPMENT\testuser"
failed to call
2015 Oct 09
2
Make a share owned by a service account available to members of an AD group
Got it. I changed that section as follows:
idmap config *:backend = tdb
idmap config *:range = 5000-29999
idmap config DEVELOPMENT:backend = ad
idmap config DEVELOPMENT:schema_mode = rfc2307
idmap config DEVELOPMENT:range = 30000-99999
It did not change the “map to guest = Bad Uid” issue, however. The error I see in the log file is
2009 Aug 28
1
names<- in data.frame (PR#13916)
Full_Name: Spinu Vitalie
Version: 2.9.0
OS: Windows
Submission from: (NULL) (130.115.113.15)
In assignment of "zero length" names to data.frame:
> tdf <- data.frame(rbind(c(1, 2), c(1, 2)))
> names(tdf) <- c("", "")
> tdf
structure(c("1", "1"), class = "AsIs") structure(c("2", "2"), class =
2004 Apr 15
2
t1 won't dial outbound
I've posted this problem a couple of times before with little or no
response. Basically I have a T100P in my * box. Incoming calls are
working great. However outgoing calls are not working at all. I've
copied a previous post into this message which should have all the
necessary info. Any ideas or suggestions would be greatly appreciated.
Thanks.
Mark
2015 Oct 08
4
Make a share owned by a service account available to members of an AD group
I have a requirement where I need to make a directory tree on a Linux system available to a group of users that authenticate against an AD system. I have successfully joined my system to our AD domain and I am able to manage access to a share with a security group in AD, so long as the group members also have accounts on the Linux system. I need to be able to set it up so that the user accounts
2009 Jul 20
2
Samba is deleting samba-passwords out of ldap-tree
Hello,
I try to install a PDC with Samba 3.0.23 and openldap 2.3.27.
I can join the domain with a win-xp-Machine, the User-Accounts are in
ldap and looks like the following:
dn: uid=ds,ou=people,dc=marco,dc=de
userPassword: {crypt}RVp32Kd9mkUek
sambaLogonTime: 0
sambaLogoffTime: 0
sambaPwdLastSet: 0
sambaProfilePath: \\homedirs\ds\.ntprofile
sambaPwdCanChange: 0
sambaSID:
2012 Apr 10
2
where are the worthwhile markdown dingi?
where are the worthwhile markdown dingi? (dinguses?)
i'm interested in any dingus that can take a "reasonable"
amount of text -- let's say anything up to a megabyte --
and return the results in real-time, without a long wait...
ideally it'd handle something more than gruber-minimum,
and an a.p.i. (that'd take a u.r.i. as input) would be dandy...
bonus points for
2011 Oct 06
5
godspeed, steve
godspeed, steve. thanks for giving us the tools to catch fish.
-bowerbird
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20111006/3e1c11bd/attachment.htm>
2009 Feb 26
3
elastic tabstops, proportional fonts, and more
nick said:
> http://nickgravgaard.com/elastictabstops/
exactly. thanks for writing it up, nick.
the only thing i'd add is the notion that
tables should be copyfit to the viewport.
if the viewport gives you plenty of room,
give the columns some breathing space.
if not, tighten them as much as needed.
***
> http://readown.googlecode.com/
cool. now how about an
2015 Oct 11
2
Make a share owned by a service account available to members of an AD group
I made my configuration look identical to what is in the Samba Wiki, and still the same results: everything works perfectly as long as the user account is in both AD and the local passwd file. If I remove the account from the local passwd file, I cannot map the share.
While looking around, I encountered this: https://bugzilla.samba.org/show_bug.cgi?id=9862. This bug refers to Samba 4.1 and
2011 Jun 06
9
fried fish, available, for free
i've released the first beta of my e-book converter-tool.
you are invited to throw stones at it (and at me) if you like:
> http://jaguarps.com
"beta" is a compromise. i developed it on a mac, so that
particular version is solid. but "alpha" would be a better
label for the status of the windows and linux versions, so
if you have one of _those_ machines, and you
2011 May 10
13
Proposed table specification (long!)
Gentlefolk,
I have been thinking on Markdown's lack of "proper" table support for a long
while now. Here's where I have arrived...
## I Don't Like HTML Tables
It is often argued that embedded HTML is the way to markdown rich tables.
Unfortunately, this contradicts the higher markdown ideal that a raw
markdown document (including tables!) should be good
1. Firstly for
2011 Oct 15
5
fuck yeah markdown
brett terpstra continues his obsession with markdown...
> http://fuckyeahmarkdown.com/
there's also a g-rated version:
> http://heckyesmarkdown.com/
brett has accomplished more in the last three months
than this listserve accomplished in the last three years.
and it looks like he's only just getting started...
meanwhile, fletcher is about to send off his rocket,
which
2012 Apr 20
2
a blade of grass cracks the sidewalk
spring has sprung, so on this day of grass,
i guess i just can't hold this back any more.
> http://zenmagiclove.com/aarp2.py
voila. a dingus for zen markup language.
lighter than markdown.
_and_ more powerful...
i know. wha? go figure.
not that it's a competition.
supporters will love finally seeing a look.
detractors will love the bugs i left in there,
just for them, as