Search:

Learn Ruby the hard way : a simple and idiomatic introduction to the imaginative world of computational thinking with code / by Shaw, Zed,author.(CARDINAL)552563;
The Hard Way Is Easier -- Reading and Writing -- Attention to Detail -- Spotting Differences -- Do Not Copy-Paste -- Using the Included Videos -- A Note on Practice and Persistence -- A Warning for the Smarties -- Exercise 0: The Setup -- Mac OS X -- Windows -- Linux -- Finding Things on the Internet -- Warnings for Beginners -- Exercise 1: A Good First Program -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 2: Comments and Pound Characters -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 3: Numbers and Math -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 4: Variables and Names -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 5: More Variables and Printing -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 6: Strings and Text -- What You Should See -- Study Drills -- Common Student Question -- Exercise 7: More Printing -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 8: Printing, Printing -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 9: Printing, Printing, Printing -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 10: What Was That? -- What You Should See -- Escape Sequences -- Study Drills -- Common Student Questions -- Exercise 11: Asking Questions -- What You Should See -- Study Drills -- Common Student Question -- Exercise 12: Prompting People for Numbers -- What You Should See -- Study Drills -- Exercise 13: Parameters, Unpacking, Variables -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 14: Prompting and Passing -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 15: Reading Files -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 16: Reading and Writing Files -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 17: More Files -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 18: Names, Variables, Code, Functions -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 19: Functions and Variables -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 20: Functions and Files -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 21: Functions Can Return Something -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 22: What Do You Know So Far? -- What You Are Learning -- Exercise 23: Read Some Code -- Exercise 24: More Practice -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 25: Even More Practice -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 26: Congratulations, Take a Test! -- Common Student Questions -- Exercise 27: Memorizing Logic -- The Truth Terms -- The Truth Tables -- Common Student Question -- Exercise 28: Boolean Practice -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 29: What If -- What You Should See -- Study Drills -- Common Student Question -- Exercise 30: Else and If -- What You Should See -- Study Drills -- Common Student Question -- Exercise 31: Making Decisions -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 32: Loops and Arrays -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 33: While Loops -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 34: Accessing Elements of Arrays -- Study Drills -- Exercise 35: Branches and Functions -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 36: Designing and Debugging -- Rules for If-Statements -- Rules for Loops -- Tips for Debugging -- Homework -- Exercise 37: Symbol Review -- Keywords -- Data Types -- String Escape Sequences -- Operators -- Reading Code -- Study Drills -- Common Student Question -- Exercise 38: Doing Things to Arrays -- What You Should See -- What Arrays Can Do -- When to Use Arrays -- Study Drills -- Common Student Questions -- Exercise 39: Hashes, Oh Lovely Hashes -- A Hash Example -- What You Should See -- What Hashes Can Do -- Making Your Own Hash Module -- The Code Description -- Three Levels of Arrays -- What You Should See (Again) -- When to Use Hashes or Arrays -- Study Drills -- Common Student Questions -- Exercise 40: Modules, Classes, and Objects -- Modules Are Like Hashes -- What You Should See -- Study Drills -- Common Student Question -- Exercise 41: Learning to Speak Object Oriented -- Word Drills -- Phrase Drills -- Combined Drills -- A Reading Test -- Practice English to Code -- Reading More Code -- Common Student Questions -- Exercise 42: Is-A, Has-A, Objects, and Classes -- How This Looks in Code -- Study Drills -- Common Student Questions -- Exercise 43: Basic Object-Oriented Analysis and Design -- The Analysis of a Simple Game Engine -- Top Down Versus Bottom Up -- The Code for "Gothons from Planet Percal #25" -- What You Should See -- Study Drills -- Common Student Question -- Exercise 44: Inheritance Versus Composition -- What Is Inheritance? -- Composition -- When to Use Inheritance or Composition -- Study Drills -- Common Student Questions -- Exercise 45: You Make a Game -- Evaluating Your Game -- Function Style -- Class Style -- Code Style -- Good Comments -- Evaluate Your Game -- Exercise 46: A Project Skeleton -- Creating the Skeleton Project Directory -- Testing Your Setup -- Using the Skeleton -- Required Quiz -- Common Student Questions -- Exercise 47: Automated Testing -- Writing a Test Case -- Testing Guidelines -- What You Should See -- Study Drills -- Common Student Questions -- Exercise 48: Advanced User Input -- Our Game Lexicon -- A Test First Challenge -- What You Should Test -- Study Drills -- Common Student Questions -- Exercise 49: Making Sentences -- Match and Peek -- The Sentence Grammar -- A Word on Exceptions -- The Parser Code -- Playing with the Parser -- What You Should Test -- Study Drills -- Common Student Question -- Exercise 50: Your First Website -- Installing Sinatra -- Make a Simple "Hello World" Project -- What's Happening Here? -- Stopping and Reloading Sinatra -- Fixing Errors -- Create Basic Templates -- Study Drills -- Common Student Questions -- Exercise 51: Getting Input from a Browser -- How the Web Works -- How Forms Work -- Creating HTML Forms -- Creating a Layout Template -- Writing Automated Tests for Forms -- Study Drills -- Common Student Question -- Exercise 52: The Start of Your Web Game -- Refactoring the Exercise 43 Game -- Sessions and Tracking Users -- Creating an Engine -- Your Final Exam -- Next Steps -- How to Learn Any Programming Language -- Advice from an Old Programmer -- Appendix: Command Line Crash Course -- Introduction: Shut Up and Shell -- The Setup -- Paths, Folders, and Directories (pwd) -- If You Get Lost -- Make a Directory (mkdir) -- Change Directory (cd) -- List Directory (ls) -- Remove Directory (rmdir) -- Moving Around (pushd, popd) -- Making Empty Files (Touch, New-Item) -- Copy a File (cp) -- Moving a File (mv) -- View a File (less, MORE) -- Stream a File (cat) -- Removing a File (rm) -- Exiting Your Terminal (exit) -- Command Line Next Steps.You will learn Ruby! Zed Shaw has perfected the world's best system for learning Ruby. Follow it and you will succeed -- just like the hundreds of thousands of beginners Zed has taught to date! You bring the discipline, commitment, and persistence; the author supplies everything else. In Learn Ruby the Hard Way, Third Edition, you'll learn Ruby by working through 52 brilliantly crafted exercises. Read them. Type their code precisely. (No copying and pasting!) Fix your mistakes. Watch the programs run. As you do, you'll learn how software works; what good programs look like; how to read, write, and think about code; and how to find and fix your mistakes using tricks professional programmers use. Most importantly, you'll learn the following, which you need to start writing excellent Ruby software of your own: Installing your Ruby environment; Organizing and writing code; Ruby symbols and keywords; Basic mathematics; Variables and printing; Strings and text; Interacting with users; Working with files; Using and creating functions; Looping and logic; Arrays and elements; Hashmaps; Program design; Object-oriented programming; Inheritance and composition; Modules, classes, and objects; Project "skeleton" directories; Debugging and automated testing; Advanced user input; Text processing; Basic game development; Basic web development. It'll be hard at first. But soon, you'll just get it -- and that will feel great! This tutorial will reward you for every minute you put into it. Soon, you'll know one of the world's most powerful, popular programming languages. You'll be a Ruby programmer. Watch Zed, too! The accompanying DVD contains 5+ hours of passionate, powerful teaching: a complete Ruby video course! - Publisher.
Subjects: Ruby (Computer program language);

