Displaying 20 results from an estimated 200000 matches similar to: "Adding Translations"
2009 Mar 31
0
[fdo] Open Clip Art Library Release 0.19 Announcement and OCAL10K Goal Exceeeded
March 31, 2009 - Release 0.19 of Open Clip Art Library
(http://www.openclipart.org), containing over 12,000 high quality scalable
vector graphics (SVG) files released into the public domain by over a 1000
artists, is now available for download and use. In celebration of this
accomplishment, since OCAL???s last release happened in 2005, and March
being 5th anniversary of the Open Clip Art
2003 Feb 28
1
unique turns ordered into factor (PR#2591)
[reported originally by Christoffer Tornøe]
> f <- ordered(month.name)
> f
[1] January February March April May June July
[8] August September October November December
12 Levels: April < August < December < February < January < July < ... < September
> unique(f)
[1] January February March April May June July
2014 Mar 08
0
FeedbackComputing14 paper submission due on March 25 (9th International Workshop on Feedback Computing)
Feedback Computing 2014 Call for Papers
June 17th, 2014, Philadelphia, PA, collocating with USENIX ATC and ICAC
http://www.usenix.org/conference/feedbackcomputing14
Submission deadline in two weeks!
Key Dates:
* Paper submissions due: March 25, 2014, 11:59 p.m. PDT
* Notification to authors: April 22, 2014
* Final paper files due: May 22, 2014
Overview:
The 2014 International Workshop on
2014 Mar 08
0
FeedbackComputing14 paper submission due on March 25 (9th International Workshop on Feedback Computing)
Feedback Computing 2014 Call for Papers
June 17th, 2014, Philadelphia, PA, collocating with USENIX ATC and ICAC
http://www.usenix.org/conference/feedbackcomputing14
Submission deadline in two weeks!
Key Dates:
* Paper submissions due: March 25, 2014, 11:59 p.m. PDT
* Notification to authors: April 22, 2014
* Final paper files due: May 22, 2014
Overview:
The 2014 International Workshop on
2013 Feb 26
0
FeedbackComputing'13 CFP (one month before deadline)
CALL FOR PAPERS
Feedback Computing 2013 -
The 8th International Workshop on Feedback Computing
San Jose, California, USA, 25 June 2013
Co-hosted with the 2013 USENIX Federated Conferences Week
https://www.usenix.org/conference/feedback13
-----------------------------------------------------------------
IMPORTANT DATES
Paper submissions due: March 29, 2013, 11:59 p.m. PDT
Notification to
2013 Feb 26
0
FeedbackComputing'13 CFP (one month before deadline)
CALL FOR PAPERS
Feedback Computing 2013 -
The 8th International Workshop on Feedback Computing
San Jose, California, USA, 25 June 2013
Co-hosted with the 2013 USENIX Federated Conferences Week
https://www.usenix.org/conference/feedback13
-----------------------------------------------------------------
IMPORTANT DATES
Paper submissions due: March 29, 2013, 11:59 p.m. PDT
Notification to
2013 Aug 21
1
Language Translation Needs - ITC Global Translations
Français ( "http://www.itcglobaltranslations.com/email/itcusa/french/index.html" ) - Español ( "http://www.itcglobaltranslations.com/email/itcusa/spanish/index.html" ) - Deutsch ( "http://www.itcglobaltranslations.com/email/itcusa/german/index.html" )
Hello,
I got your details from the Internet. Apologies for the unsolicited contact.
Our translation company, ITC
2006 Sep 26
1
An idea: rsyncfs, an rsync-based real-time replicated filesystem
Recently, I have investigated FUSE as an option for implementing something
like I proposed to this list in April, 2005 (instead of inotify).
Just yesterday, I submitted some patches to the mysqlfs-general mailing
list that improve mysqlfs a bit. With a little more work (which I may or
may not do), using mysqlfs (a FUSE filesystem) and mysql replication, one
can achieve a real-time, one-to-many,
2009 Dec 07
0
Nouveau wiki translations
Hi guys,
it's been a year since my last call (below) for updating translations.
Unless anyone objects, I propose, that all translation pages are
eligible for removal if they have not been properly updated within
two weeks since the original page was updated.
TiNDCs are an exception, they are not live content, and they should
be up-to-date anyway, by definition.
mwk already did some good
2020 Aug 21
0
Translations using Weblate
Hi,
with the changes done last week in libguestfs and virt-v2v, we are now
using Weblate as our translation infrastructure; in particular, we are
using the Fedora instance:
https://translate.fedoraproject.org/projects/libguestfs/
I set up all the various components required, i.e. messages and docs
for libguestfs and virt-v2v. The docs components are "linked" to the
components of the
2020 Nov 22
0
R - translations status and few notes
Dear R users/devs,
TL;TR
This is a translations status for R. Since I've revisited my own work
in a github repo, I think some notes could be useful to other
maintainers.
## Status
The supported languages for "base": da, de, en, en_GB, es, fa, fr, it,
ja, ko, nn, pl, pt_BR, ru, tr, zh_CN, zh_TW. Any single file is quite
close to be completed (# of translated labels), but some
2007 Mar 19
1
sigmalot 9.0
Hello,
I am quite a newbie under wine but I already achieve to run some
MSapplication with it. For professional purpose I need to run
sigmaplot.
I installed it through wine on an ubuntu6.06, everything seems ok for
instalation but when I launch it i got an error message : the windows
is entitled "Graphics Page Library" and the message is "an error
occured during OLE operation.
2010 Jun 18
0
New course schedule and new locations
Hi all,
Mango have released their updated training schedule which includes new courses and new locations. Hadley Wickham will also be coming to London to teach Data Visualisation in R. Please see details below:
Public Courses
Our public courses include introductory to advanced training in general data analysis through to industry specific data analysis. Attendees of our public courses receive
2011 Jun 02
0
About Translations with tolk engine.
Hello,
I have implemented tolk engine by dhh to add translations and then create
.yml files from it. It works well for text.
Now what I want is same behavior over images.
I create follwing structure in my en.yml file -
images:
logo: "/images/en/logo.png"
and for hi
images:
logo: "/images/hi/logo.png
and in my views, I have - <%= t("images.logo") %>
This
2013 Jan 11
0
[LLVMdev] modifiy the address of GlobalVariable emitted by JIT
Hi everyone,
I am building a binary translator, and try to do block chaining.
LLVM version : 3.1
my machine : x86-32 bit, Linux
Before each *LLVM IR returnInst constantValue*, I insert a call instruction
& a returnInst which looks like
%x = call @G ;
ret %x;
then remove the *LLVM IR returnInst constantValue*
The initializer of @G is a function which has prototype int f(struct MyType*
2008 Dec 13
3
Nouveau wiki translations
Hi all,
it seems that the translations in the Nouveau wiki have been rotting for
some time. Many translated pages even have a note saying they are not
up to date, which makes me think they are not going to be updated anymore
at all.
I am planning to remove all translation links from FrontPage and FAQ.
I will not remove the pages themselves. If someone wants to come back
and actually maintain a
2007 May 14
0
[SAMBA-SECURITY] CVE-2007-2444: Local SID/Name Translation Failure Can Result in User Privilege Elevation
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==========================================================
==
== Subject: Local SID/Name translation bug can result
== in user privilege elevation
== CVE ID#: CVE-2007-2444
==
== Versions: Samba 3.0.23d - 3.0.25pre2 (inclusive)
==
== Summary: A bug in the local SID/Name translation
== routines may potentially
2017 Jun 21
0
Counting with multiple criteria using data table
Have you gone through any R tutorials? If not, why not? If so, maybe
you need to spend some more time with them.
It looks like you want us to do your work for you. We don't do this.
See (and follow) the posting guide below for what we might do (we're
volunteers, so no guarantees).
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and
2017 Jun 21
3
Counting with multiple criteria using data table
I have a data.table which is shown below. I want to count combinations of
columns on i and count on j with by. A few examples are given below the
table.
I want to:
all months to show on the output including those that they have zero value
I want the three statements combined in on if possible so the output will
be one data table; that is the outputs are next to each other as manually
2007 Nov 23
1
Release Notes translations
Morning guys,
CentOS 5.1 is nearing its release. And we're going to have Release Notes
for it.
This time the release notes will live on wiki.centos.org, not on the
ISOs itself.
See <http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.1>
If anybody of you has some time over the weekend and is interested to
translate these notes into a language which is *not*
- German
- Dutch
-