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
# Download this file using PowerShell v3 under Windows with the following comand | |
# Invoke-WebRequest https://gist.githubusercontent.com/kmorcinek/2710267/raw/ -OutFile .gitignore | |
# User-specific files | |
*.suo | |
*.user | |
*.sln.docstates | |
# Build results |
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
homeassistant: | |
pip.installed: | |
- bin_env: '/usr/bin/pip3' | |
python3-pip: | |
pkg.installed | |
cython3: | |
pkg.installed |
Use draw.io to build simple ERD (no attributes yet) encompassing the following features.
- As a user I want to be able to create a poll with voting options
- As a user I want to be able to vote on a poll
- As a user I want to be able to start/stop the voting round
- As a user I want to be able to search polls by tag & title.
- As a user I want to be able to be able to tag polls
- As a user I want to see completed poll results
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
from __future__ import absolute_import | |
from salt import utils | |
import salt | |
import salt.utils | |
import salt.version | |
import salt.loader | |
import salt.ext.six as six | |
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
micro_aws: | |
provider: aws | |
image: ami-88888888 | |
script: bootstrap-salt | |
script_args: git v2015.5.5 | |
size: t2.micro | |
securitygroupid: | |
- sg-12345678 | |
- sg-23456789 | |
minion: |
- LocalDB -> https://s3.amazonaws.com/nss-vm-images/windows/SqlLocalDB.msi
- Github For Windows -> https://s3.amazonaws.com/nss-vm-images/windows/GitHubSetup.exe
- Visual Studio -> https://s3.amazonaws.com/nss-vm-images/windows/vs_community_ENU.exe
- Visual Studio
- LocalDB
- Github For Windows
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
eval $(gpg-agent --daemon --enable-ssh-support) |
- Go to your project and right-Click on
App_Data
Then selectOpen in File Explorer
- In your Server Explorer, under Data Connections, delete both connections (DefaultConnection and Jitter.mdf)
- Delete the Database FILES in the directory from #1.
- In your Package Manager Console Run ->
Update-Database
NewerOlder