Resident evil [videorecording] / by Anderson, Paul,1965-(CARDINAL)668223; Bolt, Jeremy.; Carmody, Don.; Crewes, Martin,1968-; Eichinger, Bernd.; Epps, Mike.(CARDINAL)342971; Fehr, Oded,1970-; Guillory, Sienna,1975-; Hadida, Samuel.; Harris, Jared,1961-(CARDINAL)348967; Holt, Sandrine.; Jovovich, Milla.(CARDINAL)346621; Kretschmann, Thomas,1962-(CARDINAL)881352; Mabius, Eric.; Purefoy, James,1964-; Rodriguez, Michelle.(CARDINAL)786327; Salmon, Colin.; Witt, Alexander,1974-; Constantin Film (Firm)(CARDINAL)346628; Davis Films (Firm)(CARDINAL)346629; Impact Pictures.(CARDINAL)346630; New Legacy Film (Firm); Screen Gems (1998- )(CARDINAL)433551; Sony Pictures Home Entertainment (Firm)(CARDINAL)282399;
Disc 1: Resident evil (ca. 101 min.) -- Resident evil: apocalypse (ca. 94 min.).Resident evil: apocalypse: Directors of photography, Derek Rogers, Christian Sebaldt ; editor, Eddie Hamilton ; music, Jeff Danna ; costume designer, Mary McLeod ; production designer, Paul Denham Austerberry ; visual effects supervisor, Alison O'Brien.Resident evil: Director of photography, David Johnson ; editor, Alexander Berner ; music, Marco Beltrami, Marilyn Manson ; costume designer, Richard Bridgland ; production designer, Richard Bridgland ; visual effects supervisor, Richard Yuricich.Resident evil cast: Milla Jovovich, Michelle Rodriguez, Eric Mabius, James Purefoy, Martin Crewes, Colin Salmon.Resident evil: apocalypse cast: Milla Jovovich, Sienna Guillory, Oded Fehr, Thomas Kretschmann, Sandrine Holt, Jared Harris, Mike Epps.Resident evil: A virus has escaped in a secret facility turning the staff into hungry zombies. The complex computer shuts down the base to prevent infection. The parent corporation sends in an elite military unit, where they meet Alice, who is suffering from amnesia due to exposure to nerve gas. The military team must shut down the computer and get out, fighting their way past zombies, mutants, and the computer itself, before the virus escapes and infects the rest of the world. Alice must also come to terms with her slowly-returning memories.Resident evil: apocalypse: General Cain orders The Hive reopened, and in doing so contaminates all of Raccoon City, a city of the dead, with Alice stuck right in the middle. Now, along with other surviors, Jill, Carlos and Captain Nicholai, they must fight to survive and escape the nightmare that has plaqed Raccoon City. Matt Addison has been a new threat as he has fully mutated into a seemingly unstoppable creature, code named Nemesis. Nemesis will stop at nothing until everything around him is dead.MPAA rating: R; for strong sci-fi/horror violence, language and brief sexuality/nudity (Resident evil) ; MPAA rating: R; for non-stop violence, language and some nudity (Resident evil: apocalypse).Resident evil: apocalypse: DVD, region 1, anamorphic widescreen (2.40:1) presentation; Dolby Digital 5.1 surround, remastered in High Definition.Resident evil: DVD, region 1, anamorphic widescreen (1.85:1) presentation; Dolby Digital 5.1 surround, remastered in High Definition.
Subjects: Feature films.; Films for the hearing impaired.; Science fiction films.; Thrillers (Television programs); Video recordings for the hearing impaired.; Host-virus relationships; Microbial contamination; Military missions; Mutation (Biology); Virus-vector relationships;
These discs are copy protected.

