search for: dull

Displaying 20 results from an estimated 83 matches for "dull".

Did you mean: 1ull
2004 Aug 04
3
[LLVMdev] Compiler Driver Decisions
...39;t help things any. That was my reaction too. How about something along the notion of "build or construct" as in we have two primary tools in llvm: llvm-build - builds programs to be run llvm-run - runs programs built by llvm-build I'm not thrilled with llvm-build because its dull but from the dictionary there is also: llvm-construct (too long?) llvm-make (obvious confusion) llvm-forge (obscure) llvm-erect (double entendre) Reid. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signa...
2020 Aug 04
2
Centos 7 shim fix failed
...er? If so, what did the say? > >I personally haven't had any issues updating any of my computers >(using a mix of Centos 6, 7 and 8) but maybe they're all too old to >for the issue to show up. > >-- How long did I wait: 5 minutes What on the console: nothing, just a dull gray color Errors on update: none --------------------- But when I blocked the update, it booted within a minute, and ran.
2004 Aug 04
0
[LLVMdev] Compiler Driver Decisions
...ma are both taken, llvmize? llvminator? llvm-emerge a la gentoo? > llvm-run - runs programs built by llvm-build Wait, is llvm-run the same as lli? Or is it "compile to native, link, run native version"? Or does it not matter? > I'm not thrilled with llvm-build because its dull but from the > dictionary there is also: > > llvm-construct (too long?) > llvm-make (obvious confusion) > llvm-forge (obscure) > llvm-erect (double entendre) yeah, these aren't the most clear, easy-to-type-and-understand names. :) -- Misha Brukman :: htt...
2009 Jan 15
3
Bar Plot ggplot2 Filling bars with cross hatching
#I am putting a test together for an introductory biology class and I would like to put different cross hatching inside of each bar for the bar plot below color <- c("Brightly Colored", "Dull", "Neither") lizards <- c(277, 70, 3) liz.col <- data.frame(color, lizards) qplot(color, lizards, data=liz.col, geom="bar", ylab="Observed Matings", main="Counts Out of 350 Aquariums", ylim=c(0,400), fill=color)+scale_y_continuous(breaks=c(0, 70, 2...
2007 Jul 03
3
Suing Dell||Dull Computers for CID abuse
Reposted to this list: (http://lists.virus.org/voipsec-0610/msg00046.html) > That's exactly the type of thing that needs to be stopped. If Dell outsourcing calls me from India, the CLI must be their number in India not a faked-in number of some office in the US. That to me is exactly the purpose of this proposed law. It is equivalent to the law regarding FAX calls that has been
2004 Dec 16
12
A question on rules simplification
...suspect it could be an IDENT protocol being firewalled. I grepped for 113 and ident in the iptables -L output and decided I needed to add an explicit rule for it. Is this correct ? My setup is a standalone laptop connected to various LANs (home. clients, office). Ciao from an uncommonly grey, dull, wet Rome - Italy Bob [/newbie question]
2020 Aug 04
2
Centos 7 shim fix failed
...lly haven't had any issues updating >>>any of my computers (using a mix of Centos 6, >>>7 and 8) but maybe they're all too old to for the issue to show up. >>> >>>-- >>How long did I wait:? 5 minutes >>What on the console:? nothing, just a dull gray color >>Errors on update:? none >>--------------------- >>But when I blocked the update, it booted within a minute, and ran. > >Can you boot the system with all updates and secureboot=off? >(Just to be sure; I imply that you use UEFI, right?) > >-- >Leon &g...
2020 May 08
3
What's a Reasonable Inbox Size?
> It depends on what you consider reasonable. > > The processing time of file operation that iterates through a mailbox > will generally go up proportinately with size.? If you do a text search > without some indexing system like Solr, it will take a very long time. > > If the mailbox is just some archive that you pile up and forget about it > except for once in a blue moon
2005 Sep 15
1
Speex Logo?
Is there an official speex logo anywhere? As I owe the voice quality in Mumble to Speex, I'd very much like to add at least an "About Speex" dialog, but it will look kind of dull without at least a tiny icon.
2001 Oct 02
1
wine and msn messenger
...to your Wine config file. fixme:shell:SHLWAPI_377 (0x4257c0 0x400000 (nil))stub fixme:reg:RegFlushKey (38): stub fixme:string:MultiByteToWideChar UTF not supported fixme:string:MultiByteToWideChar UTF not supported fixme:reg:RegFlushKey (40): stub fixme:reg:RegFlushKey (3c): stub Am I being really dull?? I am using wine release 20010629. Thanks
2011 Nov 11
1
Wine Doesn't Install
Hi! I'm using Ubuntu 9.x. The issue is I can't install anything through wine. The moment I run a Windows application through Wine, the screen hangs, becomes dull and everything stops working. Shouls I reinstall? Or upgrade? Thanks.
2012 Jan 17
2
bayesian mixed logit
...(BML) via MCMC / MH algorithms following Train (2009, ch. 12). Unfortunately, after many draws the covariance matrix of the correlated random parameters tend to become a matrix with almost perfect correlation, so I think there is a bug in the code I wrote but I do not seem to be able to find it.. dull I know. Has anybody written a code for BML with R and would like to share it with me or even take a quick look at my code? I would be extremely grateful for any help. Many thanks to everybody! Carlo *************************************** Senior Research Associate Centre for Social and Economi...
2012 Jun 06
2
package zoo, function na.spline with option maxgap -> Error: attempt to apply non-function?
...lists and zoo vignette, I hope I didn't miss any basic thing, but as I don't know how to proceed, any help on why this isn't working is very much appreciated (I guess I don't have to mention I'm new to time series & zoo and that I'm terrible sorry if this is an absolute dull question). The data I use is rather large, but the error can be reconstructed in a small example (s. below). If of any interest: I use R 2.15.0 GUI 1.51 Leopard build 32-bit (6148). Many thanks and best regards, Katharina <------ library(zoo) #create data + gaps z <- zoo(seq(1:30), seq...
2004 Aug 04
2
[LLVMdev] Compiler Driver Decisions
...n my mind its kinda like "java" in the Java world. It executes bytecode in a variety of ways (interpreted, JIT, or statically compiled) and includes the life-long optimization support coming with the reoptimizer/profiler. > > > I'm not thrilled with llvm-build because its dull but from the > > dictionary there is also: > > > > llvm-construct (too long?) > > llvm-make (obvious confusion) > > llvm-forge (obscure) > > llvm-erect (double entendre) > > yeah, these aren't the most clear, easy-to-type-and-unders...
2018 Apr 20
2
Down C6 ALL without torrent ?
> Aha, now I understand what you want. It probably doesn't exist on > master repository server. You can re-master DVD from two of them or > from a copy of content of both in some directory on hard drive. Unsure how to remaster two DVDs, total 6GB?, onto a USB stick. I can copy both DVDs to a directory. To make the directory contents into a single ISO is, currently, beyond my
2008 Oct 31
1
subset with variable number of subset arguments
I've got a big data.frame from which I need to extract data based on a variable number of Id's (InfCode). Until now I've been using the following dull solution as I never needed to search for more than 5 codes. Now my needs have increased faster than my R skills did and I need to call my function with about 25 values for x. There has to be a *apply or even simpler solution which (after RTM) I'm not able to figure out. Can anybody direct me...
2004 Aug 29
1
Re: low bandwidth broadcasting using ices2
...16384 encoder won't start. 1 22050 16384 streams at about 25 kbps 1 14700 16384 streams at about 21-23 kbps. starting to sound bad. 1 22050 16384 with managed bitrate, max=18000. works, but sounds weird and metallic. 1 11025 16384 streams at 19-20 kbps. sounds flat and dull. I reckon I should be able to find something that will do alright from these, so cheers. andy.
2010 Aug 19
1
AstriCon approaches: Innovation Awards, your attendance wanted!
...e in an informal setting about their real-world experiences with Asterisk, VoIP, different hardware, methods of implementation, and make all sorts of connections that you just can't get without meeting face-to-face. Washington DC is convenient from Europe, with direct flights to IAD (Dulles), DCA (Reagan International), and BWI (Baltimore Washington) airports from most major European and South American cities. JT --- John Todd email:jtodd at digium.com Digium, Inc. | Asterisk Open Source Community Director 445 Jan Davis Drive NW - Huntsville AL 35806 -...
2011 May 28
1
ggplot pale colors
...facet_grid(.~Main, scales = "free_x")+ geom_point(aes( size=6,shape = c(16,16,15,15) ,colour=c("blue","blue","red","red")))+geom_hline(aes(yintercept=0.25),colour='blue', size=2) The points have different colors but those colors are pale (dull). You can see it by comparing the blue of the points to the blue of the line. I guessing i am duing it wrong but i'm stucked with it. Do you have suggestions? An additional question is that i want to add text along the blue line (which is a reference) but i did not understand what geom_tex...
2006 Aug 04
3
Lyrics stored in .ogg files?
...but not required)? Is there any documentation for text streams in .ogg files? Thanks for any reply, Mat?j -- GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC http://www.ceplovi.cz/matej/blog/, Jabber: ceplma@jabber.cz 23 Marion St. #3, (617) 876-1259, ICQ 132822213 He is not only dull himself, he is the cause of dullness in others. -- Samuel Johnson