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
| from __future__ import unicode_literals | |
| from django import forms | |
| from crispy_forms.helper import FormHelper | |
| from crispy_forms.layout import Layout, Div, Submit, HTML, Button, Row, Field | |
| from crispy_forms.bootstrap import AppendedText, PrependedText, FormActions | |
| from django.contrib.auth import get_user_model | |
| from . import models | |
| from appDatabase.models import * | |
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
| from django import forms | |
| from django.forms import widgets | |
| from crispy_forms.helper import FormHelper | |
| from crispy_forms.layout import Layout, Field, Fieldset, ButtonHolder, Submit, Button, Div | |
| from crispy_forms.bootstrap import FormActions | |
| from .models import * | |
| from django.contrib.auth.forms import AuthenticationForm | |
| from django.contrib.auth.models import User | |
| from django.utils.translation import ugettext_lazy as _ |
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
| from django import forms | |
| from django.forms import widgets | |
| from crispy_forms.helper import FormHelper | |
| from crispy_forms.layout import Layout, Field, Fieldset, ButtonHolder, Submit, Button, Div | |
| from crispy_forms.bootstrap import FormActions | |
| from .models import * | |
| from django.contrib.auth.forms import AuthenticationForm | |
| from django.contrib.auth.models import User | |
| from django.utils.translation import ugettext_lazy as _ |
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
| {% extends "app.html" %} | |
| {% load staticfiles %} | |
| {% load render_table from django_tables2 %} | |
| {% block body %} | |
| <h1> {{table_name}} </h1> | |
| {% render_table table %} |
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
| pragma solidity ^0.4.15; | |
| /* | |
| contract Queue { | |
| address public owner = msg.sender; | |
| uint public creationTime = now; | |
| uint funds = 0; | |
| function Queue () { | |
| } |
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
| """ | |
| ========================================== | |
| Miscellaneous routines (:mod:`scipy.misc`) | |
| ========================================== | |
| .. currentmodule:: scipy.misc | |
| Various utilities that don't have another home. | |
| Note that Pillow (https://python-pillow.org/) is not a dependency |
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
| scipy.__config__ | |
| scipy._build_utils | |
| scipy._build_utils._fortran | |
| scipy._lib | |
| scipy._lib._ccallback | |
| scipy._lib._ccallback_c | |
| scipy._lib._gcutils | |
| scipy._lib._numpy_compat | |
| scipy._lib._test_ccallback |
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
| (.env) Sharads-MBP:assignment1 sharad$ pip install -r requirements.txt | |
| Requirement already satisfied: Cython==0.23.4 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 1)) | |
| Requirement already satisfied: Jinja2==2.8 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 2)) | |
| Requirement already satisfied: MarkupSafe==0.23 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 3)) | |
| Requirement already satisfied: Pillow==3.0.0 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 4)) | |
| Requirement already satisfied: Pygments==2.0.2 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 5)) | |
| Requirement already satisfied: appnope==0.1.0 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 6)) | |
| Requirement already satisfied: argparse==1.2.1 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 7)) | |
| Requirement already satisfied: backports-abc==0.4 in ./.env/lib/python3.6/site-packages (from -r requirements.txt |
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
| //TODO: Create json hash as a global variable that can be changed | |
| //TODO: On file upload, update the new JSONDB hash | |
| var ipfs = window.IpfsApi(); | |
| const Buffer = window.IpfsApi().Buffer; | |
| function validateFormOnSubmit(form) { | |
| var reason = ""; | |
| reason += validateAudio(form.audio.value); |
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
| neo-one$ create simulation app @neo-one/simulation-react | |
| ❯ Create simulation app | |
| ❯ Create simulation app | |
| ❯ Create simulation app | |
| ❯ Create simulation app | |
| ❯ Create simulation app | |
| ❯ Create simulation app | |
| ❯ Create simulation app | |
| ❯ Create simulation app | |
| ❯ Create simulation app |
OlderNewer