Skip to content

Instantly share code, notes, and snippets.

091201 23:25:03 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql-5.1.37-osx10.5-x86_64/
091201 23:25:04 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/mysql-5.1.37-osx10.5-x86_64/ is case insensitive
091201 23:25:05 [Note] Plugin 'FEDERATED' is disabled.
091201 23:25:07 InnoDB: Started; log sequence number 0 1644361415
091201 23:25:07 [ERROR] /usr/local/mysql/bin/mysqld: Can't create/write to file '/usr/local/mysql-5.1.37-osx10.5-x86_64//munimula.local.pid' (Errcode: 13)
091201 23:25:07 [ERROR] Can't start server: can't create PID file: Permission denied
091201 23:25:07 mysqld_safe mysqld from pid file /usr/local/mysql-5.1.37-osx10.5-x86_64//munimula.local.pid ended
091201 23:28:23 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql-5.1.37-osx10.5-x86_64/
091201 23:28:24 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/mysql-5.1.37-osx10.5-x86_64/ is case insensitive
091201 23:28:24 [Note] Plugin 'FEDERATED
C:\Users\Rick>java -jar selenium-server-standalone-2.0a2.jar
00:55:41.187 INFO - Java: Sun Microsystems Inc. 16.0-b13
00:55:41.187 INFO - OS: Windows 7 6.1 amd64
00:55:41.206 INFO - v2.0 [a2], with Core v2.0 [a2]
00:55:41.414 INFO - RemoteWebDriver instances should connect to: http://127.0.0.1:4444/wd/hub
00:55:41.414 INFO - Version Jetty/5.1.x
00:55:41.414 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
00:55:41.414 INFO - Started HttpContext[/selenium-server,/selenium-server]
00:55:41.414 INFO - Started HttpContext[/,/]
00:55:41.508 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@6db3f829
find(//input[@type='color'][@id=//label[text()='user_email']/@for])
find(//input[@type='tel'][@id=//label[text()='user_email']/@for])
find(//input[@type='search'][@id=//label[text()='user_email']/@for])
find(//input[@type='url'][@id=//label[text()='user_email']/@for])
find(//input[@type='email'][@id=//label[text()='user_email']/@for])
find(//input[@type='password'][@id=//label[text()='user_email']/@for])
find(//input[@type='text'][@id=//label[text()='user_email']/@for])
find(//textarea[@id=//label[text()='user_email']/@for])
find(//textarea[@id='user_email'])
find(//textarea[@name='user_email'])
#!/usr/bin/env ruby
require 'hornetseye'
include Hornetseye
class Sequence_
def avg
sum / size
end
def sqr
self * self
end
→ rvm --trace --textmate 1.8.6@RivalMap ; ls -alht ~/.rvm/bin/t*
--trace --textmate 1.8.6@RivalMap
rvm 0.1.28 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/]
+__rvm_parse_args:361> [[ -z '' ]]
+__rvm_parse_args:361> [[ ! -z '' ]]
+__rvm_parse_args:362> [[ ! -z '' ]]
+__rvm_parse_args:362> [[ ! -z '' ]]
+__rvm_parse_args:3> [[ 2 -gt 0 ]]
require 'benchmark'
N = 200
range = 1..5000
Benchmark.bmbm do | x |
x.report "loop" do
N.times do
a = []
for i in range
a << lambda{ i }
require 'benchmark'
N = 200
range = 1..5000
Benchmark.bmbm do | x |
x.report "loop" do
N.times do
a = []
for i in range
a << lambda{ i }