This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vagrant.configure("2") do |config| | |
config.vm.guest = :freebsd | |
config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", disabled: true | |
config.vm.box = "freebsd/FreeBSD-11.0-CURRENT" | |
config.ssh.shell = "sh" | |
config.vm.base_mac = "080027D14C66" | |
config.vm.provider :virtualbox do |vb| | |
vb.customize ["modifyvm", :id, "--memory", "1024"] | |
vb.customize ["modifyvm", :id, "--cpus", "1"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add = Create a capability e.g. feature, test, dependency. | |
Cut = Remove a capability e.g. feature, test, dependency. | |
Fix = Fix an issue e.g. bug, typo, accident, misstatement. | |
Bump = Increase the version of something e.g. dependency. | |
Make = Change the build process, or tooling, or infra. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"id":1,"first_name":"Hubie","last_name":"Decreuze","email":"[email protected]","gender":"Male","devices":[{"ip":"87.36.171.108","mac":"F2-66-EC-80-8F-91","online":true}]},{"id":2,"first_name":"Barbi","last_name":"Wrout","email":"[email protected]","gender":"Female","devices":[{"ip":"1.224.156.208","mac":"58-E2-87-6E-7B-52","online":true},{"ip":"201.123.160.129","mac":"14-83-DE-1D-27-86","online":true},{"ip":"95.171.216.151","mac":"6F-A5-B3-5D-31-54","online":false}]},{"id":3,"first_name":"Tiffy","last_name":"Hoy","email":"[email protected]","gender":"Female","devices":[{"ip":"102.91.53.51","mac":"D9-0E-01-35-F3-91","online":true},{"ip":"118.185.135.17","mac":"4C-22-C8-98-81-14","online":false}]},{"id":4,"first_name":"Rhett","last_name":"Ryall","email":"[email protected]","gender":"Male","devices":[{"ip":"211.230.8.252","mac":"7A-EB-3D-97-E6-91","online":false},{"ip":"212.23.168.207","mac":"45-74-78-22-48-4D","online":false},{"ip":"93.251.89.14","mac":"6C-AB-5B-17-A1-42","online":true}]},{"id":5,"first_na |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Appes website - pages | |
Home* | |
click Case Study 1 -> Case Study 1 | |
click Case Study 2 -> Case Study 2 | |
click Case Study 3 -> Case Study 3 | |
click Manifesto -> Manifesto | |
click Tech -> Technology | |
click T&C -> TC | |
TC |