Dartmouth pattern course
Grok Headline matches for Dartmouth pattern course
Down and Out in Dartmouth
Down and Out in Dartmouth
10/28/2003 11:07 PMThis
overview of Darthmouth College's wireless setup and how people use
it sound like something out of a Cory
Doctorow future.
"The Dartmouth Online"
"The Dartmouth Online"
11/15/2003 03:18 AMThe Dartmouth Insurgency
The Dartmouth Insurgency
04/18/2005 12:42 AM"The Dartmouth insurgency." .. why alumni should
support
weeklystandard.com/Content/Public/Articles/000/000/005/499hm
kev.asp
track this
site | 2 links
Dartmouth Computer Hackers
Dartmouth Computer Hackers
08/02/2004 06:52 AMDartmouth to Grow Network
Dartmouth to Grow Network
09/22/2004 12:34 PMDartmouth University, known for being an early Wi-Fi adopter, has big
growth plans: Administrators are in the process of expanding the
network from its original 200 access points to 1,500. The new network
will use APs from Aruba and will support 802.11a, 802.11b, and
802.11g. It sounds like Dartmouth is responding to the bandwidth needs
of students. Because Dartmouth has been on the leading edge of Wi-Fi,
it'll be interesting to watch the university as WiMax products begin
hitting the market. Stringing 1,500 APs sounds like a major pain while
WiMax would require far fewer base stations....
Your fine Photoshopping skills aren't
fooling Dartmouth
Your fine Photoshopping skills aren't
fooling Dartmouth
07/24/2004 01:01 PMAccording to a
Dartmouth College Office of Public Affairs press
release first seen by this reporter on
Slashdot, in an effort to verify the validity of
photographs submitted as evidence,
"Farid and Dartmouth graduate
student Alin Popescu have developed a mathematical technique to tell
the difference between a 'real' image and one that's been fiddled
with."
Highway Signs Misspell Dartmouth College
(AP)
Highway Signs Misspell Dartmouth College
(AP)
04/30/2004 07:20 PMAP - Oops! Two highway signs posted on Interstate 89 misspelled the
name of Dartmouth College, established in 1769 when the
Connecticut River was the major travel corridor in northern New
England.
Do You See a Pattern Here?
Do You See a Pattern Here?
08/06/2004 04:39 AMBenoît Mandelbrot, the father of the fractal, writes an open letter to
the wizards of Wall Street. From Wired magazine.
Pattern-lab 0.1.0
Pattern-lab 0.1.0
07/25/2004 04:25 AMPattern recognition and OCR software.
ASP.NET, MVC design pattern
ASP.NET, MVC design pattern
09/14/2002 11:12 PMCNET Sep 14 2002 10:03PM ET
Chemistry-Pattern-0.20
Chemistry-Pattern-0.20
05/31/2004 11:44 PMHolding Pattern 1.0
Holding Pattern 1.0
04/12/2004 10:06 PMTurns your idle computer screen into an airplane window, complete with
a moving aerial view.
Chemistry-Pattern-0.21
Chemistry-Pattern-0.21
06/18/2004 12:04 AM"Holding Pattern"
"Holding Pattern"
04/28/2004 03:02 AMPattern Brewery
Pattern Brewery
04/09/2004 05:27 PMNew project home page
Holding Pattern
Holding Pattern
04/25/2004 08:19 AM
Holding
Pattern is a screensaver for Mac OS X that generates
photo-realistic simulations of the view from a flying airplane window.
Chemistry-Pattern-0.25
Chemistry-Pattern-0.25
08/06/2004 12:41 AMStorageTek's Holding Pattern
StorageTek's Holding Pattern
07/26/2004 02:36 PMStorageTek anxiously awaits the great tech spending revival.
Crochet Pattern Central
Crochet Pattern Central
02/10/2004 02:51 AMInterested in crochet? Do I have a site for you. Crochet Pattern
Central ( http://www.crochetpatterncentral.com/ ) has a variety of
patterns and crochet information available. Are you a crochet
newbie?...
Delta's Holding Pattern
Delta's Holding Pattern
05/20/2004 03:53 PMShould Delta's shareholders prepare for takeoff, or instead sing the
blues?
Design Pattern Snobs
Design Pattern Snobs
12/09/2002 11:20 AMHave you noticed lately how the word pattern seems to be creeping
into general musings and dialogue more and more? Like name-dropping,
it's consciously woven into the fabric of the conversation as a way to
assert a certain level of understanding and credibility. Mention the
latest design pattern and suddenly your peers will see you as a genius
of software engineering, "...you see I have employed the Decorator
pattern for this particular class..." While you're fighting the urge
to give them a good slap, allow me to let you into the big secret.
There is none! -- Alan Williamson
Counterpoint by Ted Neward.
"zeldman.frown"
phpPatterns: the Observer Pattern
phpPatterns: the Observer Pattern
01/10/2003 09:50 AMCatching the Pattern Wave
Catching the Pattern Wave
01/13/2003 08:08 PMCatching the Pattern Wave
Like Jeremy I'm starting to get the whole pattern gig (starting). All
it took was using Harry's wonderful strategy pattern for validation
(which I've extended a bunch of ways already). Now Harry has another
one: Observers.
The Observer Pattern is designed to help cope with one to many
relationships between objects, allowing changes in an object to update
many associated objects. It provides a powerful mechanism to extend
our applications, in terms of how they respond to events, without
needing alter existing (and working) code. We'll take a simplified
look at how the observer pattern might be used in a typical PHP forum
application then suggest other uses for the observer pattern
...
The Observer pattern is defined by the Gang of Four in Design Patterns
as behavioural pattern - that is one we can use to modify the
behaviour of our applications. It's regarded as being so useful, that
Sun bothered to implement it in the Java API (see Observable and
Observer). The basic principle behind the observer pattern is if you
have some object, such as a Post object for a forum system, you can
have other objects, such as a Mailer object, act as an observer and
respond to any changes in the Post object, such as emailing relevant
forums users that a new post has been added to the thread they were
subscribed to. Conceptually, the Observer pattern in something like a
trigger in a database, which runs a stored procedure when a table row
is modified for example (we won't go too far with this analogy
though). Normally we might implement the mailing functionality in the
Post object itself but what if later we want add further "events" to
Post, when a new post is made, such as adding an entry to our forums
RSS feed for example? And how many more things might we want to add in
future? The observer pattern provides us the mechanism to add such
functionality without needing to alter the Post object. [_Go_]
Have I fully read this through, tried it out, etc? No. Will I?
Almost certainly.
phpPatterns: The Decorator Pattern
phpPatterns: The Decorator Pattern
01/29/2003 08:58 AMDesign Pattern Toolkit 1.0
Design Pattern Toolkit 1.0
10/31/2003 08:31 PMTool for generating customizable, model-driven architecture pattern
applications
The Portland Pattern Repository
The Portland Pattern Repository
12/25/2004 05:30 PMCunningham & Cunningham, Inc.: This is
apparently the first wiki ever produced — the wiki seed from
which all others grew, if you will. It's also known as the Portland
Pattern Repository.
It's kind of the oracle of all things wiki. There are pages on wiki
and Extreme
Programming philosophy, like the theories of Wabi Sabi (something all
developers would use more of), Once and Only Once,
and the Open
Closed Principle.
It's very long on theory and a bit shorter on practical programming
techniques, but still very much worth browsing from time to time. Go
there for a dose of The Big Picture every once in a while.
Isotopic Pattern Calculator
Isotopic Pattern Calculator
01/05/2005 07:22 PMhere it is
SAP Turns to Pattern Development
SAP Turns to Pattern Development
08/09/2004 09:32 AMSAP AG is rewriting its proprietary Web Dynpro user interface
development technology to incorporate pattern-based development.
Isotopic Pattern Calculator 1.2 (Stable)
Isotopic Pattern Calculator 1.2 (Stable)
01/06/2005 12:09 PMCalculates isotopic distributions.
Hormone pattern linked to obesity
Hormone pattern linked to obesity
06/28/2004 09:20 PMThe pattern of a hormone which controls hunger may explain why some
people become obese, say scientists.
Keep track of a Mac's usage pattern
Keep track of a Mac's usage pattern
03/17/2005 02:56 AMI was happy to find this tip, which explains how to measure idle time
on input devices, but I wanted something that would actually keep
track of when the system was idle and when it wasn't -- that way, I
could tell how much m...
Core J2EE Pattern ValueListHandler
Core J2EE Pattern ValueListHandler
06/11/2004 05:54 PMValueList 1.1 Released
phpPatterns: Decorator Pattern
Redecorated
phpPatterns: Decorator Pattern
Redecorated
12/18/2003 09:20 AMOn
phpPatterns.com this
morning, there's a visit back to an old favorite when it comes to
patterns - the
Decorator pattern. (If you need a refresher, see
this article.) But, this time, he thinks he has it right...
Barcode128 pattern compute class
Barcode128 pattern compute class
06/06/2002 06:00 AMA class which computes barcode128 pattern
Bayesian Pattern Filtering Library
0.1.0alpha
Bayesian Pattern Filtering Library
0.1.0alpha
03/13/2003 06:02 PMA C++ library for building Bayesian Filters.
Download Free Screensaver - Holding
Pattern
Download Free Screensaver - Holding
Pattern
04/27/2004 09:25 PMScreensaver: Holding Pattern .. DOWNLOAD @
idle-time.org
idle-time.org/download.html
track this
site | 4 links
Reactive event pattern detector engine.
Reactive event pattern detector engine.
05/09/2004 06:36 PMruleCore 1.1beta1 released
Design Pattern Toolkit 3.0 (Default
branch)
Design Pattern Toolkit 3.0 (Default
branch)
04/06/2005 11:41 PM
The Design Pattern Toolkit is an Eclipse-enabled
tool for generating applications based on
customizable model-driven architecture patterns.
This plug-in can speed up the development of
common types of applications by the use of
patterns that capture best (or current) practices
for the design and implementation of those
applications. Users apply patterns to information
encoded in XML files to generate multiple Eclipse
resources of multiple types that together make up
an application. The toolkit has a component for
pattern-based resource generation as well as a
component that supports pattern development and
distribution.
Changes:
Enhancements and fixes were made. This version runs on Eclipse 3.0,
RAD, and RSA. An updated "Exemplar Analysis" tool edits a model of a
transformation from which DPTK transformations can be generated.
Pattern Recognition - Poor man's review.
Pattern Recognition - Poor man's review.
05/09/2004 11:01 PMBeen listening to Pattern Recognition by William Gibson… Too
lazy to do a review, so I’ll just paste this chatlog...
Grok Description matches for Dartmouth pattern course
GrokA matches for Dartmouth pattern course
Dartmouth pattern course