search for: widespreadly

Displaying 20 results from an estimated 608 matches for "widespreadly".

Did you mean: widespread
2001 Oct 28
1
Widespread implementation of rsync
I came to know about rsync algorithm for transferring files few days ago. The algorithm provides an efficient way to transfer files from one computer to another over a slow communication link. But I have been wondering why don't we see a widespread implementation of rsync in most popular file transfer tools. I know that the algorithm was conceived by Andrew Tridgell and Paul Mackerras from
2004 Aug 06
1
Win32 player needed to put speex into widespread use
I am eager to begin using speex for downloadable audio on my church's website - but first a good win32 player is needed given that windows has a 94% domination... Are there any plans for an up-to-date speex player for windows? (that winamp plugin is hopelessly old) Building this into zinf (fmr. freeamp) might be an option, but their code is one big mess. --- >8 ---- List archives:
2006 Feb 08
8
Riding the Rails to acquisition
Guys, I think many of us on this list would consider ourselves entrepreneurs. I''m willing to bet at least 40% of you are working on ideas for startups...hoping that you just might have the next Flickr, Oddpost, del.icio.us, etc. Me too, for what it''s worth. Rails is good for this, in that it enables you to move quickly (after the learning curve) and it''s
2012 Sep 07
3
GPL as the main reason why Xapian might not get the widespread success it deserves?
Hi, I realise that the GPL license question has been discussed in 2003 and in 2007, extensively. Back then, the conclusion seem to have been that in-process usage is not possible for most use-cases and that instead, a network layer/IPC mechanism is required to use Xapian with any non-GPL software. I think the project is severely undermining its own potential success. I see that there are even
2009 Apr 07
4
WoW, and most other games, do not run under Wine.
I've recently installed Wine onto my ubuntu intrepid ibex box and I'm having endless issues when it comes to running games. Right now, I'm specifically trying to play World of Warcraft and I am receiving graphical issues that cause the game to be unplayable. These bugs are widespread and i cannot see anything in the game's window. The laptop is running on an Intel GMA965Q. I've
2014 Jul 01
16
[LLVMdev] Usability of phabricator review threads for non-phab-users
Alp noted that the current setup on how phab reviews land on the list are not working for him. I'd be curious whether his setup is special, or whether there are more widespread problems. If this is more widely perceived as a problem, please speak up, and I'll make sure to prioritize the fixes (note that this is unrelated to the "lost email" problem - those are always highest
2010 Feb 05
2
(Another) Bates fortune?
I vote to 'fortunize' Doug Bates on Hierarchical data sets: which software to use? "The widespread use of spreadsheets or SPSS data sets or SAS data sets which encourage the "single table with a gargantuan number of columns, most of which are missing data in most cases" approach to organization of longitudinal data is regrettable."
2004 Apr 05
2
ADPCM 4-bit, 6 kHz
I found some posts regarding this issue dating of September 2003, but no real answer. The ADPCM format supported by Asterisk (the .vox files) is 4-bit, 8 kHz. I need 4-bit, 6 kHz, which is also a widespread Dialogic format, to help migration. Is there an existing format/codec for this? If not, can I make myself a shared object in /usr/lib/asterisk/modules? Is this easy??? :-( Thanks, Yves
2006 Sep 14
2
theora on the nintendo wii
As anyone considered contacting nintendo regarding theora and ogg support to the upcoming nintendo wii console? apparently they won't be including dvd support out of the box due to licensing costs so it could be a good move both for theora and ogg to gain more widespread acceptance and nintendo to add media center capabilities to their next gen console
2006 Sep 14
2
theora on the nintendo wii
As anyone considered contacting nintendo regarding theora and ogg support to the upcoming nintendo wii console? apparently they won't be including dvd support out of the box due to licensing costs so it could be a good move both for theora and ogg to gain more widespread acceptance and nintendo to add media center capabilities to their next gen console
2015 Dec 06
3
7.2 kernel panic on boot
Always Learning wrote: > I always admire Johnny's prose, passion for Centos and his calm approach > to everything. Agreed. But two possibly OT and probably ignorant queries: 1. I am running a standard Centos 32-bit system on my home servers. I keep them up-to-date, but have not re-booted for several months. I see from /etc/centos-release that I am running 7.1. If I re-booted would
2019 Sep 24
4
File manager or browser for IMAP?
On 9/23/19 8:36 PM, Steve Litt via dovecot wrote: > Thunderbird is an absolute pig, taking hours to load my Dovecot IMAP. > Claws-mail is good, but I have some problems with it. Alpine appears > not to be ready for prime time to act as a window into IMAP. Same with > the rest I've tried. Wha...? Alpine/Pine have implemented IMAP for decades; that was one of the first IMAP
2015 Feb 11
2
[LLVMdev] deleting or replacing a MachineInst
I made the change to the BuildMI() call. Again, I don't think that matters. #define BUILD_INS(opcode, new_reg, i) \ BuildMI(*MBB, OldMI, MBBI->getDebugLoc(), TII->get(X86::opcode)) \ .addReg(X86::new_reg, kill).addImm(i) I didn't completely understand your other proposed change: ​ for (MachineBasicBlock::iterator MBBI = MBB->begin();
2014 Dec 20
2
[LLVMdev] [cfe-dev] ubsan - active member check for unions
On Thu, Dec 18, 2014 at 11:05 PM, Yury Gribov <y.gribov at samsung.com> wrote: > > On 12/19/2014 01:14 AM, Nick Lewycky wrote: > >> On 12/16/2014 02:43 AM, Yury Gribov wrote: >> >>> On 12/15/2014 10:24 PM, Ismail Pazarbasi wrote: >>> >>>> s.d = 42.0; >>>> if (s.l > 100) // fire here >>>> >>>
2011 Feb 23
7
rails & sqlserver collation problems
Boa tarde pessoal. Estou utilizando o intant rails com ruby v.1.8.6 e rails 2.0.2 com um servidor sqlserver2000, minha base de dados usa o collation SQL_latin1_general_CP1_CI_AS, quando tragos strings com acentuação e cedilha não consigo visualizar os carateres corretos, sei que para exibir corretamente o texto no ruby tenho que usar UTF-8. Como posso fazer pra mudar o collation da minha base ou
2006 Oct 02
2
Problem with shadows and the new NVIDIA drivers
Hi all, I've been trying out the new NVIDIA drivers and everything seems to be working great except that shadows are rendered incorrectly - as solid black (or what ever the shadow colour happens to be) without the gradient effect. Setting the opacity level of the shadows makes no difference. This occurs with Beryl too, but I don't think it's actually a bug in either program but
2013 Jun 26
2
[LLVMdev] Proposal: extended MDString syntax
On Wed, Jun 26, 2013 at 3:46 PM, Nadav Rotem <nrotem at apple.com> wrote: > But I think that serialization of MachineFunction should not be done in > metadata. I understand the problem that you pointer out that machine > instructions refer to LLVM-IR, but I don’t think that metadata is the right > container for them. Can you suggest an alternative solution? Can you describe
2008 Apr 17
2
CRAN packages hosting policy
Hi to all, I recently created a small package which contains some simple R functions in order to help students in my research unit to use R. The package is pure R, it passes R CMD check, but it is really designed for internal use and, moreover, it is entirely documented in french. Is it possible to upload and to host this kind of package to CRAN ? Or is it better, as it is quite a private tool
2013 Sep 24
0
[LLVMdev] LLD: Returning true on success
On Tue, Sep 24, 2013 at 12:33 PM, Rui Ueyama <ruiu at google.com> wrote: > Hi LLD developers, > > I'm about to make a change to invert the return value of Driver::parse() > to return true on success. Currently it returns false on success. > > In many other functions, we return true to indicate success and false to > indicate failure. The inconsistency is confusing,
2020 Jan 13
2
Adding SNI support to SSH
Hey Jochen, Jochen Bern <Jochen.Bern at binect.de> writes: > On 01/13/2020 11:10 AM, Nico Schottelius wrote: >> The problem I am trying to solve is: there are thousands of users on >> IPv4 only networks who I cannot all communicate with. And they need to >> access resources on IPv6 only systems. >> >> The typical jump host / proxy command approach surely