文章列表
【quote] Alexandre Mendonça [ Original post ]
Ahh... Nothing like a rainy Saturday to get in the mood for some tasks that were delayed for too long!
As I was getting ready to watch the soccer match between FC Porto (my team) and Oliveirense, at Oliveirense's stadium, the referee decided th ...
1.
#comments
2.
#variable assignments
var1=val1
3.
#variable reference
$(var1)
#dereference a variable
$$(var1)
4.
#rules
target : dependency1 denpendency2 ... dependencyN
5.
<tab> command
Normally, when make encounters a command that returns a nonzero status co ...
1. The term "Frames" Defined
The term frames is most often used to describe Ethernet Layer 2 data units, or Token Ring Layer 2, or Frame Relay Layer 2, or T-carrier Layer 1 data units. Typically layer 1 frames are delivered using the T-carrier system, and layer 2 frames are delivered usin ...
Standard Targets
all
install
install-html
install-dvi
install-pdf
install-ps
install-strip
uninstall
clean
distclean
mostlyclean
maintainer-clean
TAGS
info
dvi
html
pdf
ps
dist
check
installcheck
installdirs
Standard Variables
Variable
...
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of.
Interface and User Experience
Be aware that browsers implement standards inco ...
Jesper Söderlund put together an excellent list of four general scalability patterns and four subpatterns in his post Scalability patterns and an interesting story:
Load distribution - Spread the system load across multiple processing units
Load balancing / load sharing - Spreading the loa ...