Tag Archives: python

Execute linux command from web interface (just like in Django CMS demo generator)

I need to create a webpage that will generate demo similar to https://django-cms.org/en/demo/.
To generate demo, just click Get your demo!…
I dont mind about the language, PHP or anything, as long as free and open source.
When the button Continue reading

Tagged , , , | Leave a comment

Database engine for a (big) Python project

I have a huge project written in PHP and the data is stored in MySQL (mostly MyISAM tables and a bit of InnoDB). Because the project gets bigger and more complicated I want to rewrite it using object oriented programming… Continue reading

Tagged , , , , | Leave a comment

NLP library for determining if a sentence is equivalent to another sentence?

I would like to find an NLP library in Python, PHP or even JavaScript for determining whether a sentence in a string is equivalent to a differently structured sentence?
For example, the library would need to be able to determine… Continue reading

Tagged , , , | 1 Comment

use php command line

Like the way we can use python in command line from its command line interpreter in order to test whether small code snippets are fine or not, how can I do the same with PHP (or can I)?

ActivePython 2.7.2.5 

Continue reading

Tagged , | Leave a comment

I look for template engine with special concept

Please may you recommend me a HTML template engine (any of scripting languages) which realize special concept described below.
All markers are active. Data should be not prepared before calling template, but template itself got data from Model. For example… Continue reading

Tagged , , , , | Leave a comment

mobwrite issue – daemon wont start

I installed http://code.google.com/p/google-mobwrite/wiki/Daemon MobWrite, but when I try to run it the daemon wouldn’t start and it returns the following: (any suggestions?)

  root@mobs:~/mobwrite/daemon# python2.4 mobwrite_daemon.py
    Traceback (most recent call last):
      File "mobwrite_daemon.py", line 728, in ?
        main()
      File "mobwrite_daemon.py", line 

Continue reading

Tagged , , , , | 1 Comment

National Instruments USB 6008 and Linux

I went to see if there was a data acquisition tool box for the program octave here but couldn’t find one http://octave.sourceforge.net/packages.php
What I’m trying to do is use my National Instruments USB-6008 to acquire data in octave or any… Continue reading

Tagged , , , | 1 Comment

How to search using Sphinx from JSON formatted File?

I have well formatted JSON File.
From Sphinx search ,i first convert it into sphinx xml formatted File.
Then using xml pipe on new generated xml file ,i do Sphinx Search.
Is there any direct way to search on json… Continue reading

Tagged , , , | 2 Comments

Low volume Open source Message Board suggestions?

Looking for a low volume, probably no more that 20-30 users, Open Source message/bulletin board. Obviously must be written in something which our web server supports, PHP/Python/Ruby etc. Any suggestions?
Thanks,
Nick… Continue reading

Tagged , , , , | 3 Comments

Checking website redirection, programmatically

In my country many websites get censored and blocked and are instead redirected to a certain page. I don’t know how they exactly do this. But is it possible to programmatically determine if a website is blocked or is not… Continue reading

Tagged , , , , | Leave a comment
18 pages