Displaying 20 results from an estimated 325 matches for "brave".
2000 Jul 11
0
Brave GNU World feature about ogg (BOUNCE vorbis-dev@xiph.org: Non-member submission from ["Georg C. F. Greve" <gr) (fwd)
------- Forwarded Message
Sender: greve@fusebox.hanse.de
To: vorbis-dev@xiph.org
Cc: info@xiph.org, webmaster@xiph.org
Subject: Brave GNU World feature about ogg
From: "Georg C. F. Greve" <greve@gnu.org>
Organization: GNU Project
X-Home-Page: http://www.gnu.org/people/greve.html
X-ICQ-Number: 10016966
X-Request-PGP: mailto:greve-public@fusebox.hanse.de
X-PGP-Affinity: will accept encrypted messages for GNU Privacy...
2008 Nov 09
2
rsync for the brave
Anyone here run rsync on a Win32 platform? I know, I'm a glutton for
pain. Anyway, I'm using 'cwrsync' on one system to copy files from a
local drive (F:) to a mapped (network) drive (Y:). The problem I'm
having is with that infamous 'Network Trash Folder'. I can't get it to
ignore it on the remote (mapped) drive, and it doesn't exist on the
local drive.
2005 Jun 21
3
[PATCH] Makefiles of policy_tool
This patch (againstChangeSet@1.1727) makes some cleanups to Makefile
of policy_tool, and add install target. It also removes policy_tool in
uninstall target from top level Makefile.
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
Makefile | 1 +
tools/policy/Makefile | 19 +++++++++++++------
2 files changed, 14 insertions(+), 6 deletions(-)
2004 May 25
3
accessing function arguments as text, macro style
...ke to use a function. It seems like what I really want is a
macro, though. I'm not quite familiar enough with R's treatment of
function parameters to know how to do something like this (ficticious
example):
f <- function(x) { paste(identifier(x), value(x)) }
> rambo <- "brave"
> f(rambo)
"rambo brave"
I've checked ?function, ?args, ?eval, and some others, but I think
I'm barking up the wrong tree. Any pointers would be most
appreciated.
--
--Ed L Cashin | PGP public key:
ecashin at uga.edu | http://noserose.ne...
2005 Jan 26
2
string evaluation
Hello,
I would like to be able to compose an expression using some of the arguments I give to a function, that is assuming I have a list such as:
my.list<-list(A=1:3,B=c("Brave", "new", "world"))
and a function
printComponent<-function(component){
if (component=="A"||component=="B"){
my.expression<-paste("my.list",component,sep="$")
print(my.expression)}
else{cat("Wrong arg...
2006 Feb 11
2
two questions:
Hi Braves there,
1) Could someone please provide the code for creating menus?
2) How could I get the list of all tables (MySQL)?
Thanks much.
Jeff
Send instant messages to your online friends http://au.messenger.yahoo.com
-------------- next part --------------
An HTML attachment was s...
2007 Oct 24
3
changes to Story Runner steps
Hi all,
The following only affects people who have bravely begun to experiment
with the 2 day-old plain text story runner and definable groups of
steps.
For those who fit that bill, I just committed a few changes that will
require you to make changes to your code.
The StepMatchers class is now the StepGroup class.
The step_matchers methods on PlainTex...
2007 Mar 30
2
error was re: disappearing printer drivers
...owing whenever i try to upload printer
drivers:
getpeername failed. error was transport endpoint is not connected
I've looked in to other methods of doing this, imprints doesn't seem to be
supported, cupsaddsmb won't work with vendor supplied drivers, and to date i
haven't been brave enough to try out rpcclient, i'm not sure of the syntax
and have concerns about the case of these drivers. So, i need to get this
working. If anyone has seen this error i'd appreciate any suggestions.
Thanks.
Dave.
2016 Dec 26
3
Call for testing/heads-up: NewGVN
Hi everybody.
NewGVN was recently committed and a few minute ago I added a flag to
enable the new experimental pass.
For the brave soul, passing `-mllvm -enable-newgvn` should do the
trick. We'll be happy to receive bug reports to analyze/fix, bonus
point if they contain a synthetic/reduced testcase.
Open a bug linked to https://llvm.org/bugs/show_bug.cgi?id=30995 would
be probably best so that all the people working on Ne...
2009 Jun 16
2
Btrfs rescue images
...to get your filesystems mounted and they also
include git, gcc, make and enough to compile the kernel. These are
based on the Arch 2.6.30 distro with just the btrfs newformat code
added.
I''ve got the 32 bit image uploaded, and I''ll queue up 64 bit overnight.
If anyone is feeling brave, just dd the image onto a usb stick and
rescue boot away.
They work on both of my test boxes, but a little extra testing would be
nice.
-chris
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo...
2008 Jan 18
2
couple questions about supported UPSes and politics of purchase
...equipment trade and it's yours.) And I had a little 350 unit for my wife's
desktop which also ate batteries. Contrast to the Belkin 1100 units I have
running a couple servers and some switches in the basement. They've worked
really well with decent battery life. I might even get brave enough to connect
NUT to them this weekend. :-)
so what's up with the MGE/APC mash up?
--
Speech-recognition in use. It makes mistakes, I correct some.
2013 Mar 05
3
What HTML5 radio player do you use ?
Hi , We think about updating our current flash based player [1] to a HTML5
one that would magically work on any mobile or desktop browser (So with
flash fallback) to play our icecast streams ( MP3 + OGG [2] )
It would be great if the stream could start instantly.
What do you use currently to achieve this ?
[1] http://www.radiogalere.org/emissions/popup.php
[2]
2010 Mar 05
4
making 0.0.16 into 1.0.0
So with all this ongoing Linus crap I'm going to be brave and ask for
reasons why
0.0.16 kernel API can't become 1.0.0.
Pros:
All old userspace compatibility is gone.
No more UMS cruft to support.
Something can be shipped on distros at last, people get to use the driver.
3D drivers exist and use the interface, there is an investment in these already....
2007 Sep 26
2
[Bridge] [PATCH] Module use count must be updated as bridges are created/destroyed
Otherwise 'modprobe -r' on a module having a dependency on bridge will
implicitly unload bridge, bringing down all connectivity that was using
bridges.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
net/bridge/br_if.c | 9 +++++++++
1 file changed, 9 insertions(+)
--- linux-2.6.23-rc8/net/bridge/br_if.c 2007-09-26 09:23:54.000000000 +0200
+++
2015 Feb 05
3
Another Fedora decision
On Wed, February 4, 2015 16:55, Warren Young wrote:
>> On Feb 4, 2015, at 12:16 PM, Lamar Owen <lowen at pari.edu> wrote:
>>
>> Again, the real bruteforce danger is when your /etc/shadow is
>> exfiltrated by a security vulnerability
>
> Unless you have misconfigured your system, anyone who can copy
> /etc/shadow already has root privileges. They do not need
2008 Oct 31
0
[LLVMdev] Several questions about LLVM
Hello, Eduardo
I think these questions were answered yesterday, but:
> 1) I know there is a MSIL backend which is still at an experimental
> phase. When will it be ready?
When there will be someone, which will finish it. Without such brave
soul I'd say "never". Currently it's definitely bitrotten and I
personally don't see the future for it expect "proof-of-concept" and
"backend for someone to start from"
.
> 4) For the work that I'm doing, besides C and C++, it would be great to
>...
2009 Dec 04
0
[LLVMdev] linking a parser bitcode
...pports only dwarf-based EH (however, EH on windows is
currently unsupported), thus llvm-compiled libgcc does not contain any
sjlj-related routines
So, the best way to resolve the situation is:
- Do not use EH in the code you're compiling via llvm-gcc (it won't
work until someone will feel brave to implement missed EH bits on
windows)
- link everything with g++, not llvm-g++
Hope this will help.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2018 Jul 13
1
Distro and release recommended
...;
>>>
>>>
>> Nice, and what about Fedora AD, anyone has implemented?
>>
>>
The Fedora included build since Fedora 27 includes the AD support based
on MIT Kerberos. As Rowland said, there are drawbacks. The only problem
I found was posted on this bug by another brave soul running the MIT
Kerberos based code https://bugzilla.samba.org/show_bug.cgi?id=13516
In summary this bug makes computer based GPOs unusable (they don't apply
by apparent computer groups membership issues).
I am running this in production (small business), but running on a
container ba...
2005 Jul 22
1
Stable Version
...l testing it - and planing to convert in
the futire. I see a lot of rapid development here which I like. But I'm
wondering if there is any kind of schedule for blessing 1.0 as official
- or - what the custom is for a stable release. Just trying to think
about when to jump in. I'm fairly brave, but the feature I need we just
added today.
--
Marc Perkel - marc at perkel.com
Spam Filter: http://www.junkemailfilter.com
My Blog: http://marc.perkel.com
2004 Jun 01
1
Testers for chan_misdn searched
Hello everybody,
we've implemented a new Channel Driver for *. It uses the new mISDN
isdn4linux architecture and supports bri te and nt mode for now.
I assume, there are lots of bugs we didn't found yet, and even mISDN is
rarely stable. So we search brave volunteers to test the driver.
Get it at:
http://www.beronet.com/?PageID=3017
There you can find also a new *-Application which works like saynumber
and saydigit but supports multiple languages.
When you find bugs, please send email to bugs@beronet.com
Thanks a lot,
CRrichi