Displaying 20 results from an estimated 115 matches for "quickie".
2004 Feb 17
2
ldap, quickie...
Hi,
I'm a bit confused over the whole "dn" concept .... various
documentation states that I should create new samba-entries with
dn: uid=user,ou=<user-org>,dc=<domain>
and other states that i should do it with
dn: cn=user,ou=<user-org>,dc=<domain>
Right now i have a few entries, created both ways... and since i'm not
quite home in ldap, I haven't
2007 Jun 13
2
Formatted Data File Question for Clustering -Quickie Project
I am trying to learn how to format Ascii data files for scan or read
into R.
Precisely for a quickie project, I found some code (at end of this
email) to do exactly what I need:
To cluster and graph a dendrogram from package (stats).
I am stuck on how to format a text file to run the script.
I looked at the dataset USArrests (which would be replaced by my data
and labels) using UltraEdit. That da...
2008 Jun 06
0
Quickie: URL Shortener''s, some code.
The wiki won''t let me make new pages anymore, so I put it on my own
site.
http://creativepony.com/journal/scripts/url-shorteners/
I hope it helps someone!
?
Jenna
2005 Nov 09
2
Quickie: Bitpacker endianness / OggPCM
From googling around, it seems that the ogg bitpacker has defined
endianness, but I can't find anywhere that says which order it's in. Any
help?
The endianness of the 24 bit field in the OggPCM header should be
specified. I was going to edit the wiki to specify it as network byte
order, then realized that you may have standardized on something else in
theora/vorbis already.
2005 Nov 09
2
Quickie: Bitpacker endianness / OggPCM
Michael Smith wrote:
> libogg has two bitpackers; a little endian one and a bigendian one.
ok, I didn't see it in the docs at
http://www.xiph.org/ogg/doc/libogg/reference.html and didn't look in the
header file first. My bad.
Is it correct to state that the oggpack_* functions use little endian
order, and the oggpackB_* functions use big endian order? Is it safe to
mix calls to
2001 Jun 09
0
quicky about return code of scp?
A quick grovel through scp.c shows me that main() ends with this :
}
exit(errs != 0);
}
Am I correct in assuming that this means that if there's no problems (ie: the
scp executes completely, with no errors) that scp's return code is 0?
I need to know if a copy has been successful in a perl script, and the
easiest way to check is to look at the code.
The return code
2006 Mar 10
8
multiple sub categories (parent-child)
hi.
base from the cookbook example, where each categories can have many
recipes,
id like the categories to have multiple sub categories, unlimited
levels.
please show some code, as i am new to Ruby and Ruby On Rails.
thanks
--
Posted via http://www.ruby-forum.com/.
2006 Mar 15
2
Capistrano/Switchtower screencast
Just a quickie,
Hope I''m not going crazy here but I''m sure I''ve seen a screencast for
capistrano recently... maybe posted on a blog somewhere.
Can anyone remember where it is?
Thanks
-henry
2003 Oct 27
2
SSL Certificate Chains?
Hi,
Just a quicky, I can't see anything about how Dovecot handles
certificate chains.
1, Does it handle them?
2, How, if if does?
(Just got a cert from www.instantssl.com and I need there intermediate
cert do validate it.., Works fine with Apache and Exim )
Cheers,
Steve Gare
- Xantara.Net
-- 0845 123 5707
2004 Apr 20
2
ANI II/Payphone indication
Quickie: Does anyone out there have experience with PRI delivery of ANI II
information?
Specifically, I want to know if it's possible from within Asterisk to know
if the inbound call (which may or may not be to an 800 number) came from a
payphone or not. I know with some 800 providers it's possibl...
2014 Oct 31
2
[LLVMdev] TSFlags in AsmBackend
Hello LLVM,
I'd like to check TSFlags in my AsmBackend code. However AsmBackend
objects don't have a reference to MCInstrInfo, which is the only way
I've seen to reach TSFlags. A quickie grep shows that none of the
existing targets check TSFlags in their AsmBackends. Is there any
reason I shouldn't check TSFlags in AsmBackend? If not, what's the
best way to go about it?
Thanks,
-steve
2006 Aug 25
5
Quickie : unload library
Dear list,
I know it must be obvious and I did my homework. (In fact I've
RSiteSearched with keyword "remove AND library" but got timed
out.(why?)....)
How do I unload a library? I don't mean getting ride of it permanently
but just to unload it for the time being.
A related problem : I have some libraries loaded at startup in .First()
which I have in .Rprofile. Now, I exited R
2017 Jul 07
4
Extreme frustration with GIMP
I am not a graphics person. Also can't afford to hire one.
Trying to follow instructions at
https://docs.gimp.org/en/gimp-tutorial-quickie-separate.html
I use the "intelligent scissors" just like they say, spend quite a bit
of effort doing so.
Then click the foreground select tool - just like they say - and
suddenly everything I did with the intelligent tool is undone.
WTF?
Does anyone know of an actual GIMP tutorial f...
2008 Nov 04
3
Nester Resources, Routes and Class Inheritance
Ok here''s a quicky... but a goody :)
We have models Company, Reference and Applicant... and References and
Applicants just inherit from Company, and are basically companies with
the type field set to reference...
All companies can have a phone number associated with them, and phone
number is a different model...
I''m having trouble using the form_for method with a company that
2006 Feb 10
7
convert rails object to javascript variables
Am i a total idiot to try and parse out a rails object for javascript
in this way?
<%
for i in interface_items[0].attributes
%>
var <%= i[0] %> = "<%=h( i[1] )%>"
<%
end
%>
Am I missing something really obvious?
Thanks,
Mark
--
--------------------------------------------------------------------
I am Mark Daggett and I approve this message.
2017 Mar 22
2
CDR reporting solution
Hello, I am looking for CDR reporting solution? Any suggestions? I am using
Asterisk 13.13.1
I would like a report on number of calls per extension.
Thanks,
Motty
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170322/cb7cd66f/attachment.html>
2004 Sep 12
1
output format when decoding multiple files
here's a quickie -
if I do
flac -d -c 1.flac 2.flac 3.flac > foo.wav
does this work? or are there multiple wav headers in foo.wav.
Can flac turn multiple flac files into 1 big wav, or should I decode
individually and use another tool to splice them back together?
Thanks,
-Eric
2004 Aug 06
2
mp3 streaming with Icecast2 on win32
Hi
Just a quickie -
Is it currently possible to stream both ogg and mp3 from (different
mountpoints on) the same icecast2 server using the win32 binaries?
(oddsock!)
How about other builds?
Thanks
Leo
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/...
2009 Mar 06
1
dovecot's deliver rejection mechanism(sendmail) alvernatives?
dear all,
quickie - is possible(if yes - how, params, directives, etc) to use any
alternative to sendmail_path = /usr/lib/sendmail
is is configurable at all? like having postfix or anything else?
regards
2008 Oct 22
1
Inserting blank lines into a file
Hi,
Should be a quickie:
I want to make a datafile in R for plotting in gnuplot (which has
friendlier 3D plotting options, as far as I can tell). So, I want to
create a file with contents along the lines of
#File begins
0 0 10
0 13 10
0.2 2 10
1 0 10.12
1 1 5
1 2 10
2 0 10
2 1 1
2 2 10
It's probably fairly easy t...