Skip to content

Optimization & Engineering

  • Author
  • Thank You
Optimization & Engineering

Blog

software

Updating Code Easily with UNIX ed

Bycoliveira July 12, 2010July 13, 2010

Modern IDEs have very sofisticated interfaces to allow code navigation and editing. Although these facilities are very useful (specially when working with external libraries), there are somethings that are just easier to do in more traditional editors, such as UNIX ed. One of these things is keeping the context of several parts of your code….

Read More Updating Code Easily with UNIX edCarlos Oliveira - Page 25

software

Advanced C++ Idioms

Bycoliveira June 18, 2010July 17, 2010

C++ is a multi-paradigm programming language. This means that there is no single style that is always the right one to use on C++ programs. It all depends on the task at hand. For example, it is completely fine to use C++ only as a structured language, since it has all elements of C and…

Read More Advanced C++ IdiomsCarlos Oliveira - Page 25

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 editorCarlos Oliveira - Page 25

Page navigation

Previous PageCarlos Oliveira - Page 25 1 … 23 24 25 26 27 … 52 Next PageCarlos Oliveira - Page 25

© 2026 Optimization & Engineering - WordPress Theme by Kadence WP

  • Author
  • Thank You