أبي
2Mar
2017
One of the things one might need in scientific computing applications is to write a parallel computing software for computing some stuff, like matrices for example..
Hello!
Back after a while with my newest projects.. Inline commenting for drupal, which allows you to select a portion of the text and start a conversation about it, I would like to make adrupal module out of it but time is a problem for me, plus it is not stable.. just finished! :D
One problem as usual is that I don't have the artistic sense for design, but tried...
Hello, Just some comments I had on mind when watching the Despicable me movies with my kids, my kids are just staring at colors and sounds, they do not understand yet, but when they start understanding they shouldn't be watching it, because:
Hello,
The place I am living in right now needs a water filter because the water supplied is not that good to be drunk, so I got a water filter branded "Tank", this one is six stages filter, each stage has a different mission, so the water enters from a side of each stage and gets out from the other side.
Except one!
Here are some problems I faced when adding selenium to a Drupal7 project I have been working on
Description: when installing the latest Selenium & SimpleTest modules, anything except selenium default tests are not listed in the Configuration/Testing
Fast Solution: Use latest Selenium module with the default SimpleTest module installed with Drupal core.
Description: Simple test is configured to clone the database structure and perform the test cases on this new database so you will not find any of your themes/modules enabled, In some cases the test user created will not be able to login.
Typical Solution: enable the themes/modules when setting up the test and run the patch file shipped with Selenium module without editing it.
Another Solution: run the test cases on the same database (a backup of it of course or whatever!), and this can be done with the following steps
a-Extending the DrupalSeleniumWebTestCase class
class DrupalSeleniumCustomTestCase extends DrupalSeleniumWebTestCase { public $onOriginal = TRUE;
Hello,
This is a script I needed recently to compare the data between two versions of a MySQL database, that was after a crash that happened to a live database and some tables got corrupted so I needed to know what has happened and in the same time there was some new data rows added to tables in the corrupted database that I can't lose,
Searching for a little bit, I found no solution to compare the database versions except some paid tool from redgate, where I won't pay and won't crack :D
This Post is for third year students in FCIS, Its a simple step by step how-to for adding the part2 project to eclipse and its run configuration.