search for: l34

Displaying 16 results from an estimated 16 matches for "l34".

Did you mean: 34
2003 Jun 02
2
Performance on VoIP
Hello: I would like to know what kind of hardware is needed to have a good performance with asterisk for 12 concurrent VoIP calls ? Also if anyone had used the Adtran Total Access 750 can you give me some opinions about it ? thanks, Ivan
2023 Mar 30
1
removeSource() vs. function literals
Dear R-devel, In a package of mine, I use removeSource on expression objects in order to make expressions that are semantically the same serialize to the same byte sequences: https://github.com/cran/depcache/blob/854d68a/R/fixup.R#L8-L34 Today I learned that expressions containing function definitions also contain the source references for the functions, not as an attribute, but as a separate argument to the `function` call: str(quote(function() NULL)[[4]]) # 'srcref' int [1:8] 1 11 1 25 11 25 1 1 # - attr(*, "srcfil...
2023 Mar 31
2
removeSource() vs. function literals
...ylov wrote: >> Dear R-devel, >> >> In a package of mine, I use removeSource on expression objects in order >> to make expressions that are semantically the same serialize to the >> same byte sequences: >> https://github.com/cran/depcache/blob/854d68a/R/fixup.R#L8-L34 >> >> Today I learned that expressions containing function definitions also >> contain the source references for the functions, not as an attribute, >> but as a separate argument to the `function` call: >> >> str(quote(function() NULL)[[4]]) >> # 'srcre...
2015 Jul 22
2
[LLVMdev] Would DosBox benefit from LLVM JIT?
...recently tried to run Elder Scrolls: Daggerfall on an ARM netbook Toshiba AC100 and failed even after turning on the latest patches for "dynamic recompilation". I took a look at the code and here's what I found: https://github.com/wjp/dosbox/blob/idados/src/cpu/core_dynrec/decoder.h#L34 The relevant macros and functions are defined there: https://github.com/wjp/dosbox/blob/idados/src/cpu/core_dynrec/risc_armv4le-o3.h So basically, it looks like there's code that translates instructions from x86 to a few other platforms in chunks of 32 opcodes. Since this code was too slow t...
2023 Mar 30
2
removeSource() vs. function literals
...023 10:32 a.m., Ivan Krylov wrote: > Dear R-devel, > > In a package of mine, I use removeSource on expression objects in order > to make expressions that are semantically the same serialize to the > same byte sequences: > https://github.com/cran/depcache/blob/854d68a/R/fixup.R#L8-L34 > > Today I learned that expressions containing function definitions also > contain the source references for the functions, not as an attribute, > but as a separate argument to the `function` call: > > str(quote(function() NULL)[[4]]) > # 'srcref' int [1:8] 1 11 1 25...
2003 Apr 12
2
asterisk / channel bank
I have two loop-start phone lines connected to an Adtran TA 750 channel bank. When a call comes into asterisk thru the first phone line and the call is redirect (in transit) back thru the second phone line, the channel bank will leave one or both lines opened (ie hangup with spawn a connection again). does any body have a suggestion: 1) I checked the cables into the channel bank from both phone
2010 Sep 08
3
In WineXO, how to change drive_c location?
Hi, people! Because XO-1 has a little "disk" space, it will be nice if the location of drive_c can be moved to a SD card. Here in Uruguay, we do not have root permissions in our XO-1. We log in as user olpc an can change permissions only in some directories. And can create links to files but not hard links to directories. The SD card is mounted in /media/label_of_sd_card. I appreciate
2020 May 13
4
Re: Can't connect to Managesieve Server - what´s wrong?
Am 14.05.2020 um 00:22 schrieb Benny Pedersen: > On 2020-05-14 00:14, Anton Blau wrote: > >> What can I do to get connect from Roundcube to dovecot-managemsieve? > > if roundcube is installed on same server as dovecot then disable ssl > in roundcube managesive plugin as same way for imap and submission/smtps > > Thank you for your very fast answer. There are two virtual
2009 Feb 25
3
[Bug 1563] New: USE_PIPES unconditionally set in session.c
https://bugzilla.mindrot.org/show_bug.cgi?id=1563 Summary: USE_PIPES unconditionally set in session.c Product: Portable OpenSSH Version: 5.2p1 Platform: Other OS/Version: Other Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy:
2018 Sep 19
1
Re: [PATCH 2/2] Introduce a --key option in tools that accept keys
...ates a single shared key stored in a temporary file, passes that file in by fd, and then uses that key to encrypt everything else passed on the command line, so that it only needs one file/fd rather than one per key. https://git.qemu.org/?p=qemu.git;a=blob;f=include/crypto/secret.h;h=edd0e13236#l34 I won't say that you have to repeat qemu's complexity on secret management, but it is food for thought on whether your design is flexible enough. > this way it is possible to pass all the credentials needed for the > specific devices to open, with no risk of conflict with stdin, a...
2020 Aug 22
5
Looking for suggestions: Inferring GPU memory accesses
Hi all, As part of my research I want to investigate the relation between the grid's geometry and the memory accesses of a kernel in common gpu benchmarks (e.g Rodinia, Polybench etc). As a first step i want to answer the following question: - Given a kernel function with M possible memory accesses. For how many of those M accesses we can statically infer its location given concrete values
2003 Sep 08
3
Adtran TA750 MWI problem
I recently set up Asterisk with an Adtran TA750. All is well except the phones do not show the MWI. I have configured zapata.conf properly, as all phones will receive a stutter dial tone if there is a message waiting in it's assigned mailbox. Does anybody know how I might fix this problem? Thank you for your time __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free,
2013 Jun 07
14
Puppet Windows package not seeing DisplayName in Registry?
Hello, I''ve got Package resource on my Windows machine that keeps creating itself even though the package has been properly installed. I''ve got the name attribute set to the DisplayName found in the Registry for the package. Every time the agent polls, I see in the Event Logs: /Stage[main]/Mssql_rtwo_sptwo/Package[mssql2008r2sp2_exec]/ensure: created This is
2013 Nov 18
4
Puppet Masterless on Windows
Hi all, I have been working on a configuration of a Masterless configuration on Windows. I am able to get individual jobs to run like: puppet apply <path to my puppet .pp file> However, I would like to spin up the Vagrant box off a base VM, and have a puppet manifest file in a location where puppet knows to look and provision based off that file. The obvious place seems to be
2004 Jan 30
9
Adtran 750 DID question.
Hello All, I've mostly solved my DID problem from a few days ago. Apparenly the lines weren't configured properly. Now heres the next question. 12 E&M wink lines from telco. I have them all plugging into an Adtran 750 with FXS cards. The Adtran ports are configured DPO. How do I signal this from Zaptel. I have them setup E&M in zaptel.conf and EM_W in zapata.conf. They
2018 Sep 19
5
[PATCH 0/2] RFC: --key option for tools
Hi, the following series adds a --key option in the majority of tools: this makes it possible to pass LUKS credentials programmatically, avoid the need to manually input them, or unsafely pass them via stdin. Thanks, Pino Toscano (2): mltools: create a cmdline_options struct Introduce a --key option in tools that accept keys builder/cmdline.ml | 2 +-