Librarians as community partners : an outreach handbook / by Smallwood, Carol,1939-(CARDINAL)173318;
Includes bibliographical references and index.Academic connections : a college librarian reaches out to a middle school / by Margaret Keys -- Integrating manuscripts into the Michigan curriculum through archival outreach / by Marian Matyn -- Public school teacher workshops conducted by the University of Alabama at Birmingham's Mervyn H. Sterne Library / by Delores Carlito -- Secondary classroom instruction in Birmingham / by Delores Carlito -- Teaching American history : archivists partnering with public schools / by Sharon Carlson -- A different kind of science project : a partnership between a community college library and a high school media center / by Nancy Kalikow Maxwell -- Día de los niños, día de los libros / by Meryle Leonard -- Documenting the experiences of African Americans, Native Americans, and Mexican Americans : archivists partnering with oral historians / by Sharon Carlson -- Ethiopia reads / by Loriene Roy -- Homework club for English language learners / by Licia Slimon -- If I can read, I can do anything : a national reading club for Native children / by Loriene Roy -- Laptop literacy : language and computer literacy services to refugees in Burlington, Vermont / by Barbara A. Shatara -- The long journey to Vermont : immigration, cultural identity, and book discussions that build community / by Barbara A. Shatara -- Outreach to the Russian-speaking community at the Arapahoe Library District / by Katya B. Dunatov -- Outreach to newly enrolled African American college students / by Jamie Seeholzer -- Serving multicultural patrons at the Arapahoe Library District / by Katya B. Dunatov --Bake a book and they will come / by Iona R. Malanchuk -- Establishing a library docent program / by Mary H. Nino -- Friends in need : involving friends of the library in community outreach programs / by Vera Gubnitskaia -- Lifesaving library outreach / by Felicia A. Smith -- Planning a library anniversary celebration / by Mary H. Nino -- Reading matters in mentor : library services at the pools and beaches on Ohio's north coast / by Lynn Hawkins -- Small grants can have big rewards / by Chelsea Dinsmore -- Using a digitization project to produce a book for community outreach / by John R. Burch Jr. -- Using pilot projects for outreach / by Chelsea Dinsmore --Beyond the campus : information literacy instruction for the senior community / by Susan M. Frey -- Memoir writing for older adult groups / by Mark Donnelly -- Outreach to the senior community : one library's activities / by Bob Blanchard -- Sí se puede! = Yes we can! / by Meryle Leonard -- What boomers want : the future of outreach / by Ellen Mehling -- Better than one : collaborative outreach for homeschooled teens / by Catherine Fraser Riehle -- Children's initiative : establishing a successful partnership with a local public school system / by Vera Gubnitskaia -- Hundreds of high school students study at the library / by Tiffany Auxier -- Reaching out to create outreach programs among teen library patrons / by Maryann Mori -- Reaching out to student athletes, two students at a time / by Maureen Brunsdale -- Teen theater at the public library / by Licia Slimon -- Teens will respond / by Maryann Mori -- Upward bound outreach to talented high school students / by Jamie Seeholzer --Community groups join forces for family fun / by Tiffany Auxier -- Connecting with the community : partnering to deliver a storytime outreach / by Margaret Keys -- Creative partnerships with local organizations / by Ellen Mehling -- Dinner with the presidents : teaming up with the Yours Truly restaurant chain / by Lynn Hawkins -- Faraway places / by Uma Doraiswamy -- Fostering community engagement through a town and gown lecture series / by Susan M. Frey -- A friend in need : partnering with an employment center / by Elaine Williams -- Guest reader storytime : Fenton area outreach project / by Christine K. Heron -- Local artists-in-residence at your school library / by Jan Siebold -- Partnering for lifelong learning : a unique collaboration / by Catherine Fraser Riehle -- Partnering for dollars : using grant opportunities to build community and provide programming / by Karen Brodsky -- Partnering with a local park or historical agency / by Florence M. Turcotte -- Partnering with your local historical society / by Elaine Williams -- A university library reaches out to an entire community / by Iona R. Malanchuk.Freedom readers in a juvenile correctional facility / by Felicia A. Smith -- Has your public librarian been to prison? Participation in summer reading games / by Glennor Shirley -- Has your public librarian been to prison? Participation in shared grant projects / by Glennor Shirley -- Breathing life into the circus collection / by Maureen Brunsdale -- Bringing history to the people's fingertips : University of Florida digital collections and historical Florida newspapers / by Melissa Shoop -- They didn't teach me this in library school : managing a library art gallery / by Karen Brodsky -- Lights, camera, libraries / by Nancy Kalikow Maxwell -- Partnering with a local newspaper to digitize historical photographs / by John R. Burch, Jr. -- Michigan reads! Statewide outreach project / by Christine K. Heron -- Books that shape our lives : a community of readers / by Jan Siebold -- Collaboration creates a successful regional low-vision fair / by Bob Blanchard -- One community, one story / by Florence M. Turcotte -- SOKY Book Fest / by Uma Doraiswamy -- University of Florida's George A. Smathers Libraries and the Common Reading Program / by Melissa Shoop --
Subjects: Case studies.; Library outreach programs; Libraries and community; Libraries;

