Displaying 20 results from an estimated 300 matches similar to: "Patch to add Unicode filename support for win32 flac"
2013 Mar 17
2
Patch to add Unicode filename support for win32 flac
JonY wrote:
> On 3/17/2013 10:33, Janne Hyv?rinen wrote:
> > Here's a patch that makes MSVC compiled flac.exe able to use wildcards
> > and encode/decode files with Unicode characters in names. It may not be
> > the prettiest code but it fulfills its primary purpose.
> > I tried to alter FLAC code as little as possible. It replaces argv with
> > utf-8 encoded
2012 Apr 11
6
Bug tracker
I started thinking that perhaps I should move my TODO list to a bug tracker. But because of reasons I've explained a few times before, I don't want a full blown public bug tracking system. The requirements for it are:
* I am the only person who can add new bugs. Everyone else reports bugs/requests to this mailing list as before. (Well, I guess Stephan could use this as well if he wants
2006 Jun 23
4
RedCloth
Help me!!!Lol
I''ve been working with RedCloth but it''s runed my layout because it put
the <p> and </p> is there a way to remove this without gsubing it up or
if I do what the prettiest I can make it?
--
Posted via http://www.ruby-forum.com/.
2002 Oct 29
5
Script question
Hello,
I've got the following script that I want to run every time a user logs in to the Samba server, whether it be from a mapped share or by opening a telnet session into the server and logging in that way.
Here's the script:
#!/bin/sh
DOMAIN=`echo $USER | awk -F_ '{print $1}'`
USERNAME=`echo $USER | awk -F_ '{print $2}'`
if [ $DOMAIN = "MA" ]; then
if [
2004 Feb 06
4
more or less pager
R-users,
(forgive my return adres)
I've been breaking my head why R---which i find fabulous, by the
way---does not pipe interactive output through a pager (more or less),
like it does with help(), or like GNU Octave does with arrays with more
than terminal height rows.
Maybe it is my installation (Debian/GNU Linux). Maybe it is my
configuration, but i don't think so because with
2017 Aug 16
2
SAMBA4 - Trusted relationship lost every Weeks
> You did say that this machine is joined to the AD domain (DOMAIN
> A), didn't you ?
>> Yes
>
> If so, why, if 'security = ADS' is in smb.conf, are you trying to use
> ldap to connect to the AD DC ?????
>> Not at all. If it was the case the machine would have never be
joined to DOMAIN_A
Joining this machine to the 2008 domain (via net ads join..) succeed
2014 Mar 24
4
[LLVMdev] RFC: Binary format for instrumentation based profiling data
On Sat, Mar 22, 2014 at 1:18 AM, Justin Bogner <mail at justinbogner.com>wrote:
> Chandler Carruth <chandlerc at google.com> writes:
> > I think it would be worthwhile to consider the alternative of having
> > the profile library write out data files in a format which is
> > essentially "always" transformed by a post-processing tool before
> >
2010 Jul 22
0
[LLVMdev] Is there a guide to LLVM's components?
David Piepgrass <dpiepgrass at mentoreng.com> writes:
> One thing that helps me understand complex software is a dependency
> graph. I found an LLVM dependency graph at
>
> https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_16/docs/UsingLibraries.html#dependencies
>
> but it's really messy and hard to follow. From that graph I made a
> cleaner graph by hand
2010 Jul 22
2
[LLVMdev] Is there a guide to LLVM's components?
One thing that helps me understand complex software is a dependency graph. I found an LLVM dependency graph at
https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_16/docs/UsingLibraries.html#dependencies
but it's really messy and hard to follow. From that graph I made a cleaner graph by hand (attached)... sorry about the fax-quality scan. But I have some questions about it...
-
2013 Mar 17
0
Patch to add Unicode filename support for win32 flac
On 3/17/2013 10:33, Janne Hyv?rinen wrote:
> Here's a patch that makes MSVC compiled flac.exe able to use wildcards
> and encode/decode files with Unicode characters in names. It may not be
> the prettiest code but it fulfills its primary purpose.
> I tried to alter FLAC code as little as possible. It replaces argv with
> utf-8 encoded version and only converts to usable Unicode
2013 Mar 17
0
Patch to add Unicode filename support for win32 flac
On 3/17/2013 18:37, Erik de Castro Lopo wrote:
> JonY wrote:
>
>> On 3/17/2013 10:33, Janne Hyv?rinen wrote:
>>> Here's a patch that makes MSVC compiled flac.exe able to use wildcards
>>> and encode/decode files with Unicode characters in names. It may not be
>>> the prettiest code but it fulfills its primary purpose.
>>> I tried to alter FLAC
2005 Aug 17
1
Voicemail/Directory, one person, one box, two last names
So one of my employees just got married and is taking her husband's
last name. As soon as her business cards run out she will be using
the new last name for business as well. So for example is there a way
to make it so that if someone goes to the directory to find her
extension and they dial DOE it matches her or if they type SMI it
matches her. Alternatively, can I make a new voicemail
2005 Oct 11
2
non-zero sequence of numbers
Can anyone think of a way to create a pretty() sequence that excludes
zero? Or a way to remove the zero from a sequence after using pretty()?
Thanks,
- Jason
Jason Horn
Boston University Department of Biology
5 Cumington Street Boston, MA 02215
jhorn@bu.edu
office: 617 353 6987
cell: 401 588 2766
[[alternative HTML version deleted]]
2012 Feb 24
1
find difference between data frames
I have one data frame, like below?
kind x y
1 1 8 9
2 1 44 3
3 1 25 7
4 1 36 20
5 2 2 14
6 2 36 20
so, I want to find unique coordinates in kind 1 rather than kind 2, ex, row
4 should be excluded, is that possible?
--
View this message in
2024 Jan 18
2
Missing python-reportlab-2.5-11.el7_9
I am having troubles finding the -11 update to python-reportlab.? I just got dinged for:
Remote package installed : python-reportlab-2.5-10.el7
Should be??????????????? : python-reportlab-2.5-11.el7_9
I don't see it in the list of updates, my local mirror, or at:
http://mirror.centos.org/centos/7/updates/x86_64/Packages/
Thanks,
Chris
2017 Aug 04
4
Filter files received on scp server
Hey,
So, I would be looking at type A. Forgive me if my understanding of how OpenSSH operates is not reflective of reality. I am assuming that, the file transfer is happening somewhat logically, with a name being known, content written, blah blah.
>From reading scp.c, it appears that, the client end at least knows the file name so I must assume the server end must be given it.
I am hoping to
2006 Jun 09
1
MGE ellipse 1200 config and documentation
Hi,
I have recently purchased MGE ellipse 1200 UPS for my home system. Obviously,
the choice of this particular brand was mainly dictated by MGE's
long-standing support for Linux and NUT project. The fact that the box was
clearly the prettiest looking one on the block did help also ;-). I have had
NUT tools installed and configured in no time, as I did it numerous times
before -- kudos
2003 Nov 05
1
Samba 3 & ADC problem.
Greetings all.
I am banging my head about this one, I will try to be as specific as
possible, bear with me please.
I have a W2KDC ADC, and trying to join a Samba 3 linux workstation to it.
What works:
net join:? succeeded
wbinfo -t:? checking the trust secret via RPC calls succeeded
wbinfo -m: return to prompt, no output
wbinfo -u: correct list of local + AD members
wbinfo -g: correct list
2020 Apr 06
4
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
Hi
The R branch ...
https://svn.r-project.org/R/branches/R-symfam/
... is now set up so that it works "out of the box" on Fedora by setting
the default to be 'symbolfamily=cairoSymbolFont(family, usePUA=FALSE)'
when grSoftVersion()["pango"] is greater than "1.44".
This means that on Fedora 31 (at least on the Docker container I am
testing on)
2008 Aug 05
2
Adding .PDF files to a package
Deal all,
new as I am to developing packages for R-Project, I apologize on
beforehand for questions that are too obvious. I am trying to 'add' a
PDF document containing some detailed information to a package.
The way I understand the Rexts.pdf document, I should add my .PDF
document to the /inst/doc/ folder, and links to the files should be
build automatically. However, after