search for: tranlations

Displaying 20 results from an estimated 28 matches for "tranlations".

Did you mean: translations
2009 Jun 30
1
Tranlations needed
Howdy wine-users, The translation statistics for Wine have recently been moved to the wine source code site: http://source.winehq.org/transl/ The statistics are updated daily, whenever patches are committed. If you want to help Wine, and speak English + another language, translating resources into your language is a great way to help wine! See http://wiki.winehq.org/Translating for info on how
2008 Dec 02
5
Problem with extend rails(add new function in lib)
I do things below: In lib/translater.rb class Translater require "rubygems" require "rmmseg" include "RMMSeg" ... def segment(text) RMMSeg::segment(text) end end in helper/xx/xxx.rb module xx require "translater.rb" def translate(text) Translater.run(text) end end when i use helper method tranlate, erros: undefined method
2012 Mar 08
3
[LLVMdev] Introducing julia, and gauging interest in a julia BOF session at the upcoming LLVM conference in London
Folks, We are contemplating holding a Birds of a Feather session titled "Julia and LLVM: Implementing a fast dynamic language for technical computing" at the LLVM 2012 European Conference on April 12-13 in London. http://llvm.org/devmtg/2012-04-12/ Would this be of interest to the LLVM developer and user community? It would be great if you could drop me a line. It will help us gauge
2009 Mar 06
1
Trasnlation
Hi, i've found you have some trouble with the spanish tranlation in some of the docs. I don't know if im wrong for writting to this list but i'd like to say that i can help with the trasnlations , i'm from Argentina so my mother languaje is spanish. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 May 07
0
[LLVMdev] Using LLVM for decompiling.
On 5/7/12 5:47 AM, James Courtier-Dutton wrote: > Hi, > > I am writing a decompiler. I was wondering if some of LLVM could be > used for a decompiler. > There are several stages in the decompiler process. > 1) Take binary and create a higher level representation of it. Like RTL. > 2) The output is then broken into blocks or nodes, each block ends in > a CALL, JMP, RET, or
2013 Aug 02
4
Internalization of help pages
Is it possible to translate help files? I see there are some localization options for GUI, but not for help. I think this would be really helpful for users who don't have English as their primary language. Because all the online help is created from text files, it should be not that difficult to maintain different language versions (e.g. to mark them as not valid when primary documentation in
2013 Aug 02
4
Internalization of help pages
Is it possible to translate help files? I see there are some localization options for GUI, but not for help. I think this would be really helpful for users who don't have English as their primary language. Because all the online help is created from text files, it should be not that difficult to maintain different language versions (e.g. to mark them as not valid when primary documentation in
2012 May 07
6
[LLVMdev] Using LLVM for decompiling.
Hi, I am writing a decompiler. I was wondering if some of LLVM could be used for a decompiler. There are several stages in the decompiler process. 1) Take binary and create a higher level representation of it. Like RTL. 2) The output is then broken into blocks or nodes, each block ends in a CALL, JMP, RET, or 2-way or multiway conditional JMP. 3) The blocks or nodes are then analyzed for
2008 Nov 17
1
[LLVMdev] Bug? Call to pointer function does not adjust the stack.
On the transition from 2.1 to ToT some test cases on my JIT compiler are failing due to stack corruption. This is how it happens: the function define internal void @Addr_0x89c8b78([4 x i8]* sret) { %2 = bitcast [4 x i8]* %0 to i8* ; <i8*> [#uses=1] %3 = bitcast [4 x i8]* @0 to i8* ; <i8*> [#uses=1] tail call void @Addr_0x80f88d4(i8* inttoptr (i32 144403792 to i8*), i8* %3, i8*
2004 Sep 01
0
Question::page fault::vm:::encrypt and decrypt file data
hi, Q1: How to produce a page fault? Q2: How translate physical memory address into virtual memory address? Because phys addr is 64 bit and virtual addr is 32 bit. Q1 description:: I have succeed to add hook in vfs layer to encrypt file data before write and decrypt file data after read. Now, when I use cp command, system will reboot, it seem to caused by encrypt data whose addr is
2008 Oct 16
3
central patch list
Is there a list somewhere of available updates for a given CentOS release? Something like this: https://rhn.redhat.com/errata/rhel4ws-errata.html Ideally I would like a something like: Bug Description Link to update 1111 kernel blah,etc http://some.rpm.com/1111.rpm -Mark -- Mark Belanger LTX Corporation
2008 May 01
5
The source file wineinstall needs translation
Hello, I have compiled the source of wine for the first time but I had not installed any package as flex and I get an error message. This error only showed that you must install the package, but in English and would rather useful for people who compiles for the first time, appeared in their language. You simply could detect the language before starting to compile a file and include constant
2002 Apr 18
2
2 doubts
Hi, What is the command to use with scp and sftp in UNIX, to transfer files as ASCII ? I know that in FTP , we have the parameter "ascii" , but, how about openssh? How can I make a script in UNIX using scp or sftp where I do not have to type the password ? I mean, there is a password , but I don?t know where I should put it . In a file ? Into the script ? regards, Jorge Cleber
2003 May 27
3
The Wrong Choice: Locked in by license restrictions
A colleague pointed me to this article advocating R as a Matlab substitute. Here is the link (deliberately on two lines: http://searchenterpriselinux.techtarget.com/ originalContent/0,289142,sid39_gci902076,00.html I'm not a Matlab user, but I understand that it provides a nice front end to the Linpack collection of numerical linear algebra routines. My friend and I wonder if R can really
1999 Sep 25
2
file locking with win apps
Hello there, I have a serious file locking problem with samba on a RH6 based Linux machine. >From the exported share a database files are being requested. Problem is, only one client can access these - and even only one client can initialize the database query engine, which is btrieve 6.15 workstation engine. The same problem affects .doc files. If one client has an open document, the file is
1998 Jul 29
0
Printing on a Window Client from AIX
Hi all... First, thank you to Matt Chapman for pointing out why I could not connect to a non-domain participating machine. I needed to have a local account on that machine (it wasn't checking back with the domain controllers as I thought it would). I guess I'm going to have to start venturing out of the UNIX world and into the NT one. Scary :-) Either way, I now successfully am
2009 Jan 20
6
Apache Server Tuning for Performance
Hi all, I am facing facing performance issues with our web servers which is working for concurrent 250 requests properly and then stops responding when the requests are more than 250 . The current configuration parameters are as follows : apachectl -version Server version: Apache/2.0.52 Server built: Jan 30 2007 09:56:16 Kernel : 2.6.9-55.ELsmp #1 SMP Fri Apr 20 16:36:54 EDT 2007 x86_64
2014 Jan 25
7
[Bug 888] New: Assertion errors attempting a statement which (I believe) is grammatically correct.
https://bugzilla.netfilter.org/show_bug.cgi?id=888 Summary: Assertion errors attempting a statement which (I believe) is grammatically correct. Product: nftables Version: unspecified Platform: x86_64 OS/Version: Fedora Status: NEW Severity: normal Priority: P5 Component: nft
2007 Apr 18
0
[PATCH 8/9] Vmi apic ops.diff
Use para_fill instead of directly setting the APIC ops to the result of the vmi_get_function call - this allows one to implement a VMI ROM without implementing APIC functions, just using the native APIC functions. While doing this, I realized that there is a lot more cleanup that should have been done. Basically, we should never assume that the ROM implements a specific set of functions, and
2007 Apr 18
0
[PATCH 8/9] Vmi apic ops.diff
Use para_fill instead of directly setting the APIC ops to the result of the vmi_get_function call - this allows one to implement a VMI ROM without implementing APIC functions, just using the native APIC functions. While doing this, I realized that there is a lot more cleanup that should have been done. Basically, we should never assume that the ROM implements a specific set of functions, and