- Національний портал відкритих даних http://data.gov.ua
- Єдиний державний реєстр юридичних осіб та фізичних осіб-підприємців https://usr.minjust.gov.ua
- Реєстр платників ПДВ http://sfs.gov.ua/reestr
- Анульована реєстрація платників ПДВ http://sfs.gov.ua/anulir
- Єдиний ліцензійний реєстр http://irc.gov.ua/ua/Poshuk-v-YeLR.html
- Єдиний державний реєстр судових рішень http://www.reyestr.court.gov.ua
- Інформація з фондового ринку http://smida.gov.ua/db
- Система реалізації конфіскованого та арештованого майна https://trade.informjust.ua
- Реєстр громадських об’єднань http://rgo.informjust.ua
- Єдиний реєстр громадських формувань http://rgf.informjust.ua/home/index
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
{ | |
"count": 500, | |
"docs": [ | |
{ | |
"_id": "59ea1648027df13970ba4ab8", | |
"kind": 0, | |
"code": 54781853, | |
"causeNum": "640/21373/15-к", | |
"judgeName": "Божко В. В.", | |
"adjDate": "2015-12-29T22:00:00.000Z", |
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
"use strict"; | |
var __extends = (this && this.__extends) || function (d, b) { | |
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; | |
function __() { this.constructor = d; } | |
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | |
}; | |
var ts = require('typescript'); | |
var Lint = require('tslint/lib/lint'); | |
var abstractRule_1 = require('tslint/lib/language/rule/abstractRule'); | |
var Rule = (function (_super) { |
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
($=>{ | |
const getSections = ()=>Array.from($('.questionnaire-text[data-lang="en"] section')); | |
flip(); | |
function flip() { | |
let pageTryCount = 0; | |
const insanePageCount = 40; |
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
function Graph(config) { | |
// user defined properties | |
this.canvas = document.getElementById(config.canvasId); | |
this.minX = config.minX; | |
this.minY = config.minY; | |
this.maxX = config.maxX; | |
this.maxY = config.maxY; | |
this.unitsPerTick = config.unitsPerTick; | |
// constants |
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
(function(math) { | |
"use strict"; | |
function ease(value, start, end, pow) { | |
/// <summary> | |
/// Returns eased value for the input in the [start..end] range. | |
/// </summary> | |
/// <param name="value">Input value in the [start..end] range to ease.</param> | |
/// <param name="start">Value range start, default 0.</param> | |
/// <param name="end">Value range end, default 1.</param> |
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
(function(w,d,$){ | |
"use strict"; | |
if (typeof $ == 'undefined'){ | |
alert('no jquery'); | |
return; | |
} | |
//d.body.appendChild(d.createElement('script')).src='http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.0.0-rc.3/lodash.js'; | |
req("http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.0.0-rc.3/lodash.js", function(){ |
NewerOlder