0
votes
1answer
44 views

I need a script that searches files for SSI and replaces the include with the actual HTML

I am developing the front end code of a website which I will be handing over to some developers for them to integrate it with the backend. The site will be written in .NET but I'm developing the front ...
2
votes
2answers
55 views

Why do GIL alternatives have an impact on performance?

Coming from Java the whole Global Interpreter Lock (GIL) in Ruby and Python is kind of startling. I have read a bit into the problem and found in the Python documentation the following excerpt: ...
2
votes
1answer
13 views

install a python library, specifically pycurl, on my heroku box (Rails application)

So I built this rails application locally and deployed it via Heroku. There is this important python script I rely on that heavily uses the pycurl library. My script is able to run locally because I ...
1
vote
0answers
20 views

website use ruby / python

By the way I use lighttpd cgi so may be the cgi-assign the dir-tree is like this /bin/soi_zt/soi_zt.rb /bin/soi_zr/soi_zr.py how can I visited the scripts result by Just use curl ...
2
votes
0answers
60 views

Decode punched tape from image [on hold]

Is there a library that could help decode the punched tape from an image? Punched tape is like this: The dots have different color than background. The image is just a white rectangle with black ...
6
votes
2answers
75 views

Looking for recommendation on how to convert PDF into structured format

I would like to do some analysis on some properties listed in an upcoming auction. Unfortunately, the city running the auction does not publish the information in a structured format but instead ...
0
votes
1answer
43 views

Running PHP, Ruby or Python processes in sandbox mode

I'm working on a small weekend project, which is basically an online IDE that allows you to run PHP, Ruby or Python code from the browser. I have everything setup and working, but the way i created ...
0
votes
0answers
19 views

Programmatically transferring files to an MTP android device (python or ruby)

What is the simplest way to send files (preferably over USB) from a pc to an MTP android device (3.0+). Preferably in python or ruby, but I can adapt if needed. I'd also like to avoid using adb, as it ...
0
votes
1answer
80 views

How can I run Python code in Ruby?

I want to put my Python code in Ruby Module and run it, but I don't know how to import the Python stand-alone script into Ruby. The following are my code: Python code import ystockquote import ...
0
votes
2answers
35 views

why its written md5 along with download of any language such as php,ruby etc?

This question may sound silly but while navigating any computer language site i usually encounter a MD5 value written within bracket or beside the download link of the language. why MD5 is been ...
0
votes
0answers
17 views

Modify Ruby Exception Backtrace to display output in reversed order (Python Style Backtrace)

I would like to globally reverse the order of all backtraces that ruby outputs to resemble python style backtraces since I work with tmux and vim. I'm finding it very troublesome to need to scroll ...
0
votes
0answers
20 views

Ruby + Sinatra + Wine + external python script and “EOutOfMemory” exception

As in title when I am using in my web app based on sinatra external python script compiled as .exe file via wine and i get unhandled exception. Can't trace it by Kernel::caller and begin & rescue ...
0
votes
2answers
42 views

Using the rubypython gem in ruby on rails, how do you call a python script from the lib folder?

I know ruby pretty well, but I've never used python before. There's this great python script called colorific. I've checked this script out in the lib folder in my rails app and installed the ...
0
votes
2answers
95 views

Static site generator with dynamic components

I'm looking for a good static site generator. I'm looking into either Jekyll / Octopress (Ruby) or maybe Phrozn or PieCrust (PHP). I only have one thing that holds me back: How do I create a sidebar ...
0
votes
2answers
39 views

asynchronous messaging/notifications for real time feed back to users

Looking for some advice and general opinion. Im looking to build a notification system for a site to message users on at certain times and events. So for example when a new blog post is added to the ...

1 2 3 4 5 63
15 30 50 per page