The matrix [videorecording] / by Wachowski, Lilly,1967-screenwriter,film director.(CARDINAL)432744; Wachowski, Lana,1965-screenwriter,film director.(CARDINAL)350144; Silver, Joel,film producer.(CARDINAL)762094; Reeves, Keanu,actor.(CARDINAL)341233; Fishburne, Laurence,III,1961-actor.(CARDINAL)434940; Moss, Carrie-Anne,1970-actor.(CARDINAL)346335; Weaving, Hugo,1960-actor.(CARDINAL)807350; Foster, Gloria,1936-2001,actor.(CARDINAL)847906; Pantoliano, Joe,actor.(CARDINAL)532934; Davis, Don,1957-composer (expression)(CARDINAL)539274; Pope, Bill,1952-cinematographer.; Gaeta, John,1965-visual effects provider.; Paterson, Owen,production designer.; Staenberg, Zach,editor of moving image work.(CARDINAL)824688; Yuen, Wo-ping,1945-choreographer.; Groucho II Film Partnership,presenter.; Silver Pictures,production company.(CARDINAL)534310; Village Roadshow Pictures,presenter.(CARDINAL)340620; Warner Bros. Pictures (1969- ),presenter.(CARDINAL)338270; Warner Home Video (Firm),publisher.(CARDINAL)218485;
Cinematographer, Bill Pope; visual effects, John Gaeta; production designer, Owen Paterson; editor, Zach Staenberg ; music, Don Davis ; kung fu choreographer, Yuen Wo Ping.Keanu Reeves, Laurence Fishburne, Carrie-Anne Moss, Hugo Weaving, Gloria Foster, Joe Pantoliano.Neo (Reeves)-mild-mannered software author by day, feared hacker by night-is recruited into a cell of cyber-rebels, led by Morpheus (Fishburne) and the warrior Trinity (Moss). They have made a fundamental discovery about the world: It does not exist. It is only a seedy utopia where humanity is preserved, protected, and endlessly recycled by a mega-computer. Cypher (Pantoliano) turns traitorous for access to comforts unmatched by the drab post-apocalyptic real world, while Agent Smith (Weaving) dismisses humans as "a plague"--For which non-organic life is "the cure."MPAA rating: R, for sci-fi violence and brief language.DVD; NTSC, Region 1; wide screen; Dolby Digital 5.1 surround, Dolby Digital 2.0; dual-layer format.Academy Award, 2000: Best editing; Best effects, sound effects editing; Best effects, visual effects; Best sound.
Subjects: Science fiction films.; Dystopian films.; Fiction films.; Feature films.; Video recordings for the hearing impaired.; Artificial intelligence;
Licensed for private home use only.

