wiki.planetoid.info
Regular expression - LemonWiki共筆
http://wiki.planetoid.info/index.php/Regular_expression
也可以到 看板 RegExp 文章列表 - 批踢踢實業坊. Regular expression online tools. 方案1: Sublime Text, EmEditor. 方案4: Sed command for linux. Case: find un-commented console.log. Regular expression batch tools. Hat Does the Fox Say? Hat Does the Fox Say? What Does the Fox Say? What Does the Fox Say? Does the Fox Say? Does the Fox Say? 任意次的 ASCII character(包含英文、數字和空白) demo. What Does the Fox Say? What Does the Fox Say? Does the Fox Say? What Does the Fox Say? What Does the Fox Say? 狐狸怎叫 34 What Does the Fox Say? HiFi Regex Tes...
ma.ttwagner.com
Programming | ma.ttwagner.com
http://ma.ttwagner.com/category/programming
Matt Wagner's blog. Skip to primary content. Skip to secondary content. April 15, 2015. Sometimes I want to test a non-trivial regular expression, or debug something weird with capture groups. It turns out that there are a couple sites that can make this a little bit easier than doing it in a console:. 5 indispensable bash tricks. Counting open processes by process. Fixing Gluster’s replicate0: Unable to self-heal permissions/ownership error. Run a UNIX command for a limited amount of time.
ma.ttwagner.com
ma.ttwagner.com | Matt Wagner's blog | Page 2
http://ma.ttwagner.com/page/2
Matt Wagner's blog. Skip to primary content. Skip to secondary content. Newer posts →. Using msmtp with Rackspace Email. April 21, 2015. When using mutt on my Mac, I use msmtp. To continue the alliteration. As an SMTP agent, to send mail through an actual authenticated SMTP server versus trying to connect from my laptop, which not many mailservers will accept. This is the .msmtprc file I ended up using:. Don’t trust me on the tls fingerprint line. That will save the exchange, which includes the key. ...
dannynunez.com
PHP Class Basics - Danny Nunez
http://dannynunez.com/php-class-basics
Skip to primary sidebar. Angry Marine Turned Web Developer. June 15, 2013. What is a class? What is a Object? An object is the thing that is created when you create an object. Creating an object in PHP can be done by including the class file in your php script and using the new keyword. Example of a simple class. Class SomeClass { public function hello() { return Hello; } }. Include 'someclass.php' $class = new SomeClass(); echo $class- hello();. This would return the string “Hello”. Setting up a Class.
dannynunez.com
CMS Archives - Danny Nunez
http://dannynunez.com/category/cms
Skip to primary sidebar. Angry Marine Turned Web Developer. So you want to be a PHP Developer. July 6, 2014. I see countless posts and questions by new developers who want to break into the PHP development world. A common question is What is the best way to gain PHP experience? October 11, 2014. How to set up LEMP for PHP Development with Vagrant and Ubuntu 14.04. September 27, 2014. So you want to be a PHP Developer. July 6, 2014. CodeIgniter 3.0 Documentation. July 18, 2013. July 12, 2013.
dannynunez.com
PHP Developer Archives - Danny Nunez
http://dannynunez.com/tag/php-developer
Skip to primary sidebar. Angry Marine Turned Web Developer. So you want to be a PHP Developer. July 6, 2014. I see countless posts and questions by new developers who want to break into the PHP development world. A common question is What is the best way to gain PHP experience? October 11, 2014. How to set up LEMP for PHP Development with Vagrant and Ubuntu 14.04. September 27, 2014. So you want to be a PHP Developer. July 6, 2014. CodeIgniter 3.0 Documentation. July 18, 2013. July 12, 2013.
dannynunez.com
Frameworks Archives - Danny Nunez
http://dannynunez.com/category/frameworks
Skip to primary sidebar. Angry Marine Turned Web Developer. So you want to be a PHP Developer. July 6, 2014. I see countless posts and questions by new developers who want to break into the PHP development world. A common question is What is the best way to gain PHP experience? October 11, 2014. How to set up LEMP for PHP Development with Vagrant and Ubuntu 14.04. September 27, 2014. So you want to be a PHP Developer. July 6, 2014. CodeIgniter 3.0 Documentation. July 18, 2013. July 12, 2013.
dannynunez.com
Ubuntu Archives - Danny Nunez
http://dannynunez.com/tag/ubuntu
Skip to primary sidebar. Angry Marine Turned Web Developer. How to set up LEMP for PHP Development with Vagrant and Ubuntu 14.04. September 27, 2014. Install Virtual Box and Vagrant. Download and install VirtualBox. Download and install Vagrant. Create a directory for your virtual machine and websites. Cd Documents mkdir repos cd repos. Make the following changes to your Vagrantfile. Config.vm.network “private network”, ip: “192.168.33.10”. Create your virtual machine. Run the following command. Sudo apt...