In your command-line run the following commands:
brew doctorbrew update
| /* | |
| Joseph Weizenbaum's classic ELIZA chat bot in Swift. | |
| Based on the IBM PC BASIC program from CREATIVE COMPUTING by Patricia | |
| Danielson and Paul Hashfield, and the Java adaptation by Jesper Juul. | |
| Run this script from Terminal: | |
| $ swift eliza.swift | |
| Press Ctrl-C or Ctrl-D to quit. (Or type "shut up".) |
| #!/usr/bin/ruby | |
| require 'xcodeproj' | |
| # ============================================ | |
| # !!! I've released a ruby gem that does the same thing, but better. | |
| # You can install it by running `gem install xcprovisioner` or | |
| # `sudo gem install xcprovisioner` if it asks for sudo rights. | |
| # | |
| # For more info: https://github.com/thelvis4/XCProvisioner |
| /*! * @class XCTestCase | |
| * XCTestCase is a concrete subclass of XCTest that should be the override point for | |
| * most developers creating tests for their projects. A test case subclass can have | |
| * multiple test methods and supports setup and tear down that executes for every test | |
| * method as well as class level setup and tear down. | |
| * | |
| * To define a test case: | |
| * | |
| * • Create a subclass of XCTestCase. | |
| * • Implement -test methods. |
| <?xml version="1.0"?> | |
| <catalog> | |
| <book id="bk101"> | |
| <author>Gambardella, Matthew</author> | |
| <title>XML Developer's Guide</title> | |
| <genre>Computer</genre> | |
| <price>44.95</price> | |
| <publish_date>2000-10-01</publish_date> | |
| <description>An in-depth look at creating applications | |
| with XML.</description> |
| Using MongoDB in golang with mgo |
In your command-line run the following commands:
brew doctorbrew update