Firestarters : 100 job profiles to inspire young women / by Beatty, Kelly,1969-(CARDINAL)477417; Bradshaw, Dale Salvaggio,1970-(CARDINAL)477418;
Carol Boyers Givens : museum objects conservator -- Caroline Palmer : ballet choreologist -- Cathy Jenkins Wilson : advertising broadcast producer -- Cecily Steppe : marine biologist -- Charlotte Michie : licensed clinical social worker (LCSW) -- Charlotte Thomas Riddle : pediatrician -- Claire Moss : pediatric occupational therapist -- Claudia Brown : architectural survey coordinator for the North Carolina State Historic Preservation Office -- Connie McNab : children's book illustrator/artist -- Dale Scott : director of child services for a community mental-health center -- Dean Thompson : marketing director -- Deb Sweeney Whitmore : outdoor educator -- Debby Plexico : surgery/medical floor nurse -- Debra Sasser : North Carolina District Court Judge -- Diane Jacober : product support engineer (mechanical engineer) -- Donna Helms : PGA (Professional Golfers' Association) teaching professional -- Doris Sargent : nutrition consultant and registered dietician (R.D.) -- Elaine Marshall : North Carolina Secretary of State -- Erin Pawlus : district manager-retail fashion industry -- Erinn Qualter Kelly : equity research, managing director -- Gena Farris : speech therapist (speech and language pathologist) -- Ginger Poole : actor -- Gwen Beatty : geologist --Holly K. Dressman : assistant research professor and director of the Duke DNA Microarray Core facility -- Jane Perlov : chief of police for the city of Raleigh, North Carolina -- Janet Green Jacobson : professional artist -- Janet Jarriel : classical musician agent -- Joan Lamson : mayor of Pine Knoll Shores, North Carolina -- Jodi Schwartz : multimedia production company owner/executive producer -- Johnna Watson : associate dean of enrollment management and information systems for a graduate school -- Joyce Beatty : director of counseling, testing, and career placement center for a community college (retired) -- Juli Kim : research and policy associate -- Julia Brooks : interior designer, IIDA, business owner -- Kathleen Boykin : family nurse practitioner -- Kathryn Millican : manager of public policy department for a health insurance company -- Kayla Holden : tax accounting manager and accounting software advisor -- Kelly Carew : camp program director -- Kelly Hopkin : technical support for Fabric-Design Software -- Kirstie Tice Spadie : artistic director, owner, and dance teacher for the North Carolina Dance Institute -- Kristi Creamer : office manager for a multimedia production company -- Kristie Weisner-Thompson : editor for the North Carolina Medical journal and assistant vice-president for the North Carolina Institute of Medicine -- Kristin Wolverton : high school Spanish teacher --Job Profiles -- Alisa Salvaggio : natural light photographer -- Alyson Rhodes-Murphy : assistant museum curator -- Ami Vitale : independent photojournalist -- Andrea Lekberg : pastry chef/artist -- Angela M. Brown : opera singer -- Angela Carr : massage therapist -- Angela Kilpatrick : commercial airline pilot -- Ann Person : chief operating officer (COO) -- Ann B. Ross : writer -- Anna Barbrey Joiner : performing violist and professor of music -- Annette Simon : advertising creative director/art director -- Anne Valentine : landscape architect -- Annie Harvey : correctional warden of the North Carolina Correctional Institution for Women -- Annie Meadows : sales consultant for a hair products distributor -- Barbara Whitecross : certified wedding consultant -- Beth Hockman : organic blueberry farmer and future importer/exporter of African arts and crafts -- Beth Llewelyn : public relations for Nintendo -- Beth Satterfield : web strategist -- Betty Webb : director of international studies and professor of English -- Beverly D. Setzer : school principal --Laura Bromhal : realtor -- Lea Daughtridge : director, human resources (HR) -- Leonela Muñoz-Connolly : information technology (IT) project leader -- Li Bradshaw : materials chemist -- Lina Sibert : architectural designer -- Lisa Carskadden : consulting actuary -- Lisa Snyder : chief financial officer (CFO) -- Lori Schantz Douglass : freelance advertising copywriter -- Lorie Ann Morgan : patent attorney for a pharmaceutical company -- Louanne DiBella : jewelry and product designer and product development specialist -- Lynda Heymen : clinical psychologist -- Macon Riddle : antiques-shopping consultant and owner of Let's Go Antiquing -- Margaret Gamble : elementary school specialist (a.k.a. librarian) -- Maria Kelly-Doggett : chemical engineer -- Marie Baker : retired field supervisor for nursing assistants for a home-health agency -- Mary Thorn : senior computer software quality assurance analyst -- Michelle Owen : graphic designer -- Molly Rogers : Emmy-award-winning costume designer -- Natalie Woods : paramedic -- Pam Van Dyk : education research consultant -- Paula Stewart : veterinarian -- Pegi Follachio : general contractor -- Polly Leousis : manager of a corporate foundation --Rebecca Schmorr : dentist -- Rebecca V. St. Jean : optometrist and business owner -- Richelle Fox : personal trainer and fitness consultant -- Ronda Capps : flight attendant -- Sandie Salvaggio-Walker : general manager for a community orchestra and voice instructor -- Sandra Canfield : international development resource coordinator for nonprofit organization -- Shannon Hall : freelance makeup artist, wardrobe stylist, and set designer for photo and film/video shoots and live events -- Shelley Chafin : nanny -- Shelly Webb : college chaplain -- Sujata Narayan Mody : independent organizational development consultant -- Susan Dickerson : staff anesthesiologist -- Terri Gruca : weekend news anchor and consumer reporter -- Theresa Wagoner : physical therapist -- Tonya Baker : pharmacist -- Tracy Church : director of development (fund-raising) for the Johns Hopkins Medicine Heart Institute, part of the Fund for Johns Hopkins Medicine -- Wanda Revis : community college instructor -- Whitney Corrigan : pediatric oncology nurse.
Subjects: Women; Work; Women.; Womyn.;

