search for: yeesh

Displaying 20 results from an estimated 20 matches for "yeesh".

2001 Dec 06
1
oggenc speed and cache size
I'm running oggenc on a dual celeron 415, and I can only encode at 0.9x real time. Will oggenc perform better with more cache size? Should I start learning the source, to replace bits with assembler?(yeesh...) I guess there's no chance of a multi-threaded encoder to make use of smp boxes? hmm -------------------------------------------------------- Nigel Weeks Aims ICP 15 Wellington St. Launceston Tas 7250 Ph. 61 3 6334 6664 Fax. 61 3 6331 7032 Email. nigel@aims.com.au ------------------------...
2007 May 04
2
[LLVMdev] LLVM-GCC Source Updated?
Hello, Bill. > Has anyone gotten the latest/greatest sources from the LLVM-GCC open > source server lately? No. It's still at rev 319 (as of 29.04). -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2007 May 04
0
[LLVMdev] LLVM-GCC Source Updated?
On 5/4/07, Anton Korobeynikov <asl at math.spbu.ru> wrote: > Hello, Bill. > > > Has anyone gotten the latest/greatest sources from the LLVM-GCC open > > source server lately? > No. It's still at rev 319 (as of 29.04). > Yeesh...Okay, I'm working with Jeff C. to get a copy of the TOT out to people. I'm also pinging the rsync wonks here to see if there's something amiss. -bw
2007 May 04
1
[LLVMdev] LLVM-GCC Source Updated?
...at math.spbu.ru> wrote: > >> Hello, Bill. >> >> >>> Has anyone gotten the latest/greatest sources from the LLVM-GCC open >>> source server lately? >>> >> No. It's still at rev 319 (as of 29.04). >> >> > Yeesh...Okay, I'm working with Jeff C. to get a copy of the TOT out to > people. I'm also pinging the rsync wonks here to see if there's > something amiss. > > -bw > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu...
2009 Aug 18
1
Applying Logical statement to DateTime string as factor
...I would like to say that every datetime with an hour <12 is the morning factor, and every datetime with an hour >12 is at night. Without LOTS of superfluous code. below I am going as far as splitting the string to columns, pulling the time and then setting the factor with a for statement...yeesh. I have example CSV dates at the end. new.dates <- matrix(unlist(lapply(as.character(dat$Time), function(x) strsplit(x," "))),ncol=4, byrow=TRUE) #Break Time String into columns colnames(new.dates) <- c("day","month","year", "time") # Set c...
2006 May 24
3
packages, modules
i cant make sense in my own mind what is happening, so if someone can explain, it would be appreciated. I did the following on the command line.. >require ''md5'' =>true >t = MD5 =>Digest::MD5 >t.md5(''confused'') =>1a7f2a5ad77128b2f81feddac78df213 # so far so good, now start new command line # or unload module >require
2012 Jun 01
2
unfsd scalability issues
Hello there, I believe that unfsd ( http://unfs3.sourceforge.net/ ) now does have multi-threaded capability and as such should be fairly well scalable. I am using it on CentOS 6.2 and it seems to become all but unusable when more then 3-4 users connect to it. Is that normal? What sort of experience have other people had? Is there a way to parametrically tune it, by the way? Thanks. Boris.
2000 Jun 11
1
cmdline
I have got CVS version of vorbis. In cmdline directory # make ... gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char \ -I. -I../lib getopt.o getopt1.o main.o -I. -I../lib \ ../lib/libvorbis.a -o vorbis -lpthread -lm main.o: In function `main': main.o(.text+0x31c): undefined reference to `fill_buffer' main.o(.text+0x332): undefined reference to `CheckWav'
2013 May 09
0
qlogic installer
...lease 6.4 (Final) Found following QLogic Adapter in the system 1. ISP2532 DISTRO : . Cannot determine the Redhat release wtf. oh geez, I had to edit redhat-release to say Red Hat Enterprise Server instead of CentOS, becuase they were pulling the version number from it positionally. yeesh. -- john r pierce 37N 122W somewhere on the middle of the left coast
2011 Aug 11
1
[LLVMdev] type system rewrite terminology
...bulary seems a bit confusing. > >> This argues for terminology along the lines of: >> >> Named structs. >> Unnamed structs (named structs with no names) >> Anonymous structs (things like complex, which cannot be cyclic) > > > Unnamed vs. Anonymous... yeesh. Plus: "named structures with no names" is almost pure word salad. I mean, I get that identifiers in LLVM come in "named" and "unnamed" flavors. Still, to someone coming into LLVM for the first time, this will be pretty brain-scroodling. I haven't looked at the...
1999 Jul 15
0
how do I not use smbpasswd?
...passwd file. A PAM, maybe? Also, has anyone tried Project Cascade/NetLinkPC yet? Any comparisons to samba? I had wanted to use that for my DCs. I want to put the NT servers back on the desktops where they belong. Little stinky compaqs are littering our server room (and seem to be multiplying...yeesh). Thanks for your time, Derek Fisher UNIX Administrator Epson Portland Inc derek.fisher@epi.epson.com
2011 Jul 18
4
[LLVMdev] questions about the type system rewrite
Hi, Question 1: Will the new type system allow to incrementally build structs (instead of filling all the fields in one go, as in the example given in <http://nondot.org/sabre/LLVMNotes/TypeSystemRewrite.txt>? Question 2: Will the ocaml bindings to be updated to work with the new type system once the merging of the rewrite to the main branch is done? Thanks very much, N
2008 Oct 15
5
REXML vs libxml
Hi all, I''ve been looking at the performance of my fb app and one glaring issue seems to be with the parsing speed of rexml in processing the results. Has anyone looked into porting the facebooker parser from rexml to libxml? If not, any reason I shouldn''t try? Thanks! Yu-Shan. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jan 16
10
Puppet playing badly with Debian etch rubygems
To install the ruby-augeas gem, I installed rubygems on Debian etch, which lead to: Setting up libgems-ruby1.8 (0.9.0-5) ... Setting up ruby1.8-dev (1.8.5-4etch4) ... Setting up rubygems (0.9.0-5) ... Before this (I mean *immediately* before this) puppet worked fine exceept for not being able to find a provider for Augeas. After this, though: ec2-www1:/usr/src# puppetd -t Failed to load
2019 Sep 13
1
[PATCH v2 23/27] drm/amdgpu: Iterate through DRM connectors correctly
...4:49 PM Lyude Paul <lyude at redhat.com> wrote: > > Currently, every single piece of code in amdgpu that loops through > connectors does it incorrectly and doesn't use the proper list iteration > helpers, drm_connector_list_iter_begin() and > drm_connector_list_iter_end(). Yeesh. > > So, do that. In fairness, I think the origin of this code predated the iterators. Reviewed-by: Alex Deucher <alexander.deucher at amd.com> > > Cc: Juston Li <juston.li at intel.com> > Cc: Imre Deak <imre.deak at intel.com> > Cc: Ville Syrjälä <ville.syr...
2019 Sep 03
0
[PATCH v2 23/27] drm/amdgpu: Iterate through DRM connectors correctly
Currently, every single piece of code in amdgpu that loops through connectors does it incorrectly and doesn't use the proper list iteration helpers, drm_connector_list_iter_begin() and drm_connector_list_iter_end(). Yeesh. So, do that. Cc: Juston Li <juston.li at intel.com> Cc: Imre Deak <imre.deak at intel.com> Cc: Ville Syrjälä <ville.syrjala at linux.intel.com> Cc: Harry Wentland <hwentlan at amd.com> Cc: Daniel Vetter <daniel.vetter at ffwll.ch> Signed-off-by: Lyude Paul <lyude...
2001 Feb 14
10
SSH trademarks and the OpenSSH product name
Friends, Sorry to write this to a developer mailing list. I have already approached some OpenSSH/OpenBSD core members on this, including Markus Friedl, Theo de Raadt, and Niels Provos, but they have chosen not to bring the issue up on the mailing list. I am not aware of any other forum where I would reach the OpenSSH developers, so I will post this here. As you know, I have been using the SSH
2019 Sep 03
50
[PATCH v2 00/27] DP MST Refactors + debugging tools + suspend/resume reprobing
This is the large series for adding MST suspend/resume reprobing that I've been working on for quite a while now. In addition, I: - Refactored and cleaned up any code I ended up digging through in the process of understanding how some parts of these helpers worked. - Added some debugging tools along the way that I ended up needing to figure out some issues in my own code Note that
2019 Oct 22
17
[PATCH v5 00/14] DP MST Refactors + debugging tools + suspend/resume reprobing
This is the final portion of the large series for adding MST suspend/resume reprobing that I've been working on for quite a while now. In addition, I: * Refactored and cleaned up any code I ended up digging through in the process of understanding how some parts of these helpers worked. * Added some debugging tools along the way that I ended up needing to figure out some issues in my own
2006 May 02
96
[ADV] Second Edition of Agile Web Development with Rails
ANNOUNCING AGILE WEB DEVELOPMENT WITH RAILS, SECOND EDITION =========================================================== http://www.pragmaticprogrammer.com/titles/rails2/ Rails has changed a lot since we announced the first edition of the book a year ago. DHH says that the 1.1 release "boasts more than 500 fixes, tweaks, and features from more than 100 contributors." Who are we to