search for: sew

Displaying 20 results from an estimated 99 matches for "sew".

Did you mean: set
2010 Oct 21
1
gam plots and seWithMean
hello I'm learning mgcv and would like to obtain numerical output corresponding to plot.gam. I can do so when seWithMean=FALSE (the default) but only approximately when seWithMean=TRUE. Can anyone show how to obtain the exact values? Alternatively, can you clarify the explanation in the manual "Note that, if seWithMean=TRUE, the confidence bands include the uncertainty about the overall mean. In other w...
2006 Apr 20
2
pppoe question
...is a stupid question or does not belong to this forum. I''ve set my DEFROUTE=no in my ifcfg-ppp0 and when I bring the ppp0 up, it deletes my old default load balance routes which I do not want, as I just want the interface to be up, but not touching my default routes any advice Thanks SEW
2006 Apr 12
3
Class C network 223.255.255.x
...ious If I can use the range 223.255.255.x for my backbone routing, this looks like a nice block to use as most ppl don''t use this, specially if you build quite a big intranet what about the whole 223.x.x.x block, will this be used on the internet? sorry if its a stupid questions Thanks Sew _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2020 Jun 27
9
HP vs. Brother Printers: Use with Centos/Fedora
If you had to rate which printer brand works better with Linux (Fedora and Centos), what would it be? TIA, Jay
2020 Jun 27
2
HP vs. Brother Printers: Use with Centos/Fedora
...either didn't work at all or if could be made to work, it didn't > work for long. > > If it's a Brother, run away as fast as you can.??They're the cheapest > crappiest thing you can possibly imagine. > > My wife makes quilts and says the same thing about Brother sewing > machines. > I can't speak to the sewing machines, but I have to say that I've had very good luck with Brother printers. ?However, we have to be honest and acknowledge that I'm talking about LASER printers, not the $%^&* inkjet silliness. In my DEFINITELY not-so-humble...
2006 Feb 05
1
classifying packets and ports
...sh connection, but it wont connect, I even test it using telnet and it show up ssh, but it wont connect with my ssh client, but normal pop and https works. How do they block my ssh connection on port 443, but normal https work? Do they use TOS with iptables?,, bit of a brain teaser for me Thanks Sew _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2019 Oct 01
3
Adding support for vscale
...scalable vector type proposal from top to bottom and in fact > was one of the conditions for its acceptance... that should be explicitly made clear in the patches. it sounds very much like it's only suitable for statically-allocated arrays-of-vectorisable-types: typedef vec4 float[4]; // SEW=32,LMUL=4 probably static vec4 globalvec[1024]; // vscale == 1024 here or, would it be intended for use inside functions - again statically-allocated? int somefn(void) { static vec4 localvec[1024]; // vscale == 1024 here } *or*, would it be intended to be used like this? int somefn(num_of_vec4...
2020 Jun 27
2
HP vs. Brother Printers: Use with Centos/Fedora
...k at all or if could be made to work, it didn't >> work for long. >> >> If it's a Brother, run away as fast as you can. They're the cheapest >> crappiest thing you can possibly imagine. >> >> My wife makes quilts and says the same thing about Brother sewing >> machines. >> > > I can't speak to the sewing machines, but I have to say that I've had > very good luck with Brother printers. However, we have to be honest > and acknowledge that I'm talking about LASER printers, not the $%^&* > inkjet silliness. &...
2003 Nov 05
4
FBSD All-in-one security box?
...s I face stem from feature-overload, since the vendor has one crappy feature and then adds another crappy feature instead of fixing the first one so they can market the box better. I'm thinking that since the tools I mentioned are already fairly mature and robust, all that's needed is some sewing and, when core functionality is achieved, a GUI. This sounds like a fun project IMO, but I don't want to re-invent the wheel, especially when I have no spare time. ===== ----------------------------------------------------------- Get a taste of Religion ... eat a priest! -----------...
2019 Sep 30
3
Adding support for vscale
On Tuesday, October 1, 2019, Jacob Lifshay <programmerjake at gmail.com> wrote: > On Mon, Sep 30, 2019 at 2:30 AM Sander De Smalen via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > > > I've posted two patches on Phabricator to add support for VScale in LLVM. Excellent! > > > > A brief recap on `vscale`: > > The scalable vector type in
2007 Oct 11
8
ADSL channel boding or Load balancing
...thost and the upload is only 256k on the 4Mbit Line These guys talking about using USB modems , some researching says your ISP must support MLPPP , Anyone with any expierencing bonding adsl modems with a standard kernel and distro? Most nix''s come with RP-PPPOE, will this work? Thanks Sew
2006 Apr 21
6
icmp latency question
...e a backup line which hardly get used only if the main line drops. I''ve set ip rule to route all icmp through that and now the pings are perfect. Will this make a difference for the game players etc, with this low ping? or does the lagg on the game get effected by the throughput? Thanks Sew
2004 Jun 23
4
Future WinCE IP Phone
...msdn.com The video in question is an interview with Mike Hall titled "Windows CE and Windows Embedded Lab Tour". The clip dealing with the VOIP phone is right at the start so you don't need to watch the whole thing (although there is some more interesting stuff such as a programmable sewing machine...). Couldn't find any info about the phone on the broadcom site. It will be nice when the phones are this smart (as well as an order of magnitude cheaper) and VOIP starts selling itself. Skype also might have an even tougher time when MSN messenger intergrates voice again; glad I d...
2017 May 15
1
[PATCH 1/3] Fix ERROR: trailing statements should be on next line
...et.c > > index 9320d96..f20dfb8 100644 > > --- a/drivers/net/virtio_net.c > > +++ b/drivers/net/virtio_net.c > > @@ -217,7 +217,8 @@ static void give_pages(struct receive_queue *rq, struct page *page) > > struct page *end; > > > > /* Find end of list, sew whole thing into vi->rq.pages. */ > > - for (end = page; end->private; end = (struct page *)end->private); > > + for (end = page; end->private; end = (struct page *)end->private) > > + ; FWIW, I generally like to put a comment on the next line to make it abundantl...
2017 May 15
1
[PATCH 1/3] Fix ERROR: trailing statements should be on next line
...et.c > > index 9320d96..f20dfb8 100644 > > --- a/drivers/net/virtio_net.c > > +++ b/drivers/net/virtio_net.c > > @@ -217,7 +217,8 @@ static void give_pages(struct receive_queue *rq, struct page *page) > > struct page *end; > > > > /* Find end of list, sew whole thing into vi->rq.pages. */ > > - for (end = page; end->private; end = (struct page *)end->private); > > + for (end = page; end->private; end = (struct page *)end->private) > > + ; FWIW, I generally like to put a comment on the next line to make it abundantl...
2004 Aug 16
2
Cisco 7.2 firmware for SIP 7940/7960 released
Hi All, Just a heads up - I was looking around the Cisco FTP a little while ago and noticed that the SIP 7.2 images for Cisco IP Phone 7940/7960 were released yesterday (16th August). No new features - all bug fixes according to the release notes. I've already started using it. I thought those of you running the Cisco phones and the appropriate access who didn't yet know would like to
2005 Dec 15
2
[LLVMdev] List Scheduling on LLVM Instructions
Hi All, I am planning to use list scheduling on LLVM instructions. Any recommendation on how to start ? As in which codes in LLVM that I need to look at. Since I am still a newbie, any readings recommended? :) Thanks a lot for the help. Regards, Kiat -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Dec 15
0
[LLVMdev] List Scheduling on LLVM Instructions
On Thu, 15 Dec 2005, thean kiat sew wrote: > I am planning to use list scheduling on LLVM instructions. > Any recommendation on how to start ? As in which codes in LLVM that I need > to look at. We don't currently have a list scheduler in the target-independent code generator, but we do have the infrastructure needed t...
2005 Dec 16
1
[LLVMdev] List Scheduling on LLVM Instructions
Didn't SparcV9 backend implement list scheduling? 2005/12/16, Chris Lattner <sabre at nondot.org>: > On Thu, 15 Dec 2005, thean kiat sew wrote: > > I am planning to use list scheduling on LLVM instructions. > > Any recommendation on how to start ? As in which codes in LLVM that I need > > to look at. > > We don't currently have a list scheduler in the target-independent code > generator, but we do have...
2020 Jun 28
2
HP vs. Brother Printers: Use with Centos/Fedora
...gt; work for long. >>>> >>>> If it's a Brother, run away as fast as you can.??They're the >>>> cheapest >>>> crappiest thing you can possibly imagine. >>>> >>>> My wife makes quilts and says the same thing about Brother sewing >>>> machines. >>>> >>> I can't speak to the sewing machines, but I have to say that I've >>> had >>> very good luck with Brother printers.??However, we have to be >>> honest >>> and acknowledge that I'm talking abo...