Software :: Tools For Translating Programs And Documentation

Feb 2, 2010

I have googled the net and found some information, but need more on translating. I need programs both for linux and windows xp for translating programs, documentation and etc. I found poEdit, but is there some simpler program to work with? I also need how-to (more simpler - more usefully) for the entire process from getting po or pot files, translate them and upload them. Is SVN suitable for that (need to mention that I only have general idea of what SVN is; didn't worked with it).

View 2 Replies


ADVERTISEMENT

Ubuntu :: Tools For Writing Documentation - Text Editor - Word Processor

May 23, 2011

I'm looking for a text editor, word processor, or another kind of program that makes it really easy to make it look like some of the text is inside of a terminal. So that it is very obvious what text is a command and what text is a description. Also a template that does this would work to.

View 5 Replies View Related

Programming :: Tools Used For Testing Performance Of C And C++ Programs

Nov 17, 2008

I would like to know the Tools which are used for Testing the performance of C and C++ programs under linux?

View 4 Replies View Related

Programming :: Translating Code To OSX?

Jul 20, 2011

I have the following code:

Code:
#!/bin/bash
function dx {

[Code].....

So essentially, it finds dx files, sorts them by numbers at the beginning, then performs the dx function I made (loops over all of the #-protein.dx and #-water.dx files).

It works fine when I'm running it on Ubuntu 11.04. However, when I try to run it on OSX, I get the following error:

Code:
mh320m01:DA_R02 janickij$ ./MOD_Loop_Tuber_Script.sh
find: illegal option -- t
find: illegal option -- y

[Code]....

View 9 Replies View Related

Hardware :: Translating Physical / Virtual Addresses

Mar 3, 2010

I am new to Linux kernel/user space programming having been an assembly programmer in my previous life. I am now using 2.6.x kernel on an embedded CPU that has a few dedicated hardware blocks (including more CPU running just C-code, i.e., no operating system). There is a single DRAM connected to this chip with one Linux CPU + multiple h/w blocks. No swapping.Question(s):

1. The Linux CPU needs to talk to hardware blocks that obviously physical DRAM addresses while Linux processes/threads use virtual addresses.
2. How do I translate these addresses back-n-forth? For example, a Linux process may want to allocate memory and then hand it off to a hardware block to write into it. Then after a while the process will read it.
3. Sometimes, the hardware block may write a physical address into the shared memory. The Linux CPU will read the shared memory and then convert the physical address to virtual memory and go read that location.

How does one achieve all of this? If this is being extremely stupid, then please let me know. Hopefully, you can give me some pointers.

View 3 Replies View Related

Ubuntu :: When Writing A Script Using Command-line Tools Why Is It More Difficult Using Graphical Tools

Apr 16, 2010

When writing a script using command-line tools why is it more difficult using graphical tools?

View 3 Replies View Related

Debian :: Xen-tools Shows Conffiles - When Do Dpkg -s Xen-tools Is It An Error

Apr 8, 2010

I checked xen-tools on a Debian Lenny system

Got following

Code:

This package contains tools to manage Debian based XEN virtual servers.

Using the scripts you can easily create fully configured Xen guest domains (domU) which can be listed, updated, or copied easily.

Homepage: [url] in the above output I am getting a line Conffiles and then you can see a series of /etc what are that and is it an error or some conflict?

View 2 Replies View Related

Software :: Install The OE Tools - Angstrom Distribution Tools In My Ubuntu

Sep 2, 2010

I need to install the scripts of angstrom distribution

ie ARM gcc..................how to install the scrpits from the site [url]

View 1 Replies View Related

Red Hat :: Documentation For Virtualisaion ?

Nov 9, 2009

I am new in Linux. I want some information about the below:

We have 4 half hight blade systems and I want to install Linux on all systems and make one big logical virtual systems. Please share some information and documentation about this technology and what this technology is known as.

View 2 Replies View Related

Fedora :: No Documentation For KPackageKit

Jul 10, 2010

Does anyone know where to get documentation for KPackageKit? I've searched on KDEs web site and this forum without success. Also on Fedora.org and googling but nothing so far.I recently loaded this distro (F13) to try it out after using mostly openSUSE and some of the minimal distros. I'm finding there is quite a learning curve, even I started in linux with RedHat 5.1.

View 2 Replies View Related

Ubuntu :: Where's The Documentation For Maximus

May 20, 2010

I'm running the netbook remix on my laptop and I really like the user interface. Particularly, maximus auto maximizing your windows. I've figured out that for the apps I don't want to maximize, I can add them to maximus' ignore list. But, with Chrome and a custom app that I'm writing, I want maximus to maximize the main window but not maximize any window that the application opens. The basic use case is when I click my delicious button in Chrome, I don't want the resulting window to be maximized. Is it possible to fine tune maximus this way? tl;dr - Is it possible to fine tune maximus to only maximize an application's main window but not the child windows? - Where can I find more detailed documentation on maximus?

View 1 Replies View Related

General :: Looking For Distro For Best Documentation?

Apr 14, 2010

I am looking for a distro that have good quality -not quantity- documantation. that is, It should be right, clear and even newbie can apply them.

Which distro is suit for it?

View 3 Replies View Related

Software :: Index Documentation In KDE?

Mar 29, 2011

I use OpenSuse 11.3 with Kde. I've downloaded some documentation of applications in .pdf and .html. I've installed it with yast and see it has been extracted to /usr/share/doc/... Is there any tool for indexing and searching for that documentation? Tried with khelpcenter, but only indexes KDE documentation.

View 3 Replies View Related

Software :: KDE Tutorial - No Documentation Available

May 2, 2010

I installed KDE and tried to find some help/tutorial but I got following message. "There is no documentation available for /kdevelop/index.html."

View 1 Replies View Related

Programming :: Looking For Scripts For Documentation

Apr 1, 2011

I am looking for a similar script like sydi-linux.py that will work with a Debian box. I want to document my server setup & just looking for an easier way to do it since I have to do this x12.Or do I just need to try & make this script work and shut up about it?

View 1 Replies View Related

OpenSUSE :: Can't Open Other Programs Or Install New Programs

Dec 29, 2009

can open the programs pe-install, but can't open other programs or install new programs

View 4 Replies View Related

Fedora :: Find Documentation About Procfs?

Aug 26, 2010

where to find documentation about procfs in fedora? I tried to use man 5 proc, and find some info in /usr/share/doc, but there is no info.

View 2 Replies View Related

Ubuntu Networking :: No Documentation For IP Aliasing?

Apr 5, 2010

I've been looking for documentation on the "Ubuntu way" of configuring IP alias addresses, especially in Ubuntu Server (servers being where IP alias addresses would tend to be used). I cannot find any documentation. It seems NetworkManager also runs on the server, and has no means to do IP alias addresses. I shut it down because it interferes with manually configured aliases (takes them back out or sometimes worse). But I am just wondering why all this is. I've had to modify startup/init scripts to get the aliasing working. That's not a problem for me since I have worked in Unix at that level for so long. But I would think there would be some standard way for Ubuntu Server (or any other) to do this. I just can't seem to find it.

View 7 Replies View Related

Ubuntu Multimedia :: Is There Documentation For Kaffeine

Oct 25, 2010

I found a forum for Kaffeine but I wonder if there is actual documentation? Although I can play any video or stream with it, I do not understand many things like time shifting or program guide. There are config links in the menu but they really only have 2 or 3 options. Nothing about Kaffeine is explained. I would think that a program that works so well and is so popular would be documented.

View 1 Replies View Related

Ubuntu :: Want OpenOffice 2007 Documentation

Oct 28, 2010

Providing me OpenOffice tutorials of 2007,
I have searched a lot but found old

View 1 Replies View Related

Ubuntu / Apple :: Documentation For Mac Switchers?

Nov 3, 2010

I was wondering if there is any documentation available that explains stuff like, The finder is called Nautilus etc... just so new Ubuntu users can equate what is similar/ different between the mac OS environment and the Ubuntu environment?

View 1 Replies View Related

General :: Where Is Documentation Of Jack Rack?

Apr 21, 2010

It is sad to see so many tools undocumented, that even makes it hard for a professional to use it. Why write a tool if you are not going to tell anybody how to use it?

View 6 Replies View Related

Security :: Looking For Documentation For Generating Certificates

May 10, 2011

Is there a guide somewhere that covers all the security module topics for Linux, somewhat from top to bottom. Such as LDAP TLS RSA secure auth... generating certs etc etc. All of it and how it all ties together. Sure I can find you should use this etc., or guides that don't explain much or how they work together to complete the sweet. TLD seems to suffer from the same thing that I just stated...

View 1 Replies View Related

Software :: Unable To Find Anything In Any Of The Documentation?

Oct 4, 2010

I just unpacked the latest version of Thunderbird. Now there is a new Thunderbird folder in my folder named Downloads. I can run Thunderbird by using the provided script. Should this folder be moved? I was unable to find anything in any of the documentation as to where this folder should be located.

View 2 Replies View Related

Debian :: Sanskrit Words In Latex Documentation

Jun 28, 2010

I am creating a documentation (in English) where I need to write some Sanskrit words. My OS is debian-5.0.4. I have texlive-latex3 and have installed latex-sanskrit. Problem is what US-English keyboard will produce the Sanskrit letters. My 'Latex-A Document Preparation System' by Leslie Lamport gives the commands for some Western languages - Greek, Swedish, French. Is any document/manual available to suit my purpose?

View 5 Replies View Related

Debian :: Centralize Linux Offline Documentation

Oct 2, 2015

I am using Debian 8, fully updated as of this writing.

I want to find a package or some way to get all my linux offline documentation in one place, be it through the web browser or an application, in the official reppos or not does not matter. I've already tried doc-central with apache2 but I get all sorts of error messages and something about no D-bus daemon started, i dont understand, because I;ve installed d-bus service latest version after the error. when I started doc-central correctly through almost blind luck (only once) I did not get any docs just the welcome message.

Is there an alternative to doc-central, a GUI type solution would be preferable. or at least some advice to properly configure doc-central and maybe that d-bus problem, because I clearly did something wrong, I have even tried to write the configuration through an example file for doc-central, but that did not do much, I've read that DocCentral is unstable so maybe I going at it the wrong way.

View 0 Replies View Related

Fedora :: Updated / Current Stateless Documentation?

Dec 29, 2010

Everyone once in a while Google drives me nuts, this is one such case.Everything I have found from Fedora or Red Hat on stateless or even diskless implementations is old as dirt. Based on Fedora Core 4 or 7. Where is the updated or current documentation for Fedora 13 or 14? With everything going to clouds one would think stateless would be a hot topic again?At least diskless should be right?

View 2 Replies View Related

Fedora :: Can't Successfully View Anything With Browser As Described In Documentation

Mar 23, 2011

Fedora 14 2.6.35.11-83.fc14.x86_64 I have a few webcams I want to serve to web browsers. I downloaded webcam-server, compiled and installed it. Running webcam_server with the -a (test) option, it appears to be doing something. But when I try viewing it with the included Java applet, I get a core dump from the webcam_server process and error messages from the viewing applet. I also cannot successfully view anything with a browser as described in the documentation.

[code]...

Firewall is turned off. SELinux is turned off. I am behind a departmental firewall.

View 2 Replies View Related

OpenSUSE :: XFCE Settings Applets - Documentation

Apr 21, 2011

When I click on "HELP" in some of the XFCE settings applets, I get an error. It looks as if the software is looking for the help under "/usr/share/doc/xfce-utils/" whereas the documentation is really stored under "/usr/share/doc/packages/xfce-utils/". I can add a symlink as a workaround. But before I do that, I thought I should ask whether there is a configuration file somewhere that allows setting the documentation path.

View 9 Replies View Related

Ubuntu Installation :: Installer Package Does Not Contain JDK Documentation

Feb 26, 2010

When I try to install something VIA Software center, there's always something else installing first. So, I chose the obvious thing, and ran sudo dpkg --configure -a. Here's what it fed me
Code:
joshua@joshua-laptop:~$ sudo dpkg --configure -a
[sudo] password for joshua:
Setting up sun-java6-doc (6-15-1) ...

This package is an installer package, it does not actually contain the JDK documentation. You will need to go download one of the archives:
jdk-6u10-docs.zip jdk-6u10-docs-ja.zip
(choose the non-update version if this is the first installation).
Please visit [URL] now and download. The file should be owned by root.root and be copied
to /tmp. [Press RETURN to try again, 'no' + RETURN to abort]. I went to the website and couldn't find either file.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved