installing tidy on mac mountain lion UNIX149 (2/3/2013 8:45:16 PM) comp.unix.shell It seems I almost got it installed but I can't quite get it configured.
The lines with the asterisks at the bottom seem to be the culprit.
sh-3.2# /bin/sh build/gnuauto/setup.sh
Generating the build s... JRough
count table rows1547 (12/7/2012 6:27:48 PM) comp.lang.javascript I don't get any errors but I don't get the count of table rows either. I don't get the todocount output to the console.
tnx,
To-Dos
this is a test
of countingtablerows
... jr
I think it is my path553 (8/26/2012 9:15:20 PM) comp.unix.shell I think rvm is right, I think ruby version is right.
I do echo $PATH and I get this:
/usr/local/bin:/usr/local/sbin:~/bin:/Users/jr/.rvm/gems/ruby-1.9.3-p194/bi=
n:/Users/jr/.rvm/gems/ruby-1.9.3-p194@glo... JRough
need my path fixed, everything is installed648 (8/25/2012 11:53:31 PM) comp.unix.shell I do command ruby -v and I get=20
ruby 19.3p194 (2012-04-20 revision 35410)
I do rvm version and I get rvm 1.15.5(master by Wayne E. Seguin
so it looks like I did all the installs correctly.
The pr... JRough
edit my path1546 (8/17/2012 9:26:50 PM) comp.unix.shell I need to add sproutcore to my path. . The path to sproutcore is:
/Users/jr/.gem/ruby/1.8/bin
So that needs to get added below and I don't want to mess up my path.
My path:
#PATH=$PATH:/usr/local/zend/bi... JRough
how to make a function recursive241 (7/27/2011 5:58:55 PM) comp.lang.php I have this circle of chairs from 1-100. I want to subtract every other chair starting from chair 1 recursively until I find the last remaining chair. I could do it in passes with the function below by returni... jr
summing an array of arrays239 (4/16/2011 12:06:12 AM) comp.lang.php $aryTemp=("A"=>Array(1,5,3), "B"=>Array(15,20,52)) sum_subarrays_by_key($aryTemp, $aryTemp[$key] function sum_subarrays_by_key($aryTemp, $key) sum=0; foreach($aryTemp as $sub_array){ ... jr
left pad a column9514 (8/27/2010 1:59:54 AM) comp.databases.mysql I uploaded a csv file to mytable. The sku column had some boxes on
the end of the column in MySQL Workbench.
I did the following update to mytable to left pad it with zeros.
Maybe I should have removed the ... jlrough(485)
UNION query has different results1555 (9/1/2010 11:14:48 PM) comp.databases.mysql I am trying to find matches on either the sku or ndc. The first query with the OR was really slow so I changed it to the UNION query. The problem is the OR query has 1435 results and the UNION query has 1399. ... jlrough(485)
left padding a col13186 (9/14/2010 12:02:15 AM) comp.databases.mysql Why doesn't this work? 7000 rows have the length less than 11 digits
but none of them get left padded. The ndc column is int(11). tnx,
update `mydb`.inventory
SET ndc=
lpad(ndc,11,'0') WHERE
length(... jlrough(485)
reg expression syntax error15186 (9/16/2010 11:33:49 PM) comp.databases.mysql In the ndc column there were some imported rows from Excel with
scientific notation.
I am trying to find those rows using preg_match so I can located
the . and then pad with zeros the number of the exponent... jlrough(485)
summing an array of arrays239 (4/16/2011 12:06:12 AM) comp.lang.php $aryTemp=("A"=>Array(1,5,3), "B"=>Array(15,20,52)) sum_subarrays_by_key($aryTemp, $aryTemp[$key] function sum_subarrays_by_key($aryTemp, $key) sum=0; foreach($aryTemp as $sub_array){ ... jlrough(485)
need my path fixed, everything is installed648 (8/25/2012 11:53:31 PM) comp.unix.shell I do command ruby -v and I get=20
ruby 19.3p194 (2012-04-20 revision 35410)
I do rvm version and I get rvm 1.15.5(master by Wayne E. Seguin
so it looks like I did all the installs correctly.
The pr... jlrough(485)
I think it is my path553 (8/26/2012 9:15:20 PM) comp.unix.shell I think rvm is right, I think ruby version is right.
I do echo $PATH and I get this:
/usr/local/bin:/usr/local/sbin:~/bin:/Users/jr/.rvm/gems/ruby-1.9.3-p194/bi=
n:/Users/jr/.rvm/gems/ruby-1.9.3-p194@glo... jlrough(485)
count table rows1547 (12/7/2012 6:27:48 PM) comp.lang.javascript I don't get any errors but I don't get the count of table rows either. I don't get the todocount output to the console.
tnx,
To-Dos
this is a test
of countingtablerows
... jlrough(485)