Skip to the content

Chris' Laboratory

chrislee.kr – Personal blog as bookshelves

  • Home
  • Github
  • Contact Me
Copyright © 2021 Chris' Laboratory.
All rights reserved.
Theme: Dolpa By ThemeInWP.
Powered by WordPress.
  • Home
  • 2013
  • November

Month: November 2013

Raspberry Pi
17/11/201310/09/2016

Raspberry Pi – Push Button + LED

  import RPi.GPIO as GPIO from time import sleep PIN18 = 12 PIN25 = 22 GPIO.setmode(GPIO.BOARD) GPIO.setup(PIN25, GPIO.IN) GPIO.setup(PIN18, GPIO.OUT) LEDON = False while 1:...
E-Commerce Magento
04/11/201310/09/2016

Magento – rules to fix catalog price rule price

Refer http://www.pacificwebtechnology.com/blog/magento-rules-to-fix-catalog-price-rule-issue/   1. Make pricerule.php in root folder <?php require_once 'app/Mage.php'; // if your are not root folder then write the proper path like publichtml/magento/app/Mage.php...

Categories

  • Databases (10)
    • MongoDB (3)
    • MS-SQL (1)
    • MySQL (6)
  • E-Commerce (8)
    • Magento (8)
  • Frameworks (77)
    • Adobe Flex (1)
    • Angular (ngx) (3)
    • Codeigniter (6)
    • CSS (5)
    • Django (2)
    • Javascript (13)
    • Node.js (4)
    • PHP (17)
    • React.js (1)
    • Sencha Touch (4)
    • Vue.js (1)
    • WordPress (4)
    • Yii2 (3)
  • General Documents (15)
  • Marketing (3)
  • Mobile Development (33)
    • Android (20)
    • iPhone (13)
  • Platforms (19)
    • Arduino (2)
    • Docker (4)
    • Google App Engine (5)
    • Raspberry Pi (4)
    • Samsung Smart TV (4)
  • Security (17)
  • Server (27)
    • Linux (9)
  • Tools (14)
    • SVN (7)
  • Uncategorized (1)
November 2013
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  
« Aug   Jan »

Search

Recent Posts

  • React.js – TypeError: Cannot read property ‘setState’ of undefined
  • Convert gnome-boxes virtual machine image to Oracle Virtual Box image
  • Clear Kubernetes current context
  • 실시간 환율 받아오기 (Get real-time currency information)
  • Binance Auto Trading Bot – Buy low/Sell high with stop loss limit/Trade multiple coins

Recent Comments

  • Chris Lee on How to install memcache.so/memcached.so for MAMP Pro (Mac)
  • Chris Lee on Setting Up A VPN Server On OSX 10.6
  • eddie on How to install memcache.so/memcached.so for MAMP Pro (Mac)
  • Manish on TCPDF-CodeIgniter Integration with TCPDF Examples
  • ComputerUSer on How to mount Bootcamp drive

Tags

1 ajax amazon android android-addpart browser chrislee-kr codeigniter codeigniter-tcpdf com-apple-net-racoon CSS CSS history hack delpaigmail-com entity-addpart-double exception-printing-is-disabled-by-default-for-security-reasons ext-plugins-listpagingplugin ext-plugins-listpagingplugin-example f iphone javascript jquery-defaultchecked jquery-samsung-smart-tv listpagingplugin mac magento-exception-printing-is-disabled-by-default-for-security-reasons magento-sample-data-exception-printing-is-disabled-by-default-for-security-reasons nu-vot null-core-errors-confignotfound-config-mk9engine-ini php samsung-smart-tv-jquery samsung-smart-tv-sdk-ajax samsung-smart-tv-sdk-jquery samsung-tv-sdk samsung-tv-sdk-jquery samsung tv sencha-smart-tv sencha-touch-list-paging smart-tv-jquery sqlite subversion svn tcedook tcpdf-codeigniter uilinebreakmodecharacterwrap-is-deprecated unknown-column-link-area

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Recent Post

React.js – TypeError: Cannot read property ‘setState’ of undefined

Convert gnome-boxes virtual machine image to Oracle Virtual Box image

Clear Kubernetes current context

실시간 환율 받아오기 (Get real-time currency information)

Binance Auto Trading Bot – Buy low/Sell high with stop loss limit/Trade multiple coins

Top Category

Frameworks

Server

Android

  • Home
  • Github
  • Contact Me