write small programs


  • 22 results
  • <
  • 1
  • 2
  • >

sort by: Relevancy | Title try advanced search for more options

  1. Mike Barrett continues his free, complete SAT essay prep video series by explaining how the SAT essay came about, and why it is nothing like any other essay you'll ever have to write.

  2. This lecture marks the halfway point of the course. Dealing with stress, programming errors involving arrays, how to write a reflective diary entry, 2 puzzles which seem unrelated, vampires, zombies, and structs in C

  3. In the first or second year of his medical residency training in the US in 1978, Palmaz went to an early meeting of the Society of Cardiovascular Intervention and Radiology in New Orleans. The keynote speaker was a young professor from Germany, Andreas Grunzig, who was coming to the states to report on his early experience with balloon angioplasty. Grunzig was charasmatic and intelligent, and explained balloon angioplasty so clearly--benef...more

  4. The challenge: can we write a Sudoku solver in a single lecture? What is a sudoku puzzle? Estimation revisited. how to solve a problem - difference between the approach of a master and a novice. What is the most important thing? Also: How to lie with statistics. hang gliding. easy as falling off a bike. algorithms and data structures.  

  5. The business model today is very different than it was before and during the boom, says Kawasaki. In order to write the best business plan possible, follow Kawasaki's steps: specificity, simplicity, and ask women. He believes that woman don't possess the killer gene that is inherent in men, and will be able to give better advice about a business model.

  6. Note: The Strange Case of the Erotic Kiss is at 56:30 This lecture is the last hour of the last lecture of COMP1917 - the higher stream of the first computing course of the School of Computer Science and Engineering at UNSW. We discussed the structure of the final exam. (Richard has some crazy ways of structuring exams - before the exam make sure you read the sample exam on the course homepage if you missed this lecture - so you don't ge...more

  7. Media scholar Alexandra Juhasz (Pitzer College, Media Studies) explores the social and political implications of video sharing on YouTube.

  8. Writing a Geometric Series using Sigma / Summation Notation. This video shows how to write the infinite geometric series : 1 + 0.1 + 0.01 + 0.001+ ....using sigma / summation notation. I do not find the actual sum for this particular convergent geometric series.

  9. Writing a Geometric Series using Sigma / Summation Notation, Ex 2. This video shows how to write an Infinite geometric series .using sigma / summation notation. I do not find the actual sum for this particular convergent geometric series.

  10. We write a simple c program together during the lecture: "countdown" how many seconds are left until the first assignment is due? We (or rather Richard) make many mistakes. Using top down design, functions, function prototypes, integer arithmetic, input/output. we discuss program style, clarity, simplicity and complexity. how to start to solve a problem. what to do when you get stuck. more on top down approach. # includes magic numbers ...more