Critics have remarked that those four worthies were truly peerless throughout the ages; yet the present falls short of the pastβthe ancients favored unadorned simplicity, whereas the moderns prefer refined elegance. Styles of substance and ornament rise and fall in succession, shifting with the changing mores of the times; such evolution is simply the natural order of things. The ideal lies in honoring antiquity without clashing with the present, and embracing modernity without succumbing to its flawsβembodying that perfect balance of substance and refinement that defines the true gentleman. There is surely no need to abandon a carved palace in favor of a cave dwelling, or to trade a jade carriage for a primitive cart with solid wooden wheels.
Current path: lib64/python2.7/
β Cloned to:
β¬οΈ Go up: /lib64
οΏ½ zfc @ sw d Z d d l Z d d l Z d d l Z d d l Z e j Z d Z e Z d e j f d οΏ½ οΏ½ YZ d d d οΏ½ Z d S( sοΏ½ A dumb and slow but simple dbm clone. For database spam, spam.dir contains the index (a text file), spam.bak *may* contain a backup of the index (also a text file), while spam.dat contains the data (a binary file). XXX TO DO: - seems to contain a bug when updating... - reclaim free space (currently, space once occupied by deleted or expanded items is never reused) - support concurrent access (currently, if two processes take turns making updates, they can mess up the index) - support efficient access to large databases (currently, the whole index is read when the database is opened, and some updates rewrite the whole index) - support opening for read-only (flag = 'm') iοΏ½οΏ½οΏ½οΏ½Ni t _Databasec B sοΏ½ e Z e Z e Z d d οΏ½ Z d οΏ½ Z d οΏ½ Z e Z d οΏ½ Z d οΏ½ Z d οΏ½ Z d οΏ½ Z d οΏ½ Z d οΏ½ Z d οΏ½ Z d οΏ½ Z d οΏ½ Z d οΏ½ Z e Z d οΏ½ Z d οΏ½ Z e Z d οΏ½ Z RS( t cc C sοΏ½ | | _ | d k | _ | t j d | _ | t j d | _ | t j d | _ d | _ y t | j d οΏ½ } Wn<