This file contains 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 | |
$url = 'http://sub.site.com/'; | |
if( filter_var($url, FILTER_VALIDATE_URL) ){ | |
echo 'valid uri'; | |
} | |
$email = '[email protected]'; | |
if( filter_var($email, FILTER_VALIDATE_EMAIL) ){ | |
echo 'valid email'; |
This file contains 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
==> Downloading http://www.cmake.org/files/v2.8/cmake-2.8.4.tar.gz | |
File already downloaded and cached to /Users/loranger/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/loranger/Library/Caches/Homebrew/cmake-2.8.4.tar.gz | |
==> ./bootstrap --prefix=/usr/local/Cellar/cmake/2.8.4 --system-libs --no-system-libarchive --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man | |
./bootstrap --prefix=/usr/local/Cellar/cmake/2.8.4 --system-libs --no-system-libarchive --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man | |
--------------------------------------------- | |
CMake 2.8.4, Copyright 2000-2009 Kitware, Inc. | |
C compiler on this system is: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe | |
C++ compiler on this system is: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe | |
Makefile processor on this system is: make |
This file contains 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
Your OS X is ripe for brewing. | |
Any troubles you may be experiencing are likely purely psychosomatic. |
This file contains 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
include/fuse/fuse.h | |
include/fuse/fuse_common.h | |
include/fuse/fuse_common_compat.h | |
include/fuse/fuse_compat.h | |
include/fuse/fuse_darwin.h | |
include/fuse/fuse_lowlevel.h | |
include/fuse/fuse_lowlevel_compat.h | |
include/fuse/fuse_opt.h | |
include/fuse.h | |
lib/audacity/libmp3lame.dylib |
This file contains 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
==> Downloading http://www.cmake.org/files/v2.8/cmake-2.8.4.tar.gz | |
File already downloaded and cached to /Users/loranger/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/loranger/Library/Caches/Homebrew/cmake-2.8.4.tar.gz | |
==> ./bootstrap --prefix=/usr/local/Cellar/cmake/2.8.4 --system-libs --no-system-libarchive --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man | |
./bootstrap --prefix=/usr/local/Cellar/cmake/2.8.4 --system-libs --no-system-libarchive --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man | |
--------------------------------------------- | |
CMake 2.8.4, Copyright 2000-2009 Kitware, Inc. | |
C compiler on this system is: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe | |
C++ compiler on this system is: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe | |
Makefile processor on this system is: make |
This file contains 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
==> Downloading http://www.cmake.org/files/v2.8/cmake-2.8.4.tar.gz | |
File already downloaded and cached to /Users/loranger/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/loranger/Library/Caches/Homebrew/cmake-2.8.4.tar.gz | |
==> ./bootstrap --prefix=/usr/local/Cellar/cmake/2.8.4 --system-libs --no-system-libarchive --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man | |
./bootstrap --prefix=/usr/local/Cellar/cmake/2.8.4 --system-libs --no-system-libarchive --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man | |
--------------------------------------------- | |
CMake 2.8.4, Copyright 2000-2009 Kitware, Inc. | |
C compiler on this system is: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe | |
C++ compiler on this system is: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe | |
Makefile processor on this system is: make |
This file contains 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
$ brew install cmake --use-gcc | |
==> Downloading http://www.cmake.org/files/v2.8/cmake-2.8.4.tar.gz | |
File already downloaded and cached to /Users/loranger/Library/Caches/Homebrew | |
==> ./bootstrap --prefix=/usr/local/Cellar/cmake/2.8.4 --system-libs --no-system-libarchive --datadir=/share/c | |
==> make | |
Scanning dependencies of target cmsys | |
[ 0%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/ProcessUNIX.o | |
[ 0%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Base64.o | |
[ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/MD5.o | |
[ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Terminal.o |
This file contains 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
$ VERBOSE=1 brew install -v cmake --use-gcc | |
==> Downloading http://www.cmake.org/files/v2.8/cmake-2.8.4.tar.gz | |
File already downloaded and cached to /Users/loranger/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/loranger/Library/Caches/Homebrew/cmake-2.8.4.tar.gz | |
==> ./bootstrap --prefix=/usr/local/Cellar/cmake/2.8.4 --system-libs --no-system-libarchive --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man | |
./bootstrap --prefix=/usr/local/Cellar/cmake/2.8.4 --system-libs --no-system-libarchive --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man | |
--------------------------------------------- | |
CMake 2.8.4, Copyright 2000-2009 Kitware, Inc. | |
C compiler on this system is: /Developer/usr/bin/gcc -O3 -march=core2 -msse4.1 -w -pipe | |
C++ compiler on this system is: /Developer/usr/bin/g++ -O3 -march=core2 -msse4.1 -w -pipe |
This file contains 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 SITE = SITE || {}; | |
SITE.fileInputs = function() { | |
var $this = $(this), | |
$val = $this.val(), | |
valArray = $val.split('\\'), | |
newVal = valArray[valArray.length-1], | |
$button = $this.siblings('.button'), | |
$fakeFile = $this.siblings('.file-holder'); | |
if(newVal !== '') { |
This file contains 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
// ==UserScript== | |
// @name Fluid Dock Badge for Trello | |
// @namespace http://fluidapp.com | |
// @description Display a dock badge for the Trello Dashboard with the number of new notifications | |
// @include *.trello.com | |
// @author Laurent Goussard | |
// ==/UserScript== | |
if (!window.fluid) { | |
return; | |
} |
OlderNewer