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
class BusinessNumbers(object): | |
def __init__ (self, dbwrapper): | |
""" | |
Initialize the business logic. | |
dbwrapper - the database wrapper for storing user information. | |
""" | |
self.dbwrapper = dbwrapper | |
self.log = logging.getLogger(__Name__) |
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
{ | |
"$defs": { | |
"AbsoluteCoordinate": { | |
"additionalProperties": false, | |
"description": "Absolute coordinate describes the geo-referenced location of a feature.\nCoordinates match the feature's shape. For example, a curve is a list of points.\nCurrently collections of discrete points describing a feature are supported.", | |
"properties": { | |
"datasource": { | |
"type": [ | |
"string", | |
"null" |
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
license: mit | |
border: yes | |
scrolling: yes | |
height: 600 |
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
license: mit | |
border: yes | |
scrolling: no | |
height: 600 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
/** | |
* Separate axis implementation. | |
* | |
* Examples: | |
* - {@link https://bl.ocks.org/ialarmedalien/0a4bf25ffc0fb96ae569a20f91957bc1 eslint on dc.js source} | |
* @class axisChart | |
* @memberof dc | |
* @mixes dc.capMixin | |
* @mixes dc.marginMixin | |
* @mixes dc.baseMixin |
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
// output eslint results in TSV format | |
module.exports = function ( results = [] ) { | |
const sep = "\t" | |
, severity = [ '', 'warning', 'error' ] | |
, path = require( 'path' ) | |
, eslint = require( 'eslint' ) | |
, cwd = process.cwd() | |
, header = function () { | |
console.log( [ 'file', 'line', 'column', 'severity', 'fixable', 'code', 'description' ].join( sep ) ); |
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
license: mit |
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
license: mit | |
border: yes | |
scrolling: yes | |
height: 600 |
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
license: mit | |
border: yes | |
scrolling: yes | |
height: 600 |
NewerOlder