Regular expression API - PowerPoint PPT Presentation

About This Presentation
Title:

Regular expression API

Description:

BorCon wishes to thank the following sponsors: – PowerPoint PPT presentation

Number of Views:65
Avg rating:3.0/5.0
Slides: 9
Provided by: midni
Category:

less

Transcript and Presenter's Notes

Title: Regular expression API


1
Regular expression API
  • POSIX regular expressions in Libc
  • Just like in grep and egrep similar to Perl and
    .Net
  • Incredibly useful
  • A sort of inverse function to Format()
  • Great for configuration files
  • Can handle dates that StrToDate cant
  • Like 29-Oct-02, for example

2
Security
  • File permissions are based on user and group
  • Finer-grained than Windows a file may be
    read-only to you but not to me
  • Root user can do everything
  • Admin powers arent as separable as on NT

3
Shell scripts
  • Much more capable than batch files
  • Can loop and test
  • Read and write files
  • Can do arithmetic and string manipulations
  • May be better to call glue scripts instead of
    multiple Linux commands

4
For more information
  • My conference paper
  • Explanation Of (nearly) every slide
  • Sidebar Library load order
  • Sidebar Debugging Dynamic Memory
  • Sidebar Linux Thread Priority
  • Appendix X11 and window managers
  • Appendix The Unix file model
  • Online resources
  • Google, Google Groups
  • Books

5
Questions?
6
Thank You
  • Please fill out the speaker evaluation.
  • You can contact me at www.midnightbeach.com

7
(No Transcript)
8
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com