- Delete unused or obsolete files when your changes make them irrelevant (refactors, feature removals, etc.), and revert files only when the change is yours or explicitly requested. If a git operation leaves you unsure about other agents' in-flight work, stop and coordinate instead of deleting.
- Before attempting to delete a file to resolve a local type/lint failure, stop and ask the user. Other agents are often editing adjacent files; deleting their work to silence an error is never acceptable without explicit approval.
- NEVER edit
.envor any environment variable files—only the user may change them. - Coordinate with other agents before removing their in-progress edits—don't revert or delete work you didn't author unless everyone agrees.
- Moving/renaming and restoring files is allowed.
- ABSOLUTELY NEVER run destructive git operations (e.g.,
git reset --hard,rm,git checkout/git restoreto an older commit) unless the user gives an explicit, written instruction in this conversation. Treat t
This file contains hidden or 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
| #!/bin/bash | |
| TIMESTAMP=$(date +"%d") | |
| BACKUP_DIR="./backups" | |
| export $(cat .env) | |
| COUCHDB=$COUCHDB_USER:[email protected]:5984 | |
| mkdir -p "$BACKUP_DIR" | |
| dbs=`curl -X GET http://$COUCHDB/_all_dbs | grep -Po '[A-Za-z0-9_.]*'` |
This file contains hidden or 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
| sudo apt-get update | |
| apt-get install -y python-pip nginx npm nodejs-legacy supervisor opencl-headers libboost-all-dev libboost-dev libboost-system-dev libboost-filesystem-dev ocl-icd-libopencl1 ocl-icd-opencl-dev git | |
| apt-get install software-properties-common | |
| add-apt-repository ppa:george-edison55/cmake-3.x | |
| apt-get update | |
| export BOOST_ROOT=/usr/include/boost | |
| sudo apt-get install cmake | |
| # this is where it gets ugly, tried: sudo add-apt-repository ppa:kylelutz/compute; sudo apt-get install boost-compute; with no dice. | |
| # kept getting: boost/compute/core.hpp: No such file or directory |
This file contains hidden or 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
| <html> | |
| <head> | |
| <title>Advanced</title> | |
| <script type="text/javascript" | |
| src="//sheridan.ugc.bazaarvoice.com/bvstaging/static/9516-en_au/bvapi.js"> | |
| </script> | |
| <script type="text/javascript"> | |
| $BV.configure("global", { | |
| submissionContainerUrl: "http://gavinhealy.com/bv/advanced.php?" | |
| }); |
This file contains hidden or 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
| <a id="reviews_writeReview_btn" href="#" onclick="$BV.ui('rr', 'submit_review', {submissionUI: 'LIGHTBOX', | |
| allowSamePageSubmission: true, | |
| doLogin: function(callback, success_url) { | |
| window.location = 'http://www-dev.golfsmith.com/login?fnm=reviews&redirect=' + success_url;}, submissionContainerUrl: window.location.href, productId: '30053772'});" title="Write a Review for the TaylorMade Burner SuperFast 2.0 Driver"> Write a Review for the TaylorMade Burner SuperFast 2.0 Driver</a> |
This file contains hidden or 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
| #BVUESExpanded { | |
| color: #333333; | |
| font-family: Arial,sans-serif; | |
| font-size: 12px; | |
| left: 25px; | |
| line-height: 1.5em; | |
| position: fixed; | |
| right: 25px; | |
| top: -100px; | |
| z-index: 2147483647; |
This file contains hidden or 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
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title> | |
| University of Wisconsin–Madison | |
| </title> | |
| <link rel="stylesheet" href="http://www.wisc.edu/css/home.css?12353" type="text/css" media="all" /> | |
| <!--[if IE 6.0]> |
This file contains hidden or 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
| <Category> | |
| <ExternalId>make_every_swing_count</ExternalId> | |
| <Name>Make Every Swing Count</Name> | |
| <CategoryPageUrl>https://www.makeeveryswingcount.com/</CategoryPageUrl> | |
| </Category> |
This file contains hidden or 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
| The heading Feed heading needs to be changed to: | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Feed xmlns="http://www.bazaarvoice.com/xs/PRR/PostPurchaseFeed/4.9"> | |
| And the date format needs to be changed from: | |
| <TransactionDate>2012-01-21 00:00:00.000</TransactionDate> | |
| to |
This file contains hidden or 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
| <a href="javascript:void(0);" onclick="$BV.ui('sy', 'show_stories', {storyId: '18362', categoryId: 'make_every_swing_count', subjectType: 'category'});">Individual story</a> |
NewerOlder