Search Result

Collapse
2 results in 0.0042 seconds.
Keywords
Members
Tags
translation
  •  

  • David Deisadze
    started a topic Translating my script from perl to python

    Translating my script from perl to python

    Hello, i am translating a program that I wrote in perl to python, i am currently stuck on this section and it does not work.

    Perl:
    Code:
    [while (<MAYA>)
    {
      
      my ($line) = $_;
      chomp($line);
         
      if ($line =~ /library_geometries/)
      {
        $start = 1;
      }
      
      if ($line =~ /<\/float_array>/)
      {
        $end = 1;
      }
      
      if (($start
    ...
    See more | Go to post
    Last edited by bvdet; Aug 9 '11, 02:42 PM. Reason: Fixed code tags

  • jum NIC
    started a topic Codes in Translating Whole Pages of my Website
    in PHP

    Codes in Translating Whole Pages of my Website

    1. Can you give me some sample codes that could translate whole pages of my website to other languages.

    2. Where should i put those codes?

    My website is http://www.jumbonet.co m
    See more | Go to post
Working...