2
votes
1answer
37 views

Are there any python libraries that can safely interpret obfusticated javascript strings?

I want to be able de-obfusticate javascript strings in python where the javascript code maybe malicious. Are there any libraries available to do this? I started to build my own but I quickly ...
0
votes
1answer
9 views

multiple arguments with PySide QtCore.Slot decorator

How do you define multiple arguments? What types are supported? And why does it sometimes fail when I combine it with another decorator?
1
vote
0answers
32 views

How do you unpack javascript using jsbeautifier in python?

I have this javascript code which I want to unpack and beautify, it looks similar to this: eval(function(p,a,c,k,e,r){e=String;if('0'.replace(0,e)==0){while(c--)r[e(c)]=k[c];k=[function(e){return ...
0
votes
1answer
16 views

WebSocket javascript client and python server. Retreiving garbage in output

I am trying to send string/text data from browser client to python server and simply print it out. I have fallowed several examples on the internet, and all are the same: by using (javascript) ...
-1
votes
6answers
86 views

How to check if a number is present in a group of ranges?

R1=[0,20] R2=[15,20] R3=[30,50] Target=[0,50] I need to check if the target range is covered by all the R(s). In above example 0..20 and 30..50 is covered but not 20..30 is there an easy way to ...
0
votes
1answer
20 views

How to read javascript values from python with PyV8

I've implemented PyV8 into Python. I have an example javascript file that looks like this: main-js.js: var numOne = 1+2; var numTwo = 3+1; var numThree = 5; How do I read each variable into Python ...
2
votes
5answers
81 views

Maps (hashtables) in the real world

I'm trying to explain Map (aka hash table, dict) to someone who's new to programming. While the concepts of Array (=list of things) and Set (=bag of things) are familiar to everyone, I'm having a hard ...
1
vote
1answer
16 views

urllib.quote_plus() equivalent in JavaScript

Trying to port a snippet of code from Python: my_input = "this&is£some text" encoded_input = urllib.quote_plus(str(my_input)) ...to JavaScript: var my_input = "this&is£some text"; ...
0
votes
1answer
18 views

Extracting Visual Event 2 output into script

In the Visual Event description, it says that it extracts "which elements have events attached to them". I can confirm this by running the bookmarklet and seeing all the colour highlights. I would ...
1
vote
1answer
52 views

How can I find the highest poker hand from a 9 card hand between 4 players?

I've tried to look through several sources online and they all deal with 5 card and 7 card hands. Also, I'm not really looking for the code, I'll try to do that on my own (although perhaps if you're ...
-3
votes
0answers
35 views

I have this scenario: [closed]

I am working on a web app and trying to code a form with two dropdown lists. The list in the second dropdown will be dependent on the selection from the first one. The task itself isn’t too ...
1
vote
0answers
61 views

Best way to get word frequency counts for a website? Or part of a website?

Pretty simple, I just looking for a simple means of extracting word frequencies from a given website, or section of a website. I am also interested in calculating average distance between two given ...
2
votes
1answer
50 views

Save the state of page. Cookie or session?

I have a little web app (which only has 1 page) that allows user to input and select some options. The input texts and selections will be displayed in another div in the form of table. You may want to ...
1
vote
2answers
33 views

javascript: implement something like python's __getattribute__?

Is there a way to implement in javascript the functionality of python's __getattribute__() (or __getattr__())? That is, a method which is called whenever an object is called with method name or ...
1
vote
0answers
16 views

twisted websocket chatserver openid authentication

i have a python chatserver that uses twisted and autobahn websockets for connection. factory = MessageServerFactory("ws://localhost:9000", debug=debug, debugCodePaths=debug) factory.protocol = ...
-1
votes
0answers
24 views

How to save a web session with python? [closed]

I have a web application that allows user to select and key in some strings. The selection and the strings will be displayed in another div using javascript. The web application is hosted using ...
-2
votes
0answers
44 views

Developing GUI using HTML with PyQT WebKit [closed]

Is developing GUI in HTML with pyQT is a preferred approach ? My application architecture is given below Entire GUI is developed using HTML5 and CSS3 (css3 is used for animation stuffs). The main ...
0
votes
1answer
24 views

Accessing fields with Python CGI FieldStorage from a JQuery AJAX call

I have written some JQuery that makes an ajax call to a Python script. I've been successful in passing strings back and forth between them, but I'm getting weird behaviour from the CGI FieldStorage ...
-1
votes
0answers
18 views

Rendering .doc(x) files in the browser with Python [closed]

How do you display a .doc and .docx file in the browser? Do I have to something in the server side? If so, how do I do it in python.
0
votes
1answer
53 views

Developing reporting engine in nodejs

this may be a little clean and green, however I am hoping to report a reporting engine similar to jasperjs on JS. reporting meaning: defining reports built-in "renderers" entering of chart data in ...
1
vote
0answers
42 views

How can I detect if a page massively uses Javascript with Python, Scrapy and Selenium?

I wrote a Scrapy spider to process Javascript content on webpages with the help of Selenium. However, I realized that this spider is significantly slower than a common Scrapy Crawler. For this reason ...
0
votes
2answers
57 views

How can I access API data (Python, Requests) in specific cells of my HTML table?

I've searched stackoverflow for hours and still can't find an answer so I would greatly appreciate your help! I'm building a metrics dashboard using an API and am stuck... I'm using the requests ...
1
vote
1answer
41 views

How to check {{message}} == “sometext” to display certain image

I have been looking into how to implement django to code to check {{message}} == "sometext" for my code. Currently there is an input to type in text on one page which display one another but I am ...
-1
votes
3answers
82 views

Using an alternate Scripting Language to be interpreted by the browser instead of Javascript [closed]

Can a scripting language like Python or Ruby replace Javascript as the browser's interpreted language so that we could be writing .py or .rb files instead of .js for frontend work? If so, would that ...
0
votes
1answer
37 views

How to use pyqt evaluate javascript

I am learning pyqt,use for parse webpage. Now i want use pyqt evaluate javascript function just like this answer do: spidermonkey evaluate js function which in remote js file import urllib2 import ...
0
votes
1answer
41 views

Python urllib2 returns noscript-content

I am trying to get the html-content of several pages with python 2.7.3 and urllib2. For the most pages, it works fine, but some pages like ...
1
vote
0answers
24 views

Meta-framework for server-tech independent web-apps?

Is there a framework(meta-framework) where we can make web-apps that are server-technology independent - without writing a lot of UI? In many large web-apps, we use JavaScript and DOM heavily (via ...
-4
votes
0answers
37 views

Convert python script to javascript [closed]

#!/usr/bin/env python # by carlcarl import getopt import sys import hmac import hashlib import base64 import urllib def formattedCmd(api, cmd): s = 'apiKey=' + api + '&' + cmd ...
0
votes
2answers
63 views

Websocket: Browser dosn't seem to receive data from python server

I'm working on creating a websocket server via python (I'm kinda new to python) and I've made a significant progress, but I am unable to send data to the web browser. I can establish a connection and ...
0
votes
2answers
95 views

AJAX Post to store JSON with Python and javascript

I have been having problems with getting AJAX to post JSON correctly. The application is intended to be hosted on Google App Engine. But what I have does not post data. Python mainPage = """ ...
0
votes
0answers
49 views

How to save and load HTML file using Python or Javascript?

I am creating a web application that uses HTML, Javascript, jQuery and Python. I have a few sections that allow user 1 to log in and set some items on the webpage and after user 1 logs out, user 2 can ...
0
votes
0answers
25 views

django template group results into different javascript objects

I have lots of entries with a channel(int),level(int) and entrytime(DateTimeField) passing the filtered results into the template, then I need to create different javascript objects for each channel ...
0
votes
0answers
26 views

shopify app (python)Uncaught ReferenceError: require is not defined

with the Shopify API for python i am able to place the script tag in the (client's) store . Problem is i am having two script tags among one is a Require.js. store page's source code (client's ...
0
votes
1answer
29 views

shopify scripttag does not insert script tag to store

with all the proper authentication : these are the results : ipdb> shopify.ScriptTag.find() [script_tag(347035)] ipdb> shopify.ScriptTag.get(347035) {'updated_at': datetime.datetime(2013, 5, ...
1
vote
2answers
25 views

Slimit python minifier strange behaviour

I am trying to minify some javascript with the Python 'slimit' package. import slimit slimit.minify('[1,2,3,4,5,6,7,8]') runs fine and returns '[1,2,3,4,5,6,7,8]' import slimit ...
1
vote
2answers
71 views

Which one is better to create a web application? web2py or cherrypy [closed]

I am using Raspberry Pi to function as a mini web server. At first, i came across web2py and started to learn it. It was tough for a beginner like me. Later, a friend in a forum introduced CherryPy to ...
1
vote
1answer
26 views

django protect static file [duplicate]

I have read some posts about protect django serving static files. Someone mentions Nginx and something else. I believe they works. My question is that is that possible to hide the static files ...
0
votes
1answer
42 views
4
votes
1answer
79 views

Is it possible to run native python code in chrome?

I was wondering if it is possible to run native python code in chrome instead of javascript. I have seen projects like pyjs or brython, but what they do is compile python to javascript. While those ...
0
votes
1answer
91 views

D3 - Loading data from JSON doesn't work

I'm starting to learn D3 and it seems like a powerful framework. I'm trying load the following html from simple python webserver. I can see that the .json file is loaded, but I don't see that json ...
0
votes
1answer
37 views

append new criteria to actual search url during paging

I am having hard times to append a new criteria to the existing url say, i have this url after search-submit: /found_items/?state=bla&score=bla and in the result page, i have a paginator, i ...
0
votes
2answers
56 views

Evaluate javascript on a local html file (without browser)

This is part of a project I am working on for work. I want to automate a Sharepoint site, specifically to pull data out of a database that I and my coworkers only have front-end access to. I FINALLY ...
-1
votes
2answers
32 views

Scraping a url ending in .js using python

I am trying get some historical earnings data from a website using python. The url for data ends in .js (which is a javascript link). The problem is if I use urllib.urlopen to read the link, it ...
1
vote
1answer
58 views

Python Index Error List of index out of range

I have a python code which send serial command to a device and get reply from it. def control(command): serialport= serial.Serial ("/dev/ttyAMA0", 9600, timeout=0.5) ...
-3
votes
1answer
37 views

how to load remote javascript into a page

I am having trouble getting a web irc client to load on a page. The client is remote javascript not hosted on my main web server. I am using drupal 7 CMS and can't seem to figure out how to get the ...
1
vote
1answer
47 views

python code from javascript using ajax

I have seen this topic: ajax request to python script where they were trying to do exactly what I need but there is one information missing. $.post('myPythonFile.py',{data}, ...
0
votes
0answers
62 views

Facebook API, login redirect loop

A facebook app I am developing used to login without trouble, but suddenly the login does not work. My code for logging in is: FB.getLoginStatus( function(response) { if (response.status ...
1
vote
1answer
59 views

Drive API: DeadlineExceededException when updating a file

I'm receiving DeadlineExceededException on Google App Engine when updating file via the Drive API (PUT method). I'm playing with the sample Python application ...
1
vote
2answers
100 views

Using the inspect element feature in google chrome to scrape web sites [closed]

I am trying to scrape a web site. The traditional HTML parsing through "urllib2.urlopen" from Python or "htmlTreeParse" in R, fail to get the data from the web page. This is done intentionally by the ...
2
votes
1answer
32 views

Easiest way to wrap a canvas tag + javascript in a Python program?

I'm creating a cross-platform game using cocos2d-javascript and would like to create a PC version that looks native. I understand that with little modification, I can have my cocos2d-javascript ...

1 2 3 4 5 35