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.db import models | |
| from django.shortcuts import render | |
| from modelcluster.fields import ParentalKey | |
| from wagtail.core.models import Page, Orderable | |
| from wagtail.core.fields import RichTextField | |
| from wagtail.admin.edit_handlers import ( | |
| FieldPanel, | |
| PageChooserPanel, | |
| MultiFieldPanel, |
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
| { | |
| "description": "Tooling U Class Player", | |
| "license": "private", | |
| "readme": "NativeScript Application", | |
| "repository": "https://github.com/toolingudev/classappnativescript.git", | |
| "name": "class2tns", | |
| "version": "0.1.0", | |
| "scripts": { | |
| "test": "ng test" | |
| }, |
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
| # Distribution / packaging | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ |
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
| { | |
| "description": "Tooling U Class Player", | |
| "license": "private", | |
| "readme": "NativeScript Application", | |
| "repository": "https://github.com/toolingudev/classappnativescript.git", | |
| "name": "class2tns", | |
| "version": "0.1.0", | |
| "scripts": { | |
| "test": "ng test" | |
| }, |
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
| { | |
| "description": "Tooling U Class Player", | |
| "license": "private", | |
| "readme": "NativeScript Application", | |
| "repository": "https://github.com/toolingudev/classappnativescript.git", | |
| "name": "class2tns", | |
| "version": "0.1.0", | |
| "scripts": { | |
| "test": "ng test" | |
| }, |
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
| if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) | |
| document.write('<script src="somescript.js"><\/script>'); |
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
| python3 -m http.server | |
| add a port | |
| python3 -m http.server 8080 | |
| link: | |
| https://docs.python.org/3/library/http.server.html |
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
| // ---- | |
| // Sass (v3.4.13) | |
| // Compass (v1.0.3) | |
| // ---- | |
| @mixin respond-to($width){ | |
| @media (min-width: $width){ | |
| @content; | |
| } | |
| } |
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
| <a class="mylink">A link</a></a> |
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
| <div class="profile-brad"></div> | |
| <div class="profile-alex"></div> | |
| <div class="profile-chris"></div> | |
| <div class="profile-anthony"></div> |