The complete idiot's guide to electronics 101 / by Westcott, Sean.(CARDINAL)492735; Westcott, Jean Riescher.(CARDINAL)492736;
Includes bibliographical references (pages 309-312) and index.Part 1: Fundamentals: -- Theory behind electricity: -- Atoms and their structure -- Electrons -- Valence shell -- Conductors, insulators, and semiconductors -- Conductors -- Insulators -- Semiconductors -- Electron flow versus hole flow -- How electricity works: -- Circuits -- Electromotive force or voltage -- Current -- Resistance -- Ohm's law -- Power -- Joule's law -- Putting it all together -- Lab 2-1: Constructing a simple circuit -- Currents and circuits: -- Direct current -- Alternating current -- War of currents -- Waveforms -- Sine wave -- Other waveforms -- Phase -- Using waves to measure AC voltage -- Direct current waveforms -- More about circuits -- Circuit diagrams -- Short circuits -- Fuses and circuit breakers -- Serial and parallel circuits -- Learning the language of electronics -- Part 2: Your Workspace And Tools: -- Tools of the trade: -- Essential hand tools -- Essential instruments -- Electronic specialty items -- Essential safety items -- Lab 4-1: Taking a DC voltage reading -- Lab 4-2: Taking an AC voltage reading -- Lab 4-3: Measuring resistance -- Lab 4-4: Measuring current -- Shop setup and safety: -- Clean, well-lit workshop -- Claim your space -- Your workbench -- Adequate power -- Lighting -- Ventilation -- Storage -- Safety equipment -- Good work habits are good safety habits -- Come ready to work -- Dress for the job -- Be neat and work deliberately -- Know how electricity flows -- First aid for electrical shock -- Part 3: Electronic Components: -- Switches: -- Switches symbols -- Mechanical switches -- Poles and throws -- Push-button switches -- Knife switches -- Bi-metal switches -- Mercury switches -- Other mechanical switches -- DIP switches -- Electromagnetic switches or replays -- Lab 6-1: SPDT switch -- Resistors: -- Mighty resistor -- Fixed-value resistors -- Resistor color codes and power ratings -- Reading the code -- Power ratings -- Surface mount resistors -- Single in line resistors -- Variable resistors -- Kirchhoff's law -- Calculating resistance -- Resistors in series circuits -- Resistors in parallel circuits -- Voltage division circuits -- Lab 7-1: Using Ohm's & Kirchhoff's laws to determine the proper resistor -- Lab 7-2: Resistors in a series circuit -- Lab 7-3: Resistors in a parallel circuit -- Lab 7-4: Voltage division using fixed-value resistors -- Lab 7-5: Voltage division using a variable resistor -- Capacitors: -- How a capacitor works -- Farads -- Relative permittivity -- Capacitor ratings -- Nominal value and tolerance -- Temperature coefficients -- Breakdown voltage or DC working voltage -- Polarized capacitor types -- Electrolytic capacitors -- Tantalum capacitors -- Nonpolarized capacitor types -- Variable capacitors -- Capacitors in a circuit -- Transient time of capacitors in A DC RC circuit -- Lab 8-1: Charging capacitance -- Diodes: -- How diodes work -- Types of semiconductor diodes -- Common silicon diodes -- Zener diodes -- Schottky diodes -- Power rectifiers -- Light-emitting diodes (LEDs) -- Photodiodes -- Handling diodes -- Transistors: -- Bipolar junction transistors (BJTs) -- How amplifiers work -- BJTs under varying voltages -- Gain -- Darlington pairs -- Field effect transistors -- Lab 10-1: Using a transistor to amplify current -- Power sources and power supplies: -- Batteries -- How batteries produce energy -- Primary vs secondary batteries -- Voltages in batteries -- Batteries in series and in parallel -- Amp-hours -- AC-to-DC power supplies -- Transformers -- Variable DC power supplies -- Uninterruptible power supplies -- Switched-mode power supplies -- Lab 11-1: Making a potato battery --Part 4: Getting To Work: -- Soldering: -- Solder -- Lead-free solder -- Flux -- Soldering iron and tips -- Heat sink -- Circuit boards -- Printed circuit boards -- Prepping for soldering -- Place the items on the board -- Prepare your solder gun -- Soldering technique -- Desoldering -- Constructing a power supply: -- Power supply kit and construction -- Safety first -- Powering on -- Getting acquainted with your power supply -- Creating a positive DC wave -- Seeing caps and voltage regulators in action -- Using your variable DC power supply -- It's time for some comic relief -- Part 5: Going Digital: -- Digital theory: -- Ideas behind digital concepts -- Analog vs digital -- Truth tables -- Binary numbers -- Application to electronics -- Logic gates -- Lab 14-1: AND gate -- Lab 14-2: OR gate -- Integrated circuits: -- Analog ICs -- Digital ICs -- Flip-flops -- 555 and 556 timers -- Counters -- Encoders and decoders -- Mixed signal ICs -- Lab 15-1: Building a decoder circuit, part 1 -- Lab 15-2: Building a decoder circuit, part 2 -- Lab 15-3: Guitar amplifier -- Memory: -- Digital vs analog memory storage -- Parity bits and other error detection -- Hexadecimal -- Data and address -- Von Neumann computer model -- Memory registers -- Writing and reading -- Volatile and nonvolatile memory -- Storage media -- Microcontrollers: -- What are microcontroller? -- Microcontroller components -- Input/outputs -- Programming microcontrollers -- Microcontrollers for hobbyists -- Open source hardware -- Arduino microcontroller platform -- Netduino microcontroller -- Part 6: Constructing A Robot: -- Building your robot: -- Shopping for your robot -- Get the software you need -- Connecting your Netduino and getting to work -- Downloading to the Netduino microcontroller -- Motor and controllers: -- Brushed DC motors -- Brushless DC motors -- Stepper motors -- Servo motors -- Controllers -- Pulse width modulation -- H-bridge -- Getting your robot moving: -- Get your motor on board -- Assembling the motor driver shield -- Building a platform and mounting the parts -- Power it up -- Programming your robot to start and stop -- Identifying the I/O pins -- Adding speed control -- Sensors: -- What is a sensor? -- Electronic sensors -- Accelerometers -- Digital compasses or magnetometers -- Light and color sensors -- Microphones -- Alcohol and other environmental gas sensors -- GPS sensors -- Electronic communication: -- Basic of electronic communication -- Electomagnetic spectrum, revisited -- Radio waves -- Microwaves -- Infrared -- Visible light -- Ultraviolet, x-rays, and gamma rays -- Encoding and decoding a signal -- Amplitude modulation -- Frequency modulation -- Phase modulation -- Rasterization -- Lab 22-1: Building an FM stereo transmitter -- Adding sensors to your robot: -- Adding collision control -- Ultrasonic range finder -- Adding the sensor to your robot -- Adding a power switch -- Planning and writing the code -- Letting your robot roam -- Lab 23-1: Sensing distance -- Appendixes: -- A: Glossary -- B: Component shopping list -- C: Electronics timeline -- D: Mathematics for electronics -- E: Careers in electronics -- F: Resources -- Index.Overview: A creative spark for electronic enthusiasts. The Complete Idiot's Guide(r) to Electronics 101 teaches readers the fundamentals of electronics in an engaging, hands-on way. Appropriate for students and aspiring hobbyists alike, this book is loaded with more than a dozen projects that start simple and progressively get more involved as the reader moves through the book. Topics include: fundamentals of electronics: electrons, voltage, current, power, conductors, insulators, semiconductors, etc.; designing, building, and modifying circuit boards; sensors and controllers; and transmitters and receivers. Community college enrollment-where basic courses in electronics are most often taught-is at an all time high, up 8% from 2008 enrollment to 3.4 million new students per year. Specifically designed to appeal to both students and hobbyists with lost of fun, hands-on projects to aid in the learning process.
Subjects: Electronics.;

