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
var sourceSpreadsheetID = "TO UPDATE"; | |
var sourceWorksheetName = "TO UPDATE"; | |
var targetSpreadsheetID = "TO UPDATE"; | |
var targetWorksheetName = "TO UPDATE"; | |
function importData() { | |
var thisSpreadsheet = SpreadsheetApp.openById(sourceSpreadsheetID); | |
var thisWorksheet = thisSpreadsheet.getSheetByName(sourceWorksheetName); | |
var thisData = thisWorksheet.getDataRange(); | |
//Uncomment line 11 below and comment out line 9 if you want to sync a named range. Replace "teamBugs" with your named range. |
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
## MAC OSX users, please note that following codes won't work with BSD based sed implementation. | |
## You can get GNU Mac- `brew install gnu-sed --default-names` | |
sed -i -e '1s/^.//' ning* | |
sed -i -e '$s/.$//' ning* | |
sed -i -e 's/}{/},{/g' ning* | |
sed -i -e 's/}]{/},{/g' ning* | |
## extra: to verify if files are valid JSON filesmm run jsonlint | |
## To install `npm install jsonlint -g` |
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
Ning inurl:profiles/blog/list -inurl:ning.com |
- CSSDig Analyze your CSS in a new way. Consolidate, refactor, and gawk at the 37 shades of blue your site somehow ended up with.
- CSS Stress It indexes all the elements and their classes, and then--class by class--it removes one, and times how long it takes to scroll the page.
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
.share-links, | |
.xg_module_foot .xg_icon-rss, | |
.xj_count_friendRequestsReceived .xj_no_friend_requests { | |
display: none; | |
} |