function setCookie(cname, cvalue, exdays) { const d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); let expires = "expires="+ d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; }
Skip to content

Daniel Fishman

not that anyone cares
  • Home
  • Contact
  • Menu

Codeacademy – Learn to Code

Posted on 2013-12-242013-12-24 by Daniel Fishman

Take up the President's call to code – create a a free account at Code Academy and learn to code.  Stop complaining about buggy software and write your own health care exchange.

 

Posted in Uncategorized and tagged code, education, online, php, python, software.

Post navigation

← Just Code
NSA Gadget Catalog – Stuff… →

Recent Posts

  • NEWS UPDATE: Series I savings bond yields come back down to earth.
  • Secret IRS Files Reveal How Much the Ultrawealthy Gained by Shaping Trump’s “Big, Beautiful Tax Cut”
  • 4.2 Minute CS Degree
  • How to dismiss multiples of the “Disk Not Ejected Properly” notification in macOS
  • Update – AB 1139 Defeated

Site Terms and Conditions

© 2025 Daniel Fishman