Displaying 20 results from an estimated 116 matches for "localisation".
2009 Jan 14
4
insufficient fix for gcc localised output in stubdom makefile
Hello.
There was a slight change in stubdom makefile from 3.3 to 3.3.1, in
order to use non-localised gcc output:
GCC_INSTALL = $(shell LANG=C gcc -print-search-dirs | sed -n -e
''s/install: \(.*\)/\1/p'')
However, this is still unsuffient to just set LANG:
[guillomovitch@n2 xen]$ LANG=C gcc -print-search-dirs | sed -n -e
''s/install: \(.*\)/\1/p''
At least on
2015 Jul 11
2
C coding tips please / Localisation
Hi Folks,
Well, it has only been more than 6 weeks and still no response to my "No
localisation for rsync?" topic. :(
So far, I have determined that there are at least 4 files that need
translations for rsync. They are the following.
main.c
flist.c
log.c
progress.c
For my initial test I only made the following modifications.
main.c
------
I added the following line ...
#include <...
2015 Jul 12
0
C coding tips please / Localisation
...ever, given the warning messages I saw, maybe this is not the
> correct (elegant and most efficient) way for the secondary files to
> reference "libintl.h".
>
The best place to add that include and the gettext define would be to put
them in rsync.h somewhere, which would make the localisation idiom
available in all the .c files. Putting it down at the bottom of the file
would be a reasonable spot for it.
Are "extern" variables always declared before other variables?
>
No, they can be declared anywhere before they get used. Rsync just has a
particular top-of-file style fo...
2015 Jul 14
1
C coding tips please / Localisation
Wayne Davison <wayned <at> samba.org> writes:
> The best place to add that include and the gettext define would be to put
them in rsync.h somewhere, which would make the localisation idiom available
in all the .c files. Putting it down at the bottom of the file would be a
reasonable spot for it.
Hi Wayne,
I thought you must have fallen off the face of the earth or something like that.
I have moved the code to rsync.h, as suggested, and that is working. :)
> For your lo...
2015 May 22
1
No Localisation for rsync?
Hi Folks,
There are no Localisation features incorporated in the rsync code, from what
I can see, and hence no Language Translation files.
I see pertinent strings, in the "main.c" (output_summary function) and
"flist.c" files, which are used by the rprintf function.
I could use xgettext with "rprintf"...
2007 Nov 13
2
map - mapproj : problem of states localisation
Hi R-user,
I am new with R and I have a problem with the map and mapproj fonctions :
with the following code :
>test_proj=mapproject(LONG_d01_vec_t1, LAT_d01_vec_t1, projection="lambert",
parameters=c(30,60))
>longitude_vec=test_proj$x
>latitude_vec=test_proj$y
>longitude_mat=matrix(longitude_vec,ncol=e_sn_d01)
>latitude_mat=matrix(latitude_vec,ncol=e_sn_d01)
2005 Nov 13
1
selection of missing data
Hi i'm a french medical student,
i have some data that i import from excel. My colomn of the datafram
are the localisations of metastasis. If there is a metatsasis there is
the symbol "_". i want to exclude the row without metastasis wich
represent the NA data.
so, i wrote this
mela is the data fram
mela1=ifelse(mela[,c(11:12,14:21,23,24)]=="_",1,0) # selection of the
colomn of metastasis loca...
2007 Apr 04
0
Localise VM_DATE timestamp like the voicemessage envelope
Hello,
is there anyway or any plan to have the date/time stamp that's printed
in an outgoing voicemail notification email to NOT be the date/time of
the (*) machine but infact correspond to the timezone set for the
subscriber under the TZ variable?
I have the (*) machine set to UTC and when the notification email goes
out, it prints out the date/time of the machine at which the voicemail
was
2010 Feb 23
1
VB IsDate/IsNumber: Localisation does not work
Hi everybody,
I started testing a (really large self written) VB appllication under Wine and was surprised, that a lot works out of the box (nearly...) - Great Work!
But I have a few errors I need some advice on: In the application are lot of tests if entered data are numbers or dates.
These test do not work, It looks like the locale (number and date)formats are not used in this functions. My
2004 May 14
3
Psssst. The US is asleep - let's talk intern ationalization !!!
And let's also spell things properly! Like 'internationalisation' ...'Weasels have got into your phone system' instead of 'gotten into your phone system...'
And 'please press the hash key..' instead of 'pound key'
There should probably be en_uk, en_us, en_ca, en_za, en_nz, en_oz, en_ie and en_in etc to allow each English-speaking country to localise
2001 Dec 19
0
public key authentication failure
Hello,
I am attempting to make public key authentication to work between
OpenSSH 3.0.2 client on OpenBSD and SSH-1.99-OpenSSH_2.9 FreeBSD
localisations 20011202. From reading sshd -ddd and ssh -v I can't
figure out what goes wrong. Could somebody interpret the attached
typescripts for me, please?
Here's the relevant part from the server log and I don't understand it:
debug2: input_userauth_request: try method publickey
debug1: test...
2010 Apr 20
5
Smart localisation
Hi,
I have some trouble using Il8n. I''ve had these problems for a while
now and always used rough workarounds, but as my productivity needs to
go up another notch, I was wondering whether there was any way of
avoiding these workarounds.
For example: When I''m inside a view (say ''home/index'') and use
t(''title''), I''d like Rails to know
2011 Sep 13
2
Convert "RDX" and "RDB" to ASCII format?
Dear R users and experts,
I need to modify an exisiting R function from a package. The function/
variable is inside a namespace and I have problems accessing it.
I only need to get access to to corresponding sourcecode. I localised
the "RDX" and "RDB" files. But it seems to be a binary format.
How can I convert it to an ASCII format to open and extract the code
from a text
2006 Jul 04
4
Question about Salted Hash Login Generator
Hi,
I am using salted hash login generator to create my login page. In the
user_environment.rb file, I saw that there is a comment saying should
NOT include the email field in the changeable user fields array. Does
anyone know why?
> # Add all changeable user fields to this array.
> # They will then be able to be edited from the edit action. You
> # should NOT include the
2005 Dec 11
1
bug? in making security/isakmpd
Hi!
There is a little problem in the security/isakmpd port. There are some
gen*.sh scripts in it, which generate some C header (and src) files.
These scripts are using awk, tr, etc - some generic UNIX tools. One of
the tools has problems with some localisations, so these scripts
generate incorrect C-code. Eg, I have Hungarian localisation set, so I
have the following in my environ:
LANG=hu_HU.ISO8859-2
But with it, I get so many errors, like this:
$ cd /usr/ports/security/isakmpd
$ make
So many lines deleted ....
cc -O2 -fno-strict-aliasing -pipe -...
2006 Mar 01
2
Update R 2.1.1-1 -> 2.2.1 on UBUNTU
I've installed Ubuntu 5.10 Breezy on my Mac. When using MacOSX, I used to
work with R 2.2.1, but now, with Ubuntu, I can't download it with
synaptic. I can only download R 2.1.1-1, and I really need 2.2.1.
I've tried to edit the sources.list file, typing
deb http://cran.R-projet.org/bin/linux/debian stable/
R/r, using a different mirror,... but when I run synaptic, it says:
W:
2017 Jan 10
6
Can't comile bundled PJSIP on CentOS 7
Hello,
I'm setting up an Asterisk 13.13.1 cluster on two CentOS boxes.
I followed this:
cd /usr/src
wget ... asterisk-13.13.1.tar.gz
tar zxf asterisk-13.13.1.tar.gz
cd asterisk-13.13.1
ASTERISK_CONFIGURE="--libdir=/usr/lib64 --prefix=/usr"
./configure ${ASTERISK_CONFIGURE} --with-pjproject-bundled
make menuselect (shows res-srtp is available)
make
latest make command fails with
2013 Mar 17
1
Patch to add Unicode filename support for win32 flac
JonY wrote:
> On 3/17/2013 23:01, LRN wrote:
> >> All those ifdefs will at least be confined rather than spread out
> >> through the code.
> > I did it plibc-style:
> >
> > in compat.h:
> > #if defined(_WIN32)
> > #define FOPEN grabbag__fopen_utf8_wrapper
> > #else
> > #define FOPEN fopen
> > #endif
> >
> > in
2006 Apr 05
1
''Implicit'' subselection of data in find?
...websites out of the same running code base. So currently on
each request I have a before_filter that looks at the domain name, looks
up a table (called ''sites'') and sets a global $site variable which I can
use in models, views and controllers to customise behaviour (including
localisation). So far so good.
Ideally I''d also like to tag each row in pretty much every table (there
are a few tables that are common across every site- such as localization
information that I don''t want to tag specific to a site) with the
site_id and then modify ''find''...
2003 Apr 08
1
Modeling the trend and eliminate it
Hi,
I would like to eliminate the trend of a set localised (with x an y) data.
I try to fit a linear model to the data:
mod.01 <- lm(ff~x+y)
I've got so a model. My question is how can I do to subtract the model from
the initial f data ?
--
Cordialement
----------------------------------------
Emmanuel POIZOT
Cnam/Intechmer
Digue de Collignon
50110 Tourlaville
T?l : (33)(0)2 33 88 73 42