search for: sketchy

Displaying 20 results from an estimated 359 matches for "sketchy".

2006 Nov 05
1
skype and SIP hardware for linux
...ibly. My networking situation might require IAX if I'm running Linux and want to use SIP, I'm not certain (Skype works fine). Putting that unknown aside for the moment, how does this phone work under either Skype or as a SIP phone? The information I have on the driver, skypemate, is a bit sketchy. According to A-Link, the phone complies with SIP, <http://www.a-link.com/us_us/IPU1.html>, but the details are sketchy. No information is provided as to the interface for configuring SIP. The user manual, <http://support.a-link.com/phonemate/Manual/IPU1manual_for_Linux.pdf>, details...
2012 Mar 10
2
too many open devices
I am getting "too many open devices" after 60 graphs. The archived comments on this problem were too sketchy to be helpful. Any ideas? Thanks Harold
2001 Jul 13
6
AnonCVS
Hi All, I would like to use anonymous cvs, but it appears not to be working (again?). There was a discussion back in Jan-Feb about whether to continue supporting it, but it seemed that Tony Rossini got it working and the discussion left off there. Did someone decide to disable it, or is it just not working properly? Here's the details: $ cvs -d
2005 Sep 01
2
In-place editor inside a Draggable
Hello, I have noticed that when an In-place editor is inside a Draggable in IE it is real sketchy, cannot highlight text and plain out cannot edit in Firefox. Respectfully, Stephen
2007 Jun 07
3
Provisioning Linksys PAP2T ATA's
Does anyone know how the Linksys PAP2T ATA's can be mass provisioned? Documentation seems to be sketchy, even on the Linksys web site. Thanks, Doug. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070607/3f90695c/attachment.htm
2011 Apr 12
6
audio recorder compatibility
...kind for recording in a class, interviews, etc... not really music, just voice. Per usual, a lot of these write their audio files in some Windows format, e.g., WMA. As a confirmed Linux guy, I'd want to offload the audio files in some format that Linux can read/play natively. I've read a sketchy suggestion that there's a Linux app or utility to do a translation from WMA, <http://www.linux.com/archive/feature/127583>, but I always like to keep things as simple as possible and so would much prefer avoiding the hassle and possible failure of conversion apps and Windows-format crap...
2009 Aug 19
7
* 1.4 -> 1.6, zaptel -> dahdi
This has got to be an FAQ, so if someone can point me to where it is answered, I would be greatly appreciated. The documentation for all this stuff is scattered and (to me at least) either very sketchy or hard to find. What I want is a guide for how to convert from 1.4 with zaptel to 1.6 with dahdi. All the recent kernel vulnerabilities are forcing me to upgrade my home server from no-longer-supported Fedora 8 up to Fedora 11, and that means upgrading asterisk as well. It appears that, although...
2016 May 05
2
SelectionDAGISel::Select's API considered harmful
...his code should be nuked with a tactical strike. I'm just gonna go ahead and take this advice. I'll phase this in a couple of steps: 1. Rename Select to SelectImpl in all targets, and implement "virtual void Select(SDNode *)" in SelectionDAGISel. I'll move the current sketchy behaviour into this version of Select. 2. Update backends one at a time to implement "void Select(SDNode *)" instead of SelectImpl. 3. Make SelectionDAGISel::Select pure virtual and remove SelectImpl entirely. If you have an out of tree backend and you merge from trunk, I recomme...
2013 Feb 05
3
Wierd question - Give me your opinion please
Client - Not for Profit in the Middle of the Jungle/Rain Forrest Infrastructure - Datacenter is Non Climate Controlled, Prone to Flooding, and has Sketchy Power, LAN - NEW Cabling in main Office building, Hodge Podge of DYI wiring across remaining buildings. Phones - Total of about 50 extensions. Only about 25 - 30 phones will be IP phones, 20-30 more will have to be analog due to the distance. Analog Extensions will be on Digium TDM2400 or Sangoma...
2002 Oct 31
3
Loess with glm ?
...he discontinuities. Although this works, it seems rather simplistic and arbitrary in terms of choices about how and where the weighed averages are computed. It seems to me that what I am doing is a kind of poor mans loess. Can anyone suggest a better way to deal with this analysis ? I have only a sketchy knowledge of loess. Thanks, Luke Whitaker Inpharmatica -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &quot...
2007 Nov 21
7
describe AddressesController, "handling GET /addresses" do
Hello, I''m working with scaffold generated controller test code for handling GET requests. Address is the model being tested. Address belongs_to Company, Company has_many addresses. In my addresses_controller I have: before_filter :get_company def index @addresses = @company.addresses.find(:all) respond_to do |format| format.html # index.html.erb format.xml {
2002 Aug 30
5
density() returns a density function that does not add up to 1
Dear R users, I ran into this curious problem: > d <- rnorm(100) > d.density <- density(d) > sum( d.density$x * d.density$y) [1] 2.517502 Admittedly the method of computing the mass under the density curve at line 3 is crude. But 2.5 is pretty far from 1, the value it should be. I tried a few other dataset and got similar result. Am I missing something obvious? Or is the return
2006 Jan 09
9
Recommendations on a WiFi phone for *?
We're getting our feet more and more wet with VOIP at work. We want to experiment with a good wireless (as in WiFi) phone. What would be a good phone to impress my boss with? I'm personally drooling over the UTStarcom F3000, but compatibility and shipping ETA info is a bit sketchy. Phil
2012 Dec 13
0
[LLVMdev] Loads/Stores and MachineMemOperand
...ugh. As an intermediate representation, MI should be reasonably self-contained. The MMOs are pointers into an old version of the program being compiled - The MI representation has undergone many transformations, including CFG changes and code motion. The links provided by the MMOs get more and more sketchy as the program is optimized. Currently, we only use the MMOs for alias analysis during scheduling, but even that can cause problems as you've seen with the stack coloring pass. If you are attaching specific semantics to address spaces, you should encode it in either opcodes or explicit operan...
2013 Dec 06
2
[LLVMdev] PTX generation examples?
I have an app that uses LLVM API calls from C++ to generate IR and JIT it for x86 (for subsequent live execution). I'm still using the old JIT, for what it's worth. I want to modify it (for prototype/experimental purposes for now) to JIT PTX (into a big string buffer?). Docs are sketchy. I can wade through it and figure it out by trial and error, but would be so very happy if somebody could point me to code or docs addressing all the issues I'll face: how to find out at runtime if the libLLVM I'm linked against can generate PTX, how to change the initialization or JIT com...
2017 Nov 06
1
HP laptops with CentOS 7?
...11/5/2017 10:45 PM, Sorin Srbu wrote: > What would you consider be a tested and proven working, newish chipset? its really the CPU now that matters, rather than the 'chipset', as most all the base IO devices are in the CPU (ethernet, sata, video). I think Kaby Lake support is still a sketchy, thats Core gen 7. (i-7xxx). I'm not sure what the state of Skylake is (gen 6) Broadwell should be very solid at this point (5th gen), that was new in early 2015. -- john r pierce, recycling bits in santa cruz
2007 Apr 06
1
0.11.4 tidings
..._search.c:202: warning: format ''%d'' expects type ''int'', but argument 3 has type ''long int'' Dave, I''d like to thank you once again for your efforts in creating and maintaining Ferret. You make great efforts even when given scant and sketchy information about problems: that goes above and beyond the call of duty. Your dedication is amazing!
2009 Jul 01
1
IO controller mini-summit -- Japan, Oct 2009
Hi All, We will hold a Linux IO controller Mini-Summit in Tokyo, Japan on Saturday, Oct. 17, 2009 -- day before the 9th Linux kernel summit. This is a good opportunity to meet face-to-face to discuss issues and directions for developing IO controller. Details of the summit are still sketchy, so suggestions for agenda topics are welcome. Please e-mail to me or post on the wiki page at http://apps.sourceforge.net/trac/ioband/wiki/iosummit (You need an account on SourceForge.net to edit this page.) The final agenda will be formed by consensus of the attendees. Please join the summit if...
2009 Apr 01
1
SAS Institute to invest upto $20 m with R Project
A SAS spokesperson has confirmed to this blog that they have invested in the R ?Core project to help build next generation algorithms . Details are sketchy but indications of some shift on cloud hosted SAS ,called SaaS are emerging.Also includes some details on Jim Davis ,SVP SAS marketing's statement on BI and Anne Milley having a new assignment within SAS Institute. Read more here - http://www.decisionstats.com/2009/04/sas-institute-invests-in-...
2010 Mar 05
1
Asterisk Management API
Is there a list of input's / out puts from the management API together with there parameters, there meanings and which are required and what they do/mean. Its just all the docs I've found seam to be rather sketchy and gathered by trial and error, not really up to what I would call a protocol standard. Peter.