Showing archive results for August 18, 2014

Aug 18, 2014
Post comments count0
Post likes count1

News flash: Big houses cost more to maintain

Raymond Chen
Raymond Chen

In 2005, we learned that big houses cost more to heat. In 2006, we learned that big houses cost more to cool. But then the research into big houses seems to have stalled. No worries. The research journal The Wall Street Journal recently released a paper concluding that big houses cost more to maintain.

Non-ComputerNews flash
Aug 18, 2014
Post comments count0
Post likes count1

Deleting elements from an JavaScript array and closing up the gaps

Raymond Chen
Raymond Chen

Today's Little Program is an exercise that solves the following problem: Given a JavaScript array and an unsorted array (possibly containing duplicates), calculate the result of deleting all of the elements from the original array as specified by the indices. For example, suppose and . The indices specify that elements 2 (charles), 4 (eve...

Code