Pure JavaScript / by Wyke, R. Allen.(CARDINAL)646409; Gilliam, Jason.Pure JavaScript.;
Subjects: JavaScript (Computer program language);

Do you speak American? [videorecording] by Buchanan, Christopher.; Cran, William.(CARDINAL)185744; MacNeil, Robert,1931-(CARDINAL)159113; Films for the Humanities & Sciences (Firm)(CARDINAL)280602; KLRU (Television station : Austin, Tex.); MacNeil/Lehrer Productions.(CARDINAL)206887; Paladin InVision, Ltd.; WNET (Television station : New York, N.Y.)(CARDINAL)150050;
Cameraman, Allan Palmer ; editor, Joe Frost ; composer, Paul Foss.Reporter: Robert MacNeil.Examines sociolinguistic questions and the dynamic state of American English, a language rich in regional variety, strong in global impact, and steeped in cultural controversy. Episode one discusses linguistic dialect zones, the tension between prescriptivism and descriptivism, the impact of dialect on grapholect, the northern cities vowel shift, the roots of African-American English, minority linguistic profiling, biases against nonstandard speech, and the general perception of the U.S. Midland dialect as "normal American." Looks at hip-hop street talk, IM slang, Pittsburghese, and Gullah and Geechee. Episode two reviews Southern dialects and accents and the influences of French and Spanish on American English. Examines regional differences in vernacular, the steady displacement of Southern coastal dialect by inland dialect, the accents of JFK and LBJ, and the Texas border town of El Cenizo, where Spanish is the official language. Episode three looks at Spanglish, Chicano, Ebonics, and "Surfer Dude." Discusses the implications of voice-activation technology, opinions on the role of Spanish in the U.S., why teens create their own language, gay self-empowerment by redefining discriminatory terms, the oo-fronting sound shift, and whether technology will reinforce or weaken racial and regional stereotypes.DVD-R.
Subjects: Documentary films.; Video recordings for the hearing impaired.; English language; English language; English language; English language; English language;

