Skip to content

Optimization & Engineering

  • Author
  • Blog
  • Books
  • Thank You
Optimization & Engineering

Author: coliveira

software

Using ed, the standard UNIX editor

Bycoliveira June 16, 2010June 20, 2010

Some time ago I wrote about the sam text editor, a UNIX text editor that incorporates many features that are cherished by UNIX users, such as regular expressions and programmability. It turns out that many of these features were already present on the standard UNIX editor: ed. For many, it seems crazy that one might…

Read More Using ed, the standard UNIX editorContinue

software

Using power point as a text editor

Bycoliveira June 8, 2010June 20, 2010

When I am writing, one of my constant quests has been to find a good editor where I can not only write but also organize my ideas. As strange as it might think, my best solution up to now has been not a text editor, but a presentation software. Yes, that is true, I use…

Read More Using power point as a text editorContinue

software

What is the right way to handle exceptions?

Bycoliveira May 22, 2010June 20, 2010

There are several ways to handle exceptions in a program. An exception, that is, a condition from which the program cannot recover locally, can be handled by checking the result of function, or using a try/catch mechanism (which can be simulated in C by a long jump). Between these two extremes of the spectrum, a…

Read More What is the right way to handle exceptions?Continue

Page navigation

Previous PagePrevious 1 … 24 25 26 27 28 … 53 Next PageNext

© 2025 Optimization & Engineering - WordPress Theme by Kadence WP

  • Author
  • Blog
  • Books
  • Thank You