Tagged Questions

4
votes
5answers
403 views

What algorithm to use to solve this simple mathematical problem efficiently?

I am puzzled with the following simple problem: Given positive integers b, c, m where (b < m) is True it is to find a positive integer e such that (b**e % m == c) is True where ** is …
0
votes
5answers
171 views

Perl to Python/Ruby code translator

I was asked to write a Perl-to-Python and Perl-to-Ruby (and vice versa) code translator by an evil boss, and therefore I'm curious to know if some automatic code translators between them exist …
8
votes
10answers
564 views

Why is (python|ruby) interpreted?

What are the technical reasons why languages like Python and Ruby are interpreted (out of the box) instead of compiled? It seems to me like it should not be too hard for people knowledgeable in this …
-2
votes
5answers
211 views

Python on Rails?

Would it be possible to translate the Ruby on Rails code base to Python? I think many people like Python more than Ruby, but find Ruby on Rails features better (as a whole) than the ones in Python …
0
votes
2answers
135 views

Python equivalent of ruby’s __method__?

I want to be able to do this: def asdf(): print __method__ "asdf" Thanks, Noah
1
vote
6answers
195 views

Effective Interpreted Programming Language for File/Image manipulation

I need to make a script to read images from a directory, rename them, resize them to a MAX_HEIGHT, MAX_WIDTH, put a watermark logo and save them in JPG. I was thinking on doing this with an …
1
vote
5answers
81 views

Python equivalent of ruby’s StringScanner?

Is there a python class equivalent to ruby's StringScanner class? I Could hack something together, but i don't want to reinvent the wheel if this already exists.
3
votes
8answers
136 views

Integration Testing for a Wep App

I want to make a full integration testing for a web application. I want to test many things like AJAX, positioning and presence of certain phrases and HTML elements using several browsers. I'm seeking …
0
votes
3answers
97 views

translate python method to ruby

What would be the correct translation of the following Python method to Ruby? def uniqueCombinations(self, items, n): """ items: list of elements n: number in a group """ if n == …
3
votes
3answers
117 views

Is there a library that can open and search through a pdf file?

Is there a library that can open and search through a pdf file? Preferably in C, python or ruby...
-3
votes
0answers
229 views

If there was one programming language u knew… waht would it be? [closed]

programming is become one thing everyone needs to know these days, more than ever before. Not speaking from the perspective of a typical programmer of course, real programmers need to know more than …
4
votes
6answers
216 views

What is a scripting engine?

I've seen here that what sets a programming language apart from a scripting language is the scripting engine. But I don't understand how it works, so I don't know the difference. For example, I see …
3
votes
4answers
92 views

Call Ruby or Python API in C# .NET

I have a lot of APIs/Classes that I have developed in Ruby and Python that I would like to use in my .NET apps. Is it possible to instantiate a Ruby or Python Object in C# and call its methods? It …
0
votes
1answer
34 views

copy files from IIs6.0 server to client machine without showing file dialog window on click of button in ASP.NET 3.5

Hi, File.VBS file should be copied from IIS6.0(File.VBS file will be deployed in IIS along the ASP.NET3.5 application) server to Client “TEMP” folder with out opening the file download dialog box. …
1
vote
7answers
239 views

php developer - what language next? [closed]

Possible Duplicates: Java or Python for an intermediate PHP guy. Career advice. What Should I Learn After PHP? I've been developing in PHP for about 6 or 7 years now. Being a web developer …

1 2 3 4 5 14 next
15 30 50 per page