search for: shuns

Displaying 20 results from an estimated 67 matches for "shuns".

Did you mean: shunt
2006 Jul 24
4
List etiquette question
I''ve written a little ruby/rails hangman-ish app to keep my wife occupied at work that I think list members might also find interesting. I''m new to this list so I wanted to see if it would be considered bad form to post the link before I did. There aren''t any ads so I''m not getting anything out of more visitors, but I still didn''t want to take the
2006 Jul 25
3
Ruby hangman (was Re: List etiquette question)
"Beast" is more appropriate than you know. It''s definately Frankenstein code. (read: it ain''t pretty, but it works - some of the time). Anyway, it entertains my wife; not sure if hardcore programmers will get anything out of it or not. You might find it interesting (or pointless) that in a complete bastardization of rails'' main reason for being it
2002 Feb 08
1
Expansion of hostname
# This issue is also related to # Subject: Re: [openssh-dev]: disable ProxyCommand from being used? On reading ~/.ssh/config file, host name which is specified by command line and check with 'Host' line, is constant for the whole of reading. If this host name is expanded by 'HostName' option value, it's worth for making config file simple and usefull 'Host' can be
2006 Oct 30
1
interactive flag unix
Hi, I would like to see a way to force R to be in interactive mode with a flag. So that the default behavior of being in interactive mode if the input is from a keybord can be overridden. Something like: R --interactive R --no-interactive octave has a flag like this and it words nicely for what I need (input from named pipe). Anyway, the fix is just a simple change to src/unix/system.c I can
2018 Jun 11
3
[PULL] vhost: cleanups and fixes
The following changes since commit 29dcea88779c856c7dc92040a0c01233263101d4: Linux 4.17 (2018-06-03 14:15:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to aa15783ee62d57d69433101ede3e3ed11e48161d: virtio: update the comments for transport features (2018-06-07 22:17:40 +0300)
2018 Jun 11
3
[PULL] vhost: cleanups and fixes
The following changes since commit 29dcea88779c856c7dc92040a0c01233263101d4: Linux 4.17 (2018-06-03 14:15:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to aa15783ee62d57d69433101ede3e3ed11e48161d: virtio: update the comments for transport features (2018-06-07 22:17:40 +0300)
2006 Mar 12
7
stop monitor on transfer
Guys. This idea has been banging my headfor days now and I feel the need to share with you. Imagine this scenario: all calls come in thru a receptionist, asterisk records all incoming calls, the receptionist's work is to transfer the calls to internal people but some of them are bosses and you know how bosses are, they don't want their calls to be recorded, so, I have been trying to
2020 Jan 24
3
[cfe-dev] Phabricator -> GitHub PRs?
On 01/24, Renato Golin wrote: > On Fri, 24 Jan 2020 at 17:11, Doerfert, Johannes <jdoerfert at anl.gov> wrote: > > As I understand it, the GH model is to amend a new commit to your PR > > which addresses the review comments. The "problem" is that "we" are used > > to the force push model in which each commit is always as "clean and self > >
2018 Jun 11
0
[PULL] vhost: cleanups and fixes
On Mon, Jun 11, 2018 at 9:24 AM Michael S. Tsirkin <mst at redhat.com> wrote: > > virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT Is this really a good idea? Plus it seems entirely broken. The report_pfn_range() callback is done under the zone lock, but virtio_balloon_send_free_pages() (which is the only callback used that I can find) does add_one_sg(), which does
2006 Feb 04
4
Test
Ok - I have not gotten anything since 6:03 am this morning. It's now 4:33 pm - has anyone gotten anything?
2001 Oct 09
0
Small patch for ssh_askpass()
Hi, There is small bug in ssh_askpass(). Fix like this. Additionally removing '\r' is for Win32 environment. --- readpass.c 2001/10/09 05:42:49 1.1.1.1 +++ readpass.c 2001/10/09 08:06:38 @@ -45,7 +45,7 @@ { pid_t pid; size_t len; - char *nl, *pass; + char *pass; int p[2], status; char buf[1024]; @@ -71,16 +71,15 @@ fatal("ssh_askpass: exec(%s): %s", askpass,
2004 Sep 17
0
Re: Asterisk forum created http://ASTERISK.XVOIP.COM
well, asterisk unofficial forums are online since Nov 2003. http://asterisk.xvoip.com We have 500 registered members as of today and forum is alive. About 1000 uniqe visitors are hiting forum everyday. We will post link to your forums to provide users with more info. http://asterisk.xvoip.com I agree, the Wiki is Step #1 for any Asterisk user. The Wiki is a great reference, but you
2007 Aug 16
0
No subject
served by the Type Reference and Function Reference documents, and found the Language Tutorial to be a handy introduction. If I were to ask for more, it would be a Language Reference, and a comprehensive index, because I find search tools generally lacking. On Mon, Aug 27, 2007 at 10:24:04AM -0500, Luke Kanies wrote: > If there were unit tests for documentation sufficiency, I''d feel
2003 Aug 14
2
Hardware encoder.
Hi people, I am aware of the integer based DEcoder (Tremor) but am more interested in a hardware ENcoder, for use in a solid state portable recorder. Has anyone made *any* steps towards implementing an encoder in a DSP? I ask because I have been investigating MP3 hardware encoders, and apart from being very expensive (to licence - DSPs are as cheap as grains of sand in comparison) I have an
2005 Jul 01
0
How to set HTB correct ?
Hi, everyone I has a ADSL link about 4M bandwidth, and use HTB do bandwidth management. When I config qdisc like below: tc qdisc add dev br0 root handle 1: htb default 30 tc class add dev br0 parent 1: classid 1:1 htb rate 4000kbit tc class add dev br0 parent 1:1 classid 1:10 htb rate 2000kbit ceil 4000kbit prio 0 tc class add dev br0 parent 1:1 classid 1:20 htb rate 1000kbit ceil 4000kbit
2005 Jul 05
1
[HTB] about SCHED_JSCALE value
at 1 Jul 2005, I request help about HTB setting because my HTB setting did not work. After days, I found the source code bug lead to problem. My linux kernel is v2.4.17 port for mips by boardcom. boardcom set HZ to 200 in linux/include/asm-mips/param.h. In linux/include/net/pkt_sched.h, SCHED_JSCALE is set to 0 according to HZ=200. When I set SCHED_JSCALE to 13, the problem is solved. Shun
2000 Sep 25
3
socks proxy support
is openssh going to ever contain socks4/5 proxy support (http://www.socks.nec.com/) the same way ssh (nonfree version) does? Without this support, openssh is completely unusable behind a firewall. Hayden A. James
2004 Dec 14
1
What if this happens?
Does anyone have concern about this? What if Redhat stops giving SRPMS for new releases and updates in public? If you buy a subscription to RHEL AS and they have to give you the SRPMS because of GPL agreement can that person provide those SRPMS to public again because of GPL? They claim they are premium OpenSource company but they are still a company and for them money is bottom line.
2004 Nov 23
0
[LLVMdev] Nested functions
On Nov 22, 2004, at 10:00 AM, Vikram S. Adve wrote: > I have not seen a discussion of this and none of our current front-ends > need it. A straightforward way to add support for this would be: > > (a) Lower nested procedures into ordinary top-level functions in LLVM, > with name-mangling to enforce scopes for each name. > > (b) I assume you don't want to use a display (a
2000 Nov 15
1
BeOS on PPC compile, thread question.
> In fact I am compiling as C++. Under BeOS, these functions will > eventually end up inside of a C++ class. So, I'm kind of stuck. > It's not the end of the world. Couldn't you just compile the vorbis files as vanilla C, and then implement a thin C++ wrapper if you need to access it that way? There's nothing in BeOS which *requires* code to be C++. Sorry if I'm