Giter VIP home page Giter VIP logo

tech_services_test's Introduction

Tech Services Test

This exercise will test your ability to follow instructions, work with code, use the unix/linux command line and your problem solving capabilities. You can look up answers on the internet to help you using google, documentation, tutorials, etc.

Links

  • Open the file links.html in a web browser. You'll see a link but that doesn't work when you click on it.
  • Open that same file in your text editor and fix the link so that it goes to google the way its supposed to.

Iframe

  • Open the file iframe_ad.html in a web browser. It should display an ad, but it's currently broken.
  • Open it in a text editor. You'll notice it uses the html "iframe" tag.
  • Fix the iframe so that the ad displays.

Grep

  • Grep is a linux/unix command that lets you search text from a terminal. As an example, open the mac terminal and type in the following command:
grep "/ads/200744/" ads.log > results.log
  • This command will have searched the file ads.log, found all the lines that contain the text "/ads/200744/" in them and put the matches in a file called "results.log"
  • The "/ads/200744/" is the pattern to search for, the "ads.log" is the file to search and the " > results.log" takes the matching lines that grep found and stores them in a file call results.log.
  • The number 197339 in the search above is one of our "campaign ids" that signify what campaign the ad ran under.
  • Run the same command, but with some minor changes: Use the campaign id: 198680 instead of 200744 and put the results in a file called results2.log

tech_services_test's People

Contributors

fregas avatar

Watchers

Mike Vincent avatar Hal Fulton avatar  avatar Joshua Scott avatar Marlon Moyer avatar Chris Cornelius avatar Clay avatar Jonathan Cherryhomes avatar Jeremy Sarda avatar Patrick Sharp avatar Eddie Hampton avatar  avatar Peter Berezny avatar Dan Swain avatar Justin Edwards avatar Josh Lehman avatar David Hill avatar Peter Young avatar James Cloos avatar Matthew avatar Chris LeMeilleur avatar mrlocus avatar John Graham avatar jB avatar Tom LePage avatar Alec Jacobs avatar Lucas Corbin avatar Matt Craig avatar Jonathan Ruffin avatar Daniel Long avatar  avatar Mike Berrow avatar  avatar Brandon Hinshaw avatar Simpli.fi Deployment User avatar Kurt Johnson avatar  avatar  avatar David Kaczowka avatar Michael Mooney avatar Jacob Paul Adkins avatar Steven Hicks avatar Daniel Gale avatar  avatar Michael Nelson avatar Reece Van Cleve avatar Mike O'Neill avatar  avatar Mark L. Watson avatar Shannon Rozdilsky avatar Jason Rodriguez avatar  avatar  avatar Coit Scharringhausen avatar John Twombly avatar Kyle Hogue avatar  avatar mojo avatar RuboCop avatar  avatar Sammie Elkurd avatar Joe Hughes avatar  avatar Michael Haydel avatar  avatar Richard Threlkeld avatar Mark Stewart avatar

Forkers

isabella232

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.