This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- MySQL dump 10.13 Distrib 5.5.47, for debian-linux-gnu (x86_64) | |
-- | |
-- created with: | |
-- mysqldump -u -p -n -d -t --skip-opt --no-create-info --triggers magentoee | sed -e 's/DEFINER=[^*]*\*/\*/' > triggers14.2.3.sql | |
-- | |
-- Host: localhost Database: magentoee | |
-- ------------------------------------------------------ | |
-- Server version 5.5.47-0ubuntu0.12.04.1 | |
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; | |
/*!40103 SET TIME_ZONE='+00:00' */; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER TABLE `enterprise_url_rewrite_redirect` | |
ADD INDEX `redirect_id` (`redirect_id`) ; | |
ALTER TABLE `enterprise_url_rewrite` | |
ADD INDEX `request_path` (`request_path`) ; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELETE FROM core_session WHERE session_expires < unix_timestamp() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This fabric file makes setting up and deploying a django application much | |
easier, but it does make a few assumptions. Namely that you're using Git, | |
Apache and mod_wsgi and your using Debian or Ubuntu. Also you should have | |
Django installed on your local machine and SSH installed on both the local | |
machine and any servers you want to deploy to. | |
_note that I've used the name project_name throughout this example. Replace | |
this with whatever your project is called._ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 dl vispgrädde | |
140 gr kvibille ädelost | |
1-2 tsk vitvinsvinäger (ingen skitvinäger, ta en dyraste) | |
peppar | |
limezest | |
1 tsk limesaft | |
lite smör efter smak | |
häll i grädde, koka upp och sänk värmen direkt till sjudning. i med ost, vispa osten smält (den är salt), i med peppar, smaka av, i med vinäger, smaka av, i med limezest och limesaft, ha i smör om det är lördag. om man behöver salta extra så tycker man om att dricka vatten hela kvällen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Drop this into the shell directory in the Magento root and run without any arguments. | |
*/ | |
require_once 'abstract.php'; | |
/** | |
* Clean up the 1.6.1 sample data to work with the 1.8 CE url key constraints. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// The configurable product must be the one in question that we want to | |
// find the price for | |
$product = Mage::getModel('catalog/product') | |
->load(771); | |
// First, fetch the attribute combination representing the simple product | |
$attributes = $product->getTypeInstance(true) | |
->getConfigurableAttributes($product); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var callbackform = new VarienForm('callback-form', true); | |
jQuery('#callback-form button').click(function () { | |
if (!callbackform.validate()) { | |
return; | |
} | |
var phonenumber = jQuery('#phonenumber').val(); | |
var callbackdiv = jQuery('#callback'); | |
var loadingImage = "<?php echo $this->getSkinUrl('images/loading.gif'); ?>"; | |
callbackdiv.html('<img src="'+loadingImage+'" /> Sending...'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lifting the server siege... done. Transactions: 172 hits | |
Availability: 100.00 % | |
Elapsed time: 29.15 secs | |
Data transferred: 1.63 MB | |
Response time: 3.10 secs | |
Transaction rate: 5.90 trans/sec | |
Throughput: 0.06 MB/sec | |
Concurrency: 18.29 | |
Successful transactions: 172 | |
Failed transactions: 0 |
NewerOlder