All Posts
Cant install Ruby under Lion with RVM GCC issues
Most questions regarding this problem are due to missing Xcode I have Xcode 42 installed Install attempt rvm install 193 Installing Ruby from source to
close vs shutdown socket
In C I understood that if we close a socket it means the socket will be destroyed and can be reused later How about shutdown The description said it closes
compilation warning no rule to process file for architecture i386
How can I resolve this warning WARNwarning no rule to process file PROJECTDIRMyAppMessageCellh of type sourcecodeobjjh for architecture
Convert command line arguments into an array in Bash
How do I convert commandline arguments into a bash script array I want to take this somethingsh arg1 arg2 arg3 and convert it to myArray arg1 arg2 arg3 so that
Count the number of occurrences of a string in a VARCHAR field
I have a table like this TITLE DESCRIPTION test1 value blah blah value test2 value test test3 test test test test4 valuevaluevaluevaluevalue I am trying to
Delete all files in directory but not directory - one liner solution
I want to delete all files inside ABC directory When I tried with FileUtilsdeleteDirectorynew FileCtestABC it also deletes folder ABC Is there a one liner
Difference between data and newtype in Haskell
What is the difference when I write this data Book Book Int Int versus newtype Book Book Int Int Book Int Int is syntactically
Difference between n and EnvironmentNewLine
What is the difference between two if any with respect to
Difference between setTimeout with a string argument and with a non-string argument
I am learning JavaScript and I have learned recently about JavaScript timing events When I learned about setTimeout at W3Schools I noticed a strange figure