Displaying 12 results from an estimated 12 matches for "templin".
Did you mean:
tempin
2004 Jan 09
3
file_inlcude .. why not?
...tems' running concurrently on one
asterisk box (ie, completely different groups of people with different
I/O lines) and would like to break the config into seperate files that
could be maintained by seperate people without having to expose the
entire system to everyone.
Suggestions?
Lion Templin
--
= lion is Lion J Templin lion@leonine.com =
= 612-605-3613 x3001 FWD 94117 =
2008 Nov 05
1
Using RGDAL to "copy" header information...
...time:
###
library(rgdal)
infile='elev'
outfile_base='testout'
outfile_ext='.bil'
outfile=paste(outfile_base,outfile_ext,sep='')
outcon <- file(outfile, "wb")
infile_info=GDALinfo(infile)
nl=infile_info[[1]]
ns=infile_info[[2]]
for (row in 1:nl) {
templine <- readGDAL(infile,region.dim=c(1,ns),offset=c(row-1,0))
writeBin(templine[[1]], outcon,size=4)
}
close(outcon)
# Below doesn't work
# writeGDAL(templine,outfile_base,drivername='EHdr',type="Float32")
###
The issue is this: I need to be able to effectively copy the...
2003 Dec 24
2
Unlocking Vonage ATA 186
In the process of investigating a Cisco ATA 186 that was locked by
Vonage, I found that you can still unlock the device yourself. But
there's a catch.
The device's design has a great plus: a DIP32 *socketed* SST28SF040A
flash chip. I found an 8 digit unlock code at 0x03FA71-0x03FA78. I do
not know if that is a standard location.
If you have the equipment, you're in luck. But
2004 Jul 22
2
NAT + iConnectHere Broken in 1.0RC1
...C1, this no longer works.
I've tried setting nat=yes in places, externip, et al with no success ..
even though the code I was running from back then worked without that.
Any suggestions?
BTW, I've gotten DTMF from iCH to work most of the time by inband'ing it.
--
= lion is Lion J Templin lion@leonine.com =
= 612-605-3637 x3001 =
2012 Jul 02
3
carpet plots
Hi all,
I wonder why there is so little software for carpet plots (german:
Rasterdiagramm) (Three dimensional plot (x, y, z), the 3rd dimension
(z) symbolized by colourgradients). Besides from one or the other non
free software I only found an OpenOffice macro, a combination of
Gnuplot and Excel (an Excel macro calling gnuplot)
(http://www.johannes-hopf.de/2009/12/carpet-plot-version-1-3/9 and
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...*****************
-
- addchar
-
- Attempts to add the given character onto the end of the current line.
- Returns 1 if this can be done, 0 otherwise.
-
-****************************************************************************/
-
-int addchar(c)
-inchr c;
-{
- int smushamount,row,k;
- char *templine;
-
- getletter(c);
- smushamount = smushamt();
- if (outlinelen+currcharwidth-smushamount>outlinelenlimit
- ||inchrlinelen+1>inchrlinelenlimit) {
- return 0;
- }
-
- templine = (char*)myalloc(sizeof(char)*(outlinelenlimit+1));
- for (row=0;row<charheight;row++) {
- if (...
2003 Dec 24
0
chan_skinny Feature set & Development
...ented and callwaiting crashes the phone.
Has there been much development with this driver not part of the
standard CVS tree, or is there a diferent driver that is more complete?
I tried chan_sccp, but it segfaults soon after the phone registers.
Any help would be appreciated.
Thanks!
Lion Templin
2004 Jan 04
1
Voicepulse DID fast busy
I just signed up for Voicepulse with a DID. I can register with Voicepulse and dialout just fine. Only problem is that when I dial my DID from my POTS line I just get a fast busy and nothing in the console.
Any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040104/d5bd5bd3/attachment.htm
2002 Nov 12
2
Vorbisfile: Small Files broken in 1.0?
I am a game developer, and we used RC3 in our last game. Worked great.
I'm trying to update to 1.0 now, and running into some problems.
Specifically, I think a change to _get_prev_page() in vorbisfile.c broke
the decoder for very small files. I have a file called "silence" that's
just a silent wav file. It compresses down to barely more than the
header, so it's _really_
2002 Feb 05
2
Documentation Suggestions
...encoded the file
yourself from a single .wav, don't worry about the whole
current_section-switching-formats thing.
If any of these are not true for the general case, then feel free to correct
me, but this is my experience trying to use vorbisfile to improve our game's
audio system.
-Marc Templin
Engine and Tools Developer
Her Interactive
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word 'unsubscribe' in t...
2002 Feb 07
1
Vorbisfile Linker Question
I'm having some trouble getting vorbisfile to link into my project under Windows. I downloaded all the source, and after re-compiling all the dlls and libs with my project's proper settings (Multithreaded, 1-byte alignment), everything works peachy when I use the dlls from the *_dynamic project files. When I try to use the *_static .libs though I get the following linker error:
2014 Mar 19
0
Dovecot crashes on large search result sets in virtual folders when using fts-solr
Hi Devs,
I experience reproducible crashes when searching in a virtual folder with
fts-solr activated. The crashes occur only, if the folder contains a large
number of mails and the result set of the search is also large. If the result
set is small, no crash occurs. This happens on Debian Wheezy with versions 2.1.7
and 2.2.9.
My goal was it to setup the possibility for cross-folder fulltext