Skip to content
EscapeQuotes

EscapeQuotes

Blink your leds!

Menu

  • ESP8266
  • Micro:bit
  • Raspberry PI
  • Arduino
  • CodeIgniter

Month: December 2012

CodeIgniter: get IP address and user agent

If you need to collect visitor’s IP address or browser information you can easily do that using CodeIgniter “user_agent” library. The User Agent Class provides functions that help identify information about the browser, mobile device, or robot visiting your site. In addition you

escapequotes December 20, 2012 CodeIgniter, php No Comments Read more

Save Apache log in MySQL database

Apache webserver can be configured to save access logs into database via Apache Module mod_log_config. This module provides for flexible logging of client requests. Logs are written in a customizable format, and may be written directly to a file, or to

escapequotes December 17, 2012December 17, 2012 apache, linux, mysql 3 Comments Read more

mysql: –i-am-a-dummy

This option prevents MySQL from performing update operations unless a key constraint in the WHERE clause and / or a LIMIT clause are provided. mysql –i-am-a-dummy -uroot test For beginners, a useful startup option is –safe-updates (or –i-am-a-dummy, which has

escapequotes December 13, 2012 linux, mysql No Comments Read more

MVC: model – view – controller

Model–View–Controller (MVC) is an architecture that separates the representation of information from the user’s interaction with it. The model consists of application data and business rules, and the controller mediates input, converting it to commands for the model or view.

escapequotes December 13, 2012December 13, 2012 CodeIgniter, php No Comments Read more

Getting Started With CodeIgniter

If you are familiar with php, a good practice is to use a php framework to build your applications. One choice is CodeIgniter. CodeIgniter is based on the Model-View-Controller development pattern. MVC is a software approach that separates application logic

escapequotes December 13, 2012December 13, 2012 CodeIgniter, mysql, php No Comments Read more

Scheduling tasks with cron

Cron is a daemon used for scheduling tasks to be executed at a certain time. Cron is driven by a crontab, a configuration file that specifies shell commands to run periodically on a given schedule.   Each user has a

escapequotes December 13, 2012December 13, 2012 bash, linux No Comments Read more

Hello world!

First article! Definitely must be a “Hello World” examples article. A “Hello World” program is a computer program which prints out “Hello, world!” on a display device. It is used in many introductory tutorials for teaching a programming language. It

escapequotes December 11, 2012December 13, 2012 bash, javascript, linux, mysql, php No Comments Read more

WeMos D1 mini pins and diagram

Recent Posts

  • ESP32 WiFi Bluetooth GPS Battery Holder With OLED (P)
  • MicroPython on ESP8266
  • ESP32 lora send/receive packet test
  • HELTEC ESP32 lora wifi kit v2
  • Micro:bit fun: rock-scissors-paper game
  • micro:bit internal temperature sensor
  • micro:bit – learning with a bit of fun!
  • ESP8266: DHT22 temperature sensor
  • ESP8266 Wemos D1 mini PRO v1 – CP2104 USB driver
  • AVR Programmer: AtTiny45, AtTiny85

OUR PARTNERS

Categories

  • apache
  • arduino
  • attiny85
  • bash
  • CodeIgniter
  • escapequotes
  • ESP32
  • ESP8266
  • home automation
  • javascript
  • linux
  • microbit
  • micropython
  • mysql
  • NodeMCU
  • php
  • python
  • raspberry pi
  • scratch
  • wemos
  • Yii2

Tags

access_log apache arduino arduino ide bash bluetooth codeigniter codeogniter cpp cron crontab D1 mini pro d1mini database esp32 ESP8266 framework httpd iot javascript jQuery libraries linux logs lora master slave micro:bit model view controller MVC mysql nodemcu php pinout python raspberry pi raspbian replication schedule scratch task temperature sensor wemos wemos cc wifi xbmc

Archives

  • October 2020
  • June 2019
  • January 2019
  • September 2018
  • September 2017
  • July 2017
  • June 2017
  • January 2017
  • October 2016
  • August 2016
  • February 2016
  • January 2016
  • November 2015
  • February 2015
  • December 2014
  • November 2014
  • January 2014
  • December 2013
  • November 2013
  • August 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
Copyright © 2021 EscapeQuotes. Powered by WordPress. Theme: Spacious by ThemeGrill.