Guest! Login/Join
Google
 

Pennsylvania State University School of Architecture Gives information on the faculty, curriculum, facilities and graduate school. Requires Flash.


Psu.edu DMOZ 101-150 of 787


Directory: Computers / Programming / Languages / Regular_Expressions / Research_Papers
Title: Fast Regular Expression Matching using FPGAs
Description: By Reetinder Sidhu and Viktor K. Prasanna.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.23.730
 
  
Directory: Computers / Programming / Languages / Regular_Expressions / Research_Papers
Title: Regular Expressions for Language Engineering
Description: By Lauri Karttunen, Jean-Pierre Chanod, Gregory Grefenstette, and Anne Schiller.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.28.4880
 
  
Directory: Computers / Programming / Languages / Smalltalk / Self
Title: dSelf: A Distributed Self
Description: Extension to delegation and prototype-based object-oriented language Self: adds distributed objects, transparent remote reference resolution, thus facilitating distributed inheritance and instantiation mechanisms. [ResearchIndex]
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.25.3241
 
  
Directory: Computers / Programming / Languages / Specification
Title: ResearchIndex: Structure-preserving specification languages for knowledge-based systems
Description: Much work on validation and verification of knowledge based systems (KBSs) has been done in implementation languages, mostly rule based. Recent papers suggest it is useful to do validation and verification in a more abstract and formal specification of the system.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.43.8800
 
  
Directory: Computers / Programming / Languages / Specification
Title: ResearchIndex: Proof Theoretic Approach To Specification Languages
Description: Thesis studies FORUM as specification language. FORUM is a higher order logic based on the logical connectives of Linear Logic. Initial example demonstrates that FORUM is well suited to specify concurrent computations by specifying the higher order ß calculus.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.45.7714
 
  
Directory: Computers / Programming / Languages / Synchronous
Title: The Esterel Synchronous Programming Language: Design, Semantics, Implementation
Description: Abstract on paper on reactive kernels making the central, hardest part of reactive systems; Esterel is not full language, it is a program generator used to program reactive kernels as YACC programs parsers from grammars. [ResearchIndex]
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.17.5606
 
  
Directory: Computers / Programming / Languages / Tempo
Title: Tempo: A Declarative Concurrent Programming Language
Description: Based on classical first-order logic; improves on usual concurrent logic languages (eg, Parlog) by explicitly specifying aspects of behavior of concurrent programs, namely: safety properties; gives advantages in writing concurrent programs and manipulating them while preserving correctness.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.17.7555
 
  
Directory: Computers / Programming / Languages / Tempo
Title: A Logic-Based Concurrent Object-Oriented Programming Language
Description: Article Rafael Ramirez.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.47.8091
 
  
Directory: Computers / Programming / Languages / Visual
Title: ResearchIndex: Viz: A Visualization Programming System
Description: Describes design, implementation of high level visualization programming system, created from a need to support rapid visual prototyping in an environment that can be extended by abstractions in the application problem domain.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.54.6094
 
  
Directory: Computers / Programming / Languages / Visual / Books
Title: Programming in Three Dimensions
Description: By Marc Najork. This thesis describes Cube, the first visual language to employ a three-dimensional syntax.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.27.1619
 
  
Directory: Computers / Security / Authentication / One_Time_Passwords
Title: The S/KEY One-Time Password System
Description: Scholarly paper by Neil Haller on the original S/Key system. Links to many citations from the original paper.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.44.6790
 
  
Directory: Computers / Security / Intrusion_Detection_Systems / Research
Title: ResearchIndex, IDS section
Description: ResearchIndex is a scientific literature digital library that aims to improve the dissemination and feedback of scientific literature, and to provide improvements in functionality, usability, availability, cost, comprehensiveness, efficiency, and timeliness.
Location: http://citeseer.ist.psu.edu/Security/IntrusionDetection/
 
  
Directory: Computers / Security / Policy
Title: A Structured Approach to Computer Security
Description: A security policy is a set of rules written in general terms stating what is permitted and what is not permitted in a system during normal operation.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.46.5867
 
  
Directory: Computers / Security / Research
Title: Penn State S2 Group
Description: General cyber security lab at the United States university. Includes current and past projects, software, publications, and events.
Location: http://ist.psu.edu/s2/
 
  
Directory: Computers / Software / Build_Management / Resources
Title: Make It - Generating and Maintaining Makefiles Automatically
Description: Schönherr and Wolff 1998 - A set of makefile dependency generator tools for working with files written in Knuth's Literate Programming style.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.2173
 
  
Directory: Computers / Software / Build_Management / Resources
Title: The Fourth Generation Make
Description: Fowler 1985 - A new make tool with support for CPP, dependency generation, compiled makefiles, parallel execution, pathname parsing operators, and a powerful metalanguage for builtin rules.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.25.6629
 
  
Directory: Computers / Software / Build_Management / Resources
Title: Make - A Program For Maintaining Computer Programs
Description: Feldman 1979 - The original make paper, including makefile syntax, implicit rules, double colon targets, macros, VPATH macro, and the usual cleanup and install targets.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.39.7058
 
  
Directory: Computers / Software / Build_Management / Resources
Title: An Automatic Make Facility
Description: Holyer and Pehlivan 2000 - Program uses no makefile. It records manually-issued compilation commands the first time round, then rebuilds programs using recorded command traces.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.60.5968
 
  
Directory: Computers / Software / Build_Management / Resources
Title: Parallel and Distributed Compilations in Loosely-Coupled Systems - A Case Study
Description: Baalbergen 1986 - Distributing machine specific compilation phases among machines with a distributed make program is about 3.5 times faster.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.45.1398
 
  
Directory: Computers / Software / Build_Management / Resources
Title: PGMAKE: A Portable Distributed Make System
Description: Lih and Zadok 1994 - Reports design issues and results of modifying GNU Make to do distributed makes using the Oakridge PVM Parallel Virtual Machine.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.22.7432
 
  
Directory: Computers / Software / Build_Management / Resources
Title: A Case For Make
Description: Fowler 1990 - Explains many old-make limitations and new-make (Nmake) features including procedure rules, accuracy mechanisms, viewpathing, and semaphores for blocking unwanted parallelism.
Location: http://citeseer.ist.psu.edu/old/fowler90case.html
 
  
Directory: Computers / Software / Globalization / Character_Encoding
Title: Tips & Techniques for Foreign Content on the Web
Description: Pennsylvania State University's guide to reading and publishing different languages on the web. Includes details of various encoding systems and links.
Location: http://tlt.its.psu.edu/suggestions/international/
 
  
Directory: Computers / Software / Internet / Servers / Application / Zope / Solution_Providers
Title: WebLion
Description: Project aimed to distribute a Plone CMS for use by various departments at Penn State and eventually other various Higher Education Institutions.
Location: http://weblion.psu.edu
 
  
Directory: Computers / Software / Operating_Systems / Object-Oriented / PURE
Title: PURE: On the Development of Object-Oriented Operating Systems for Deeply Embedded Systems
Description: Describes aspects of PURE Project, a small object-oriented portable, universal runtime executive (operating system) for deeply embedded parallel/distributed systems. [ResearchIndex]
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.33.9490
 
  
Directory: Computers / Software / Operating_Systems / Object-Oriented / PURE
Title: PURE: Design Rationale of the PURE Object-Oriented Embedded Operating System
Description: Project goal: provide a portable, universal runtime executive for deeply embedded parallel distributed systems. Deeply embedded means systems that have extreme resource constraints in memory, CPU, and power use. [ResearchIndex]
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.56.7088
 
  
Directory: Computers / Software / Operating_Systems / Persistent
Title: A Persistent System in Real Use: Experiences of the First 13 Years
Description: Eumel and successor L3, OSs made by GMD, have been used for 13 and 4 years respectively, for production in business, education. Over 2000 Eumel, 500 L3 have shipped since 1979, 1988. Both rely on persistence, with fault-surviving. Description, links. [ResearchIndex, CiteSeer]
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.53.7112
 
  
Directory: Computers / Software / Operating_Systems / Realtime / EROS
Title: Verifying Operating System Security
Description: A confined program is one unable to leak information to an unauthorized party or modify unauthorized resources, an essential feature of any secure component based system. A proof of correctness of EROS architecture for confinement. [ResearchIndex]
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.44.4902
 
  
Directory: Computers / Software / Operating_Systems / Realtime / EROS
Title: EROS: A Fast Capability System
Description: This capability-based OS for commodity processors uses a one level storage model; store persistence is transparent to applications. Surprisingly, performance of this very high security system matches normal OSs. [ResearchIndex]
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.41.400
 
  
Directory: Computers / Software / Operating_Systems / Realtime / Harmony
Title: Harmony as an Object-Oriented Operating System
Description: Ion is a key concept in the design of Harmony programs. The only interface to a task instance, once created, is message passing. Access from the outside is permitted only when a task explicitly performs a Receive operation.
Location: http://citeseer.ist.psu.edu/mackay-harmony.html
 
  
Directory: Computers / Software / Operating_Systems / Single_Address_Space
Title: ResearchIndex: Architectural Support for Single Address Space Operating Systems
Description: From Proceedings of the International Conference on Architectural Support for Programming Languages and Operating Systems, Boston, USA, October 1992.
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.16.9704
 
  
Directory: Computers / Software / Operating_Systems / Submicrokernel
Title: Exokernel: An Operating System Architecture for Application-Level Resource Management
Description: Traditional OSs limit application performance, flexibility, functionality by fixing interfaces and implementations of OS abstractions such as interprocess communication and virtual memory. Exokernel address this via application-level management of physical resources. [ResearchIndex]
Location: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.52.2893
 
  
Directory: Computers / Software / Typesetting / TeX / LaTeX / Tools
Title: Latexmk
Description: Perl script to automatically run latex and related commands. It may also start a previewer and then run latex whenever the source files are updated, so that the previewer gives an up-to-date view of the document.
Location: http://www.phys.psu.edu/~collins/software/latexmk/
 
  
Directory: Computers / Software / Typesetting / TeX / Platform_Specific / Macintosh / Converters
Title: Mac Converters for TeX/LaTeX
Description: Links to a number of conversion systems.
Location: http://www.esm.psu.edu/mac-tex/tools.html#Converters
 
  
Directory: Computers / Software / Workflow / Research / People
Title: Kumar, Akhil
Description: Penn State University, USA - XML-based workflow modeling languages (XRL). Includes a list of his publications, some of which are available as PDFs.
Location: http://www.personal.psu.edu/faculty/a/x/axk41
 
  
Directory: Games / Board_Games / Abstract / Battle_Games / Chess / Clubs_and_Associations / North_America / United_States / Pennsylvania
Title: Penn State Chess Team
Description: Club meeting and tournament schedule, general information about the club, results of the latest tournaments, and ratings.
Location: http://www.clubs.psu.edu/up/chessteam/
 
  
Directory: Games / Puzzles / Mazes / Outdoors / Corn / United_States / Pennsylvania
Title: Ag Progress Days
Description: Annual event. Family entertainment as well as commercial exhibits featuring goods and services, field machinery demonstrations, Penn State research, and opportunities to "ask the experts."
Location: http://apd.cas.psu.edu/
 
  
Directory: Health / Alternative / Alexander_Technique / Teachers / United_States
Title: Rajal Cohen
Description: Teacher in the USA presents resume, testimonials and photographs.
Location: http://www.personal.psu.edu/users/r/u/ruc113/index.htm
 
  
Directory: Health / Child_Health / Infant_and_Toddlers
Title: Early Childhood Training Institute
Description: Training and information for parents and care providers of children birth to three years of age. Includes developmental milestones and advice on selecting child care.
Location: http://ecti.hbg.psu.edu
 
  
Directory: Health / Child_Health / Infant_and_Toddlers / Excessive_Crying
Title: The Effect of Excessive Crying on the Development of Emotion
Description: Study published in Infancy.
Location: http://www.hhdev.psu.edu/ebp/stifter%20and%20spinrad%202002.pdf
 
  
Directory: Health / Mental_Health / Child_and_Adolescent / Treatment / Programs_and_Services / Community-based_Programs
Title: Penn State Educational Partnership Program
Description: After-school enhancement program in 3 inner city schools in Erie, Pennsylvania for students at risk of not reaching their academic and career potential. Structured setting with teachers, tutors, and community mentors.
Location: http://www.pserie.psu.edu/pepp/peppindx.htm
 
  
Directory: Health / Mental_Health / Disorders / Mood / Depression
Title: To Heal Depression
Description: A source of information on cause, diagnosis, and treatment of depression.
Location: http://www.personal.psu.edu/staff/e/x/exc147/Depr.html
 
  
Directory: Health / Mental_Health / Disorders / Neurodevelopmental / Autism_Spectrum
Title: Professional Development Certificate in Autism
Description: Six-course certificate program in Autism offered by Pennsylvania State University. Description of program and courses, registration and contact information.
Location: http://www.worldcampus.psu.edu/Autism.shtml
 
  
Directory: Health / Occupational_Health_and_Safety / Colleges_and_Universities
Title: Penn State University Environmental Health and Safety
Description: Responsible for the development and implementation of environmental and all occupational health and safety programs throughout Penn State's multi-campus system.
Location: http://www.ehs.psu.edu/
 
  
Directory: Health / Public_Health_and_Safety / Emergency_Services / Medical / Ambulance_Companies / North_America / United_States / Pennsylvania
Title: Penn State Emergency Medical Services
Description: Serving the University and community since approximately 1948.
Location: http://www.psu.edu/dept/ems/
 
  
Directory: Health / Public_Health_and_Safety / Rural_Health / Organizations
Title: Pennsylvania Office of Rural Health
Description: The mission of the Office is to improve the health of rural communities and their residents throughout the Commonwealth by implementing numerous objectives.
Location: http://porh.psu.edu/
 
  
Directory: Health / Women_s_Health / Pelvic_Exams_and_Pap_Tests
Title: Women's Health Pelvic Exam and Pap Smear
Description: Information from University Health Services at Pennsylvania State University about what to expect with a pelvic exam.
Location: http://www.sa.psu.edu/uhs/womenshealth/pelvicexam.cfm
 
  
Directory: Home / Family / Childcare / Training
Title: Better Kid Care
Description: Penn State Cooperative Extension’s Better Kid Care Program provides educational materials, learning experiences and programs to child care providers, parents, and employers throughout the state of Pennsylvania.
Location: http://betterkidcare.psu.edu/
 
  
Directory: Home / Family / Pregnancy / Loss / Memorials / Miscarriages
Title: A Tribute to Baby X
Description: An angel after 7 short weeks of pregnancy.
Location: http://www.personal.psu.edu/faculty/d/m/dmm104/BABYX/babyx.html
 
  
Directory: Home / Family / Runaways
Title: Runaway Lives: Personal Stories and Reflections by Runaways and Their Families
Description: Forum for runaways and their family members to share their experiences through writings or images.
Location: http://www2.lv.psu.edu/jkl1/runawaylives/
 
  
Directory: Home / Family / Runaways
Title: Teens in Trouble: Runaways
Description: Listing of runaway related links maintained by a parent for other parents from the site "Teens in Trouble: A Survival Page for Parents".
Location: http://www.lv.psu.edu/jkl1/teens/runaways.html