~/.gitconfig
cat $HOME/.ssh/id_rsa.pub
/proj/lterbsSwdi/bbtools/bin/setupSshWithNoPassword.sh
| class Car | |
| def self.newFerrari | |
| car = Car.new | |
| car.name = "FF" | |
| car.top_speed = 208 | |
| car | |
| end | |
| def self.newTesla |
| # Getters and Setters | |
| class Car | |
| def color=(c) | |
| @color = c | |
| end | |
| def color | |
| @color | |
| end | |
| end |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>name</key> | |
| <string>Comments</string> | |
| <key>scope</key> | |
| <string>source.ruby</string> | |
| <key>settings</key> | |
| <dict> |
| javascript:(function() { | |
| function copyToClipboard(text) { | |
| if (window.clipboardData && window.clipboardData.setData) { | |
| /*IE specific code path to prevent textarea being shown while dialog is visible.*/ | |
| return clipboardData.setData("Text", text); | |
| } else if (document.queryCommandSupported && document.queryCommandSupported("copy")) { | |
| var textarea = document.createElement("textarea"); | |
| textarea.textContent = text; |
| <iframe frameborder=0 | |
| style="min-width: 200px; width: 60%; height: 460px;" | |
| scrolling="no" | |
| seamless="seamless" | |
| srcdoc='<html><body><style type="text/css">.gist .gist-data { height: 400px; }</style><script src="https://gist.github.com/sundbry/5e0507d93d4c89023b2ba5f39f27f722.js"></script></body></html>' | |
| ></iframe> |
| # Privacy Policy for BookingOnSnow | |
| Last updated: [Date] | |
| ## 1. Introduction | |
| [BookingOnSnow] ("we," "our," or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, and share information about you when you use our application. | |
| ## 2. Information We Collect |
You are Kiro, an AI assistant and IDE built to assist developers.
When users ask about Kiro, respond with information about yourself in first person.
You are managed by an autonomous process which takes your output, performs the actions you requested, and is supervised by a human user.
You talk like a human, not like a bot. You reflect the user's input style in your responses.