I'm writing a small Flask application and am having it connect to Rserve using pyRserve. I want every session to initiate and then maintain its own Rserve conne
I'm using CMake for a project, and generating some configuration .h files with a configure_file() command. This works well enough, but - if I make clean, the ge
I am currently doing a coding Bootcamp and would like some guidance, one of my challenges are to use javascript to do the following: "Using JavaScript, when the
I am about to give up on Flash altogether (unfortunately 15% of the paying visitors to site are using IE7 which has no support for HTML5). I have an SWF file th
#! /bin/sh echo "Enter the first number: " read a echo "Enter the second number: " read b if [ $a -eq $b ] then echo "$a is larger Number
I have a problem in ListView. I want to add some text in ListView from a textbox but here I can add 1 item why? What I'm trying to do is add text to a listview
My problem is that the generated_map is not utilizing full negative range for x and y def generate_map(x_range, y_range, locations): generated_map = []
I have a bit of code where I am looping through all the select boxes on a page and binding a .hover event to them to do a bit of twiddling wit