I\'ve a project developed with GIT and have a few hundred commits. I only have one master branch and the commits are linear.
I have a number of text files that I need to open, then allocate certain fields to set strings inside PHP to eventually write into MySQL.
I\'ve decided to rewrite a database I have that is poorly normalized. I\'ve created the new database but now need to move data from the old database into the new one. I\'m not sure exactly how to acco
Here\'s the deal: I\'ve installed RGoogleDocs package from OmegaHat repository and everything worked fine during installation, but when I try to load specific document (spreadsheet) it states that I\'
I\'m trying get cross compiling between 2.7.7 and 2.8.0.The package is included, this works just fine in 2.7.7.Here\'s the code:
I have a need to import a number of CSV files into corresponding tables in SQL. I am trying to write a stored procedure that will import any of these CSV files, using a number of parameters to set thi
I see a LOT of resources about producing feeds from T-SQL2005, about parsing XML into a database schema, processing, bulk operations, etc.What I don\'t see is how to have, for example, a statement/s i
At runtime, the Python code gets the name of a submodule to load, which I don\'t know before. Now, I want to check, if this submodule exists inside an existing module. Consider this structure, where f
I have a couple of CSV files I want to load into my database, but the CSV file contains many many more columns than in my database. How do I import only selected columns from the CSV file into my data
I\'m having some issues importing scapy under jython. I\'ve been doing java forever, but python for only a day or two.