How would you go about executing several SQL statements (script mode) with python? Trying to do something like this:
I need to execute 2 jars files in sequence order.number1.jar need to run and finish its execution before number2.jar is executed.
I have a fairly large csv file (at least for the web) that I don\'t have control of. It has about 100k rows in it, and will only grow larger.
I have a WCF service that processes a feed of tens of thousands of records from SAP.The service call takes an XElement as its main parameter and processes the XML to update records in our database.The
I need to manipulate an image such that a sub-rectangle of it is flipped or rotated relative to the rest of the image. Here\'s an example:
From hours I\'m trying to add bulk data in my locally setup MongoDB collection, all is set except unique index for a key or keys :(
I have a website where the user can upload an excel spreadsheet to load data in a table. Therecan be a few 100k rows in the excel spreadsheet. When he uploads the file the website needs to insert an e
I am using ibatis for my sql insert stmt. In my code I am parsing files line by line from a folder. Each line that matches criteria, need to be inserted into database.
I\'m using LoadLeveler to submit jobs on an IBM/BlueGene architecture. I read the documentation made from IBM and also gave Google a try, but I cannot find how to do the following, which I expect shou
I have a bunch of sequentially named files in this format: imageXXX.jpg. So it would be like image001.jpg and onward. I just want to keep the number part of this, and get rid of the prepended 0\'s. So