cti-taxii-server - TAXII2 Server
cti-taxii-client - TAXII2 Client
cti-python-stix2 - STIX2 Bindings (docs: https://stix2.readthedocs.io/en/latest/)
cti-pattern-matcher - Match observed data to patterns
cti-taxii-server - TAXII2 Server
cti-taxii-client - TAXII2 Client
cti-python-stix2 - STIX2 Bindings (docs: https://stix2.readthedocs.io/en/latest/)
cti-pattern-matcher - Match observed data to patterns
All of the below properties or methods, when requested/called in JavaScript, will trigger the browser to synchronously calculate the style and layout*. This is also called reflow or layout thrashing, and is common performance bottleneck.
Generally, all APIs that synchronously provide layout metrics will trigger forced reflow / layout. Read on for additional cases and details.
elem.offsetLeft, elem.offsetTop, elem.offsetWidth, elem.offsetHeight, elem.offsetParent| #foundation-breakpoint-indicator:before { | |
| content: 'NULL'; | |
| display: block; | |
| position: fixed; | |
| top: 0; | |
| left: 50%; | |
| margin-left: -50px; | |
| width: 100px; | |
| background-color: blue; | |
| text-align: center; |
| class DisableMigrations(object): | |
| def __contains__(self, item): | |
| return True | |
| def __getitem__(self, item): | |
| return "notmigrations" | |
| MIGRATION_MODULES = DisableMigrations() |
Demo: http://dashing-github-issues.herokuapp.com/
This will give you a way to display a Dashing graph widget with a sub-set of github issues. Built on top of the graph widget and jwalton's github milestone widget.
To use:
gemfile: gem 'rest-client'
| class MultiFormMixin(ContextMixin): | |
| form_classes = {} | |
| prefixes = {} | |
| success_urls = {} | |
| grouped_forms = {} | |
| initial = {} | |
| prefix = None | |
| success_url = None |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
openssl req -new -newkey rsa:2048 -nodes -keyout server-cert.key -out server-cert-sign-req.csr
# Country Name (2 letter code) [AU]:US
# State or Province Name (full name) [Some-State]:California
# Locality Name (eg, city) []:
# Organization Name (eg, company) [Internet Widgits Pty Ltd]:Flutterby Labs, Inc.
# Organizational Unit Name (eg, section) []:
# Common Name (eg, YOUR name) []:www.dogo.co
| class TemplatesTest(TestCase): | |
| def test_templates(self): | |
| """Templates can compile properly and there's no mismatched tags""" | |
| # get app template dirs | |
| template_dirs = [] | |
| apps = [app for app in settings.INSTALLED_APPS | |
| if app.startswith('rh2')] | |
| for app in apps: | |
| mod = import_module(app) |