Skip to content

Instantly share code, notes, and snippets.

/// <reference path="~/GeneratedArtifacts/viewModel.js" />
myapp.BrowseUsers.created = function (screen) {
// Write code here.
myapp.userPermissions = [];
screen.getUserPermissions().then(function (p)
{
p.data.forEach(function (p)
{
myapp.userPermissions.push(p.Name);
#git.cmd
git config --global user.name "joshbooker"
#git config --global user.email a@a.com
git config --list
git init // start tracking current directory
git add -A // add all files in current directory to staging area, making them available for commit
git commit -m "initial commit" // commit your changes
[
{
"name":"8-StepBass",
"soundSteps":[
[1,1,1,1,1,1,1,1],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
cd %1
git init
echo "README" > README.md
(echo /bin && echo /obj && echo *.log && echo *.dacpac && echo *.bacpac && echo !/refs/*.dacpac) > .gitignore
git add .