The intouchables [videorecording] / by Cluzet, Francois,actor.; Duval Adassovsky, Nicolas,film producer.(CARDINAL)553141; Fleurot, Audrey,1977-actor.; Le Ny, Anne,actor.; Mollet, Clotilde,actor.(CARDINAL)848412; Nakache, Olivier,film director,screenwriter.; Sy, Omar,actor.; Toledano, Ericfilm director,screenwriter.; Zeitoun, Laurent,film producer.(CARDINAL)553886; Zenou, Yann,film producer.(CARDINAL)591954; Gaumont (Firm),production company.(CARDINAL)763749; Quad Productions,production company.(CARDINAL)596848; Sony Pictures Home Entertainment (Firm),film distributor(CARDINAL)282399; TF1 Films Production,production company.(CARDINAL)847860; Weinstein Company,production company.(CARDINAL)340085;
Director of photography, Mathieu Vadepied; music, Ludovico Einaudi; editor, Dorian Rigal-Ansous.Francois Cluzet, Omar Sy, Anne Le Ny, Audrey Fleurot, Clotilde Mollet.An irreverent, uplifting comedy about friendship, trust, and human possibility. Based on a true story of friendship between a handicapped millionaire and his street-smart ex-con caretaker, The Intouchables depicts an unlikely camaraderie rooted in honesty and humor between two individuals who, on the surface, would seem to have nothing in common.Rating: R; for language and some drug use.English subtitles for the deaf and hard of hearing (SDH).Blu-ray disc for use only with Blu-ray disc players, Blu-ray disc computer drives.
Subjects: Drama.; Feature films.; Feature films; Video recordings for the hearing impaired.; Blu-ray discs; Comedy films; Ex-convicts; Foreign television programs; Friendship; Interpersonal relations; Interracial friendship; Middle-aged persons; People with disabilities; Rich people;