Skip to content

Commit

Permalink
allinone
Browse files Browse the repository at this point in the history
  • Loading branch information
Panjianom committed Dec 13, 2019
0 parents commit 33982c6
Show file tree
Hide file tree
Showing 2,629 changed files with 692,530 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
*unit-test.log
failed-test.log
TAGS
*.tar.gz
*.pyc
.*.swp
*~
\#*
.#*
*.DS_Store
.sass-cache/
*.pho
build/
html/
/static/
/media/
MNIMakefile
test_failures.txt
test_rerun.txt
*.log
*.rerun
failure-list.txt
*.idx
*.ilg
*.ind
.coverage
GridPlatform.pdf
GridPlatformDomainModel.pdf
.project
.idea
8 changes: 8 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[settings]
known_first_party=gridplatform,legacy
known_third_party=django,pytz
force_single_line=true
add_imports=__future__.absolute_import,__future__.unicode_literals
not_skip=__init__.py
skip=migrations
lines_after_imports=2
2 changes: 2 additions & 0 deletions .pep8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
exclude=migrations
2 changes: 2 additions & 0 deletions .reviewboardrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
REVIEWBOARD_URL = 'http://reviewboard.gridmanager.dk/'
REPOSITORY = 'GridPlatform'
16 changes: 16 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": "0.1.0",
"configurations": [
{
"name": "Attach",
"type": "chrome",
"request": "attach",
"port": 9222,
"url": "http://127.0.0.1:8080/skave.html",
"webRoot": "C:\\Users\\code\\repos\\hogt_web\\frontend\\vama",
"sourceMapPathOverrides": {
"/source/*": "${workspaceRoot}/*"
}
}
]
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"python.pythonPath": "C:/Users/code/.virtualenvs/portal/Scripts/python.exe",
"python.linting.pylintArgs": ["--load-plugins", "pylint_django", "--disable=missing-docstring"],
"python.linting.flake8Enabled": true
}
542 changes: 542 additions & 0 deletions EmonTX/SC-EmonTX_V140_Net210/SC-EmonTX_V140_Net210.ino

Large diffs are not rendered by default.

Loading

0 comments on commit 33982c6

Please sign in to comment.