Skip to content

Ramanan Sharma

Adventures in Life & Technology

Recent Posts

  • Redirect the HTTP Requests to HTTPS in Apache Webserver
  • Sound card issue on Fedora 23 with Intel HDA
  • RESTful vs SOAP Web Service
  • Enable Permalinks for WordPress in Apache web server
  • MacBook Battery Maintenance

Archives

  • March 2016
  • January 2014
  • November 2013
  • August 2013
  • June 2013
  • February 2013
  • January 2013

Tag: Programming

Positive function f(n), such that f(n) is neither O(n) nor Ω(n)

This is a very simple example function which satisfies the criteria

Screen Shot 2013-06-26 at 2.55.40 AM

 

Posted on 26-06-201326-06-2013Categories ProgrammingTags Algorithms, ProgrammingLeave a comment on Positive function f(n), such that f(n) is neither O(n) nor Ω(n)

JavaScript: escape and unescape deprecated

According to Mozilla Developer Network:

The escape and unescape functions are deprecated. Use encodeURI, encodeURIComponent, decodeURI or decodeURIComponent to encode and decode escape sequences for special characters.

Posted on 08-06-201322-06-2013Categories ProgrammingTags JavaScript, ProgrammingLeave a comment on JavaScript: escape and unescape deprecated
Proudly powered by WordPress
 

Loading Comments...