hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 98
values | lang stringclasses 21
values | max_stars_repo_path stringlengths 3 945 | max_stars_repo_name stringlengths 4 118 | max_stars_repo_head_hexsha stringlengths 40 78 | max_stars_repo_licenses listlengths 1 10 | max_stars_count int64 1 368k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 3 945 | max_issues_repo_name stringlengths 4 118 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses listlengths 1 10 | max_issues_count int64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 945 | max_forks_repo_name stringlengths 4 135 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses listlengths 1 10 | max_forks_count int64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1 1.03M | max_line_length int64 2 1.03M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
57a3b424d24365e9e36b8f9388830856fdfdf1a7 | 615 | asm | Assembly | oeis/157/A157337.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/157/A157337.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/157/A157337.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A157337: a(n) = 128*n^2 + 32*n + 1.
; 161,577,1249,2177,3361,4801,6497,8449,10657,13121,15841,18817,22049,25537,29281,33281,37537,42049,46817,51841,57121,62657,68449,74497,80801,87361,94177,101249,108577,116161,124001,132097,140449,149057,157921,167041,176417,186049,195937,206081,216481,227137,238049,249217,260641,272321,284257,296449,308897,321601,334561,347777,361249,374977,388961,403201,417697,432449,447457,462721,478241,494017,510049,526337,542881,559681,576737,594049,611617,629441,647521,665857,684449,703297,722401,741761
mov $1,8
mul $1,$0
add $1,18
mul $1,$0
div $1,2
mul $1,32
add $1,161
mov $0,$1
| 51.25 | 496 | 0.782114 |
f07dfc0adf80e8b80d231dbb8775b7b8c8774daf | 988 | js | JavaScript | node_modules/@fortawesome/free-solid-svg-icons/faPaintRoller.js | SarahBentley/spacestagram | ce377e81ef2cb4afe7d9b50cd7f3b0912380dea2 | [
"MIT"
] | null | null | null | node_modules/@fortawesome/free-solid-svg-icons/faPaintRoller.js | SarahBentley/spacestagram | ce377e81ef2cb4afe7d9b50cd7f3b0912380dea2 | [
"MIT"
] | null | null | null | node_modules/@fortawesome/free-solid-svg-icons/faPaintRoller.js | SarahBentley/spacestagram | ce377e81ef2cb4afe7d9b50cd7f3b0912380dea2 | [
"MIT"
] | null | null | null | 'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'paint-roller';
var width = 512;
var height = 512;
var aliases = [];
var unicode = 'f5aa';
var svgPathData = 'M416 128V32c0-17.66-14.34-32-32-32H32C14.34 0 0 14.34 0 32v96c0 17.66 14.34 32 32 32h352C401.7 160 416 145.7 416 128zM448 64v128c0 17.66-14.34 32-32 32h-160C220.7 224 192 252.7 192 288v32c-17.66 0-32 14.34-32 32v128c0 17.66 14.34 32 32 32h64c17.66 0 32-14.34 32-32v-128c0-17.66-14.34-32-32-32V288h160c53.03 0 96-42.97 96-96V128C512 92.66 483.3 64 448 64z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faPaintRoller = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = aliases;
exports.unicode = unicode;
exports.svgPathData = svgPathData;
exports.aliases = aliases; | 32.933333 | 375 | 0.717611 |
74c1a3f260b534a5e5859883af201fd19f43da01 | 1,444 | swift | Swift | movieDB_app/Views/MovieCell.swift | marilymaril/movieDB_app | f9cf7579e6955b67fd9ddf4511f332ede770b2fe | [
"Apache-2.0"
] | null | null | null | movieDB_app/Views/MovieCell.swift | marilymaril/movieDB_app | f9cf7579e6955b67fd9ddf4511f332ede770b2fe | [
"Apache-2.0"
] | 1 | 2018-09-19T16:36:24.000Z | 2018-09-19T16:36:24.000Z | movieDB_app/Views/MovieCell.swift | marilymaril/movieDB_app | f9cf7579e6955b67fd9ddf4511f332ede770b2fe | [
"Apache-2.0"
] | null | null | null | //
// TableViewCell.swift
// movieDB_app
//
// Created by Marilyn Florek on 9/8/18.
// Copyright © 2018 Marilyn Florek. All rights reserved.
//
import UIKit
import AlamofireImage
class MovieCell: UITableViewCell {
@IBOutlet weak var PhotoImageView: UIImageView!
@IBOutlet weak var movieOverview: UITextView!
@IBOutlet weak var movieTitle: UILabel!
var movies: [Movie] = []
var movie: Movie! {
didSet {
if movie != nil {
movieOverview.text = movie.overview
movieTitle.text = movie.title
if movie.posterURL != nil {
PhotoImageView.af_setImage(withURL: movie.posterURL!)
}
}
}
}
override func awakeFromNib() {
super.awakeFromNib()
movieOverview.textContainer.maximumNumberOfLines = 6
movieOverview.textContainer.lineBreakMode = .byTruncatingTail
}
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
let cell = tableView.dequeueReusableCell(withIdentifier: "MovieCell") as! MovieCell
cell.movie = movies[indexPath.row]
return cell
}
override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated)
// Configure the view for the selected state
}
}
| 26.254545 | 100 | 0.611496 |
a93bd7b27503eccf58fc1047fd8802ef4af86905 | 7,672 | swift | Swift | Homework7_Trello/ISSAnotherCollectionViewCell.swift | aku536/Homework7_Trello | 2fd96a15e86014881da7732e66517f3abfca8b28 | [
"MIT"
] | null | null | null | Homework7_Trello/ISSAnotherCollectionViewCell.swift | aku536/Homework7_Trello | 2fd96a15e86014881da7732e66517f3abfca8b28 | [
"MIT"
] | null | null | null | Homework7_Trello/ISSAnotherCollectionViewCell.swift | aku536/Homework7_Trello | 2fd96a15e86014881da7732e66517f3abfca8b28 | [
"MIT"
] | null | null | null | //
// ISSAnotherCollectionViewCell.swift
// Homework7_Trello
//
// Created by Кирилл Афонин on 01/11/2019.
// Copyright © 2019 Кирилл Афонин. All rights reserved.
//
import UIKit
// ячейка состоит из collectionView
class ISSAnotherCollectionViewCell: UICollectionViewCell, UICollectionViewDelegate, UICollectionViewDataSource, UICollectionViewDelegateFlowLayout {
var tasksArray = [String]() // массив задач
let titleLabel = UILabel() // название задачи
var collectionView = UICollectionView.init(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
let titleLabelHeight: CGFloat = 30
let cellOffset: CGFloat = 20
override func prepareForReuse() {
titleLabel.text = ""
}
override init(frame: CGRect) {
super.init(frame: frame)
setupTitleLabel()
setupCollectionView()
}
required init?(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
// MARK: настройка элементов ячейки
private func setupTitleLabel() {
titleLabel.frame = CGRect(x: cellOffset, y: 10, width: frame.width-cellOffset, height: titleLabelHeight)
titleLabel.font = .boldSystemFont(ofSize: 18)
contentView.addSubview(titleLabel)
}
private func setupCollectionView() {
collectionView.frame = CGRect(x: 0, y: titleLabel.frame.maxY, width: contentView.frame.width, height: contentView.frame.height)
collectionView.backgroundColor = .lightGray
collectionView.delegate = self
collectionView.dataSource = self
collectionView.dragInteractionEnabled = true
collectionView.dragDelegate = self;
collectionView.dropDelegate = self;
collectionView.register(ISSDeskCell.self, forCellWithReuseIdentifier: "TaskCell")
collectionView.contentInset.bottom = 30
contentView.addSubview(collectionView)
}
// MARK: настройка collectionView
func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
return tasksArray.count
}
func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "TaskCell", for: indexPath) as! ISSDeskCell
cell.titleLabel.text = tasksArray[indexPath.row]
return cell
}
func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
var size = CGSize()
size.width = collectionView.frame.width - cellOffset
size.height = 30
return size
}
}
// MARK: UICollectionViewDragDelegate
extension ISSAnotherCollectionViewCell: UICollectionViewDragDelegate {
func collectionView(_ collectionView: UICollectionView, itemsForBeginning session: UIDragSession, at indexPath: IndexPath) -> [UIDragItem] {
let dragCoordinator = DragCoordinator(sourceIndexPath: indexPath)
session.localContext = dragCoordinator
let item = self.tasksArray[indexPath.row]
let itemProvider = NSItemProvider(object: item as NSString)
let dragItem = UIDragItem(itemProvider: itemProvider)
dragItem.localObject = item
return [dragItem]
}
func collectionView(_ collectionView: UICollectionView, dragSessionDidEnd session: UIDragSession) {
guard
let dragCoordinator = session.localContext as? DragCoordinator,
dragCoordinator.dragCompleted == true,
dragCoordinator.isReordering == false
else {
return
}
let sourceIndexPath = dragCoordinator.sourceIndexPath
collectionView.performBatchUpdates({
self.tasksArray.remove(at: sourceIndexPath.item)
collectionView.deleteItems(at: [sourceIndexPath])
})
}
}
// MARK: UICollectionViewDropDelegate
extension ISSAnotherCollectionViewCell : UICollectionViewDropDelegate
{
func collectionView(_ collectionView: UICollectionView, canHandle session: UIDropSession) -> Bool
{
return session.canLoadObjects(ofClass: NSString.self)
}
func collectionView(_ collectionView: UICollectionView, dropSessionDidUpdate session: UIDropSession, withDestinationIndexPath destinationIndexPath: IndexPath?) -> UICollectionViewDropProposal
{
guard session.localDragSession != nil else {
return UICollectionViewDropProposal(
operation: .copy,
intent: .insertAtDestinationIndexPath)
}
guard session.items.count == 1 else {
return UICollectionViewDropProposal(operation: .cancel)
}
return UICollectionViewDropProposal(operation: .move, intent: .insertAtDestinationIndexPath)
}
func collectionView(_ collectionView: UICollectionView, performDropWith coordinator: UICollectionViewDropCoordinator)
{
let destinationIndexPath = coordinator.destinationIndexPath ?? IndexPath(item: collectionView.numberOfItems(inSection: 0), section: 0)
let item = coordinator.items[0]
switch coordinator.proposal.operation {
case .move:
guard let dragCoordinator =
coordinator.session.localDragSession?.localContext as? DragCoordinator
else { fallthrough }
if let sourceIndexPath = item.sourceIndexPath {
dragCoordinator.isReordering = true
collectionView.performBatchUpdates({
if destinationIndexPath != sourceIndexPath {
let tmpString = self.tasksArray.remove(at: sourceIndexPath.item)
self.tasksArray.insert(tmpString, at: destinationIndexPath.item)
collectionView.deleteItems(at: [sourceIndexPath])
collectionView.insertItems(at: [destinationIndexPath])
}
})
} else {
dragCoordinator.isReordering = false
if let string = item.dragItem.localObject as? String {
collectionView.performBatchUpdates({
self.tasksArray.insert(string, at: destinationIndexPath.item)
collectionView.insertItems(at: [destinationIndexPath])
})
}
}
dragCoordinator.dragCompleted = true
coordinator.drop(item.dragItem, toItemAt: destinationIndexPath)
case .copy:
let placeholder = UICollectionViewDropPlaceholder(
insertionIndexPath: destinationIndexPath, reuseIdentifier: "TaskCell")
placeholder.cellUpdateHandler = { cell in
if let cell = cell as? ISSDeskCell {
cell.titleLabel.text = "Loading..."
}
}
let context = coordinator.drop(item.dragItem, to: placeholder)
let itemProvider = item.dragItem.itemProvider
itemProvider.loadObject(ofClass: NSString.self) { string, error in
if let string = string as? String {
DispatchQueue.main.async {
context.commitInsertion(dataSourceUpdates: {_ in
self.tasksArray.insert(string, at: destinationIndexPath.item)
})
}
}
}
default:
return
}
}
}
| 40.808511 | 195 | 0.649114 |
57a2533e908cc74c564f7886e6481426b8e7d2c4 | 719 | asm | Assembly | oeis/167/A167341.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/167/A167341.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/167/A167341.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A167341: Totally multiplicative sequence with a(p) = p*(p-3) = p^2-3p for prime p.
; Submitted by Jamie Morken(s2)
; 1,-2,0,4,10,0,28,-8,0,-20,88,0,130,-56,0,16,238,0,304,40,0,-176,460,0,100,-260,0,112,754,0,868,-32,0,-476,280,0,1258,-608,0,-80,1558,0,1720,352,0,-920,2068,0,784,-200,0,520,2650,0,880,-224,0,-1508,3304,0,3538,-1736,0,64,1300,0,4288,952,0,-560,4828,0,5110,-2516,0,1216,2464,0,6004,160,0,-3116,6640,0,2380,-3440,0,-704,7654,0,3640,1840,0,-4136,3040,0,9118,-1568,0,400
add $0,1
mov $1,1
mov $2,2
mov $4,1
lpb $0
mul $4,$2
mul $1,$4
mov $3,$0
lpb $3
mov $4,$0
mod $4,$2
add $2,1
cmp $4,0
cmp $4,0
sub $3,$4
lpe
div $0,$2
mov $4,$2
sub $4,3
lpe
mov $0,$1
div $0,2
| 26.62963 | 367 | 0.598053 |
c962915bc6154a7b5719ca13c4f0a3c17dc97ba4 | 7,655 | asm | Assembly | Bill_Cravener/append/appender.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | Bill_Cravener/append/appender.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | Bill_Cravener/append/appender.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | ; ####################################################
; William F. Cravener 5/12/2003
; ####################################################
.486
.model flat, stdcall
option casemap:none ; case sensitive
; ####################################################
include \masm32\include\windows.inc
include \masm32\include\user32.inc
include \masm32\include\kernel32.inc
include \masm32\include\advapi32.inc ; needed for Registry functions
includelib \masm32\lib\user32.lib
includelib \masm32\lib\kernel32.lib
includelib \masm32\lib\advapi32.lib ; needed for Registry functions
; ####################################################
ID_EDIT1 equ 101
ID_EDIT2 equ 102
ID_BUTTON1 equ 201
ID_BUTTON2 equ 202
ID_BUTTON3 equ 203
MAXLENGTH equ 256
; #######################################################
MenuOptionMaker PROTO :DWORD,:DWORD,:DWORD,:DWORD
; #######################################################
.data
hInstance dd ?
RegKeyHandle dd 0
KeyStringLngth dd 0
dBuffer db MAXLENGTH dup (0)
ZeroKeyString db 0
Success db "Success!",0
Appending db "New menu option created.",0
Removing db "New menu option removed.",0
RegKeyFolder1 db "Folder\shell\NewMenuOption",0
RegKeyFolder2 db "Folder\shell\NewMenuOption\command",0
dialogname db "APPENDER",0
; #########################################################################
.code
start:
invoke GetModuleHandle, 0
mov hInstance,eax
; -------------------------------------------
; Call the dialog box stored in resource file
; -------------------------------------------
invoke DialogBoxParam,hInstance,ADDR dialogname,0,ADDR MenuOptionMaker,0
invoke ExitProcess,eax
; #########################################################################
MenuOptionMaker proc hWin:DWORD, uMsg:DWORD, wParam:DWORD, lParam:DWORD
.if uMsg == WM_INITDIALOG
;-----------------------------------------------------
; First we see if we already created a new menu option
; If so we will retrieve the menu name and place it in
; our first edit box.
;-----------------------------------------------------
invoke RegOpenKeyEx,HKEY_CLASSES_ROOT,ADDR RegKeyFolder1,
0,KEY_QUERY_VALUE,ADDR RegKeyHandle
.if eax == ERROR_SUCCESS
mov KeyStringLngth,MAXLENGTH
invoke RegQueryValueEx,RegKeyHandle,0,0,0,ADDR dBuffer,ADDR KeyStringLngth
invoke RegCloseKey,RegKeyHandle
invoke GetDlgItem,hWin,ID_EDIT1
invoke SetWindowText,eax,ADDR dBuffer
.endif
;-------------------------------------------------
; Next we retrieve the command string and place it
; in our second edit box
;-------------------------------------------------
invoke RegOpenKeyEx,HKEY_CLASSES_ROOT,ADDR RegKeyFolder2,
0,KEY_QUERY_VALUE,ADDR RegKeyHandle
.if eax == ERROR_SUCCESS
mov KeyStringLngth,MAXLENGTH
invoke RegQueryValueEx,RegKeyHandle,0,0,0,ADDR dBuffer,ADDR KeyStringLngth
invoke RegCloseKey,RegKeyHandle
invoke GetDlgItem,hWin,ID_EDIT2
invoke SetWindowText,eax,ADDR dBuffer
.endif
.elseif uMsg == WM_COMMAND
mov eax,wParam
.if eax == ID_BUTTON1
;-----------------------------------------------------
; Create our new subkey and write our menu name to it
;-----------------------------------------------------
invoke GetDlgItem,hWin,ID_EDIT1
invoke GetWindowText,eax,ADDR dBuffer,MAXLENGTH
invoke RegCreateKeyEx,HKEY_CLASSES_ROOT,ADDR RegKeyFolder1,
0,ADDR ZeroKeyString,REG_OPTION_NON_VOLATILE,
KEY_SET_VALUE,0,ADDR RegKeyHandle,0
invoke RegSetValue,RegKeyHandle,0,REG_SZ,ADDR dBuffer,sizeof dBuffer
invoke RegCloseKey,RegKeyHandle
;---------------------------------------------------------
; Create our new subkey and write our command string to it
;---------------------------------------------------------
invoke GetDlgItem,hWin,ID_EDIT2
invoke GetWindowText,eax,ADDR dBuffer,MAXLENGTH
invoke RegCreateKeyEx,HKEY_CLASSES_ROOT,ADDR RegKeyFolder2,
0,ADDR ZeroKeyString,REG_OPTION_NON_VOLATILE,
KEY_SET_VALUE,0,ADDR RegKeyHandle,0
invoke RegSetValue,RegKeyHandle,0,REG_SZ,ADDR dBuffer,sizeof dBuffer
.if eax == ERROR_SUCCESS
invoke MessageBox,hWin,ADDR Appending,ADDR Success,MB_OK
.endif
invoke RegCloseKey,RegKeyHandle
.elseif eax == ID_BUTTON2
;----------------------------------------
; Remove the menu name and command string
;----------------------------------------
invoke RegOpenKeyEx,HKEY_CLASSES_ROOT,ADDR RegKeyFolder2,
0,KEY_ALL_ACCESS,ADDR RegKeyHandle
.if eax == ERROR_SUCCESS
invoke RegDeleteKey,HKEY_CLASSES_ROOT,ADDR RegKeyFolder2
invoke RegDeleteKey,HKEY_CLASSES_ROOT,ADDR RegKeyFolder1
.if eax == ERROR_SUCCESS
invoke MessageBox,hWin,ADDR Removing,ADDR Success,MB_OK
.endif
invoke RegCloseKey,RegKeyHandle
;--------------------
; Clear the edit boxs
;--------------------
mov dBuffer,0
invoke GetDlgItem,hWin,ID_EDIT1
invoke SetWindowText,eax,ADDR dBuffer
invoke GetDlgItem,hWin,ID_EDIT2
invoke SetWindowText,eax,ADDR dBuffer
.endif
.elseif eax == ID_BUTTON3
invoke SendMessage,hWin,WM_CLOSE,0,0
.endif
.elseif uMsg == WM_CLOSE
invoke EndDialog,hWin,0
.endif
xor eax,eax
ret
MenuOptionMaker endp
; ########################################################################
end start
| 36.626794 | 98 | 0.409798 |
85a6cdc5f613dcfd0e96316cba0698d0da26e40a | 4,974 | h | C | util/third_party/digi_lte/xbee/inc/xbee/platform_dos.h | lenloe1/v2.7 | 9ac9c4a7bb37987af382c80647f42d84db5f2e1d | [
"Zlib"
] | null | null | null | util/third_party/digi_lte/xbee/inc/xbee/platform_dos.h | lenloe1/v2.7 | 9ac9c4a7bb37987af382c80647f42d84db5f2e1d | [
"Zlib"
] | 1 | 2020-08-25T02:36:22.000Z | 2020-08-25T02:36:22.000Z | util/third_party/digi_lte/xbee/inc/xbee/platform_dos.h | lenloe1/v2.7 | 9ac9c4a7bb37987af382c80647f42d84db5f2e1d | [
"Zlib"
] | 1 | 2020-08-25T01:56:04.000Z | 2020-08-25T01:56:04.000Z | /***************************************************************************//**
* # License
*
* The licensor of this software is Silicon Laboratories Inc. Your use of this
* software is governed by the terms of Silicon Labs Master Software License
* Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement. This
* software is Third Party Software licensed by Silicon Labs from a third party
* and is governed by the sections of the MSLA applicable to Third Party
* Software and the additional terms set forth below.
*
******************************************************************************/
/*
* Copyright (c) 2010-2012 Digi International Inc.,
* All rights not expressly granted are reserved.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343
* =======================================================================
*/
/**
@addtogroup hal_dos
@{
@file xbee/platform_dos.h
Header for DOS platform (using Watcom C cross compiler).
This file is automatically included by xbee/platform.h.
*/
#ifndef __XBEE_PLATFORM_DOS
#define __XBEE_PLATFORM_DOS
// macro used to declare a packed structure (no alignment of elements)
#define PACKED_STRUCT _Packed struct
#define _f_memcpy memcpy
#define _f_memset memset
// stdint.h for int8_t, uint8_t, int16_t, etc. types
#ifdef __WATCOMC__
#include <stdint.h>
#else
typedef signed char int8_t;
typedef unsigned char uint8_t;
typedef short int16_t;
typedef unsigned short uint16_t;
typedef long int32_t;
typedef unsigned long uint32_t;
typedef unsigned short uint_fast8_t;
typedef signed short int_fast8_t;
#define __FUNCTION__ ""
#endif
// This type isn't in stdint.h
typedef int bool_t;
// Load platform's endian header to learn whether we're big or little.
//#include <endian.h> // Not available on Watcom DOS, so do manually:
#define LITTLE_ENDIAN 1234
#define BIG_ENDIAN 4321
#define BYTE_ORDER LITTLE_ENDIAN
// On the DOS platform, some pointers are "far". Many platforms just have
// a single pointer type and will define FAR to nothing.
// For now, don't need far data, so use small or medium memory model.
#define FAR
#define INTERRUPT_ENABLE _enable()
#define INTERRUPT_DISABLE _disable()
// Elements needed to keep track of serial port settings. Must have a
// baudrate memember, other fields are platform-specific.
typedef struct xbee_serial_t {
uint32_t baudrate;
uint16_t flags;
#define XST_INIT_OK 0x0001 // Ser port initialized OK
uint16_t comport; // 1 = COM1, 2 = COM2 etc.
uint16_t port; // I/O address of UART: COM1 = 0x3F8 etc.
void (__interrupt FAR *prev_int)(); // Previous COM port interrupt handler
uint16_t intvec; // Interrupt vector number: 0x0C for COM1 etc.
uint16_t picmask; // PIC mask bit (corresponding to IRQ): 1<<4 for IRQ4
uint8_t lsr_mask; // Mask of line status conditions that are enabled.
// These determined by UART hardware...
#define XST_MASK_DR 0x01 // Data Ready
#define XST_MASK_OE 0x02 // Overrun error
#define XST_MASK_PE 0x04 // Parity error
#define XST_MASK_FE 0x08 // Frame error
#define XST_MASK_BI 0x10 // Break interrupt
#define XST_MASK_THRE 0x20 // Tx holding reg empty
#define XST_MASK_TEMT 0x40 // Tx shift register empty
#define XST_MASK_FIFOE 0x80 // Rx FIFO error
struct xbee_cbuf_t * txbuf; // Transmit circular buffer
struct xbee_cbuf_t * rxbuf; // Receive circular buffer
uint16_t isr_count; // For debug - count UART interrupts
uint16_t isr_rent; // For debug - count ISR reentry
uint16_t oe; // Overrun error count
uint16_t pe; // Parity error count
uint16_t fe; // Frame error count
uint16_t bi; // Break interrupt count
} xbee_serial_t;
// DOS epoch is 1/1/1970
#define ZCL_TIME_EPOCH_DELTA ZCL_TIME_EPOCH_DELTA_1970
// our millisecond timer has a ?ms resolution
#include <time.h>
#define XBEE_MS_TIMER_RESOLUTION (1000 / CLOCKS_PER_SEC)
#define WPAN_MAX_CONVERSATIONS 6
#define WPAN_CONVERSATION_TIMEOUT 15
#include <dos.h>
#include <conio.h>
#include <stddef.h>
// console using ANSI.SYS escape codes
void gotoxy_ansi( int col, int row);
void clrscr_ansi( void);
#ifdef __WATCOMC__
// console using BIOS calls
void gotoxy00_bios( int col, int row);
void getxy_bios( int *col, int *row);
void clrscr_bios( void);
// gotoxy is commonly 1-based, but BIOS calls in gotoxy00() are 0-based
#define gotoxy00(x,y) gotoxy00_bios(x,y)
#define gotoxy(x,y) gotoxy00_bios((x)-1, (y)-1)
#define getxy(x,y) getxy_bios(x,y)
#define clrscr() clrscr_bios()
#else
// Borland C is 1's based, but we assume 0's based.
#define gotoxy00(x,y) gotoxy((x)+1, (y)+1)
#endif
#endif // __XBEE_PLATFORM_DOS
| 34.068493 | 80 | 0.697226 |
1f9cf4c35419e263ed27bcab5b4525b669b804ac | 134 | kt | Kotlin | grobex-common/src/main/kotlin/stan/grobex/common/graphics/ColorUtil.kt | StanleyProjects/GreenRobotExtension | 30128b03e2e0f883b2a23ce7bbdb31193864dc24 | [
"Apache-2.0"
] | null | null | null | grobex-common/src/main/kotlin/stan/grobex/common/graphics/ColorUtil.kt | StanleyProjects/GreenRobotExtension | 30128b03e2e0f883b2a23ce7bbdb31193864dc24 | [
"Apache-2.0"
] | null | null | null | grobex-common/src/main/kotlin/stan/grobex/common/graphics/ColorUtil.kt | StanleyProjects/GreenRobotExtension | 30128b03e2e0f883b2a23ce7bbdb31193864dc24 | [
"Apache-2.0"
] | null | null | null | package stan.grobex.common.graphics
import android.graphics.Color
fun colorOf(hex: String): Int {
return Color.parseColor(hex)
} | 19.142857 | 35 | 0.768657 |
f0351f0efda167de7e92b3a860900dc700612c71 | 18,119 | js | JavaScript | test/lib/graph/Organization.js | treetopllc/noble.js | cc9019576c97a1a483d0311249321a0e70214bc1 | [
"MIT"
] | 3 | 2015-03-13T21:45:49.000Z | 2016-08-25T17:47:22.000Z | test/lib/graph/Organization.js | treetopllc/noble.js | cc9019576c97a1a483d0311249321a0e70214bc1 | [
"MIT"
] | 21 | 2016-09-08T20:57:02.000Z | 2018-12-07T00:51:29.000Z | test/lib/graph/Organization.js | treetopllc/noble.js | cc9019576c97a1a483d0311249321a0e70214bc1 | [
"MIT"
] | 1 | 2016-08-25T17:47:27.000Z | 2016-08-25T17:47:27.000Z | var utils = require("../../utils");
var mock = require("../../mock");
var client = utils.createClient();
var createArray = utils.createArray;
var simpleResponse = mock.simpleResponse;
var defaultHeaders = mock.defaultHeaders;
describe("lib/graph/Organization.js", function () {
describe("Organization", function () {
var organization = client.organization("abc")
describe("#get(callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc", simpleResponse);
organization.get(done);
});
});
describe("#content(callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/content", simpleResponse);
organization.content(done);
});
it("should pass additional querystring arguments", function (done) {
server.respondWith("/organizations/abc/content?limit=5", simpleResponse);
organization.content({ limit: 5 }, done);
});
});
describe("#participation([key], [entity], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/participation", simpleResponse);
organization.participation(done);
});
it("should pass a smoke test (with key)", function (done) {
server.respondWith("/organizations/abc/participation/impact", simpleResponse);
organization.participation("impact", done);
});
});
describe("#user([id])", function () {
it("should create a User with Organization as it's owner", function () {
var sub = organization.user();
expect(sub).to.be.a(client.User);
expect(sub.owner).to.equal(organization);
});
});
describe("#users([query], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/users", simpleResponse);
organization.users(done);
});
it("should pass additional querystring arguments", function (done) {
server.respondWith("/organizations/abc/users?limit=5", [
200,
defaultHeaders,
JSON.stringify(createArray(5, function () {
return {
id: chance.guid()
};
}))
]);
organization.users({ limit: 5 }, function (err, results) {
if (err) return done(err);
expect(results.length).to.equal(5);
done();
});
});
});
describe("#relationships([query], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/relationships", simpleResponse);
organization.relationships(done);
});
it("should pass additional querystring arguments", function (done) {
server.respondWith("/organizations/abc/relationships?limit=5", [
200,
defaultHeaders,
JSON.stringify(createArray(5, function () {
return {
id: chance.guid()
};
}))
]);
organization.relationships({ limit: 5 }, function (err, results) {
if (err) return done(err);
expect(results.length).to.equal(5);
done();
});
});
});
describe("#submission([id])", function () {
it("should create a Submission with Organization as it's owner", function () {
var sub = organization.submission();
expect(sub).to.be.a(client.Submission);
expect(sub.owner).to.equal(organization);
});
});
describe("#submissions([query], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/submissions", simpleResponse);
organization.submissions(done);
});
it("should pass additional querystring arguments", function (done) {
server.respondWith("/organizations/abc/submissions?limit=5", [
200,
defaultHeaders,
JSON.stringify(createArray(5, function () {
return {
id: chance.guid()
};
}))
]);
organization.submissions({ limit: 5 }, function (err, results) {
if (err) return done(err);
expect(results.length).to.equal(5);
done();
});
});
});
describe("#track([query], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/track", simpleResponse);
organization.track(done);
});
it("should pass additional querystring arguments", function (done) {
server.respondWith("/organizations/abc/track?limit=5", [
200,
defaultHeaders,
JSON.stringify(createArray(5, function () {
return {
id: chance.guid()
};
}))
]);
organization.track({ limit: 5 }, function (err, results) {
if (err) return done(err);
expect(results.length).to.equal(5);
done();
});
});
});
describe("#moderations([query], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/moderations", simpleResponse);
organization.moderations(done);
});
it("should pass additional querystring arguments", function (done) {
server.respondWith("/organizations/abc/moderations?limit=5", [
200,
defaultHeaders,
JSON.stringify(createArray(5, function () {
return { id: chance.guid() };
}))
]);
organization.moderations({ limit: 5 }, function (err, results) {
if (err) return done(err);
expect(results.length).to.equal(5);
done();
});
});
});
describe("#moderation([id])", function () {
it("should create a Moderation with Organization as it's owner", function () {
var sub = organization.moderation();
expect(sub).to.be.a(client.Moderation);
expect(sub.owner).to.equal(organization);
});
});
describe("#programs([query], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/programs", simpleResponse);
organization.programs(done);
});
it("should pass additional querystring arguments", function (done) {
server.respondWith("/organizations/abc/programs?limit=5", [
200,
defaultHeaders,
JSON.stringify(createArray(5, function () {
return { id: chance.guid() };
}))
]);
organization.programs({ limit: 5 }, function (err, results) {
if (err) return done(err);
expect(results.length).to.equal(5);
done();
});
});
});
describe("#program([id])", function () {
it("should create a Program with Organization as its owner", function () {
var sub = organization.program();
expect(sub).to.be.a(client.Program);
expect(sub.owner).to.equal(organization);
});
});
describe("#affiliations([query], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/affiliations", simpleResponse);
organization.affiliations(done);
});
it("should pass additional querystring arguments", function (done) {
server.respondWith("/organizations/abc/affiliations?limit=5", [
200,
defaultHeaders,
JSON.stringify(createArray(5, function () {
return { id: chance.guid() };
}))
]);
organization.affiliations({ limit: 5 }, function (err, results) {
if (err) return done(err);
expect(results.length).to.equal(5);
done();
});
});
});
describe("#affiliation([id])", function () {
it("should create a Affiliation with Organization as it's owner", function () {
var sub = organization.affiliation();
expect(sub).to.be.a(client.Affiliation);
expect(sub.owner).to.equal(organization);
});
});
describe("#groups([query], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/groups", simpleResponse);
organization.groups(done);
});
it("should pass additional querystring arguments", function (done) {
server.respondWith("/organizations/abc/groups?limit=5", [
200,
defaultHeaders,
JSON.stringify(createArray(5, function () {
return { id: chance.guid() };
}))
]);
organization.groups({ limit: 5 }, function (err, results) {
if (err) return done(err);
expect(results.length).to.equal(5);
done();
});
});
});
describe("#group([id])", function () {
it("should create a Moderation with Organization as it's owner", function () {
var sub = organization.group();
expect(sub).to.be.a(client.Group);
expect(sub.owner).to.equal(organization);
});
});
describe("#reportPartners(callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/report/partners", simpleResponse);
organization.reportPartners(done);
});
});
describe("#destinations([query], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/hours/destinations", simpleResponse);
organization.destinations(done);
});
it("should pass additional query string arguments", function (done) {
server.respondWith("/organizations/abc/hours/destinations?statuses=1", [
200,
defaultHeaders,
JSON.stringify(createArray(1, function () {
return { id: chance.guid() };
}))
]);
organization.destinations({ statuses: 1 }, function (err, results) {
if (err) return done(err);
expect(results.length).to.equal(1);
done();
});
});
});
describe("#opportunities([query], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/hours/opportunities", simpleResponse);
organization.opportunities(done);
});
it("should pass additional query string arguments", function (done) {
server.respondWith("/organizations/abc/hours/opportunities?statuses=1", [
200,
defaultHeaders,
JSON.stringify(createArray(1, function () {
return { id: chance.guid() };
}))
]);
organization.opportunities({ statuses: 1 }, function (err, results) {
if (err) return done(err);
expect(results.length).to.equal(1);
done();
});
});
});
describe("#hosts([query], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/hours/hosts", simpleResponse);
organization.hosts(done);
});
it("should pass additional query string arguments", function (done) {
server.respondWith("/organizations/abc/hours/hosts?statuses=1", [
200,
defaultHeaders,
JSON.stringify(createArray(1, function () {
return { id: chance.guid() };
}))
]);
organization.hosts({ statuses: 1 }, function (err, results) {
if (err) return done(err);
expect(results.length).to.equal(1);
done();
});
});
});
describe("#statuses([query], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/hours/statuses", simpleResponse);
organization.statuses(done);
});
it("should pass additional query string arguments", function (done) {
server.respondWith("/organizations/abc/hours/statuses?destinations=12345", [
200,
defaultHeaders,
JSON.stringify(createArray(1, function () {
return { id: chance.guid() };
}))
]);
organization.statuses({ destinations: 12345 }, function (err, results) {
if (err) return done(err);
expect(results.length).to.equal(1);
done();
});
});
});
describe("#contributors([query], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/hours/contributors", simpleResponse);
organization.contributors(done);
});
it("should pass additional query string arguments", function (done) {
server.respondWith("/organizations/abc/hours/contributors?statuses=1", [
200,
defaultHeaders,
JSON.stringify(createArray(1, function () {
return { id: chance.guid() };
}))
]);
organization.contributors({ statuses: 1 }, function (err, results) {
if (err) return done(err);
expect(results.length).to.equal(1);
done();
});
});
});
describe("#membersdetails([query], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/hours/membersdetails", simpleResponse);
organization.membersdetails(done);
});
it("should pass additional query string arguments", function (done) {
server.respondWith("/organizations/abc/hours/membersdetails?statuses=1", [
200,
defaultHeaders,
JSON.stringify(createArray(1, function () {
return { id: chance.guid() };
}))
]);
organization.membersdetails({ statuses: 1 }, function (err, results) {
if (err) return done(err);
expect(results.length).to.equal(1);
done();
});
});
});
describe("#groupsdetails([query], callback)", function () {
it("should pass a smoke test", function (done) {
server.respondWith("/organizations/abc/hours/groupsdetails", simpleResponse);
organization.groupsdetails(done);
});
it("should pass additional query string arguments", function (done) {
server.respondWith("/organizations/abc/hours/groupsdetails?statuses=1", [
200,
defaultHeaders,
JSON.stringify(createArray(1, function () {
return { id: chance.guid() };
}))
]);
organization.groupsdetails({ statuses: 1 }, function (err, results) {
if (err) return done(err);
expect(results.length).to.equal(1);
done();
});
});
});
});
});
| 38.306554 | 94 | 0.475799 |
26b8a4dc2911860c9e2ee5721ae96f259545328e | 4,159 | java | Java | src/test/java/net/ejrbuss/core/data/TestMaybe.java | ejrbuss/net.ejrbuss.core | 52dcd964378585763b6cb81acfc0d09722c50527 | [
"MIT"
] | null | null | null | src/test/java/net/ejrbuss/core/data/TestMaybe.java | ejrbuss/net.ejrbuss.core | 52dcd964378585763b6cb81acfc0d09722c50527 | [
"MIT"
] | null | null | null | src/test/java/net/ejrbuss/core/data/TestMaybe.java | ejrbuss/net.ejrbuss.core | 52dcd964378585763b6cb81acfc0d09722c50527 | [
"MIT"
] | null | null | null | package net.ejrbuss.core.data;
import static net.ejrbuss.core.test.Dummy.*;
import net.ejrbuss.core.test.Dummy;
import org.junit.Assert;
import org.junit.Test;
import java.util.NoSuchElementException;
public class TestMaybe {
@Test
public void testGiven() {
Assert.assertEquals(Maybe.some(A), Maybe.given(true, A));
Assert.assertEquals(Maybe.some(A), Maybe.given(true, () -> A));
Assert.assertEquals(Maybe.none(), Maybe.given(false, A));
Assert.assertEquals(Maybe.none(), Maybe.given(false, () -> A));
}
@Test
public void testFrom() {
Assert.assertEquals(Maybe.none(), Maybe.from(List.empty()));
Assert.assertEquals(Maybe.some(A), Maybe.from(List.of(A)));
Assert.assertEquals(Maybe.none(), Maybe.from(Result.fail(null)));
Assert.assertEquals(Maybe.some(A), Maybe.from(Result.ok(A)));
}
@Test
public void testOr() {
Assert.assertEquals(Maybe.some(A), Maybe.or(Maybe.some(A), Maybe.none()));
Assert.assertEquals(Maybe.some(A), Maybe.or(Maybe.none(), Maybe.some(A)));
Assert.assertEquals(Maybe.none(), Maybe.or(Maybe.none(), Maybe.none()));
}
@Test
public void testIsNone() {
Assert.assertTrue(Maybe.none().isNone());
Assert.assertFalse(Maybe.some(A).isNone());
}
@Test
public void testIsSome() {
Assert.assertTrue(Maybe.some(A).isSome());
Assert.assertFalse(Maybe.none().isSome());
}
@Test
public void testForce() {
Assert.assertEquals(A, Maybe.some(A).force());
}
@Test(expected = NoSuchElementException.class)
public void testForceOnNone() {
Maybe.none().force();
}
@Test
public void testGet() {
Assert.assertEquals(A, Maybe.<Dummy>some(A).get(B));
Assert.assertEquals(A, Maybe.some(A).get(() -> {
throw new RuntimeException();
}));
Assert.assertEquals(A, Maybe.none().get(A));
Assert.assertEquals(A, Maybe.none().get(() -> A));
}
@Test
public void testMatch() {
Assert.assertEquals(B, Maybe.some(A).match(
a -> B,
() -> C
));
Assert.assertEquals(B, Maybe.none().match(
a -> C,
() -> B
));
}
@Test
public void testEffect() {
Ref<A> ref = Ref.of(null);
Maybe.<A>none().effect(panicEff(), () -> {});
Assert.assertNull(ref.get());
Maybe.some(A).effect(ref, panicThunkEff());
}
@Test
public void testEach() {
Ref<A> ref;
ref = Ref.of(null);
Maybe.some(A).each(ref);
Assert.assertEquals(A, ref.get());
ref = Ref.of(null);
Maybe.<A>none().each(ref);
Assert.assertNull(ref.get());
}
@Test
public void testMap() {
Assert.assertEquals(Maybe.some(B), Maybe.some(A).map(AtoB));
Assert.assertEquals(Maybe.none(), Maybe.<A>none().map(AtoB));
}
@Test
public void testFlatMap() {
Assert.assertEquals(Maybe.some(B), Maybe.some(A).flatMap(a -> Maybe.some(B)));
Assert.assertEquals(Maybe.none(), Maybe.<A>none().flatMap(a -> Maybe.some(B)));
}
@Test
public void testFilter() {
Assert.assertEquals(Maybe.some(A), Maybe.some(A).filter(a -> true));
Assert.assertEquals(Maybe.none(), Maybe.some(A).filter(a -> false));
Assert.assertEquals(Maybe.none(), Maybe.none().filter(a -> true));
}
@Test
public void testHashcode() {
Assert.assertNotEquals(A.hashCode(), Maybe.some(B).hashCode());
Assert.assertEquals(Maybe.none().hashCode(), Maybe.none().hashCode());
}
@Test
public void testEquals() {
Assert.assertEquals(Maybe.none(), Maybe.none());
Assert.assertEquals(Maybe.some(A), Maybe.some(A));
Assert.assertNotEquals(Maybe.some(A), Maybe.none());
Assert.assertNotEquals(Maybe.none(), Maybe.some(A));
Assert.assertNotEquals(Maybe.some(A), Maybe.some(B));
}
@Test
public void testToString() {
Assert.assertTrue(Maybe.some(A).toString().endsWith("(" + A + ")"));
}
}
| 29.920863 | 87 | 0.584756 |
16135e8bfb153c7602b5a363c0c0abb9c3cc56fb | 1,334 | h | C | src/Plugins/Movie1Plugin/MovieSceneEffect.h | Terryhata6/Mengine | dfe36fdc84d7398fbbbd199feffc46c6f157f1d4 | [
"MIT"
] | null | null | null | src/Plugins/Movie1Plugin/MovieSceneEffect.h | Terryhata6/Mengine | dfe36fdc84d7398fbbbd199feffc46c6f157f1d4 | [
"MIT"
] | null | null | null | src/Plugins/Movie1Plugin/MovieSceneEffect.h | Terryhata6/Mengine | dfe36fdc84d7398fbbbd199feffc46c6f157f1d4 | [
"MIT"
] | null | null | null | #pragma once
#include "Kernel/Node.h"
#include "Kernel/BaseRender.h"
#include "Kernel/BaseTransformation.h"
namespace Mengine
{
//////////////////////////////////////////////////////////////////////////
class MovieSceneEffect
: public Node
, protected BaseRender
, protected BaseTransformation
{
DECLARE_VISITABLE( Node );
DECLARE_RENDERABLE();
public:
MovieSceneEffect();
~MovieSceneEffect() override;
public:
bool setPropagateNode( Node * _propagate );
public:
void enablePropagate( bool _value );
protected:
void invalidateColor() const override;
protected:
void _invalidateWorldMatrix() const override;
protected:
void render( const RenderPipelineInterfacePtr & _renderPipeline, const RenderContext * _context ) const override;
protected:
mutable Node * m_propagate;
bool m_propagateEnable;
mt::vec3f m_position;
mt::vec3f m_origin;
mt::vec3f m_scale;
mt::vec2f m_skew;
mt::vec3f m_rotation;
};
//////////////////////////////////////////////////////////////////////////
typedef IntrusiveNodePtr<MovieSceneEffect> MovieSceneEffectPtr;
//////////////////////////////////////////////////////////////////////////
} | 25.653846 | 121 | 0.536732 |
2efdb360c2cb765a215942296f4c9c8f3a8aac00 | 4,514 | lua | Lua | NuclearRebalance/prototypes/item/i-msr.lua | bjerkt/Factorio-Mods | 198c8c603e9c91a6f9b2bae78c70bf6a35836563 | [
"Unlicense"
] | 5 | 2019-12-28T05:24:50.000Z | 2021-10-05T12:40:36.000Z | NuclearRebalance/prototypes/item/i-msr.lua | bjerkt/Factorio-Mods | 198c8c603e9c91a6f9b2bae78c70bf6a35836563 | [
"Unlicense"
] | 3 | 2019-10-04T05:14:58.000Z | 2021-12-05T19:41:55.000Z | NuclearRebalance/prototypes/item/i-msr.lua | bjerkt/Factorio-Mods | 198c8c603e9c91a6f9b2bae78c70bf6a35836563 | [
"Unlicense"
] | 5 | 2019-12-27T19:14:07.000Z | 2021-10-13T20:17:21.000Z | --////////////////////////////////////////
--Reactor Hall section
--////////////////////////////////////////
data:extend({
{
type = "item",
name = "msr-reactor-hall",
icon = "__NuclearRebalance__/graphics/icons/msr/msr-reactor-hall.png",
icon_size = 128,
subgroup = "msr-intermediate",
order = "h[msr-reactor-hall]",
stack_size = 1
},
{
type = "item",
name = "msr-reactor-vessel-segment",
icon = "__NuclearRebalance__/graphics/icons/msr/msr-reactor-vessel-segment.png",
icon_size = 128,
subgroup = "msr-intermediate",
order = "g[msr-reactor-vessel-segment]",
stack_size = 1
},
{
type = "item",
name = "msr-reactor-salt",
icon = "__NuclearRebalance__/graphics/icons/msr/msr-reactor-salt.png",
icon_size = 128,
subgroup = "msr-common",
order = "g[msr-reactor-salt]",
stack_size = 20
}
})
--////////////////////////////////////////
--Turbine Hall section
--////////////////////////////////////////
data:extend({
{
type = "item",
name = "msr-turbine-hall",
icon = "__NuclearRebalance__/graphics/icons/msr/msr-turbine-hall.png",
icon_size = 128,
subgroup = "msr-intermediate",
order = "h[msr-turbine-hall]",
stack_size = 1
},
{
type = "item",
name = "msr-hp-gas-turbine",
icon = "__NuclearRebalance__/graphics/icons/msr/turbine-hp-gen3.png",
icon_size = 128,
subgroup = "msr-intermediate",
order = "h[msr-hp-gas-turbine]",
stack_size = 1
},
{
type = "item",
name = "msr-hp-gas-shaft",
icon = "__NuclearRebalance__/graphics/icons/msr/turbine-shaft-hp-gen3.png",
icon_size = 128,
subgroup = "msr-common",
order = "g[msr-hp-gas-shaft]",
stack_size = 1
},
{
type = "item",
name = "msr-hp-gas-disk",
icon = "__NuclearRebalance__/graphics/icons/msr/turbine-disk-hp-gen3.png",
icon_size = 128,
subgroup = "msr-common",
order = "g[msr-hp-gas-disk]",
stack_size = 50
},
{
type = "item",
name = "msr-hp-gas-blade",
icon = "__NuclearRebalance__/graphics/icons/msr/turbine-blade-hp-gen3.png",
icon_size = 128,
subgroup = "msr-common",
order = "g[msr-hp-gas-blade]",
stack_size = 100
},
{
type = "item",
name = "msr-lp-gas-turbine",
icon = "__NuclearRebalance__/graphics/icons/msr/turbine-lp-gen3.png",
icon_size = 128,
subgroup = "msr-intermediate",
order = "h[msr-lp-gas-turbine]",
stack_size = 1
},
{
type = "item",
name = "msr-lp-gas-shaft",
icon = "__NuclearRebalance__/graphics/icons/msr/turbine-shaft-lp-gen3.png",
icon_size = 128,
subgroup = "msr-common",
order = "g[msr-lp-gas-shaft]",
stack_size = 1
},
{
type = "item",
name = "msr-lp-gas-disk",
icon = "__NuclearRebalance__/graphics/icons/msr/turbine-disk-lp-gen3.png",
icon_size = 128,
subgroup = "msr-common",
order = "g[msr-lp-gas-disk]",
stack_size = 50
},
{
type = "item",
name = "msr-lp-gas-blade",
icon = "__NuclearRebalance__/graphics/icons/msr/turbine-blade-lp-gen3.png",
icon_size = 128,
subgroup = "msr-common",
order = "g[msr-lp-gas-blade]",
stack_size = 100
},
{
type = "item",
name = "msr-helium-gas",
icon = "__NuclearRebalance__/graphics/icons/msr/msr-helium.png",
icon_size = 128,
subgroup = "msr-common",
order = "g[msr-helium-gas]",
stack_size = 100
}
})
--////////////////////////////////////////
--Electric Grid Interface section
--////////////////////////////////////////
data:extend({
{
type = "item",
name = "gen-three-electric-grid-interface",
icon = "__NuclearRebalance__/graphics/icons/msr/gen-three-electric-grid-interface.png",
icon_size = 128,
subgroup = "msr-intermediate",
order = "h-1-[gen-three-electric-grid-interface]",
stack_size = 1
}
})
--////////////////////////////////////////
--MSR final assembly section
--////////////////////////////////////////
data:extend({
{
type = "item",
name = "msr",
icon = "__NuclearRebalance__/graphics/icons/msr/i-msr.png",
icon_size = 128,
subgroup = "nuclear-finals",
order = "z3[msr]",
place_result = "msr",
stack_size = 1
},
{
type = "item",
name = "msr-online-repro-fac",
icon = "__NuclearRebalance__/graphics/icons/msr/msr-online-repro-fac.png",
icon_size = 32,
subgroup = "msr-intermediate",
order = "h[msr-online-repro-fac]",
stack_size = 1
},
{
type = "item",
name = "msr-underground-century-storage-fac",
icon = "__NuclearRebalance__/graphics/icons/msr/msr-underground-century-storage-fac.png",
icon_size = 32,
subgroup = "msr-intermediate",
order = "h[msr-underground-century-storage-fac]",
stack_size = 1
}
}) | 25.502825 | 91 | 0.60545 |
c7d82d7c59416437757ae40b7604a446e34a842a | 15,737 | py | Python | src/node.py | xt271828/Ayakashi-lang | 209333c511644a8410ceb496256fda32fb1799dc | [
"Apache-2.0"
] | 1 | 2018-08-27T15:37:47.000Z | 2018-08-27T15:37:47.000Z | src/node.py | shiinamiyuki/Ayakashi-lang | 209333c511644a8410ceb496256fda32fb1799dc | [
"Apache-2.0"
] | null | null | null | src/node.py | shiinamiyuki/Ayakashi-lang | 209333c511644a8410ceb496256fda32fb1799dc | [
"Apache-2.0"
] | null | null | null | from lex import *
import copy
from abc import abstractmethod
from typing import List
from copy import deepcopy
class Node:
def __init__(self):
self.tok = nil_token # type: Token
self.sub_nodes = []
self.precedence = 10000 # just for better code generation
self.parent = None
self.index = 0
self.depth = 1
def add(self, node):
assert isinstance(node, Node)
self.sub_nodes.append(node)
if node.depth > self.depth - 1:
self.depth = node.depth + 1
def first(self):
return self.sub_nodes[0]
def second(self):
return self.sub_nodes[1]
def third(self):
return self.sub_nodes[2]
def info(self) -> str:
return self.type() + '[' + copy.copy(self.tok.tok)
def to_str(self, lev=0) -> str:
s = ' ' * lev + self.info() + ']\n'
for i in self.sub_nodes:
s += i.to_str(lev + 1)
return s
def __repr__(self):
return self.to_str(0)
def type(self) -> str:
return 'Node'
def __len__(self) -> int:
return len(self.sub_nodes)
def copy(self):
n = copy.copy(self)
n.tok = self.tok.copy()
n.depth = self.depth
n.index = self.index
n.precedence = self.precedence
n.sub_nodes = []
for i in self.sub_nodes:
n.sub_nodes.append(i.copy())
n.parent = self.parent
return n
def check(self, other):
assert self is not other
for i in self.sub_nodes:
for j in other.sub_nodes:
assert i is not j
@abstractmethod
def accept(self, visitor):
raise NotImplementedError('You should not attempt to visit an abstract class')
def reset(self, index: int, node):
self.sub_nodes[index] = node
node.index = index
node.parent = self
def link(self):
idx = 0
for i in self.sub_nodes:
if i is self:
raise RuntimeError('Internal Error')
i.link()
i.parent = self
i.index = idx
idx += 1
class BinaryExpr(Node):
def __init__(self, tok: Token, p: int):
super().__init__()
self.tok = tok
self.precedence = p
def type(self):
return 'BinaryExpr'
def accept(self, visitor):
visitor.visit_binary_expr(self)
class UnaryExpr(Node):
def __init__(self, tok: Token):
super().__init__()
self.tok = tok
def type(self):
return 'UnaryExpr'
def accept(self, visitor):
visitor.visit_unary_expr(self)
class CastExpr(Node):
def __init__(self):
super().__init__()
def type(self):
return 'CastExpr'
def accept(self, visitor):
visitor.visit_cast_expr(self)
class MatchExpr(Node):
def __init__(self):
super().__init__()
def type(self):
return 'MatchExpr'
def accept(self, visitor):
visitor.visit_match_expr(self)
class MatchPair(Node):
def __init__(self):
super().__init__()
def type(self):
return 'MatchPair'
def accept(self, visitor):
visitor.vist_match_pair(self)
class Number(Node):
def __init__(self, tok: Token):
super().__init__()
self.tok = tok
def type(self):
return 'Number'
def accept(self, visitor):
visitor.visit_number(self)
class Identifier(Node):
def __init__(self, tok: Token):
super().__init__()
self.tok = tok
def type(self):
return 'Identifier'
def accept(self, visitor):
visitor.visit_identifier(self)
def __str__(self):
return self.tok.tok
@staticmethod
def make_identifier(s):
return Identifier(Token(s, 'identifier', 0, 0))
class String(Node):
def __init__(self, tok: Token):
super().__init__()
self.tok = tok
def type(self):
return 'String'
def accept(self, visitor):
visitor.visit_string(self)
class Index(Node):
def __init__(self):
super().__init__()
def type(self):
return 'Index'
def accept(self, visitor):
visitor.visit_index(self)
class Empty(Node):
def __init__(self):
super().__init__()
def type(self):
return 'Empty'
def accept(self, visitor):
pass
class Call(Node):
def __init__(self):
super().__init__()
def type(self):
return 'Call'
def accept(self, visitor):
visitor.visit_call(self)
class CallArg(Node):
def __init__(self):
super().__init__()
def type(self):
return 'CallArg'
def accept(self, visitor):
visitor.visit_call_arg(self)
class Block(Node):
def __init__(self):
super().__init__()
def type(self):
return 'Block'
def accept(self, visitor):
visitor.visit_block(self)
class IfStmt(Node):
def __init__(self):
super().__init__()
def type(self):
return 'If'
def accept(self, visitor):
visitor.visit_if_stmt(self)
class WhileStmt(Node):
def __init__(self):
super().__init__()
def type(self):
return 'While'
def accept(self, visitor):
visitor.visit_while_stmt(self)
class Return(Node):
def __init__(self):
super().__init__()
def type(self):
return 'Return'
def accept(self, visitor):
visitor.visit_return(self)
class FuncDef(Node):
def __init__(self, tok: Token):
super().__init__()
self.tok = tok
def type(self):
return 'FuncDef'
def accept(self, visitor):
visitor.visit_func_def(self)
def call_signature(self):
ret = self.second()
arg = FuncTypeArg()
for i in self.first().sub_nodes:
arg.add(i.first())
f = FuncType()
f.add(arg)
f.add(ret)
return f
class FuncDefArg(Node):
def __init__(self):
super().__init__()
def type(self):
return 'FuncDefArg'
def accept(self, visitor):
visitor.visit_func_def_arg(self)
class Declaration(Node):
def __init__(self, tok: Token):
super().__init__()
self.tok = tok
def type(self):
return 'Declaration'
def accept(self, visitor):
visitor.visit_declaration(self)
class Struct(Node):
def __init__(self, tok: Token):
super().__init__()
self.tok = tok
def type(self):
return 'Struct'
def accept(self, visitor):
visitor.visit_struct(self)
class Type(Node):
def __init__(self):
super().__init__()
def type(self):
return 'Type'
@abstractmethod
def accept(self, visitor):
pass
@abstractmethod
def signature(self) -> str:
pass
def is_int(self):
return False
def is_float(self):
return False
def is_double(selfs):
return False
def is_array(self):
return False
def is_pointer(self):
return False
def is_reference(self):
return False
def is_arithmetic(self):
return False
def is_real(self):
return False
def __eq__(self, other):
return self.signature() == other.signature()
def is_structure(self):
return False
def is_primitive(self):
return False
def is_null(self):
return False
def is_void_ptr(self):
return False
class PrimitiveType(Type):
def __init__(self, tok: Token, is_struct=False):
super().__init__()
self.tok = tok
self.is_struct = is_struct
@staticmethod
def make_primitive(ty: str):
return PrimitiveType(Token(ty, '', -1, -1))
def is_structure(self):
return self.is_struct
def is_primitive(self):
return True
def type(self):
return 'PrimitiveType'
def accept(self, visitor):
visitor.visit_primitive_type(self)
def signature(self):
return self.tok.tok
def is_int(self):
return self.tok.tok in ('int', 'i32', 'u32', 'i8', 'u8', 'i64', 'u64')
def is_float(self):
return self.tok.tok in ('float', 'f32')
def is_double(self):
return self.tok.tok in ('double', 'f64')
def is_arithmetic(self):
return self.is_int() or self.is_float() or self.is_double()
def is_real(self):
return self.is_double() or self.is_float()
def is_null(self):
return self.tok.tok == 'null'
def __str__(self):
return self.tok.tok
def __eq__0(self, other):
if self.signature() == other.signature():
return True
ty1 = self.signature()
ty2 = self.signature()
if ty1.is_int() and ty2.is_int():
pass
def is_void_ptr(self):
return self.tok.tok == 'null'
class ArrayType(Type):
def __init__(self, size: int):
super().__init__()
self.size = size
def info(self) -> str:
return super().info() + (str(self.size) if self.size >= 0 else 'undefined')
def type(self):
return 'ArrayType'
def accept(self, visitor):
visitor.visit_array_type(self)
def signature(self):
return 'a{0}{1}'.format(self.first().signature(),
self.size if self.size >= 0 else 'u')
def __str__(self):
return '[{1}]{0}'.format(self.first(), self.size if self.size >= 0 else '')
def is_array(self):
return True
def is_void_ptr(self):
return self.first() == PrimitiveType.make_primitive('void')
class PointerType(Type):
def __init__(self):
super().__init__()
def type(self):
return 'PtrType'
def accept(self, visitor):
visitor.visit_ptr_type(self)
def signature(self):
return 'p{0}'.format(self.first().signature())
def is_pointer(self):
return True
def __str__(self):
return '*{0}'.format(self.first())
def is_void_ptr(self):
return self.first() == PrimitiveType.make_primitive('void')
class RefType(Type):
def __init__(self):
super().__init__()
def type(self):
return 'RefType'
def accept(self, visitor):
visitor.visit_ref_type(self)
def signature(self):
return 'r{0}'.format(self.first().signature())
def __str__(self):
return '&{0}'.format(self.first())
def is_reference(self):
return True
def is_void_ptr(self):
return self.first() == PrimitiveType.make_primitive('void')
class FuncType(Type):
def __init__(self):
super().__init__()
def type(self):
return 'FuncType'
def accept(self, visitor):
visitor.visit_func_type(self)
def signature(self):
return 'f{0}{1}'.format(self.first().signature(), self.second().signature())
def __str__(self):
return '{0}->{1}'.format(self.first(), self.second())
class FuncTypeArg(Type):
def __init__(self):
super().__init__()
def type(self):
return 'FuncTypeArg'
def accept(self, visitor):
visitor.visit_func_type_arg(self)
def signature(self) -> str:
s = 'A'
for i in self.sub_nodes:
s += i.signature() + 'c'
s += 'Z'
return s
def __str__(self):
s = '('
for i in self.sub_nodes:
s += str(i) + ' ,'
if s.endswith(' ,'):
s = s[:-2]
s += ')'
return s
class Chunk(Node):
def __init__(self):
super().__init__()
def type(self):
return 'Chunk'
def accept(self, visitor):
visitor.visit_chunk(self)
class Import(Node):
def __init__(self):
super().__init__()
def type(self):
return 'Import'
def accept(self, visitor):
visitor.visit_import(self)
class CHeader(Node):
def __init__(self, tok: Token):
super().__init__()
self.tok = tok
def type(self):
return 'CHeader'
def accept(self, visitor):
visitor.visit_c_header(self)
class CDefinition(Node):
def __init__(self, tok: Token):
super().__init__()
self.tok = tok
def type(self):
return 'CDefinition'
def accept(self, visitor):
visitor.visit_c_definition(self)
class CType(Node):
def __init__(self, tok: Token):
super().__init__()
self.tok = tok
def type(self):
return 'CType'
def accept(self, visitor):
visitor.visit_c_type(self)
class Implementation(Node):
def __init__(self, tok: Token):
super().__init__()
self.tok = tok
def type(self):
return 'Implementation'
def accept(self, visitor):
visitor.visit_implementation(self)
class MethodDef(Node):
def __init__(self, f: FuncDef):
super().__init__()
self.sub_nodes = f.sub_nodes
self.tok = f.tok
self.precedence = f.precedence
self.class_name = ''
def type(self):
return 'MethodDef'
def accept(self, visitor):
visitor.visit_method_def(self)
def call_signature(self):
ret = self.second()
arg = FuncTypeArg()
for i in self.first().sub_nodes:
arg.add(i.first())
f = FuncType()
f.add(arg)
f.add(ret)
return f
class Interface(Node):
def __init__(self, tok: Token):
super().__init__()
self.tok = tok
def type(self):
return 'Interface'
def accept(self, visitor):
visitor.visit_interface(self)
class ImplFor(Node):
def __init__(self, interface: Token, tok: Token):
super().__init__()
self.tok = tok
self.interface = interface
def type(self):
return 'ImplFor'
def accept(self, visitor):
visitor.visit_impl_for(self)
def copy(self):
n = super().copy()
n.interface = deepcopy(self.interface)
return n
class Generic(Node):
def __init__(self, t: List[Type]):
super().__init__()
self.type_list = t
def type(self):
return 'Generic'
def accept(self, visitor):
visitor.visit_generic(self)
def info(self) -> str:
s = self.type() + '['
for i in self.type_list:
s += i.signature() + ','
return s
def real_type_list(self) -> List[Type]:
return self.type_list
def copy(self):
n = super().copy()
n.type_list = []
for i in self.type_list:
n.type_list.append(i.copy())
return n
def signature(self) -> str:
s = self.first().signature() + '_GG_'
for i in self.type_list:
s += i.signature() + '_GG_'
return s
def is_array(self):
return False
def is_pointer(self):
return False
def is_reference(self):
return False
def is_arithmetic(self):
return False
def is_null(self):
return False
def __str__(self):
s = self.first().__str__() + '<'
for i in self.type_list:
s += i.__str__() + ' ,'
if s.endswith(' ,'):
s = s[:-2]
s += '>'
return s
def __eq__(self, other):
return self.signature() == other.signature()
class For(Node):
def __init__(self):
super().__init__()
def type(self):
return 'For'
def accept(self, visitor):
visitor.visit_for(self)
class TypeInference(Node):
def __init__(self):
super().__init__()
def type(self):
return 'TypeInference'
def accept(self, visitor):
visitor.visit_type_inference(self)
| 20.411154 | 86 | 0.569359 |
8d14beaf1b318665ff7c030912ad33bfc9e9d8c2 | 2,006 | sql | SQL | egov/egov-egf/src/main/resources/db/migration/main/V20160314175111__egf_budgetReAppropriation_actions.sql | cscl-git/digit-bpa | bcf2a4f0dadcee3d636357c51350db96071b40c6 | [
"MIT"
] | null | null | null | egov/egov-egf/src/main/resources/db/migration/main/V20160314175111__egf_budgetReAppropriation_actions.sql | cscl-git/digit-bpa | bcf2a4f0dadcee3d636357c51350db96071b40c6 | [
"MIT"
] | null | null | null | egov/egov-egf/src/main/resources/db/migration/main/V20160314175111__egf_budgetReAppropriation_actions.sql | cscl-git/digit-bpa | bcf2a4f0dadcee3d636357c51350db96071b40c6 | [
"MIT"
] | null | null | null | Insert into eg_action (id,name,url,queryparams,parentmodule,ordernumber,displayname,enabled,contextroot,version,createdby,createddate,lastmodifiedby,lastmodifieddate,application) values (nextval('SEQ_EG_ACTION'),'BudgetReAppropriationLoadActuals','/budget/budgetReAppropriation-loadActuals.action',null,(select id from eg_module where name='Budgeting'),1,'BudgetReAppropriationLoadActuals',false,'EGF',0,1,current_date,1,current_date,(select id from eg_module where name = 'EGF' and parentmodule is null));
Insert into eg_roleaction values((select id from eg_role where name='Super User'),(select id from eg_action where name='BudgetReAppropriationLoadActuals'));
Insert into eg_action (id,name,url,queryparams,parentmodule,ordernumber,displayname,enabled,contextroot,version,createdby,createddate,lastmodifiedby,lastmodifieddate,application) values (nextval('SEQ_EG_ACTION'),'BudgetReAppropriationCreate','/budget/budgetReAppropriation-create.action',null,(select id from eg_module where name='Budgeting'),1,'BudgetReAppropriationCreate',false,'EGF',0,1,current_date,1,current_date,(select id from eg_module where name = 'EGF' and parentmodule is null));
Insert into eg_roleaction values((select id from eg_role where name='Super User'),(select id from eg_action where name='BudgetReAppropriationCreate'));
Insert into eg_action (id,name,url,queryparams,parentmodule,ordernumber,displayname,enabled,contextroot,version,createdby,createddate,lastmodifiedby,lastmodifieddate,application) values (nextval('SEQ_EG_ACTION'),'BudgetReAppropriationCreateAndForward','/budget/budgetReAppropriation-createAndForward.action',null,(select id from eg_module where name='Budgeting'),1,'BudgetReAppropriationCreateAndForward',false,'EGF',0,1,current_date,1,current_date,(select id from eg_module where name = 'EGF' and parentmodule is null));
Insert into eg_roleaction values((select id from eg_role where name='Super User'),(select id from eg_action where name='BudgetReAppropriationCreateAndForward'));
| 182.363636 | 522 | 0.828514 |
c48f8794a896fcee787733dc9d49b0757622b3cd | 877 | h | C | data/train/cpp/c48f8794a896fcee787733dc9d49b0757622b3cdLoadFile.h | harshp8l/deep-learning-lang-detection | 2a54293181c1c2b1a2b840ddee4d4d80177efb33 | [
"MIT"
] | 84 | 2017-10-25T15:49:21.000Z | 2021-11-28T21:25:54.000Z | data/train/cpp/c48f8794a896fcee787733dc9d49b0757622b3cdLoadFile.h | vassalos/deep-learning-lang-detection | cbb00b3e81bed3a64553f9c6aa6138b2511e544e | [
"MIT"
] | 5 | 2018-03-29T11:50:46.000Z | 2021-04-26T13:33:18.000Z | data/train/cpp/c48f8794a896fcee787733dc9d49b0757622b3cdLoadFile.h | vassalos/deep-learning-lang-detection | cbb00b3e81bed3a64553f9c6aa6138b2511e544e | [
"MIT"
] | 24 | 2017-11-22T08:31:00.000Z | 2022-03-27T01:22:31.000Z |
#ifndef _LOAD_FILE_H_
#define _LOAD_FILE_H_
#include "cocos2d.h"
namespace ModelViewer
{
class LoadFile
{
public:
static LoadFile* getInstance( void);
/**
* Modelディレクトリに存在する3Dモデルファイルをすべて読み込み
*
* @return 読み込み成功 true : 失敗 false
*/
bool loadModelDirectory( void);
/**
* 読み込んだ3Dモデルの情報を取得する
*
* @param 取得したいモデルの番号
* (アルファベット順に読み込まれるので Aに近いほど 0に近い)
* @return 生成済みSprite3Dインスタンスへのポインタ
*/
cocos2d::Sprite3D* getModelData( int searchCount);
/**
* 表示中のモデルのファイル名を取得
*
* @return ファイル名 (拡張子抜き)
*/
std::string getModelName( void);
/**
* 表示中のモデルのアニメーションを再生
*/
void startModelAnime( void);
/**
* 表示中のモデルのアニメーションを停止
*/
void stopModelAnime( void);
private:
LoadFile();
LoadFile( const LoadFile& p) = delete;
LoadFile& operator=( const LoadFile& P) = delete;
~LoadFile();
class Private;
Private *p;
};
}
#endif // _LOAD_FILE_H_ | 14.616667 | 51 | 0.68187 |
9c696c8cc2878d2aa0ff83492679f909fd9b8340 | 819 | js | JavaScript | react-node-mongo-pagination/server/index.js | emobileingenieria/youtube | 1c9e2074ae3fd248b9c22ed6172cc1ba62353605 | [
"MIT"
] | 176 | 2020-04-19T15:17:59.000Z | 2022-03-29T19:06:32.000Z | react-node-mongo-pagination/server/index.js | emobileingenieria/youtube | 1c9e2074ae3fd248b9c22ed6172cc1ba62353605 | [
"MIT"
] | 27 | 2020-08-15T02:46:15.000Z | 2022-03-25T19:05:34.000Z | react-node-mongo-pagination/server/index.js | emobileingenieria/youtube | 1c9e2074ae3fd248b9c22ed6172cc1ba62353605 | [
"MIT"
] | 410 | 2020-01-30T11:03:22.000Z | 2022-03-30T18:35:57.000Z | const express = require("express");
const mongoose = require("mongoose");
const cors = require("cors");
mongoose.connect("mongodb://localhost/pagination", {
useUnifiedTopology: true,
useNewUrlParser: true,
});
const postSchema = new mongoose.Schema({
text: String,
title: String,
});
const Post = mongoose.model("Post", postSchema);
const app = express();
app.use(cors());
app.use(express.json());
app.get("/posts", async (req, res) => {
const PAGE_SIZE = 3;
const page = parseInt(req.query.page || "0");
const total = await Post.countDocuments({});
const posts = await Post.find({})
.limit(PAGE_SIZE)
.skip(PAGE_SIZE * page);
res.json({
totalPages: Math.ceil(total / PAGE_SIZE),
posts,
});
});
const db = mongoose.connection;
db.once("open", () => {
app.listen(4000);
});
| 20.475 | 52 | 0.650794 |
cdc8031bccde3c892260b155822f43de95717440 | 176 | dart | Dart | lib/modules/UserProfile.dart | zhoudl0605/Dejla_mobile | 8642e77196ae1b23a33c7ecad7374f26f7397f01 | [
"Apache-2.0"
] | null | null | null | lib/modules/UserProfile.dart | zhoudl0605/Dejla_mobile | 8642e77196ae1b23a33c7ecad7374f26f7397f01 | [
"Apache-2.0"
] | null | null | null | lib/modules/UserProfile.dart | zhoudl0605/Dejla_mobile | 8642e77196ae1b23a33c7ecad7374f26f7397f01 | [
"Apache-2.0"
] | null | null | null | import 'package:cloud_firestore/cloud_firestore.dart';
class UserProfile {
final Timestamp dateOfBirth;
var favorite;
UserProfile({this.dateOfBirth, this.favorite});
}
| 19.555556 | 54 | 0.778409 |
408c478e0bfdbf6214bb435496bd7853a00266c5 | 1,835 | py | Python | microbenchmarks/script/graph.py | rodsan0/conduit | b24935a9016077b763fe2f22f403cae356e70a41 | [
"MIT"
] | null | null | null | microbenchmarks/script/graph.py | rodsan0/conduit | b24935a9016077b763fe2f22f403cae356e70a41 | [
"MIT"
] | 1 | 2020-10-22T20:41:05.000Z | 2020-10-22T20:41:05.000Z | microbenchmarks/script/graph.py | rodsan0/conduit | b24935a9016077b763fe2f22f403cae356e70a41 | [
"MIT"
] | null | null | null | import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
from keyname import keyname as kn
from slugify import slugify
import subprocess
import sys
from iterpop import iterpop as ip
def facet(df):
return sns.FacetGrid(
df,
col='Overloaded',
row='Mesh',
margin_titles="true",
sharex=False,
)
def draw_plots(measurement, df):
facet(df).map(
sns.barplot,
'Threads',
measurement,
'Implementation',
hue_order=sorted(df['Implementation'].unique()),
palette=sns.color_palette(),
).add_legend()
plt.savefig(
kn.pack({
'measurement' : slugify(measurement),
'time_type' : ip.pophomogeneous(df['time_type']),
'ext' : '.png',
}),
transparent=True,
dpi=300,
)
plt.clf()
for showfliers in True, False:
facet(df).map(
sns.boxplot,
'Threads',
measurement,
'Implementation',
hue_order=sorted(df['Implementation'].unique()),
palette=sns.color_palette(),
showfliers=showfliers,
).add_legend()
plt.savefig(
kn.pack({
'fliers' : showfliers,
'measurement' : slugify(measurement),
'time_type' : ip.pophomogeneous(df['time_type']),
'ext' : '.png',
}),
transparent=True,
dpi=300,
)
plt.clf()
__, filename = sys.argv
nproc = int(subprocess.check_output(['nproc']))
df = pd.read_csv(filename)
for k, v in kn.unpack(filename).items():
df[k] = v
df['Overloaded'] = (df['Threads'] > nproc)
for measurement in [
'Wall Nanoseconds',
'CPU Nanoseconds',
'Latency',
'Lossiness',
]:
draw_plots(measurement, df)
| 21.588235 | 61 | 0.553678 |
ae66b3c3384600c471f73ffd56f2f09b95e44b3e | 260 | swift | Swift | DeviceMovementSimulator/Core/Constants.swift | pklapuch/deviceMovementSimulator | ebe16723e34d694d13ce3afc82ad8245e23b90af | [
"MIT"
] | null | null | null | DeviceMovementSimulator/Core/Constants.swift | pklapuch/deviceMovementSimulator | ebe16723e34d694d13ce3afc82ad8245e23b90af | [
"MIT"
] | null | null | null | DeviceMovementSimulator/Core/Constants.swift | pklapuch/deviceMovementSimulator | ebe16723e34d694d13ce3afc82ad8245e23b90af | [
"MIT"
] | null | null | null | //
// Constants.swift
// DeviceMovementSimulator
//
// Created by Pawel Klapuch on 31/01/2019.
// Copyright © 2019 Pawel Klapuch. All rights reserved.
//
import Foundation
internal let productIdentifier = "com.dms"
internal let productDomain = "com.dms"
| 20 | 56 | 0.730769 |
077820710ea3ac35c185a6e9d8b6500ea48a77bc | 136 | sql | SQL | project_examples/property_substitution_examples/changelog_prameters_examples/xml_changelogs/master_changelog_parameters/sqlFile_changetype_example.sql | DanZDatical/liquibase-toolbox | 6366d03f0e3ac30f94ce0aa004d94b87b0356957 | [
"Apache-2.0"
] | 7 | 2021-12-31T16:08:15.000Z | 2022-02-21T16:52:15.000Z | project_examples/property_substitution_examples/changelog_prameters_examples/xml_changelogs/master_changelog_parameters/sqlFile_changetype_example.sql | DanZDatical/liquibase-toolbox | 6366d03f0e3ac30f94ce0aa004d94b87b0356957 | [
"Apache-2.0"
] | 2 | 2021-12-27T16:35:58.000Z | 2022-01-14T23:08:40.000Z | project_examples/property_substitution_examples/changelog_prameters_examples/xml_changelogs/master_changelog_parameters/sqlFile_changetype_example.sql | DanZDatical/liquibase-toolbox | 6366d03f0e3ac30f94ce0aa004d94b87b0356957 | [
"Apache-2.0"
] | 5 | 2021-10-21T15:45:10.000Z | 2022-03-30T22:21:58.000Z | CREATE TABLE public."${table.name}_sql_example" (
id INTEGER,
${column1.name} ${data.type},
${column2.name} INTEGER
); | 27.2 | 49 | 0.617647 |
688ed8fffc5573c769d345b079c04e8f256056d2 | 133 | asm | Assembly | pro/pro4.1/kernel.asm | wangdehu/os | 094515f4dbfa51375ff4b508c873ab7b6b8ac1f6 | [
"MIT"
] | 3 | 2018-11-14T16:10:48.000Z | 2021-06-10T12:49:38.000Z | pro/pro4.1/kernel.asm | wangdehu/os | 094515f4dbfa51375ff4b508c873ab7b6b8ac1f6 | [
"MIT"
] | null | null | null | pro/pro4.1/kernel.asm | wangdehu/os | 094515f4dbfa51375ff4b508c873ab7b6b8ac1f6 | [
"MIT"
] | null | null | null | [section .text] ; 代码在此
global _start ; 导出 _start
_start:
mov ah, 0Fh
mov al, '!'
mov [gs:((80 * 1 + 39) * 2)], ax ;
jmp $
| 13.3 | 35 | 0.526316 |
ab78bfaf2465a4da4eae201ae1f26cbfa27392f1 | 623 | swift | Swift | Sources/Desolate/Delivery/Extensions/Desolate+Receiver.swift | d-exclaimation/Desolate | 1907ee584b6b787c0de7736a083b333caa21611c | [
"Apache-2.0"
] | 1 | 2021-11-01T22:59:54.000Z | 2021-11-01T22:59:54.000Z | Sources/Desolate/Delivery/Extensions/Desolate+Receiver.swift | d-exclaimation/Desolate | 1907ee584b6b787c0de7736a083b333caa21611c | [
"Apache-2.0"
] | 5 | 2021-11-02T17:39:31.000Z | 2021-12-06T16:20:47.000Z | Sources/Desolate/Delivery/Extensions/Desolate+Receiver.swift | d-exclaimation/Desolate | 1907ee584b6b787c0de7736a083b333caa21611c | [
"Apache-2.0"
] | null | null | null | //
// Desolate+Receiver.swift
// Desolate
//
// Created by d-exclaimation on 1:29 PM.
// Copyright © 2021 d-exclaimation. All rights reserved.
//
import Foundation
extension Desolate {
/// Get the receiver from this Desolate
public var ref: Receiver<ActorType.MessageType> {
DesolateReceiver(of: innerActor)
}
/// Get a receiver from a AbstractDesolate with converter / transforms
public func ref<ReceiverValueType>(_ transform: @escaping (ReceiverValueType) -> ActorType.MessageType) -> Receiver<ReceiverValueType> {
PipeableReceiver(of: innerActor, transform: transform)
}
} | 29.666667 | 140 | 0.712681 |
b45dc56988daae2cc2a5047405a6fb65f0626189 | 448 | asm | Assembly | oeis/346/A346224.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/346/A346224.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/346/A346224.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A346224: a(n) = (n!)^2 * Sum_{k=0..floor(n/2)} 1 / ((n-2*k)! * 4^k * k!).
; Submitted by Jon Maiga
; 1,1,3,15,114,1170,15570,256410,5103000,119773080,3264445800,101784097800,3591396824400,141958074258000,6236035482877200,302218901402418000,16060366291617648000,930654556409161584000,58524794739862410960000,3976525824684785163792000
mov $3,1
lpb $0
mov $2,$3
add $3,$1
mov $1,$0
sub $0,1
mul $3,$1
bin $1,2
mul $1,$2
lpe
mov $0,$3
| 28 | 233 | 0.700893 |
dc431895b5d12a21253b55927c26fccccf9de4c4 | 464 | swift | Swift | DependencyInjectionDemo/DependencyInjectionDemo/Integrations/AppCenterIntegration.swift | nsscreencast/460-dependency-injection-with-resolver | 47a8e36314d8c9396d4686fda371d31ced6add1d | [
"MIT",
"Unlicense"
] | 1 | 2021-03-12T13:29:05.000Z | 2021-03-12T13:29:05.000Z | DependencyInjectionDemo/DependencyInjectionDemo/Integrations/AppCenterIntegration.swift | nsscreencast/460-dependency-injection-with-resolver | 47a8e36314d8c9396d4686fda371d31ced6add1d | [
"MIT",
"Unlicense"
] | null | null | null | DependencyInjectionDemo/DependencyInjectionDemo/Integrations/AppCenterIntegration.swift | nsscreencast/460-dependency-injection-with-resolver | 47a8e36314d8c9396d4686fda371d31ced6add1d | [
"MIT",
"Unlicense"
] | null | null | null | //
// AppCenterIntegration.swift
// DependencyInjectionDemo
//
// Created by Ben Scheirman on 9/10/20.
//
import Foundation
import AppCenter
import AppCenterAnalytics
class AppCenterIntegration: Analytics {
init(appSecret: String) {
MSAppCenter.start(appSecret, withServices: [
MSAnalytics.self
])
}
func track(_ event: Event) {
MSAnalytics.trackEvent(event.name, withProperties: event.properties)
}
}
| 20.173913 | 76 | 0.678879 |
dd731da0c1d88f8f5e879f02faf381bc0d7c1386 | 5,271 | php | PHP | application/index/controller/ExpertInformation.php | Lixin0902/-2019- | bc8ec40f8909e94f4f9e38f6d4714d62645fc3e7 | [
"Apache-2.0"
] | null | null | null | application/index/controller/ExpertInformation.php | Lixin0902/-2019- | bc8ec40f8909e94f4f9e38f6d4714d62645fc3e7 | [
"Apache-2.0"
] | null | null | null | application/index/controller/ExpertInformation.php | Lixin0902/-2019- | bc8ec40f8909e94f4f9e38f6d4714d62645fc3e7 | [
"Apache-2.0"
] | null | null | null | <?php
namespace app\index\controller;
use app\xt\controller\BaseController;
use app\xt\model\Area;
use app\xt\model\BaseCode;
use think\Request;
use app\index\model\ExpertInformation as ExpertInfo;
/**
* 用于实现专家信息相关功能
* @package app\index\controller
* @author 谢灿
* @data 2019年6月17日
*/
class ExpertInformation extends BaseController
{
/**
* 专家列表显示
* @auth 崔同海 2019-6-22
* @param Request $request
* @return \think\Response
* @throws \Exception
*/
public function index(Request $request)
{
$param=$request->except('page,limit');
$limit=intval($request->param('limit'));
$page=intval($request->param('page'));
$start=$limit*($page-1);
try{
$expertInfo=new ExpertInfo();
$list=$expertInfo->listExpert($param,$limit,$start);
$count=$list['count'];
$data=$list['list'];
if (isset($data)){
foreach ($data as $key => $value) {
$result[$key]=expertName($value);
}
}
if (!empty($result)){
return returnPage(200,$count,'查询成功',$result);
}
else
return returnJson(400,'查询失败,未找到相关数据','');
}catch (\Exception $e){
throw $e;
}
}
/**
* 显示创建资源表单页.
*
* @return \think\Response
*/
public function create()
{
//
}
/**
* 新增专家信息
* @auth 崔同海 2019-6-20
* @param \think\Request $request
* @return \think\Response
* @throws \Exception
*/
public function save(Request $request)
{
$data=$request->param();
$data['picture']=pictureUpload();
$user = getLoginedUser();
$data['operate_id']=$user->key_id;
$data['operate_name']=$user->name;
try{
$result=ExpertInfo::create($data);
if ($result){
return returnJson(200,'专家信息添加成功',['key_id'=>$result->key_id]);
}
else
return returnJson(400,'添加失败','');
}catch (\Exception $e){
throw $e;
}
}
/**
* 指定专家信息查询
*
* @param int $id
* @return \think\Response
* @throws \Exception
*/
public function read($id)
{
try{
$expertInfoModel=new ExpertInfo();
$result=$expertInfoModel
->field(['name','fk_code_gender_id','age','fk_code_title_id','fk_code_major_id','fk_area_id','fk_code_profession_id'])
->where('key_id',$id)
->find();
if (isset($result)){
$data=expertName($result);
return returnJson(200,'专家信息查询成功',[$data]);
}
else
return returnJson(400,'查询失败,未找到相关数据','');
}catch (\Exception $e) {
throw $e;
}
}
/**
* 显示编辑资源表单页.
*
* @param int $id
* @return \think\Response
*/
public function edit($id)
{
//
}
/**
* 编辑专家信息(更新)
* @auth 崔同海 2019-6-20
* @param \think\Request $request
* @param int $id
* @return \think\Response
* @throws \Exception
*/
public function update(Request $request, $id)
{
$data = $request->except('id');
$data['key_id']=$id;
$picture=pictureUpload();
if (!empty($picture)){
$data['picture']=$picture;
}
$user = getLoginedUser();
$data['operate_id']=$user->key_id;
$data['operate_name']=$user->name;
try{
if (ExpertInfo::get($id)){
$result = ExpertInfo::update($data, ["key_id" => $id],true);
return returnJson(200,'专家信息更新成功',$data);
}
else
return returnJson(400,'更新失败,相关专家不存在!','');
}catch (\Exception $e){
throw $e;
}
}
/**
* 专家信息删除
* @auth 崔同海 2019-6-22
* @param int $id
* @return \think\Response
* @throws \Exception
*/
public function delete($id)
{
try{
$infoModel = new ExpertInfo();
$infoModel->certificates()->where('fk_expert_info_id', $id)->delete();
$infoModel -> where('key_id', $id)->delete();
}catch (\Exception $e){
throw $e;
}
return returnJson(200,'专家信息及相关资格证书删除成功','');
}
/**
* 专家信息导出
* @auth 崔同海 2019-6-22
* @param int $type 导出形式,0为excel,1为word,2为模板
* @param int $id 当前专家key_id
* @return \think\response
*/
public function export($type,$id=1){
if ($type==0){
excelDown();
return returnJson(200,'导出成功','');
}
if ($type==1){
$domain=Request::instance()->domain();
$root=Request::instance()->root();
$path=$domain.$root;
wordDown($id,$path);
return returnJson(200,'导出成功','');
}
if ($type==2){
blank_template();
return returnJson(200,'导出成功','');
}
}
/**
* 专家信息导入数据库
* @auth 崔同海 2019-8-26
* @return \think\response
*/
public function import(){
excel_import();
}
}
| 25.220096 | 134 | 0.486625 |
e9726e25d51cca812573ae6bdcc94494820c8a93 | 60 | go | Go | pkg/zookeeper/exclusive_lock.go | miiy/go-examples | 85164197f5c5232664c75136c31918efb4c55e48 | [
"MIT"
] | null | null | null | pkg/zookeeper/exclusive_lock.go | miiy/go-examples | 85164197f5c5232664c75136c31918efb4c55e48 | [
"MIT"
] | null | null | null | pkg/zookeeper/exclusive_lock.go | miiy/go-examples | 85164197f5c5232664c75136c31918efb4c55e48 | [
"MIT"
] | null | null | null | package main
func main() {
// create -e /exclusive_lock
} | 12 | 29 | 0.666667 |
e9d35bc6c3353f7984ea404b9c24dededbc2697c | 1,736 | go | Go | vendor/src/app/storage/file.go | JIEHT9U/prometheus-telegram-bot | edab2b6c88ce30579fd8773709781b2454fcd689 | [
"MIT"
] | null | null | null | vendor/src/app/storage/file.go | JIEHT9U/prometheus-telegram-bot | edab2b6c88ce30579fd8773709781b2454fcd689 | [
"MIT"
] | null | null | null | vendor/src/app/storage/file.go | JIEHT9U/prometheus-telegram-bot | edab2b6c88ce30579fd8773709781b2454fcd689 | [
"MIT"
] | null | null | null | package storage
import (
"crypto/rand"
"fmt"
"os"
"sync"
"gopkg.in/yaml.v2"
)
type ConfigFile struct {
AuthBotToken string `yaml:"auth_bot_token"`
ChatID []int64 `yaml:"chat_id"`
}
//FileStorage implements interface Storage
type FileStorage struct {
mutex *sync.Mutex
file *os.File
configFile ConfigFile
}
func (fs FileStorage) AddChatId(chatId int64) error {
return nil
}
func (fs FileStorage) RemoveChatId(chatId int64) error {
return nil
}
func (fs FileStorage) LoadAllChatId() ([]int64, error) {
return nil, nil
}
func (fs FileStorage) GetAuthToken() (string, error) {
return "", nil
}
func New(path string) (FileStorage, error) {
var err error
var fs FileStorage
if fs.file, fs.configFile, err = openFile(path); err == nil {
return fs, nil
}
return fs, err
}
func randToken() string {
b := make([]byte, 10)
rand.Read(b)
return fmt.Sprintf("%x", b)
}
func defaultConfigFile() ConfigFile {
return ConfigFile{
AuthBotToken: randToken(),
}
}
func openFile(path string) (*os.File, ConfigFile, error) {
var cf ConfigFile
_, err := os.Stat(path)
if os.IsNotExist(err) {
file, err := os.Create(path)
if err != nil {
return nil, cf, err
}
dConfig := defaultConfigFile()
if err := yaml.NewEncoder(file).Encode(dConfig); err != nil {
return nil, cf, fmt.Errorf("Error create default yaml config %s", err)
}
return file, dConfig, nil
}
if err != nil {
return nil, cf, fmt.Errorf("Error create file %v [%v]", path, err)
}
file, err := os.Open(path)
if err != nil {
return nil, cf, err
}
if err := yaml.NewDecoder(file).Decode(&cf); err != nil {
return nil, cf, fmt.Errorf("Error decode file: %s [%s]", path, err)
}
return file, cf, nil
}
| 17.896907 | 73 | 0.657258 |
9d411013a7b91fc57955b285db686614eb2a385d | 52,605 | sql | SQL | test/Estructura.sql | rgarciajimgfi2020/ansible-mysql | 9f22214a2b4a475b98d9fcc0f6633b0342fd2692 | [
"RSA-MD"
] | null | null | null | test/Estructura.sql | rgarciajimgfi2020/ansible-mysql | 9f22214a2b4a475b98d9fcc0f6633b0342fd2692 | [
"RSA-MD"
] | null | null | null | test/Estructura.sql | rgarciajimgfi2020/ansible-mysql | 9f22214a2b4a475b98d9fcc0f6633b0342fd2692 | [
"RSA-MD"
] | null | null | null | CREATE TABLE IF NOT EXISTS `acu_absentismo` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idAbsentismo` int(11) NOT NULL,
`idCategoria` int(11) DEFAULT NULL,
`Ejercicio` varchar(4) COLLATE utf8_spanish_ci DEFAULT NULL,
`Enero` decimal(5,2) DEFAULT NULL,
`Febrero` decimal(5,2) DEFAULT NULL,
`Marzo` decimal(5,2) DEFAULT NULL,
`Abril` decimal(5,2) DEFAULT NULL,
`Mayo` decimal(5,2) DEFAULT NULL,
`Junio` decimal(5,2) DEFAULT NULL,
`Julio` decimal(5,2) DEFAULT NULL,
`Agosto` decimal(5,2) DEFAULT NULL,
`Septiembre` decimal(5,2) DEFAULT NULL,
`Octubre` decimal(5,2) DEFAULT NULL,
`Noviembre` decimal(5,2) DEFAULT NULL,
`Diciembre` decimal(5,2) DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`idIncidencia` int(11) DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idAbsentismo`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `acu_centro` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idCentro` int(11) NOT NULL,
`Nombre` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`EntidadAdminis` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`CIFEntidadAdminis` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`TipoEntidadAdminis` varchar(10) COLLATE utf8_spanish_ci DEFAULT NULL,
`EntidadGestora` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`CIFEntidadGestora` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`TipoEntidadGestora` varchar(10) COLLATE utf8_spanish_ci DEFAULT NULL,
`Representante` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`PContacto` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`Cargo` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`PlazasAutorizadas` int(11) DEFAULT NULL,
`PlazasAcreditadas` int(11) DEFAULT NULL,
`PlazasConcertadas` int(11) DEFAULT NULL,
`Domicilio` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`Telefono1` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`Telefono2` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`Telefono3` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`EMail` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`PaginaWeb` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`FaceBook` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`Twitter` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`IP1` varchar(15) COLLATE utf8_spanish_ci DEFAULT NULL,
`IP2` varchar(15) COLLATE utf8_spanish_ci DEFAULT NULL,
`IP3` varchar(15) COLLATE utf8_spanish_ci DEFAULT NULL,
`Comedor` tinyint(1) DEFAULT NULL,
`Estancia` tinyint(1) DEFAULT NULL,
`Terapia` tinyint(1) DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`Latitud` varchar(15) COLLATE utf8_spanish_ci DEFAULT NULL,
`Longitud` varchar(15) COLLATE utf8_spanish_ci DEFAULT NULL,
`Transporte` tinyint(1) DEFAULT NULL,
`PContactoEntidad` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`ProgCentro` blob DEFAULT NULL,
`NotDomicilio` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`NotCPostal` varchar(5) COLLATE utf8_spanish_ci DEFAULT NULL,
`NotPoblacion` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`NotProvincia` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`NotTelefono` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`NotEMail` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`NotLocalidad` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`CaracterAdminis` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`CaracterGestora` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`NumeroCCC` varchar(15) COLLATE utf8_spanish_ci DEFAULT NULL,
`NumeroCCC2` varchar(15) COLLATE utf8_spanish_ci DEFAULT NULL,
`NumeroCCC3` varchar(15) COLLATE utf8_spanish_ci DEFAULT NULL,
`Voluntariado` tinyint(1) DEFAULT 0,
`ServOpcionales` tinyint(1) DEFAULT 0,
PRIMARY KEY (`Cuenta`,`idCentro`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `acu_doccentro` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idDocCentro` int(11) NOT NULL,
`idTipoDocumento` int(11) DEFAULT NULL,
`Descripcion` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`FechaVencimiento` date DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`idCentro` int(11) DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idDocCentro`),
KEY `FK_acu_doccentro_acu_centro` (`Cuenta`,`idCentro`),
CONSTRAINT `FK_acu_doccentro_acu_centro` FOREIGN KEY (`Cuenta`, `idCentro`) REFERENCES `acu_centro` (`Cuenta`, `idCentro`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `acu_docmenor` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idDocMenor` int(11) NOT NULL,
`idMenor` int(11) DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`FechaVencimiento` date DEFAULT NULL,
`idTipoDocumento` int(11) DEFAULT NULL,
`Descripcion` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`Cuenta`,`idDocMenor`),
KEY `FK_acu_docmenor_acu_menores` (`Cuenta`,`idMenor`),
CONSTRAINT `FK_acu_docmenor_acu_menores` FOREIGN KEY (`Cuenta`, `idMenor`) REFERENCES `acu_menores` (`Cuenta`, `idMenor`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `acu_docresidente` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idDocResidente` int(11) NOT NULL,
`Fecha` date DEFAULT NULL,
`idTipoDocumento` int(11) DEFAULT NULL,
`Descripcion` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaVencimiento` date DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`idResidente` int(11) DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idDocResidente`),
KEY `FK_acu_docresidente_acu_docresidente` (`Cuenta`,`idResidente`),
CONSTRAINT `FK_acu_docresidente_acu_docresidente` FOREIGN KEY (`Cuenta`, `idResidente`) REFERENCES `acu_residentes` (`Cuenta`, `idResidente`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `acu_mencontactos` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idContacto` int(11) NOT NULL,
`idMenor` int(11) DEFAULT NULL,
`idTipo` int(11) DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`DesdeHora` time DEFAULT NULL,
`HastaHora` time DEFAULT NULL,
`Observaciones` blob DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`Contactos` blob DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idContacto`),
KEY `FK_acu_mencontactos_acu_menores` (`Cuenta`,`idMenor`),
CONSTRAINT `FK_acu_mencontactos_acu_menores` FOREIGN KEY (`Cuenta`, `idMenor`) REFERENCES `acu_menores` (`Cuenta`, `idMenor`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `acu_menevoltemporal` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idMenor` int(11) DEFAULT NULL,
`DesdeFecha` date DEFAULT NULL,
`Estado` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`idEvolucion` int(11) NOT NULL,
`idMotivoBaja` int(11) DEFAULT NULL,
`Observaciones` blob DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idEvolucion`),
KEY `FK_acu_menevoltemporal_acu_menores` (`Cuenta`,`idMenor`),
CONSTRAINT `FK_acu_menevoltemporal_acu_menores` FOREIGN KEY (`Cuenta`, `idMenor`) REFERENCES `acu_menores` (`Cuenta`, `idMenor`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `acu_menfamiliares` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idFamiliar` int(11) NOT NULL,
`idMenor` int(11) DEFAULT NULL,
`idParentesco` int(11) DEFAULT NULL,
`Nombre` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`Telefono` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`Cuenta`,`idFamiliar`),
KEY `FK_acu_menfamiliares_acu_menores` (`Cuenta`,`idMenor`),
CONSTRAINT `FK_acu_menfamiliares_acu_menores` FOREIGN KEY (`Cuenta`, `idMenor`) REFERENCES `acu_menores` (`Cuenta`, `idMenor`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `acu_menincidencias` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idIncidencia` int(11) NOT NULL,
`idMenor` int(11) DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`idTipoIncidencia` int(11) DEFAULT NULL,
`Incidencia` blob DEFAULT NULL,
`UsurioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`Cuenta`,`idIncidencia`),
KEY `FK_acu_menincidencias_acu_menores` (`Cuenta`,`idMenor`),
CONSTRAINT `FK_acu_menincidencias_acu_menores` FOREIGN KEY (`Cuenta`, `idMenor`) REFERENCES `acu_menores` (`Cuenta`, `idMenor`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `acu_menores` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idMenor` int(11) NOT NULL,
`DNI` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`NUSSA` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaNac` date DEFAULT NULL,
`Sexo` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`EnAlta` tinyint(4) DEFAULT NULL,
`FIngreso` date DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`IPolicial` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`FPCF` date DEFAULT NULL,
`ResultadoPCF` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`Origen` varchar(10) COLLATE utf8_spanish_ci DEFAULT NULL,
`Nombre` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`LugarNacimiento` varchar(60) COLLATE utf8_spanish_ci DEFAULT NULL,
`Direccion` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`CodPostal` varchar(5) COLLATE utf8_spanish_ci DEFAULT NULL,
`Poblacion` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`Provincia` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`Telefono` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`Movil` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idMenor`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `acu_menpcr` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idMenPCR` int(11) NOT NULL,
`idMenor` int(11) DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`Resultado` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idMenPCR`),
KEY `FK_acu_menpcr_acu_menores` (`Cuenta`,`idMenor`),
CONSTRAINT `FK_acu_menpcr_acu_menores` FOREIGN KEY (`Cuenta`, `idMenor`) REFERENCES `acu_menores` (`Cuenta`, `idMenor`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `acu_mensalidas` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idSalida` int(11) NOT NULL,
`idMenor` int(11) DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`DesdeHora` time DEFAULT NULL,
`HastaHora` time DEFAULT NULL,
`NAcompanantes` int(11) DEFAULT NULL,
`Acompanantes` blob DEFAULT NULL,
`Observaciones` blob DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`Cuenta`,`idSalida`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `acu_menseguimiento` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idSeguimiento` int(11) NOT NULL,
`idMenor` int(11) DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`Descripcion` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`Seguimiento` blob DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`Cuenta`,`idSeguimiento`),
KEY `FK_acu_menseguimiento_acu_menores` (`Cuenta`,`idMenor`),
CONSTRAINT `FK_acu_menseguimiento_acu_menores` FOREIGN KEY (`Cuenta`, `idMenor`) REFERENCES `acu_menores` (`Cuenta`, `idMenor`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `acu_menvisitas` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idVisita` int(11) NOT NULL,
`idMenor` int(11) DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`DesdeHora` time DEFAULT NULL,
`HastaHora` time DEFAULT NULL,
`NVisitantes` int(11) DEFAULT NULL,
`Visitantes` blob DEFAULT NULL,
`Observaciones` blob DEFAULT NULL,
`UsurioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`Cuenta`,`idVisita`),
KEY `FK_acu_menvisitas_acu_menores` (`Cuenta`,`idMenor`),
CONSTRAINT `FK_acu_menvisitas_acu_menores` FOREIGN KEY (`Cuenta`, `idMenor`) REFERENCES `acu_menores` (`Cuenta`, `idMenor`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `acu_percontratos` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idPerContrato` int(11) NOT NULL,
`idPersonal` int(11) DEFAULT NULL,
`Desde` date DEFAULT NULL,
`Hasta` date DEFAULT NULL,
`idCategoria` int(11) DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`TipoServicio` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`TipoContrato` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`TipoJornada` varchar(8) COLLATE utf8_spanish_ci DEFAULT NULL,
`NHorasAnuales` decimal(9,2) DEFAULT NULL,
`NHorasConvenio` decimal(9,2) DEFAULT NULL,
`NHorasSema` decimal(9,2) DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idPerContrato`),
KEY `FK_acu_percontratos_acu_personal` (`Cuenta`,`idPersonal`),
CONSTRAINT `FK_acu_percontratos_acu_personal` FOREIGN KEY (`Cuenta`, `idPersonal`) REFERENCES `acu_personal` (`Cuenta`, `idPersonal`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `acu_perpcr` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idPerPCR` int(11) NOT NULL,
`idPersonal` int(11) DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`Resultado` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idPerPCR`),
KEY `FK_acu_perpcr_acu_personal` (`Cuenta`,`idPersonal`),
CONSTRAINT `FK_acu_perpcr_acu_personal` FOREIGN KEY (`Cuenta`, `idPersonal`) REFERENCES `acu_personal` (`Cuenta`, `idPersonal`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `acu_personal` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idPersonal` int(11) NOT NULL,
`NIF` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`Nombre` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`Direccion` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`CodPostal` varchar(5) COLLATE utf8_spanish_ci DEFAULT NULL,
`Poblacion` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`Provincia` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`EMail` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`Telefono` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`Movil` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`Apellido1` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`Apellido2` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`FBaja` date DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`FPCR` date DEFAULT NULL,
`ResultadoPCR` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaNac` date DEFAULT NULL,
`Sexo` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`idTipoPersonal` int(11) DEFAULT 1,
`FAlta` date DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idPersonal`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `acu_resantecedentes` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idResAntecedente` int(11) NOT NULL,
`idResidente` int(11) DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`idTipoAntecedente` int(11) DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`Observaciones` blob DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idResAntecedente`),
KEY `FK_acu_resantecedentes_acu_residentes` (`Cuenta`,`idResidente`),
CONSTRAINT `FK_acu_resantecedentes_acu_residentes` FOREIGN KEY (`Cuenta`, `idResidente`) REFERENCES `acu_residentes` (`Cuenta`, `idResidente`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `acu_rescontactos` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idContacto` int(11) NOT NULL,
`idResidente` int(11) DEFAULT NULL,
`idTipo` int(11) DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`DesdeHora` time DEFAULT NULL,
`HastaHora` time DEFAULT NULL,
`Observaciones` blob DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`Contactos` blob DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idContacto`),
KEY `FK_acu_rescontactos_acu_residentes` (`Cuenta`,`idResidente`),
CONSTRAINT `FK_acu_rescontactos_acu_residentes` FOREIGN KEY (`Cuenta`, `idResidente`) REFERENCES `acu_residentes` (`Cuenta`, `idResidente`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `acu_resevoltemporal` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idEvolucion` int(11) NOT NULL,
`idResidente` int(11) DEFAULT NULL,
`DesdeFecha` date DEFAULT NULL,
`Estado` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`idEstancia` int(11) DEFAULT NULL,
`idCaracterPlaza` int(11) DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`Observaciones` blob DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idEvolucion`),
KEY `FK_acu_resevoltemporal_acu_residentes` (`Cuenta`,`idResidente`),
CONSTRAINT `FK_acu_resevoltemporal_acu_residentes` FOREIGN KEY (`Cuenta`, `idResidente`) REFERENCES `acu_residentes` (`Cuenta`, `idResidente`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `acu_residentes` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idResidente` int(11) NOT NULL,
`Nombre` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`Apellido1` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`Apellido2` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`NIF` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`NUHSA` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaNac` date DEFAULT NULL,
`Sexo` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`EstadoCivil` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`Tabaco` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`Alcohol` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`OtrosHabitos` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`DescripcionOtros` varchar(60) COLLATE utf8_spanish_ci DEFAULT NULL,
`FIngreso` date DEFAULT NULL,
`Beneficiario` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`FNombre` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`FApellido1` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`FApellido2` varchar(40) COLLATE utf8_spanish_ci NOT NULL,
`FTelefono` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`FMovil` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`FEMail` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`EnAlta` tinyint(4) DEFAULT NULL,
`Polimedicado` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`idAlimentacion` int(11) DEFAULT NULL,
`ObserAlimentacion` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`idIncontinencia` int(11) DEFAULT NULL,
`ObserIncontinencia` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`idDemencia` int(11) DEFAULT NULL,
`idTipoGDS` int(11) DEFAULT NULL,
`idTipologia` int(11) DEFAULT NULL,
`idEstancia` int(11) DEFAULT NULL,
`idCaracterPlaza` int(11) DEFAULT NULL,
`Peso` decimal(5,2) DEFAULT NULL,
`Talla` decimal(5,2) DEFAULT NULL,
`IMC` decimal(5,2) DEFAULT NULL,
`idParentesco` int(11) DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`FPCR` date DEFAULT NULL,
`ResultadoPCR` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`Lunes` tinyint(1) DEFAULT 0,
`Martes` tinyint(1) DEFAULT 0,
`Miercoles` tinyint(1) DEFAULT 0,
`Jueves` tinyint(1) DEFAULT 0,
`Viernes` tinyint(1) DEFAULT 0,
`Sabado` tinyint(1) DEFAULT 0,
`Domingo` tinyint(1) DEFAULT 0,
`idTipoDisca` int(11) DEFAULT NULL,
`SubTipoDisca` varchar(60) CHARACTER SET utf8 COLLATE utf8_danish_ci DEFAULT NULL,
`GradoDisca` decimal(5,2) DEFAULT NULL,
`Antecedentes` blob DEFAULT NULL,
`ResIncapacitacion` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idResidente`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `acu_respcr` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idResPCR` int(11) NOT NULL,
`idResidente` int(11) DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`Resultado` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idResPCR`),
KEY `FK_acu_respcr_acu_residentes` (`Cuenta`,`idResidente`),
CONSTRAINT `FK_acu_respcr_acu_residentes` FOREIGN KEY (`Cuenta`, `idResidente`) REFERENCES `acu_residentes` (`Cuenta`, `idResidente`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `acu_ressalidas` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idSalida` int(11) NOT NULL,
`idResidente` int(11) DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`DesdeHora` time DEFAULT NULL,
`HastaHora` time DEFAULT NULL,
`NAcompanantes` int(11) DEFAULT NULL,
`Acompanantes` blob DEFAULT NULL,
`Observaciones` blob DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`Cuenta`,`idSalida`),
KEY `FK_acu_ressalidas_acu_residentes` (`Cuenta`,`idResidente`),
CONSTRAINT `FK_acu_ressalidas_acu_residentes` FOREIGN KEY (`Cuenta`, `idResidente`) REFERENCES `acu_residentes` (`Cuenta`, `idResidente`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `acu_resvaloraciones` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idResValoracion` int(11) NOT NULL,
`idResidente` int(11) DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`FechaVencimiento` date DEFAULT NULL,
`idTipoValoracion` int(11) DEFAULT NULL,
`Resultado` varchar(300) COLLATE utf8_spanish_ci DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`Observaciones` blob DEFAULT NULL,
PRIMARY KEY (`Cuenta`,`idResValoracion`),
KEY `FK_acu_resvaloraciones_acu_residentes` (`Cuenta`,`idResidente`),
CONSTRAINT `FK_acu_resvaloraciones_acu_residentes` FOREIGN KEY (`Cuenta`, `idResidente`) REFERENCES `acu_residentes` (`Cuenta`, `idResidente`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `acu_resvisitas` (
`Cuenta` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`idVisita` int(11) NOT NULL,
`idResidente` int(11) DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`DesdeHora` time DEFAULT NULL,
`HastaHora` time DEFAULT NULL,
`NVisitantes` int(11) DEFAULT NULL,
`Visitantes` blob DEFAULT NULL,
`Observaciones` blob DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`Cuenta`,`idVisita`),
KEY `FK_acu_resvisitas_acu_residentes` (`Cuenta`,`idResidente`),
CONSTRAINT `FK_acu_resvisitas_acu_residentes` FOREIGN KEY (`Cuenta`, `idResidente`) REFERENCES `acu_residentes` (`Cuenta`, `idResidente`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `areaservicios` (
`idAreaServicio` int(11) NOT NULL AUTO_INCREMENT,
`CodProvincia` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`CodArea` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`Descripcion` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idAreaServicio`)
) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `aux_categorias` (
`idCategoria` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idCategoria`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `aux_gencaracterplaza` (
`idCaracterPlaza` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(50) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idCaracterPlaza`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci COMMENT='Tabla de definicion de caracter de las plazas';
CREATE TABLE IF NOT EXISTS `aux_genestado` (
`idEstado` int(11) NOT NULL AUTO_INCREMENT,
`Estado` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
`Descripcion` varchar(60) COLLATE utf8_spanish_ci DEFAULT NULL,
`Origen` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idEstado`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `aux_genparentescos` (
`idParentesco` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(30) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idParentesco`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=COMPACT;
CREATE TABLE IF NOT EXISTS `aux_gentipoestancia` (
`idEstancia` int(11) NOT NULL AUTO_INCREMENT,
`Tipo` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL COMMENT 'Nombre de la Estancia',
`Estancia` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL COMMENT 'Horario de estancia',
PRIMARY KEY (`idEstancia`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci COMMENT='Definicion de tipos de estancia con horarios';
CREATE TABLE IF NOT EXISTS `aux_gentipologia` (
`idTipologia` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(60) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idTipologia`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `aux_motivobaja` (
`idMotivo` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idMotivo`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `aux_programacentro` (
`idPrograma` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idPrograma`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `aux_tipoalimentacion` (
`idTipoAlimentacion` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(60) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idTipoAlimentacion`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `aux_tipoantecedentes` (
`idTipoAntecedente` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idTipoAntecedente`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=COMPACT;
CREATE TABLE IF NOT EXISTS `aux_tipocontratos` (
`idTipoContrato` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(60) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idTipoContrato`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `aux_tipodemencia` (
`idTipoDemencia` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idTipoDemencia`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `aux_tipodiscapacidad` (
`idTipoDiscapacidad` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(60) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idTipoDiscapacidad`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `aux_tipodocumentos` (
`idTipoDocumento` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(160) COLLATE utf8_spanish_ci DEFAULT NULL,
`Origen` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idTipoDocumento`)
) ENGINE=InnoDB AUTO_INCREMENT=133 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=COMPACT;
CREATE TABLE IF NOT EXISTS `aux_tipogds` (
`idTipoGDS` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idTipoGDS`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `aux_tipoincidencias` (
`idTipoIncidencia` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idTipoIncidencia`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `aux_tipoincontinencia` (
`idTipoIncontinencia` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(60) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idTipoIncontinencia`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `aux_tipopersonal` (
`idTipoPersonal` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(30) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idTipoPersonal`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `aux_tipovaloraciones` (
`idTipoValoracion` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idTipoValoracion`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=COMPACT;
CREATE TABLE IF NOT EXISTS `configuracion` (
`Codigo` int(11) NOT NULL,
`VersionBD` varchar(3) COLLATE utf8_spanish_ci DEFAULT NULL,
`Img_LogoCentro` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`Host` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`SMTPAuth` tinyint(1) DEFAULT NULL,
`Username` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`Password` varchar(50) COLLATE utf8_spanish_ci DEFAULT NULL,
`SMTPSecure` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`Port` int(11) DEFAULT NULL,
`EMailFrom` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`PathUrl` varchar(200) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`Codigo`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `correos` (
`idCorreo` int(11) NOT NULL AUTO_INCREMENT,
`idTablaCentro` int(11) DEFAULT NULL,
`Destinatario` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaEnvio` date DEFAULT NULL,
`Asunto` varchar(200) COLLATE utf8_spanish_ci DEFAULT NULL,
`Html_Texto` blob DEFAULT NULL,
`Adjunto` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`idCorreo`)
) ENGINE=InnoDB AUTO_INCREMENT=2256 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `cuentacentros` (
`idCuenta` int(11) NOT NULL AUTO_INCREMENT,
`Cuenta` varchar(60) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idCuenta`)
) ENGINE=InnoDB AUTO_INCREMENT=2221 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `estructuraterritorial` (
`idEstructuraTerritorial` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idEstructuraTerritorial`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `historico_usuarios` (
`idRevision` int(11) NOT NULL AUTO_INCREMENT,
`Accion` varchar(8) COLLATE utf8_spanish_ci DEFAULT NULL,
`Usuario` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`Clave` varbinary(32) DEFAULT NULL,
`NombreCompleto` varchar(60) COLLATE utf8_spanish_ci DEFAULT NULL,
`Correo` varchar(60) COLLATE utf8_spanish_ci DEFAULT NULL,
`Activa` tinyint(1) DEFAULT NULL,
`Reseteada` tinyint(1) DEFAULT NULL,
`Administrador` tinyint(1) DEFAULT NULL,
`Grupo` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`Observaciones` blob DEFAULT NULL,
`IdiomaInterface` varchar(2) COLLATE utf8_spanish_ci DEFAULT NULL,
`IdiomaImpresion` varchar(2) COLLATE utf8_spanish_ci DEFAULT NULL,
`EsGrupo` tinyint(1) DEFAULT NULL,
`Img_Usuario` varchar(300) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`AccesosFallidos` int(11) DEFAULT NULL,
`FClave` date DEFAULT NULL,
`Aplicacion` varchar(2) COLLATE utf8_spanish_ci DEFAULT NULL,
`Seguridad` varchar(1) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idRevision`)
) ENGINE=InnoDB AUTO_INCREMENT=396 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `municipios` (
`CodMunicipio` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci NOT NULL,
`Descripcion` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`CodProvincia` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
PRIMARY KEY (`CodMunicipio`),
KEY `FK_municipios_provincias` (`CodProvincia`),
CONSTRAINT `FK_municipios_provincias` FOREIGN KEY (`CodProvincia`) REFERENCES `provincias` (`CodProvincia`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `nivelesproximidad` (
`idNivelProximidad` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idNivelProximidad`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `notificaciones` (
`idNotificacion` int(11) NOT NULL AUTO_INCREMENT,
`Origen` varchar(10) COLLATE utf8_spanish_ci DEFAULT NULL,
`Cuenta` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`Asunto` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`Texto` blob DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`Leida` tinyint(4) DEFAULT 0,
`CodAplicacion` varchar(2) COLLATE utf8_spanish_ci DEFAULT NULL COMMENT 'Inicialmente son 15->Mayores, 16->Discapacidad, 17->Menores, 18->Servicios Sociales',
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`idNotificacion`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `permisos` (
`IDPermiso` int(11) NOT NULL AUTO_INCREMENT,
`CodUsuario` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`CodOpcion` varchar(5) COLLATE utf8_spanish_ci NOT NULL,
`Descripcion` varchar(80) COLLATE utf8_spanish_ci NOT NULL,
`Seleccion` tinyint(1) NOT NULL DEFAULT 1,
`Ver` tinyint(1) NOT NULL DEFAULT 1,
`Editor` tinyint(1) NOT NULL DEFAULT 1,
`Borrar` tinyint(1) NOT NULL DEFAULT 1,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
PRIMARY KEY (`IDPermiso`)
) ENGINE=InnoDB AUTO_INCREMENT=128 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `permisosdef` (
`idPermisosdef` int(11) NOT NULL AUTO_INCREMENT,
`CodOpcion` varchar(5) COLLATE utf8_spanish_ci DEFAULT NULL,
`Descripcion` varchar(80) COLLATE utf8_spanish_ci DEFAULT NULL,
`Seleccion` tinyint(1) DEFAULT NULL,
`Ver` tinyint(1) DEFAULT NULL,
`Editor` tinyint(1) DEFAULT NULL,
`Borrar` tinyint(1) DEFAULT NULL,
`Aplicacion` varchar(2) COLLATE utf8_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idPermisosdef`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `provincias` (
`CodProvincia` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci NOT NULL,
`Descripcion` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
PRIMARY KEY (`CodProvincia`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `san_documentos` (
`idDocumento` int(11) NOT NULL AUTO_INCREMENT,
`idRegistro` int(11) DEFAULT NULL,
`Descripcion` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`Doc_Documento` varchar(200) COLLATE utf8_spanish_ci DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`idDocumento`),
KEY `FK_san_documentos_san_registro` (`idRegistro`),
CONSTRAINT `FK_san_documentos_san_registro` FOREIGN KEY (`idRegistro`) REFERENCES `san_registro` (`idRegistro`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=344 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `san_lsanciones` (
`idLSancion` int(11) NOT NULL AUTO_INCREMENT,
`idRegistro` int(11) DEFAULT NULL,
`Cantidad` int(11) DEFAULT NULL,
`idTipoInfraccion` int(11) DEFAULT NULL,
`Articulos` blob DEFAULT NULL,
`Fase` int(11) DEFAULT NULL,
`UsuarioAnota` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`idLSancion`),
KEY `FK_san_lsanciones_san_registro` (`idRegistro`),
CONSTRAINT `FK_san_lsanciones_san_registro` FOREIGN KEY (`idRegistro`) REFERENCES `san_registro` (`idRegistro`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=169 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `san_registro` (
`idRegistro` int(11) NOT NULL AUTO_INCREMENT,
`Fecha` date DEFAULT NULL,
`idCentro` int(11) DEFAULT NULL,
`Motivo` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`idTipoSancion` int(11) DEFAULT NULL,
`Articulos` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`FVisita` date DEFAULT NULL,
`FInforme` date DEFAULT NULL,
`UsuarioFase1` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`EstadoFase1` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT 'A',
`FAcuerdo` date DEFAULT NULL,
`FPropuesta` date DEFAULT NULL,
`UsuarioFase2` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`EstadoFase2` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT 'A',
`FResolucion` date DEFAULT NULL,
`Sancion` decimal(9,2) DEFAULT NULL,
`FGrabacion` date DEFAULT NULL,
`UsuarioFase3` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`EstadoFase3` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT 'A',
`FRecurso` date DEFAULT NULL,
`FFirmeza` date DEFAULT NULL,
`Entidad` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`NRegEntidad` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`FContencioso` date DEFAULT NULL,
`FRecaudacion` date DEFAULT NULL,
`UsuarioFase4` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`EstadoFase4` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT 'A',
`UsuarioAnota` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`TipoRecurso` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`EntidadAdminis` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`CIFEntidadAdminis` varchar(14) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`EntidadGestora` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`CIFEntidadGestora` varchar(14) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`Inspector1` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`Inspector2` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`Instructor1` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`Instructor2` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`CIFEntidad` varchar(14) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`AC_Alegaciones` varchar(2) COLLATE utf8_spanish_ci DEFAULT NULL,
`AC_FAlegaciones` date DEFAULT NULL,
`PeriodoSancion` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`Doc_Expediente` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`idTipoSancion2` int(11) DEFAULT NULL,
`FFinSuspension` date DEFAULT NULL,
`AC_Envio` varchar(2) COLLATE utf8_spanish_ci DEFAULT NULL,
`AC_PagoBonificado` varchar(2) COLLATE utf8_spanish_ci DEFAULT NULL,
`AC_FRecaudacion` date DEFAULT NULL,
`AC_Sancion` decimal(9,2) DEFAULT NULL,
`PR_Envio` varchar(2) COLLATE utf8_spanish_ci DEFAULT NULL,
`PR_Alegaciones` varchar(2) COLLATE utf8_spanish_ci DEFAULT NULL,
`PR_FAlegaciones` date DEFAULT NULL,
`PR_PagoBonificado` varchar(2) COLLATE utf8_spanish_ci DEFAULT NULL,
`PR_FRecaudacion` date DEFAULT NULL,
`PR_Sancion` decimal(9,2) DEFAULT NULL,
`Conclusion` varchar(1) COLLATE utf8_spanish_ci DEFAULT 'A',
`NombreCentro` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`CodProvincia` varchar(2) COLLATE utf8_spanish_ci DEFAULT NULL,
`CodMunicipio` varchar(5) COLLATE utf8_spanish_ci DEFAULT NULL,
`idSector` int(11) DEFAULT NULL,
PRIMARY KEY (`idRegistro`)
) ENGINE=InnoDB AUTO_INCREMENT=101 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `san_tipoinfracciones` (
`idTipoInfraccion` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(60) COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`idTipoInfraccion`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_spanish_ci;
CREATE TABLE IF NOT EXISTS `san_tiposancion` (
`idTipoSancion` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(100) COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`UsuarioAnota` varchar(20) COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`Tipo` varchar(1) COLLATE utf8mb4_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idTipoSancion`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `sectores` (
`idSector` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`Referencia` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idSector`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `subtipologias` (
`idSubTipologia` int(11) NOT NULL AUTO_INCREMENT,
`idTipologia` int(11) DEFAULT NULL,
`Descripcion` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`Referencia` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idSubTipologia`),
KEY `FK_subtipologias_tipologias` (`idTipologia`),
CONSTRAINT `FK_subtipologias_tipologias` FOREIGN KEY (`idTipologia`) REFERENCES `tipologias` (`idTipologia`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `tablacentros` (
`idTablaCentro` int(11) NOT NULL AUTO_INCREMENT,
`NombreCorto` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`Cuenta` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`Servidor` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`BaseDatos` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`Usuario` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`Clave` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`CodAplicacion` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`UsuarioAnota` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`NRegistro` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`CodProvincia` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`CodMunicipio` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`CodPostal` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`idZonaBasica` int(11) DEFAULT NULL,
`idSector` int(11) DEFAULT NULL,
`idTipologia` int(11) DEFAULT NULL,
`idSubTipologia` int(11) DEFAULT NULL,
`idNivelProximidad` int(11) DEFAULT NULL,
`idEstructuraTerritorial` int(11) DEFAULT NULL,
`idAreaServicio` int(11) DEFAULT NULL,
`FActuDatos` date DEFAULT NULL,
`EMailCentro` varchar(60) COLLATE utf8_spanish_ci DEFAULT NULL,
`ClaveAdmin` varchar(32) COLLATE utf8_spanish_ci DEFAULT NULL,
`Localidad` varchar(40) COLLATE utf8_spanish_ci DEFAULT NULL,
`PlazasAutorizadas` int(11) DEFAULT NULL,
`PlazasAcreditadas` int(11) DEFAULT NULL,
`PlazasConcertadas` int(11) DEFAULT NULL,
`Direccion` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`EntidadAdminis` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL,
`Telefono1` varchar(14) COLLATE utf8_spanish_ci DEFAULT NULL,
`EMail` varchar(150) COLLATE utf8_spanish_ci DEFAULT NULL,
`Observaciones` blob DEFAULT NULL,
`PlazasAutorizadas1` int(11) DEFAULT NULL,
`PlazasAutorizadas2` int(11) DEFAULT NULL,
`PlazasAutorizadas3` int(11) DEFAULT NULL,
`PlazasAutorizadas4` int(11) DEFAULT NULL,
`PlazasAcreditadas1` int(11) DEFAULT NULL,
`PlazasAcreditadas2` int(11) DEFAULT NULL,
`PlazasAcreditadas3` int(11) DEFAULT NULL,
`PlazasAcreditadas4` int(11) DEFAULT NULL,
`PlazasConcertadas1` int(11) DEFAULT NULL,
`PlazasConcertadas2` int(11) DEFAULT NULL,
`PlazasConcertadas3` int(11) DEFAULT NULL,
`PlazasConcertadas4` int(11) DEFAULT NULL,
PRIMARY KEY (`idTablaCentro`),
KEY `Cuenta` (`Cuenta`)
) ENGINE=InnoDB AUTO_INCREMENT=2415 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `tipologias` (
`idTipologia` int(11) NOT NULL AUTO_INCREMENT,
`idSector` int(11) DEFAULT NULL,
`Descripcion` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`Referencia` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idTipologia`),
KEY `FK_tipologias_sectores` (`idSector`),
CONSTRAINT `FK_tipologias_sectores` FOREIGN KEY (`idSector`) REFERENCES `sectores` (`idSector`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `usuarios` (
`Usuario` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`Clave` varchar(32) COLLATE utf8_spanish_ci NOT NULL,
`NombreCompleto` varchar(60) COLLATE utf8_spanish_ci NOT NULL,
`Correo` varchar(60) COLLATE utf8_spanish_ci NOT NULL DEFAULT '0',
`Activa` tinyint(1) NOT NULL DEFAULT 0,
`Reseteada` tinyint(1) NOT NULL DEFAULT 0,
`Administrador` tinyint(1) NOT NULL DEFAULT 0,
`Grupo` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`Observaciones` blob DEFAULT NULL,
`IdiomaInterface` varchar(2) COLLATE utf8_spanish_ci NOT NULL,
`IdiomaImpresion` varchar(2) COLLATE utf8_spanish_ci NOT NULL,
`EsGrupo` tinyint(1) NOT NULL DEFAULT 0,
`Img_Usuario` varchar(300) COLLATE utf8_spanish_ci DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`UsuarioAnota` varchar(20) COLLATE utf8_spanish_ci NOT NULL,
`AccesosFallidos` int(11) DEFAULT NULL,
`FClave` date DEFAULT NULL,
`Aplicacion` varchar(2) COLLATE utf8_spanish_ci DEFAULT NULL,
`Seguridad` varchar(1) COLLATE utf8_spanish_ci DEFAULT 'N',
PRIMARY KEY (`Usuario`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci ROW_FORMAT=DYNAMIC;
CREATE TABLE IF NOT EXISTS `validaciones` (
`idValidacion` int(11) NOT NULL AUTO_INCREMENT,
`Cuenta` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`Fecha` date DEFAULT NULL,
`FechaReg` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`idValidacion`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
CREATE TABLE IF NOT EXISTS `zonasbasicas` (
`idZonaBasica` int(11) NOT NULL AUTO_INCREMENT,
`idAreaServicio` int(11) DEFAULT NULL,
`CodZona` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
`Descripcion` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_spanish_ci DEFAULT NULL,
PRIMARY KEY (`idZonaBasica`),
KEY `FK_zonasbasicas_areaservicios` (`idAreaServicio`),
CONSTRAINT `FK_zonasbasicas_areaservicios` FOREIGN KEY (`idAreaServicio`) REFERENCES `areaservicios` (`idAreaServicio`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=253 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
| 54.512953 | 180 | 0.781009 |
70d7e8bd078d8c07fa7dea52680fe830ac909240 | 1,438 | h | C | Engine/Graphics/Shader.h | Antd23rus/S2DE_DirectX11 | 4f729278e6c795f7d606afc70a292c6501b0cafd | [
"MIT"
] | null | null | null | Engine/Graphics/Shader.h | Antd23rus/S2DE_DirectX11 | 4f729278e6c795f7d606afc70a292c6501b0cafd | [
"MIT"
] | null | null | null | Engine/Graphics/Shader.h | Antd23rus/S2DE_DirectX11 | 4f729278e6c795f7d606afc70a292c6501b0cafd | [
"MIT"
] | 1 | 2021-09-06T08:30:20.000Z | 2021-09-06T08:30:20.000Z | #pragma once
#include "Base/Main/Common.h"
#include "Graphics/Renderer.h"
#include "Graphics/Buffers.h"
#include "IO/IO_File.h"
#include "IO/IO_Disposible.h"
namespace S2DE::Render
{
class S2DE_API Shader : public IO::IO_File, public IO::IO_Disposible
{
public:
Shader();
~Shader();
//Set shader files path
bool SetPaths(std::string vs, std::string ps);
//Compile shaders
bool Compile();
//Bind shader
void Bind();
//Unbind shader
void Unbind();
//Release all resource
virtual void Cleanup() final;
inline ID3D11VertexShader* GetVertexShader() const { return m_vertexShader; }
inline ID3D11PixelShader* GetPixelShader() const { return m_pixelShader; }
inline ID3D11InputLayout* GetLayout() const { return m_layout; }
private:
ID3D11VertexShader* m_vertexShader;
ID3D11PixelShader* m_pixelShader;
ID3D11InputLayout* m_layout;
std::string m_path_vs;
std::string m_path_ps;
public:
struct S2DE_API ShaderMainConstantBuffer
{
float Delta;
float Time;
Math::XFloat2 Resoultion;
//Game object
Math::XMatrix world;
//Camera stuff
Math::XMatrix view;
Math::XMatrix projection;
};
void UpdateMainConstBuffer(Math::XMatrix world);
inline ConstantBuffer<ShaderMainConstantBuffer>*
GetConstBuffer() const { return m_const_buffer; }
private:
ConstantBuffer<ShaderMainConstantBuffer>* m_const_buffer;
};
} | 23.57377 | 80 | 0.705841 |
f8ac8742504f3cf850ed44172185194eb1d5c0fb | 350 | sql | SQL | changes.sql | perilsensitive/cmdb-ui | 7fc91a60126105973ca914e0b987480034fd7d45 | [
"Apache-2.0"
] | 1 | 2015-05-02T16:36:13.000Z | 2015-05-02T16:36:13.000Z | changes.sql | perilsensitive/cmdb-ui | 7fc91a60126105973ca914e0b987480034fd7d45 | [
"Apache-2.0"
] | null | null | null | changes.sql | perilsensitive/cmdb-ui | 7fc91a60126105973ca914e0b987480034fd7d45 | [
"Apache-2.0"
] | 1 | 2021-06-24T11:17:08.000Z | 2021-06-24T11:17:08.000Z |
2012.01.16 IF - change environment to environment_name
alter table service_instance change environment environment_name varchar(100);
2012.12.27 IF - add unique constraint to prevent duplicate service records in an environment. it causes problems
alter table service_instance add unique index(name,environment_name);
TODO-UPDATE PUPPET SQL Schema | 43.75 | 112 | 0.831429 |
6b4b5cfbfd55deb3ab97d0f9f5b49b128bb323a2 | 1,415 | swift | Swift | IKS-0.0.0/IKS-0.0.0/CLLabel.swift | ChristophLabacher/HfGuide-Prototype | 2924dc76e251eb992c60a39f5e01a5e744d11eeb | [
"MIT"
] | null | null | null | IKS-0.0.0/IKS-0.0.0/CLLabel.swift | ChristophLabacher/HfGuide-Prototype | 2924dc76e251eb992c60a39f5e01a5e744d11eeb | [
"MIT"
] | null | null | null | IKS-0.0.0/IKS-0.0.0/CLLabel.swift | ChristophLabacher/HfGuide-Prototype | 2924dc76e251eb992c60a39f5e01a5e744d11eeb | [
"MIT"
] | null | null | null | //
// CLLabel.swift
// IKS-0.0.0
//
// Created by Christoph Labacher on 15.06.15.
// Copyright (c) 2015 Made with ♥ in Schwäbisch Gmünd. All rights reserved.
//
import UIKit
class CLLabel: UILabel {
override init(frame: CGRect) {
super.init(frame: frame)
self.textColor = UIColor.whiteColor()
self.font = UIFont(name: "SourceSansPro-SemiBold", size: 12)
}
required init(coder aDecoder: NSCoder) {
super.init(coder: aDecoder)
}
func setLabelTextWithKerning(string: NSString) {
let labelText = string.uppercaseString
let labelAttributedText : NSMutableAttributedString = NSMutableAttributedString(string: labelText)
labelAttributedText.addAttribute(NSKernAttributeName, value: CGFloat(0.6), range: NSRange(location: 0, length: count(labelText)))
self.attributedText = labelAttributedText
}
func setLabelTextWithLineHeight(string: NSString) {
let labelText : String = string as String
let labelAttributedText : NSMutableAttributedString = NSMutableAttributedString(string: labelText)
var paragraphStyle = NSMutableParagraphStyle()
//paragraphStyle.lineSpacing = -10.0
paragraphStyle.lineHeightMultiple = 0.8
paragraphStyle.alignment = NSTextAlignment.Center
labelAttributedText.addAttribute(NSParagraphStyleAttributeName, value: paragraphStyle, range: NSRange(location: 0, length: count(labelText)))
self.attributedText = labelAttributedText
}
}
| 30.106383 | 143 | 0.761837 |
79327cb77fa685a8065c2862f3e2726fdb8c344b | 11,863 | sql | SQL | uploads/Productividad y Calidad/2017/BD-20170513.sql | juancoan/MEP | ba7fb8d55d5c60067502be353d98b7d3606298d6 | [
"MIT"
] | null | null | null | uploads/Productividad y Calidad/2017/BD-20170513.sql | juancoan/MEP | ba7fb8d55d5c60067502be353d98b7d3606298d6 | [
"MIT"
] | null | null | null | uploads/Productividad y Calidad/2017/BD-20170513.sql | juancoan/MEP | ba7fb8d55d5c60067502be353d98b7d3606298d6 | [
"MIT"
] | null | null | null | -- MySQL dump 10.13 Distrib 5.7.14, for Win64 (x86_64)
--
-- Host: localhost Database: administrador
-- ------------------------------------------------------
-- Server version 5.7.14
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `activos`
--
DROP TABLE IF EXISTS `activos`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `activos` (
`id_activo` int(11) NOT NULL AUTO_INCREMENT,
`nombre` varchar(255) NOT NULL,
`descripcion` varchar(255) NOT NULL,
PRIMARY KEY (`id_activo`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `activos`
--
LOCK TABLES `activos` WRITE;
/*!40000 ALTER TABLE `activos` DISABLE KEYS */;
/*!40000 ALTER TABLE `activos` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `activos_solicitudes`
--
DROP TABLE IF EXISTS `activos_solicitudes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `activos_solicitudes` (
`id_solicitud` int(11) NOT NULL AUTO_INCREMENT,
`id_activo` int(11) NOT NULL,
`id_usuario` int(11) NOT NULL,
`id_estado` int(11) NOT NULL,
`entrada` timestamp NOT NULL,
`salida` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id_solicitud`),
KEY `id_activo` (`id_activo`),
KEY `id_usuario` (`id_usuario`),
KEY `id_estado` (`id_estado`),
CONSTRAINT `activos_solicitudes_ibfk_1` FOREIGN KEY (`id_activo`) REFERENCES `activos` (`id_activo`),
CONSTRAINT `activos_solicitudes_ibfk_2` FOREIGN KEY (`id_usuario`) REFERENCES `usuarios` (`id_usuario`),
CONSTRAINT `activos_solicitudes_ibfk_3` FOREIGN KEY (`id_estado`) REFERENCES `estados` (`id_estado`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `activos_solicitudes`
--
LOCK TABLES `activos_solicitudes` WRITE;
/*!40000 ALTER TABLE `activos_solicitudes` DISABLE KEYS */;
/*!40000 ALTER TABLE `activos_solicitudes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `archivos`
--
DROP TABLE IF EXISTS `archivos`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `archivos` (
`id_archivo` int(11) NOT NULL AUTO_INCREMENT,
`fecha` timestamp NOT NULL,
`id_archivo_tipo` int(11) NOT NULL,
`id_especialidad` int(11) NOT NULL,
`id_usuario` int(11) NOT NULL,
`id_tarea` int(11) NOT NULL,
PRIMARY KEY (`id_archivo`),
KEY `id_archivo_tipo` (`id_archivo_tipo`),
KEY `id_especialidad` (`id_especialidad`),
KEY `id_usuario` (`id_usuario`),
KEY `id_tarea` (`id_tarea`),
CONSTRAINT `archivos_ibfk_1` FOREIGN KEY (`id_archivo_tipo`) REFERENCES `archivos_tipo` (`id_archivo_tipo`),
CONSTRAINT `archivos_ibfk_2` FOREIGN KEY (`id_especialidad`) REFERENCES `especialidad` (`id_especialidad`),
CONSTRAINT `archivos_ibfk_3` FOREIGN KEY (`id_usuario`) REFERENCES `usuarios` (`id_usuario`),
CONSTRAINT `archivos_ibfk_4` FOREIGN KEY (`id_tarea`) REFERENCES `tareas` (`id_tarea`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `archivos`
--
LOCK TABLES `archivos` WRITE;
/*!40000 ALTER TABLE `archivos` DISABLE KEYS */;
/*!40000 ALTER TABLE `archivos` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `archivos_tipo`
--
DROP TABLE IF EXISTS `archivos_tipo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `archivos_tipo` (
`id_archivo_tipo` int(11) NOT NULL AUTO_INCREMENT,
`extension` varchar(10) NOT NULL,
`descripcion` varchar(255) NOT NULL,
PRIMARY KEY (`id_archivo_tipo`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `archivos_tipo`
--
LOCK TABLES `archivos_tipo` WRITE;
/*!40000 ALTER TABLE `archivos_tipo` DISABLE KEYS */;
/*!40000 ALTER TABLE `archivos_tipo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `especialidad`
--
DROP TABLE IF EXISTS `especialidad`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `especialidad` (
`id_especialidad` int(11) NOT NULL AUTO_INCREMENT,
`nombre` varchar(255) NOT NULL,
PRIMARY KEY (`id_especialidad`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `especialidad`
--
LOCK TABLES `especialidad` WRITE;
/*!40000 ALTER TABLE `especialidad` DISABLE KEYS */;
INSERT INTO `especialidad` VALUES (1,'contabilidad'),(3,'Secretariado Bilingue'),(4,'Informatica');
/*!40000 ALTER TABLE `especialidad` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `estados`
--
DROP TABLE IF EXISTS `estados`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `estados` (
`id_estado` int(11) NOT NULL AUTO_INCREMENT,
`estado` varchar(255) NOT NULL,
PRIMARY KEY (`id_estado`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `estados`
--
LOCK TABLES `estados` WRITE;
/*!40000 ALTER TABLE `estados` DISABLE KEYS */;
/*!40000 ALTER TABLE `estados` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `memos`
--
DROP TABLE IF EXISTS `memos`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `memos` (
`id_memo` int(11) NOT NULL AUTO_INCREMENT,
`fecha_creacion` timestamp NOT NULL,
`titulo` varchar(255) DEFAULT NULL,
`descripcion` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id_memo`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `memos`
--
LOCK TABLES `memos` WRITE;
/*!40000 ALTER TABLE `memos` DISABLE KEYS */;
/*!40000 ALTER TABLE `memos` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tareas`
--
DROP TABLE IF EXISTS `tareas`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tareas` (
`id_tarea` int(11) NOT NULL AUTO_INCREMENT,
`descripcion` varchar(255) NOT NULL,
`fecha_creacion` timestamp NOT NULL,
`fecha_culminacion` timestamp NULL DEFAULT NULL,
`id_usuario_creador` int(11) NOT NULL,
`id_usuario_asignado` int(11) NOT NULL,
`id_estado` int(11) NOT NULL,
PRIMARY KEY (`id_tarea`),
KEY `id_usuario_creador` (`id_usuario_creador`),
KEY `id_usuario_asignado` (`id_usuario_asignado`),
KEY `id_estado` (`id_estado`),
CONSTRAINT `tareas_ibfk_1` FOREIGN KEY (`id_usuario_creador`) REFERENCES `usuarios` (`id_usuario`),
CONSTRAINT `tareas_ibfk_2` FOREIGN KEY (`id_usuario_asignado`) REFERENCES `usuarios` (`id_usuario`),
CONSTRAINT `tareas_ibfk_3` FOREIGN KEY (`id_estado`) REFERENCES `estados` (`id_estado`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tareas`
--
LOCK TABLES `tareas` WRITE;
/*!40000 ALTER TABLE `tareas` DISABLE KEYS */;
/*!40000 ALTER TABLE `tareas` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `usuarios`
--
DROP TABLE IF EXISTS `usuarios`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usuarios` (
`id_usuario` int(11) NOT NULL AUTO_INCREMENT,
`id_usuario_tipo` int(11) NOT NULL,
`id_especialidad` int(11) NOT NULL,
`nombre` varchar(50) NOT NULL,
`apellido` varchar(50) NOT NULL,
`email` varchar(50) NOT NULL,
`telefono` varchar(9) NOT NULL,
`password` varchar(15) NOT NULL,
PRIMARY KEY (`id_usuario`),
KEY `id_usuario_tipo` (`id_usuario_tipo`),
KEY `id_especialidad` (`id_especialidad`),
CONSTRAINT `usuarios_ibfk_1` FOREIGN KEY (`id_usuario_tipo`) REFERENCES `usuarios_tipo` (`id_usuario_tipo`),
CONSTRAINT `usuarios_ibfk_2` FOREIGN KEY (`id_especialidad`) REFERENCES `especialidad` (`id_especialidad`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `usuarios`
--
LOCK TABLES `usuarios` WRITE;
/*!40000 ALTER TABLE `usuarios` DISABLE KEYS */;
INSERT INTO `usuarios` VALUES (5,1,1,'Adelaida','Chavarria','lalychavac@yahoo.com','8818-2823','233'),(7,1,1,'adolfo','rojas','safito@dot.com','2425-0930','233'),(22,1,1,'Julian','Rojas','julrochava@gmail.com','8818-2823','ee313');
/*!40000 ALTER TABLE `usuarios` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `usuarios_memos`
--
DROP TABLE IF EXISTS `usuarios_memos`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usuarios_memos` (
`id_usuarios_memos` int(11) NOT NULL AUTO_INCREMENT,
`id_memo` int(11) NOT NULL,
`id_usuario` int(11) NOT NULL,
`fecha_recibido` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id_usuarios_memos`),
KEY `id_memo` (`id_memo`),
KEY `id_usuario` (`id_usuario`),
CONSTRAINT `usuarios_memos_ibfk_1` FOREIGN KEY (`id_memo`) REFERENCES `memos` (`id_memo`),
CONSTRAINT `usuarios_memos_ibfk_2` FOREIGN KEY (`id_usuario`) REFERENCES `usuarios` (`id_usuario`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `usuarios_memos`
--
LOCK TABLES `usuarios_memos` WRITE;
/*!40000 ALTER TABLE `usuarios_memos` DISABLE KEYS */;
/*!40000 ALTER TABLE `usuarios_memos` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `usuarios_tipo`
--
DROP TABLE IF EXISTS `usuarios_tipo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usuarios_tipo` (
`id_usuario_tipo` int(11) NOT NULL AUTO_INCREMENT,
`rol` varchar(255) NOT NULL,
PRIMARY KEY (`id_usuario_tipo`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `usuarios_tipo`
--
LOCK TABLES `usuarios_tipo` WRITE;
/*!40000 ALTER TABLE `usuarios_tipo` DISABLE KEYS */;
INSERT INTO `usuarios_tipo` VALUES (1,'admin'),(2,'profesor');
/*!40000 ALTER TABLE `usuarios_tipo` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2017-05-14 0:28:48
| 35.20178 | 232 | 0.701762 |
b3ec6bd6513b2774e02489e246f4bb3c10cb5f67 | 1,089 | swift | Swift | LXLive/LXLive/Classes/Tools/Extension/UIBarButtonItem-Extension.swift | RocAndTrees/DYLiveTelevision | f6b57193ba82e3ff24b3098002d8f341c179ed13 | [
"MIT"
] | null | null | null | LXLive/LXLive/Classes/Tools/Extension/UIBarButtonItem-Extension.swift | RocAndTrees/DYLiveTelevision | f6b57193ba82e3ff24b3098002d8f341c179ed13 | [
"MIT"
] | null | null | null | LXLive/LXLive/Classes/Tools/Extension/UIBarButtonItem-Extension.swift | RocAndTrees/DYLiveTelevision | f6b57193ba82e3ff24b3098002d8f341c179ed13 | [
"MIT"
] | null | null | null | //
// UIBarButtonItem-Extension.swift
// LXLive
//
// Created by pxl on 2017/1/18.
// Copyright © 2017年 pxl. All rights reserved.
//
import UIKit
extension UIBarButtonItem {
class func createItem(imageName: String, highImageName: String, size: CGSize) -> UIBarButtonItem{
let btn = UIButton()
btn.setImage(UIImage(named: imageName), for: .normal)
btn.setImage(UIImage(named: highImageName), for: .highlighted)
btn.frame = CGRect(origin: CGPoint.zero, size: size)
return UIBarButtonItem(customView: btn)
}
convenience init(imageNormal: UIImage, imageHigh: UIImage = UIImage(), size: CGSize = CGSize.zero) {
let btn = UIButton()
btn.setImage(imageNormal, for: .normal)
if imageHigh != UIImage() {
btn.setImage(imageHigh, for: .highlighted)
}
if size == CGSize.zero {
btn.sizeToFit()
}else{
btn.frame = CGRect(origin: CGPoint.zero, size: size)
}
self.init(customView: btn)
}
}
| 25.928571 | 104 | 0.593205 |
d9a021c7f86128b5931f974c2c4ff80c5aa77f4c | 7,775 | rs | Rust | src/der/tagged.rs | Ichbinjoe/der-parser | 6fdcfa2d856d8a32e05dd816a5b0ffe13f7735f2 | [
"Apache-2.0",
"MIT"
] | null | null | null | src/der/tagged.rs | Ichbinjoe/der-parser | 6fdcfa2d856d8a32e05dd816a5b0ffe13f7735f2 | [
"Apache-2.0",
"MIT"
] | null | null | null | src/der/tagged.rs | Ichbinjoe/der-parser | 6fdcfa2d856d8a32e05dd816a5b0ffe13f7735f2 | [
"Apache-2.0",
"MIT"
] | null | null | null | use crate::ber::MAX_RECURSION;
use crate::der::*;
use crate::error::*;
use nom::error::ParseError;
use nom::{Err, IResult};
/// Read a TAGGED EXPLICIT value (combinator)
///
/// The built object will use the outer header (and tag), and contains a `Tagged` object
/// with class, value and content.
///
/// For a generic version (different output and error types), see
/// [parse_der_tagged_explicit_g](fn.parse_der_tagged_explicit_g.html).
///
/// The following parses `[2] EXPLICIT INTEGER`:
///
/// ```rust
/// # use der_parser::der::*;
/// # use der_parser::error::BerResult;
/// use nom::combinator::map_res;
/// #
/// fn parse_int_explicit(i:&[u8]) -> BerResult<u32> {
/// map_res(
/// parse_der_tagged_explicit(2, parse_der_integer),
/// |x: DerObject| x.as_tagged()?.2.as_u32()
/// )(i)
/// }
///
/// # let bytes = &[0xa2, 0x05, 0x02, 0x03, 0x01, 0x00, 0x01];
/// let res = parse_int_explicit(bytes);
/// # match res {
/// # Ok((rem,val)) => {
/// # assert!(rem.is_empty());
/// # assert_eq!(val, 0x10001);
/// # },
/// # _ => assert!(false)
/// # }
/// ```
pub fn parse_der_tagged_explicit<'a, T, F>(tag: T, f: F) -> impl FnMut(&'a [u8]) -> BerResult
where
F: Fn(&'a [u8]) -> BerResult<DerObject>,
T: Into<Tag>,
{
let tag = tag.into();
parse_der_tagged_explicit_g(tag, move |content, hdr| {
let (rem, obj) = f(content)?;
let class = hdr.class;
let obj2 = DerObject::from_header_and_content(
hdr,
DerObjectContent::Tagged(class, tag, Box::new(obj)),
);
Ok((rem, obj2))
})
}
/// Read a TAGGED EXPLICIT value (generic version)
///
/// The following parses `[2] EXPLICIT INTEGER`:
///
/// ```rust
/// # use der_parser::der::*;
/// # use der_parser::error::BerResult;
/// #
/// fn parse_int_explicit(i:&[u8]) -> BerResult<u32> {
/// parse_der_tagged_explicit_g(2, move |content, hdr| {
/// let (rem, obj) = parse_der_integer(content)?;
/// let value = obj.as_u32()?;
/// Ok((rem, value))
/// })(i)
/// }
///
/// # let bytes = &[0xa2, 0x05, 0x02, 0x03, 0x01, 0x00, 0x01];
/// let res = parse_int_explicit(bytes);
/// # match res {
/// # Ok((rem,val)) => {
/// # assert!(rem.is_empty());
/// # assert_eq!(val, 0x10001);
/// # },
/// # _ => assert!(false)
/// # }
/// ```
pub fn parse_der_tagged_explicit_g<'a, T, Output, F, E>(
tag: T,
f: F,
) -> impl FnMut(&'a [u8]) -> IResult<&'a [u8], Output, E>
where
F: Fn(&'a [u8], Header<'a>) -> IResult<&'a [u8], Output, E>,
E: ParseError<&'a [u8]> + From<BerError>,
T: Into<Tag>,
{
let tag = tag.into();
parse_der_container(move |i, hdr| {
if hdr.class == Class::Universal {
return Err(Err::Error(BerError::InvalidClass.into()));
}
hdr.assert_tag(tag).map_err(|e| Err::Error(e.into()))?;
// X.690 8.14.2: if implicit tagging was not used, the encoding shall be constructed
if !hdr.is_constructed() {
return Err(Err::Error(BerError::ConstructExpected.into()));
}
f(i, hdr)
// trailing bytes are ignored
})
}
/// Read a TAGGED IMPLICIT value (combinator)
///
/// Parse a TAGGED IMPLICIT value, given the expected tag, and the content parsing function.
///
/// The built object will use the original header (and tag), so the content may not match the tag
/// value.
///
/// For a generic version (different output and error types), see
/// [parse_der_tagged_implicit_g](fn.parse_der_tagged_implicit_g.html).
///
/// # Examples
///
/// The following parses `[2] IMPLICIT INTEGER` into a `DerObject`:
///
/// ```rust
/// # use der_parser::der::*;
/// # use der_parser::error::BerResult;
/// #
/// fn parse_int_implicit(i:&[u8]) -> BerResult<DerObject> {
/// parse_der_tagged_implicit(
/// 2,
/// parse_der_content(Tag::Integer),
/// )(i)
/// }
///
/// # let bytes = &[0x82, 0x03, 0x01, 0x00, 0x01];
/// let res = parse_int_implicit(bytes);
/// # match res {
/// # Ok((rem, content)) => {
/// # assert!(rem.is_empty());
/// # assert_eq!(content.as_u32(), Ok(0x10001));
/// # },
/// # _ => assert!(false)
/// # }
/// ```
///
/// The following parses `[2] IMPLICIT INTEGER` into an `u32`, raising an error if the integer is
/// too large:
///
/// ```rust
/// # use der_parser::der::*;
/// # use der_parser::error::BerResult;
/// use nom::combinator::map_res;
/// #
/// fn parse_int_implicit(i:&[u8]) -> BerResult<u32> {
/// map_res(
/// parse_der_tagged_implicit(
/// 2,
/// parse_der_content(Tag::Integer),
/// ),
/// |x: DerObject| x.as_u32()
/// )(i)
/// }
///
/// # let bytes = &[0x82, 0x03, 0x01, 0x00, 0x01];
/// let res = parse_int_implicit(bytes);
/// # match res {
/// # Ok((rem, val)) => {
/// # assert!(rem.is_empty());
/// # assert_eq!(val, 0x10001);
/// # },
/// # _ => assert!(false)
/// # }
/// ```
pub fn parse_der_tagged_implicit<'a, T, F>(tag: T, f: F) -> impl FnMut(&'a [u8]) -> BerResult
where
F: Fn(&'a [u8], &'_ Header, usize) -> BerResult<'a, DerObjectContent<'a>>,
T: Into<Tag>,
{
let tag = tag.into();
parse_der_tagged_implicit_g(tag, move |i, hdr, depth| {
let (rem, content) = f(i, &hdr, depth)?;
// trailing bytes are ignored
let obj = DerObject::from_header_and_content(hdr, content);
Ok((rem, obj))
})
}
/// Read a TAGGED IMPLICIT value (generic version)
///
/// Parse a TAGGED IMPLICIT value, given the expected tag, and the content parsing function.
///
/// # Examples
///
/// The following parses `[1] IMPLICIT OCTETSTRING`, returning a `DerObject`:
///
/// ```rust
/// # use der_parser::der::*;
/// # use der_parser::error::BerResult;
/// #
/// fn parse_implicit_0_octetstring(i:&[u8]) -> BerResult<DerObjectContent> {
/// parse_der_tagged_implicit_g(
/// 2,
/// parse_der_content2(Tag::OctetString)
/// )(i)
/// }
///
/// # let bytes = &[0x02, 0x05, 0x68, 0x65, 0x6c, 0x6c, 0x6f];
/// let res = parse_implicit_0_octetstring(bytes);
/// # match res {
/// # Ok((rem, val)) => {
/// # assert!(rem.is_empty());
/// # let s = val.as_slice().unwrap();
/// # assert_eq!(s, b"hello");
/// # },
/// # _ => assert!(false)
/// # }
/// ```
///
/// The following parses `[2] IMPLICIT INTEGER` into an `u32`, raising an error if the integer is
/// too large:
///
/// ```rust
/// # use der_parser::der::*;
/// # use der_parser::error::BerResult;
/// #
/// fn parse_int_implicit(i:&[u8]) -> BerResult<u32> {
/// parse_der_tagged_implicit_g(
/// 2,
/// |content, hdr, depth| {
/// let (rem, obj_content) = parse_der_content(Tag::Integer)(content, &hdr, depth)?;
/// let value = obj_content.as_u32()?;
/// Ok((rem, value))
/// }
/// )(i)
/// }
///
/// # let bytes = &[0x82, 0x03, 0x01, 0x00, 0x01];
/// let res = parse_int_implicit(bytes);
/// # match res {
/// # Ok((rem, val)) => {
/// # assert!(rem.is_empty());
/// # assert_eq!(val, 0x10001);
/// # },
/// # _ => assert!(false)
/// # }
/// ```
pub fn parse_der_tagged_implicit_g<'a, T, Output, F, E>(
tag: T,
f: F,
) -> impl FnMut(&'a [u8]) -> IResult<&[u8], Output, E>
where
F: Fn(&'a [u8], Header<'a>, usize) -> IResult<&'a [u8], Output, E>,
E: ParseError<&'a [u8]> + From<BerError>,
T: Into<Tag>,
{
let tag = tag.into();
parse_der_container(move |i, hdr| {
hdr.assert_tag(tag).map_err(|e| Err::Error(e.into()))?;
// XXX MAX_RECURSION should not be used, it resets the depth counter
f(i, hdr, MAX_RECURSION)
// trailing bytes are ignored
})
}
| 29.903846 | 97 | 0.552797 |
dff60438b3abd4fad40de662475a018a9d3fef6b | 106 | kt | Kotlin | libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/commonizeInteropUsingPosixApis/src/targetBMain/kotlin/score.kt | Mu-L/kotlin | 5c3ce66e9979d2b3592d06961e181fa27fa88431 | [
"ECL-2.0",
"Apache-2.0"
] | 45,293 | 2015-01-01T06:23:46.000Z | 2022-03-31T21:55:51.000Z | libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/commonizeInteropUsingPosixApis/src/targetBMain/kotlin/score.kt | Seantheprogrammer93/kotlin | f7aabf03f89bdd39d9847572cf9e0051ea42c247 | [
"ECL-2.0",
"Apache-2.0"
] | 3,386 | 2015-01-12T13:28:50.000Z | 2022-03-31T17:48:15.000Z | libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/commonizeInteropUsingPosixApis/src/targetBMain/kotlin/score.kt | Seantheprogrammer93/kotlin | f7aabf03f89bdd39d9847572cf9e0051ea42c247 | [
"ECL-2.0",
"Apache-2.0"
] | 6,351 | 2015-01-03T12:30:09.000Z | 2022-03-31T20:46:54.000Z | import platform.posix.stat
actual fun score(stat: stat): Int {
return stat.rawPtr.toLong().toInt()
}
| 17.666667 | 39 | 0.707547 |
c219b88dab02ab5d814aec92025973bde5c4bb6c | 1,499 | go | Go | lighting/homekit/homekit.go | cjcormack/lighting4 | 195246ca0e9164edae761d66cf9089f7b539b48b | [
"MIT"
] | null | null | null | lighting/homekit/homekit.go | cjcormack/lighting4 | 195246ca0e9164edae761d66cf9089f7b539b48b | [
"MIT"
] | 1 | 2018-02-16T14:42:57.000Z | 2018-02-16T14:42:57.000Z | lighting/homekit/homekit.go | cjcormack/lighting4 | 195246ca0e9164edae761d66cf9089f7b539b48b | [
"MIT"
] | 1 | 2018-02-16T10:13:00.000Z | 2018-02-16T10:13:00.000Z | // Copyright 2018 Christopher Cormack. All rights reserved.
// Use of this source code is governed by the MIT License
// that can be found in the LICENSE file.
package homekit
import (
"github.com/brutella/hc"
hkAccessory "github.com/brutella/hc/accessory"
"github.com/op/go-logging"
"lighting/fixture/fixtureImpl"
)
var log = logging.MustGetLogger("homekit")
var homeKitTransport hc.Transport
var initialised = false
var fixtureMap = make(map[string]*hkAccessory.Accessory)
var fixtures []*hkAccessory.Accessory
func RegisterFixtures(fixturesToRegister []fixtureImpl.FixtureImpl) {
if initialised {
panic("Attempted to register fixture after HomeKit started")
}
for _, fixtureToRegister := range fixturesToRegister {
accessory := fixtureToRegister.GetHomeKitAccessory()
if accessory != nil {
_, exists := fixtureMap[fixtureToRegister.GetName()]
if exists {
panic("Attempted to register a fixture that has already been registered")
}
fixtures = append(fixtures, accessory)
fixtureMap[fixtureToRegister.GetName()] = accessory
}
}
}
func Start(name, pin string) error {
bridgeInfo := hkAccessory.Info{
Name: name,
}
bridge := hkAccessory.NewBridge(bridgeInfo)
config := hc.Config{
Pin: pin,
}
t, err := hc.NewIPTransport(config, bridge.Accessory, fixtures...)
if err != nil {
return err
}
homeKitTransport = t
go homeKitTransport.Start()
initialised = true
return nil
}
func Stop() {
if initialised {
homeKitTransport.Stop()
}
}
| 21.724638 | 77 | 0.73449 |
16328aa949bfd0328889b169bba7c9a19c9db75a | 1,304 | h | C | include/log4cxx/defaultcategoryfactory.h | MacroGu/log4cxx_gcc_4_8 | c6c82ee6dca2808c42cfa567d32f640a8bd9ac3e | [
"Apache-2.0"
] | 1 | 2016-10-06T20:09:32.000Z | 2016-10-06T20:09:32.000Z | include/log4cxx/defaultcategoryfactory.h | MacroGu/log4cxx_gcc_4_8 | c6c82ee6dca2808c42cfa567d32f640a8bd9ac3e | [
"Apache-2.0"
] | null | null | null | include/log4cxx/defaultcategoryfactory.h | MacroGu/log4cxx_gcc_4_8 | c6c82ee6dca2808c42cfa567d32f640a8bd9ac3e | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2003,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef _LOG4CXX_DEFAULT_CATEGORY_FACTORY_H
#define _LOG4CXX_DEFAULT_CATEGORY_FACTORY_H
#include <log4cxx/spi/loggerfactory.h>
#include <log4cxx/helpers/objectimpl.h>
namespace log4cxx
{
class Logger;
typedef helpers::ObjectPtrT<Logger> LoggerPtr;
class LOG4CXX_EXPORT DefaultCategoryFactory :
public virtual spi::LoggerFactory,
public virtual helpers::ObjectImpl
{
public:
DECLARE_ABSTRACT_LOG4CXX_OBJECT(DefaultCategoryFactory)
BEGIN_LOG4CXX_CAST_MAP()
LOG4CXX_CAST_ENTRY(spi::LoggerFactory)
END_LOG4CXX_CAST_MAP()
virtual LoggerPtr makeNewLoggerInstance(const String& name);
};
} // namespace log4cxx
#endif //_LOG4CXX_DEFAULT_CATEGORY_FACTORY_H
| 30.325581 | 75 | 0.777607 |
67a816303c8059b3c02515555cd10f90d7772c22 | 317 | kt | Kotlin | app/src/main/java/com/master8/shana/ui/ext/ViewExtensions.kt | master8/shana-good-movies | c14364eb536c1c38ce7ff5f0c949878047df2e64 | [
"MIT"
] | 2 | 2020-02-07T19:42:35.000Z | 2020-04-21T11:23:53.000Z | app/src/main/java/com/master8/shana/ui/ext/ViewExtensions.kt | master8/shana-good-movies | c14364eb536c1c38ce7ff5f0c949878047df2e64 | [
"MIT"
] | null | null | null | app/src/main/java/com/master8/shana/ui/ext/ViewExtensions.kt | master8/shana-good-movies | c14364eb536c1c38ce7ff5f0c949878047df2e64 | [
"MIT"
] | 1 | 2020-04-27T16:05:00.000Z | 2020-04-27T16:05:00.000Z | package com.master8.shana.ui.ext
import android.view.View
fun View.inverseVisibility() {
this.visibility = when (this.visibility) {
View.VISIBLE -> View.GONE
else -> View.VISIBLE
}
}
fun View.show() {
this.visibility = View.VISIBLE
}
fun View.hide() {
this.visibility = View.GONE
} | 17.611111 | 46 | 0.652997 |
c7eebcbec642417f4013cac359b0875afbbab562 | 2,434 | java | Java | http-agent/src/main/java/org/motechproject/http/agent/factory/HttpComponentsClientHttpRequestFactoryWithAuth.java | piopawel/modules | c4a38304d1483bc701cc8617b08f47c94089bd53 | [
"BSD-3-Clause"
] | 1 | 2018-07-14T20:38:19.000Z | 2018-07-14T20:38:19.000Z | http-agent/src/main/java/org/motechproject/http/agent/factory/HttpComponentsClientHttpRequestFactoryWithAuth.java | mkwiatkowskisoldevelo/modules | a07b903c8aa774caf29b5bcf6889681baff83f7b | [
"BSD-3-Clause"
] | null | null | null | http-agent/src/main/java/org/motechproject/http/agent/factory/HttpComponentsClientHttpRequestFactoryWithAuth.java | mkwiatkowskisoldevelo/modules | a07b903c8aa774caf29b5bcf6889681baff83f7b | [
"BSD-3-Clause"
] | null | null | null | package org.motechproject.http.agent.factory;
import org.apache.http.HttpHost;
import org.apache.http.auth.AuthScope;
import org.apache.http.auth.UsernamePasswordCredentials;
import org.apache.http.client.CredentialsProvider;
import org.apache.http.client.protocol.ClientContext;
import org.apache.http.impl.auth.BasicScheme;
import org.apache.http.impl.client.BasicAuthCache;
import org.apache.http.impl.client.BasicCredentialsProvider;
import org.apache.http.protocol.BasicHttpContext;
import org.apache.http.protocol.HttpContext;
import org.motechproject.config.SettingsFacade;
import org.springframework.http.HttpMethod;
import org.springframework.http.client.HttpComponentsClientHttpRequestFactory;
import java.net.URI;
/**
* A factory used by a RestTemplate. This factory provides authentication details
* per request.
*/
public class HttpComponentsClientHttpRequestFactoryWithAuth extends HttpComponentsClientHttpRequestFactory {
private static final String HTTP_AUTH_PREEMPTIVE = "http.auth.preemptive";
private final String username;
private final String password;
private final SettingsFacade settings;
public HttpComponentsClientHttpRequestFactoryWithAuth(String username, String password, SettingsFacade settings) {
this.username = username;
this.password = password;
this.settings = settings;
}
/**
* {@inheritDoc}
*/
@Override
protected HttpContext createHttpContext(HttpMethod httpMethod, URI uri) {
BasicHttpContext localContext = new BasicHttpContext();
if (Boolean.valueOf(settings.getProperty(HTTP_AUTH_PREEMPTIVE))) {
HttpHost targetHost = new HttpHost(uri.getHost(), uri.getPort(), uri.getScheme());
BasicScheme basicScheme = new BasicScheme();
BasicAuthCache authCache = new BasicAuthCache();
authCache.put(targetHost, basicScheme);
localContext.setAttribute(ClientContext.AUTH_CACHE, authCache);
}
return createHttpContext(localContext);
}
private HttpContext createHttpContext(BasicHttpContext localContext) {
CredentialsProvider credentialsProvider = new BasicCredentialsProvider();
credentialsProvider.setCredentials(AuthScope.ANY, new UsernamePasswordCredentials(username, password));
localContext.setAttribute(ClientContext.CREDS_PROVIDER, credentialsProvider);
return localContext;
}
}
| 39.258065 | 118 | 0.764585 |
cc27303bbd841027978db0eb4c08e6014add0576 | 17,054 | lua | Lua | dot_config/nvim/init.lua | migutw42/chezmoi-dotfiles | a5374d5a49f9b956e0124702a62c6130a1a966cb | [
"MIT"
] | null | null | null | dot_config/nvim/init.lua | migutw42/chezmoi-dotfiles | a5374d5a49f9b956e0124702a62c6130a1a966cb | [
"MIT"
] | null | null | null | dot_config/nvim/init.lua | migutw42/chezmoi-dotfiles | a5374d5a49f9b956e0124702a62c6130a1a966cb | [
"MIT"
] | null | null | null | local install_path = vim.fn.stdpath("data") ..
"/site/pack/packer/start/packer.nvim"
if vim.fn.empty(vim.fn.glob(install_path)) > 0 then
vim.fn.system({
"git", "clone", "https://github.com/wbthomason/packer.nvim",
install_path
})
vim.cmd "packadd packer.nvim"
end
require("packer").startup(function(use)
use "wbthomason/packer.nvim"
use "svermeulen/vimpeccable"
use "norcalli/nvim_utils"
use {
'hoob3rt/lualine.nvim',
requires = {'kyazdani42/nvim-web-devicons'},
config = function()
require('lualine').setup {
options = {
theme = "material-nvim",
disabled_filetypes = {"Trouble"}
},
sections = {
lualine_c = {{'filename', file_status = true, path = 1}},
lualine_a = {'mode'},
lualine_b = {'branch'},
lualine_x = {'encoding', 'fileformat', 'filetype'},
lualine_y = {'progress'},
lualine_z = {'location'}
},
extensions = {'quickfix', 'nvim-tree'}
}
end
}
use {"nvim-treesitter/nvim-treesitter", run = "<cmd>TSUpdate<cr>"}
use {
"nvim-telescope/telescope.nvim",
requires = {{"nvim-lua/popup.nvim"}, {"nvim-lua/plenary.nvim"}},
config = function()
local actions = require('telescope.actions')
require('telescope').setup {
defaults = {
mappings = {
i = {
["<C-j>"] = actions.move_selection_next,
["<C-k>"] = actions.move_selection_previous,
["<C-q>"] = actions.smart_send_to_qflist +
actions.open_qflist,
["<esc>"] = actions.close
}
}
}
}
end
}
use "voldikss/vim-floaterm"
use {
"kyazdani42/nvim-tree.lua",
requires = {"kyazdani42/nvim-web-devicons"},
config = function()
require('nvim-tree').setup {diagnostics = {enable = false}}
end
}
use {
"lambdalisue/fern.vim",
setup = function() vim.g["fern#renderer"] = "nerdfont" end,
config = function()
vim.cmd(
[[ autocmd FileType fern nmap <silent> <buffer> P <Plug>(fern-action-preview:toggle) ]])
end
}
use "lambdalisue/nerdfont.vim"
use "lambdalisue/glyph-palette.vim"
use "lambdalisue/fern-renderer-nerdfont.vim"
use "lambdalisue/fern-git-status.vim"
use "lambdalisue/fern-hijack.vim"
use "yuki-yano/fern-preview.vim"
use "jose-elias-alvarez/nvim-lsp-ts-utils"
use {
"neovim/nvim-lspconfig",
config = function()
require'lspconfig'.rust_analyzer.setup {}
require'lspconfig'.clojure_lsp.setup {}
require'lspconfig'.elmls.setup {}
require'lspconfig'.tsserver.setup {
on_attach = function()
require("nvim-lsp-ts-utils").setup {
enable_import_on_completion = true,
enable_formatting = true,
formatter = "prettier"
}
end
}
require'lspconfig'.elmls.setup {}
vim.cmd [[autocmd BufWritePre *.rs lua vim.lsp.buf.formatting_sync(nil, 1000)]]
end
}
use {
"tjdevries/nlua.nvim",
config = function()
require('nlua.lsp.nvim').setup(require('lspconfig'), {})
vim.cmd [[autocmd BufWritePost *.lua silent! lua require'nlua'.format_file()]]
end
}
use {
"lukas-reineke/format.nvim",
config = function()
require"format".setup {
typescript = {{cmd = {"prettier -w"}}},
typescriptreact = {{cmd = {"prettier -w"}}},
markdown = {{cmd = {"prettier -w"}}}
}
vim.cmd [[ autocmd BufWritePost * FormatWrite ]]
end
}
use {
"rust-lang/rust.vim",
setup = function() vim.g.rustfmt_autosave = 1 end
}
use 'leafgarland/typescript-vim'
use {
'peitalin/vim-jsx-typescript',
config = function()
vim.cmd [[autocmd BufNewFile,BufRead *.tsx,*.jsx set filetype=typescriptreact]]
end
}
use {
"kosayoda/nvim-lightbulb",
config = function()
vim.cmd [[autocmd CursorHold,CursorHoldI * lua require'nvim-lightbulb'.update_lightbulb()]]
end
}
use {
"onsails/lspkind-nvim",
config = function() require("lspkind").init() end
}
use 'vim-denops/denops.vim'
use {
"vim-skk/skkeleton",
config = function()
function skkeleton_init()
vim.fn["skkeleton#config"]({eggLikeNewline = true})
end
vim.cmd [[ autocmd User skkeleton-initialize-pre lua skkeleton_init() ]]
end
}
use {
'Shougo/ddc.vim',
requires = {
"Shougo/ddc-matcher_head", "Shougo/ddc-nvim-lsp",
"Shougo/ddc-sorter_rank", "LumaKernel/ddc-tabnine",
"matsui54/ddc-nvim-lsp-doc"
},
config = function()
local patch_global = vim.fn["ddc#custom#patch_global"]
patch_global("sources", {"nvim-lsp", "skkeleton"})
patch_global("sourceOptions", {
_ = {matchers = {"matcher_head"}, sorters = {"sorter_rank"}},
["nvim-lsp"] = {
mark = "lsp",
forceCompletionPattern = "\\.\\w*|:\\w*|->\\w*"
},
skkeleton = {
mark = "skkeleton",
matchers = {"skkeleton"},
sorters = {}
},
tabnine = {mark = "TN", maxCandidates = 5, isVolatile = true}
})
patch_global({backspaceCompletion = true})
vim.cmd [[
inoremap <silent><expr> <tab> pumvisible() ? '<c-n>' : (col('.') <= 1 <bar><bar> getline('.')[col('.') - 2] =~# '\s') ? '<tab>' : ddc#manual_complete()
inoremap <expr><s-tab> pumvisible() ? '<c-p>' : '<c-h>'
inoremap <expr><cr> pumvisible() ? "<c-y>" : "<cr>"
]]
vim.fn["ddc#enable"]()
vim.fn["ddc_nvim_lsp_doc#enable"]()
end
}
use 'famiu/bufdelete.nvim'
use {
"folke/which-key.nvim",
config = function() require("which-key").setup {} end
}
use "marko-cerovac/material.nvim"
use "euclidianAce/BetterLua.vim"
use {
"rcarriga/nvim-dap-ui",
requires = {"mfussenegger/nvim-dap"},
config = function() require("dapui").setup() end
}
use {
"windwp/nvim-autopairs",
config = function() require("nvim-autopairs").setup() end
}
use "b3nj5m1n/kommentary"
use {
"TimUntersberger/neogit",
config = function()
require("neogit").setup {integrations = {diffview = true}}
end
}
use {"tyru/open-browser-github.vim", requires = "tyru/open-browser.vim"}
use {'iberianpig/tig-explorer.vim', requires = {'rbgrouleff/bclose.vim'}}
use {
"phaazon/hop.nvim",
as = "hop",
config = function()
-- you can configure Hop the way you like here; see :h hop-config
require"hop".setup {keys = "etovxqpdygfblzhckisuran"}
end
}
use "easymotion/vim-easymotion"
use {
"akinsho/nvim-bufferline.lua",
requires = "kyazdani42/nvim-web-devicons",
config = function()
require("bufferline").setup {
options = {
custom_filter = function(buf_number)
if vim.bo[buf_number].filetype ~= "qf" then
return true
end
end
}
}
end
}
use "mg979/vim-visual-multi"
use {
'akinsho/flutter-tools.nvim',
requires = 'nvim-lua/plenary.nvim',
config = function()
require("flutter-tools").setup {
flutter_lookup_cmd = "asdf where flutter",
debugger = {enabled = true}
}
require("telescope").load_extension("flutter")
end
}
use "sheerun/vim-polyglot"
use "kevinhwang91/nvim-bqf"
use {
"mhinz/vim-grepper",
config = function()
vim.cmd([[
augroup Grepper
autocmd!
autocmd User Grepper call setqflist([], 'r', {'context': {'bqf': {'pattern_hl': histget('/')}}}) | botright copen
augroup END
]])
vim.g.grepper = {
open = 0,
quickfix = 1,
searchreg = 1,
highlight = 1
}
end
}
use "jremmen/vim-ripgrep"
use {'yuki-yano/fzf-preview.vim', branch = 'release/rpc'}
use {
"folke/trouble.nvim",
requires = "kyazdani42/nvim-web-devicons",
config = function()
require("trouble").setup {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
end
}
use "machakann/vim-sandwich"
use "thinca/vim-qfreplace"
use {
"glepnir/dashboard-nvim",
setup = function()
vim.g.dashboard_default_executive = 'telescope'
end
}
use {
"rmagatti/auto-session",
config = function()
require('auto-session').setup {auto_restore_enabled = false}
vim.o.sessionoptions =
"blank,buffers,curdir,folds,help,options,tabpages,winsize,resize,winpos,terminal"
end
}
end)
vim.o.termguicolors = true
vim.o.pumblend = 15
vim.cmd [[colorscheme material]]
local vimp = require("vimp")
vim.o.ignorecase = true
vim.o.smartcase = true
vim.o.incsearch = true
vim.o.hidden = true
vim.o.history = 5000
vim.o.tabstop = 2
vim.o.shiftwidth = vim.o.tabstop
vim.g.mapleader = " "
vim.wo.number = true
-- vim.wo.cursorcolumn = true
vim.wo.cursorline = true
vim.o.shortmess = vim.o.shortmess .. "c"
vim.g.timeoutlen = 10
vimp.imap("<c-q>", "<esc>")
vimp.imap("jj", "<esc>")
vimp.imap({"silent"}, "<c-a>", "<c-o>I")
vimp.imap({"silent"}, "<c-e>", "<c-o>A")
vimp.cmap({"silent"}, "<c-a>", "<home>")
vimp.cmap({"silent"}, "<c-e>", "<end>")
vimp.nmap("<c-a>", "0")
vimp.nmap("<c-e>", "g_")
vimp.vmap("<c-a>", "0")
vimp.vmap("<c-e>", "g_")
vimp.nnoremap("<c-s>", "<cmd>update<cr>")
vimp.vnoremap("<c-s>", "<cmd>update<cr>")
vimp.inoremap("<c-s>", "<esc><cmd>update<cr>")
vimp.nnoremap("H", "<c-o>")
vimp.nnoremap("L", "<c-i>")
vimp.nnoremap("<c-h>", "<cmd>Telescope jumplist<cr>")
vimp.nnoremap({"silent", "nowait"}, "<esc><esc>", "<cmd>nohl<cr>")
vimp.nmap("<s-up>", "v<up>")
vimp.nmap("<s-down>", "v<down>")
vimp.nmap("<s-left>", "v<left>")
vimp.nmap("<s-right>", "v<right>")
vimp.vmap("<s-up>", "<up>")
vimp.vmap("<s-down>", "<down>")
vimp.vmap("<s-left>", "<left>")
vimp.vmap("<s-right>", "<right>")
vimp.imap("<s-up>", "<esc>v<up>")
vimp.imap("<s-down>", "<esc>v<down>")
vimp.imap("<s-left>", "<esc>v<left>")
vimp.imap("<s-right>", "<esc>v<right>")
vimp.vmap("Y", '"+y')
vimp.vmap("X", '"+x')
vim.cmd(
[[ autocmd BufEnter * map <buffer> <silent> <s-k> <cmd>BufferLineCycleNext<cr> ]])
vimp.nnoremap({"silent"}, "J", "<cmd>BufferLineCyclePrev<cr>")
vimp.nnoremap("W", "<c-w>w")
vimp.nnoremap("R", "<c-w>w")
vimp.nmap("gs", "<plug>(GrepperOperator)")
vimp.xmap("gs", "<plug>(GrepperOperator)")
local wk = require("which-key")
local telescope = require("telescope.builtin")
wk.register({
D = {
function() require("lspsaga.hover").render_hover_doc() end, "definition"
},
-- R = {function() require"lspsaga.provider".lsp_finder() end, "references"},
f = {function() require"hop".hint_words() end, "hop"},
F = {"<cmd>HopChar1<cr>", "hop char1"},
s = {"<cmd>HopChar1<cr>", "hop char1"},
S = {"<Plug>(easymotion-overwin-f)", "easymotion-overwin"}
}, {})
vimp.inoremap("<c-f>", [[<c-o><cmd>lua require "hop".hint_words()<cr>]])
local find_files_action = {function() telescope.find_files() end, "find file"}
local find_match_word_action = {
"<cmd>Grepper -buffer -tool ag<cr>", "Grepper buffer"
}
wk.register({
[" "] = find_files_action,
["/"] = find_match_word_action,
f = {
name = "file",
d = {"<cmd>Grepper -grepprg fd --hidden -t f<cr>", "fd quickfix"},
e = {"<cmd>Fern . -reveal=%<cr>", "file explorer"},
f = {"<cmd>Grepper -grepprg fd --hidden -t f<cr>", "fd quickfix"},
z = find_files_action,
t = {"<cmd>NvimTreeToggle<cr>", "file-tree bar"},
r = {function() telescope.oldfiles() end, "find recent files"}
},
s = {
name = "search",
s = {"<cmd>Grepper -tool ag<cr>", "Grepper Project"},
g = {"<cmd>Grepper -tool ag<cr>", "Grepper Project"},
p = {"<cmd>Grepper -tool ag<cr>", "Grepper Project"},
b = find_match_word_action,
["/"] = find_match_word_action
},
l = {
name = "lsp",
r = {function() vim.lsp.buf.rename() end, "rename symbol"},
R = {
function()
local current_file_path = vim.fn.expand("%f")
local changed_file_path =
vim.fn.input("Change file name: ", current_file_path)
vim.lsp.util.rename(current_file_path, changed_file_path)
end, "rename file"
},
t = {"<cmd>TroubleToggle<cr>", "trouble bar"},
["."] = {
function() require("lspsaga.codeaction").code_action() end,
"lsp action"
}
},
q = {
name = "quit",
a = {
function()
if (vim.fn.confirm("Quit all?", "Yes\nNo") == 1) then
vim.cmd("qa")
end
end, "quit all"
},
w = {"<c-w>c", "quit window"},
q = {"<cmd>Bdelete<cr>", "quit buffer"}
},
g = {
name = "git",
s = {
function() require("neogit").open({kind = "split"}) end,
"neogit status"
},
c = {function() require("neogit").open({"commit"}) end, "neogit commit"},
b = {function() require("neogit").open({"branch"}) end, "neogit branch"},
l = {function() require("neogit").open({"log"}) end, "neogit log"},
t = {"<cmd>Tig<cr>", "tig"},
g = {"<cmd>Telescope git_status<cr>", "telescopt git status"},
h = {"<cmd>OpenGithubFile<cr>", "open github"}
},
e = {
name = "explorer",
a = {"<cmd>NvimTreeToggle<cr>", "file-tree bar"},
s = {"<cmd>Fern . -drawer -reveal=% -toggle<cr>", "file tree"},
d = {"<cmd>Fern . -reveal=%<cr>", "file explorer"},
f = {"<cmd>FloatermNew ranger<cr>", "ranger"}
},
m = {
function()
if vim.o.mouse ~= "a" then
vim.o.mouse = "a"
else
vim.o.mouse = ""
end
end, "mouse toggle"
},
t = {
name = "toggle",
m = {
function()
if vim.o.mouse ~= "a" then
vim.o.mouse = "a"
else
vim.o.mouse = ""
end
end, "mouse toggle"
}
},
["."] = {
function() telescope.lsp_code_actions() end, "telescope lsp action"
}
}, {prefix = "<leader>"})
wk.register({
d = {function() telescope.lsp_definitions() end, "go to definition"},
r = {function() telescope.lsp_references() end, "show reference"},
k = {"gg", "go to top"},
j = {"G", "go to bottom"}
}, {prefix = "g"})
wk.register({k = {"gg", "go to top"}, j = {"G", "go to bottom"}},
{prefix = "g", mode = "v"})
wk.register({
["<tab>"] = {"<cmd>Telescope<cr>", "telescope"},
c = {function() telescope.commands() end, "find command"},
f = {function() telescope.fd() end, "fd"},
r = {function() telescope.oldfiles() end, "recent files"},
g = {function() telescope.git_status() end, "git status"},
d = {function() telescope.lsp_document_diagnostics() end, "lsp diagnotics"},
t = {function() telescope.lsp_document_diagnostics() end, "lsp diagnotics"},
b = {function() telescope.buffers() end, "buffers"}
}, {prefix = "<tab>"})
vim.cmd([[
if executable('fcitx5')
autocmd InsertLeave * call system('fcitx5-remote -c')
autocmd CmdlineLeave * call system('fcitx5-remote -c')
endif
]])
vimp.nmap('<c-k>', 'i<Plug>(skkeleton-enable)')
vimp.imap('<c-k>', '<Plug>(skkeleton-toggle)')
vimp.cmap('<c-k>', '<Plug>(skkeleton-toggle)')
| 32.360531 | 151 | 0.513135 |
848093ff9e68dd810f932861e65fb94852c6a5af | 2,388 | swift | Swift | RPSBrain/RPSBrain/ContentView.swift | afwolfe/HackingWithSwift | 13cc9cb22d9e286a2240775ca577bfef5f53a385 | [
"MIT"
] | null | null | null | RPSBrain/RPSBrain/ContentView.swift | afwolfe/HackingWithSwift | 13cc9cb22d9e286a2240775ca577bfef5f53a385 | [
"MIT"
] | null | null | null | RPSBrain/RPSBrain/ContentView.swift | afwolfe/HackingWithSwift | 13cc9cb22d9e286a2240775ca577bfef5f53a385 | [
"MIT"
] | null | null | null | //
// ContentView.swift
// RPSBrain
//
// Created by Alex Wolfe on 2/16/22.
//
import SwiftUI
struct ButtonChoice: ViewModifier {
func body(content: Content) -> some View {
content
// .font(.title2)
.foregroundColor(.white)
.padding()
.background(.blue)
.clipShape(RoundedRectangle(cornerRadius: 10))
}
}
extension View {
func choiceButtonStyle() -> some View {
modifier(ButtonChoice())
}
}
struct ContentView: View {
private var choices:[String] = ["Rock", "Paper", "Scissors"]
private var playerWinningMove:[String] = ["Paper", "Scissors", "Rock"]
@State private var cpuMove:Int = 0
@State private var shouldWin:Bool = false
@State private var score:Int = 0
@State private var maxStreak:Int = 0
init() {
self.shuffle()
}
var body: some View {
VStack {
Text("Rock, Paper, Scissors... Brain!")
.font(.title)
Text("The goal of the game is to correctly choose the winning/losing move for Rock, Paper, Scissors.")
.font(.subheadline)
.padding()
Text("Max Streak: \(maxStreak)")
Text("Current Streak: \(score)")
Text("CPU Move: \(choices[cpuMove])")
.font(.title2)
Text(shouldWin ? "Pick the winning move" : "Pick the losing move")
.font(.title2)
HStack{
ForEach(0..<3) { number in
Button {
makeMove(number)
} label: {
Text(playerWinningMove[number])
.choiceButtonStyle()
}
}
}
}
}
func makeMove(_ number: Int) {
if (number == cpuMove && shouldWin) {
score += 1
}
else if (number == (cpuMove+1)%3 && !shouldWin) { // If suppposed to lose
score += 1
}
else { // Wrong choice!
score = 0
}
maxStreak = max(maxStreak, score)
shuffle()
}
func shuffle() {
cpuMove = Int.random(in: 0..<3)
shouldWin = Bool.random()
}
}
struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
}
}
| 25.677419 | 114 | 0.498325 |
776f3eb4784524ed56315599fe300f3c5c822b6b | 252,034 | html | HTML | noble_annotations/annotations_all_match/yandex_translation/reports/25210960.html | LLCampos/MRRAD | 15c4a7cbfb86396dabd66f87b3ee8c5d3e1a4edb | [
"CC-BY-4.0"
] | 1 | 2021-02-19T08:30:30.000Z | 2021-02-19T08:30:30.000Z | noble_annotations/annotations_all_match/yandex_translation/reports/25210960.html | lasigeBioTM/MRRAD | 15c4a7cbfb86396dabd66f87b3ee8c5d3e1a4edb | [
"CC-BY-4.0"
] | null | null | null | noble_annotations/annotations_all_match/yandex_translation/reports/25210960.html | lasigeBioTM/MRRAD | 15c4a7cbfb86396dabd66f87b3ee8c5d3e1a4edb | [
"CC-BY-4.0"
] | null | null | null | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Report Processor Output</title><script type="text/javascript">function h(id){for(i=0;i<id.length;i++){document.getElementById(id[i]).style.backgroundColor="yellow";}}function u(id){for(i=0;i<id.length;i++){document.getElementById(id[i]).style.backgroundColor="white";}}function j(id){for(i=0;i<id.length;i++){location.href="#";location.href="#"+id[i];}}function l(){var h=800;if(!window.innerWidth){
if(!(document.documentElement.clientWidth == 0)){
h = document.documentElement.clientHeight;
}else{h = document.body.clientHeight;}}else{ h = window.innerHeight;} var hd = (h-100)+"px";
document.getElementById("d1").style.maxHeight=hd;document.getElementById("d2").style.maxHeight=hd;}</script>
</head><body onload="l();" onresize="l();"><table width="100%" style="table-layout:fixed; " cellspacing="5">
<tr><td colspan=2 align=center><h3>25210960</h3></td></tr>
<tr><td width="50%" valign=middle><div id="d1" style="overflow: auto; max-height: 800px; "><b>SUMMARY GOAL:</b><br> Investigate the application§Ã£o clÃnica of the TC and of the biÃ3psia transtorácica percutânea guided by TC (BTP-<label id="129" style="color:green;" onmouseover="h(['RID10321']);" onmouseout="u(['RID10321']);" title="RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label>) in <label id="136" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with nÃ3dulos <label id="159" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> <label id="164" style="color:green;" onmouseover="h(['RID39110']);" onmouseout="u(['RID39110']);" title="RID39110 (RID39110) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">indeterminate</label> (NPIs). MÃALL: Were studied retrospectively 113 <label id="227" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with NPIs submitted to TC and BTP-TC. Were analyzed this is a. such as <label id="307" style="color:green;" onmouseover="h(['RID5652']);" onmouseout="u(['RID5652']);" title="RID5652 (RID5652) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">gender</label>, age, diagnÃ3stico, smoking, findings tomogrà graphics and tétechniques BTP-TC. The dwarf¡lysis of the data was carried out by <label id="442" style="color:green;" onmouseover="h(['RID39224']);" onmouseout="u(['RID39224']);" title="RID39224 (RID39224) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">means</label> of Student's t-test for independent samples, test of the chi-square test and test of comparison§Ã£o two proporçInformation for aproximação <label id="590" style="color:green;" onmouseover="h(['RID13173']);" onmouseout="u(['RID13173']);" title="RID13173 (RID13173) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">normal</label>. RESULTS: Of the 113 <label id="618" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> studied, 68 (up 60.2%) were <label id="655" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">male</label> and 78 (69%) were smokers. The daily¢metro lesões <label id="711" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> ranged from 2.6 to 10.0 <label id="745" style="color:green;" onmouseover="h(['RID11952']);" onmouseout="u(['RID11952']);" title="RID11952 (RID11952) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cm</label>. The majority of the NPIs was located in the region£the periférica (85%). The result of the biÃ3psia was <label id="854" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> in 88 <label id="870" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> (77,8%) and <label id="891" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> in 25 (22.2 per cent). <label id="921" style="color:green;" onmouseover="h(['RID4226']);" onmouseout="u(['RID4226']);" title="RID4226 (RID4226) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Adenocarcinoma</label> was the the <label id="948" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> <label id="958" style="color:green;" onmouseover="h(['RID3957']);" onmouseout="u(['RID3957']);" title="RID3957 (RID3957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tumor</label> most frequent, affecting <label id="989" style="color:green;" onmouseover="h(['RID49815', 'RID13163']);" onmouseout="u(['RID49815', 'RID13163']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with <label id="1003" style="color:green;" onmouseover="h(['RID13163']);" onmouseout="u(['RID13163']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">age</label> more <label id="1012" style="color:green;" onmouseover="h(['RID38799']);" onmouseout="u(['RID38799']);" title="RID38799 (RID38799) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">advanced§ada</label>. The daily¢metro from the NPIs was significantly higher in <label id="1084" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with <label id="1098" style="color:green;" onmouseover="h(['RID36042']);" onmouseout="u(['RID36042']);" title="RID36042 (RID36042) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignancy</label> (p < 0,001). There was a associação significant between NPIs with outline and regular lesões <label id="1205" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> (p = 0.022), while the type espiculado and bocelado were more frequent in <label id="1286" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with lesões <label id="1308" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> (50,7% and 28,7%, respectively). Atenuação <label id="1363" style="color:green;" onmouseover="h(['RID6059']);" onmouseout="u(['RID6059']);" title="RID6059 (RID6059) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">homogeneous</label> and <label id="1379" style="color:green;" onmouseover="h(['RID5171']);" onmouseout="u(['RID5171']);" title="RID5171 (RID5171) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">necrosis</label> were more frequent in <label id="1410" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with lesões <label id="1432" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> (51,9% and 26,9%, respectively). COMPLETIONES: The TC and the BTP-TC were Working on the diagnÃ3stico differential between lesões <label id="1574" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> and <label id="1588" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> in <label id="1598" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with NPIs in this sample. Age more <label id="1642" style="color:green;" onmouseover="h(['RID38799']);" onmouseout="u(['RID38799']);" title="RID38799 (RID38799) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">advanced§ada</label> and smoking associated significantly with <label id="1697" style="color:green;" onmouseover="h(['RID36042']);" onmouseout="u(['RID36042']);" title="RID36042 (RID36042) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignancy</label>. There was associaçInformation findings tomogrà graphics (daily¢major subway, <label id="1787" style="color:green;" onmouseover="h(['RID5957']);" onmouseout="u(['RID5957']);" title="RID5957 (RID5957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">contour</label> espiculado, atenuação <label id="1819" style="color:green;" onmouseover="h(['RID6059']);" onmouseout="u(['RID6059']);" title="RID6059 (RID6059) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">homogeneous</label> and <label id="1835" style="color:green;" onmouseover="h(['RID5171']);" onmouseout="u(['RID5171']);" title="RID5171 (RID5171) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">necrosis</label>) with NPIs evil. Keywords: NÃ3dulo pulmonary solitário; <label id="1901" style="color:green;" onmouseover="h(['RID28840']);" onmouseout="u(['RID28840']);" title="RID28840 (RID28840) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Tomography</label>; BiÃ3psia image-guided Introduction§Ã£o One of the biggest challenges in <label id="1985" style="color:green;" onmouseover="h(['RID1560']);" onmouseout="u(['RID1560']);" title="RID1560 (RID1560) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">surgery</label> torácica and in radiology are related à evaluation§Ã£o e à conduct in diagnÃ3stico of the <label id="2084" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patient</label> with nÃ3dulo of the <label id="2112" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label>. (1) The nÃ3dulo <label id="2134" style="color:green;" onmouseover="h(['RID1301', 'RID39056']);" onmouseout="u(['RID1301', 'RID39056']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> Is defined as an <label id="2156" style="color:green;" onmouseover="h(['RID28530']);" onmouseout="u(['RID28530']);" title="RID28530 (RID28530) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">opacity</label> of the <label id="2171" style="color:green;" onmouseover="h(['RID5702']);" onmouseout="u(['RID5702']);" title="RID5702 (RID5702) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">focal</label> config file visible in <label id="2200" style="color:green;" onmouseover="h(['RID10345']);" onmouseout="u(['RID10345']);" title="RID10345 (RID10345) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">x</label>-<label id="2202" style="color:green;" onmouseover="h(['RID10345']);" onmouseout="u(['RID10345']);" title="RID10345 (RID10345) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">ray</label> or <label id="2209" style="color:green;" onmouseover="h(['RID10321']);" onmouseout="u(['RID10321']);" title="RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label> tÃ3rax, with <label id="2225" style="color:green;" onmouseover="h(['RID34279']);" onmouseout="u(['RID34279']);" title="RID34279 (RID34279) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">well</label>-<label id="2230" style="color:green;" onmouseover="h(['RID34279']);" onmouseout="u(['RID34279']);" title="RID34279 (RID34279) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">defined</label> <label id="2238" style="color:green;" onmouseover="h(['RID5951']);" onmouseout="u(['RID5951']);" title="RID5951 (RID5951) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">borders</label>, esférico, surrounded by <label id="2272" style="color:green;" onmouseover="h(['RID39056', 'RID1301']);" onmouseout="u(['RID39056', 'RID1301']);" title="RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> <label id="2277" style="color:green;" onmouseover="h(['RID13298']);" onmouseout="u(['RID13298']);" title="RID13298 (RID13298) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tissue</label> <label id="2284" style="color:green;" onmouseover="h(['RID13173']);" onmouseout="u(['RID13173']);" title="RID13173 (RID13173) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">normal</label> and with up to 3 <label id="2308" style="color:green;" onmouseover="h(['RID11952']);" onmouseout="u(['RID11952']);" title="RID11952 (RID11952) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cm</label> daily¢metro; when larger than 3 <label id="2343" style="color:green;" onmouseover="h(['RID11952']);" onmouseout="u(['RID11952']);" title="RID11952 (RID11952) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cm</label>, they receive the denominação de the <label id="2385" style="color:green;" onmouseover="h(['RID39056', 'RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055']);" onmouseout="u(['RID39056', 'RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055']);" title="RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3874 (RID3874) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39466 (RID39466) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID34373 (RID34373) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39055 (RID39055) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">masses</label>. ( 2 ) The inquiries§Ã£o in this type of lesão é of extreme importance¢ncia, as it is the manifestations§Ã£o the most frequent cell¢ncer in pulmãthe, being a common finding with the advent of <label id="2587" style="color:green;" onmouseover="h(['RID10321']);" onmouseout="u(['RID10321']);" title="RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label> tÃ3rax. (3) In the USA, são detected approximately 150,000 nÃ3dulos pulmonary/year. (3,4) it is a <label id="2689" style="color:green;" onmouseover="h(['RID36008']);" onmouseout="u(['RID36008']);" title="RID36008 (RID36008) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">finding</label> radiolÃ3gico in which 60-70% of the cases are <label id="2743" style="color:green;" onmouseover="h(['RID36008', 'RID15654']);" onmouseout="u(['RID36008', 'RID15654']);" title="RID36008 (RID36008) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> and 30-40% are <label id="2765" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label>. ( 4 ) The approach of the nÃ3dulo <label id="2810" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> involves an evaluation§Ã£o judicious of the <label id="2859" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patient</label>, including histÃ3ria clÃnica, exame fÃsico, risk factors for <label id="2928" style="color:green;" onmouseover="h(['RID36042']);" onmouseout="u(['RID36042']);" title="RID36042 (RID36042) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignancy</label> and exams of diagnÃ3stico per image. (3,5) Among the méall diagnÃ3stico by the image that assist in diferenciação between nÃ3dulos pulmonary <label id="3083" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> and <label id="3094" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label>, are the <label id="3113" style="color:green;" onmouseover="h(['RID10345']);" onmouseout="u(['RID10345']);" title="RID10345 (RID10345) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">x</label>-<label id="3115" style="color:green;" onmouseover="h(['RID10345']);" onmouseout="u(['RID10345']);" title="RID10345 (RID10345) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">ray</label>, <label id="3120" style="color:green;" onmouseover="h(['RID10321']);" onmouseout="u(['RID10321']);" title="RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label>, ressonância <label id="3137" style="color:green;" onmouseover="h(['RID11784']);" onmouseout="u(['RID11784']);" title="RID11784 (RID11784) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">magnesium©tica</label>, <label id="3153" style="color:green;" onmouseover="h(['RID10337']);" onmouseout="u(['RID10337']);" title="RID10337 (RID10337) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">positron</label> <label id="3162" style="color:green;" onmouseover="h(['RID10337']);" onmouseout="u(['RID10337']);" title="RID10337 (RID10337) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">emission</label> <label id="3171" style="color:green;" onmouseover="h(['RID10337', 'RID28840']);" onmouseout="u(['RID10337', 'RID28840']);" title="RID10337 (RID10337) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID28840 (RID28840) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tomography</label> (ct scan per issue£the pÃ3sitrons)/TC and biÃ3psia transtorácica percutânea guided by <label id="3270" style="color:green;" onmouseover="h(['RID10321']);" onmouseout="u(['RID10321']);" title="RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label> (BTP-TC). The <label id="3287" style="color:green;" onmouseover="h(['RID12309']);" onmouseout="u(['RID12309']);" title="RID12309 (RID12309) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">spiral</label> <label id="3294" style="color:green;" onmouseover="h(['RID12309', 'RID10321']);" onmouseout="u(['RID12309', 'RID10321']);" title="RID12309 (RID12309) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label> Is essential in the diferenciação between nÃ3dulos <label id="3350" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> and <label id="3361" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label>, including data on size, <label id="3396" style="color:green;" onmouseover="h(['RID5957']);" onmouseout="u(['RID5957']);" title="RID5957 (RID5957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">contour</label> of the <label id="3411" style="color:green;" onmouseover="h(['RID3957']);" onmouseout="u(['RID3957']);" title="RID3957 (RID3957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tumor</label>, presence§the calcificação internal and highlight of the nÃ3dulo by <label id="3487" style="color:green;" onmouseover="h(['RID39224']);" onmouseout="u(['RID39224']);" title="RID39224 (RID39224) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">means</label> of <label id="3496" style="color:green;" onmouseover="h(['RID49553']);" onmouseout="u(['RID49553']);" title="RID49553 (RID49553) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">contrast</label> <label id="3505" style="color:green;" onmouseover="h(['RID49553', 'RID11160']);" onmouseout="u(['RID49553', 'RID11160']);" title="RID49553 (RID49553) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID11160 (RID11160) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">intravenous</label>. In addition, it allows greater acurácia in obtenção <label id="3573" style="color:green;" onmouseover="h(['RID5067']);" onmouseout="u(['RID5067']);" title="RID5067 (RID5067) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">fragments</label> per biÃ3psia. (6,7) In the evaluation§Ã£o of <label id="3628" style="color:green;" onmouseover="h(['RID49815', 'RID13163']);" onmouseout="u(['RID49815', 'RID13163']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with nÃ3dulo <label id="3650" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label>, mainly <label id="3663" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">male</label>, above the <label id="3679" style="color:green;" onmouseover="h(['RID13163']);" onmouseout="u(['RID13163']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">age</label> of 50 years, smokers and with histÃ3ria family cell¢ncer, or pulmonary <label id="3754" style="color:green;" onmouseover="h(['RID3820']);" onmouseout="u(['RID3820']);" title="RID3820 (RID3820) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">fibrosis</label>, the TC <label id="3771" style="color:green;" onmouseover="h(['RID39452']);" onmouseout="u(['RID39452']);" title="RID39452 (RID39452) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">features</label> discretion to©the rivers as dimensão, location§Ã£o, <label id="3833" style="color:green;" onmouseover="h(['RID5957']);" onmouseout="u(['RID5957']);" title="RID5957 (RID5957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">contour</label>, content, <label id="3851" style="color:green;" onmouseover="h(['RID34300']);" onmouseout="u(['RID34300']);" title="RID34300 (RID34300) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">enhancement</label>, and time duplicação BTP-<label id="3890" style="color:green;" onmouseover="h(['RID10321']);" onmouseout="u(['RID10321']);" title="RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label> has been widely used in inquiries§Ã£o de nÃ3dulos and pasta lung. The collection of material can be carried out by punção <label id="4017" style="color:green;" onmouseover="h(['RID10398']);" onmouseout="u(['RID10398']);" title="RID10398 (RID10398) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">aspiration</label> by a <label id="4033" style="color:green;" onmouseover="h(['RID5605', 'RID12932', 'RID49777', 'RID49777']);" onmouseout="u(['RID5605', 'RID12932', 'RID49777', 'RID49777']);" title="RID5605 (RID5605) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID12932 (RID12932) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49777 (RID49777) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49777 (RID49777) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">needle</label> fina (PAAF), or by <label id="4059" style="color:green;" onmouseover="h(['RID12932', 'RID49777', 'RID49777', 'RID5605']);" onmouseout="u(['RID12932', 'RID49777', 'RID49777', 'RID5605']);" title="RID12932 (RID12932) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49777 (RID49777) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49777 (RID49777) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID5605 (RID5605) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">needle</label> <label id="4066" style="color:green;" onmouseover="h(['RID28672']);" onmouseout="u(['RID28672']);" title="RID28672 (RID28672) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">thick</label>, this Last <label id="4083" style="color:green;" onmouseover="h(['RID39120']);" onmouseout="u(['RID39120']);" title="RID39120 (RID39120) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">known</label> as the <label id="4096" style="color:green;" onmouseover="h(['RID12932', 'RID49777', 'RID49777', 'RID49777']);" onmouseout="u(['RID12932', 'RID49777', 'RID49777', 'RID49777']);" title="RID12932 (RID12932) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49777 (RID49777) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49777 (RID49777) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49777 (RID49777) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">core</label> <label id="4101" style="color:green;" onmouseover="h(['RID49777', 'RID49777', 'RID49777', 'RID38611']);" onmouseout="u(['RID49777', 'RID49777', 'RID49777', 'RID38611']);" title="RID49777 (RID49777) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49777 (RID49777) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49777 (RID49777) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID38611 (RID38611) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">biopsy</label>. (8) This type of biÃ3psia has contribuÃdo greatly for the diagnÃ3stico a specific and early nÃ3dulos <label id="4210" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label>, <label id="4216" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label>, reducing the rates of <label id="4249" style="color:green;" onmouseover="h(['RID11524']);" onmouseout="u(['RID11524']);" title="RID11524 (RID11524) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">morbidity</label> and mortality. ( 8 ) The diagnÃ3stico differential nÃ3dulos pulmonary encompasses various <label id="4349" style="color:green;" onmouseover="h(['RID1385', 'RID3234']);" onmouseout="u(['RID1385', 'RID3234']);" title="RID1385 (RID1385) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3234 (RID3234) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">heart</label> <label id="4355" style="color:green;" onmouseover="h(['RID3234']);" onmouseout="u(['RID3234']);" title="RID3234 (RID3234) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">disease§</label>, and <label id="4369" style="color:green;" onmouseover="h(['RID3957']);" onmouseout="u(['RID3957']);" title="RID3957 (RID3957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tumors</label>. NÃ3dulos <label id="4386" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> are represented mainly by <label id="4419" style="color:green;" onmouseover="h(['RID4335']);" onmouseout="u(['RID4335']);" title="RID4335 (RID4335) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">hamartoma</label>, <label id="4430" style="color:green;" onmouseover="h(['RID3953']);" onmouseout="u(['RID3953']);" title="RID3953 (RID3953) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">granuloma</label>, and <label id="4445" style="color:green;" onmouseover="h(['RID13296']);" onmouseout="u(['RID13296']);" title="RID13296 (RID13296) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lymph</label> <label id="4451" style="color:green;" onmouseover="h(['RID13296']);" onmouseout="u(['RID13296']);" title="RID13296 (RID13296) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">node</label> intrapulmonar. (4) <label id="4475" style="color:green;" onmouseover="h(['RID3953']);" onmouseout="u(['RID3953']);" title="RID3953 (RID3953) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Granulomas</label> infectious correspond to 90% of nÃ3dulos <label id="4527" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label>, having as one of the most common causes of <label id="4578" style="color:green;" onmouseover="h(['RID29116']);" onmouseout="u(['RID29116']);" title="RID29116 (RID29116) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tuberculosis</label>, histoplasmosis and coccidioidomycosis. (4) Among the <label id="4645" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> <label id="4655" style="color:green;" onmouseover="h(['RID3957']);" onmouseout="u(['RID3957']);" title="RID3957 (RID3957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tumors</label> found, are the <label id="4677" style="color:green;" onmouseover="h(['RID4226']);" onmouseout="u(['RID4226']);" title="RID4226 (RID4226) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">adenocarcinoma</label> and the <label id="4700" style="color:green;" onmouseover="h(['RID4247']);" onmouseout="u(['RID4247']);" title="RID4247 (RID4247) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">carcinoma</label> epidermoide. (4) <label id="4727" style="color:green;" onmouseover="h(['RID5763']);" onmouseout="u(['RID5763']);" title="RID5763 (RID5763) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Several</label> discretion to©the rivers tomogrà graphics have been used in the diferenciação between nÃ3dulos <label id="4832" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> and <label id="4843" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label>. NÃ3dulos of <label id="4866" style="color:green;" onmouseover="h(['RID49688']);" onmouseout="u(['RID49688']);" title="RID49688 (RID49688) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">hard</label> delimitação, <label id="4886" style="color:green;" onmouseover="h(['RID34780']);" onmouseout="u(['RID34780']);" title="RID34780 (RID34780) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">absence</label> of calcificação (<label id="4913" style="color:green;" onmouseover="h(['RID5827', 'RID34308']);" onmouseout="u(['RID5827', 'RID34308']);" title="RID5827 (RID5827) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID34308 (RID34308) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">central</label>, laminated, <label id="4933" style="color:green;" onmouseover="h(['RID5701', 'RID34341']);" onmouseout="u(['RID5701', 'RID34341']);" title="RID5701 (RID5701) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID34341 (RID34341) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">diffuse</label>, or "<label id="4946" style="color:green;" onmouseover="h(['RID34285']);" onmouseout="u(['RID34285']);" title="RID34285 (RID34285) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">popcorn</label>"), or <label id="4960" style="color:green;" onmouseover="h(['RID1538']);" onmouseout="u(['RID1538']);" title="RID1538 (RID1538) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">fat</label> on the inside of the lesãthe, time duplicação between one month and one year approximately and <label id="5062" style="color:green;" onmouseover="h(['RID34308', 'RID34341', 'RID34300']);" onmouseout="u(['RID34308', 'RID34341', 'RID34300']);" title="RID34308 (RID34308) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID34341 (RID34341) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID34300 (RID34300) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">enhancement</label> of the nÃ3dulo greater than 15 UH by <label id="5111" style="color:green;" onmouseover="h(['RID39224']);" onmouseout="u(['RID39224']);" title="RID39224 (RID39224) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">means</label> of <label id="5120" style="color:green;" onmouseover="h(['RID49553']);" onmouseout="u(['RID49553']);" title="RID49553 (RID49553) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">contrast</label> <label id="5129" style="color:green;" onmouseover="h(['RID49553']);" onmouseout="u(['RID49553']);" title="RID49553 (RID49553) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">iv</label> line in the <label id="5144" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patient</label> in the above <label id="5165" style="color:green;" onmouseover="h(['RID6002']);" onmouseout="u(['RID6002']);" title="RID6002 (RID6002) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">fourth</label> dan©each can indicate <label id="5194" style="color:green;" onmouseover="h(['RID1385', 'RID3234']);" onmouseout="u(['RID1385', 'RID3234']);" title="RID1385 (RID1385) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3234 (RID3234) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">heart</label> <label id="5200" style="color:green;" onmouseover="h(['RID3234']);" onmouseout="u(['RID3234']);" title="RID3234 (RID3234) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">disease§malignant</label>. (7,9,<label id="5224" style="color:green;" onmouseover="h(['RID6014']);" onmouseout="u(['RID6014']);" title="RID6014 (RID6014) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">10</label>) NÃ3dulos <label id="5237" style="color:green;" onmouseover="h(['RID5774']);" onmouseout="u(['RID5774']);" title="RID5774 (RID5774) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">small</label> <label id="5243" style="color:green;" onmouseover="h(['RID5684']);" onmouseout="u(['RID5684']);" title="RID5684 (RID5684) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">limits</label> nÃtidos, with calcificação concêntrica or "<label id="5296" style="color:green;" onmouseover="h(['RID34285']);" onmouseout="u(['RID34285']);" title="RID34285 (RID34285) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">popcorn</label>" in young <label id="5314" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> may suggest lesãthe <label id="5344" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label>. (<label id="5353" style="color:green;" onmouseover="h(['RID6014']);" onmouseout="u(['RID6014']);" title="RID6014 (RID6014) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">10</label>) The stability of the <label id="5378" style="color:green;" onmouseover="h(['RID39547']);" onmouseout="u(['RID39547']);" title="RID39547 (RID39547) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">growth</label> of the lesão for at least two years can also be code to include as discretion©river of mercy. ( <label id="5482" style="color:green;" onmouseover="h(['RID6016']);" onmouseout="u(['RID6016']);" title="RID6016 (RID6016) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">11</label> ) Considering the relevância <label id="5515" style="color:green;" onmouseover="h(['RID35966']);" onmouseout="u(['RID35966']);" title="RID35966 (RID35966) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">research</label> on the <label id="5531" style="color:green;" onmouseover="h(['RID46056']);" onmouseout="u(['RID46056']);" title="RID46056 (RID46056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">application§Ã£o</label> clÃnica of the TC and BTP-<label id="5573" style="color:green;" onmouseover="h(['RID10321']);" onmouseout="u(['RID10321']);" title="RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label> in <label id="5579" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with nÃ3dulos <label id="5602" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label>, it is appropriate to realização in the <label id="5649" style="color:green;" onmouseover="h(['RID28472']);" onmouseout="u(['RID28472']);" title="RID28472 (RID28472) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">present</label> study, because <label id="5672" style="color:green;" onmouseover="h(['RID46056']);" onmouseout="u(['RID46056']);" title="RID46056 (RID46056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">not</label> have been found jobs with this <label id="5707" style="color:green;" onmouseover="h(['RID3874', 'RID34301', 'RID39055']);" onmouseout="u(['RID3874', 'RID34301', 'RID39055']);" title="RID3874 (RID3874) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID34301 (RID34301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39055 (RID39055) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">focus</label> on the national literature. From the point of view clÃnico, the detecção early and the BTP-<label id="5806" style="color:green;" onmouseover="h(['RID10321']);" onmouseout="u(['RID10321']);" title="RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label> lesões evil, in some cases, can avoid other <label id="5854" style="color:green;" onmouseover="h(['RID5680']);" onmouseout="u(['RID5680']);" title="RID5680 (RID5680) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">invasive</label> <label id="5863" style="color:green;" onmouseover="h(['RID1559']);" onmouseout="u(['RID1559']);" title="RID1559 (RID1559) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">procedures</label>, such as biÃ3psia via <label id="5896" style="color:green;" onmouseover="h(['RID50156']);" onmouseout="u(['RID50156']);" title="RID50156 (RID50156) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">bronchoscopy</label>, videotoracoscopia or until <label id="5937" style="color:green;" onmouseover="h(['RID1560']);" onmouseout="u(['RID1560']);" title="RID1560 (RID1560) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">surgeries</label> desnecessárias. With this, the evolution over§Ã£o of the camera¢ncer pulmonary to is¡dios <label id="6038" style="color:green;" onmouseover="h(['RID38799']);" onmouseout="u(['RID38799']);" title="RID38799 (RID38799) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">advanced§ados</label> can be avoided, improving the quality and <label id="6094" style="color:green;" onmouseover="h(['RID5761']);" onmouseout="u(['RID5761']);" title="RID5761 (RID5761) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">amount</label> of life of the <label id="6116" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patient</label>. ( 3 , <label id="6131" style="color:green;" onmouseover="h(['RID6018']);" onmouseout="u(['RID6018']);" title="RID6018 (RID6018) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">12</label> ) The aim of the <label id="6151" style="color:green;" onmouseover="h(['RID28472']);" onmouseout="u(['RID28472']);" title="RID28472 (RID28472) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">present</label> study was to investigate the application§Ã£o clÃnica of the TC and the BTP-<label id="6234" style="color:green;" onmouseover="h(['RID10321']);" onmouseout="u(['RID10321']);" title="RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label> in <label id="6240" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with nÃ3dulos <label id="6263" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> undetermined, considering the characteristics demográyou, tomográyou, those pertaining à BTP-TC and the correlação diagnÃ3stico histopatolÃ3gico with these variables is applicable. Méall A <label id="6462" style="color:green;" onmouseover="h(['RID5689']);" onmouseout="u(['RID5689']);" title="RID5689 (RID5689) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">total</label> of 132 <label id="6475" style="color:green;" onmouseover="h(['RID49815', 'RID13163']);" onmouseout="u(['RID49815', 'RID13163']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with nÃ3dulos and <label id="6502" style="color:green;" onmouseover="h(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055', 'RID39056']);" onmouseout="u(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055', 'RID39056']);" title="RID3874 (RID3874) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39466 (RID39466) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID34373 (RID34373) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39055 (RID39055) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">masses</label> of the <label id="6516" style="color:green;" onmouseover="h(['RID39056', 'RID1301']);" onmouseout="u(['RID39056', 'RID1301']);" title="RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> studied in the period between June 2006 and may 2007 were investigated retrospectively 113 <label id="6612" style="color:green;" onmouseover="h(['RID13163', 'RID49815']);" onmouseout="u(['RID13163', 'RID49815']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> (to 85.6%), regardless of your sex, <label id="6657" style="color:green;" onmouseover="h(['RID13163']);" onmouseout="u(['RID13163']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">age</label> and breed awarded§, which were submitted à <label id="6704" style="color:green;" onmouseover="h(['RID12309']);" onmouseout="u(['RID12309']);" title="RID12309 (RID12309) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">spiral</label> <label id="6711" style="color:green;" onmouseover="h(['RID12309', 'RID10321']);" onmouseout="u(['RID12309', 'RID10321']);" title="RID12309 (RID12309) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label> and N BTP-TC. These <label id="6734" style="color:green;" onmouseover="h(['RID1559']);" onmouseout="u(['RID1559']);" title="RID1559 (RID1559) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">procedures</label> were carried out in the Services§Radiology, Hospital de <label id="6801" style="color:green;" onmouseover="h(['RID5949']);" onmouseout="u(['RID5949']);" title="RID5949 (RID5949) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Base</label> de São José do Rio Preto, Faculty of Medicine of São José do Rio Preto, São José do Rio Preto (SP). The study was approved by the comitê of ética in search of instituição <label id="6987" style="color:green;" onmouseover="h(['RID45824']);" onmouseout="u(['RID45824']);" title="RID45824 (RID45824) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Protocol</label> (nº 3682/2006). Were deleted prontuárivers of the 19 <label id="7051" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> whose <label id="7066" style="color:green;" onmouseover="h(['RID28487']);" onmouseout="u(['RID28487']);" title="RID28487 (RID28487) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">report</label> histopatolÃ3gico presented results insatisfatÃ3rios or inconclusive due N the <label id="7151" style="color:green;" onmouseover="h(['RID5761']);" onmouseout="u(['RID5761']);" title="RID5761 (RID5761) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">amount</label> of material <label id="7170" style="color:green;" onmouseover="h(['RID39113']);" onmouseout="u(['RID39113']);" title="RID39113 (RID39113) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">insufficient</label>. Were obtained from the prontuárivers of the <label id="7229" style="color:green;" onmouseover="h(['RID49815', 'RID13163']);" onmouseout="u(['RID49815', 'RID13163']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> the following data: sex; <label id="7263" style="color:green;" onmouseover="h(['RID13163']);" onmouseout="u(['RID13163']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">age</label> à época the diagnÃ3stico; smoking; findings tomogrà graphics, such as daily¢metro (nÃ3dulo ⤠3 <label id="7365" style="color:green;" onmouseover="h(['RID11952']);" onmouseout="u(['RID11952']);" title="RID11952 (RID11952) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cm</label> and <label id="7372" style="color:green;" onmouseover="h(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055', 'RID29215']);" onmouseout="u(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055', 'RID29215']);" title="RID3874 (RID3874) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39466 (RID39466) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID34373 (RID34373) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39055 (RID39055) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID29215 (RID29215) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">mass</label> > 3 <label id="7381" style="color:green;" onmouseover="h(['RID11952']);" onmouseout="u(['RID11952']);" title="RID11952 (RID11952) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cm</label>),( 2 ) location§Ã£o (<label id="7405" style="color:green;" onmouseover="h(['RID5827']);" onmouseout="u(['RID5827']);" title="RID5827 (RID5827) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">central</label> or periférica), <label id="7430" style="color:green;" onmouseover="h(['RID5951']);" onmouseout="u(['RID5951']);" title="RID5951 (RID5951) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">border</label> (regular, <label id="7447" style="color:green;" onmouseover="h(['RID29215', 'RID5809']);" onmouseout="u(['RID29215', 'RID5809']);" title="RID29215 (RID29215) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID5809 (RID5809) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">irregular</label>, espiculado or bocelado) and <label id="7486" style="color:green;" onmouseover="h(['RID45838', 'RID49896']);" onmouseout="u(['RID45838', 'RID49896']);" title="RID45838 (RID45838) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49896 (RID49896) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">changes</label> intralesionais (atenuação <label id="7522" style="color:green;" onmouseover="h(['RID6059']);" onmouseout="u(['RID6059']);" title="RID6059 (RID6059) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">homogeneous</label>, <label id="7535" style="color:green;" onmouseover="h(['RID5171']);" onmouseout="u(['RID5171']);" title="RID5171 (RID5171) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">necrosis</label>, cavitação, calcificação and broncograma aéreo); tésupport used in the BTP-TC (PAAF, punção <label id="7644" style="color:green;" onmouseover="h(['RID10398']);" onmouseout="u(['RID10398']);" title="RID10398 (RID10398) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">aspiration</label> with a <label id="7662" style="color:green;" onmouseover="h(['RID5605']);" onmouseout="u(['RID5605']);" title="RID5605 (RID5605) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">needle</label> <label id="7669" style="color:green;" onmouseover="h(['RID28672']);" onmouseout="u(['RID28672']);" title="RID28672 (RID28672) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">thick</label> or <label id="7678" style="color:green;" onmouseover="h(['RID5770']);" onmouseout="u(['RID5770']);" title="RID5770 (RID5770) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">both</label>); and complicaà copyright management Information. Evaluation§Ã£o of the findings tomogrà graphics was performed by two radiologists so independent and <label id="7834" style="color:green;" onmouseover="h(['RID49854']);" onmouseout="u(['RID49854']);" title="RID49854 (RID49854) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">without</label> the knowledge of practice©vio of the results histopatolÃ3gicos. <label id="7906" style="color:green;" onmouseover="h(['RID5769']);" onmouseout="u(['RID5769']);" title="RID5769 (RID5769) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">All</label> examinations were performed in the unit of <label id="7953" style="color:green;" onmouseover="h(['RID10321']);" onmouseout="u(['RID10321']);" title="RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label> Tomoscan(r) SR 4000 (Phillips Medical Systems, Eindhoven, The Netherlands). Were made cuts tomogrà graphics <label id="8064" style="color:green;" onmouseover="h(['RID6014']);" onmouseout="u(['RID6014']);" title="RID6014 (RID6014) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">10</label> mm <label id="8070" style="color:green;" onmouseover="h(['RID28672']);" onmouseout="u(['RID28672']);" title="RID28672 (RID28672) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">thick</label>, from the ápices until the <label id="8104" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> <label id="8109" style="color:green;" onmouseover="h(['RID5949', 'RID12714']);" onmouseout="u(['RID5949', 'RID12714']);" title="RID5949 (RID5949) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID12714 (RID12714) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">bases</label> on inspiration§Ã£o, using a <label id="8143" style="color:green;" onmouseover="h(['RID12714', 'RID29007']);" onmouseout="u(['RID12714', 'RID29007']);" title="RID12714 (RID12714) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID29007 (RID29007) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">filter</label> of <label id="8153" style="color:green;" onmouseover="h(['RID46060', 'RID35736']);" onmouseout="u(['RID46060', 'RID35736']);" title="RID46060 (RID46060) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID35736 (RID35736) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">high</label> <label id="8158" style="color:green;" onmouseover="h(['RID35736']);" onmouseout="u(['RID35736']);" title="RID35736 (RID35736) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">resolution§Ã£o</label> to the reconstrução <label id="8195" style="color:green;" onmouseover="h(['RID12714']);" onmouseout="u(['RID12714']);" title="RID12714 (RID12714) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">images</label>. Subsequently, it was obtained a <label id="8235" style="color:green;" onmouseover="h(['RID5720']);" onmouseout="u(['RID5720']);" title="RID5720 (RID5720) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">new</label> sequência with aquisição helical <label id="8275" style="color:green;" onmouseover="h(['RID39331']);" onmouseout="u(['RID39331']);" title="RID39331 (RID39331) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">before</label> and apÃ3s a injeção contrast not iÃnico i. v., with cuts of <label id="8344" style="color:green;" onmouseover="h(['RID6014']);" onmouseout="u(['RID6014']);" title="RID6014 (RID6014) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">10</label> mm <label id="8350" style="color:green;" onmouseover="h(['RID28672']);" onmouseout="u(['RID28672']);" title="RID28672 (RID28672) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">thickness</label> and pitch (he£the <label id="8378" style="color:green;" onmouseover="h(['RID4751']);" onmouseout="u(['RID4751']);" title="RID4751 (RID4751) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">displacement</label> of the table and <label id="8408" style="color:green;" onmouseover="h(['RID28672']);" onmouseout="u(['RID28672']);" title="RID28672 (RID28672) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">thickness</label> of the cut) 2 <label id="8432" style="color:green;" onmouseover="h(['RID11952']);" onmouseout="u(['RID11952']);" title="RID11952 (RID11952) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cm</label>, using a system of 120 kVp, 150 mA. <label id="8471" style="color:green;" onmouseover="h(['RID49815', 'RID28667']);" onmouseout="u(['RID49815', 'RID28667']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID28667 (RID28667) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Patients</label> undergoing à BTP-TC were evaluated as to the overall <label id="8533" style="color:green;" onmouseover="h(['RID28667']);" onmouseout="u(['RID28667']);" title="RID28667 (RID28667) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">state</label>, level of consciência, reserve <label id="8571" style="color:green;" onmouseover="h(['RID10378']);" onmouseout="u(['RID10378']);" title="RID10378 (RID10378) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">functional</label> <label id="8582" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> and paran¢meters coagulação <label id="8617" style="color:green;" onmouseover="h(['RID5769']);" onmouseout="u(['RID5769']);" title="RID5769 (RID5769) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">All</label> were informed as às complicaçInformation of the <label id="8671" style="color:green;" onmouseover="h(['RID1559']);" onmouseout="u(['RID1559']);" title="RID1559 (RID1559) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">procedure</label> and guided in relation§Ã£o à respiração and on to keep the apnea. The <label id="8753" style="color:green;" onmouseover="h(['RID1559', 'RID38610', 'RID45917', 'RID48094']);" onmouseout="u(['RID1559', 'RID38610', 'RID45917', 'RID48094']);" title="RID1559 (RID1559) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID38610 (RID38610) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID45917 (RID45917) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID48094 (RID48094) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">procedure</label> was performed <label id="8777" style="color:green;" onmouseover="h(['RID49854']);" onmouseout="u(['RID49854']);" title="RID49854 (RID49854) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">without</label> the admin <label id="8795" style="color:green;" onmouseover="h(['RID12398']);" onmouseout="u(['RID12398']);" title="RID12398 (RID12398) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">section§Ã£o</label> de <label id="8810" style="color:green;" onmouseover="h(['RID49553']);" onmouseout="u(['RID49553']);" title="RID49553 (RID49553) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">contrast</label> <label id="8819" style="color:green;" onmouseover="h(['RID49553', 'RID11160']);" onmouseout="u(['RID49553', 'RID11160']);" title="RID49553 (RID49553) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID11160 (RID11160) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">intravenous</label>, being the <label id="8842" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patient</label> in decúbito <label id="8863" style="color:green;" onmouseover="h(['RID5847']);" onmouseout="u(['RID5847']);" title="RID5847 (RID5847) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">dorsal</label> or <label id="8873" style="color:green;" onmouseover="h(['RID5848']);" onmouseout="u(['RID5848']);" title="RID5848 (RID5848) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">ventral</label>, aiming enable the direct <label id="8907" style="color:green;" onmouseover="h(['RID38610']);" onmouseout="u(['RID38610']);" title="RID38610 (RID38610) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">access</label> up to the lesão, <label id="8932" style="color:green;" onmouseover="h(['RID45917']);" onmouseout="u(['RID45917']);" title="RID45917 (RID45917) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">pause</label>, respiratÃ3ria during inspiration§Ã£O <label id="8976" style="color:green;" onmouseover="h(['RID45824']);" onmouseout="u(['RID45824']);" title="RID45824 (RID45824) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">protocol</label> service§radiology of the instituição to the realização of BTP-TC included cuts tomogrà graphics of 5 to <label id="9093" style="color:green;" onmouseover="h(['RID6014']);" onmouseout="u(['RID6014']);" title="RID6014 (RID6014) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">10</label> mm <label id="9099" style="color:green;" onmouseover="h(['RID12398', 'RID28672']);" onmouseout="u(['RID12398', 'RID28672']);" title="RID12398 (RID12398) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID28672 (RID28672) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">thick</label>, with a pitch of 2 <label id="9124" style="color:green;" onmouseover="h(['RID11952']);" onmouseout="u(['RID11952']);" title="RID11952 (RID11952) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cm</label>, using a system of 120 kVp, 150 mA, aiming to locate the lesão, set the level appropriate for the introduction§Ã£o of the <label id="9250" style="color:green;" onmouseover="h(['RID5605']);" onmouseout="u(['RID5605']);" title="RID5605 (RID5605) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">needle</label> and <label id="9261" style="color:green;" onmouseover="h(['RID48094', 'RID10409']);" onmouseout="u(['RID48094', 'RID10409']);" title="RID48094 (RID48094) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID10409 (RID10409) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">measure</label> the <label id="9273" style="color:green;" onmouseover="h(['RID49678']);" onmouseout="u(['RID49678']);" title="RID49678 (RID49678) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">distance¢ncia</label>, and the angulação of the same. It was made esterilizaçãthe region£the punção with povidone-<label id="9385" style="color:green;" onmouseover="h(['RID11866']);" onmouseout="u(['RID11866']);" title="RID11866 (RID11866) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">iodine</label>, coverage fields are©kings and the admin section§Ã£o <label id="9445" style="color:green;" onmouseover="h(['RID6014']);" onmouseout="u(['RID6014']);" title="RID6014 (RID6014) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">10</label> mL of anestésico local (lidocaÃna 2%). <label id="9488" style="color:green;" onmouseover="h(['RID11764']);" onmouseout="u(['RID11764']);" title="RID11764 (RID11764) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">He</label> has held a incisãthe <label id="9513" style="color:green;" onmouseover="h(['RID5774']);" onmouseout="u(['RID5774']);" title="RID5774 (RID5774) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">small</label> with a scalpel (wool¢mine in. 14), where the the <label id="9568" style="color:green;" onmouseover="h(['RID5605']);" onmouseout="u(['RID5605']);" title="RID5605 (RID5605) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">needle</label> was introduced into the fabric subcutâneo. Cuts tomogrà graphics were performed to find the end of the <label id="9679" style="color:green;" onmouseover="h(['RID5605']);" onmouseout="u(['RID5605']);" title="RID5605 (RID5605) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">needle</label>, this being attached to a pistol automatic¡tica Bard Magnum(r) (Manan Medical Products, Northbrook, IL, USA). The tétechniques BTP-TC used incluÃram PAAF, biÃ3psia core or <label id="9859" style="color:green;" onmouseover="h(['RID5770']);" onmouseout="u(['RID5770']);" title="RID5770 (RID5770) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">both</label> tétechniques. For the biÃ3psia <label id="9896" style="color:green;" onmouseover="h(['RID12932']);" onmouseout="u(['RID12932']);" title="RID12932 (RID12932) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">core</label> were used <label id="9911" style="color:green;" onmouseover="h(['RID12932', 'RID5605']);" onmouseout="u(['RID12932', 'RID5605']);" title="RID12932 (RID12932) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID5605 (RID5605) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">needles</label> 18-20 G, while for PAAF, these were 22-25 G. ApÃ3s the biÃ3psia, the <label id="9988" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patient</label> remained <label id="10005" style="color:green;" onmouseover="h(['RID49445']);" onmouseout="u(['RID49445']);" title="RID49445 (RID49445) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">monitored</label> for 2-3 h, including the realização cuts tomogrà graphics in <label id="10078" style="color:green;" onmouseover="h(['RID45813']);" onmouseout="u(['RID45813']);" title="RID45813 (RID45813) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">order</label> detect complicaà copyright management Information. In the dwarf¡lysis of the data, we used the camera¡lculos statistical methods descriptive and inferential. For the comparison§Ã£o de <label id="10268" style="color:green;" onmouseover="h(['RID5020']);" onmouseout="u(['RID5020']);" title="RID5020 (RID5020) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">médias</label>, were applied the Student's t-test for independent samples (range etam¡ria and daily¢metro nÃ3dulo <label id="10375" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> in relation§Ã£o lesões <label id="10404" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> or <label id="10414" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label>), the chi-square test (<label id="10447" style="color:green;" onmouseover="h(['RID5652']);" onmouseout="u(['RID5652']);" title="RID5652 (RID5652) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">gender</label>, location§Ã£o of the lesão, smoking and tétechniques BTP-TC in relation§Ã£o the lesões <label id="10544" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> or <label id="10554" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label>) and the test of comparisons§Ã£o two proporà copyright management Information with aproximação <label id="10661" style="color:green;" onmouseover="h(['RID13173']);" onmouseout="u(['RID13173']);" title="RID13173 (RID13173) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">normal</label> <label id="10668" style="color:green;" onmouseover="h(['RID5957']);" onmouseout="u(['RID5957']);" title="RID5957 (RID5957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">contour</label>, and <label id="10681" style="color:green;" onmouseover="h(['RID45838', 'RID49896']);" onmouseout="u(['RID45838', 'RID49896']);" title="RID45838 (RID45838) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49896 (RID49896) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">changes</label> intralesionais in relation§Ã£o the lesões <label id="10732" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> or malignant). ( 13 ) The level of significância adopted was p < 0.05. <label id="10811" style="color:green;" onmouseover="h(['RID5769']);" onmouseout="u(['RID5769']);" title="RID5769 (RID5769) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">All</label> the dwarf¡lises were carried out by <label id="10851" style="color:green;" onmouseover="h(['RID39224']);" onmouseout="u(['RID39224']);" title="RID39224 (RID39224) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">means</label> of the program Minitab version 15 (Minitab Inc., State College, <label id="10921" style="color:green;" onmouseover="h(['RID28625']);" onmouseout="u(['RID28625']);" title="RID28625 (RID28625) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">PA</label>, USA). ( 14 ) Results Of the 113 <label id="10957" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> studied, 68 (up 60.2%) were <label id="10994" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">male</label> and 45 (39,8%) were <label id="11019" style="color:green;" onmouseover="h(['RID5654']);" onmouseout="u(['RID5654']);" title="RID5654 (RID5654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">female</label>. The <label id="11031" style="color:green;" onmouseover="h(['RID5775']);" onmouseout="u(['RID5775']);" title="RID5775 (RID5775) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">medium</label> day of <label id="11045" style="color:green;" onmouseover="h(['RID13163']);" onmouseout="u(['RID13163']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">age</label> of the <label id="11056" style="color:green;" onmouseover="h(['RID13163', 'RID49815']);" onmouseout="u(['RID13163', 'RID49815']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> was to 59.3 ± <label id="11080" style="color:green;" onmouseover="h(['RID6018']);" onmouseout="u(['RID6018']);" title="RID6018 (RID6018) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">12</label>,6 years and a <label id="11097" style="color:green;" onmouseover="h(['RID5846']);" onmouseout="u(['RID5846']);" title="RID5846 (RID5846) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">median</label> of 61 years (variação, <label id="11129" style="color:green;" onmouseover="h(['RID6018']);" onmouseout="u(['RID6018']);" title="RID6018 (RID6018) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">12</label>-82 years). Among the <label id="11153" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> analyzed, 78 (69%) were smokers and 35 (31%) were not smokers. Of smokers, 48 (61,5%) and 30 (38.5 percent) were sex <label id="11279" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">male</label> and <label id="11288" style="color:green;" onmouseover="h(['RID5654']);" onmouseout="u(['RID5654']);" title="RID5654 (RID5654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">female</label>, respectively. The daily¢metro lesões <label id="11334" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> <label id="11339" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> disease ranged from 1.8 to 6.5 <label id="11377" style="color:green;" onmouseover="h(['RID11952']);" onmouseout="u(['RID11952']);" title="RID11952 (RID11952) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cm</label> and the of evil ranged from 2.6 to 10.0 cm. The relationship§Ã£o between nÃ3dulos and <label id="11466" style="color:green;" onmouseover="h(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055']);" onmouseout="u(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055']);" title="RID3874 (RID3874) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39466 (RID39466) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID34373 (RID34373) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39055 (RID39055) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">masses</label> <label id="11473" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> or <label id="11483" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> was statistically significant (p = 0.003), being the most frequent malignancy in <label id="11574" style="color:green;" onmouseover="h(['RID5770']);" onmouseout="u(['RID5770']);" title="RID5770 (RID5770) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">both</label> for nÃ3dulos (23,0%) as <label id="11603" style="color:green;" onmouseover="h(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055']);" onmouseout="u(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055']);" title="RID3874 (RID3874) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39466 (RID39466) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID34373 (RID34373) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39055 (RID39055) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">masses</label> pulmonary (54,8%). NÃ3dulos <label id="11638" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> were more often detected in the region£the periférica pulmonary (85% of cases) and less often in the region£the <label id="11756" style="color:green;" onmouseover="h(['RID5827']);" onmouseout="u(['RID5827']);" title="RID5827 (RID5827) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">central</label> (15% of cases). There was a predomÃnio of <label id="11806" style="color:green;" onmouseover="h(['RID3957']);" onmouseout="u(['RID3957']);" title="RID3957 (RID3957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tumors</label> <label id="11813" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> in <label id="11826" style="color:green;" onmouseover="h(['RID5967']);" onmouseout="u(['RID5967']);" title="RID5967 (RID5967) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lobes</label> the higher in 67 <label id="11849" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> (76%). In the 113 <label id="11876" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> studied, found a <label id="11902" style="color:green;" onmouseover="h(['RID5689']);" onmouseout="u(['RID5689']);" title="RID5689 (RID5689) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">total</label> of 185 <label id="11915" style="color:green;" onmouseover="h(['RID5957']);" onmouseout="u(['RID5957']);" title="RID5957 (RID5957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">contours</label> of nÃ3dulos <label id="11936" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label>, being the type espiculado the most frequent (mop49.7%), followed by the type bocelado (26,5%), <label id="12037" style="color:green;" onmouseover="h(['RID5809']);" onmouseout="u(['RID5809']);" title="RID5809 (RID5809) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">irregular</label> (<label id="12048" style="color:green;" onmouseover="h(['RID6018']);" onmouseout="u(['RID6018']);" title="RID6018 (RID6018) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">12</label>,4%) and regular (11.4 percent; Figure 1). Findings tomogrà graphics showed a <label id="12128" style="color:green;" onmouseover="h(['RID5689']);" onmouseout="u(['RID5689']);" title="RID5689 (RID5689) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">total</label> of 151 <label id="12141" style="color:green;" onmouseover="h(['RID45838', 'RID49896']);" onmouseout="u(['RID45838', 'RID49896']);" title="RID45838 (RID45838) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49896 (RID49896) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">changes</label> intralesionais, being the <label id="12175" style="color:green;" onmouseover="h(['RID49903']);" onmouseout="u(['RID49903']);" title="RID49903 (RID49903) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">appearance</label> homogêneo the most frequent (42,4%), followed by <label id="12236" style="color:green;" onmouseover="h(['RID5171']);" onmouseout="u(['RID5171']);" title="RID5171 (RID5171) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">necrosis</label> (21,2%), cavitação (by 17.2%), calcificação (<label id="12294" style="color:green;" onmouseover="h(['RID6016']);" onmouseout="u(['RID6016']);" title="RID6016 (RID6016) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">11</label>,2%) and broncograma aéreo (8,0%; Figure 2). Figure 1 Cuts <label id="12357" style="color:green;" onmouseover="h(['RID12309']);" onmouseout="u(['RID12309']);" title="RID12309 (RID12309) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">spiral</label> <label id="12364" style="color:green;" onmouseover="h(['RID12309', 'RID10321']);" onmouseout="u(['RID12309', 'RID10321']);" title="RID12309 (RID12309) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label> showing <label id="12375" style="color:green;" onmouseover="h(['RID5957']);" onmouseout="u(['RID5957']);" title="RID5957 (RID5957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">contours</label> of <label id="12387" style="color:green;" onmouseover="h(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055', 'RID29215']);" onmouseout="u(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055', 'RID29215']);" title="RID3874 (RID3874) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39466 (RID39466) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID34373 (RID34373) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39055 (RID39055) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID29215 (RID29215) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">mass</label> pulmonary <label id="12402" style="color:green;" onmouseover="h(['RID29215', 'RID5809']);" onmouseout="u(['RID29215', 'RID5809']);" title="RID29215 (RID29215) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID5809 (RID5809) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">irregular</label> (in The <label id="12420" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patient</label> <label id="12428" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">male</label>, 77 years) and the types bocelado (B; <label id="12471" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patient</label> <label id="12479" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">male</label>, 30 years), espiculado (C; <label id="12511" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patient</label> <label id="12519" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">male</label>, 64 years) and regular <label id="12547" style="color:green;" onmouseover="h(['RID5949']);" onmouseout="u(['RID5949']);" title="RID5949 (RID5949) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">basis</label> (D; <label id="12557" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patient</label>, <label id="12566" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">male</label>, 36 years). Figure 2 Cuts <label id="12599" style="color:green;" onmouseover="h(['RID12309']);" onmouseout="u(['RID12309']);" title="RID12309 (RID12309) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">spiral</label> <label id="12606" style="color:green;" onmouseover="h(['RID12309', 'RID10321']);" onmouseout="u(['RID12309', 'RID10321']);" title="RID12309 (RID12309) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label> showing <label id="12617" style="color:green;" onmouseover="h(['RID45838', 'RID49896']);" onmouseout="u(['RID45838', 'RID49896']);" title="RID45838 (RID45838) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49896 (RID49896) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">changes</label> intralesionais with aspect homogêneo (in The; <label id="12672" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patient</label> is <label id="12683" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">male</label>, 49 years), <label id="12700" style="color:green;" onmouseover="h(['RID5171']);" onmouseout="u(['RID5171']);" title="RID5171 (RID5171) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">necrosis</label> (B; <label id="12713" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patient</label> <label id="12721" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">male</label>, 36 years), calcificação (C; <label id="12757" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patient</label>, <label id="12766" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">male</label>, 56 years <label id="12781" style="color:green;" onmouseover="h(['RID5721']);" onmouseout="u(['RID5721']);" title="RID5721 (RID5721) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">old</label>) and broncograma aéreo (D; <label id="12813" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patient</label> <label id="12821" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">male</label>, 77 years). The technical support of PAAF was performed in 71 patients, while the <label id="12909" style="color:green;" onmouseover="h(['RID5605']);" onmouseout="u(['RID5605']);" title="RID5605 (RID5605) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">needle</label>-<label id="12916" style="color:green;" onmouseover="h(['RID28672']);" onmouseout="u(['RID28672']);" title="RID28672 (RID28672) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">thick</label> was performed in 81 patients, being <label id="12958" style="color:green;" onmouseover="h(['RID5770']);" onmouseout="u(['RID5770']);" title="RID5770 (RID5770) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">both</label> tétechniques are used in 39 patients. The pneumotÃ3rax was the Only complicação arising <label id="13054" style="color:green;" onmouseover="h(['RID45899']);" onmouseout="u(['RID45899']);" title="RID45899 (RID45899) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">out</label> of the BTP-TC, being observed in 37 <label id="13094" style="color:green;" onmouseover="h(['RID45899', 'RID49815']);" onmouseout="u(['RID45899', 'RID49815']);" title="RID45899 (RID45899) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> (32,7%). With relationship§Ã£o to diagnÃ3stico histopatolÃ3gico, of the 113 <label id="13179" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> who held biÃ3psia, the result was <label id="13222" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label>, and <label id="13237" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label>, respectively, in 88 (77,8%) and in 25 (22.2 per cent). The diagnÃ3stico histopatolÃ3gico of <label id="13337" style="color:green;" onmouseover="h(['RID49815', 'RID13163']);" onmouseout="u(['RID49815', 'RID13163']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with nÃ3dulos <label id="13360" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> in relation§Ã£o à range ethan¡ria and to the daily¢metro showed that the <label id="13438" style="color:green;" onmouseover="h(['RID4226']);" onmouseout="u(['RID4226']);" title="RID4226 (RID4226) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">adenocarcinoma</label> was the most frequent type (48,9%), affects older <label id="13503" style="color:green;" onmouseover="h(['RID13163', 'RID49815']);" onmouseout="u(['RID13163', 'RID49815']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> (méday of <label id="13523" style="color:green;" onmouseover="h(['RID13163']);" onmouseout="u(['RID13163']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">age</label> = 65,6 ± 9,1 years), and that the size of lesões <label id="13578" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> ranged from 2.4 to 10.0 <label id="13612" style="color:green;" onmouseover="h(['RID11952']);" onmouseout="u(['RID11952']);" title="RID11952 (RID11952) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cm</label>, while that of the lesões <label id="13642" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> ranged from 1.8 to 6.5 cm. Considering the range etam¡ria, there was a difference§significant between lesões <label id="13759" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> and <label id="13770" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> (p = 0.034), having <label id="13800" style="color:green;" onmouseover="h(['RID13163']);" onmouseout="u(['RID13163']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">age</label> more <label id="13809" style="color:green;" onmouseover="h(['RID38799']);" onmouseout="u(['RID38799']);" title="RID38799 (RID38799) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">advanced§ada</label> <label id="13822" style="color:green;" onmouseover="h(['RID13163', 'RID49815']);" onmouseout="u(['RID13163', 'RID49815']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with lesãthe <label id="13845" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label>; as to the daily¢metro, the difference§was significant between the lesões <label id="13930" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> and <label id="13941" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> (p < 0.001), this being greater in <label id="13986" style="color:green;" onmouseover="h(['RID13163', 'RID49815']);" onmouseout="u(['RID13163', 'RID49815']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with a result histopatolÃ3gico <label id="14026" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> (Table 1). Table 1Â <label id="14056" style="color:green;" onmouseover="h(['RID13163']);" onmouseout="u(['RID13163']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Age</label> of the <label id="14067" style="color:green;" onmouseover="h(['RID13163', 'RID49815']);" onmouseout="u(['RID13163', 'RID49815']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> (N = 113) and daily¢metro of nÃ3dulos <label id="14114" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> function§Ã£o diagnÃ3stico histopatolÃ3gico of lesões in the sample studied. This is applicable DiagnÃ3stico n Méday ± sd <label id="14244" style="color:green;" onmouseover="h(['RID5846']);" onmouseout="u(['RID5846']);" title="RID5846 (RID5846) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Median</label> (variação) p* <label id="14267" style="color:green;" onmouseover="h(['RID13163']);" onmouseout="u(['RID13163']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Age</label> Evil 88 The 60.7 ± 12,1 63 (30-80) 0,034 <label id="14313" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Benign</label> 25 For 54.4 ± <label id="14335" style="color:green;" onmouseover="h(['RID6018']);" onmouseout="u(['RID6018']);" title="RID6018 (RID6018) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">12</label>,9 60 (<label id="14344" style="color:green;" onmouseover="h(['RID6018']);" onmouseout="u(['RID6018']);" title="RID6018 (RID6018) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">12</label>-82) Daily¢metro Evil 88 Of 5.3 ± 1,9 5,0 (2,4-<label id="14394" style="color:green;" onmouseover="h(['RID6014']);" onmouseout="u(['RID6014']);" title="RID6014 (RID6014) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">10</label>,0) < 0,001 <label id="14408" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Benign</label> 25 The 3.7 ± 1,3 4,0 (1,8-6,5) *Student's t-test for independent samples. In <label id="14493" style="color:green;" onmouseover="h(['RID28483']);" onmouseout="u(['RID28483']);" title="RID28483 (RID28483) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">comparison</label> to the one§Ã£o diagnÃ3stico histopatolÃ3gico in relation§Ã£o to sex and to the <label id="14583" style="color:green;" onmouseover="h(['RID49479']);" onmouseout="u(['RID49479']);" title="RID49479 (RID49479) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">findings</label> tomogrà graphics (Table 2), it is <label id="14626" style="color:green;" onmouseover="h(['RID38584']);" onmouseout="u(['RID38584']);" title="RID38584 (RID38584) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">observed</label> that sex and location§Ã£o de nÃ3dulo pulmonary <label id="14682" style="color:green;" onmouseover="h(['RID38584']);" onmouseout="u(['RID38584']);" title="RID38584 (RID38584) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">not</label> presented associaçActions are significant with the diagnÃ3stico histopatolÃ3gico (p = 0,067 and p = 0.264 with, respectively). With relationship§Ã£o to outline of the nÃ3dulo <label id="14862" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label>, the regular <label id="14880" style="color:green;" onmouseover="h(['RID5641']);" onmouseout="u(['RID5641']);" title="RID5641 (RID5641) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">kind</label> showed a associação significant the <label id="14923" style="color:green;" onmouseover="h(['RID10394']);" onmouseout="u(['RID10394']);" title="RID10394 (RID10394) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">diagnosis</label> histopatolÃ3gico (p = 0.022), being more frequent in lesões <label id="14994" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label>. The types espiculado and bocelado were more frequent in <label id="15058" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with lesões evil (50,7% and 28,7%, respectively). There was associaçInformation significant of <label id="15164" style="color:green;" onmouseover="h(['RID5769']);" onmouseout="u(['RID5769']);" title="RID5769 (RID5769) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">all</label> <label id="15168" style="color:green;" onmouseover="h(['RID45838', 'RID49896']);" onmouseout="u(['RID45838', 'RID49896']);" title="RID45838 (RID45838) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49896 (RID49896) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">changes</label> intralesionais with the diagnÃ3stico histopatolÃ3gico. Atenuação <label id="15243" style="color:green;" onmouseover="h(['RID6059']);" onmouseout="u(['RID6059']);" title="RID6059 (RID6059) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">homogeneous</label> and <label id="15259" style="color:green;" onmouseover="h(['RID5171']);" onmouseout="u(['RID5171']);" title="RID5171 (RID5171) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">necrosis</label> were more frequent in <label id="15290" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with lesões <label id="15312" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> (51,9% and 26,9%, respectively), while cavitação, calcificação and broncograma aéreo were more found in those with lesões <label id="15450" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> (by 29.8% to 23.4% and 17.0%, respectively). In the camera¡lculos relating to <label id="15535" style="color:green;" onmouseover="h(['RID6784']);" onmouseout="u(['RID6784']);" title="RID6784 (RID6784) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tests</label> of comparison§Ã£o de proporà copyright management Information (Table 2), the findings tomogrà graphics for the <label id="15652" style="color:green;" onmouseover="h(['RID5957']);" onmouseout="u(['RID5957']);" title="RID5957 (RID5957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">contour</label> lesional and <label id="15673" style="color:green;" onmouseover="h(['RID45838', 'RID49896']);" onmouseout="u(['RID45838', 'RID49896']);" title="RID45838 (RID45838) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49896 (RID49896) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">changes</label> intralesionais were analyzed considering that the same <label id="15736" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patient</label> could have presented more of a <label id="15775" style="color:green;" onmouseover="h(['RID5957']);" onmouseout="u(['RID5957']);" title="RID5957 (RID5957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">contour</label> type lesional and/or changes§Ã£o <label id="15816" style="color:green;" onmouseover="h(['RID11134']);" onmouseout="u(['RID11134']);" title="RID11134 (RID11134) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">intralesional</label>. Table 2 Sex and found tomogrà graphics of the <label id="15878" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> (N = 113) in function§Ã£o diagnÃ3stico histopatolÃ3gico of lesões in the sample studied.aβ Paran¢meters DiagnÃ3stico <label id="16005" style="color:green;" onmouseover="h(['RID5689']);" onmouseout="u(['RID5689']);" title="RID5689 (RID5689) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Total</label> p Evil <label id="16018" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Benign</label> Sex <label id="16029" style="color:green;" onmouseover="h(['RID5654']);" onmouseout="u(['RID5654']);" title="RID5654 (RID5654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Female</label> 39 (44,3) 06 (24,0) 45 (39,8) 0,067* <label id="16073" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Male</label> 49 (55,7) 19 (76,0) 68 (to 60.2) <label id="16111" style="color:green;" onmouseover="h(['RID5689']);" onmouseout="u(['RID5689']);" title="RID5689 (RID5689) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Total</label> 88 (100,0) 25 (100,0) 113 (100,0)  Location§Ã£o <label id="16166" style="color:green;" onmouseover="h(['RID5827']);" onmouseout="u(['RID5827']);" title="RID5827 (RID5827) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Central</label> 15 (17,0) 02 (8,0) 17 (15,0) 0.264 with* Periférica 73 (83,0) 23 (92,0) 96 (85,0) <label id="16257" style="color:green;" onmouseover="h(['RID5689']);" onmouseout="u(['RID5689']);" title="RID5689 (RID5689) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Total</label> 88 (100,0) 25 (100,0) 113 (100,0) Â <label id="16299" style="color:green;" onmouseover="h(['RID5957']);" onmouseout="u(['RID5957']);" title="RID5957 (RID5957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Contour</label> <label id="16307" style="color:green;" onmouseover="h(['RID43315', 'RID43316', 'RID43314']);" onmouseout="u(['RID43315', 'RID43316', 'RID43314']);" title="RID43315 (RID43315) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID43316 (RID43316) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID43314 (RID43314) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lesional</label> Regular <label id="16324" style="color:green;" onmouseover="h(['RID6018']);" onmouseout="u(['RID6018']);" title="RID6018 (RID6018) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">12</label> (8,0) 16 (45,7) 28 (15,1) 0,022** Espiculado 76 (50,7) 09 (25,7) 8<label id="16393" style="color:green;" onmouseover="h(['RID43314']);" onmouseout="u(['RID43314']);" title="RID43314 (RID43314) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">5</label> (45,9) 0,597** Bocelado 43 (28,7) 0<label id="16430" style="color:green;" onmouseover="h(['RID43315']);" onmouseout="u(['RID43315']);" title="RID43315 (RID43315) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">6</label> (17,1) 49 (26,5) 0,118** <label id="16457" style="color:green;" onmouseover="h(['RID5809']);" onmouseout="u(['RID5809']);" title="RID5809 (RID5809) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Irregular</label> 19 (12,6) 4 (11,4) 23 (12,4) 0,837** <label id="16504" style="color:green;" onmouseover="h(['RID5689']);" onmouseout="u(['RID5689']);" title="RID5689 (RID5689) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Total</label> 150 (100,0) 35 (100,0) 185 (<label id="16538" style="color:green;" onmouseover="h(['RID43315', 'RID43316', 'RID6014']);" onmouseout="u(['RID43315', 'RID43316', 'RID6014']);" title="RID43315 (RID43315) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID43316 (RID43316) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID6014 (RID6014) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">10</label>0,0) Â <label id="16547" style="color:green;" onmouseover="h(['RID45838', 'RID49896']);" onmouseout="u(['RID45838', 'RID49896']);" title="RID45838 (RID45838) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49896 (RID49896) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Changes</label> intralesionais Atenuação <label id="16582" style="color:green;" onmouseover="h(['RID6059']);" onmouseout="u(['RID6059']);" title="RID6059 (RID6059) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">homogeneous</label> <label id="16594" style="color:green;" onmouseover="h(['RID43314']);" onmouseout="u(['RID43314']);" title="RID43314 (RID43314) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">5</label>4 (51,9) 10 (21,3) 64 (42,4) 0,001** <label id="16632" style="color:green;" onmouseover="h(['RID5171']);" onmouseout="u(['RID5171']);" title="RID5171 (RID5171) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Necrosis</label> <label id="16641" style="color:green;" onmouseover="h(['RID43314']);" onmouseout="u(['RID43314']);" title="RID43314 (RID43314) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">2</label>8 (26,9) 04 (8,<label id="16657" style="color:green;" onmouseover="h(['RID43314']);" onmouseout="u(['RID43314']);" title="RID43314 (RID43314) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">5</label>) 32 (21.2 in) 0,007** Cavitação 1<label id="16694" style="color:green;" onmouseover="h(['RID43314']);" onmouseout="u(['RID43314']);" title="RID43314 (RID43314) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">2</label> (<label id="16697" style="color:green;" onmouseover="h(['RID6016', 'RID6016', 'RID6016']);" onmouseout="u(['RID6016', 'RID6016', 'RID6016']);" title="RID6016 (RID6016) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID6016 (RID6016) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID6016 (RID6016) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">11</label>,<label id="16700" style="color:green;" onmouseover="h(['RID43314']);" onmouseout="u(['RID43314']);" title="RID43314 (RID43314) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">5</label>) 14 (29,8) 26 (17,2) 0,004** Calcificação 06 (5,7) 11 (23,4) 17 (11,2) 0,003** Broncograma aéreo 04 (4,0) 08 (17,0) 12 (8,0) 0,015** <label id="16838" style="color:green;" onmouseover="h(['RID5689']);" onmouseout="u(['RID5689']);" title="RID5689 (RID5689) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Total</label> 104 (100,0) 47 (100,0) 151 (100,0)  aValores expressed in n (%) *Chi-square test ** * Test of comparison§Ã£o two proporçInformation for aproximação <label id="16996" style="color:green;" onmouseover="h(['RID13173']);" onmouseout="u(['RID13173']);" title="RID13173 (RID13173) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">normal</label>. There was a associação significant between lesões <label id="17057" style="color:green;" onmouseover="h(['RID15655', 'RID36042']);" onmouseout="u(['RID15655', 'RID36042']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID36042 (RID36042) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignancies</label>, and smoking (p = 0.002), with the majority of <label id="17117" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> constituÃda for smokers (n = 78), of which 76,1% presented lesões evil. NOT there was a associação significant between diagnÃ3stico histopatolÃ3gico and tétechniques BTP-TC (p = 0,778). Distribution§Ã£o percentage of diagnÃ3stico the evil one obtained by the tétechnical <label id="17402" style="color:green;" onmouseover="h(['RID49777']);" onmouseout="u(['RID49777']);" title="RID49777 (RID49777) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">core</label> <label id="17407" style="color:green;" onmouseover="h(['RID49777', 'RID38611']);" onmouseout="u(['RID49777', 'RID38611']);" title="RID49777 (RID49777) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID38611 (RID38611) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">biopsy</label>, PAAF, or <label id="17424" style="color:green;" onmouseover="h(['RID5770']);" onmouseout="u(['RID5770']);" title="RID5770 (RID5770) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">both</label> was prÃ3xima, this is 29.2% in 23,0% and 25.6%, respectively. Distribution§Ã£o percentage of lesões evil as sex and found tomogrà graphics is shown in Table 3. These lesões were more frequent in <label id="17626" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">male</label> <label id="17631" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> (55,7%). <label id="17649" style="color:green;" onmouseover="h(['RID4226']);" onmouseout="u(['RID4226']);" title="RID4226 (RID4226) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Adenocarcinoma</label> was the type the most frequent in <label id="17698" style="color:green;" onmouseover="h(['RID5770']);" onmouseout="u(['RID5770']);" title="RID5770 (RID5770) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">both</label> sexes (equivalent to 48.9%). With relationship§Ã£o à location§Ã£o, the most frequent it was the periférica (82,9%). <label id="17820" style="color:green;" onmouseover="h(['RID4226']);" onmouseout="u(['RID4226']);" title="RID4226 (RID4226) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Adenocarcinoma</label> was the <label id="17843" style="color:green;" onmouseover="h(['RID3957']);" onmouseout="u(['RID3957']);" title="RID3957 (RID3957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tumor</label> most common in the region£the periférica (an increase of 56.2%). As for the <label id="17926" style="color:green;" onmouseover="h(['RID5957']);" onmouseout="u(['RID5957']);" title="RID5957 (RID5957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">contour</label>, approximately half of the cases was of the type espiculado (50,7%). In <label id="18006" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with <label id="18020" style="color:green;" onmouseover="h(['RID4226']);" onmouseout="u(['RID4226']);" title="RID4226 (RID4226) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">adenocarcinoma</label>, the <label id="18040" style="color:green;" onmouseover="h(['RID5957']);" onmouseout="u(['RID5957']);" title="RID5957 (RID5957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">contours</label> more frequent were uneven (by 57.9%), espiculado (51,3%) and bocelado (44,2%). Among the <label id="18138" style="color:green;" onmouseover="h(['RID45838', 'RID49896']);" onmouseout="u(['RID45838', 'RID49896']);" title="RID45838 (RID45838) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49896 (RID49896) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">changes</label> intralesionais, atenuação <label id="18174" style="color:green;" onmouseover="h(['RID6059']);" onmouseout="u(['RID6059']);" title="RID6059 (RID6059) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">homogeneous</label> was the most common (51,9%), followed by <label id="18227" style="color:green;" onmouseover="h(['RID5171']);" onmouseout="u(['RID5171']);" title="RID5171 (RID5171) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">necrosis</label> (26,9%). The atenuação <label id="18261" style="color:green;" onmouseover="h(['RID6059']);" onmouseout="u(['RID6059']);" title="RID6059 (RID6059) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">homogeneous</label> was more detected in <label id="18294" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with <label id="18308" style="color:green;" onmouseover="h(['RID4226']);" onmouseout="u(['RID4226']);" title="RID4226 (RID4226) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">adenocarcinoma</label> and <label id="18327" style="color:green;" onmouseover="h(['RID4247']);" onmouseout="u(['RID4247']);" title="RID4247 (RID4247) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">carcinoma</label> epidermoide (38,9% and 24.1%, respectively). The cavitação was more frequent in cases of <label id="18428" style="color:green;" onmouseover="h(['RID4247']);" onmouseout="u(['RID4247']);" title="RID4247 (RID4247) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">carcinoma</label> epidermoide (66,7%). Table 3 Types of lesões evil found in the built-in function§Ã£o sex and of the findings tomogrà graphics of <label id="18569" style="color:green;" onmouseover="h(['RID5769']);" onmouseout="u(['RID5769']);" title="RID5769 (RID5769) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">all</label> the <label id="18577" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> studied (N = 113).aβ Paran¢meters Lesões evil ADC ZIP code LH CPC LNH MT Other <label id="18666" style="color:green;" onmouseover="h(['RID5689']);" onmouseout="u(['RID5689']);" title="RID5689 (RID5689) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Total</label> Sex         <label id="18692" style="color:green;" onmouseover="h(['RID5654']);" onmouseout="u(['RID5654']);" title="RID5654 (RID5654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Female</label> 15 (38,5) <label id="18709" style="color:green;" onmouseover="h(['RID6016']);" onmouseout="u(['RID6016']);" title="RID6016 (RID6016) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">11</label> (28,2) 5 (<label id="18722" style="color:green;" onmouseover="h(['RID6018']);" onmouseout="u(['RID6018']);" title="RID6018 (RID6018) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">12</label>,8) 0 (0,0) 2 (5,1) 1 (2,6) 5 (<label id="18755" style="color:green;" onmouseover="h(['RID6018']);" onmouseout="u(['RID6018']);" title="RID6018 (RID6018) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">12</label>,8) 39 (44,3) <label id="18771" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Male</label> 28 (57,1) 5 (<label id="18789" style="color:green;" onmouseover="h(['RID6014']);" onmouseout="u(['RID6014']);" title="RID6014 (RID6014) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">10</label>,2) 3 (6,1) 6 (12,2) 2 (4,1) 3 (6,1) 2 (4,1) 49 (55,7) <label id="18846" style="color:green;" onmouseover="h(['RID5689']);" onmouseout="u(['RID5689']);" title="RID5689 (RID5689) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Total</label>        88 (100) Location§Ã£o         <label id="18904" style="color:green;" onmouseover="h(['RID5827']);" onmouseout="u(['RID5827']);" title="RID5827 (RID5827) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Central</label> 2 (13,3) 0 (0,0) 8 (a 53.3) 2 (13,3) 1 (6,7) 0 (0,0) 2 (13,3) 15 (17,0) Periférica 41 (56,2) 16 (21,9) 0 (0,0) 4 (5,6) 3 (4,1) 4 (5,6) 5 (6,8) 73 (83,0) <label id="19066" style="color:green;" onmouseover="h(['RID5689']);" onmouseout="u(['RID5689']);" title="RID5689 (RID5689) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Total</label> Â Â Â Â Â Â Â 88 (100) <label id="19095" style="color:green;" onmouseover="h(['RID5957']);" onmouseout="u(['RID5957']);" title="RID5957 (RID5957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Contour</label> Â Â Â Â Â Â Â Â Regular 4 (33,3) 4 (33,3) 1 (8,3) 0 (0,0) 0 (0,0) 1 (8,3) 2 (16,7) <label id="19186" style="color:green;" onmouseover="h(['RID6018', 'RID6018']);" onmouseout="u(['RID6018', 'RID6018']);" title="RID6018 (RID6018) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID6018 (RID6018) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">12</label> (8,0) Espiculado 39 subjects (51.3) 12 (15,8) 7 (9,2) 6 (7,9) 4 (5,3) 3 (3,9) 5 (6,6) 76 (50,7) Bocelado 19 (44,2) 6 (14,0) 7 (16,3) 3 (7,0) 1 (2,3) 3 (7,0) 4 (9,3) 43 (28,7) <label id="19364" style="color:green;" onmouseover="h(['RID5809']);" onmouseout="u(['RID5809']);" title="RID5809 (RID5809) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Irregular</label> <label id="19374" style="color:green;" onmouseover="h(['RID6016']);" onmouseout="u(['RID6016']);" title="RID6016 (RID6016) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">11</label> (57.9 h) 3 (15,8) 0 (0,0) 3 (15,8) 0 (0,0) 1 (5,3) 1 (5,3) 19 (12,6) <label id="19446" style="color:green;" onmouseover="h(['RID5689']);" onmouseout="u(['RID5689']);" title="RID5689 (RID5689) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Total</label>        150 (100) Changes§Ã£o <label id="19488" style="color:green;" onmouseover="h(['RID11134']);" onmouseout="u(['RID11134']);" title="RID11134 (RID11134) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">intralesional</label>         Atenuação <label id="19530" style="color:green;" onmouseover="h(['RID6059']);" onmouseout="u(['RID6059']);" title="RID6059 (RID6059) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">homogeneous</label> 21 (38,9) 13 (24,1) 7 (13,0) 3 (5,6) 1 (1,9) 4 (7,4) 5 (9,3) 54 (51,9) <label id="19613" style="color:green;" onmouseover="h(['RID5171']);" onmouseout="u(['RID5171']);" title="RID5171 (RID5171) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Necrosis</label> 17 (60,7) 3 (<label id="19635" style="color:green;" onmouseover="h(['RID6014', 'RID6014']);" onmouseout="u(['RID6014', 'RID6014']);" title="RID6014 (RID6014) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID6014 (RID6014) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">10</label>,7) 1 (3,6) 2 (7,1) 3 (10,7) 0 (0,0) 2 (7,1) 28 (26,9) Cavitação 1 (8,3) 8 (66,7) 0 (0,0) 2 (16,7) 0 (0,0) 0 (0,0) 1 (8,3) <label id="19762" style="color:green;" onmouseover="h(['RID6018']);" onmouseout="u(['RID6018']);" title="RID6018 (RID6018) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">12</label> (11,5) Calcificação 1 (16,7) 1(16,7) 3 (50,0) 0 (0,0) 0( 0,0) 0 (0,0) 1 (16,7) 6 (5,7) Broncograma aéreo 3 (75,0) 1 (25,0) 0 (0,0) 0 (0,0) 0 (0,0) 0 (0,0) 0 (0,0) 4 (4,0) <label id="19939" style="color:green;" onmouseover="h(['RID5689']);" onmouseout="u(['RID5689']);" title="RID5689 (RID5689) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Total</label> Â Â Â Â Â Â Â 104 (100) ADC: <label id="19974" style="color:green;" onmouseover="h(['RID4226']);" onmouseout="u(['RID4226']);" title="RID4226 (RID4226) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">adenocarcinoma</label> ZIP: carcinoma epidermoide CPC: carcinoma of <label id="20034" style="color:green;" onmouseover="h(['RID4256', 'RID5774']);" onmouseout="u(['RID4256', 'RID5774']);" title="RID4256 (RID4256) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID5774 (RID5774) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">small</label> <label id="20040" style="color:green;" onmouseover="h(['RID4256']);" onmouseout="u(['RID4256']);" title="RID4256 (RID4256) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cell©squid</label> LH: <label id="20055" style="color:green;" onmouseover="h(['RID3842', 'RID3842', 'RID3842', 'RID3842']);" onmouseout="u(['RID3842', 'RID3842', 'RID3842', 'RID3842']);" title="RID3842 (RID3842) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3842 (RID3842) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3842 (RID3842) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3842 (RID3842) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Hodgkin's</label> <label id="20065" style="color:green;" onmouseover="h(['RID3842', 'RID3842', 'RID3842', 'RID3840', 'RID3840', 'RID3840', 'RID3840', 'RID3840', 'RID3840', 'RID3840', 'RID3840', 'RID3840']);" onmouseout="u(['RID3842', 'RID3842', 'RID3842', 'RID3840', 'RID3840', 'RID3840', 'RID3840', 'RID3840', 'RID3840', 'RID3840', 'RID3840', 'RID3840']);" title="RID3842 (RID3842) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3842 (RID3842) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3842 (RID3842) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3840 (RID3840) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3840 (RID3840) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3840 (RID3840) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3840 (RID3840) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3840 (RID3840) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3840 (RID3840) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3840 (RID3840) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3840 (RID3840) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3840 (RID3840) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lymphoma</label> LNH: lymphoma not Hodgkin's lymphoma MT: metástase aValores expressed in n (%). Lesões <label id="20163" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> disease were more frequent in <label id="20200" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">male</label> <label id="20205" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> (76%), being the <label id="20231" style="color:green;" onmouseover="h(['RID29116']);" onmouseout="u(['RID29116']);" title="RID29116 (RID29116) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tuberculosis</label> is more common in <label id="20262" style="color:green;" onmouseover="h(['RID5770']);" onmouseout="u(['RID5770']);" title="RID5770 (RID5770) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">both</label> sexes (72%). There was a predomÃnio of the location§Ã£o periférica (92%). The outline of the lesões from the regular <label id="20386" style="color:green;" onmouseover="h(['RID5641']);" onmouseout="u(['RID5641']);" title="RID5641 (RID5641) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">kind</label> was the most common (45,7%). The cavitação was the changes§Ã£o <label id="20456" style="color:green;" onmouseover="h(['RID11134']);" onmouseout="u(['RID11134']);" title="RID11134 (RID11134) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">intralesional</label> more frequent (29,8%), followed by calcificação (by 23.4%). <label id="20532" style="color:green;" onmouseover="h(['RID11890']);" onmouseout="u(['RID11890']);" title="RID11890 (RID11890) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Tb</label> <label id="20535" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> presented more often broncograma aéreo (87,5%) and cavitação (85,8%). Discussion£the The <label id="20636" style="color:green;" onmouseover="h(['RID28472']);" onmouseout="u(['RID28472']);" title="RID28472 (RID28472) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">present</label> study assessed the application§Ã£o clÃnica of the TC and the BTP-TC in 113 <label id="20719" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with nÃ3dulos <label id="20742" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label>. The results of this <label id="20768" style="color:green;" onmouseover="h(['RID35966']);" onmouseout="u(['RID35966']);" title="RID35966 (RID35966) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">research</label> showed that the TC and the BTP-TC in <label id="20814" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with nÃ3dulos <label id="20837" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> have been Working in the diagnÃ3stico differential between lesões <label id="20909" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> and <label id="20923" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label>. Age more <label id="20940" style="color:green;" onmouseover="h(['RID38799']);" onmouseout="u(['RID38799']);" title="RID38799 (RID38799) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">advanced§ada</label> and smoking presented associaçInformation significant with <label id="21013" style="color:green;" onmouseover="h(['RID36042']);" onmouseout="u(['RID36042']);" title="RID36042 (RID36042) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignancy</label>. Among the findings tomogrà graphics associated with nÃ3dulos <label id="21086" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> evil, the highlight is the daily¢metro greater, the <label id="21143" style="color:green;" onmouseover="h(['RID5957']);" onmouseout="u(['RID5957']);" title="RID5957 (RID5957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">contour</label> of the type espiculado and the <label id="21182" style="color:green;" onmouseover="h(['RID45838', 'RID49896']);" onmouseout="u(['RID45838', 'RID49896']);" title="RID45838 (RID45838) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49896 (RID49896) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">changes</label> intralesionais (atenuação <label id="21218" style="color:green;" onmouseover="h(['RID6059']);" onmouseout="u(['RID6059']);" title="RID6059 (RID6059) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">homogeneous</label> and <label id="21234" style="color:green;" onmouseover="h(['RID5171']);" onmouseout="u(['RID5171']);" title="RID5171 (RID5171) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">necrosis</label>). <label id="21245" style="color:green;" onmouseover="h(['RID4226']);" onmouseout="u(['RID4226']);" title="RID4226 (RID4226) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Adenocarcinoma</label> was the the <label id="21272" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> <label id="21282" style="color:green;" onmouseover="h(['RID3957']);" onmouseout="u(['RID3957']);" title="RID3957 (RID3957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tumor</label> most frequent, affecting mainly older <label id="21326" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label>. The méday <label id="21347" style="color:green;" onmouseover="h(['RID13163']);" onmouseout="u(['RID13163']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">age</label> of the <label id="21358" style="color:green;" onmouseover="h(['RID13163', 'RID49815']);" onmouseout="u(['RID13163', 'RID49815']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> studied was 59,3 years, similar N found in literature. ( 15 , 16 ) In this série, up 23.0% of the <label id="21466" style="color:green;" onmouseover="h(['RID49815', 'RID13163']);" onmouseout="u(['RID49815', 'RID13163']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with nÃ3dulos and 54.8% of the <label id="21506" style="color:green;" onmouseover="h(['RID13163', 'RID49815']);" onmouseout="u(['RID13163', 'RID49815']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with <label id="21520" style="color:green;" onmouseover="h(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055']);" onmouseout="u(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055']);" title="RID3874 (RID3874) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39466 (RID39466) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID34373 (RID34373) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39055 (RID39055) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">masses</label> presented lesões <label id="21545" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label>, with <label id="21561" style="color:green;" onmouseover="h(['RID5775']);" onmouseout="u(['RID5775']);" title="RID5775 (RID5775) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">medium</label> day of <label id="21575" style="color:green;" onmouseover="h(['RID13163']);" onmouseout="u(['RID13163']);" title="RID13163 (RID13163) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">age</label> ranging from 37.9 years (<label id="21604" style="color:green;" onmouseover="h(['RID3842']);" onmouseout="u(['RID3842']);" title="RID3842 (RID3842) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Hodgkin's</label> <label id="21614" style="color:green;" onmouseover="h(['RID3842', 'RID3840']);" onmouseout="u(['RID3842', 'RID3840']);" title="RID3842 (RID3842) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID3840 (RID3840) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lymphoma</label>) 65,6 years (<label id="21636" style="color:green;" onmouseover="h(['RID4247']);" onmouseout="u(['RID4247']);" title="RID4247 (RID4247) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">carcinoma</label> epidermoide). In <label id="21663" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> less than 40 years, the incidência cell¢ncer of pulmão é less than 5%. ( 15 , 16 ) This is justified, as the age <label id="21788" style="color:green;" onmouseover="h(['RID38799']);" onmouseout="u(['RID38799']);" title="RID38799 (RID38799) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">advanced§ada</label> <label id="21801" style="color:green;" onmouseover="h(['RID5732', 'RID36043']);" onmouseout="u(['RID5732', 'RID36043']);" title="RID5732 (RID5732) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID36043 (RID36043) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">increases</label> the risk of this <label id="21828" style="color:green;" onmouseover="h(['RID34615']);" onmouseout="u(['RID34615']);" title="RID34615 (RID34615) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">neoplasia</label>, which is rare <label id="21853" style="color:green;" onmouseover="h(['RID39331']);" onmouseout="u(['RID39331']);" title="RID39331 (RID39331) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">before</label> the age of 30. ( 15 , 17 ) Currently, the camera¢ncer of pulmãrepresents a problem of public health, and the main cause of <label id="21984" style="color:green;" onmouseover="h(['RID34658']);" onmouseout="u(['RID34658']);" title="RID34658 (RID34658) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">death</label> by <label id="21993" style="color:green;" onmouseover="h(['RID34616']);" onmouseout="u(['RID34616']);" title="RID34616 (RID34616) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cancer</label> in men and women, with an increase of 0.5% a year on your incidência world. ( 17 , 18 In Brazil, the camera¢ncer of pulmão occupies the <label id="22138" style="color:green;" onmouseover="h(['RID5998']);" onmouseout="u(['RID5998']);" title="RID5998 (RID5998) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">second</label> <label id="22145" style="color:green;" onmouseover="h(['RID28707']);" onmouseout="u(['RID28707']);" title="RID28707 (RID28707) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">place</label> in cause of <label id="22163" style="color:green;" onmouseover="h(['RID34658']);" onmouseout="u(['RID34658']);" title="RID34658 (RID34658) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">death</label> in <label id="22172" style="color:green;" onmouseover="h(['RID5770']);" onmouseout="u(['RID5770']);" title="RID5770 (RID5770) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">both</label> men and women. ( 19 ) In the <label id="22206" style="color:green;" onmouseover="h(['RID28472']);" onmouseout="u(['RID28472']);" title="RID28472 (RID28472) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">present</label> study, to 60.2% of men and 39,8% of the women had this <label id="22269" style="color:green;" onmouseover="h(['RID3957']);" onmouseout="u(['RID3957']);" title="RID3957 (RID3957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">neoplasm</label>. This result was similar to those found in the literature. ( 19 - 21 ) With relationship§Ã£o to cigarette smoking, the <label id="22397" style="color:green;" onmouseover="h(['RID5689']);" onmouseout="u(['RID5689']);" title="RID5689 (RID5689) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">total</label> <label id="22403" style="color:green;" onmouseover="h(['RID5761']);" onmouseout="u(['RID5761']);" title="RID5761 (RID5761) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">amount</label> of nÃ3dulos <label id="22422" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> evil in <label id="22435" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> smokers (76,1%) was higher <label id="22471" style="color:green;" onmouseover="h(['RID38661']);" onmouseout="u(['RID38661']);" title="RID38661 (RID38661) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">than</label> N found in <label id="22487" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> not smokers (23,9%), being <label id="22523" style="color:green;" onmouseover="h(['RID38661']);" onmouseout="u(['RID38661']);" title="RID38661 (RID38661) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">more</label> frequent in <label id="22540" style="color:green;" onmouseover="h(['RID5653']);" onmouseout="u(['RID5653']);" title="RID5653 (RID5653) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">males</label> (61,<label id="22550" style="color:green;" onmouseover="h(['RID38661']);" onmouseout="u(['RID38661']);" title="RID38661 (RID38661) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">5%</label>). These findings são consistent with those in the literature, porém, the number of cases in women are <label id="22657" style="color:green;" onmouseover="h(['RID5732']);" onmouseout="u(['RID5732']);" title="RID5732 (RID5732) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">increasing</label> due to smoking, representing approximately half of the cases of camera¢ncer of the <label id="22751" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label>. ( 15 , 17 , 18 ) It is worth mentioning that smoking Is the main risk factor for the development of camera¢ncer of pulmãthe, being responsible for 80-90% of the cases. ( 15 , 17 , 21 ) In the <label id="22950" style="color:green;" onmouseover="h(['RID28472']);" onmouseout="u(['RID28472']);" title="RID28472 (RID28472) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">present</label> study, the TC of 69% of the <label id="22986" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> evaluated showed lesões <label id="23020" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> with daily¢metro greater than 3 <label id="23062" style="color:green;" onmouseover="h(['RID11952']);" onmouseout="u(['RID11952']);" title="RID11952 (RID11952) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cm</label> (<label id="23066" style="color:green;" onmouseover="h(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055', 'RID39056']);" onmouseout="u(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055', 'RID39056']);" title="RID3874 (RID3874) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39466 (RID39466) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID34373 (RID34373) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39055 (RID39055) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">mass</label> <label id="23071" style="color:green;" onmouseover="h(['RID39056', 'RID1301']);" onmouseout="u(['RID39056', 'RID1301']);" title="RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label>), suggesting that the majority of <label id="23110" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> already was in it¡dio advanced§ado. This can <label id="23164" style="color:green;" onmouseover="h(['RID33']);" onmouseout="u(['RID33']);" title="RID33 (RID33) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">probably</label> be related to N delay in the <label id="23202" style="color:green;" onmouseover="h(['RID49903']);" onmouseout="u(['RID49903']);" title="RID49903 (RID49903) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">appearance</label> of <label id="23216" style="color:green;" onmouseover="h(['RID39050']);" onmouseout="u(['RID39050']);" title="RID39050 (RID39050) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">symptoms</label> related to the camera¢ncer of pulmãe à s difficulties trace in the population§Ã£o risk. ( 22 This result are in agreement with those found in the literature, because the probability of <label id="23411" style="color:green;" onmouseover="h(['RID36042']);" onmouseout="u(['RID36042']);" title="RID36042 (RID36042) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignancy</label> Is greater in cases of <label id="23445" style="color:green;" onmouseover="h(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055', 'RID39056']);" onmouseout="u(['RID3874', 'RID39466', 'RID39056', 'RID34373', 'RID39055', 'RID39056']);" title="RID3874 (RID3874) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39466 (RID39466) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID34373 (RID34373) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39055 (RID39055) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">masses</label> in the <label id="23459" style="color:green;" onmouseover="h(['RID39056', 'RID1301']);" onmouseout="u(['RID39056', 'RID1301']);" title="RID39056 (RID39056) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> (> 3 <label id="23469" style="color:green;" onmouseover="h(['RID11952']);" onmouseout="u(['RID11952']);" title="RID11952 (RID11952) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cm</label>). (<label id="23475" style="color:green;" onmouseover="h(['RID6018']);" onmouseout="u(['RID6018']);" title="RID6018 (RID6018) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">12</label>,15,16) on the other <label id="23498" style="color:green;" onmouseover="h(['RID2318']);" onmouseout="u(['RID2318']);" title="RID2318 (RID2318) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">hand</label>, according to the results obtained in the study Early <label id="23557" style="color:green;" onmouseover="h(['RID1301', 'RID45686']);" onmouseout="u(['RID1301', 'RID45686']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID45686 (RID45686) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Lung</label> <label id="23562" style="color:green;" onmouseover="h(['RID45686', 'RID34616']);" onmouseout="u(['RID45686', 'RID34616']);" title="RID45686 (RID45686) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID34616 (RID34616) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Cancer</label> Action Project,( 16 ) 8% of the nÃ3dulos with daily¢metro less than 1 <label id="23639" style="color:green;" onmouseover="h(['RID11952']);" onmouseout="u(['RID11952']);" title="RID11952 (RID11952) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cm</label> were <label id="23647" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label>. In the <label id="23665" style="color:green;" onmouseover="h(['RID28472']);" onmouseout="u(['RID28472']);" title="RID28472 (RID28472) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">present</label> study, have been detected lesões <label id="23707" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> with daily¢the metro ⤠3 <label id="23744" style="color:green;" onmouseover="h(['RID11952']);" onmouseout="u(['RID11952']);" title="RID11952 (RID11952) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cm</label>, in 23% of <label id="23758" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label>. In the <label id="23775" style="color:green;" onmouseover="h(['RID28472']);" onmouseout="u(['RID28472']);" title="RID28472 (RID28472) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">present</label> study, approximately half of the lesões evil presented outline of the type espiculado. The presence * of espÃculas in lesões <label id="23910" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> Is a predictor of <label id="23933" style="color:green;" onmouseover="h(['RID36042']);" onmouseout="u(['RID36042']);" title="RID36042 (RID36042) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignancy</label> in 90% of cases. ( 9 , <label id="23967" style="color:green;" onmouseover="h(['RID6014']);" onmouseout="u(['RID6014']);" title="RID6014 (RID6014) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">10</label> ) In this série, have been identified also outlines the type <label id="24032" style="color:green;" onmouseover="h(['RID5809']);" onmouseout="u(['RID5809']);" title="RID5809 (RID5809) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">irregular</label> and bocelado, 28.7% and 12.6% of lesões, respectively. Although indicate <label id="24116" style="color:green;" onmouseover="h(['RID36042']);" onmouseout="u(['RID36042']);" title="RID36042 (RID36042) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignancy</label>, the <label id="24132" style="color:green;" onmouseover="h(['RID5957']);" onmouseout="u(['RID5957']);" title="RID5957 (RID5957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">contours</label> of the type of <label id="24156" style="color:green;" onmouseover="h(['RID5809']);" onmouseout="u(['RID5809']);" title="RID5809 (RID5809) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">irregular</label> and bocelado can occur in lesões <label id="24200" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label>,( 9 , <label id="24213" style="color:green;" onmouseover="h(['RID6014']);" onmouseout="u(['RID6014']);" title="RID6014 (RID6014) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">10</label> , 23 ) as found in our results (by 25.7% and 17.1% of the lesões, respectively). Analyzing the <label id="24312" style="color:green;" onmouseover="h(['RID45838', 'RID49896']);" onmouseout="u(['RID45838', 'RID49896']);" title="RID45838 (RID45838) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49896 (RID49896) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">changes</label> intralesionais in nÃ3dulos evil, despite the atenuação <label id="24377" style="color:green;" onmouseover="h(['RID6059']);" onmouseout="u(['RID6059']);" title="RID6059 (RID6059) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">homogeneous</label> have been more frequent (51,9%), this may not be used as the discretion to©rio in diferenciação between lesões <label id="24503" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> and <label id="24514" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label>, because other <label id="24539" style="color:green;" onmouseover="h(['RID45838', 'RID49896']);" onmouseout="u(['RID45838', 'RID49896']);" title="RID45838 (RID45838) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49896 (RID49896) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">changes</label>, such as <label id="24556" style="color:green;" onmouseover="h(['RID5171']);" onmouseout="u(['RID5171']);" title="RID5171 (RID5171) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">necrosis</label>, cavitação and broncograma aéreo, são also m-indicator malignancy,( <label id="24637" style="color:green;" onmouseover="h(['RID6018']);" onmouseout="u(['RID6018']);" title="RID6018 (RID6018) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">12</label> ) while the calcificação é most common in lesões benign. ( 4 , 6 , 9 , <label id="24715" style="color:green;" onmouseover="h(['RID6014']);" onmouseout="u(['RID6014']);" title="RID6014 (RID6014) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">10</label> ) In the <label id="24727" style="color:green;" onmouseover="h(['RID28472']);" onmouseout="u(['RID28472']);" title="RID28472 (RID28472) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">present</label> study, the calcificação was <label id="24765" style="color:green;" onmouseover="h(['RID28472']);" onmouseout="u(['RID28472']);" title="RID28472 (RID28472) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">present</label> in only 5% of the lesões evil. ApÃ3s the dwarf¡lysis of the <label id="24834" style="color:green;" onmouseover="h(['RID28487', 'RID45924']);" onmouseout="u(['RID28487', 'RID45924']);" title="RID28487 (RID28487) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID45924 (RID45924) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">reports</label> histopatolÃ3gicos, most of the nÃ3dulos <label id="24882" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> was <label id="24891" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label> (77,9%) and <label id="24913" style="color:green;" onmouseover="h(['RID4226']);" onmouseout="u(['RID4226']);" title="RID4226 (RID4226) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">adenocarcinoma</label> and <label id="24932" style="color:green;" onmouseover="h(['RID4247']);" onmouseout="u(['RID4247']);" title="RID4247 (RID4247) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">carcinoma</label> epidermoide the most frequent (38,0% and 14,1%, respectively). <label id="25005" style="color:green;" onmouseover="h(['RID4226']);" onmouseout="u(['RID4226']);" title="RID4226 (RID4226) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">Adenocarcinoma</label> Is the <label id="25027" style="color:green;" onmouseover="h(['RID3957']);" onmouseout="u(['RID3957']);" title="RID3957 (RID3957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tumor</label> most common (30-50% of cases), followed by <label id="25076" style="color:green;" onmouseover="h(['RID4247']);" onmouseout="u(['RID4247']);" title="RID4247 (RID4247) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">carcinoma</label> epidermoide (in 30% of cases). ( 15 , 18 , 24 Although the <label id="25145" style="color:green;" onmouseover="h(['RID5761']);" onmouseout="u(['RID5761']);" title="RID5761 (RID5761) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">amount</label> of <label id="25155" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label> with <label id="25169" style="color:green;" onmouseover="h(['RID4247']);" onmouseout="u(['RID4247']);" title="RID4247 (RID4247) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">carcinoma</label> epidermoide has been almost half of the referred to in the literature, this finding are related to <label id="25278" style="color:green;" onmouseover="h(['RID45838', 'RID49896']);" onmouseout="u(['RID45838', 'RID49896']);" title="RID45838 (RID45838) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID49896 (RID49896) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">changes</label> intralesionais, such as <label id="25310" style="color:green;" onmouseover="h(['RID5171']);" onmouseout="u(['RID5171']);" title="RID5171 (RID5171) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">necrosis</label> and cavitação, which occurred with greater frequency in this the type of <label id="25394" style="color:green;" onmouseover="h(['RID3957']);" onmouseout="u(['RID3957']);" title="RID3957 (RID3957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tumor</label>, corroborating data from the literature. ( 9 ) In more than 50% of cases of <label id="25476" style="color:green;" onmouseover="h(['RID4226']);" onmouseout="u(['RID4226']);" title="RID4226 (RID4226) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">adenocarcinoma</label>, the location§Ã£o was periférica, being similar to that found in a study. ( 9 ) On the other <label id="25585" style="color:green;" onmouseover="h(['RID2318', 'RID39560', 'RID39560']);" onmouseout="u(['RID2318', 'RID39560', 'RID39560']);" title="RID2318 (RID2318) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39560 (RID39560) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39560 (RID39560) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">hand</label>, the location§Ã£o <label id="25608" style="color:green;" onmouseover="h(['RID4247']);" onmouseout="u(['RID4247']);" title="RID4247 (RID4247) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">carcinoma</label> epidermoide was periférica in <label id="25649" style="color:green;" onmouseover="h(['RID5769']);" onmouseout="u(['RID5769']);" title="RID5769 (RID5769) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">all</label> nÃ3dulos evaluated, which differs from the results in a study, that shows the <label id="25731" style="color:green;" onmouseover="h(['RID39560', 'RID39560']);" onmouseout="u(['RID39560', 'RID39560']);" title="RID39560 (RID39560) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID39560 (RID39560) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">region£the</label> <label id="25742" style="color:green;" onmouseover="h(['RID5827']);" onmouseout="u(['RID5827']);" title="RID5827 (RID5827) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">central</label> as the most affected. ( 25 ) In the <label id="25786" style="color:green;" onmouseover="h(['RID28472']);" onmouseout="u(['RID28472']);" title="RID28472 (RID28472) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">present</label> study, among the lesões <label id="25819" style="color:green;" onmouseover="h(['RID15654']);" onmouseout="u(['RID15654']);" title="RID15654 (RID15654) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">benign</label> detected, the most common was due Ö <label id="25862" style="color:green;" onmouseover="h(['RID29116']);" onmouseout="u(['RID29116']);" title="RID29116 (RID29116) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tuberculosis</label>, which is consistent with the literature, whose data indicate that the <label id="25946" style="color:green;" onmouseover="h(['RID3953']);" onmouseout="u(['RID3953']);" title="RID3953 (RID3953) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">granulomas</label> infectious are the most common cause of nÃ3dulos <label id="26006" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> benign. ( 6 ) Due to the characteristics of the development of the camera¢ncer of pulmão, as <label id="26105" style="color:green;" onmouseover="h(['RID39050']);" onmouseout="u(['RID39050']);" title="RID39050 (RID39050) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">symptoms</label> clÃnicos late associated with a s the <label id="26152" style="color:green;" onmouseover="h(['RID34780']);" onmouseout="u(['RID34780']);" title="RID34780 (RID34780) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">absence</label> of effective programmes of tracing in the population§Ã£o general, this <label id="26231" style="color:green;" onmouseover="h(['RID34615']);" onmouseout="u(['RID34615']);" title="RID34615 (RID34615) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">neoplasia</label> has become a problem clÃnico serious, being the <label id="26289" style="color:green;" onmouseover="h(['RID12309']);" onmouseout="u(['RID12309']);" title="RID12309 (RID12309) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">spiral</label> <label id="26296" style="color:green;" onmouseover="h(['RID12309', 'RID10321']);" onmouseout="u(['RID12309', 'RID10321']);" title="RID12309 (RID12309) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label> fundamental in the detecção, caracterização and biÃ3psia this <label id="26365" style="color:green;" onmouseover="h(['RID3957']);" onmouseout="u(['RID3957']);" title="RID3957 (RID3957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tumor</label>. Campaigns <label id="26382" style="color:green;" onmouseover="h(['RID28817']);" onmouseout="u(['RID28817']);" title="RID28817 (RID28817) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">screening</label> by <label id="26395" style="color:green;" onmouseover="h(['RID39224']);" onmouseout="u(['RID39224']);" title="RID39224 (RID39224) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">means</label> of <label id="26404" style="color:green;" onmouseover="h(['RID10321']);" onmouseout="u(['RID10321']);" title="RID10321 (RID10321) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">CT</label> with <label id="26412" style="color:green;" onmouseover="h(['RID10970']);" onmouseout="u(['RID10970']);" title="RID10970 (RID10970) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">multidetectores</label> and <label id="26432" style="color:green;" onmouseover="h(['RID46059', 'RID35737']);" onmouseout="u(['RID46059', 'RID35737']);" title="RID46059 (RID46059) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
RID35737 (RID35737) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">low</label> <label id="26436" style="color:green;" onmouseover="h(['RID35737']);" onmouseout="u(['RID35737']);" title="RID35737 (RID35737) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">doses</label> of radiação proven diminuição at the risk of diagnÃ3stico late or of <label id="26515" style="color:green;" onmouseover="h(['RID34658']);" onmouseout="u(['RID34658']);" title="RID34658 (RID34658) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">death</label> due to the camera¢ncer of pulmãthe risk <label id="26562" style="color:green;" onmouseover="h(['RID49815']);" onmouseout="u(['RID49815']);" title="RID49815 (RID49815) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">patients</label>. ( <label id="26574" style="color:green;" onmouseover="h(['RID6018']);" onmouseout="u(['RID6018']);" title="RID6018 (RID6018) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">12</label> , 26 , 27 ) Porém, não há a méevery trace of this <label id="26631" style="color:green;" onmouseover="h(['RID34616']);" onmouseout="u(['RID34616']);" title="RID34616 (RID34616) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">cancer</label> in programs public health. ( 26 , 27 ) In the <label id="26684" style="color:green;" onmouseover="h(['RID28472']);" onmouseout="u(['RID28472']);" title="RID28472 (RID28472) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">present</label> study, the BTP-TC contributed to the diagnÃ3stico of nÃ3dulos <label id="26754" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label>, avoiding <label id="26769" style="color:green;" onmouseover="h(['RID1560']);" onmouseout="u(['RID1560']);" title="RID1560 (RID1560) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">surgery</label> desnecessárias or aiding in the <label id="26810" style="color:green;" onmouseover="h(['RID8']);" onmouseout="u(['RID8']);" title="RID8 (RID8) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">treatment</label> of specific <label id="26832" style="color:green;" onmouseover="h(['RID3957']);" onmouseout="u(['RID3957']);" title="RID3957 (RID3957) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">tumors</label> <label id="26839" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label> <label id="26844" style="color:green;" onmouseover="h(['RID15655']);" onmouseout="u(['RID15655']);" title="RID15655 (RID15655) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">malignant</label>. Therefore, the approach of nÃ3dulos <label id="26891" style="color:green;" onmouseover="h(['RID1301']);" onmouseout="u(['RID1301']);" title="RID1301 (RID1301) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">lung</label>, as a group of authors,( 28 ) should be multidisciplinary, involving practitioners from the áreas of pulmonology, <label id="27011" style="color:green;" onmouseover="h(['RID1560']);" onmouseout="u(['RID1560']);" title="RID1560 (RID1560) []
Certainty : null
Polarity : null
Experiencer : null
Temporality : null
">surgery</label> torácica and radiology. <br></div></td><td width="50%" valign=top><div id="d2" style="overflow: auto; max-height: 800px;"><p><b>Concepts</b><br><a style="color:blue;" onmouseover="h(['129', '2209', '2587', '3120', '3270', '3294', '3890', '5573', '5806', '6234', '6711', '7953', '12364', '12606', '26296', '26404']);t=setTimeout(function(){j(['129', '2209', '2587', '3120', '3270', '3294', '3890', '5573', '5806', '6234', '6711', '7953', '12364', '12606', '26296', '26404']);},2000);" onmouseout="u(['129', '2209', '2587', '3120', '3270', '3294', '3890', '5573', '5806', '6234', '6711', '7953', '12364', '12606', '26296', '26404']); clearTimeout(t);" id="RID10321" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID10321" target="_blank" title="RID10321 []
terms: RID10321; CT; computed tomography; ">RID10321</a> <a style="color:black;" onmouseover="h(['3153', '3162', '3171']);t=setTimeout(function(){j(['3153', '3162', '3171']);},2000);" onmouseout="u(['3153', '3162', '3171']); clearTimeout(t);" id="RID10337" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID10337" target="_blank" title="RID10337 []
terms: RID10337; PET; Positronen-Emissions-Tomografie; positron emission tomography; ">RID10337</a> <a style="color:blue;" onmouseover="h(['2200', '2202', '3113', '3115']);t=setTimeout(function(){j(['2200', '2202', '3113', '3115']);},2000);" onmouseout="u(['2200', '2202', '3113', '3115']); clearTimeout(t);" id="RID10345" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID10345" target="_blank" title="RID10345 []
terms: RID10345; xray; general radiography; XR; Projektionsradiographie; radiography; x-ray; projection radiography; ">RID10345</a> <a style="color:black;" onmouseover="h(['8571']);t=setTimeout(function(){j(['8571']);},2000);" onmouseout="u(['8571']); clearTimeout(t);" id="RID10378" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID10378" target="_blank" title="RID10378 []
terms: RID10378; functional; funktionell; ">RID10378</a> <a style="color:blue;" onmouseover="h(['14923']);t=setTimeout(function(){j(['14923']);},2000);" onmouseout="u(['14923']); clearTimeout(t);" id="RID10394" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID10394" target="_blank" title="RID10394 []
terms: RID10394; diagnosis; Diagnose; dx; ">RID10394</a> <a style="color:black;" onmouseover="h(['4017', '7644']);t=setTimeout(function(){j(['4017', '7644']);},2000);" onmouseout="u(['4017', '7644']); clearTimeout(t);" id="RID10398" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID10398" target="_blank" title="RID10398 []
terms: RID10398; centesis; aspiration of tissue or fluid; Aspiration; Gewebeaspiration; tissue or fluid aspiration; aspiration of bodily substance; ">RID10398</a> <a style="color:blue;" onmouseover="h(['9261']);t=setTimeout(function(){j(['9261']);},2000);" onmouseout="u(['9261']); clearTimeout(t);" id="RID10409" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID10409" target="_blank" title="RID10409 []
terms: RID10409; measure; measurement; type of measurement; Messung; measurement type; ">RID10409</a> <a style="color:black;" onmouseover="h(['26412']);t=setTimeout(function(){j(['26412']);},2000);" onmouseout="u(['26412']); clearTimeout(t);" id="RID10970" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID10970" target="_blank" title="RID10970 []
terms: RID10970; multidetector; Multidetektor; multi-detector; ">RID10970</a> <a style="color:blue;" onmouseover="h(['15816', '19488', '20456']);t=setTimeout(function(){j(['15816', '19488', '20456']);},2000);" onmouseout="u(['15816', '19488', '20456']); clearTimeout(t);" id="RID11134" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID11134" target="_blank" title="RID11134 []
terms: RID11134; intralesional; intraläsional; ">RID11134</a> <a style="color:black;" onmouseover="h(['3505', '8819']);t=setTimeout(function(){j(['3505', '8819']);},2000);" onmouseout="u(['3505', '8819']); clearTimeout(t);" id="RID11160" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID11160" target="_blank" title="RID11160 []
terms: RID11160; intravenös; IV; intravenous; ">RID11160</a> <a style="color:blue;" onmouseover="h(['4249']);t=setTimeout(function(){j(['4249']);},2000);" onmouseout="u(['4249']); clearTimeout(t);" id="RID11524" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID11524" target="_blank" title="RID11524 []
terms: RID11524; morbidity; Morbidität; ">RID11524</a> <a style="color:black;" onmouseover="h(['9488']);t=setTimeout(function(){j(['9488']);},2000);" onmouseout="u(['9488']); clearTimeout(t);" id="RID11764" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID11764" target="_blank" title="RID11764 []
terms: RID11764; helium; He; ">RID11764</a> <a style="color:blue;" onmouseover="h(['3137']);t=setTimeout(function(){j(['3137']);},2000);" onmouseout="u(['3137']); clearTimeout(t);" id="RID11784" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID11784" target="_blank" title="RID11784 []
terms: RID11784; Mg; magnesium; ">RID11784</a> <a style="color:black;" onmouseover="h(['9385']);t=setTimeout(function(){j(['9385']);},2000);" onmouseout="u(['9385']); clearTimeout(t);" id="RID11866" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID11866" target="_blank" title="RID11866 []
terms: RID11866; iodine; Jod; I; ">RID11866</a> <a style="color:blue;" onmouseover="h(['20532']);t=setTimeout(function(){j(['20532']);},2000);" onmouseout="u(['20532']); clearTimeout(t);" id="RID11890" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID11890" target="_blank" title="RID11890 []
terms: RID11890; terbium; Tb; ">RID11890</a> <a style="color:black;" onmouseover="h(['745', '2308', '2343', '7365', '7381', '8432', '9124', '11377', '13612', '23062', '23469', '23639', '23744']);t=setTimeout(function(){j(['745', '2308', '2343', '7365', '7381', '8432', '9124', '11377', '13612', '23062', '23469', '23639', '23744']);},2000);" onmouseout="u(['745', '2308', '2343', '7365', '7381', '8432', '9124', '11377', '13612', '23062', '23469', '23639', '23744']); clearTimeout(t);" id="RID11952" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID11952" target="_blank" title="RID11952 []
terms: RID11952; curium; Cm; ">RID11952</a> <a style="color:blue;" onmouseover="h(['3287', '3294', '6704', '6711', '12357', '12364', '12599', '12606', '26289', '26296']);t=setTimeout(function(){j(['3287', '3294', '6704', '6711', '12357', '12364', '12599', '12606', '26289', '26296']);},2000);" onmouseout="u(['3287', '3294', '6704', '6711', '12357', '12364', '12599', '12606', '26289', '26296']); clearTimeout(t);" id="RID12309" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID12309" target="_blank" title="RID12309 []
terms: RID12309; kontinuierlich rotierende Röhre CT; spiral CT; helical CT; continuously rotating tube CT; ">RID12309</a> <a style="color:black;" onmouseover="h(['8795', '9099']);t=setTimeout(function(){j(['8795', '9099']);},2000);" onmouseout="u(['8795', '9099']); clearTimeout(t);" id="RID12398" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID12398" target="_blank" title="RID12398 []
terms: RID12398; section thickness; ">RID12398</a> <a style="color:blue;" onmouseover="h(['8109', '8143', '8195']);t=setTimeout(function(){j(['8109', '8143', '8195']);},2000);" onmouseout="u(['8109', '8143', '8195']); clearTimeout(t);" id="RID12714" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID12714" target="_blank" title="RID12714 []
terms: RID12714; image-based filtering; bildbasierte Filterung; ">RID12714</a> <a style="color:black;" onmouseover="h(['4033', '4059', '4096', '9896', '9911']);t=setTimeout(function(){j(['4033', '4059', '4096', '9896', '9911']);},2000);" onmouseout="u(['4033', '4059', '4096', '9896', '9911']); clearTimeout(t);" id="RID12932" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID12932" target="_blank" title="RID12932 []
terms: RID12932; core needle; Hohlnadel; ">RID12932</a> <a style="color:blue;" onmouseover="h(['159', '2112', '2134', '2272', '2810', '3650', '4210', '5602', '6263', '6516', '8104', '8582', '10375', '11334', '11638', '11936', '13360', '14114', '14862', '20742', '20837', '21086', '22422', '22751', '23071', '23459', '23557', '23910', '24882', '26006', '26754', '26839', '26891']);t=setTimeout(function(){j(['159', '2112', '2134', '2272', '2810', '3650', '4210', '5602', '6263', '6516', '8104', '8582', '10375', '11334', '11638', '11936', '13360', '14114', '14862', '20742', '20837', '21086', '22422', '22751', '23071', '23459', '23557', '23910', '24882', '26006', '26754', '26839', '26891']);},2000);" onmouseout="u(['159', '2112', '2134', '2272', '2810', '3650', '4210', '5602', '6263', '6516', '8104', '8582', '10375', '11334', '11638', '11936', '13360', '14114', '14862', '20742', '20837', '21086', '22422', '22751', '23071', '23459', '23557', '23910', '24882', '26006', '26754', '26839', '26891']); clearTimeout(t);" id="RID1301" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID1301" target="_blank" title="RID1301 []
terms: RID1301; Lunge; lungenflügel; pulmo; lung; ">RID1301</a> <a style="color:black;" onmouseover="h(['989', '1003', '3628', '3679', '6475', '6612', '6657', '7229', '7263', '11045', '11056', '13337', '13503', '13523', '13800', '13822', '13986', '14056', '14067', '14267', '21347', '21358', '21466', '21506', '21575']);t=setTimeout(function(){j(['989', '1003', '3628', '3679', '6475', '6612', '6657', '7229', '7263', '11045', '11056', '13337', '13503', '13523', '13800', '13822', '13986', '14056', '14067', '14267', '21347', '21358', '21466', '21506', '21575']);},2000);" onmouseout="u(['989', '1003', '3628', '3679', '6475', '6612', '6657', '7229', '7263', '11045', '11056', '13337', '13503', '13523', '13800', '13822', '13986', '14056', '14067', '14267', '21347', '21358', '21466', '21506', '21575']); clearTimeout(t);" id="RID13163" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID13163" target="_blank" title="RID13163 []
terms: RID13163; patient age; ">RID13163</a> <a style="color:blue;" onmouseover="h(['590', '2284', '10661', '16996']);t=setTimeout(function(){j(['590', '2284', '10661', '16996']);},2000);" onmouseout="u(['590', '2284', '10661', '16996']); clearTimeout(t);" id="RID13173" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID13173" target="_blank" title="RID13173 []
terms: RID13173; unremarkable; normal; ">RID13173</a> <a style="color:black;" onmouseover="h(['4445', '4451']);t=setTimeout(function(){j(['4445', '4451']);},2000);" onmouseout="u(['4445', '4451']); clearTimeout(t);" id="RID13296" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID13296" target="_blank" title="RID13296 []
terms: RID13296; nodus lymphoideus; lymphonodus; lymphknoten; nodus lymphaticus; lymph node; ">RID13296</a> <a style="color:blue;" onmouseover="h(['2277']);t=setTimeout(function(){j(['2277']);},2000);" onmouseout="u(['2277']); clearTimeout(t);" id="RID13298" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID13298" target="_blank" title="RID13298 []
terms: RID13298; gewebe; textus; tissue; portion of tissue; ">RID13298</a> <a style="color:black;" onmouseover="h(['4349', '5194']);t=setTimeout(function(){j(['4349', '5194']);},2000);" onmouseout="u(['4349', '5194']); clearTimeout(t);" id="RID1385" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID1385" target="_blank" title="RID1385 []
terms: RID1385; heart; Herz; ">RID1385</a> <a style="color:blue;" onmouseover="h(['4960']);t=setTimeout(function(){j(['4960']);},2000);" onmouseout="u(['4960']); clearTimeout(t);" id="RID1538" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID1538" target="_blank" title="RID1538 []
terms: RID1538; Fett; fat; ">RID1538</a> <a style="color:black;" onmouseover="h(['5863', '6734', '8671', '8753']);t=setTimeout(function(){j(['5863', '6734', '8671', '8753']);},2000);" onmouseout="u(['5863', '6734', '8671', '8753']); clearTimeout(t);" id="RID1559" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID1559" target="_blank" title="RID1559 []
terms: RID1559; Prozedur; procedure; ">RID1559</a> <a style="color:blue;" onmouseover="h(['1985', '5937', '26769', '27011']);t=setTimeout(function(){j(['1985', '5937', '26769', '27011']);},2000);" onmouseout="u(['1985', '5937', '26769', '27011']); clearTimeout(t);" id="RID1560" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID1560" target="_blank" title="RID1560 []
terms: RID1560; surgical procedure; Chirurgische Prozedur; surgery; ">RID1560</a> <a style="color:black;" onmouseover="h(['891', '1205', '1588', '2743', '3083', '3350', '4386', '4527', '4832', '5344', '10404', '10544', '10732', '11339', '11473', '13237', '13642', '13759', '13930', '14313', '14408', '14994', '15450', '16018', '20163', '20923', '24200', '24503', '25819']);t=setTimeout(function(){j(['891', '1205', '1588', '2743', '3083', '3350', '4386', '4527', '4832', '5344', '10404', '10544', '10732', '11339', '11473', '13237', '13642', '13759', '13930', '14313', '14408', '14994', '15450', '16018', '20163', '20923', '24200', '24503', '25819']);},2000);" onmouseout="u(['891', '1205', '1588', '2743', '3083', '3350', '4386', '4527', '4832', '5344', '10404', '10544', '10732', '11339', '11473', '13237', '13642', '13759', '13930', '14313', '14408', '14994', '15450', '16018', '20163', '20923', '24200', '24503', '25819']); clearTimeout(t);" id="RID15654" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID15654" target="_blank" title="RID15654 []
terms: RID15654; benign; ">RID15654</a> <a style="color:blue;" onmouseover="h(['711', '854', '948', '1308', '1432', '1574', '2765', '3094', '3361', '4216', '4645', '4843', '10414', '10554', '11483', '11813', '13222', '13578', '13770', '13845', '13941', '14026', '15312', '17057', '20909', '21272', '21545', '23020', '23647', '23707', '24514', '24891', '26844']);t=setTimeout(function(){j(['711', '854', '948', '1308', '1432', '1574', '2765', '3094', '3361', '4216', '4645', '4843', '10414', '10554', '11483', '11813', '13222', '13578', '13770', '13845', '13941', '14026', '15312', '17057', '20909', '21272', '21545', '23020', '23647', '23707', '24514', '24891', '26844']);},2000);" onmouseout="u(['711', '854', '948', '1308', '1432', '1574', '2765', '3094', '3361', '4216', '4645', '4843', '10414', '10554', '11483', '11813', '13222', '13578', '13770', '13845', '13941', '14026', '15312', '17057', '20909', '21272', '21545', '23020', '23647', '23707', '24514', '24891', '26844']); clearTimeout(t);" id="RID15655" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID15655" target="_blank" title="RID15655 []
terms: RID15655; malignant; ">RID15655</a> <a style="color:black;" onmouseover="h(['23498', '25585']);t=setTimeout(function(){j(['23498', '25585']);},2000);" onmouseout="u(['23498', '25585']); clearTimeout(t);" id="RID2318" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID2318" target="_blank" title="RID2318 []
terms: RID2318; hand; ">RID2318</a> <a style="color:blue;" onmouseover="h(['5649', '6151', '20636', '22206', '22950', '23665', '23775', '24727', '24765', '25786', '26684']);t=setTimeout(function(){j(['5649', '6151', '20636', '22206', '22950', '23665', '23775', '24727', '24765', '25786', '26684']);},2000);" onmouseout="u(['5649', '6151', '20636', '22206', '22950', '23665', '23775', '24727', '24765', '25786', '26684']); clearTimeout(t);" id="RID28472" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID28472" target="_blank" title="RID28472 []
terms: RID28472; present; ">RID28472</a> <a style="color:black;" onmouseover="h(['14493']);t=setTimeout(function(){j(['14493']);},2000);" onmouseout="u(['14493']); clearTimeout(t);" id="RID28483" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID28483" target="_blank" title="RID28483 []
terms: RID28483; comparison section; comparison; ">RID28483</a> <a style="color:blue;" onmouseover="h(['7066', '24834']);t=setTimeout(function(){j(['7066', '24834']);},2000);" onmouseout="u(['7066', '24834']); clearTimeout(t);" id="RID28487" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID28487" target="_blank" title="RID28487 []
terms: RID28487; report; ">RID28487</a> <a style="color:black;" onmouseover="h(['2156']);t=setTimeout(function(){j(['2156']);},2000);" onmouseout="u(['2156']); clearTimeout(t);" id="RID28530" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID28530" target="_blank" title="RID28530 []
terms: RID28530; opacity; ">RID28530</a> <a style="color:blue;" onmouseover="h(['10921']);t=setTimeout(function(){j(['10921']);},2000);" onmouseout="u(['10921']); clearTimeout(t);" id="RID28625" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID28625" target="_blank" title="RID28625 []
terms: RID28625; PA; posteroanterior projection; ">RID28625</a> <a style="color:black;" onmouseover="h(['8471', '8533']);t=setTimeout(function(){j(['8471', '8533']);},2000);" onmouseout="u(['8471', '8533']); clearTimeout(t);" id="RID28667" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID28667" target="_blank" title="RID28667 []
terms: RID28667; patient state; ">RID28667</a> <a style="color:blue;" onmouseover="h(['4066', '7669', '8070', '8350', '8408', '9099', '12916']);t=setTimeout(function(){j(['4066', '7669', '8070', '8350', '8408', '9099', '12916']);},2000);" onmouseout="u(['4066', '7669', '8070', '8350', '8408', '9099', '12916']); clearTimeout(t);" id="RID28672" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID28672" target="_blank" title="RID28672 []
terms: RID28672; thick; ">RID28672</a> <a style="color:black;" onmouseover="h(['22145']);t=setTimeout(function(){j(['22145']);},2000);" onmouseout="u(['22145']); clearTimeout(t);" id="RID28707" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID28707" target="_blank" title="RID28707 []
terms: RID28707; Materialplatzierung; device placement; place; device placement procedure; ">RID28707</a> <a style="color:blue;" onmouseover="h(['26382']);t=setTimeout(function(){j(['26382']);},2000);" onmouseout="u(['26382']); clearTimeout(t);" id="RID28817" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID28817" target="_blank" title="RID28817 []
terms: RID28817; screen; screening; ">RID28817</a> <a style="color:black;" onmouseover="h(['1901', '3171']);t=setTimeout(function(){j(['1901', '3171']);},2000);" onmouseout="u(['1901', '3171']); clearTimeout(t);" id="RID28840" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID28840" target="_blank" title="RID28840 []
terms: RID28840; tomography; ">RID28840</a> <a style="color:blue;" onmouseover="h(['8143']);t=setTimeout(function(){j(['8143']);},2000);" onmouseout="u(['8143']); clearTimeout(t);" id="RID29007" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID29007" target="_blank" title="RID29007 []
terms: RID29007; filter; ">RID29007</a> <a style="color:black;" onmouseover="h(['4578', '20231', '25862']);t=setTimeout(function(){j(['4578', '20231', '25862']);},2000);" onmouseout="u(['4578', '20231', '25862']); clearTimeout(t);" id="RID29116" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID29116" target="_blank" title="RID29116 []
terms: RID29116; TB; tuberculosis; ">RID29116</a> <a style="color:blue;" onmouseover="h(['7372', '7447', '12387', '12402']);t=setTimeout(function(){j(['7372', '7447', '12387', '12402']);},2000);" onmouseout="u(['7372', '7447', '12387', '12402']); clearTimeout(t);" id="RID29215" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID29215" target="_blank" title="RID29215 []
terms: RID29215; irregular mass; stellate mass; spiculated mass; irregularly-shaped mass; ">RID29215</a> <a style="color:black;" onmouseover="h(['4349', '4355', '5194', '5200']);t=setTimeout(function(){j(['4349', '4355', '5194', '5200']);},2000);" onmouseout="u(['4349', '4355', '5194', '5200']); clearTimeout(t);" id="RID3234" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID3234" target="_blank" title="RID3234 []
terms: RID3234; heart disease; Herzerkrankung; ">RID3234</a> <a style="color:blue;" onmouseover="h(['23164']);t=setTimeout(function(){j(['23164']);},2000);" onmouseout="u(['23164']); clearTimeout(t);" id="RID33" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID33" target="_blank" title="RID33 []
terms: RID33; probable; probably; ">RID33</a> <a style="color:black;" onmouseover="h(['2225', '2230']);t=setTimeout(function(){j(['2225', '2230']);},2000);" onmouseout="u(['2225', '2230']); clearTimeout(t);" id="RID34279" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID34279" target="_blank" title="RID34279 []
terms: RID34279; sharply-defined; well-circumscribed; well-defined; circumscribed; ">RID34279</a> <a style="color:blue;" onmouseover="h(['4946', '5296']);t=setTimeout(function(){j(['4946', '5296']);},2000);" onmouseout="u(['4946', '5296']); clearTimeout(t);" id="RID34285" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID34285" target="_blank" title="RID34285 []
terms: RID34285; coarse; popcorn-like; popcorn; ">RID34285</a> <a style="color:black;" onmouseover="h(['3851', '5062']);t=setTimeout(function(){j(['3851', '5062']);},2000);" onmouseout="u(['3851', '5062']); clearTimeout(t);" id="RID34300" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID34300" target="_blank" title="RID34300 []
terms: RID34300; enhancement; area of enhancement; ">RID34300</a> <a style="color:blue;" onmouseover="h(['5707']);t=setTimeout(function(){j(['5707']);},2000);" onmouseout="u(['5707']); clearTimeout(t);" id="RID34301" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID34301" target="_blank" title="RID34301 []
terms: RID34301; lesion; nodule; focus; ">RID34301</a> <a style="color:black;" onmouseover="h(['4913', '5062']);t=setTimeout(function(){j(['4913', '5062']);},2000);" onmouseout="u(['4913', '5062']); clearTimeout(t);" id="RID34308" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID34308" target="_blank" title="RID34308 []
terms: RID34308; central enhancement; ">RID34308</a> <a style="color:blue;" onmouseover="h(['4933', '5062']);t=setTimeout(function(){j(['4933', '5062']);},2000);" onmouseout="u(['4933', '5062']); clearTimeout(t);" id="RID34341" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID34341" target="_blank" title="RID34341 []
terms: RID34341; diffuse enhancement; ">RID34341</a> <a style="color:black;" onmouseover="h(['2385', '6502', '7372', '11466', '11603', '12387', '21520', '23066', '23445']);t=setTimeout(function(){j(['2385', '6502', '7372', '11466', '11603', '12387', '21520', '23066', '23445']);},2000);" onmouseout="u(['2385', '6502', '7372', '11466', '11603', '12387', '21520', '23066', '23445']); clearTimeout(t);" id="RID34373" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID34373" target="_blank" title="RID34373 []
terms: RID34373; mass in or on skin; extramammary mass; epidermal mass; dermal mass; cutaneous mass; subcutaneous mass; dermatologic mass; mass; superficial mass; ">RID34373</a> <a style="color:blue;" onmouseover="h(['21828', '26231']);t=setTimeout(function(){j(['21828', '26231']);},2000);" onmouseout="u(['21828', '26231']); clearTimeout(t);" id="RID34615" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID34615" target="_blank" title="RID34615 []
terms: RID34615; neoplasia; neoplastic disease; ">RID34615</a> <a style="color:black;" onmouseover="h(['21993', '23562', '26631']);t=setTimeout(function(){j(['21993', '23562', '26631']);},2000);" onmouseout="u(['21993', '23562', '26631']); clearTimeout(t);" id="RID34616" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID34616" target="_blank" title="RID34616 []
terms: RID34616; cancer; malignant neoplastic disease; ">RID34616</a> <a style="color:blue;" onmouseover="h(['21984', '22163', '26515']);t=setTimeout(function(){j(['21984', '22163', '26515']);},2000);" onmouseout="u(['21984', '22163', '26515']); clearTimeout(t);" id="RID34658" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID34658" target="_blank" title="RID34658 []
terms: RID34658; death; ">RID34658</a> <a style="color:black;" onmouseover="h(['4886', '26152']);t=setTimeout(function(){j(['4886', '26152']);},2000);" onmouseout="u(['4886', '26152']); clearTimeout(t);" id="RID34780" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID34780" target="_blank" title="RID34780 []
terms: RID34780; absence; missing part; ">RID34780</a> <a style="color:blue;" onmouseover="h(['8153', '8158']);t=setTimeout(function(){j(['8153', '8158']);},2000);" onmouseout="u(['8153', '8158']); clearTimeout(t);" id="RID35736" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID35736" target="_blank" title="RID35736 []
terms: RID35736; high resolution; ">RID35736</a> <a style="color:black;" onmouseover="h(['26432', '26436']);t=setTimeout(function(){j(['26432', '26436']);},2000);" onmouseout="u(['26432', '26436']); clearTimeout(t);" id="RID35737" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID35737" target="_blank" title="RID35737 []
terms: RID35737; low dose; ">RID35737</a> <a style="color:blue;" onmouseover="h(['5515', '20768']);t=setTimeout(function(){j(['5515', '20768']);},2000);" onmouseout="u(['5515', '20768']); clearTimeout(t);" id="RID35966" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID35966" target="_blank" title="RID35966 []
terms: RID35966; research; ">RID35966</a> <a style="color:black;" onmouseover="h(['2689', '2743']);t=setTimeout(function(){j(['2689', '2743']);},2000);" onmouseout="u(['2689', '2743']); clearTimeout(t);" id="RID36008" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID36008" target="_blank" title="RID36008 []
terms: RID36008; non-pathophysiological finding; benign entity; non-pathological finding; benign finding; ">RID36008</a> <a style="color:blue;" onmouseover="h(['1098', '1697', '2928', '17057', '21013', '23411', '23933', '24116']);t=setTimeout(function(){j(['1098', '1697', '2928', '17057', '21013', '23411', '23933', '24116']);},2000);" onmouseout="u(['1098', '1697', '2928', '17057', '21013', '23411', '23933', '24116']); clearTimeout(t);" id="RID36042" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID36042" target="_blank" title="RID36042 []
terms: RID36042; malignant neoplasm; malignancy; ">RID36042</a> <a style="color:black;" onmouseover="h(['21801']);t=setTimeout(function(){j(['21801']);},2000);" onmouseout="u(['21801']); clearTimeout(t);" id="RID36043" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID36043" target="_blank" title="RID36043 []
terms: RID36043; increased; ">RID36043</a> <a style="color:blue;" onmouseover="h(['3754']);t=setTimeout(function(){j(['3754']);},2000);" onmouseout="u(['3754']); clearTimeout(t);" id="RID3820" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID3820" target="_blank" title="RID3820 []
terms: RID3820; fibrosis; Fibrose; ">RID3820</a> <a style="color:black;" onmouseover="h(['20065', '20065', '20065', '20065', '20065', '20065', '20065', '20065', '20065', '21614']);t=setTimeout(function(){j(['20065', '20065', '20065', '20065', '20065', '20065', '20065', '20065', '20065', '21614']);},2000);" onmouseout="u(['20065', '20065', '20065', '20065', '20065', '20065', '20065', '20065', '20065', '21614']); clearTimeout(t);" id="RID3840" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID3840" target="_blank" title="RID3840 []
terms: RID3840; lymphoma; lymphosarcoma; Lymphom; ">RID3840</a> <a style="color:blue;" onmouseover="h(['20055', '20055', '20055', '20065', '20065', '20055', '20065', '21604', '21614']);t=setTimeout(function(){j(['20055', '20055', '20055', '20065', '20065', '20055', '20065', '21604', '21614']);},2000);" onmouseout="u(['20055', '20055', '20055', '20065', '20065', '20055', '20065', '21604', '21614']); clearTimeout(t);" id="RID3842" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID3842" target="_blank" title="RID3842 []
terms: RID3842; Hodgkin Lymphom; Hodgkin lymphoma; ">RID3842</a> <a style="color:black;" onmouseover="h(['14626', '14682']);t=setTimeout(function(){j(['14626', '14682']);},2000);" onmouseout="u(['14626', '14682']); clearTimeout(t);" id="RID38584" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID38584" target="_blank" title="RID38584 []
terms: RID38584; not seen; not observed; ">RID38584</a> <a style="color:blue;" onmouseover="h(['8753', '8907']);t=setTimeout(function(){j(['8753', '8907']);},2000);" onmouseout="u(['8753', '8907']); clearTimeout(t);" id="RID38610" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID38610" target="_blank" title="RID38610 []
terms: RID38610; obtain access; procedure to gain access; access procedure; ">RID38610</a> <a style="color:black;" onmouseover="h(['4101', '17407']);t=setTimeout(function(){j(['4101', '17407']);},2000);" onmouseout="u(['4101', '17407']); clearTimeout(t);" id="RID38611" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID38611" target="_blank" title="RID38611 []
terms: RID38611; biopsy; ">RID38611</a> <a style="color:blue;" onmouseover="h(['22471', '22523', '22550']);t=setTimeout(function(){j(['22471', '22523', '22550']);},2000);" onmouseout="u(['22471', '22523', '22550']); clearTimeout(t);" id="RID38661" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID38661" target="_blank" title="RID38661 []
terms: RID38661; more than 5; ">RID38661</a> <a style="color:black;" onmouseover="h(['2385', '5707', '6502', '7372', '11466', '11603', '12387', '21520', '23066', '23445']);t=setTimeout(function(){j(['2385', '5707', '6502', '7372', '11466', '11603', '12387', '21520', '23066', '23445']);},2000);" onmouseout="u(['2385', '5707', '6502', '7372', '11466', '11603', '12387', '21520', '23066', '23445']); clearTimeout(t);" id="RID3874" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID3874" target="_blank" title="RID3874 []
terms: RID3874; lesion; Raumforderung; nodule; focus; density; vague density; mass; ">RID3874</a> <a style="color:blue;" onmouseover="h(['1012', '1642', '6038', '13809', '20940', '21788']);t=setTimeout(function(){j(['1012', '1642', '6038', '13809', '20940', '21788']);},2000);" onmouseout="u(['1012', '1642', '6038', '13809', '20940', '21788']); clearTimeout(t);" id="RID38799" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID38799" target="_blank" title="RID38799 []
terms: RID38799; advanced; ">RID38799</a> <a style="color:black;" onmouseover="h(['23216', '26105']);t=setTimeout(function(){j(['23216', '26105']);},2000);" onmouseout="u(['23216', '26105']); clearTimeout(t);" id="RID39050" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID39050" target="_blank" title="RID39050 []
terms: RID39050; symptom; ">RID39050</a> <a style="color:blue;" onmouseover="h(['2385', '5707', '6502', '7372', '11466', '11603', '12387', '21520', '23066', '23445']);t=setTimeout(function(){j(['2385', '5707', '6502', '7372', '11466', '11603', '12387', '21520', '23066', '23445']);},2000);" onmouseout="u(['2385', '5707', '6502', '7372', '11466', '11603', '12387', '21520', '23066', '23445']); clearTimeout(t);" id="RID39055" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID39055" target="_blank" title="RID39055 []
terms: RID39055; lesion; breast nodule; nodule; focus; nodular enhancement; mass; breast density; breast mass; ">RID39055</a> <a style="color:black;" onmouseover="h(['2134', '2272', '2385', '2385', '6502', '6502', '6516', '7372', '11466', '11603', '12387', '21520', '23066', '23066', '23071', '23445', '23445', '23459']);t=setTimeout(function(){j(['2134', '2272', '2385', '2385', '6502', '6502', '6516', '7372', '11466', '11603', '12387', '21520', '23066', '23066', '23071', '23445', '23445', '23459']);},2000);" onmouseout="u(['2134', '2272', '2385', '2385', '6502', '6502', '6516', '7372', '11466', '11603', '12387', '21520', '23066', '23066', '23071', '23445', '23445', '23459']); clearTimeout(t);" id="RID39056" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID39056" target="_blank" title="RID39056 []
terms: RID39056; lung mass; mass; ">RID39056</a> <a style="color:blue;" onmouseover="h(['164']);t=setTimeout(function(){j(['164']);},2000);" onmouseout="u(['164']); clearTimeout(t);" id="RID39110" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID39110" target="_blank" title="RID39110 []
terms: RID39110; indeterminate; unable to determine; ">RID39110</a> <a style="color:black;" onmouseover="h(['7170']);t=setTimeout(function(){j(['7170']);},2000);" onmouseout="u(['7170']); clearTimeout(t);" id="RID39113" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID39113" target="_blank" title="RID39113 []
terms: RID39113; insufficient; ">RID39113</a> <a style="color:blue;" onmouseover="h(['4083']);t=setTimeout(function(){j(['4083']);},2000);" onmouseout="u(['4083']); clearTimeout(t);" id="RID39120" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID39120" target="_blank" title="RID39120 []
terms: RID39120; known; ">RID39120</a> <a style="color:black;" onmouseover="h(['442', '3487', '5111', '10851', '26395']);t=setTimeout(function(){j(['442', '3487', '5111', '10851', '26395']);},2000);" onmouseout="u(['442', '3487', '5111', '10851', '26395']); clearTimeout(t);" id="RID39224" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID39224" target="_blank" title="RID39224 []
terms: RID39224; mean value calculated; mean; ">RID39224</a> <a style="color:blue;" onmouseover="h(['8275', '21853']);t=setTimeout(function(){j(['8275', '21853']);},2000);" onmouseout="u(['8275', '21853']); clearTimeout(t);" id="RID39331" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID39331" target="_blank" title="RID39331 []
terms: RID39331; before; pre; ">RID39331</a> <a style="color:black;" onmouseover="h(['3771']);t=setTimeout(function(){j(['3771']);},2000);" onmouseout="u(['3771']); clearTimeout(t);" id="RID39452" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID39452" target="_blank" title="RID39452 []
terms: RID39452; feature; ">RID39452</a> <a style="color:blue;" onmouseover="h(['2385', '6502', '7372', '11466', '11603', '12387', '21520', '23066', '23445']);t=setTimeout(function(){j(['2385', '6502', '7372', '11466', '11603', '12387', '21520', '23066', '23445']);},2000);" onmouseout="u(['2385', '6502', '7372', '11466', '11603', '12387', '21520', '23066', '23445']); clearTimeout(t);" id="RID39466" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID39466" target="_blank" title="RID39466 []
terms: RID39466; liver mass; mass; ">RID39466</a> <a style="color:black;" onmouseover="h(['4430', '4475', '25946']);t=setTimeout(function(){j(['4430', '4475', '25946']);},2000);" onmouseout="u(['4430', '4475', '25946']); clearTimeout(t);" id="RID3953" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID3953" target="_blank" title="RID3953 []
terms: RID3953; Granulom; granuloma; ">RID3953</a> <a style="color:blue;" onmouseover="h(['5378']);t=setTimeout(function(){j(['5378']);},2000);" onmouseout="u(['5378']); clearTimeout(t);" id="RID39547" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID39547" target="_blank" title="RID39547 []
terms: RID39547; growth; ">RID39547</a> <a style="color:black;" onmouseover="h(['25585', '25731', '25585', '25731']);t=setTimeout(function(){j(['25585', '25731', '25585', '25731']);},2000);" onmouseout="u(['25585', '25731', '25585', '25731']); clearTimeout(t);" id="RID39560" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID39560" target="_blank" title="RID39560 []
terms: RID39560; region of hand; hand subdivision; segment of hand; hand region; subdivision of hand; ">RID39560</a> <a style="color:blue;" onmouseover="h(['958', '3411', '4369', '4655', '11806', '17843', '21282', '22269', '25027', '25394', '26365', '26832']);t=setTimeout(function(){j(['958', '3411', '4369', '4655', '11806', '17843', '21282', '22269', '25027', '25394', '26365', '26832']);},2000);" onmouseout="u(['958', '3411', '4369', '4655', '11806', '17843', '21282', '22269', '25027', '25394', '26365', '26832']); clearTimeout(t);" id="RID3957" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID3957" target="_blank" title="RID3957 []
terms: RID3957; tumor; Neoplasma; neoplasm; ">RID3957</a> <a style="color:black;" onmouseover="h(['921', '4677', '13438', '17649', '17820', '18020', '18308', '19974', '21245', '24913', '25005', '25476']);t=setTimeout(function(){j(['921', '4677', '13438', '17649', '17820', '18020', '18308', '19974', '21245', '24913', '25005', '25476']);},2000);" onmouseout="u(['921', '4677', '13438', '17649', '17820', '18020', '18308', '19974', '21245', '24913', '25005', '25476']); clearTimeout(t);" id="RID4226" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID4226" target="_blank" title="RID4226 []
terms: RID4226; adenocarcinoma; Adenokarzinom; ">RID4226</a> <a style="color:blue;" onmouseover="h(['4700', '18327', '18428', '19979', '19979', '19979', '19979', '21636', '24932', '25076', '25169', '25608']);t=setTimeout(function(){j(['4700', '18327', '18428', '19979', '19979', '19979', '19979', '21636', '24932', '25076', '25169', '25608']);},2000);" onmouseout="u(['4700', '18327', '18428', '19979', '19979', '19979', '19979', '21636', '24932', '25076', '25169', '25608']); clearTimeout(t);" id="RID4247" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID4247" target="_blank" title="RID4247 []
terms: RID4247; carcinoma; Karzinom; ">RID4247</a> <a style="color:black;" onmouseover="h(['19979', '19979', '20034', '20040']);t=setTimeout(function(){j(['19979', '19979', '20034', '20040']);},2000);" onmouseout="u(['19979', '19979', '20034', '20040']); clearTimeout(t);" id="RID4256" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID4256" target="_blank" title="RID4256 []
terms: RID4256; Kleinzelliges Karzinom; oat cell carcinoma; small cell carcinoma; ">RID4256</a> <a style="color:blue;" onmouseover="h(['16307', '16393', '16594', '16657', '16641', '16700', '16694']);t=setTimeout(function(){j(['16307', '16393', '16594', '16657', '16641', '16700', '16694']);},2000);" onmouseout="u(['16307', '16393', '16594', '16657', '16641', '16700', '16694']); clearTimeout(t);" id="RID43314" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID43314" target="_blank" title="RID43314 []
terms: RID43314; multiple lesions 2-5; 2-5 lesions; ">RID43314</a> <a style="color:black;" onmouseover="h(['16307', '16430', '16538']);t=setTimeout(function(){j(['16307', '16430', '16538']);},2000);" onmouseout="u(['16307', '16430', '16538']); clearTimeout(t);" id="RID43315" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID43315" target="_blank" title="RID43315 []
terms: RID43315; multiple lesions 6-10; 6-10 lesions; ">RID43315</a> <a style="color:blue;" onmouseover="h(['16307', '16538']);t=setTimeout(function(){j(['16307', '16538']);},2000);" onmouseout="u(['16307', '16538']); clearTimeout(t);" id="RID43316" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID43316" target="_blank" title="RID43316 []
terms: RID43316; >10 lesions; greater than 10 lesions; more than 10 lesions; multiple lesions >10; ">RID43316</a> <a style="color:black;" onmouseover="h(['4419']);t=setTimeout(function(){j(['4419']);},2000);" onmouseout="u(['4419']); clearTimeout(t);" id="RID4335" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID4335" target="_blank" title="RID4335 []
terms: RID4335; Hamartom; hamartoma; ">RID4335</a> <a style="color:blue;" onmouseover="h(['23557', '23562']);t=setTimeout(function(){j(['23557', '23562']);},2000);" onmouseout="u(['23557', '23562']); clearTimeout(t);" id="RID45686" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID45686" target="_blank" title="RID45686 []
terms: RID45686; lung cancer; ">RID45686</a> <a style="color:black;" onmouseover="h(['10078']);t=setTimeout(function(){j(['10078']);},2000);" onmouseout="u(['10078']); clearTimeout(t);" id="RID45813" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID45813" target="_blank" title="RID45813 []
terms: RID45813; Order; order created; OrderCreated; ">RID45813</a> <a style="color:blue;" onmouseover="h(['6987', '8976']);t=setTimeout(function(){j(['6987', '8976']);},2000);" onmouseout="u(['6987', '8976']); clearTimeout(t);" id="RID45824" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID45824" target="_blank" title="RID45824 []
terms: RID45824; protocol specified; Protocol; ">RID45824</a> <a style="color:black;" onmouseover="h(['7486', '10681', '12141', '12617', '15168', '15673', '16547', '18138', '21182', '24312', '24539', '25278']);t=setTimeout(function(){j(['7486', '10681', '12141', '12617', '15168', '15673', '16547', '18138', '21182', '24312', '24539', '25278']);},2000);" onmouseout="u(['7486', '10681', '12141', '12617', '15168', '15673', '16547', '18138', '21182', '24312', '24539', '25278']); clearTimeout(t);" id="RID45838" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID45838" target="_blank" title="RID45838 []
terms: RID45838; PtChanged; patient changed into exam clothes; Changed; ">RID45838</a> <a style="color:blue;" onmouseover="h(['13054', '13094']);t=setTimeout(function(){j(['13054', '13094']);},2000);" onmouseout="u(['13054', '13094']); clearTimeout(t);" id="RID45899" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID45899" target="_blank" title="RID45899 []
terms: RID45899; Patient Out; PatientOut; ">RID45899</a> <a style="color:black;" onmouseover="h(['8753', '8932']);t=setTimeout(function(){j(['8753', '8932']);},2000);" onmouseout="u(['8753', '8932']); clearTimeout(t);" id="RID45917" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID45917" target="_blank" title="RID45917 []
terms: RID45917; ProcPause; procedure pause; ">RID45917</a> <a style="color:blue;" onmouseover="h(['24834']);t=setTimeout(function(){j(['24834']);},2000);" onmouseout="u(['24834']); clearTimeout(t);" id="RID45924" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID45924" target="_blank" title="RID45924 []
terms: RID45924; Reported; Final report approved; ">RID45924</a> <a style="color:black;" onmouseover="h(['5531', '5672']);t=setTimeout(function(){j(['5531', '5672']);},2000);" onmouseout="u(['5531', '5672']); clearTimeout(t);" id="RID46056" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID46056" target="_blank" title="RID46056 []
terms: RID46056; not applicable; ">RID46056</a> <a style="color:blue;" onmouseover="h(['26432']);t=setTimeout(function(){j(['26432']);},2000);" onmouseout="u(['26432']); clearTimeout(t);" id="RID46059" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID46059" target="_blank" title="RID46059 []
terms: RID46059; low; ">RID46059</a> <a style="color:black;" onmouseover="h(['8153']);t=setTimeout(function(){j(['8153']);},2000);" onmouseout="u(['8153']); clearTimeout(t);" id="RID46060" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID46060" target="_blank" title="RID46060 []
terms: RID46060; high; ">RID46060</a> <a style="color:blue;" onmouseover="h(['8378']);t=setTimeout(function(){j(['8378']);},2000);" onmouseout="u(['8378']); clearTimeout(t);" id="RID4751" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID4751" target="_blank" title="RID4751 []
terms: RID4751; Verlagerung; displacement; ">RID4751</a> <a style="color:black;" onmouseover="h(['8753', '9261']);t=setTimeout(function(){j(['8753', '9261']);},2000);" onmouseout="u(['8753', '9261']); clearTimeout(t);" id="RID48094" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID48094" target="_blank" title="RID48094 []
terms: RID48094; measurement procedure; ">RID48094</a> <a style="color:blue;" onmouseover="h(['10005']);t=setTimeout(function(){j(['10005']);},2000);" onmouseout="u(['10005']); clearTimeout(t);" id="RID49445" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID49445" target="_blank" title="RID49445 []
terms: RID49445; monitored; ">RID49445</a> <a style="color:black;" onmouseover="h(['14583']);t=setTimeout(function(){j(['14583']);},2000);" onmouseout="u(['14583']); clearTimeout(t);" id="RID49479" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID49479" target="_blank" title="RID49479 []
terms: RID49479; actionable finding; ">RID49479</a> <a style="color:blue;" onmouseover="h(['3496', '3505', '5120', '5129', '8810', '8819']);t=setTimeout(function(){j(['3496', '3505', '5120', '5129', '8810', '8819']);},2000);" onmouseout="u(['3496', '3505', '5120', '5129', '8810', '8819']); clearTimeout(t);" id="RID49553" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID49553" target="_blank" title="RID49553 []
terms: RID49553; IV contrast; intravenous contrast; ">RID49553</a> <a style="color:black;" onmouseover="h(['9273']);t=setTimeout(function(){j(['9273']);},2000);" onmouseout="u(['9273']); clearTimeout(t);" id="RID49678" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID49678" target="_blank" title="RID49678 []
terms: RID49678; distance; ">RID49678</a> <a style="color:blue;" onmouseover="h(['4866']);t=setTimeout(function(){j(['4866']);},2000);" onmouseout="u(['4866']); clearTimeout(t);" id="RID49688" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID49688" target="_blank" title="RID49688 []
terms: RID49688; hard; ">RID49688</a> <a style="color:black;" onmouseover="h(['4033', '4059', '4096', '4101', '4033', '4059', '4096', '4101', '4096', '4101', '17402', '17407']);t=setTimeout(function(){j(['4033', '4059', '4096', '4101', '4033', '4059', '4096', '4101', '4096', '4101', '17402', '17407']);},2000);" onmouseout="u(['4033', '4059', '4096', '4101', '4033', '4059', '4096', '4101', '4096', '4101', '17402', '17407']); clearTimeout(t);" id="RID49777" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID49777" target="_blank" title="RID49777 []
terms: RID49777; core biopsy procedure; needle core biopsy; core biopsy; core needle biopsy; ">RID49777</a> <a style="color:blue;" onmouseover="h(['136', '227', '618', '870', '989', '1084', '1286', '1410', '1598', '2084', '2859', '3628', '5144', '5314', '5579', '6116', '6240', '6475', '6612', '7051', '7229', '8471', '8842', '9988', '10957', '11056', '11153', '11849', '11876', '12420', '12471', '12511', '12557', '12672', '12713', '12757', '12813', '13094', '13179', '13337', '13503', '13822', '13986', '14067', '15058', '15290', '15736', '15878', '17117', '17631', '18006', '18294', '18577', '20205', '20535', '20719', '20814', '21326', '21358', '21466', '21506', '21663', '22435', '22487', '22986', '23110', '23758', '25155', '26562']);t=setTimeout(function(){j(['136', '227', '618', '870', '989', '1084', '1286', '1410', '1598', '2084', '2859', '3628', '5144', '5314', '5579', '6116', '6240', '6475', '6612', '7051', '7229', '8471', '8842', '9988', '10957', '11056', '11153', '11849', '11876', '12420', '12471', '12511', '12557', '12672', '12713', '12757', '12813', '13094', '13179', '13337', '13503', '13822', '13986', '14067', '15058', '15290', '15736', '15878', '17117', '17631', '18006', '18294', '18577', '20205', '20535', '20719', '20814', '21326', '21358', '21466', '21506', '21663', '22435', '22487', '22986', '23110', '23758', '25155', '26562']);},2000);" onmouseout="u(['136', '227', '618', '870', '989', '1084', '1286', '1410', '1598', '2084', '2859', '3628', '5144', '5314', '5579', '6116', '6240', '6475', '6612', '7051', '7229', '8471', '8842', '9988', '10957', '11056', '11153', '11849', '11876', '12420', '12471', '12511', '12557', '12672', '12713', '12757', '12813', '13094', '13179', '13337', '13503', '13822', '13986', '14067', '15058', '15290', '15736', '15878', '17117', '17631', '18006', '18294', '18577', '20205', '20535', '20719', '20814', '21326', '21358', '21466', '21506', '21663', '22435', '22487', '22986', '23110', '23758', '25155', '26562']); clearTimeout(t);" id="RID49815" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID49815" target="_blank" title="RID49815 []
terms: RID49815; patient; ">RID49815</a> <a style="color:black;" onmouseover="h(['7834', '8777']);t=setTimeout(function(){j(['7834', '8777']);},2000);" onmouseout="u(['7834', '8777']); clearTimeout(t);" id="RID49854" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID49854" target="_blank" title="RID49854 []
terms: RID49854; without; wo; w/o; ">RID49854</a> <a style="color:blue;" onmouseover="h(['7486', '10681', '12141', '12617', '15168', '15673', '16547', '18138', '21182', '24312', '24539', '25278']);t=setTimeout(function(){j(['7486', '10681', '12141', '12617', '15168', '15673', '16547', '18138', '21182', '24312', '24539', '25278']);},2000);" onmouseout="u(['7486', '10681', '12141', '12617', '15168', '15673', '16547', '18138', '21182', '24312', '24539', '25278']); clearTimeout(t);" id="RID49896" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID49896" target="_blank" title="RID49896 []
terms: RID49896; change; ">RID49896</a> <a style="color:black;" onmouseover="h(['12175', '23202']);t=setTimeout(function(){j(['12175', '23202']);},2000);" onmouseout="u(['12175', '23202']); clearTimeout(t);" id="RID49903" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID49903" target="_blank" title="RID49903 []
terms: RID49903; appearance; ">RID49903</a> <a style="color:blue;" onmouseover="h(['5896']);t=setTimeout(function(){j(['5896']);},2000);" onmouseout="u(['5896']); clearTimeout(t);" id="RID50156" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID50156" target="_blank" title="RID50156 []
terms: RID50156; bronchoscopy; ">RID50156</a> <a style="color:black;" onmouseover="h(['10268']);t=setTimeout(function(){j(['10268']);},2000);" onmouseout="u(['10268']); clearTimeout(t);" id="RID5020" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5020" target="_blank" title="RID5020 []
terms: RID5020; middle aortic syndrome; MAS; Middle-Aortic-Syndrome; ">RID5020</a> <a style="color:blue;" onmouseover="h(['3573']);t=setTimeout(function(){j(['3573']);},2000);" onmouseout="u(['3573']); clearTimeout(t);" id="RID5067" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5067" target="_blank" title="RID5067 []
terms: RID5067; Fragmentierung; fragmentation; ">RID5067</a> <a style="color:black;" onmouseover="h(['1379', '1835', '7535', '12236', '12700', '15259', '16632', '18227', '19613', '21234', '24556', '25310']);t=setTimeout(function(){j(['1379', '1835', '7535', '12236', '12700', '15259', '16632', '18227', '19613', '21234', '24556', '25310']);},2000);" onmouseout="u(['1379', '1835', '7535', '12236', '12700', '15259', '16632', '18227', '19613', '21234', '24556', '25310']); clearTimeout(t);" id="RID5171" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5171" target="_blank" title="RID5171 []
terms: RID5171; Nekrose; necrosis; ">RID5171</a> <a style="color:blue;" onmouseover="h(['4033', '4059', '7662', '9250', '9568', '9679', '9911', '12909']);t=setTimeout(function(){j(['4033', '4059', '7662', '9250', '9568', '9679', '9911', '12909']);},2000);" onmouseout="u(['4033', '4059', '7662', '9250', '9568', '9679', '9911', '12909']); clearTimeout(t);" id="RID5605" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5605" target="_blank" title="RID5605 []
terms: RID5605; needle; Nadel; ">RID5605</a> <a style="color:black;" onmouseover="h(['14880', '20386']);t=setTimeout(function(){j(['14880', '20386']);},2000);" onmouseout="u(['14880', '20386']); clearTimeout(t);" id="RID5641" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5641" target="_blank" title="RID5641 []
terms: RID5641; child; Kind; ">RID5641</a> <a style="color:blue;" onmouseover="h(['307', '10447']);t=setTimeout(function(){j(['307', '10447']);},2000);" onmouseout="u(['307', '10447']); clearTimeout(t);" id="RID5652" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5652" target="_blank" title="RID5652 []
terms: RID5652; gender; Geschlecht; ">RID5652</a> <a style="color:black;" onmouseover="h(['655', '3663', '10994', '11279', '12428', '12479', '12519', '12566', '12683', '12721', '12766', '12821', '16073', '17626', '18771', '20200', '22540']);t=setTimeout(function(){j(['655', '3663', '10994', '11279', '12428', '12479', '12519', '12566', '12683', '12721', '12766', '12821', '16073', '17626', '18771', '20200', '22540']);},2000);" onmouseout="u(['655', '3663', '10994', '11279', '12428', '12479', '12519', '12566', '12683', '12721', '12766', '12821', '16073', '17626', '18771', '20200', '22540']); clearTimeout(t);" id="RID5653" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5653" target="_blank" title="RID5653 []
terms: RID5653; male; männlich; ">RID5653</a> <a style="color:blue;" onmouseover="h(['11019', '11288', '16029', '18692']);t=setTimeout(function(){j(['11019', '11288', '16029', '18692']);},2000);" onmouseout="u(['11019', '11288', '16029', '18692']); clearTimeout(t);" id="RID5654" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5654" target="_blank" title="RID5654 []
terms: RID5654; female; weiblich; ">RID5654</a> <a style="color:black;" onmouseover="h(['5854']);t=setTimeout(function(){j(['5854']);},2000);" onmouseout="u(['5854']); clearTimeout(t);" id="RID5680" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5680" target="_blank" title="RID5680 []
terms: RID5680; invasiv; invasive; ">RID5680</a> <a style="color:blue;" onmouseover="h(['5243']);t=setTimeout(function(){j(['5243']);},2000);" onmouseout="u(['5243']); clearTimeout(t);" id="RID5684" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5684" target="_blank" title="RID5684 []
terms: RID5684; begrenzt; limited; ">RID5684</a> <a style="color:black;" onmouseover="h(['6462', '11902', '12128', '16005', '16111', '16257', '16504', '16838', '18666', '18846', '19066', '19446', '19939', '22397']);t=setTimeout(function(){j(['6462', '11902', '12128', '16005', '16111', '16257', '16504', '16838', '18666', '18846', '19066', '19446', '19939', '22397']);},2000);" onmouseout="u(['6462', '11902', '12128', '16005', '16111', '16257', '16504', '16838', '18666', '18846', '19066', '19446', '19939', '22397']); clearTimeout(t);" id="RID5689" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5689" target="_blank" title="RID5689 []
terms: RID5689; komplett; fully; completed; total; complete; ">RID5689</a> <a style="color:blue;" onmouseover="h(['4933']);t=setTimeout(function(){j(['4933']);},2000);" onmouseout="u(['4933']); clearTimeout(t);" id="RID5701" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5701" target="_blank" title="RID5701 []
terms: RID5701; diffus; diffuse; ">RID5701</a> <a style="color:black;" onmouseover="h(['2171']);t=setTimeout(function(){j(['2171']);},2000);" onmouseout="u(['2171']); clearTimeout(t);" id="RID5702" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5702" target="_blank" title="RID5702 []
terms: RID5702; fokal; focal; ">RID5702</a> <a style="color:blue;" onmouseover="h(['8235']);t=setTimeout(function(){j(['8235']);},2000);" onmouseout="u(['8235']); clearTimeout(t);" id="RID5720" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5720" target="_blank" title="RID5720 []
terms: RID5720; new; neu; ">RID5720</a> <a style="color:black;" onmouseover="h(['12781']);t=setTimeout(function(){j(['12781']);},2000);" onmouseout="u(['12781']); clearTimeout(t);" id="RID5721" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5721" target="_blank" title="RID5721 []
terms: RID5721; old; alt; ">RID5721</a> <a style="color:blue;" onmouseover="h(['21801', '22657']);t=setTimeout(function(){j(['21801', '22657']);},2000);" onmouseout="u(['21801', '22657']); clearTimeout(t);" id="RID5732" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5732" target="_blank" title="RID5732 []
terms: RID5732; increasing; zunehmend; ">RID5732</a> <a style="color:black;" onmouseover="h(['6094', '7151', '22403', '25145']);t=setTimeout(function(){j(['6094', '7151', '22403', '25145']);},2000);" onmouseout="u(['6094', '7151', '22403', '25145']); clearTimeout(t);" id="RID5761" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5761" target="_blank" title="RID5761 []
terms: RID5761; amount modifier; amount; quantity descriptor; ">RID5761</a> <a style="color:blue;" onmouseover="h(['4727']);t=setTimeout(function(){j(['4727']);},2000);" onmouseout="u(['4727']); clearTimeout(t);" id="RID5763" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5763" target="_blank" title="RID5763 []
terms: RID5763; wenig; several; few; ">RID5763</a> <a style="color:black;" onmouseover="h(['7906', '8617', '10811', '15164', '18569', '25649']);t=setTimeout(function(){j(['7906', '8617', '10811', '15164', '18569', '25649']);},2000);" onmouseout="u(['7906', '8617', '10811', '15164', '18569', '25649']); clearTimeout(t);" id="RID5769" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5769" target="_blank" title="RID5769 []
terms: RID5769; all; alle; ">RID5769</a> <a style="color:blue;" onmouseover="h(['7678', '9859', '11574', '12958', '17424', '17698', '20262', '22172']);t=setTimeout(function(){j(['7678', '9859', '11574', '12958', '17424', '17698', '20262', '22172']);},2000);" onmouseout="u(['7678', '9859', '11574', '12958', '17424', '17698', '20262', '22172']); clearTimeout(t);" id="RID5770" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5770" target="_blank" title="RID5770 []
terms: RID5770; both; beide; ">RID5770</a> <a style="color:black;" onmouseover="h(['5237', '9513', '20034']);t=setTimeout(function(){j(['5237', '9513', '20034']);},2000);" onmouseout="u(['5237', '9513', '20034']); clearTimeout(t);" id="RID5774" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5774" target="_blank" title="RID5774 []
terms: RID5774; small; klein; ">RID5774</a> <a style="color:blue;" onmouseover="h(['11031', '21561']);t=setTimeout(function(){j(['11031', '21561']);},2000);" onmouseout="u(['11031', '21561']); clearTimeout(t);" id="RID5775" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5775" target="_blank" title="RID5775 []
terms: RID5775; mittelgroß; intermediate; medium; ">RID5775</a> <a style="color:black;" onmouseover="h(['7447', '12037', '12402', '16457', '19364', '24032', '24156']);t=setTimeout(function(){j(['7447', '12037', '12402', '16457', '19364', '24032', '24156']);},2000);" onmouseout="u(['7447', '12037', '12402', '16457', '19364', '24032', '24156']); clearTimeout(t);" id="RID5809" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5809" target="_blank" title="RID5809 []
terms: RID5809; irregulär geformt; irregular; ">RID5809</a> <a style="color:blue;" onmouseover="h(['4913', '7405', '11756', '16166', '18904', '25742']);t=setTimeout(function(){j(['4913', '7405', '11756', '16166', '18904', '25742']);},2000);" onmouseout="u(['4913', '7405', '11756', '16166', '18904', '25742']); clearTimeout(t);" id="RID5827" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5827" target="_blank" title="RID5827 []
terms: RID5827; zentral; central; ">RID5827</a> <a style="color:black;" onmouseover="h(['11097', '14244']);t=setTimeout(function(){j(['11097', '14244']);},2000);" onmouseout="u(['11097', '14244']); clearTimeout(t);" id="RID5846" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5846" target="_blank" title="RID5846 []
terms: RID5846; median; ">RID5846</a> <a style="color:blue;" onmouseover="h(['8863']);t=setTimeout(function(){j(['8863']);},2000);" onmouseout="u(['8863']); clearTimeout(t);" id="RID5847" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5847" target="_blank" title="RID5847 []
terms: RID5847; dorsal; ">RID5847</a> <a style="color:black;" onmouseover="h(['8873']);t=setTimeout(function(){j(['8873']);},2000);" onmouseout="u(['8873']); clearTimeout(t);" id="RID5848" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5848" target="_blank" title="RID5848 []
terms: RID5848; ventral; ">RID5848</a> <a style="color:blue;" onmouseover="h(['6801', '8109', '12547']);t=setTimeout(function(){j(['6801', '8109', '12547']);},2000);" onmouseout="u(['6801', '8109', '12547']); clearTimeout(t);" id="RID5949" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5949" target="_blank" title="RID5949 []
terms: RID5949; base; Basis; ">RID5949</a> <a style="color:black;" onmouseover="h(['2238', '7430']);t=setTimeout(function(){j(['2238', '7430']);},2000);" onmouseout="u(['2238', '7430']); clearTimeout(t);" id="RID5951" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5951" target="_blank" title="RID5951 []
terms: RID5951; border; Grenze; ">RID5951</a> <a style="color:blue;" onmouseover="h(['1787', '3396', '3833', '10668', '11915', '12375', '15652', '15775', '16299', '17926', '18040', '19095', '21143', '24132']);t=setTimeout(function(){j(['1787', '3396', '3833', '10668', '11915', '12375', '15652', '15775', '16299', '17926', '18040', '19095', '21143', '24132']);},2000);" onmouseout="u(['1787', '3396', '3833', '10668', '11915', '12375', '15652', '15775', '16299', '17926', '18040', '19095', '21143', '24132']); clearTimeout(t);" id="RID5957" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5957" target="_blank" title="RID5957 []
terms: RID5957; contour; Kontur; ">RID5957</a> <a style="color:black;" onmouseover="h(['11826']);t=setTimeout(function(){j(['11826']);},2000);" onmouseout="u(['11826']); clearTimeout(t);" id="RID5967" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5967" target="_blank" title="RID5967 []
terms: RID5967; Lappen; lobe; ">RID5967</a> <a style="color:blue;" onmouseover="h(['22138']);t=setTimeout(function(){j(['22138']);},2000);" onmouseout="u(['22138']); clearTimeout(t);" id="RID5998" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID5998" target="_blank" title="RID5998 []
terms: RID5998; 2; second; 2nd; ">RID5998</a> <a style="color:black;" onmouseover="h(['5165']);t=setTimeout(function(){j(['5165']);},2000);" onmouseout="u(['5165']); clearTimeout(t);" id="RID6002" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID6002" target="_blank" title="RID6002 []
terms: RID6002; fourth; 4; 4th; ">RID6002</a> <a style="color:blue;" onmouseover="h(['5224', '5353', '8064', '8344', '9093', '9445', '14394', '16538', '18789', '19635', '19635', '23967', '24213', '24715']);t=setTimeout(function(){j(['5224', '5353', '8064', '8344', '9093', '9445', '14394', '16538', '18789', '19635', '19635', '23967', '24213', '24715']);},2000);" onmouseout="u(['5224', '5353', '8064', '8344', '9093', '9445', '14394', '16538', '18789', '19635', '19635', '23967', '24213', '24715']); clearTimeout(t);" id="RID6014" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID6014" target="_blank" title="RID6014 []
terms: RID6014; tenth; 10; 10th; ">RID6014</a> <a style="color:black;" onmouseover="h(['5482', '12294', '16697', '16697', '16697', '18709', '19374']);t=setTimeout(function(){j(['5482', '12294', '16697', '16697', '16697', '18709', '19374']);},2000);" onmouseout="u(['5482', '12294', '16697', '16697', '16697', '18709', '19374']); clearTimeout(t);" id="RID6016" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID6016" target="_blank" title="RID6016 []
terms: RID6016; 11; eleventh; 11th; ">RID6016</a> <a style="color:blue;" onmouseover="h(['6131', '11080', '11129', '12048', '14335', '14344', '16324', '16693', '18722', '18755', '19186', '19186', '19762', '23475', '24637', '26574']);t=setTimeout(function(){j(['6131', '11080', '11129', '12048', '14335', '14344', '16324', '16693', '18722', '18755', '19186', '19186', '19762', '23475', '24637', '26574']);},2000);" onmouseout="u(['6131', '11080', '11129', '12048', '14335', '14344', '16324', '16693', '18722', '18755', '19186', '19186', '19762', '23475', '24637', '26574']); clearTimeout(t);" id="RID6018" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID6018" target="_blank" title="RID6018 []
terms: RID6018; twelfth; 12; 12th; ">RID6018</a> <a style="color:black;" onmouseover="h(['1363', '1819', '7522', '15243', '16582', '18174', '18261', '19530', '21218', '24377']);t=setTimeout(function(){j(['1363', '1819', '7522', '15243', '16582', '18174', '18261', '19530', '21218', '24377']);},2000);" onmouseout="u(['1363', '1819', '7522', '15243', '16582', '18174', '18261', '19530', '21218', '24377']); clearTimeout(t);" id="RID6059" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID6059" target="_blank" title="RID6059 []
terms: RID6059; homogeneous; homogenous; ">RID6059</a> <a style="color:blue;" onmouseover="h(['15535']);t=setTimeout(function(){j(['15535']);},2000);" onmouseout="u(['15535']); clearTimeout(t);" id="RID6784" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID6784" target="_blank" title="RID6784 []
terms: RID6784; caudal colliculus; colliculus inferior; corpus quadrigeminum inferius; testes; posterior colliculus; corpus bigeminalis caudalis; corpus bigeminum posterioris; posterior corpus quadrigeminum; colliculus caudalis; inferior colliculus; ">RID6784</a> <a style="color:black;" onmouseover="h(['26810']);t=setTimeout(function(){j(['26810']);},2000);" onmouseout="u(['26810']); clearTimeout(t);" id="RID8" href="http://slidetutor.upmc.edu/term/servlet/TerminologyServlet?action=lookup_concept&term=radlex&code=RID8" target="_blank" title="RID8 []
terms: RID8; treatment; therapy; Behandlung; ">RID8</a> </p></div></td></tr>
<tr><td colspan=2 align=center>report process time: <b>147</b> ms , found items: <b>675</b></td></tr>
<tr><td colspan=2 align=center></td></tr>
<tr><td colspan=2></td></tr>
</table></body></html>
| 60.512365 | 2,167 | 0.692149 |
abada09af132822165e1576b9123967c4c5839ce | 786 | dart | Dart | mobile/lib/music_player_page/cover_component/effect.dart | TECHF5VE/NeverGetGray | f5afdda0fdf38f429001dd13fb8c27c33f2438c7 | [
"MIT"
] | null | null | null | mobile/lib/music_player_page/cover_component/effect.dart | TECHF5VE/NeverGetGray | f5afdda0fdf38f429001dd13fb8c27c33f2438c7 | [
"MIT"
] | 6 | 2019-11-03T19:59:26.000Z | 2021-09-01T03:35:49.000Z | mobile/lib/music_player_page/cover_component/effect.dart | TECHF5VE/NeverGetGray | f5afdda0fdf38f429001dd13fb8c27c33f2438c7 | [
"MIT"
] | 1 | 2019-04-02T09:27:22.000Z | 2019-04-02T09:27:22.000Z | import 'dart:async';
import 'package:fish_redux/fish_redux.dart';
import 'state.dart';
import 'action.dart';
Effect<CoverState> buildEffect() {
return combineEffects(<Object, Effect<CoverState>> {
CoverAction.onPlayOrPause : _onPlayOrPause,
});
}
void _onPlayOrPause(Action action, Context<CoverState> ctx) {
if (action.payload == true) {
final timer = Timer.periodic(const Duration(milliseconds: 50), (t) {
ctx.dispatch(CoverActionCreator.updateImgAngle((ctx.state.imageAngle + 1.0 / 360) % 360.0));
});
ctx.dispatch(CoverActionCreator.updateTimerAction(timer));
} else {
final timer = ctx.state.timer;
timer.cancel();
ctx.dispatch(CoverActionCreator.updateTimerAction(null));
ctx.dispatch(CoverActionCreator.updateImgAngle(0));
}
}
| 29.111111 | 98 | 0.716285 |
9248ad4f7bd89e7f06e815de1c4a4c317af06ab9 | 6,019 | asm | Assembly | engine/battle/anim_hp_bar.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | engine/battle/anim_hp_bar.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | engine/battle/anim_hp_bar.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | _AnimateHPBar:
call .IsMaximumMoreThan48Pixels
jr c, .MoreThan48Pixels
call .ComputePixels
.ShortAnimLoop:
push bc
push hl
call ShortAnim_UpdateVariables
pop hl
pop bc
push af
push bc
push hl
call ShortHPBarAnim_UpdateTiles
call HPBarAnim_BGMapUpdate
pop hl
pop bc
pop af
jr nc, .ShortAnimLoop
ret
.MoreThan48Pixels:
call .ComputePixels
.LongAnimLoop:
push bc
push hl
call LongAnim_UpdateVariables
pop hl
pop bc
ret c
push af
push bc
push hl
call LongHPBarAnim_UpdateTiles
call HPBarAnim_BGMapUpdate
pop hl
pop bc
pop af
jr nc, .LongAnimLoop
ret
.IsMaximumMoreThan48Pixels:
ld a, [wCurHPAnimMaxHP + 1]
and a
jr nz, .player
ld a, [wCurHPAnimMaxHP]
cp HP_BAR_LENGTH_PX
jr nc, .player
and a
ret
.player
scf
ret
.ComputePixels:
push hl
ld hl, wCurHPAnimMaxHP
ld a, [hli]
ld e, a
ld a, [hli]
ld d, a
ld a, [hli]
ld c, a
ld a, [hli]
ld b, a
pop hl
call ComputeHPBarPixels
ld a, e
ld [wCurHPBarPixels], a
ld a, [wCurHPAnimNewHP]
ld c, a
ld a, [wCurHPAnimNewHP + 1]
ld b, a
ld a, [wCurHPAnimMaxHP]
ld e, a
ld a, [wCurHPAnimMaxHP + 1]
ld d, a
call ComputeHPBarPixels
ld a, e
ld [wNewHPBarPixels], a
push hl
ld hl, wCurHPAnimOldHP
ld a, [hli]
ld c, a
ld a, [hli]
ld b, a
ld a, [hli]
ld e, a
ld a, [hli]
ld d, a
pop hl
ld a, e
sub c
ld e, a
ld a, d
sbc b
ld d, a
jr c, .negative
ld a, [wCurHPAnimOldHP]
ld [wCurHPAnimLowHP], a
ld a, [wCurHPAnimNewHP]
ld [wCurHPAnimHighHP], a
ld bc, 1
jr .got_direction
.negative
ld a, [wCurHPAnimOldHP]
ld [wCurHPAnimHighHP], a
ld a, [wCurHPAnimNewHP]
ld [wCurHPAnimLowHP], a
ld a, e
xor $ff
inc a
ld e, a
ld a, d
xor $ff
ld d, a
ld bc, -1
.got_direction
ld a, d
ld [wCurHPAnimDeltaHP], a
ld a, e
ld [wCurHPAnimDeltaHP + 1], a
ret
ShortAnim_UpdateVariables:
ld hl, wCurHPBarPixels
ld a, [wNewHPBarPixels]
cp [hl]
jr nz, .not_finished
scf
ret
.not_finished
ld a, c
add [hl]
ld [hl], a
call ShortHPBar_CalcPixelFrame
and a
ret
LongAnim_UpdateVariables:
.loop
ld hl, wCurHPAnimOldHP
ld a, [hli]
ld e, a
ld a, [hli]
ld d, a
ld a, e
cp [hl]
jr nz, .next
inc hl
ld a, d
cp [hl]
jr nz, .next
scf
ret
.next
ld l, e
ld h, d
add hl, bc
ld a, l
ld [wCurHPAnimOldHP], a
ld a, h
ld [wCurHPAnimOldHP + 1], a
push hl
push de
push bc
ld hl, wCurHPAnimMaxHP
ld a, [hli]
ld e, a
ld a, [hli]
ld d, a
ld a, [hli]
ld c, a
ld a, [hli]
ld b, a
; This routine is buggy. The result from ComputeHPBarPixels is stored
; in e. However, the pop de opcode deletes this result before it is even
; used. The game then proceeds as though it never deleted that output.
; To fix, uncomment the line below.
call ComputeHPBarPixels
; ld a, e
pop bc
pop de
pop hl
ld a, e ; Comment or delete this line to fix the above bug.
ld hl, wCurHPBarPixels
cp [hl]
jr z, .loop
ld [hl], a
and a
ret
ShortHPBarAnim_UpdateTiles:
call HPBarAnim_UpdateHPRemaining
ld d, HP_BAR_LENGTH
ld a, [wWhichHPBar]
and $1
ld b, a
ld a, [wCurHPBarPixels]
ld e, a
ld c, a
push de
call HPBarAnim_RedrawHPBar
pop de
call HPBarAnim_PaletteUpdate
ret
LongHPBarAnim_UpdateTiles:
call HPBarAnim_UpdateHPRemaining
ld a, [wCurHPAnimOldHP]
ld c, a
ld a, [wCurHPAnimOldHP + 1]
ld b, a
ld a, [wCurHPAnimMaxHP]
ld e, a
ld a, [wCurHPAnimMaxHP + 1]
ld d, a
call ComputeHPBarPixels
ld c, e
ld d, HP_BAR_LENGTH
ld a, [wWhichHPBar]
and $1
ld b, a
push de
call HPBarAnim_RedrawHPBar
pop de
call HPBarAnim_PaletteUpdate
ret
HPBarAnim_RedrawHPBar:
ld a, [wWhichHPBar]
cp $2
jr nz, .skip
ld a, 2 * SCREEN_WIDTH
add l
ld l, a
ld a, 0
adc h
ld h, a
.skip
call DrawBattleHPBar
ret
HPBarAnim_UpdateHPRemaining:
ld a, [wWhichHPBar]
and a
ret z
cp $1
jr z, .load_15
ld de, SCREEN_WIDTH + 2
jr .loaded_de
.load_15
ld de, SCREEN_WIDTH + 1
.loaded_de
push hl
add hl, de
ld a, " "
ld [hli], a
ld [hli], a
ld [hld], a
dec hl
ld a, [wCurHPAnimOldHP]
ld [wStringBuffer2 + 1], a
ld a, [wCurHPAnimOldHP + 1]
ld [wStringBuffer2], a
ld de, wStringBuffer2
lb bc, 2, 3
call PrintNum
pop hl
ret
HPBarAnim_PaletteUpdate:
ldh a, [hCGB]
and a
ret z
ld hl, wCurHPAnimPal
call SetHPPal
ld a, [wCurHPAnimPal]
ld c, a
farcall ApplyHPBarPals
ret
HPBarAnim_BGMapUpdate:
ldh a, [hCGB]
and a
jr nz, .cgb
call DelayFrame
call DelayFrame
ret
.cgb
ld a, [wWhichHPBar]
and a
jr z, .load_0
cp $1
jr z, .load_1
ld a, [wCurPartyMon]
cp $3
jr nc, .bottom_half_of_screen
ld c, $0
jr .got_third
.bottom_half_of_screen
ld c, $1
.got_third
push af
cp $2
jr z, .skip_delay
cp $5
jr z, .skip_delay
ld a, $2
ldh [hBGMapMode], a
ld a, c
ldh [hBGMapThird], a
call DelayFrame
.skip_delay
ld a, $1
ldh [hBGMapMode], a
ld a, c
ldh [hBGMapThird], a
call DelayFrame
pop af
cp $2
jr z, .two_frames
cp $5
jr z, .two_frames
ret
.two_frames
inc c
ld a, $2
ldh [hBGMapMode], a
ld a, c
ldh [hBGMapThird], a
call DelayFrame
ld a, $1
ldh [hBGMapMode], a
ld a, c
ldh [hBGMapThird], a
call DelayFrame
ret
.load_0
ld c, $0
jr .finish
.load_1
ld c, $1
.finish
call DelayFrame
ld a, c
ldh [hBGMapThird], a
call DelayFrame
ret
ShortHPBar_CalcPixelFrame:
ld a, [wCurHPAnimMaxHP]
ld c, a
ld b, 0
ld hl, 0
ld a, [wCurHPBarPixels]
cp HP_BAR_LENGTH_PX
jr nc, .return_max
and a
jr z, .return_zero
call AddNTimes
ld b, 0
; This routine is buggy. If [wCurHPAnimMaxHP] * [wCurHPBarPixels] is
; divisible by HP_BAR_LENGTH_PX, the loop runs one extra time.
; To fix, uncomment the line below.
.loop
ld a, l
sub HP_BAR_LENGTH_PX
ld l, a
ld a, h
sbc $0
ld h, a
; jr z, .done
jr c, .done
inc b
jr .loop
.done
push bc
ld bc, $80
add hl, bc
pop bc
ld a, l
sub HP_BAR_LENGTH_PX
ld l, a
ld a, h
sbc $0
ld h, a
jr c, .no_carry
inc b
.no_carry
ld a, [wCurHPAnimLowHP]
cp b
jr nc, .finish
ld a, [wCurHPAnimHighHP]
cp b
jr c, .finish
ld a, b
.finish
ld [wCurHPAnimOldHP], a
ret
.return_zero
xor a
ld [wCurHPAnimOldHP], a
ret
.return_max
ld a, [wCurHPAnimMaxHP]
ld [wCurHPAnimOldHP], a
ret
| 14.162353 | 73 | 0.681342 |
fb8bf66d90ab1cfda90be6771adefadce75935e3 | 10,275 | h | C | drivers/net/rtl8169.h | fanjinfei/bitvisor | bfc264533c18e3ce764f7abbcc80c79a99882bc4 | [
"Intel",
"OpenSSL",
"Unlicense"
] | 39 | 2017-03-25T00:59:42.000Z | 2022-03-30T06:07:59.000Z | drivers/net/rtl8169.h | fanjinfei/bitvisor | bfc264533c18e3ce764f7abbcc80c79a99882bc4 | [
"Intel",
"OpenSSL",
"Unlicense"
] | 13 | 2017-04-26T01:32:34.000Z | 2019-04-02T14:09:17.000Z | drivers/net/rtl8169.h | fanjinfei/bitvisor | bfc264533c18e3ce764f7abbcc80c79a99882bc4 | [
"Intel",
"OpenSSL",
"Unlicense"
] | 8 | 2017-03-14T05:37:45.000Z | 2021-12-25T16:33:46.000Z | /*
* Copyright (c) 2007, 2008 University of Tsukuba
* Copyright (C) 2007, 2008
* National Institute of Information and Communications Technology
* Copyright (c) 2010 Igel Co., Ltd
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
* 3. Neither the name of the University of Tsukuba nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef _CORE_VPN_RTL8169_H
#define _CORE_VPN_RTL8169_H
#include "io.h"
#include "pci.h"
//
#define RTL8169_REGISTER_SIZE 256 // レジスタサイズ
#define RTL8169_ARRY_MAX_NUM 256
#define RTL8169_MAC_LEN 6
#define RTL8169_TXDESCMASK 0x70000000
#define RTL8169_RXDESC_MAX_NUM 512
#define RTL8169_TXDESC_MAX_NUM 768
#define RTL8169_VPN_INIT_ACCESS_L 0xE60E
#define RTL8169_VPN_INIT_ACCESS_W 0xE70E
#define ETHER_TYPE_FIRST 12
#define ETHER_TYPE_LAST 13
#define ETHER_SIZE 14
#define IP_TOTALSIZE_FIRST 16
#define IP_TOTALSIZE_LAST 17
#define ARP_SIZE 42
//
// RTL8169 register offset constants
//
#define RTL8169_REG_IDR0 0x0000 // ID Register 0
#define RTL8169_REG_IDR1 0x0001 // ID Register 1
#define RTL8169_REG_IDR2 0x0002 // ID Register 2
#define RTL8169_REG_IDR3 0x0003 // ID Register 3
#define RTL8169_REG_IDR4 0x0004 // ID Register 4
#define RTL8169_REG_IDR5 0x0005 // ID Register 5
#define RTL8169_REG_MAR0 0x0008 // Multicast Register 0
#define RTL8169_REG_MAR1 0x0009 // Multicast Register 1
#define RTL8169_REG_MAR2 0x000A // Multicast Register 2
#define RTL8169_REG_MAR3 0x000B // Multicast Register 3
#define RTL8169_REG_MAR4 0x000C // Multicast Register 4
#define RTL8169_REG_MAR5 0x000D // Multicast Register 5
#define RTL8169_REG_MAR6 0x000E // Multicast Register 6
#define RTL8169_REG_MAR7 0x000F // Multicast Register 7
#define RTL8169_REG_DTCCR 0x0010 // Dump Tally Counter Command Register
#define RTL8169_REG_TNPDS 0x0020 // Transmit Normal Priority Descriptors: Start address(64-bit)
#define RTL8169_REG_THPDS 0x0028 // Transmit High Priority Descriptors: Start address(64-bit)
#define RTL8169_REG_FLASH 0x0030
#define RTL8169_REG_ERBCR 0x0034
#define RTL8169_REG_ERSR 0x0036
#define RTL8169_REG_CR 0x0037
#define RTL8169_REG_TPPOLL 0x0038 // Transmit Priority Polling register
#define RTL8169_REG_IMR 0x003C // Interrupt Mask Register
#define RTL8169_REG_ISR 0x003E // Interrupt Status Register
#define RTL8169_REG_TCR 0x0040
#define RTL8169_REG_RCR 0x0044
#define RTL8169_REG_TCTR 0x0048
#define RTL8169_REG_MPC 0x004C
#define RTL8169_REG_9346CR 0x0050
#define RTL8169_REG_CONFIG0 0x0051
#define RTL8169_REG_CONFIG1 0x0052
#define RTL8169_REG_CONFIG2 0x0053
#define RTL8169_REG_CONFIG3 0x0054
#define RTL8169_REG_CONFIG4 0x0055
#define RTL8169_REG_CONFIG5 0x0056
#define RTL8169_REG_TIMERINT 0x0058
#define RTL8169_REG_MULINT 0x005C
#define RTL8169_REG_PHYAR 0x0060
#define RTL8169_REG_TBICSR0 0x0064
#define RTL8169_REG_TBI_ANAR 0x0068
#define RTL8169_REG_TBI_LPAR 0x006A
#define RTL8169_REG_PHYSTATUS 0x006C
#define RTL8169_REG_WAKEUP0 0x0084
#define RTL8169_REG_WAKEUP1 0x008C
#define RTL8169_REG_WAKEUP2LD 0x0094
#define RTL8169_REG_WAKEUP2HD 0x009C
#define RTL8169_REG_WAKEUP3LD 0x00A4
#define RTL8169_REG_WAKEUP3HD 0x00AC
#define RTL8169_REG_WAKEUP4LD 0x00B4
#define RTL8169_REG_WAKEUP4HD 0x00BC
#define RTL8169_REG_CRC0 0x00C4
#define RTL8169_REG_CRC1 0x00C6
#define RTL8169_REG_CRC2 0x00C8
#define RTL8169_REG_CRC3 0x00CA
#define RTL8169_REG_CRC4 0x00CC
#define RTL8169_REG_RMS 0x00DA
#define RTL8169_REG_CCR 0x00E0
#define RTL8169_REG_RDSAR 0x00E4 // Receive Descriptor Start Address Register(256-byte alignment)
#define RTL8169_REG_ETTHR 0x00EC
#define RTL8169_REG_FER 0x00F0
#define RTL8169_REG_FEMR 0x00F4
#define RTL8169_REG_FPSR 0x00F8
#define RTL8169_REG_FFER 0x00FC
//
// RTL8169 register bit constants
//
// Bit for RTL8169_REG_ISR
#define RTL8169_REG_ISR_SERR 0x8000
#define RTL8169_REG_ISR_TIMEOUT 0x4000
#define RTL8169_REG_ISR_SWINT 0x0100
#define RTL8169_REG_ISR_TDU 0x0080
#define RTL8169_REG_ISR_FOVW 0x0040
#define RTL8169_REG_ISR_PUN 0x0020
#define RTL8169_REG_ISR_RDU 0x0010
#define RTL8169_REG_ISR_TER 0x0008
#define RTL8169_REG_ISR_TOK 0x0004
#define RTL8169_REG_ISR_RER 0x0002
#define RTL8169_REG_ISR_ROK 0x0001
#define RTL8169_REG_IMR_ROK 0x0001
// Bit for RTL8169_REG_TPPOLL
#define RTL8169_REG_TPPOLL_HPQ 0x80 // High Priority Queue polling
#define RTL8169_REG_TPPOLL_NPQ 0x40 // Normal Priority Queue polling
#define RTL8169_REG_TPPOLL_FSWINT 0x01 // Forced Software Interrupt
//
// Internal constants
//
// Flags for rtl8169_get_desc_addr()
#define RTL8169_TX_NORMAL_PRIORITY_DESC 1
#define RTL8169_TX_HIGH_PRIORITY_DESC 2
#define RTL8169_RX_DESC 3
#define OPT_OWN 0x80000000U
#define OPT_EOR 0x40000000U
#define OPT_FS 0x20000000U
#define OPT_LS 0x10000000U
#define OPT_LGSND 0x08000000U
#define OPT_IPCS 0x00040000U
#define OPT_UDPCS 0x00020000U
#define OPT_TCPCS 0x00010000U
struct desc {
u64 opts;
u64 addr;
};
typedef struct RTL8169_CTX{
struct pci_device *dev;
spinlock_t lock;
bool vpn_inited;
struct netdata *net_handle;
u8 macaddr[6];
net_recv_callback_t *CallbackRecvPhyNic;
void *CallbackRecvPhyNicParam;
net_recv_callback_t *CallbackRecvVirtNic;
void *CallbackRecvVirtNicParam;
void *TxBufAddr[RTL8169_ARRY_MAX_NUM]; // 送信バッファ(ディスクリプタで指定されているもの)
void *RxBufAddr[RTL8169_ARRY_MAX_NUM]; // 受信バッファ(ディスクリプタで指定されているもの)
unsigned int TxBufSize[RTL8169_ARRY_MAX_NUM];
struct desc *txtmpdesc[RTL8169_ARRY_MAX_NUM];
unsigned int RxBufSize[RTL8169_ARRY_MAX_NUM];
int RxTmpSize[RTL8169_ARRY_MAX_NUM];
struct desc *rxtmpdesc[RTL8169_ARRY_MAX_NUM];
unsigned int RxDescNum;
struct RTL8169_SUB_CTX *sctx;
struct RTL8169_SUB_CTX *sctx_mmio;
void *TNPDSvirt, *THPDSvirt, *RDSARvirt;
phys_t TNPDSphys, THPDSphys, RDSARphys;
u64 TNPDSreg, THPDSreg, RDSARreg;
void *tnbufvirt[256], *thbufvirt[256], *rdbufvirt[256];
phys_t tnbufphys[256], thbufphys[256], rdbufphys[256];
int sendindex;
int enableflag;
bool conceal;
}RTL8169_CTX;
typedef struct RTL8169_SUB_CTX{
int i;
int e;
int io;
int hd;
void *h;
void *map;
uint maplen;
phys_t mapaddr; // メモリマップドレジスタの物理アドレス
phys_t ioaddr; // I/Oマップドレジスタの物理アドレス
struct RTL8169_CTX *ctx;
bool hwReset;
}RTL8169_SUB_CTX;
#ifdef _DEBUG
u64 time = 0;
#endif
// 関数プロトタイプ
static void rtl8169_init();
static void rtl8169_new(struct pci_device *pci_device);
static int rtl8169_config_read (struct pci_device *pci_device, u8 iosize,
u16 offset, union mem *data);
static int rtl8169_config_write (struct pci_device *pci_device, u8 iosize,
u16 offset, union mem *data);
static int rtl8169_mm_handler(void *data, phys_t gphys, bool wr, void *buf, uint len, u32 flags);
static int rtl8169_io_handler(core_io_t io, union mem *data, void *arg);
static bool rtl8169_init_vpn_client(RTL8169_CTX *ctx, RTL8169_SUB_CTX *sctx);
static bool rtl8169_get_macaddr (struct RTL8169_SUB_CTX *sctx, void *buf);
static void rtl8169_write(RTL8169_SUB_CTX *sctx, phys_t offset, UINT data, UINT size);
static unsigned int rtl8169_read(RTL8169_SUB_CTX *sctx, phys_t offset, UINT size);
static bool rtl8169_hook_write(RTL8169_SUB_CTX *sctx, phys_t offset, UINT data, UINT len);
static bool rtl8169_get_txdata_to_vpn(struct RTL8169_CTX *ctx, struct RTL8169_SUB_CTX *sctx, int Desckind);
static bool rtl8169_hook_read(RTL8169_SUB_CTX *sctx, phys_t offset, UINT *data, UINT len);
static void rtl8169_get_rxdata_to_vpn(struct RTL8169_CTX *ctx, struct RTL8169_SUB_CTX *sctx);
static void rtl8169_get_rxdesc_data(struct RTL8169_CTX *ctx, int *ArrayNum, struct desc *TargetDesc, UINT BufSize, void *);
static void GetPhysicalNicInfo (void *handle, struct nicinfo *info);
static void SendPhysicalNic(SE_HANDLE nic_handle, UINT num_packets, void **packets, UINT *packet_sizes, bool print_ok);
static void SetPhysicalNicRecvCallback (void *handle,
net_recv_callback_t *callback,
void *param);
static void GetVirtualNicInfo (void *handle, struct nicinfo *info);
static void SendVirtualNic (SE_HANDLE nic_handle, UINT num_packets, void **packets, UINT *packet_sizes, bool print_ok);
static void SetVirtualNicRecvCallback (void *handle,
net_recv_callback_t *callback,
void *param);
static void rtl8169_send_virt_nic(SE_HANDLE nic_handle, phys_t rxdescphys, void *data, UINT size);
static int rtl8169_offset_check (struct pci_device *dev, u8 iosize,
u16 offset, union mem *data);
static void reghook(struct RTL8169_SUB_CTX *sctx, int i,
struct pci_bar_info *bar);
static void unreghook(struct RTL8169_SUB_CTX *sctx);
#endif // _CORE_VPN_RTL8169_H
| 39.519231 | 123 | 0.774599 |
dde914902c9a48bdff69fefe20fdcfb4a3e73e6e | 216 | h | C | MyCropPhotoImage/MyCropPhotoImage/ViewController.h | a4110494/CropPhotoImage | 2b10ed8ee613668937d31ae47e3058d0756492d5 | [
"MIT"
] | null | null | null | MyCropPhotoImage/MyCropPhotoImage/ViewController.h | a4110494/CropPhotoImage | 2b10ed8ee613668937d31ae47e3058d0756492d5 | [
"MIT"
] | null | null | null | MyCropPhotoImage/MyCropPhotoImage/ViewController.h | a4110494/CropPhotoImage | 2b10ed8ee613668937d31ae47e3058d0756492d5 | [
"MIT"
] | null | null | null | //
// ViewController.h
// MyCropPhotoImage
//
// Created by 唐兴明 on 2020/4/23.
// Copyright © 2020 SmartDoll. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
| 13.5 | 52 | 0.694444 |
632d8ea42eb0489e11ea3a071b27f940468236e0 | 8,751 | dart | Dart | FlutterPractice/lib/FlutterDouBanMovie/DouBanListView.dart | wanghao15536870732/Flutter-Demo | ceb249c1b3d510b408ea8eadc74f67aa8cfcccd4 | [
"Apache-2.0"
] | 5 | 2019-03-17T12:47:12.000Z | 2020-09-30T09:49:42.000Z | FlutterPractice/lib/FlutterDouBanMovie/DouBanListView.dart | wanghao15536870732/Flutter_Demo | ceb249c1b3d510b408ea8eadc74f67aa8cfcccd4 | [
"Apache-2.0"
] | null | null | null | FlutterPractice/lib/FlutterDouBanMovie/DouBanListView.dart | wanghao15536870732/Flutter_Demo | ceb249c1b3d510b408ea8eadc74f67aa8cfcccd4 | [
"Apache-2.0"
] | null | null | null | import 'dart:convert';
import 'package:demoflutter/utils/Toast.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'DouBanDetailScreen.dart';
class DouBanListView extends StatefulWidget {
var subjectList = [];
DouBanListView({Key key, @required this.subjectList}) : super(key: key);
@override
State<StatefulWidget> createState() {
return DouBanState(subjectList);
}
}
class DouBanState extends State<DouBanListView> with AutomaticKeepAliveClientMixin{
var subjects = [];
var itemHeight = 150.0;
final Set<dynamic> _saved = new Set();
var details;
DouBanState(var subjectList){
this.subjects = subjectList;
}
@override
void initState() {
super.initState();
}
@override
Widget build(BuildContext context) {
return new Scaffold(
body: new Container(
child: Container(
margin: EdgeInsets.only(top: 10.0),
child: getListViewContainer(),
),
),
);
}
getListViewContainer() {
if (subjects.length == 0) {
//loading
return new Center(
child: CupertinoActivityIndicator(),
);
}
return ListView.builder(
//item 的数量
itemCount: subjects.length,
itemBuilder: (BuildContext context, int index) {
return GestureDetector(
//Flutter 手势处理
child: Container(
color: Colors.transparent,
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[
numberWidget(index + 1), //NO.1 图标
getItemContainerView(subjects[index]),
//下面的灰色分割线
Container(
height: 10,
color: Color.fromARGB(255, 234, 233, 234),
)
],
),
),
onTap: () {
//监听点击事件
print("click item index=$index");
//跳转到详情页面
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => DouBanDetailScreen(
subject: subjects[index],
)));
},
);
});
}
//肖申克的救赎(1993) View
getTitleView(subject) {
var title = subject['title'];
var year = subject['year'];
return Container(
child: Row(
children: <Widget>[
Icon(
Icons.play_circle_outline,
color: Colors.redAccent,
),
Text(
title,
overflow: TextOverflow.fade, //当自超过屏幕时,渐渐隐去
textScaleFactor: 7.5 / title.length > 1.0 ? 1.0 : 7.5 / title.length, //放大倍数
style: TextStyle(
fontSize: 18, fontWeight: FontWeight.bold, color: Colors.black),
),
Text('($year)',
overflow: TextOverflow.ellipsis,
style: TextStyle(
fontSize: 16,
fontWeight: FontWeight.bold,
color: Colors.grey))
],
),
);
}
getItemContainerView(var subject) {
bool alreadySaved = _saved.contains(subject);
var imgUrl = subject['images']['medium'];
var title = subject['title'];
var year = subject['year'];
return Container(
width: double.infinity,
padding: EdgeInsets.all(5.0),
child: Row(
children: <Widget>[
new Hero(
tag: 'tag$title$year',
child: getImage(imgUrl),
),
Expanded(
child: getMovieInfoView(subject),
flex: 1,
),
new Container(
margin: EdgeInsets.only(left: 1.0,right: 10.0),
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
new IconButton(
icon:new Icon(
alreadySaved ? Icons.favorite : Icons.favorite_border,
color: Colors.orangeAccent,
),
onPressed: (){
setState(() {
if(alreadySaved){
_saved.remove(subject);
Toast.toast(context, "已取消收藏");
}else{
_saved.add(subject);
Toast.toast(context, "已收藏");
}
});
}
),
new Text(
"收藏",
style: new TextStyle(
fontSize: 14.0,
),
)
],
)
),
],
),
);
}
//圆角图片
getImage(var imgUrl) {
return Container(
decoration: BoxDecoration(
image: DecorationImage(image: NetworkImage(imgUrl), fit: BoxFit.cover),
borderRadius: BorderRadius.all(Radius.circular(5.0))),
margin: EdgeInsets.only(left: 8, top: 3, right: 8, bottom: 3),
height: itemHeight,
width: 100.0,
);
}
getStaring(var stars) {
return Row(
children: <Widget>[RatingBar(stars,18.0,Colors.grey), Text('$stars')],
);
}
//电影标题,星标评分,演员简介Container
getMovieInfoView(var subject) {
var start = subject['rating']['average'];
return Container(
height: itemHeight,
alignment: Alignment.topLeft,
child: Column(
children: <Widget>[
getTitleView(subject),
RatingBar(start,18.0,Colors.grey),
DescWidget(subject)
],
),
);
}
//NO.1 图标
numberWidget(var no) {
return Container(
child: Text(
'No.$no',
style: TextStyle(color: Color.fromARGB(255, 133, 66, 0)),
),
decoration: BoxDecoration(
color: Color.fromARGB(255, 255, 201, 129),
borderRadius: BorderRadius.all(Radius.circular(5.0))),
padding: EdgeInsets.fromLTRB(8, 4, 8, 4),
margin: EdgeInsets.only(left: 12, top: 10),
);
}
@override
bool get wantKeepAlive => true;
}
//类别、演员介绍
class DescWidget extends StatelessWidget {
var subject;
DescWidget(this.subject);
@override
Widget build(BuildContext context) {
var casts = subject['casts'];
var sb = StringBuffer();
var genres = subject['genres'];
var directors = subject['directors'];
var durations = subject['durations'];
for (var i = 0; i < genres.length; i++) {
sb.write('${genres[i]} ');
}
sb.write("/ ");
sb.write('片长:' + durations[0]);
sb.write("/ ");
List<String> directorsList = List.generate(
directors.length, (int index) => directors[index]['name'].toString());
for (var i = 0; i < directorsList.length; i++) {
sb.write('${directorsList[i]} ');
}
sb.write("/ ");
List<String> genresList = List.generate(
casts.length, (int index) => casts[index]['name'].toString());
for (var i = 0; i < genresList.length; i++) {
sb.write('${genresList[i]} ');
}
return Container(
alignment: Alignment.topLeft,
child: Text(
sb.toString(),
softWrap: true,
textDirection: TextDirection.ltr,
maxLines: 4,
style: TextStyle(fontSize: 15, color: Color.fromARGB(255, 118, 117, 118)),
),
);
}
}
class RatingBar extends StatelessWidget {
double stars;
double size;
Color color;
RatingBar(this.stars,this.size,this.color);
@override
Widget build(BuildContext context) {
List<Widget> startList = [];
//实心星星
var startNumber = stars ~/ 2;
//半实心星星
var startHalf = 0;
if (stars.toString().contains('.')) {
int tmp = int.parse((stars.toString().split('.')[1]));
if (tmp >= 5) {
startHalf = 1;
}
}
//空心星星
var startEmpty = 5 - startNumber - startHalf;
for (var i = 0; i < startNumber; i++) {
startList.add(Icon(
Icons.star,
color: Colors.amberAccent,
size: size,
));
}
if (startHalf > 0) {
startList.add(Icon(
Icons.star_half,
color: Colors.amberAccent,
size: size,
));
}
for (var i = 0; i < startEmpty; i++) {
startList.add(Icon(
Icons.star_border,
color: Colors.grey,
size: size,
));
}
startList.add(Text(
'$stars',
style: TextStyle(
color: color,
fontSize: size,
),
));
return Container(
alignment: Alignment.topLeft,
padding: const EdgeInsets.only(left: 0, top: 8, right: 0, bottom: 5),
child: Row(
children: startList,
),
);
}
} | 26.679878 | 90 | 0.519483 |
ccbeef12e4789a5f55f70517b0ba9a0bee1791f9 | 781 | swift | Swift | SwiftDemo/ControllerExample/Basic/BasicViewController.swift | GandjaFuzz/HWPanModal | 5dbbcd1bc0f0c5db371fcb515863ce49c5f75131 | [
"MIT"
] | 929 | 2019-05-17T03:47:05.000Z | 2022-03-31T18:19:11.000Z | SwiftDemo/ControllerExample/Basic/BasicViewController.swift | wangteng2021/HWPanModal | 4f13290aaca7f9e406ce0e78081807917d1082cb | [
"MIT"
] | 113 | 2019-05-24T08:18:30.000Z | 2022-03-31T02:19:56.000Z | SwiftDemo/ControllerExample/Basic/BasicViewController.swift | wangteng2021/HWPanModal | 4f13290aaca7f9e406ce0e78081807917d1082cb | [
"MIT"
] | 160 | 2019-05-24T04:08:25.000Z | 2022-03-30T13:20:33.000Z | //
// BasicViewController.swift
// SwiftDemo
//
// Created by heath wang on 2019/8/28.
// Copyright © 2019 heath wang. All rights reserved.
//
import Foundation
import UIKit
import HWPanModal
class BasicViewController: UIViewController {
override func viewDidLoad() {
view.backgroundColor = UIColor(displayP3Red: 0.000, green: 0.989, blue: 0.935, alpha: 1.00)
}
}
extension BasicViewController {
override func shortFormHeight() -> PanModalHeight {
return PanModalHeightMake(.content, 200)
}
override func longFormHeight() -> PanModalHeight {
return PanModalHeightMake(.topInset, 40);
}
override func transitionAnimationOptions() -> UIView.AnimationOptions {
return [.curveLinear]
}
}
| 21.694444 | 99 | 0.673496 |
61dba1c321d78233d95795430a5f494bfb4df746 | 1,425 | css | CSS | public/styles.css | ssh1sharma/Budget-Tracker | c78e093beb39e7275797d13f8c7c0467f45c04be | [
"MIT"
] | null | null | null | public/styles.css | ssh1sharma/Budget-Tracker | c78e093beb39e7275797d13f8c7c0467f45c04be | [
"MIT"
] | 1 | 2021-05-11T18:12:56.000Z | 2021-05-11T18:12:56.000Z | public/styles.css | ssh1sharma/Budget-Tracker | c78e093beb39e7275797d13f8c7c0467f45c04be | [
"MIT"
] | null | null | null | body {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.wrapper {
margin: 0 auto;
max-width: 825px;
text-align: center;
background-color: #f1f1f1;
padding: 1.6rem;
}
h1 {
font-size: 1.7rem;
color: #d16106;
}
p {
font-size: 0.8rem;
color: #777;
}
.totalBox {
width: 70%;
color: #d16106;
text-align: center;
margin: 0 auto;
margin-top: 1rem;
padding: 1rem;
border-radius: 10px;
}
.total {
font-size: 1.5rem;
}
#textTotal {
text-decoration: underline;
}
.form {
margin-top: 1.5rem;
width: 100%;
}
.form-group {
font-size: 0.9rem;
}
.form-control {
font-size: 0.9rem;
}
input::placeholder {
color: #aeaeae;
padding: .2rem .5rem;
}
input:focus::placeholder {
color: transparent;
}
#t-name, #t-amount {
border: 1px solid #d6d6d6;
width: 70%;
padding: .2rem .5rem;
}
.btn {
margin: 1rem
}
.fa-hand-holding-usd {
font-size: 2rem;
}
.transactions {
text-align: left;
max-height: 300px;
overflow: auto;
width: 90%;
margin: 0 auto;
}
table {
width: 100%;
border: 1px solid #c2a9a9;
background-color: #fff;
/* padding: 1rem; */
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: .5rem 0 .5rem 1.5rem;
}
th {
color: #d16106;
}
tr:nth-child(even) {
background-color: #dddddd;
}
.error {
color: red;
}
footer p, a {
color: #d16106;
font-size: 0.7rem;
} | 12.610619 | 104 | 0.614035 |
5b3d34de9b0c692d4ce1afca9782a39397475633 | 378 | h | C | BinancePriceBar/Header/BridgingHeader.h | phhai1710/BinancePriceBar | f359e91d96dcc56badda108dcec88580a573d13a | [
"MIT"
] | 8 | 2021-03-15T02:59:10.000Z | 2021-05-31T22:07:40.000Z | BinancePriceBar/Header/BridgingHeader.h | phhai1710/BinancePriceBar | f359e91d96dcc56badda108dcec88580a573d13a | [
"MIT"
] | 1 | 2021-04-20T15:49:24.000Z | 2021-04-25T17:09:58.000Z | BinancePriceBar/Header/BridgingHeader.h | phhai1710/BinancePriceBar | f359e91d96dcc56badda108dcec88580a573d13a | [
"MIT"
] | null | null | null | //
// BridgingHeader.h
// BinancePriceBar
//
// Created by Hai Pham on 3/7/21.
//
#ifndef BridgingHeader_h
#define BridgingHeader_h
#import "TouchBar.h"
#import "AMR_ANSIEscapeHelper.h"
#import "TouchBarPrivateApi.h"
#import "TouchBarSupport.h"
#import "DeprecatedCarbonAPI.h"
#import "CBBlueLightClient.h"
#import "LaunchAtLoginController.h"
#endif /* BridgingHeader_h */
| 19.894737 | 35 | 0.756614 |
262cd49eded0cd3382e79374b92117520d63b6d4 | 2,228 | java | Java | chapter_002/src/main/java/ru/job4j/oop/Profession.java | i3acsi/job4j | 26e393bc3b2fe48c152e62983c5a51c177c86f5e | [
"Apache-2.0"
] | null | null | null | chapter_002/src/main/java/ru/job4j/oop/Profession.java | i3acsi/job4j | 26e393bc3b2fe48c152e62983c5a51c177c86f5e | [
"Apache-2.0"
] | 5 | 2020-07-01T19:03:42.000Z | 2022-02-16T00:58:32.000Z | chapter_002/src/main/java/ru/job4j/oop/Profession.java | i3acsi/job4j | 26e393bc3b2fe48c152e62983c5a51c177c86f5e | [
"Apache-2.0"
] | null | null | null | package ru.job4j.oop;
public class Profession {
private String name;
private String profession;
public Profession(String name, String profession) {
this.name = name;
this.profession = profession;
}
public String getName() {
return name;
}
public String getProfession() {
return profession;
}
}
class Doctor extends Profession {
public Doctor(String name, String profession) {
super(name, profession);
}
public void heal(Patient patient) {
patient.setHealthy();
}
}
class Patient {
private String name;
private boolean isHealthy;
public Patient(String name, boolean isHealthy) {
this.name = name;
this.isHealthy = isHealthy;
}
public void setHealthy() {
this.isHealthy = true;
}
public String getName() {
return name;
}
public boolean getIsHealthy() {
return isHealthy;
}
}
class Engineer extends Profession {
public Engineer(String name, String profession) {
super(name, profession);
}
public void build(House house) {
house.setConstructed();
}
}
class House {
private String address;
private boolean isConstructed;
public House(String address, boolean isConstructed) {
this.isConstructed = isConstructed;
this.address = address;
}
public void setConstructed() {
this.isConstructed = true;
}
public String getAddress() {
return address;
}
public boolean getConstructed() {
return isConstructed;
}
}
class Teacher extends Profession {
public Teacher(String name, String profession) {
super(name, profession);
}
public void teach(Student student) {
student.setGraduated();
}
}
class Student {
private String name;
private boolean isGraduated;
public Student(String name, boolean isGraduated) {
this.isGraduated = isGraduated;
this.name = name;
}
public void setGraduated() {
this.isGraduated = true;
}
public String getName() {
return name;
}
public boolean getGraduated() {
return this.isGraduated;
}
}
| 19.042735 | 57 | 0.618941 |
5c6d83b046cf28c12e4890211683cf932f46a1e1 | 1,497 | kt | Kotlin | app/src/main/java/org/tokend/template/features/assets/details/view/AssetDetailsPagerAdapter.kt | davidknyaz/android-client | 7fb6c0c96333d8356b68e7d0a868257a6e1937c8 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/org/tokend/template/features/assets/details/view/AssetDetailsPagerAdapter.kt | davidknyaz/android-client | 7fb6c0c96333d8356b68e7d0a868257a6e1937c8 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/org/tokend/template/features/assets/details/view/AssetDetailsPagerAdapter.kt | davidknyaz/android-client | 7fb6c0c96333d8356b68e7d0a868257a6e1937c8 | [
"Apache-2.0"
] | null | null | null | package org.tokend.template.features.assets.details.view
import android.content.Context
import android.support.v4.app.Fragment
import android.support.v4.app.FragmentManager
import android.support.v4.app.FragmentPagerAdapter
import org.tokend.template.R
import org.tokend.template.features.assets.model.AssetRecord
import org.tokend.template.features.polls.view.PollsFragment
class AssetDetailsPagerAdapter(asset: AssetRecord,
context: Context,
fragmentManager: FragmentManager
) : FragmentPagerAdapter(fragmentManager) {
private val pages = mutableListOf(
AssetDetailsFragment.newInstance(AssetDetailsFragment.getBundle(
asset = asset,
balanceCreation = true
)) to context.getString(R.string.asset_overview),
PollsFragment.newInstance(PollsFragment.getBundle(
allowToolbar = false,
ownerAccountId = asset.ownerAccountId
)) to context.getString(R.string.polls_title)
)
override fun getItem(position: Int): Fragment? {
return pages.getOrNull(position)?.first
}
override fun getPageTitle(position: Int): CharSequence {
return pages.getOrNull(position)?.second ?: ""
}
override fun getCount(): Int = pages.size
companion object {
/**
* Page that contains view for transition.
*/
const val DETAILS_PAGE_POSITION = 0
}
} | 34.813953 | 76 | 0.664663 |
261d25ffee3ace36b176d6a4a309e2c823d4aa52 | 2,387 | java | Java | MarketPlaceService/src/main/java/com/favccxx/mp/controller/admin/LogController.java | favccxx/SmartMarketplace | e10e193f63e05a4e03a421a1340f5cebca1e174b | [
"MIT"
] | null | null | null | MarketPlaceService/src/main/java/com/favccxx/mp/controller/admin/LogController.java | favccxx/SmartMarketplace | e10e193f63e05a4e03a421a1340f5cebca1e174b | [
"MIT"
] | null | null | null | MarketPlaceService/src/main/java/com/favccxx/mp/controller/admin/LogController.java | favccxx/SmartMarketplace | e10e193f63e05a4e03a421a1340f5cebca1e174b | [
"MIT"
] | null | null | null | package com.favccxx.mp.controller.admin;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.domain.Pageable;
import org.springframework.data.domain.Sort;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import com.favccxx.mp.constants.SysConstants;
import com.favccxx.mp.entity.SmartLog;
import com.favccxx.mp.service.LogService;
import com.favccxx.mp.utils.SortUtil;
import com.favccxx.mp.utils.result.RestResult;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import io.swagger.annotations.ApiResponse;
import io.swagger.annotations.ApiResponses;
@RestController
@RequestMapping("/api/mgr/log")
@Api(tags="10. 日志管理接口" )
public class LogController {
Logger logger = LoggerFactory.getLogger(getClass());
@Autowired
LogService logService;
@GetMapping("/list")
@ApiResponses(value = {
@ApiResponse(code = 200, message = "操作成功", response = SmartLog.class) })
@ApiOperation(httpMethod = "GET", value = "分页查询产品信息")
public RestResult<Page<SmartLog>> list(
@RequestParam(value = "uri", required=false) String uri,
@RequestParam(value = "method", required=false) String method,
@RequestParam(value = "statusCode", required=false, defaultValue="0") int statusCode,
@RequestParam(value="sort", defaultValue="+id") String sort,
@RequestParam(value = "page", defaultValue="1") int page,
@RequestParam(value = "limit", defaultValue=SysConstants.PAGE_SIZE) int limit) {
Page<SmartLog> pageData = null;
SmartLog log = new SmartLog();
log.setStatusCode(statusCode);
if(StringUtils.isNotBlank(uri)) {
log.setUri(uri);
}
if(StringUtils.isNoneBlank(method)) {
log.setMethod(method);
}
Sort mySort = SortUtil.getSort(sort);
Pageable pageable = PageRequest.of(page - 1, limit, mySort);
pageData = logService.pageQuery(log, pageable);
return RestResult.sucess(pageData);
}
}
| 35.102941 | 89 | 0.742354 |
25f6a09e08251e61a1845a8364c90f7163afb7ce | 1,584 | swift | Swift | Source/Document/Options/DocumentOptions.swift | abelsanchezali/ViewBuilder | 55ca397ffdad66f54b28ea7cb57cf6e40d8687c3 | [
"MIT"
] | 15 | 2017-09-17T13:38:38.000Z | 2018-05-12T22:13:01.000Z | Source/Document/Options/DocumentOptions.swift | abelsanchezali/ViewBuilder | 55ca397ffdad66f54b28ea7cb57cf6e40d8687c3 | [
"MIT"
] | null | null | null | Source/Document/Options/DocumentOptions.swift | abelsanchezali/ViewBuilder | 55ca397ffdad66f54b28ea7cb57cf6e40d8687c3 | [
"MIT"
] | null | null | null | //
// DocumentOptions.swift
// ViewBuilder
//
// Created by Abel Sanchez on 6/18/16.
// Copyright © 2016 Abel Sanchez. All rights reserved.
//
import Foundation
open class DocumentOptions: NSObject, KeyValueResolverProtocol {
open var verbose = true
open var includeParsingInfo: Bool = true
open private(set) var namespaces = [String:String]()
open private(set) var documentPath: String? = nil
open private(set) var documentNamespace: String? = nil
public override init() {
namespaces[Constants.Namespaces.FrameworkNamespaceAlias] = Constants.Namespaces.FrameworkNamespace
namespaces[Constants.Namespaces.MainNamespaceAlias] = Constants.Namespaces.MainNamespace
}
open func resolveValue(for key: String) -> Any? {
if key == Constants.Namespaces.DocumentNamespaceAlias {
return resolveDocumentNamespace()
}
return namespaces[key]
}
open func resolveNamespaceWithName(_ name: String) -> String? {
return ReflectionHelper.findBundleWithModuleName(name)?.bundleIdentifier
}
func resolveDocumentNamespace() -> String? {
if let namespace = documentNamespace {
return namespace.isEmpty ? nil : namespace
}
guard let path = documentPath else {
return nil
}
documentNamespace = ReflectionHelper.findBundleForPath(path)?.bundleIdentifier ?? ""
return resolveDocumentNamespace()
}
open func defineDocumentPath(path: String?) {
documentPath = path
documentNamespace = nil
}
}
| 31.058824 | 106 | 0.682449 |
0412b0e6b54eeaaa7b639b5b3bcdb20d5586039a | 1,524 | js | JavaScript | app/routes/user.js | jeremybradbury/express-4.x-http-bearer-example | 9eaaa460cffe85f8d9bea8f9196121743bc4483f | [
"Unlicense"
] | 1 | 2017-08-07T21:45:41.000Z | 2017-08-07T21:45:41.000Z | app/routes/user.js | jeremybradbury/express4-https-bearer-token-mysql-api | 9eaaa460cffe85f8d9bea8f9196121743bc4483f | [
"Unlicense"
] | 8 | 2017-05-22T05:29:04.000Z | 2017-06-06T21:44:01.000Z | app/routes/user.js | jeremybradbury/express-4.x-http-bearer-example | 9eaaa460cffe85f8d9bea8f9196121743bc4483f | [
"Unlicense"
] | 1 | 2017-07-12T20:10:24.000Z | 2017-07-12T20:10:24.000Z | function REST_ROUTER(router,connection,app) {
var self = this;
self.handleRoutes(router,connection,app);
}
REST_ROUTER.prototype.handleRoutes = (router,connection,app) => {
// Pub home routes
router.route("/")
.get((req, res) => {
var msg = {
description: "This is a list of available endpoints and documentation. \r\nIf a call doesn't work for a particular endpoint, just change the folder from `/api` to `/docs`. \r\nThen you can read about the call and get your settings updated before changing it back to `/api`.",
"API Endpoints": {
User: {
create: { POST: app.baseUrl + "/api/users/" },
read: { GET: app.baseUrl + "/api/user/:id" },
update: [{ PUT: app.baseUrl + "/api/user/:id" }, { PUT: app.baseUrl + "/api/password-reset/:id" }],
delete: { DELETE: app.baseUrl + "/api/user/:id" },
index: { GET: app.baseUrl + "/api/users/" }
}
},
"API Documentation": {
User: {
create: { POST: app.baseUrl + "/docs/users/" },
read: { GET: app.baseUrl + "/docs/user/:id" },
update: [{ PUT: app.baseUrl + "/docs/users/" }, { PUT: app.baseUrl + "/docs/password-reset/" }],
delete: { DELETE: app.baseUrl + "/docs/user/:id" },
index:{ GET: app.baseUrl + "/docs/users/" }
}
}
};
res.json({ Error: false, Message: msg });
});
// Token routes
var tokenRoutes = require("./user/token")(router,connection,app);
}
module.exports = REST_ROUTER; | 43.542857 | 283 | 0.572835 |
1769a0c7aad10c37449855bcccdc4cc9c0ffef3a | 5,035 | swift | Swift | Live/Models/Schedule.swift | darshanpanchal/Live | c86f816c9a2eac910d90859a5b66c939b338922f | [
"MIT"
] | null | null | null | Live/Models/Schedule.swift | darshanpanchal/Live | c86f816c9a2eac910d90859a5b66c939b338922f | [
"MIT"
] | null | null | null | Live/Models/Schedule.swift | darshanpanchal/Live | c86f816c9a2eac910d90859a5b66c939b338922f | [
"MIT"
] | null | null | null | //
// Schedule.swift
// Live
//
// Created by IPS on 05/06/18.
// Copyright © 2018 ITPATH. All rights reserved.
//
import UIKit
class Schedule: NSObject {
fileprivate let kScheduleID:String = "Id"
fileprivate let kScheduleBookingDate:String = "BookingDate"
fileprivate let kExpereinceID:String = "ExperienceId"
fileprivate let kSlots:String = "Slots"
fileprivate let kScheduleStatus:String = "Status"
fileprivate let kScheduleTime = "Time"
fileprivate let kScheduleUserId = "UserId"
fileprivate let kScheduleUserName = "UserName"
fileprivate let kScheduleTitle = "Title"
fileprivate let kScheduleGuideId = "GuideId"
fileprivate let kScheduleGuideName = "GuideName"
fileprivate let kImage = "Image"
fileprivate let kPrice = "Price"
fileprivate let kIsGroupBooking = "IsGroupBooking"
fileprivate let kIsInstantBooking = "InstantBooking"
fileprivate let kCurrency = "Currency"
fileprivate let kAverageReview = "AverageReview"
fileprivate let kExperienceIshourly:String = "IsHourly"
fileprivate let kExperienceBookingDuration:String = "BookingDuration"
var id:String = ""
var bookingDate:String = ""
var experienceID:String = ""
var slots:String = ""
var status:String = ""
var time:String = ""
var userID:String = ""
var userName:String = ""
var title:String = ""
var image:String = ""
var guideID:String = ""
var guideName:String = ""
var price:String = ""
var currency:String = ""
var isGroupBooking:Bool = false
var isInstantBooking:Bool = false
var averageReview:String = "0"
var ishourly:Bool = false
var bookingDuration:String = ""
init(scheduleDetail:[String:Any]) {
if let _ = scheduleDetail[kScheduleID],!(scheduleDetail[kScheduleID] is NSNull){
self.id = "\(scheduleDetail[kScheduleID]!)"
}
if let _ = scheduleDetail[kScheduleBookingDate],!(scheduleDetail[kScheduleBookingDate] is NSNull){
self.bookingDate = "\(scheduleDetail[kScheduleBookingDate]!)"
}
if let _ = scheduleDetail[kExpereinceID],!(scheduleDetail[kExpereinceID] is NSNull){
self.experienceID = "\(scheduleDetail[kExpereinceID]!)"
}
if let _ = scheduleDetail[kSlots],!(scheduleDetail[kSlots] is NSNull){
self.slots = "\(scheduleDetail[kSlots]!)"
}
if let _ = scheduleDetail[kScheduleStatus],!(scheduleDetail[kScheduleStatus] is NSNull){
self.status = "\(scheduleDetail[kScheduleStatus]!)"
}
if let _ = scheduleDetail[kScheduleTime],!(scheduleDetail[kScheduleTime] is NSNull){
self.time = "\(scheduleDetail[kScheduleTime]!)"
}
if let _ = scheduleDetail[kScheduleUserId],!(scheduleDetail[kScheduleUserId] is NSNull){
self.userID = "\(scheduleDetail[kScheduleUserId]!)"
}
if let _ = scheduleDetail[kScheduleUserName],!(scheduleDetail[kScheduleUserName] is NSNull){
self.userName = "\(scheduleDetail[kScheduleUserName]!)"
}
if let _ = scheduleDetail[kScheduleTitle],!(scheduleDetail[kScheduleTitle] is NSNull){
self.title = "\(scheduleDetail[kScheduleTitle]!)"
}
if let _ = scheduleDetail[kImage],!(scheduleDetail[kImage] is NSNull){
self.image = "\(scheduleDetail[kImage]!)"
}
if let _ = scheduleDetail[kScheduleGuideId],!(scheduleDetail[kScheduleGuideId] is NSNull){
self.guideID = "\(scheduleDetail[kScheduleGuideId]!)"
}
if let _ = scheduleDetail[kScheduleGuideName],!(scheduleDetail[kScheduleGuideName] is NSNull){
self.guideName = "\(scheduleDetail[kScheduleGuideName]!)"
}
if let _ = scheduleDetail[kPrice],!(scheduleDetail[kPrice] is NSNull){
self.price = "\(scheduleDetail[kPrice]!)"
}
if let _ = scheduleDetail[kIsGroupBooking],!(scheduleDetail[kIsGroupBooking] is NSNull){
self.isGroupBooking = Bool.init("\(scheduleDetail[kIsGroupBooking]!)")
}
if let _ = scheduleDetail[kIsInstantBooking],!(scheduleDetail[kIsInstantBooking] is NSNull){
self.isInstantBooking = Bool.init("\(scheduleDetail[kIsInstantBooking]!)")
}
if let _ = scheduleDetail[kCurrency],!(scheduleDetail[kCurrency] is NSNull){
self.currency = "\(scheduleDetail[kCurrency]!)"
}
if let _ = scheduleDetail[kAverageReview],!(scheduleDetail[kAverageReview] is NSNull){
self.averageReview = "\(scheduleDetail[kAverageReview]!)"
}
if let _ = scheduleDetail[kExperienceIshourly],!(scheduleDetail[kExperienceIshourly] is NSNull){
self.ishourly = Bool.init("\(scheduleDetail[kExperienceIshourly]!)")
}
if let _ = scheduleDetail[kExperienceBookingDuration],!(scheduleDetail[kExperienceBookingDuration] is NSNull){
self.bookingDuration = "\(scheduleDetail[kExperienceBookingDuration]!)"
}
}
}
| 44.955357 | 118 | 0.663357 |
01b595ff85cf08cd1ff72613e9649f5c304a5d75 | 594 | dart | Dart | test/authorization_test.dart | lucianojung/widget_permission_manager | fdadc6a6711b1901d314e7cf13612b4bda80f9a0 | [
"BSD-3-Clause"
] | null | null | null | test/authorization_test.dart | lucianojung/widget_permission_manager | fdadc6a6711b1901d314e7cf13612b4bda80f9a0 | [
"BSD-3-Clause"
] | null | null | null | test/authorization_test.dart | lucianojung/widget_permission_manager | fdadc6a6711b1901d314e7cf13612b4bda80f9a0 | [
"BSD-3-Clause"
] | null | null | null | import 'package:flutter_test/flutter_test.dart';
import 'package:widget_permission_manager/authorization.dart';
void main() {
test('test Authorization creation', () {
final authorization =
Authorization(0, 'Authorization', ['Role1', 'Role2']);
expect(authorization.id, 0);
expect(authorization.name, 'Authorization');
});
test('test Role validation', () {
final authorization =
Authorization(0, 'Authorization', ['Role1', 'Role2']);
expect(authorization.validateRole('Role1'), true);
expect(authorization.validateRole('Role3'), false);
});
}
| 28.285714 | 62 | 0.680135 |
8119f9fee9231b4d4e37e12957a75d808df54aa2 | 674 | rs | Rust | vm/src/obj/objmemory.rs | jatinderjit/RustPython | 30ddb4803790ff4b6ffc410b0bc8c1a25d24b494 | [
"MIT"
] | 1 | 2020-05-03T14:29:22.000Z | 2020-05-03T14:29:22.000Z | vm/src/obj/objmemory.rs | jatinderjit/RustPython | 30ddb4803790ff4b6ffc410b0bc8c1a25d24b494 | [
"MIT"
] | null | null | null | vm/src/obj/objmemory.rs | jatinderjit/RustPython | 30ddb4803790ff4b6ffc410b0bc8c1a25d24b494 | [
"MIT"
] | null | null | null | use crate::pyobject::{PyContext, PyFuncArgs, PyObject, PyObjectPayload, PyResult, TypeProtocol};
use crate::vm::VirtualMachine;
pub fn new_memory_view(vm: &mut VirtualMachine, args: PyFuncArgs) -> PyResult {
arg_check!(vm, args, required = [(cls, None), (bytes_object, None)]);
vm.ctx.set_attr(&cls, "obj", bytes_object.clone());
Ok(PyObject::new(
PyObjectPayload::MemoryView {
obj: bytes_object.clone(),
},
cls.clone(),
))
}
pub fn init(ctx: &PyContext) {
let memoryview_type = &ctx.memoryview_type;
ctx.set_attr(
&memoryview_type,
"__new__",
ctx.new_rustfunc(new_memory_view),
);
}
| 29.304348 | 96 | 0.639466 |
40989785b96e6d8154f3887b6d355a7b432b5ced | 4,148 | py | Python | mopidy_internetarchive/client.py | cclauss/mopidy-internetarchive | 7ecf7326d5c3e549d9bfc2340e02e8af54630d4a | [
"Apache-2.0"
] | 13 | 2015-09-16T13:35:51.000Z | 2021-12-16T22:39:56.000Z | mopidy_internetarchive/client.py | cclauss/mopidy-internetarchive | 7ecf7326d5c3e549d9bfc2340e02e8af54630d4a | [
"Apache-2.0"
] | 32 | 2015-02-20T13:24:19.000Z | 2021-11-22T23:32:55.000Z | mopidy_internetarchive/client.py | cclauss/mopidy-internetarchive | 7ecf7326d5c3e549d9bfc2340e02e8af54630d4a | [
"Apache-2.0"
] | 2 | 2020-12-02T16:30:23.000Z | 2020-12-08T17:58:46.000Z | from collections.abc import Sequence
import operator
import urllib.parse
import requests
import cachetools
BASE_URL = "http://archive.org/"
def _session(base_url, retries):
# TODO: backoff?
session = requests.Session()
adapter = requests.adapters.HTTPAdapter(max_retries=retries)
session.mount(base_url, adapter)
return session
class InternetArchiveClient:
pykka_traversable = True
def __init__(self, base_url=BASE_URL, retries=0, timeout=None):
self.__base_url = base_url
self.__session = _session(base_url, retries)
self.__timeout = timeout
self.cache = None # public
@property
def proxies(self):
return self.__session.proxies
@property
def useragent(self):
return self.__session.headers.get("User-Agent")
@useragent.setter
def useragent(self, value):
self.__session.headers["User-Agent"] = value
@cachetools.cachedmethod(operator.attrgetter("cache"))
def getitem(self, identifier):
obj = self.__get("/metadata/%s" % identifier).json()
if not obj:
raise LookupError(identifier)
elif "error" in obj:
raise LookupError(obj["error"])
elif "result" in obj:
return obj["result"]
else:
return obj
def geturl(self, identifier, filename=None):
if filename:
path = f"/download/{identifier}/{filename}"
else:
path = "/download/%s" % identifier
return urllib.parse.urljoin(self.__base_url, path)
def search(self, query, fields=None, sort=None, rows=None, start=None):
response = self.__get(
"/advancedsearch.php",
params={
"q": query,
"fl[]": fields,
"sort[]": sort,
"rows": rows,
"start": start,
"output": "json",
},
)
if response.content:
return self.SearchResult(response.json())
else:
raise self.SearchError(response.url)
def __get(self, path, params=None):
return self.__session.get(
urllib.parse.urljoin(self.__base_url, path),
params=params,
timeout=self.__timeout,
)
class SearchResult(Sequence):
def __init__(self, result):
response = result["response"]
self.docs = response.get("docs", [])
self.rowcount = response.get("numFound", None)
# query is optional, and responseHeader likely to change
try:
self.query = result["responseHeader"]["params"]["query"]
except LookupError:
self.query = None
def __getitem__(self, key):
return self.docs[key]
def __len__(self):
return len(self.docs)
def __iter__(self):
return iter(self.docs)
class SearchError(Exception):
pass
if __name__ == "__main__":
import argparse
import logging
import json
import sys
parser = argparse.ArgumentParser()
parser.add_argument("arg", metavar="PATH | USER | QUERY")
parser.add_argument("-B", "--base-url", default="http://archive.org")
parser.add_argument("-f", "--fields", nargs="+")
parser.add_argument("-i", "--indent", type=int, default=2)
parser.add_argument("-q", "--query", action="store_true")
parser.add_argument("-r", "--rows", type=int)
parser.add_argument("-R", "--retries", type=int, default=0)
parser.add_argument("-s", "--sort", nargs="+")
parser.add_argument("-t", "--timeout", type=float)
parser.add_argument("-v", "--verbose", action="store_true")
args = parser.parse_args()
logging.basicConfig(level=logging.DEBUG if args.verbose else logging.WARN)
client = InternetArchiveClient(args.base_url, args.retries, args.timeout)
if args.query:
result = client.search(args.arg, args.fields, args.sort, args.rows)
else:
result = client.getitem(args.arg)
json.dump(result, sys.stdout, default=vars, indent=args.indent)
sys.stdout.write("\n")
| 30.057971 | 78 | 0.600771 |
56e48c3ef014c4b0796b621c49b569d9ab575a5d | 1,110 | dart | Dart | lib/src/grpc_api/dart/google/ads/googleads/v1/resources/campaign_bid_modifier.pbjson.dart | domesticmouse/appengine | 3fd2b1238caa2cf9281ad5914b58d4c001c93d59 | [
"BSD-3-Clause"
] | null | null | null | lib/src/grpc_api/dart/google/ads/googleads/v1/resources/campaign_bid_modifier.pbjson.dart | domesticmouse/appengine | 3fd2b1238caa2cf9281ad5914b58d4c001c93d59 | [
"BSD-3-Clause"
] | null | null | null | lib/src/grpc_api/dart/google/ads/googleads/v1/resources/campaign_bid_modifier.pbjson.dart | domesticmouse/appengine | 3fd2b1238caa2cf9281ad5914b58d4c001c93d59 | [
"BSD-3-Clause"
] | null | null | null | ///
// Generated code. Do not modify.
// source: google/ads/googleads/v1/resources/campaign_bid_modifier.proto
//
// @dart = 2.3
// ignore_for_file: camel_case_types,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type
const CampaignBidModifier$json = {
'1': 'CampaignBidModifier',
'2': [
{'1': 'resource_name', '3': 1, '4': 1, '5': 9, '10': 'resourceName'},
{
'1': 'campaign',
'3': 2,
'4': 1,
'5': 11,
'6': '.google.protobuf.StringValue',
'10': 'campaign'
},
{
'1': 'criterion_id',
'3': 3,
'4': 1,
'5': 11,
'6': '.google.protobuf.Int64Value',
'10': 'criterionId'
},
{
'1': 'bid_modifier',
'3': 4,
'4': 1,
'5': 11,
'6': '.google.protobuf.DoubleValue',
'10': 'bidModifier'
},
{
'1': 'interaction_type',
'3': 5,
'4': 1,
'5': 11,
'6': '.google.ads.googleads.v1.common.InteractionTypeInfo',
'9': 0,
'10': 'interactionType'
},
],
'8': [
{'1': 'criterion'},
],
};
| 22.2 | 138 | 0.514414 |
5954ec99cbb099aac4d45c63b464b0853456cc42 | 351 | h | C | Code/GuiApps/QOpenGLDemo/cameradetector.h | tomdoel/ImageCapture | 9b484d4a31165a4e3a7e54ed7485bc453d5fe38e | [
"BSD-3-Clause"
] | 3 | 2019-04-07T20:33:28.000Z | 2021-01-27T07:51:30.000Z | Code/GuiApps/QOpenGLDemo/cameradetector.h | tomdoel/ImageCapture | 9b484d4a31165a4e3a7e54ed7485bc453d5fe38e | [
"BSD-3-Clause"
] | null | null | null | Code/GuiApps/QOpenGLDemo/cameradetector.h | tomdoel/ImageCapture | 9b484d4a31165a4e3a7e54ed7485bc453d5fe38e | [
"BSD-3-Clause"
] | 3 | 2018-09-26T02:00:33.000Z | 2022-03-24T08:44:04.000Z | #pragma once
#include <map>
#include <QCameraInfo>
#include <QString>
namespace capture {
class CameraDetector
{
public:
CameraDetector();
const std::map<QString, QCameraInfo> getAllCameras() const;
private:
void update();
std::map<QString, QCameraInfo> m_cameras;
};
}
| 16.714286 | 71 | 0.581197 |
dddb39569f968b049c748d78374073d20e56441a | 968 | php | PHP | resources/views/settings/banner/index.blade.php | krismian/spbpjstk_v1 | 3b11291419432eddc958f3b4a7b3ba841097b573 | [
"MIT"
] | null | null | null | resources/views/settings/banner/index.blade.php | krismian/spbpjstk_v1 | 3b11291419432eddc958f3b4a7b3ba841097b573 | [
"MIT"
] | null | null | null | resources/views/settings/banner/index.blade.php | krismian/spbpjstk_v1 | 3b11291419432eddc958f3b4a7b3ba841097b573 | [
"MIT"
] | null | null | null | @extends('layouts.main')
@section('content')
<table class="table">
<thead class="tab-pane">
<tr>
<td>Caption</td>
<td>Gambar</td>
<td>Action</td>
</tr>
</thead>
<tbody>
@foreach($banners as $banner)
<tr class="table-striped">
<td> {{ $banner->caption }} </td>
<td><img src="storage/{{ $banner->file }}" class="img-thumbnail" style="width: 400px"></td>
<td>
{{ Form::open(['route' => ['banner.destroy', $banner->id], 'method' => 'delete']) }}
{{ Form::submit('Hapus',['class' => 'btn btn-danger']) }}
{{ Form::close() }}
</td>
</tr>
@endforeach
</tbody>
</table>
<a href="/banner/create" class="btn btn-danger">create</a>
@endsection
| 28.470588 | 111 | 0.402893 |
74f88dcc255de255a71fbace14eaefc584074ce7 | 2,032 | rs | Rust | execution-engine/contracts/test/ee-536-regression/src/lib.rs | MicrohexHQ/CasperLabs | febb2364916232f8fedaa87ff3fd66993f8dd144 | [
"Apache-2.0"
] | 1 | 2019-09-18T18:14:02.000Z | 2019-09-18T18:14:02.000Z | execution-engine/contracts/test/ee-536-regression/src/lib.rs | MicrohexHQ/CasperLabs | febb2364916232f8fedaa87ff3fd66993f8dd144 | [
"Apache-2.0"
] | null | null | null | execution-engine/contracts/test/ee-536-regression/src/lib.rs | MicrohexHQ/CasperLabs | febb2364916232f8fedaa87ff3fd66993f8dd144 | [
"Apache-2.0"
] | null | null | null | #![no_std]
#![feature(cell_update)]
extern crate alloc;
extern crate contract_ffi;
use contract_ffi::contract_api::{
add_associated_key, remove_associated_key, revert, set_action_threshold, update_associated_key,
};
use contract_ffi::value::account::{
ActionType, PublicKey, RemoveKeyFailure, SetThresholdFailure, UpdateKeyFailure, Weight,
};
#[no_mangle]
pub extern "C" fn call() {
// Starts with deployment=1, key_management=1
let key_1 = PublicKey::new([42; 32]);
let key_2 = PublicKey::new([43; 32]);
// Total keys weight = 11 (identity + new key's weight)
add_associated_key(key_1, Weight::new(10)).unwrap_or_else(|_| revert(100));
add_associated_key(key_2, Weight::new(11)).unwrap_or_else(|_| revert(101));
set_action_threshold(ActionType::KeyManagement, Weight::new(13))
.unwrap_or_else(|_| revert(200));
set_action_threshold(ActionType::Deployment, Weight::new(10)).unwrap_or_else(|_| revert(201));
match remove_associated_key(key_2) {
Err(RemoveKeyFailure::ThresholdViolation) => {
// Shouldn't be able to remove key because key threshold == 11 and
// removing would violate the constraint
}
Err(_) => revert(300),
Ok(_) => revert(301),
}
match set_action_threshold(ActionType::KeyManagement, Weight::new(255)) {
Err(SetThresholdFailure::InsufficientTotalWeight) => {
// Changing key management threshold to this value would lock down
// account for future operations
}
Err(_) => revert(400),
Ok(_) => revert(401),
}
// Key management threshold is 11, so changing threshold of key from 10 to 11
// would violate
match update_associated_key(key_2, Weight::new(1)) {
Err(UpdateKeyFailure::ThresholdViolation) => {
// Changing it would mean the total weight would be identity(1) +
// key_1(10) + key_2(1) < key_mgmt(13)
}
Err(_) => revert(500),
Ok(_) => revert(501),
}
}
| 36.285714 | 99 | 0.653051 |
54443afbb5c8f15e6b00702b2032853a0c1b085c | 6,260 | go | Go | pkg/jobtracker/simpletracker/pubsub_test.go | iamh2o/drmaa2os | ef4ac993ec5fb35ecf7683d273ef6b4aba04930b | [
"Apache-2.0"
] | 1 | 2022-01-02T12:26:44.000Z | 2022-01-02T12:26:44.000Z | pkg/jobtracker/simpletracker/pubsub_test.go | iamh2o/drmaa2os | ef4ac993ec5fb35ecf7683d273ef6b4aba04930b | [
"Apache-2.0"
] | null | null | null | pkg/jobtracker/simpletracker/pubsub_test.go | iamh2o/drmaa2os | ef4ac993ec5fb35ecf7683d273ef6b4aba04930b | [
"Apache-2.0"
] | null | null | null | package simpletracker
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"time"
"github.com/dgruber/drmaa2interface"
)
var _ = Describe("Pubsub", func() {
Context("Basic operations", func() {
It("should be possible to register and unregister", func() {
ps, jeCh := NewPubSub(NewJobStore())
ps.StartBookKeeper()
waitCh, err := ps.Register("13", drmaa2interface.Running)
Ω(err).Should(BeNil())
ps.Unregister("13")
jeCh <- JobEvent{JobState: drmaa2interface.Running, JobID: "13"}
Consistently(waitCh, time.Second, time.Millisecond*10).ShouldNot(Receive())
})
})
Context("Single producer and single consumer", func() {
It("should return the running state of the job", func() {
// producer
ps, jeCh := NewPubSub(NewJobStore())
ps.StartBookKeeper()
// consumer
waitCh, err := ps.Register("13", drmaa2interface.Running)
Ω(err).To(BeNil())
// produce
jeCh <- JobEvent{JobState: drmaa2interface.Running, JobID: "13"}
// consume
evt := <-waitCh
Ω(evt).To(Equal(drmaa2interface.Running))
})
})
Context("Multiple producer and single consumer", func() {
It("should detect all running states from the jobs", func() {
// producer
ps, jeCh := NewPubSub(NewJobStore())
ps.StartBookKeeper()
// consumer
waitCh, err := ps.Register("13", drmaa2interface.Running)
Ω(err).To(BeNil())
// produce
jeCh <- JobEvent{JobState: drmaa2interface.Suspended, JobID: "11"}
jeCh <- JobEvent{JobState: drmaa2interface.Requeued, JobID: "12"}
jeCh <- JobEvent{JobState: drmaa2interface.Running, JobID: "13"}
jeCh <- JobEvent{JobState: drmaa2interface.QueuedHeld, JobID: "14"}
// consume
Eventually(waitCh).Should(Receive(Equal(drmaa2interface.Running)))
})
})
Context("Single producer and multiple consumer", func() {
It("should send to all consumers the running state of the job", func() {
// producer
ps, jeCh := NewPubSub(NewJobStore())
ps.StartBookKeeper()
// consumer
waitCh, err := ps.Register("13", drmaa2interface.Running)
Ω(err).Should(BeNil())
// consumer
waitCh2, err2 := ps.Register("13", drmaa2interface.Running)
Ω(err2).Should(BeNil())
// consumer
waitCh3, err3 := ps.Register("13", drmaa2interface.Running)
Ω(err3).Should(BeNil())
// consumer
waitCh4, err4 := ps.Register("13", drmaa2interface.Queued)
Ω(err4).Should(BeNil())
// produce
jeCh <- JobEvent{JobState: drmaa2interface.Running, JobID: "13"}
// consume
Eventually(waitCh3).Should(Receive(Equal(drmaa2interface.Running)))
Eventually(waitCh2).Should(Receive(Equal(drmaa2interface.Running)))
Eventually(waitCh).Should(Receive(Equal(drmaa2interface.Running)))
// this channel should time out
Consistently(waitCh4).ShouldNot(Receive())
})
})
Context("Multiple producer and multiple consumer", func() {
It("should send to all consumers the running state of the job", func() {
// producer
ps, jeCh := NewPubSub(NewJobStore())
ps.StartBookKeeper()
// consumer
waitCh, err := ps.Register("14", drmaa2interface.Running)
Ω(err).Should(BeNil())
// consumer
waitCh2, err2 := ps.Register("13", drmaa2interface.Running)
Ω(err2).Should(BeNil())
// consumer
waitCh3, err3 := ps.Register("13", drmaa2interface.Failed)
Ω(err3).Should(BeNil())
// consumer
waitCh4, err4 := ps.Register("13", drmaa2interface.Requeued)
Ω(err4).Should(BeNil())
// consumer
waitCh5, err5 := ps.Register("1", drmaa2interface.Requeued)
Ω(err5).Should(BeNil())
// produce
jeCh <- JobEvent{JobState: drmaa2interface.Running, JobID: "13"}
jeCh <- JobEvent{JobState: drmaa2interface.Running, JobID: "14"}
jeCh <- JobEvent{JobState: drmaa2interface.Running, JobID: "15"}
jeCh <- JobEvent{JobState: drmaa2interface.Running, JobID: "16"}
jeCh <- JobEvent{JobState: drmaa2interface.Running, JobID: "17"}
jeCh <- JobEvent{JobState: drmaa2interface.Requeued, JobID: "13"}
jeCh <- JobEvent{JobState: drmaa2interface.Failed, JobID: "13"}
// consume
Eventually(waitCh4).Should(Receive(Equal(drmaa2interface.Requeued)))
Eventually(waitCh3).Should(Receive(Equal(drmaa2interface.Failed)))
Eventually(waitCh2).Should(Receive(Equal(drmaa2interface.Running)))
Eventually(waitCh).Should(Receive(Equal(drmaa2interface.Running)))
// this channel should time out
Consistently(waitCh5).ShouldNot(Receive())
})
})
Context("Error cases", func() {
var ps *PubSub
var jeCh chan JobEvent
BeforeEach(func() {
ps, jeCh = NewPubSub(NewJobStore())
ps.StartBookKeeper()
})
It("should return an error if a job is already in an end state when registering", func() {
jeCh <- JobEvent{JobState: drmaa2interface.Failed, JobID: "13"}
<-time.After(time.Millisecond * 100)
_, err := ps.Register("13", drmaa2interface.Running)
Ω(err).ShouldNot(BeNil())
})
It("should return nil if a job is already in end state when registering and waiting for same state", func() {
jeCh <- JobEvent{JobState: drmaa2interface.Failed, JobID: "13"}
<-time.After(time.Millisecond * 100)
ch, err := ps.Register("13", drmaa2interface.Failed)
Ω(err).Should(BeNil())
Ω(ch).Should(BeNil())
})
It("should return err if a job is already in end state when registering and waiting for a different end-state", func() {
jeCh <- JobEvent{JobState: drmaa2interface.Failed, JobID: "13"}
<-time.After(time.Millisecond * 100)
ch, err := ps.Register("13", drmaa2interface.Done)
Ω(err).ShouldNot(BeNil())
Ω(ch).Should(BeNil())
})
})
Context("Application restart", func() {
It("should mark jobs which died between restart as undetermined", func() {
jobstore := NewJobStore()
// TODO: there is a small likelihood that the pid exists / then it would
// connect to the wrong process. Check if process correspondents to job-
// template.
jobstore.SaveJob("test", drmaa2interface.JobTemplate{}, 123412)
ji := drmaa2interface.CreateJobInfo()
ji.State = drmaa2interface.Running
jobstore.SaveJobInfo("test", ji)
ps, _ := NewPubSub(jobstore)
state, exists := ps.jobState["test"]
Expect(exists).To(BeTrue())
Expect(state.String()).To(Equal(drmaa2interface.Undetermined.String()))
})
})
})
| 29.809524 | 122 | 0.684665 |
f99d6693c83b97c460962776c19937715764931c | 1,255 | kts | Kotlin | android-sample/buildSrc/src/main/kotlin/scripts/compilation.gradle.kts | android10/Rust-Everywhere | 1d673210a801d526dece21c5bb2097bf271a2778 | [
"Apache-2.0"
] | 5 | 2020-12-22T15:24:24.000Z | 2021-11-11T10:46:07.000Z | android-sample/buildSrc/src/main/kotlin/scripts/compilation.gradle.kts | android10/Rust-cross-platform-Android-iOS-Web | 1d673210a801d526dece21c5bb2097bf271a2778 | [
"Apache-2.0"
] | null | null | null | android-sample/buildSrc/src/main/kotlin/scripts/compilation.gradle.kts | android10/Rust-cross-platform-Android-iOS-Web | 1d673210a801d526dece21c5bb2097bf271a2778 | [
"Apache-2.0"
] | 1 | 2020-12-03T13:33:14.000Z | 2020-12-03T13:33:14.000Z | package scripts
plugins {
id("com.android.application") apply false
id("kotlin-android") apply false
}
android {
packagingOptions {
exclude("LICENSE.txt")
exclude("META-INF/DEPENDENCIES")
exclude("META-INF/ASL2.0")
exclude("META-INF/NOTICE")
exclude("META-INF/NOTICE")
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
testOptions {
animationsDisabled = true
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString()
}
defaultConfig {
// See: 'variants.gradle.kts' if you want to configure the ndk block
// for each product flavor in your build configuration.
ndk {
// Specifies the ABI configurations of your native
// libraries Gradle should build and package with your APK.
// Here is a list of supported abis:
// https://developer.android.com/ndk/guides/abis
abiFilters.addAll(
setOf(
"armeabi-v7a",
"arm64-v8a",
"x86",
"x86_64"
)
)
}
}
}
| 25.612245 | 76 | 0.553785 |
9eca5e3eac45f87b611e689147b35a33f89a3a72 | 1,604 | asm | Assembly | rom0/trace.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 15 | 2018-09-07T15:49:44.000Z | 2021-09-21T20:47:14.000Z | rom0/trace.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 6 | 2020-05-24T08:43:07.000Z | 2020-05-26T22:02:36.000Z | rom0/trace.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 3 | 2020-08-03T06:28:34.000Z | 2021-12-29T00:27:50.000Z | ; TRACE jump
TRACE_J:SET 7,(HL)
LD HL,STEP_HOOK
PUSH HL
LD (ERR_SP),SP
LD HL,X1B83
JR TR_SW
; TRACE syntax check, like PRINT
TRACE_S:RST $30
DEFW L1FDF ; PRINT-2
LD HL,L1BEE + 5 ; CHECK-END + 5
TR_SW: PUSH HL
TR_SW1: JP SWAP
TR_THENLESS:
CALL TEST_ZERO
JR NZ,TR_IF2
LD HL,STEP_HOOK
PUSH HL
PUSH HL ; placeholder
JP THENLESS0
TRACE: CALL SYNTAX_Z
JR Z,TRACE_S
POP HL ; discard return address
LD HL,(PPC)
LD (STEPPPC),HL
LD A,(SUBPPC)
LD (STEPSUB),A
RST $18 ; CH_ADD to HL
LD DE,$100 ; skip this one statement
LD C,E ; quotes off
RST $30
DEFW L199A ; EACH-S-3
TRACE_N:LD (CH_ADD),HL ; point to statement terminator
TRACE_D:LD HL,NSPPC
BIT 7,(HL) ; jump?
JR Z,TRACE_J ; jump, if so
TR_IF2: RST $18
CP $0D
JR Z,TRACE_L
SET 7,(IY+$0D) ; Signal TRACE for STMT-LOOP
TRACE_R:LD HL,L1B76 ; STMT-RET
TR_SW2: JR TR_SW ; return
TR_ELIF:INC HL
CALL SKIPEX
CP THEN_T
JR Z,TR_REM
DEC HL
JP ELSE_4
TRACE_EX_TAB:
DEFB IF_T
DEFB TR_IF - $
DEFB ELSE_T
DEFB TR_ELSE - $
DEFB REM_T
DEFB TR_REM - $
DEFB 0
TR_IF: RST $20
RES 4,(IY+$37) ; signal true outcome
RST $30
DEFW L24FB + 1 ; SCANNING + 1
CP THEN_T
JR NZ,TR_THENLESS
CALL TEST_ZERO
JR NZ,TR_IF1
SET 4,(IY+$37) ; signal false outcome
TR_ELSE:LD HL,FLAGX
BIT 4,(HL)
JR NZ,TR_REM
RES 4,(HL)
RST $20
CP $0D
SCF
LD BC,STEP_HOOK
JP Z,ELSE_3
CP IF_T
JR Z,TR_ELIF
TR_REM: LD HL,(NXTLIN)
DEC HL
TRACE_L:INC HL
LD A,(HL)
CP $3E ; end-of program?
JR NC,TRACE_R ; jump, if so
TRACE_U:LD A,$81
LD DE,STEP_HOOK
PUSH DE
LD (ERR_SP),SP
LD DE,X1BA9 ; LINE-USE with preliminary check
PUSH DE
JP SWAP
| 16.367347 | 54 | 0.683915 |
40ab9aaea35e797c32f2775ae6f0388f900f5811 | 705 | py | Python | test/test_ostool.py | JukeboxPipeline/jukebox-core | bac2280ca49940355270e4b69400ce9976ab2e6f | [
"BSD-3-Clause"
] | 2 | 2015-01-22T17:39:10.000Z | 2015-03-31T09:03:24.000Z | test/test_ostool.py | JukeboxPipeline/jukebox-core | bac2280ca49940355270e4b69400ce9976ab2e6f | [
"BSD-3-Clause"
] | 3 | 2016-10-28T16:11:14.000Z | 2020-06-05T17:46:08.000Z | test/test_ostool.py | JukeboxPipeline/jukebox-core | bac2280ca49940355270e4b69400ce9976ab2e6f | [
"BSD-3-Clause"
] | null | null | null | from jukeboxcore import ostool
def test_detect_sys():
""" Detect Platform
:returns: None
:rtype: None
:raises: None
"""
ostool.detect_sys()
def test_get_interface():
""" Get PlatformInterface for your Platform
:returns: None
:rtype: None
:raises: None
"""
ostool.get_interface()
def test_interface():
""" Run PlatformInterface methods
:returns: None
:rtype: None
:raises: None
"""
inter = ostool.get_interface()
loc = inter.get_maya_location()
assert loc
site = inter.get_maya_sitepackage_dir()
assert site
mayapy = inter.get_maya_python()
assert mayapy
exe = inter.get_maya_exe()
assert exe
| 17.625 | 47 | 0.641135 |
474377f1a0d1f92c03321bb7f63d278ea81c650a | 11,975 | html | HTML | docs/techman/cfdsolver/cfdsolver.html | pmackenz/HydroUQ | 31e7c7525fb3548d40c951b96a999f7b927dd581 | [
"BSD-2-Clause"
] | null | null | null | docs/techman/cfdsolver/cfdsolver.html | pmackenz/HydroUQ | 31e7c7525fb3548d40c951b96a999f7b927dd581 | [
"BSD-2-Clause"
] | null | null | null | docs/techman/cfdsolver/cfdsolver.html | pmackenz/HydroUQ | 31e7c7525fb3548d40c951b96a999f7b927dd581 | [
"BSD-2-Clause"
] | null | null | null |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>5. CFD Solvers — Hydro-UQ 1.0 documentation</title>
<script type="text/javascript" src="../../_static/js/modernizr.min.js"></script>
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="../../_static/js/theme.js"></script>
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/custom.css" type="text/css" />
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Input folder 01: system folder" href="OF-inputfolder01.html" />
<link rel="prev" title="Topography: SimCenter" href="../swsolver/simcenter-topo.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" style="background: #F2F2F2" >
<a href="../../index.html">
<img src="../../_static/SimCenter_H2O_logo.png" class="logo" alt="Logo"/>
</a>
<div class="version">
1.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<p class="caption"><span class="caption-text">User manual</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../userman/acknowledgement.html">1. Acknowledgements</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../userman/about.html">2. About</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../userman/install.html">3. Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../userman/manual.html">4. Manual</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../userman/bestpractices.html">5. Best Practices</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../userman/errors.html">6. Troubleshooting</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../userman/examples/examples.html">7. Examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../userman/copyright.html">8. Copyright and License</a></li>
</ul>
<p class="caption"><span class="caption-text">Technical manual</span></p>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../tsunami/tsunami.html">1. Tsunami</a></li>
<li class="toctree-l1"><a class="reference internal" href="../storm/storm.html">2. Storm Surge</a></li>
<li class="toctree-l1"><a class="reference internal" href="../fvm/fvm.html">3. Finite Volume Method</a></li>
<li class="toctree-l1"><a class="reference internal" href="../swsolver/swsolver.html">4. Shallow Water Solvers</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">5. CFD Solvers</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#solvers-in-openfoam">5.1. Solvers in OpenFOAM</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#solver-descriptions">Solver descriptions</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#input-file-formats">5.2. Input file formats</a><ul>
<li class="toctree-l3"><a class="reference internal" href="OF-inputfolder01.html">Input folder 01: system folder</a></li>
<li class="toctree-l3"><a class="reference internal" href="OF-inputfolder02.html">Input folder 02: constant folder</a></li>
<li class="toctree-l3"><a class="reference internal" href="OF-inputfolder03.html">Input folder 03: time / 0 folder</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#mesh-topology">5.3. Mesh topology</a></li>
<li class="toctree-l2"><a class="reference internal" href="#running-openfoam-on-tacc">5.4. Running OpenFOAM on TACC</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../surrogate/surrogate.html">6. Surrogate Modeling</a></li>
<li class="toctree-l1"><a class="reference internal" href="../hydrouq/hydrouq.html">7. Hydro-UQ Tool</a></li>
</ul>
<p class="caption"><span class="caption-text">Developer manual</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../devman/build/build.html">1. How to Build?</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../devman/verify/verify.html">2. Verification of Hydro-UQ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../devman/coding/coding.html">3. Coding Style</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">Hydro-UQ</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html">Docs</a> »</li>
<li><span class="section-number">5. </span>CFD Solvers</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="cfd-solvers">
<span id="lbl-openfoam"></span><h1><span class="section-number">5. </span>CFD Solvers<a class="headerlink" href="#cfd-solvers" title="Permalink to this headline">¶</a></h1>
<p>In this section, we will discuss OpenFOAM and various aspects related to it.</p>
<div class="section" id="solvers-in-openfoam">
<h2><span class="section-number">5.1. </span>Solvers in OpenFOAM<a class="headerlink" href="#solvers-in-openfoam" title="Permalink to this headline">¶</a></h2>
<p>Unlike other commercial solvers, OpenFOAM is not just one solver but more like a collection of solvers. It has separate solver for each genre of problem and this decision is made by the user. The solvers available in the OpenFOAM version, in the folder <code class="docutils literal notranslate"><span class="pre">$FOAM_SOLVERS</span></code>, can be found using the command:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">>></span> <span class="n">app</span>
</pre></div>
</div>
<p>The directory has further sub-directories that represent the category of continuum mechanics like incompressible, compressible, heat transfer, multiphase, combustion. Among the different solvers available in OpenFOAM, the usual directly relevance are shown in Fig below</p>
<div class="figure align-center">
<a class="reference internal image-reference" href="../../_images/OpenFOAM_Solvers.jpg"><img alt="solvers of interest to Hydro-UQ project" src="../../_images/OpenFOAM_Solvers.jpg" style="width: 600px;" /></a>
</div>
<div class="section" id="solver-descriptions">
<h3>Solver descriptions<a class="headerlink" href="#solver-descriptions" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">simpleFoam</span></code>: This is a steady-state incompressible turbulent solver and uses the SIMPLE (Semi-Implicit Method for Pressure Linked Equations) algorithm.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">pimpleFoam</span></code>: This is transient incompressible turbulent solver and also allowes for mesh and topology changes. This uses a combination of SIMPLE and PISO (Pressure Implicit with Splitting of Operators) algorithm. A detailed discussion on the PISO algorithm can be found in <a class="reference external" href="https://openfoamwiki.net/index.php/OpenFOAM_guide/The_PISO_algorithm_in_OpenFOAM">OpenFOAM Wiki</a>.</p></li>
</ul>
</div>
</div>
<div class="section" id="input-file-formats">
<h2><span class="section-number">5.2. </span>Input file formats<a class="headerlink" href="#input-file-formats" title="Permalink to this headline">¶</a></h2>
<p>The first important aspect is to understand the input file structure. The input file is in the form of three directories / folders, namely (a) <code class="docutils literal notranslate"><span class="pre">time</span></code> or <code class="docutils literal notranslate"><span class="pre">0</span></code> (b) <code class="docutils literal notranslate"><span class="pre">system</span></code> (c) <code class="docutils literal notranslate"><span class="pre">constant</span></code></p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="OF-inputfolder01.html">Input folder 01: system folder</a></li>
<li class="toctree-l1"><a class="reference internal" href="OF-inputfolder02.html">Input folder 02: constant folder</a></li>
<li class="toctree-l1"><a class="reference internal" href="OF-inputfolder03.html">Input folder 03: time / 0 folder</a></li>
</ul>
</div>
</div>
<div class="section" id="mesh-topology">
<h2><span class="section-number">5.3. </span>Mesh topology<a class="headerlink" href="#mesh-topology" title="Permalink to this headline">¶</a></h2>
<p>Mesh topology in openFOAM.</p>
</div>
<div class="section" id="running-openfoam-on-tacc">
<h2><span class="section-number">5.4. </span>Running OpenFOAM on TACC<a class="headerlink" href="#running-openfoam-on-tacc" title="Permalink to this headline">¶</a></h2>
<p>The OpenFOAM jobs can either be run in parallel or in serial. Most often, CFD jobs require significant computational power and anything realistic needs to be run in parallel.</p>
</div>
</div>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2020, SimCenter
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<style>
.wy-nav-content { max-width: none; }
</style>
</body>
</html> | 42.464539 | 499 | 0.648017 |
363859b2fe33020d70dd7bf1ee08c7c47f27d64c | 315 | asm | Assembly | data/mapHeaders/DiglettsCaveRoute11.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/DiglettsCaveRoute11.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/DiglettsCaveRoute11.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | DiglettsCaveRoute11_h:
db CAVERN ; tileset
db DIGLETTS_CAVE_ROUTE_11_HEIGHT, DIGLETTS_CAVE_ROUTE_11_WIDTH ; dimensions (y, x)
dw DiglettsCaveRoute11_Blocks ; blocks
dw DiglettsCaveRoute11_TextPointers ; texts
dw DiglettsCaveRoute11_Script ; scripts
db 0 ; connections
dw DiglettsCaveRoute11_Object ; objects
| 35 | 83 | 0.838095 |
851980629578372a7572c5f84a9a12cf11aa7f40 | 1,043 | rs | Rust | src/lib.rs | yujixr/csvx | 6934d876e3bde7d57d078867e88dcbcd355ade72 | [
"MIT"
] | null | null | null | src/lib.rs | yujixr/csvx | 6934d876e3bde7d57d078867e88dcbcd355ade72 | [
"MIT"
] | null | null | null | src/lib.rs | yujixr/csvx | 6934d876e3bde7d57d078867e88dcbcd355ade72 | [
"MIT"
] | null | null | null | //! # CSVX - API Documentation -
//!
//! CSVX is an extension of CSV format.
//! this extension allows you to use CSV as a spreadsheet.
//!
//! Further documentation can be found in the repository on GitHub.
//!
//! https://github.com/yujixr/csvx
//!
//! ## Example
//!
//! ```
//! extern crate csvx;
//!
//! use csvx::Table;
//! use std::error::Error;
//!
//! fn main() -> Result<(), Box<dyn Error>> {
//! let raw_csv = "pi,3^5,\"ref(0,0)\",-(1/0)
//! 12%5,\"pow(3,5)\",0/NaN,\"\"\"Apollo\"\"\"
//! A1+A2,\"if(true , sqrt(25),round(if(false,1.1,2.5)))\",D2+1969,";
//! println!("RAW CSV DATA:\n{}\n", raw_csv);
//!
//! let mut table = Table::new(raw_csv)?;
//! println!("CALCULATED TABLE:\n{}", table);
//!
//! table.update(0, 0, "true")?;
//! println!("UPDATED TABLE:\n{}", table.export_calculated_table()?);
//!
//! table.insert_y(0);
//! println!("RAW TABLE:\n{}", table.export_raw_table()?);
//!
//! Ok(())
//! }
//! ```
//!
mod node;
mod table;
mod token;
pub use node::Value;
pub use table::Table;
| 23.704545 | 73 | 0.547459 |
8c0469a8f04b8a8319e0bf97a302a42245c50c52 | 239,400 | sql | SQL | dogepartylib/test/fixtures/scenarios/unittest_fixture.sql | coinwarp/dogeparty-lib | 1823db21b25de723448fb50957fbfe9ff8d092c9 | [
"MIT"
] | 2 | 2016-01-31T18:13:11.000Z | 2020-05-08T23:54:55.000Z | dogepartylib/test/fixtures/scenarios/unittest_fixture.sql | coinwarp/dogeparty-lib | 1823db21b25de723448fb50957fbfe9ff8d092c9 | [
"MIT"
] | 1 | 2015-11-07T10:17:05.000Z | 2015-11-07T10:17:05.000Z | dogepartylib/test/fixtures/scenarios/unittest_fixture.sql | coinwarp/dogeparty-lib | 1823db21b25de723448fb50957fbfe9ff8d092c9 | [
"MIT"
] | 2 | 2015-11-03T19:12:02.000Z | 2021-12-18T04:48:52.000Z | -- PRAGMA page_size=1024;
-- PRAGMA encoding='UTF-8';
-- PRAGMA auto_vacuum=NONE;
-- PRAGMA max_page_count=1073741823;
BEGIN TRANSACTION;
-- Table assets
DROP TABLE IF EXISTS assets;
CREATE TABLE assets(
asset_id TEXT UNIQUE,
asset_name TEXT UNIQUE,
block_index INTEGER);
INSERT INTO assets VALUES('0','DOGE',NULL);
INSERT INTO assets VALUES('1','XDP',NULL);
INSERT INTO assets VALUES('697326324582','DIVISIBLE',124679);
INSERT INTO assets VALUES('1911882621324134','NODIVISIBLE',124680);
INSERT INTO assets VALUES('16199343190','CALLABLE',124681);
INSERT INTO assets VALUES('137134819','LOCKED',124682);
INSERT INTO assets VALUES('211518','MAXI',124694);
INSERT INTO assets VALUES('26819977213','DIVIDEND',125172);
-- Triggers and indices on assets
CREATE INDEX id_idx ON assets (asset_id);
CREATE INDEX name_idx ON assets (asset_name);
-- Table balances
DROP TABLE IF EXISTS balances;
CREATE TABLE balances(
address TEXT,
asset TEXT,
quantity INTEGER);
INSERT INTO balances VALUES('niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',91950000000);
INSERT INTO balances VALUES('niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','DIVISIBLE',98900000000);
INSERT INTO balances VALUES('niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','NODIVISIBLE',985);
INSERT INTO balances VALUES('niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','CALLABLE',1000);
INSERT INTO balances VALUES('niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','LOCKED',1000);
INSERT INTO balances VALUES('nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','DIVISIBLE',100000000);
INSERT INTO balances VALUES('nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','XDP',99999990);
INSERT INTO balances VALUES('1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2','XDP',300000000);
INSERT INTO balances VALUES('1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2','DIVISIBLE',1000000000);
INSERT INTO balances VALUES('nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','NODIVISIBLE',5);
INSERT INTO balances VALUES('1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2','NODIVISIBLE',10);
INSERT INTO balances VALUES('niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','MAXI',9223372036854775807);
INSERT INTO balances VALUES('nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH','XDP',0);
INSERT INTO balances VALUES('nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH','DIVIDEND',90);
INSERT INTO balances VALUES('nW8dXfYakP7aSyPuzEcAdFyrjFXimPkvct','DIVIDEND',10);
INSERT INTO balances VALUES('nW8dXfYakP7aSyPuzEcAdFyrjFXimPkvct','XDP',92945878046);
-- Triggers and indices on balances
CREATE INDEX address_asset_idx ON balances (address, asset);
-- Table bet_expirations
DROP TABLE IF EXISTS bet_expirations;
CREATE TABLE bet_expirations(
bet_index INTEGER PRIMARY KEY,
bet_hash TEXT UNIQUE,
source TEXT,
block_index INTEGER,
FOREIGN KEY (block_index) REFERENCES blocks(block_index),
FOREIGN KEY (bet_index, bet_hash) REFERENCES bets(tx_index, tx_hash));
-- Table bet_match_expirations
DROP TABLE IF EXISTS bet_match_expirations;
CREATE TABLE bet_match_expirations(
bet_match_id TEXT PRIMARY KEY,
tx0_address TEXT,
tx1_address TEXT,
block_index INTEGER,
FOREIGN KEY (bet_match_id) REFERENCES bet_matches(id),
FOREIGN KEY (block_index) REFERENCES blocks(block_index));
-- Table bet_match_resolutions
DROP TABLE IF EXISTS bet_match_resolutions;
CREATE TABLE bet_match_resolutions(
bet_match_id TEXT PRIMARY KEY,
bet_match_type_id INTEGER,
block_index INTEGER,
winner TEXT,
settled BOOL,
bull_credit INTEGER,
bear_credit INTEGER,
escrow_less_fee INTEGER,
fee INTEGER,
FOREIGN KEY (bet_match_id) REFERENCES bet_matches(id),
FOREIGN KEY (block_index) REFERENCES blocks(block_index));
INSERT INTO bet_match_resolutions VALUES('be15d34c959fde8f2baff8577d73d28c864e7684cc76ecba33e5d6d79ca6d6bd_90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5',1,124780,'1',9,9,NULL,NULL,0);
-- Table bet_matches
DROP TABLE IF EXISTS bet_matches;
CREATE TABLE bet_matches(
id TEXT PRIMARY KEY,
tx0_index INTEGER,
tx0_hash TEXT,
tx0_address TEXT,
tx1_index INTEGER,
tx1_hash TEXT,
tx1_address TEXT,
tx0_bet_type INTEGER,
tx1_bet_type INTEGER,
feed_address TEXT,
initial_value INTEGER,
deadline INTEGER,
target_value REAL,
leverage INTEGER,
forward_quantity INTEGER,
backward_quantity INTEGER,
tx0_block_index INTEGER,
tx1_block_index INTEGER,
block_index INTEGER,
tx0_expiration INTEGER,
tx1_expiration INTEGER,
match_expire_index INTEGER,
fee_fraction_int INTEGER,
status TEXT,
FOREIGN KEY (tx0_index, tx0_hash, tx0_block_index) REFERENCES transactions(tx_index, tx_hash, block_index),
FOREIGN KEY (tx1_index, tx1_hash, tx1_block_index) REFERENCES transactions(tx_index, tx_hash, block_index));
INSERT INTO bet_matches VALUES('be15d34c959fde8f2baff8577d73d28c864e7684cc76ecba33e5d6d79ca6d6bd_90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5',20,'be15d34c959fde8f2baff8577d73d28c864e7684cc76ecba33e5d6d79ca6d6bd','niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',21,'90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5','nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65',1,0,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',1,1388000001,0.0,5040,9,9,124697,124698,124698,100,100,124797,5000000,'settled');
-- Triggers and indices on bet_matches
CREATE INDEX valid_feed_idx ON bet_matches (feed_address, status);
-- Table bets
DROP TABLE IF EXISTS bets;
CREATE TABLE bets(
tx_index INTEGER UNIQUE,
tx_hash TEXT UNIQUE,
block_index INTEGER,
source TEXT,
feed_address TEXT,
bet_type INTEGER,
deadline INTEGER,
wager_quantity INTEGER,
wager_remaining INTEGER,
counterwager_quantity INTEGER,
counterwager_remaining INTEGER,
target_value REAL,
leverage INTEGER,
expiration INTEGER,
expire_index INTEGER,
fee_fraction_int INTEGER,
status TEXT,
FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index),
PRIMARY KEY (tx_index, tx_hash));
INSERT INTO bets VALUES(20,'be15d34c959fde8f2baff8577d73d28c864e7684cc76ecba33e5d6d79ca6d6bd',124697,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',1,1388000001,9,0,9,0,0.0,5040,100,124797,5000000,'filled');
INSERT INTO bets VALUES(21,'90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5',124698,'nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',0,1388000001,9,0,9,0,0.0,5040,100,124798,5000000,'filled');
INSERT INTO bets VALUES(102,'ba0ef1dfbbc87df94e1d198b0e9e3c06301710d4aab3d85116cbc8199954644a',124779,'nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',3,1388000200,10,10,10,10,0.0,5040,1000,311101,5000000,'open');
-- Triggers and indices on bets
CREATE INDEX feed_valid_bettype_idx ON bets (feed_address, status, bet_type);
-- Table blocks
DROP TABLE IF EXISTS blocks;
CREATE TABLE blocks(
block_index INTEGER UNIQUE,
block_hash TEXT UNIQUE,
block_time INTEGER,
previous_block_hash TEXT UNIQUE,
difficulty INTEGER, ledger_hash TEXT, txlist_hash TEXT,
PRIMARY KEY (block_index, block_hash));
INSERT INTO blocks VALUES(124677,'4b5b541fe4ea8e9f9470af202bb6597a368e47cb82afe6f5cee42d8324f667640c580cb69dce4808dfb530b8d698db315d190792647c83be6a7446511950834a',124677000,NULL,NULL,NULL,NULL);
INSERT INTO blocks VALUES(124678,'2ee5123266f21fb8f65495c281a368e1b9f93b6c411986e06efc895a8d82467683e6ea5d863714b23582c1c59576650d07c405a8d9bf0d088ee65621178b259d',124678000,NULL,NULL,'f3e1d432b546670845393fae1465975aa99602a7648e0da125e6b8f4d55cbcac','0fc8b9a115ba49c78879c5d75b92bdccd2f5e398e8e8042cc9d0e4568cea9f53');
INSERT INTO blocks VALUES(124679,'03a9a24e190a996364217761558e380b94ae9792b8b4dcaa92b6c58d80b9f8f7fcf9a34037be4cd6ad5e0c039b511cccc40c3438a5067822e3cd309f06519612',124679000,NULL,NULL,'6a91073b35d1151c0b9b93f7916d25e6650b82fe4a1b006851d69b1112cd2954','490572196d4b3d303697f55cc9bf8fe29a4ae659dfc51f63a6af37cb5593413b');
INSERT INTO blocks VALUES(124680,'d574e4fee71454532c0207f27b9c46f07c5c2e20f43829ddeee8f798053413ac6e0d1b9ad2259a0370fe08581fab3e950ce629db5fadd823251254bf606a05bd',124680000,NULL,NULL,'88eac1faa671a7ebc61f63782c4b74d42c813c19e410e240843440f4d4dbaa35','e944f6127f7d13409ace137a670d1503a5412488942fdf7e858fcd99b70e4c2a');
INSERT INTO blocks VALUES(124681,'44392d9d661459ba31140c59e7d8bcd16b071c864c59f65e2edd9e3c16d598e81aaba40f11019a379bfc6d7811e0265fbb8b276d99cdea7f739fb736f433052a',124681000,NULL,NULL,'93d430c0d7a680aad6fb162af200e95e177ba5d604df1e3cb0e086d3959538c3','d9ba1ab8640ac01642eacf28d3f618a222cc40377db418b1313d880ecb88bce8');
INSERT INTO blocks VALUES(124682,'58c6f6fbf77a64a5e0df123b1258ae6c3e6d4e21901cc942aeb67b1332422c71e1e7e996c5d4f403159ce5ca3863b7ec7ef8281bbbce5960e258492872055fb5',124682000,NULL,NULL,'e85e5d82a20fe2e060a7c1f79dc182d3b2da28903b04302e6abe4a3f935ea373','acc9a12b365f51aa9efbe5612f812bf926ef8e5e3bf057c42877aeea1049ee49');
INSERT INTO blocks VALUES(124683,'348a1b690661597ee6e950446e7a1deb8bef7906c0e98a78ab4d0fe799fac5f3007dcd648ff0c61da35b19cf99f16f3028e10ba206968475d741fa8a86c4a7ae',124683000,NULL,NULL,'c6c0f780ffa18de5a5e5afdf4fba5b6a17dce8d767d4b7a9fbbae2ad53ff4718','e9410f15a3b9c93d8416d57295d3a8e03d6313eb73fd2f00678d2f3a8f774e03');
INSERT INTO blocks VALUES(124684,'9d31b774b633c35635b71669c07880b521880cee9298b6aba44752ec1734cd2aa26b3bed95409d874e68685636a31a038b784d3e085525ab8c26f7e3b7ba3676',124684000,NULL,NULL,'91458f37f5293fca71cddc6f14874670584e750aa68fbe577b22eac357c5f336','ed50224a1ca02397047900e5770da64a9eb6cb62b6b5b4e57f12d08c5b57ab93');
INSERT INTO blocks VALUES(124685,'41007a4ed39e7df941059c3db6b24b74c1913b80e0fd38d0073a5b121880fd0f7e98989d8d70766957919371fdaf4e5b44125f9f7c449c3b6bea298253075fe3',124685000,NULL,NULL,'a8f0f81aebdf77ee1945c2199142696f2c74518f2bc1a45dcfd3cebcabec510c','1635973c36f5d7efc3becc95a2667c1bb808edc692ff28eaa5f5849b7cdb4286');
INSERT INTO blocks VALUES(124686,'aa28e5948d1158f318393846b4ef67e53ca4c4b047ed8b06eb861db29914e9f1dfe11a8b73aa2225519843661a61e9038cb347015be916c5a44222ed71b8b604',124686000,NULL,NULL,'df7cae2ef1885eb5916f821be0bb11c24c9cabdc6ccdc84866d60de6af972b94','e7dde4bb0a7aeab7df2cd3f8a39af3d64dd98ef64efbc253e4e6e05c0767f585');
INSERT INTO blocks VALUES(124687,'550d7d84590c6e4e7caed4e722151f7e110dc39bf3f54f719babfe89775095abb2d2454014b4cb01fb1e0a7e91639559ce17e096be5178b5c2ca5b22ad41b33a',124687000,NULL,NULL,'1d8caac58a9e5a656a6631fe88be72dfb45dbc25c64d92558db268be01da6024','74b7425efb6832f9cd6ffea0ae5814f192bb6d00c36603700af7a240f878da95');
INSERT INTO blocks VALUES(124688,'477c4a3445e32cd0c8ef67c808ac6a6362ebc953c396e2d5c0d7e4f185becd15fa99bd7635358dbb3b5a92e9f03b7fa2dda8d4714e181ec4552b279df3ba81f0',124688000,NULL,NULL,'ab78a209c465104945458dba209c03409f839d4882a1bf416c504d26fd8b9c80','d4bdc625dead1b87056b74aa843ae9b47a1b61bb63aafc32a04137d5022d67e4');
INSERT INTO blocks VALUES(124689,'05f81b5c1b067b647894014cea65558826be42cca20a6cccb8623d80059182b77da00922539c59a0a7b63f6f011ca0f564fada0451e891644728b874c65267b9',124689000,NULL,NULL,'5528fec20bfacc31dd43d7284bf1df33e033ec0ac12b14ed813a9dfea4f67741','205fad5e739d6736a483dde222d3fdfc0014a5af1fa1981e652a0fe948d883b3');
INSERT INTO blocks VALUES(124690,'e9d898aae43fc103110e4935cabf01b6016571b1af82e27af04b57c12302b05eab217f075ac3344b0a422e76b8c762c119cb290c867bb6eed432994ec28af027',124690000,NULL,NULL,'fa66dc025cbb75b67a7d4c496141eb5f6f0cc42134433276c8a294c983453926','ff933c5dfc4364dc6fa3faa2d5da4096bd1261cc53f74a20af9e55a4dda2d08b');
INSERT INTO blocks VALUES(124691,'2251b497007459321f72cda82681d07d131dd81cc29137b18c534bbb09271678f4497d0316ffac262f021f901078926dee11c791a3524ad850ee948474abd3b5',124691000,NULL,NULL,'442621791a488568ee9dee5d9131db3ce2f17d9d87b4f45dc8079606874823f8','337f673aa1457d390abc97512fbaa5590e4f5e06d663e82627f70fd23c558655');
INSERT INTO blocks VALUES(124692,'f98fb331e66361507190a1cb1df81b814d24517e7f219029c068b649c9b8a75703770369ebafd864d104225d6fe1fbf13705d1a37a819b04fb151ed390d7bcf8',124692000,NULL,NULL,'8551367f346e50b15c6e0cca116d1697d3301725b73562f62d8e4c53581e7bd0','f1f9d937b2f6f2221055c9f967207accd58a388a33677fd7572c882ce2e65b0e');
INSERT INTO blocks VALUES(124693,'7c25469d6b4fed0e8bb9e4325994c4de1737570fece605b4ca388be6921406b64a395dc519b33c0dff4f93930b32737a941bbb850e31f2ebcd2caba520bc2820',124693000,NULL,NULL,'29de016d6301c2c9be33c98d3ca3e5f2dd25d52fd344426d40e3b0126dea019a','e0051523f6891110c18a2250db797d39d6ffd917aeb446906f8059b293e20be6');
INSERT INTO blocks VALUES(124694,'9f1c56677b369099f059cc145b98f2e3f8895631cdf0f72b7fe76fd953ab68c202329848dfb53f8146552876eba37f50ed02da34f23447f518449bf0ac0cc29e',124694000,NULL,NULL,'32ffd4bdf9b1f8506a25b4d2affe792d1eccf322a9ab832ec71a934fea136db9','0c90d5431f84b4fd0739bfe750ddd2b65f1bfee26f3b576f2df5dc77537389ab');
INSERT INTO blocks VALUES(124695,'4c02945de20ccdc874ae21bf56aea2f40a029c17b81fcf602b367bdbc286f9ec0cacab35fc07ac60aefa4a96a586aed20129ad66d45ab87697704d731e06b40d',124695000,NULL,NULL,'64aa58f7e48dfa10bb48ecf48571d832bb94027c7ac07be0d23d5379452ce03b','ee2aa8e8b5c16ff20dc4a37c5483c7b1b9498b3f77cab630c910e29540c3a4f9');
INSERT INTO blocks VALUES(124696,'6a26d120314af1710052c8f8f78453f944a146039679c781e04ddbb5a2d010927726fa6f81d3e01fc1fcc3363c06e8e1a81a35636684c4dbcd51edf561a9c0fc',124696000,NULL,NULL,'8d8f404bdc2fb6178286b2581cf8a23e6028d5d285091fa0e67e96e6da91f54e','be9eab485a9d7cba91072ae17389b123dc865fd84b70750f225c76dcdaac1f27');
INSERT INTO blocks VALUES(124697,'592e775a9259b1a5a7b0d7c2e028ff320783e7b49243ed6a20ece89a72964f3af4ed129698c4a143ad682a1493f982c5f8193d3b0e36b3df43964520409beb7a',124697000,NULL,NULL,'945a8fd2f57cfd5ddab542291fb2e2813762806b806a3e65e688321fefe1986d','7f518d7dec7a31e52840d975a26c5d96d3a202d30d4977205fc14cf76b93dcf2');
INSERT INTO blocks VALUES(124698,'87fac74eef20e6121d9a66c90481f801a10d636976a6a6e7cf42fc38cc104a470e1b4cab3f9670be86c93ec1a407a1b464599121df6c8109ec7247b25c7efc62',124698000,NULL,NULL,'3393abc111ee337132103ca04b4f8745952cd03ddbd6efff58a589e00a48fa21','50cc106fcf8581a7d1ea0ccdc6c5251b6f36b6a64f12581ab77ab339bb112ec4');
INSERT INTO blocks VALUES(124699,'68a4f307918e2f39fb393e5ad6a7e2fb2e35ab5043402ce37e984de670579682af5c7ef98637478bc0efeb579dc9aaca7f199116b390c452ceedca420909355d',124699000,NULL,NULL,'d05fe9705db7b30e6ea6b18e9ae92ba794dd72f25b4e33daf4d46b3b609a02de','648f5633ea84b04f3c82873eb245f1632b00e61112a79632e4608be8915d80f9');
INSERT INTO blocks VALUES(124700,'5052fbeb009f77f5629fb701a2e4a379ef6c5591a87ab4d2315c8b79fc8821301b21f146150b2af542eddd82e8e94bc021dd1a9ef8e837891248ab68f4afa7d0',124700000,NULL,NULL,'c2b2b2c3bdd895c74f3ea22db3d9c66301578436b6fa9175ce0b242c4bfaccc5','26bf7bb14922abb270a25ae77abb45a09271deb901c22dc304b019d610f06f3d');
INSERT INTO blocks VALUES(124701,'1aab02bbb1a7450d612af368e571d955812f9a376e9f7f80c8eb8296ec40ebfa964f5c9b5e56d4e0cc2d584b38c3280c2b8b2ac272ac00f4d0bffd5348006b4c',124701000,NULL,NULL,'fad5b61545d8ef317918f07df063554d4f321c0ebf462f759513212960bdf523','cb647a71c09e5bf06576afbd426ddf13e2151e819b07efb2929db444769e4531');
INSERT INTO blocks VALUES(124702,'232fc55d72da13e22bb39e10cf9bdc29a634f1c6d13c598f8a1886fc6adde9f0db1ec92afc8f2e7e099ad1d225277067c9beebb14116168bcc961d43cc0a5b88',124702000,NULL,NULL,'61a71d0ac67eba15c63a531f797e6d68c83613489730bc2b4e4054094f63105a','b3990893e9f8f00cefb139c043815e301e951cb919c59e58644034b33551b480');
INSERT INTO blocks VALUES(124703,'39e5551cc35f579114d5a36f841b8aa487e8277ede3b03bfe73f31b16ffc92d8a9535c485518839f3a1f5789222f234e3ac59e67f949ebb2f86044e72296a4fe',124703000,NULL,NULL,'f7d41404c3d1e57bbc390af958d1596212112068e4986954d11ff8abd13bc8e4','540d181af55b17757869eb48ef4050732f4bb8d7bb4667793e05770f33dd7f4a');
INSERT INTO blocks VALUES(124704,'dd6f9e911867c1680a777ed34699914cae82576da2f3fe064cec0f77af56f3af2b9309a9e56195f3a63897446e7cc37ebfa8257aa4758e81fcf70d9b12d77bbe',124704000,NULL,NULL,'31530d7febb577d7588e12d10629fd82966df48a93a613a480879531d5dbd374','26a5ce353f383d9bf732d119bf947380fbf7cb7c10d9b65711da6d08f940b692');
INSERT INTO blocks VALUES(124705,'9adde4402993118c8963435b66b5cd74676459f5aec1f4098ded4e99592879c8072b1603611ccb10fa2f1e7e88e087f812553796839664f2a3ed510c4aed9337',124705000,NULL,NULL,'f54085346ae4608c57c55d321a413a00ffeb85499138559d7d05245f57cc0da3','21eb7db4dff69979f960b34b3d8632d417be2d9087399beaf50cf3a945c101e9');
INSERT INTO blocks VALUES(124706,'158e01a36be6070d70d4f5723fca07d5a49fa057b32c651893df7bf1c5752a41444ddb9499d11fdfdaa7b5a63070f9294a55e1a6a4e751ed154b5330dc10111e',124706000,NULL,NULL,'a841b7f634fc24553d1c8cb2d66fc1250073dcfd297cb5bf241b0c5da84bd376','d8f78dad14405cbd461ccfcacbfdc544ca5e603df3d3021b58d5393560e0d56f');
INSERT INTO blocks VALUES(124707,'fcd8b3ff5ebaa56426855b262003f15cc0602e452db1ec6c9bc475388553d4766503fc6cde9290903fff1dd94652676b826a229031ee7cb56f69a6d633895fac',124707000,NULL,NULL,'69d40c69b4989f7a59da99b56577b0651887d9422757e38d5410379f95fda641','ba57b2e4eb9132feaa3380491358c8706c44204f7f7a4f7f0060a3ff8a640b97');
INSERT INTO blocks VALUES(124708,'b49587ccb88b99aa75b91045c596f731a16ce7523207ae0cfd2b2400898576943ae0969a28c5500d20d72a33c9a79b5fc3f5840bd550846d272462cd66fcc259',124708000,NULL,NULL,'192fe51d3a7af659670a8899582c29aedf3a5608ca906b274ce986751dad2d7a','29663f45b5eae8b77bb8ec5351e0012efdf03a17fa5d132dd8da0f432acaf9e0');
INSERT INTO blocks VALUES(124709,'7a898e085dea5f59d75df0d4b5dd1a8b12c269d1eaef4e8c78938294abef4813e858c6e6f7bba2e5918a853f71decb610ce80fe3da936587396c44086eed86c8',124709000,NULL,NULL,'125784cdeba1e433b3411c368cdf676efb33021f51c26a8b2bd6ec00fe4f767d','fe36b2450774dfc7db346c45833fbd401d8a234ce87544cd9b373cbc4b79b61a');
INSERT INTO blocks VALUES(124710,'d5778cdb9b17207d9caffc0190842356895364e0c5e6247f02c2fb91d4dcde85becbc7958f07b9c99a9833f45599a0c175a8a3b026ec879467142eff3e3c1457',124710000,NULL,NULL,'fa7832080a2b6ae8829794d70603351755fa4816f15a6e92716f83265daa59a4','258bea96c9e1d774eb0fedc7fe99a328b62ee26f557426d036147d1eea033e04');
INSERT INTO blocks VALUES(124711,'ecc0f5ba6c110a32e76689e934d9101617db692d61600ebfe32b500fecd78dcf75bd5712de67e59b99d5b16d9eaaa8378a46a73a35fb10f8821bf75a173507b0',124711000,NULL,NULL,'7b86f430bc44ad5d81a43b5a8ea118b458d995e3832d88bb74bc62429194e45c','ce67ed4dddf1582ac85c4825c5f9d059e6c64542e5d0fa6f489858008948a989');
INSERT INTO blocks VALUES(124712,'75ece066b260c4843383467558849588e5ce1f1634da9bea7c9c0e1821150a386baf940a2624b4c0c3fc4bc4996bf97f545fa61a4ec90c57ca5127c1ccdbec84',124712000,NULL,NULL,'1f2c5ac4375f77fb79612d343dd5fc4489cf94ff983fc05ba2009a9e390d6c06','4e7e92c9296993b9469c9388ba23e9a5696070ee7e42b09116e45c6078746d00');
INSERT INTO blocks VALUES(124713,'0c8e6a86abf191a1bad2897dcc7aad3e5a5c1439799c55c95f435eb6fb9e50ac892d58d1a9c9424009d0730fd59ecb202de2e1c155d5fc70a8da9868946caa51',124713000,NULL,NULL,'81cdae9b978935ad40a1032e7f22ddd7117b9c7580d6d7e4b7e20d1c875f5e63','98919ef5963b86630a60e75cef8b95f24508d65d29c534811a92ed5016cc14dd');
INSERT INTO blocks VALUES(124714,'4011ea78ccc04ca2ee8d6bf0b14eef82bfa9456869415a8126f2bee5a1bf961c8436571c00fe20e82c78bee44159e0a3523736123c641b871d271642e8f7ef1b',124714000,NULL,NULL,'ff02952dce15c249501d8485decad0ad9fe02fda766b7b83720806f726d02ee4','ef9adfbd23bebd3c047db6d82d7d0ca0479bd14fcfeb95b9a4ef6963d7294b99');
INSERT INTO blocks VALUES(124715,'7f94ef56feec97124f1e6f04b862fed49ae7c179ee143701cf0eec922b5d39932831274f5528d8d9b0e8e115236cfca7f2d78da21db5596565314e625300ef49',124715000,NULL,NULL,'760e5a00feb6c8c4baf4421ad07be2af962bfcac7705b773484b449356d6c230','51cbb75a27acf3a67b54f6b64a4f4b86d511fe3d6fe29526fe26238e44a3bd4b');
INSERT INTO blocks VALUES(124716,'e7c42cc00226117b58f818813df49a64af8ca6352a8490a2894676aba647c1bc8d4ae58bb883b710348233879c841da83eda54d35c5ec279f8a2e1ccba8a4264',124716000,NULL,NULL,'c79381c51fa93cc320d8bf19c943f98232a99446ac098ff66823cf691e0fa01c','cd45648e95377f9c8503ba747cd2a7312ac0c9108316eb5a77a06fb9fd0df474');
INSERT INTO blocks VALUES(124717,'1efd67747830ff43e4cb5f2837d40789a0a781a79c5de4a7966ef64101c39169c28b7eb78481c4b92d14d997be3bbc7f5c6a6a8af8c729825c0e6a07fc6fbeea',124717000,NULL,NULL,'7382f007315783c9a6ffd29bc0eaa62282c6ec72c5fff09322d6dea6b0ee3a96','ffe0bc6eeace43428a31476e259bf5dfe33c33f70c18001504f158d4be026b5c');
INSERT INTO blocks VALUES(124718,'0afea7365138d9d478c1a57003d66b1998e462cfe57a9a3a1a9360f5e305e9e639387f6849770c33995e1126cefa8ed66faf8a8af03e5c0853191091978d04b1',124718000,NULL,NULL,'38d3b548be554a0ae92504244a88930b989ea6fefc9bc59c69b68ed560afee9a','3a96f2cea7c289afdd0b6c987bc0081a8726d08eb19bfe3eb9b518442324fe16');
INSERT INTO blocks VALUES(124719,'a332959f882f2a2846237e5ce8874beddc8e28c551f7d5be885c79b1d4650c5ff3c9855069302643e9315390e2dc1e7e072e7f90afecd5fe4f3f14b31f38caf3',124719000,NULL,NULL,'0c1c7aa19c015a67da214bf8a6ae3d77979a09de6a63621e320a28ceebdbf333','9f35a2e8a94c8a81ddedfc9b0178d7a07f42fee1221b6eca038edc16b4f32495');
INSERT INTO blocks VALUES(124720,'ee6c4eafabbae31087db301639be2c8d82b31a3004ed19a30a3c6faafdef5c0a363ae91e97c4cc88254bfb0d16213816e610da28233ee3775969dbeba213ea2e',124720000,NULL,NULL,'9d20f77d4afff9179cffe46574f1b2dd23d2987142c943de05e411baee2dbf05','9ba21b4c3e4696a8558752ae8f24a407f19827a2973c34cc38289693ea8fe011');
INSERT INTO blocks VALUES(124721,'1fd0b3a1241e5435a39f816d44b6a009780a37e2a131fa7be8423875f81defa4b571a0c9b89cc335c2698dbd66f55fa333bb80e20fa2ed03d9c3e8c95276d05c',124721000,NULL,NULL,'d818e5a1a5cb6c59771b63997a8737cdb041c3579de1ecd808a269f5d72a3abf','ea9ae316a3d419d8d383d8cd5879757e67825eaba0f0f22455bdee39be6b3986');
INSERT INTO blocks VALUES(124722,'8074ad14f920e3bcdfe75f606c3a261e14275b3ec48d8678841492f633feb1a25c48c729e10d192e59d52b1ed5bc10185b2d0636835b05b3962e4be08b06f194',124722000,NULL,NULL,'9de166ff18c5eec97b838292ae894ce18e5a890e8a841a294b2d14894c60a0d7','5ed66185648c567cd211fa03b6d887f21854c231743ad20885a83073bf68b1e2');
INSERT INTO blocks VALUES(124723,'edbfe164803ccbc044c2d602e6ee85546a00d478e5ec3a9475a487cfcd7deef64155b201530367be15262f05ae77a8270ac8dfed18355302a01bc37d0d1d98ea',124723000,NULL,NULL,'bb3c0a260dc082534c95e894751e38e80de117b091bc0e34c66134d374b8db2d','638e948d625f063dfd65ebc57bb7d87ecfb5b99322ee3a1ab4fa0acb704f581f');
INSERT INTO blocks VALUES(124724,'c1d7a9dc0c93554dacedb41e6f4e7d97b7cf23a9706e6052b7c583233632b4f3cb8596e5b59b6957413ea1da603c2fe125eacf6b2257fb2ae48de3652893eb22',124724000,NULL,NULL,'b4605c50ee3e5e2958c908e099563cf997e20932cc2370109ab50049e43723cf','8e4ef49f870af7dde396a108f4c1d5c4286a302a573c1bb1b6a45c423dc7cd2b');
INSERT INTO blocks VALUES(124725,'86c6061e10d6032dd6051842afb28b6121ba443e4ace7ebcc213258fbd8aa86136ea03f5c3eafe13e560b9589871011f786bf204cc8ac6a419c263f138ddf72c',124725000,NULL,NULL,'b840a7af6301c798c9a6670308a2684051ff8f3fb2e69bddaafa82cfd3d83186','1e61e70016a9c18765c2332d9b3e7a64e119a7dbf533256fc1b88f36c2404055');
INSERT INTO blocks VALUES(124726,'41f80924d6d10e6ff29f9926dcc1bc644a30d87657975c22165d4c54f8c30938b9bec93e24e7033bff0ad7e6540bec0ae0c3333c7f54499c7809c450cdf91451',124726000,NULL,NULL,'6bd591d3336ea112789ad6675a9b1d8e1578fe42e44ca7f7be5557089d374c3f','ad6559d820513781cb3bd412c74bfd5575595078e42007573a0da9f208bf5aea');
INSERT INTO blocks VALUES(124727,'51e01a7614ad99af02c4171df920803ed9a88ff9a47254f0d0faf521f5f806b840bf88a311c54a08edbb9fc2f152214bb930f1b8368245c8cd263473b79f808b',124727000,NULL,NULL,'04fe1e6631d503a9ee646584cda33857fac6eeca11fa60d442e09b2ed1380e5c','f14c6718b43729126cd3b7fe5b8b4dd27dcec04f379a30f69500f2f0b2f36715');
INSERT INTO blocks VALUES(124728,'c719b9e1f31934a3bf53ed8f8a4f59ad22f3d0481008f4a7116f31cbfcd2b71ebf296f8a6890f522c72303d63c6f6b76b802f5b93808620f3b6ff515155ea73f',124728000,NULL,NULL,'dc73bfb66386f237f127f607a4522c0a8c650b6d0f76a87e30632938cf905155','2a118b6fc1b1c64b790e81895f58bca39a4ec73825f9c40a6e674b14da49e410');
INSERT INTO blocks VALUES(124729,'e88246311bb74b66ad0f97fe2f5734e0c68d0329f05a389c35ef8a8575e8c078b92b401bccdf84f2950fd884cf0c22e2079594050292b01ffc69c8e779150ac6',124729000,NULL,NULL,'e4eea2d144c8f9c6dfe731efee419056de42f53108f83ebee503c9114b8e4192','a910be4cd65598d4b1031a0afb11644daf91338b7d5714ae5f0619ed1c02aa35');
INSERT INTO blocks VALUES(124730,'1c7e09c9d97f26b1be51752c372a88ff5b5da358c76002a42647916b5e27d8e0f75effc92c15f034a75cab7ca8d8a9ec34c64f1fbfe8690c585cafc553add37d',124730000,NULL,NULL,'8d12b561e7cf87b0aabe000a93a57e5f31db75510b1e9feb19b4f557cc0e6604','736cf75895c6b0a0899baca213f46b5f1043ae6e774fd85c4e965363c58ad76d');
INSERT INTO blocks VALUES(124731,'60ed831a77cedc82909d871edc4e6525de5669cc238f7b9010336b4f5c80f4eb29fc8f8f05cb9a41db4e1311f437015c8bb02b214b69cf04f909e14868ccb66f',124731000,NULL,NULL,'f47b81b3dfc522d9b601d1776fa2deef8543ca077cb0743556cd970bb119d640','b6176107f5ed5d22352b9fc00d444c4d62c177147018e9a3123a5ddf86113a92');
INSERT INTO blocks VALUES(124732,'0871d6f27552c73bda0f3a9f2557d87b89a0589ed5da70ed84a42dd89456a877d24e0e439953fff2123f110100aaf350755afe5ba6ccbe4f01b1965528e1b39f',124732000,NULL,NULL,'df191ed877eb1856d6780a717c04d6925246cdee7dd6df74216ea983560d5a2b','22ed22ae4cabc3bf271243f79c3a4d2c42e5fe86978a9f860659b2037e69ea0b');
INSERT INTO blocks VALUES(124733,'3edee52236cc6d3fcf0c9e108ca28515924cbfa3b9ab8d6f2ce59b1f234558ba3d50c88381fc53f0d607e67dfa8cf497f45f32def36c5a444233a0edaa649987',124733000,NULL,NULL,'4b0ab72111202b1f9a5add4bf9a812df203cb6761a8d16b5f7a8b9ed6f2b2476','fd10402625c50698b9db78754941b5f3961f19557c5cbdae9321e73a59da85af');
INSERT INTO blocks VALUES(124734,'bd46235733652f0ae9e77cd97e22a371fb6778c023c98e49684616eee72b64696b1376ebfcc8e897ceb18d8415b08d5d8b27bb788bb1f6de3b8baf985e2f5c0b',124734000,NULL,NULL,'8e76b5be6a94e1b50ba16fe265965d4cba01b792216485c54360052e78788f20','9137c235b9218da6194b0224675ac200ce37e57a280682875b64b614d998f1cd');
INSERT INTO blocks VALUES(124735,'91e818ef3f1425e86d13808bcb5cb4125205d61f8d063f21cd37a445269ad14f96bdc18283a12ddde8d6775bc55b2ff91c7910fd7d512ee242dde68d8d4f1520',124735000,NULL,NULL,'e14dde2bfbe4f9076b7ba548aad37269752858361af094b4be8b956c0a28b9c5','dae4bad204dcb46ea70311d316ad02fa49d9643608dd443861402705ffe7f7db');
INSERT INTO blocks VALUES(124736,'ab68270f350c7c11d62cfe38e0b20c6763c770f9d9dbbfaa16cff8ab3d746a9b71047d4fde90c7705688b7f36ed3479a9718fb1a455cdedb5bf97309e3344e3a',124736000,NULL,NULL,'b986e5f6486ceac7f1af41b1da968e453cc19376d588d8e884439b51313d6e30','8dcaccbcaef1b98d192f0b8d62f5b371043d676401c2120be4eda65786fc68c7');
INSERT INTO blocks VALUES(124737,'d08b01ec4f2055eed65363e748f638470b4e989c815ba93395c139de56eb925e577bf05c46a1cf2051a238a2ce1c62bb137583d12d9b5a30e3d1fe2118e50009',124737000,NULL,NULL,'da978ee5b06812ee42cda43e1d9943c4e34e9e940cb0461f0ed463b9299402d8','96de4dc34f8de9a895d1a45bfb1d72e887ac3c168f2759e9a27a892eb398d63b');
INSERT INTO blocks VALUES(124738,'76cc352a0973bd5cee8255c511eff6cc34a554d636ef61ab3ef6621dd0eaab17b3032e5ade33c8712b1d45960ba779974e79998b0b7738b6815ac93d2eb8181d',124738000,NULL,NULL,'09ccea87988cc385b9d2580613581b90157f1366d27cd3dc1a4385e104430d15','0595e85b26408a75ce220d7afb0111085b2e90aff588a1c828ff389b4c256b4c');
INSERT INTO blocks VALUES(124739,'80a038ba3f297cfc699d7be560b9be58d8a88f4b127468e22d5d633b6b3e359430d738c20f7c5182a435bcc1a49a056e84ce705ccc504405bb70700030f86260',124739000,NULL,NULL,'4caebeb5ab6468e116cc0cf137977649a15dd30d9b214a5081057a551174ec48','5e3a2cfbf7e322f28a3254c2af408baae0578e333ed178a80cf416580d5425c7');
INSERT INTO blocks VALUES(124740,'9fb37033c32405d7e00ff9b69272079af198e9960fbddb8dbba542b7b6911ceb833868bad3759566a7a2736b9d719ca82690627d83491ed40467e6b18830a711',124740000,NULL,NULL,'51cb3f1005127e3240721c47805d67a123afdc40084692a9cc2b3215cec99dc3','a8a4c0baa06a4304469c6b9fdeb4ba167e1b795226bf03b655ff759f0b7be9e5');
INSERT INTO blocks VALUES(124741,'807f83f652635dd041b0e46222d9a136099f478a5159c501735eb3a64b32d664250ec44f4668df72b1f2b8ce34ff2e1c260b6fcd87febebcc44e99faa098cd7c',124741000,NULL,NULL,'e12864a0f955320278c215897cf4f65e5c378e534294b0bb90ebd7e4b5efd4f7','d777885ff67ef99793a8cd4f4d159580efa194a505eeed1f46a7b003d74d3818');
INSERT INTO blocks VALUES(124742,'cdfd286ed7373f1a2b525d37a903df4ac53788422414fa5fa5b408dc04d11991b3bb3c7dc7be3bc98d65c31265c01abd59f6c9f4cf6cb25c8da4a28fcc74f576',124742000,NULL,NULL,'ee27c3b46aa890d18be950006879874a094ecddd086db195e032fb4fe12559f5','e6a5b1e0c2bdf548abd1826994529d5ec68310fd8a74e05ec5dde281de52ff9c');
INSERT INTO blocks VALUES(124743,'e971d529b30e42e87f399558d975181220fadc9b160b37dc5fe82752be193de9c7022dc509061f99158c7e585799f336ea3dd8fe63d55b57772af676e91108c8',124743000,NULL,NULL,'d40dbc4b5faaf8918f9cae54e5a247e3904dc65994ce0f04f417c1a595404464','7ce3ffe967f502ba033d3d51165e754b77e6c4a28cc4e569f81cf0a817c1536d');
INSERT INTO blocks VALUES(124744,'0758bfcf08b5a8eb40e4937fd84fc69458338483a8471865b38fa252d8644be6c22962996b80aa3fb37db97f2e2a213049c9cb356d8564d26fb1ad5de14ccef8',124744000,NULL,NULL,'19f2b00477a6fae0e10f4693d949cb409b1ed74ad20dbd9aa4a7f1f17cb813ac','2da61818fd2c6fc3a15d998ba79482cb48c49f5a9f195ae4ddba291cac9b416d');
INSERT INTO blocks VALUES(124745,'359caeb095b44b88cb86676c4a94ac830211c31e25c326c9c75e3ac60c5f28c1ee7387fc46ac6ba2946a6ce41a067637047ac4effb32777dd9f694ef1aa88ef2',124745000,NULL,NULL,'d72891c22fcea6c51496fc1777fa736ef5aba378320a1f718d597f8f9fea3c7d','72cb3676cfd73767e4499bb405f6e07ec421a39239754d75afd8c08cdb49ae45');
INSERT INTO blocks VALUES(124746,'2f1264342a2fd66c9493f2fa062cb8477ef86f72c532149ffd45353fca250a9985c027d7ccee2e646c96533196f6dd60ef9bcb12b3f156dbe71edbd088418487',124746000,NULL,NULL,'5793e10b8329d3ac71aed6347dfcf61fc7b74ca162ad99918f5c20065f8d0746','07a593978e6f669c9b378ffd115c951da48fad08b55a7d5adb7ae96bef306061');
INSERT INTO blocks VALUES(124747,'b08114be39f1ba70cbf72cf9ac4b008d8582dce4d4d7c789e7da57eb264fab24fdeceae387dbb23d5dc0c73f8faa013c5a499ee8d2761b959128c9694802230e',124747000,NULL,NULL,'61040e7c1a58f41d708785347f4985c1fb522b6f947d3e14dacd91157e153ab7','4822a18f5a177a8a22f1b234c181389614489a33ebf3944b1107acdce0528bb3');
INSERT INTO blocks VALUES(124748,'5f1384e1063f3c21946d063c75dcb43a6ddc4642eac6f79eee0a80ea99320bf8b26ecf86b1e79889e1c733cd278219e76315130a30b440d84cd288be58bf3853',124748000,NULL,NULL,'ce115625fbda90a0f261b2c524108a7393078cb4c3f861d6d7846501c7960008','54364047ce52153883e68adef9b681266dd725f8e45af89b1dcff3c9edd525e3');
INSERT INTO blocks VALUES(124749,'c80b492818257e806e4fbe093c89c7965275aa8e36d1bb888d1f79a059e95dadc40273e59de99eb8d80c5e8e1445509d8baee4c733d2c470598620f3048cfafd',124749000,NULL,NULL,'3c2d4d81e90a42a0c18e9c02b8a59f99e13f2a084ee66b4b1bd410077adc383d','08991b69e486f1032749e530eee24ffd2d849b1f46aa6ef2f2d5a5202fe06e97');
INSERT INTO blocks VALUES(124750,'64a311227b25fe4606729312295546a9ade70637e896cdd8321257c0b173e38701be1e5bfefbdd2cf1eb908d5076f2b464c8664281cca6a9d9bfd715ca085a93',124750000,NULL,NULL,'8a28e33306582346f1d965a0393621b4aa307f6614c84369064465f95a6c727e','e0cd2ae87966825b5f8ebd21c7629fec5ea6ae0f0964ed137f0776d2a1130696');
INSERT INTO blocks VALUES(124751,'acc6dfdc3cf0651092a08818eed4eeaf9abfd322f1e46bec97e6a8ce96317612d4f3873e194310f1335da4ac225ed92b1a59237cde4fe1d2049be6a2b66c1f1d',124751000,NULL,NULL,'e6c5b393a21df54479c4cd8e991b37d877794166c19b9f61ad7e47eb34f63bdc','4b2ece53331a483fef54d87f0da7e6f712148c0f35388439b73f2aecedc57a12');
INSERT INTO blocks VALUES(124752,'a00f647aa4b5d9142500fdc7da95b47c60c0affa3275cab56a875b1e082fa8037b3c32e6a002f92010c2d8bc1abaad10c2373fbd246b59e69af1e97df5c3a3f2',124752000,NULL,NULL,'b2db452daf280f1cc5f02668d0cbd33732a2fe9f04307d9c072eba97c95acf5c','28a44c85c432e94d1e15ad9675d2927a983bcde0ad0cbfe47a7d87da00df9f66');
INSERT INTO blocks VALUES(124753,'53035b827f91f83e75adef2f62607377fcffcd185902cb742a72d751e4d57e0432562fe92b0cc6f7221ecbe53ced6aea685ba2383dd9e2a78fce462778b75010',124753000,NULL,NULL,'09998443cf1cd79e193a7b09681ae07ea9a835458151a7f8c7d80a00c5d8e99a','398cf0362d19717ca11dd2a5f022a1ec94122f7bcfba0c4f25a793826b1a0892');
INSERT INTO blocks VALUES(124754,'98867155f362ec51c5d01c1ee81fec7c0fd5bf08892df7e78140ca21c443c084876793d528480ef54ea1e185fe435869dd7dd284119b92f4a3f63d05173a6580',124754000,NULL,NULL,'a0be1e88f10b5214f7c12dd32d0742537072d5eb3e54f9abf57a8577f7756d7e','5a17953bd90e4ad629cc7c24098e50a5ea86e84a5796b5db5959c807e0f9eba6');
INSERT INTO blocks VALUES(124755,'2f9ac5c43c034f11cf28d62fb787f8c109662e4187b8af0d7dbd81b524f474ba9f4ab6bb6a36ce44003839ba82f7018065499543c9e3b4b1be0e96b9d56cd9d7',124755000,NULL,NULL,'d41e39038756ee538d9438228512e31b4a524bbd05bc9b9034d603fd20e00f05','0491cd1f3f3c8a4b73d26a83aa18067ec31f868df96ed4667f8d4824a768a4d3');
INSERT INTO blocks VALUES(124756,'5e535d532426974fe1c45ebc463ec7a93fc3625a5da33119975481c4c98ec8ad81ab13fcb7e8943ae4fb26b41aeaa7ca0f50fa22d16c7d18e5deb3820e96df1e',124756000,NULL,NULL,'996092432a2d94df1db34533aa7033e672fac73de5193a696c05ae7c30d75247','ebe0a3e1269a54e03ae9b7b8ad5f00a1e88b4bdbf2c7485ac1188eac31c0a4b1');
INSERT INTO blocks VALUES(124757,'e41a51db594c3e7919b4aac63e6100a092461b81518721da953a476986f5bf8e29085cfe6a08ec452fa547b704c4c4eca957ae193c27281dfa7f113a0f6df941',124757000,NULL,NULL,'e3f536e930e39b421e3a0566eba6b8f5f781ad1ff48530a5671752fd3eaf35ac','8dca0f21abeff518ea5c6a0fff3f3c89e0d6b263a72adfd36cbf911a306080f1');
INSERT INTO blocks VALUES(124758,'fa67febda99884d857fb9bba17476225a600f76535a9431d21c261662434b85b9b4d4ce3cb591d043f80ebe0adaf9263e0a368d949d291e14778b46d07dabe91',124758000,NULL,NULL,'57122dc41d7de2bdc65002905617c357496432fa4d80af48f4ca69ba1332e634','0ebd79095ee1e751b4b694c04d31fe2246db4558ee9763504c9802c2a342e817');
INSERT INTO blocks VALUES(124759,'98a5ce8fe941cef091735620c3119d97a382b9c80cc1764d1d30c94300037d0e519063378746b7edbfc60aa506fc04ebd539ada353534b7a5b3d621dec791da9',124759000,NULL,NULL,'3a0fc7b2f0396d257a0a5c5a313910cb4073e4c79ef8cf0d3cd12f494e563105','2eec4afed90d334123b8299d50c192db4b6b7ea0f4868734ea435e5f2cd7c901');
INSERT INTO blocks VALUES(124760,'7702f9604bf3efed6578761f4c52de99779c7c42d7543774d425a4c3537befbd2e7181355f8a1130d3d8ad9ff3bbeaaca4e26cfaefff15e575ac4b2eb19b7051',124760000,NULL,NULL,'e876c406f682ed6f0dbd6e4c97bac13409cd400b59e894eebeb3252be306494a','91c5071bbab5368e2338657982adb58c861546c0c0ba9fe9abd6b8b781e415ec');
INSERT INTO blocks VALUES(124761,'f190eca1a75147eeec93cf96f106e346b908fc47e6a363093d5b229901bd58fb34fc8db82a8feb2d3dcbeac0c901ce98378f7e1dec0ff7aea7235c6d822a62b0',124761000,NULL,NULL,'533fc3eea80caa46cf8fd62745c5d21d09f32b18eaca70283a4bd72924c2100a','bf0da4a320545ab08a86a86a81d5702f7d493e6c3173344dc19941c8a527f4c6');
INSERT INTO blocks VALUES(124762,'d15e3c53c8bad6d8a4dcbb870b622505e4dabe8b3d3b7ffac8aa4976cdcefc91fc13c1c1a1700d7417e829310f9826fbc82307636fc3f95bcce561a8dd8f7ea0',124762000,NULL,NULL,'e3fd22f2e1470246ca99c569d187934f4b7bbb1eedb9626696cbaf9e2b46253b','ebd03846d979ea8af53d9853c2b9ed94bc4a89c1d554cd5d5a2557bec8a127c4');
INSERT INTO blocks VALUES(124763,'464aeb24455523d820981afe0f284487ec0a36b1388182f88388370811c394bc18686bfe2b8429f7d37569070f13e95952e877b7a84000c6c0e769e5e76cf437',124763000,NULL,NULL,'bf04750fe13f663adb12afd3a166636a4511bf94684a77217de1bd7ef9077d94','00e86699ae5a8450e0ebec24deb4932b27686e436c2cae3eca6428a7229edda4');
INSERT INTO blocks VALUES(124764,'0c1d3e5b62d04ec82124010d58d052a0a2f9dfb71684580d0c5a8d37e286768f5eb4ce31dd4a677bbbf199d47ee843ec864deae51f4b2ca29d765015748b5742',124764000,NULL,NULL,'a0e8403085ba63ba72432f27ce8125921ef24742f988ab7f85dd8e4309f27a2c','8db72da41c05d03d36307441dc8751f1907da2a60e209cb7ff47e99d7b22e88e');
INSERT INTO blocks VALUES(124765,'799dd8fedf7036eca0b8298ac48c295690d12f9c71aa98727c927a6cb0224c62433ab878dff483f6d2754bde36f06fce594bdb06559c1d1a0a51848bfb395419',124765000,NULL,NULL,'0861b02e980ad5958bd23ac02603b132efd72ee2a70dbb0415fa5d39cc524681','9c9e3ae63fbf9180a1d17a19f47f77817eacc0aec0c031bb13046accdde03799');
INSERT INTO blocks VALUES(124766,'8e1e809b86f3fbde2cabe6510052084ec68d7857c34f8dd334c99e8aeecf32ac1669f2789aa41acf3f33119c5d0aeafed03d8288765c178174a8db27887c22aa',124766000,NULL,NULL,'d52cdaa449f63f6d3abc79080378855206f91a5db865dfaf37a5a2529ea6eb9a','0ea167598525f3a88c6ab4c8f5138a41ddd7fc8e13338fa24706b9a30337f223');
INSERT INTO blocks VALUES(124767,'9803c2ce201e643165ba86a8a739ec73a05f29d23237d8d2de56f46f417be665785871d0d36cd3146f999d0252635b9ae8a3dd86f597b1cb59cf6879e116b5be',124767000,NULL,NULL,'d15a7a60b8bf8618667863b3e31eaf6202664e5aebc16d1f7a337b857ac31f90','8257d7e04e5813b7e184ec5b9bdbaad39c779cadbaa31907a8b52ad8371b5d09');
INSERT INTO blocks VALUES(124768,'1ea5f2b04b763909ad541951a0d21078be9d08e6bd7a23499ea69fa4ee8a67f02791404da26f6b64ed5bfc0bed66c28e4e98b703d7466f96311c5c838ab6d9c2',124768000,NULL,NULL,'68475dcfe8252c18501fd1fef2afa2a91d20b92cacbabb542c12f43403e66ea3','dacabdd06a6ad7c50a6789bde4cbfbf5cf3d85a1e3b5d3621e0e93cf743ccdf7');
INSERT INTO blocks VALUES(124769,'09f4ee2e18880732c0ac4f58e012ff8fe9223899aeae5e051c9796439d98570637670e0cf50c0727e3017287f268466368c550fdbd3bd210387615af76c0a515',124769000,NULL,NULL,'5d584f255e5bbebc32c78a30fa816e1203fe7d3454611bef9222cdfc91dfcb63','1b382e2152f884268b32811171913ac28e7a1d40b6eeb6423b6a807ff417052b');
INSERT INTO blocks VALUES(124770,'ae270aca6bf2998680fd12abfdbd158ee5bfb8131fddbe54f5466c6f7a7ff114517a253f8756e13c2bde73e9b851ad2b24ce06bac2086ce3e240331bae518a2c',124770000,NULL,NULL,'ef992ad033b047b7f6ab038604736f444da55be187834f8152b173cf535c68eb','d3a42c8de911e63c540c541aca141f057a06852f519e89491e25cda63480c442');
INSERT INTO blocks VALUES(124771,'2c950816e8a2e9c29fac064891a58465f30a62197864d549f856157c223a1f78f1e39f753e792f64b48c500d77e47602093941df590450d21da55758f81a659d',124771000,NULL,NULL,'9cdee996d0e67ac3f9f283151b428ac5f223b72590965f41f93adcece6b88f2a','5e36c495f7310dc1815a73ab767f53eb04fe517eecc36d8ac9eedc2c1dcf117e');
INSERT INTO blocks VALUES(124772,'c7eda9512bcac5c3b73e17923afdce541011780a51f2f59338bd91f539b223655a64a2680972f32e340a268ee6dca4caf0ea6ed8ad02a3840e5ca7075c6cc69b',124772000,NULL,NULL,'fa25dc3f15fb28718d788f85373555966251f54bc6ed1f4dd2244b438d27b281','296aeb138c815e74a0f41e87ff2f463ac32dc01dd3d24da6fbcdf47542319e6b');
INSERT INTO blocks VALUES(124773,'4ff3aa594932ca9e13370bd1a9fcaf0d07dcd6c28949afda5fff201a876e77331c483f93c8fc7295d3c8eb0d4ed3d4f53d062e17e87789392db93bec453cf1d2',124773000,NULL,NULL,'1ba8cd971f9a169d43b6de1a136cb8e6153649fde1f7a8e7fb2f7de926fdf8b2','17b1f9d5c3426a4edb4734657cba1713f9a56991bd1b78669142ace96327d357');
INSERT INTO blocks VALUES(124774,'7f6ebf5b7e09d78febea9dce370ca98e1a00cd911b6ee8b4c1f46c3ee5e54754040ae2e5443d5e53ff2af3b615b08063111b4876e034ef31c9ec0f5e75695772',124774000,NULL,NULL,'42c36df2c53d762b9b132e622f52b2fca99bc0370978463acd22cdf6469587a8','6d05d09010684842a6048d4a70e1b08e22515caf58bb41cdf4be8b0643e6a788');
INSERT INTO blocks VALUES(124775,'e44698e52e70ebb58d3d004f8eb4943aada1835e5ae673ae54f5a62231df0f0fc3a68ece57823e624b4f365ce199d50e35ec15619e508f8cbf71134d82facefb',124775000,NULL,NULL,'d96af5cf3f431535689653555c29f268c931f9fb271447aed050303d364f92a8','e713310f3b49ad5f4a7a33edeede88ebff816f891ad3b75a971d402c470adf92');
INSERT INTO blocks VALUES(124776,'031441b70e39a3d6dcf5a532eddb405d5abd8d723029ca8be3cfe400f0e4fb012a63d859e610eb48c7e41c4e80768e877321e92f8ff406e700d8c161e8a3f4d2',124776000,NULL,NULL,'153c9ce12e8d9f9d10c4005fc9af158613480d38b2c6551fc49bc57380c229de','1300dfb9b2c5511a312714c5679e956df96f6556b217245a5af1696300b1183c');
INSERT INTO blocks VALUES(124777,'2456675ed07aaa79602718040e1f29e546938bec8a15b26492dbfd58d5388ea21ff3440ff29138f4e2cfb47662ea3e4e50476f7280c0e58b51b53bc08c014fc2',124777000,NULL,NULL,'49f33b269d717b56a399843cf4627449010133b47079134b9e299ac5386468ee','f8c5bf3169d6c75d82c17e0567207db18fa4326b173fa441f574cdd4910e41ab');
INSERT INTO blocks VALUES(124778,'b9b9a79de83063df4410925030cc3710aad6999f8ca9955305b477dda2e3777293c7ddd7c4eb6e9c3f2aec2e23e2415d0037dfcaf61a52b351ca564f2cf1556d',124778000,NULL,NULL,'c9e72f7db2950f0b0e6e8fa3bc47d37a0d643da6ec61b236f7224b63ac60467e','42c7cdc636cbd0905f3bc4479d1a9ef6e0a5905732ce78e6f3cd63ddb2c5f971');
INSERT INTO blocks VALUES(124779,'e8a8ebd85a460cf5987683360a1c77e6728b4e59027220f8eceda05c720bc38c91f6193bc43739da026cd28f340e1a10b9900bfa3eed11f88339147c61b65504',124779000,NULL,NULL,'a4387c8c785a8407f2dda176a7e182617904e7ce00c695ea8aa2f9d0429d9e74','a30a1c534bb5a7fafd3f28af05d1655e9d2fa4a966e420716ca16f05cef355e2');
INSERT INTO blocks VALUES(124780,'767209a2b49c4e2aef6ef3fae88ff8bb450266a5dc303bbaf1c8bfb6b86cf835053b6a4906ae343265125f8d3b773c5bd4111451410b18954ad76c8a9aff2046',124780000,NULL,NULL,'fc81f97474f7b35ef92ba93de82d38650a28afd140d3320e6f6b62337cfd1e94','7166828ceb34a1c252e97efb04195e3e7713ae81eda55adf1a2b4b694ab05aed');
INSERT INTO blocks VALUES(124781,'e9041ceed8f1db239510cc8d28e5abc3f2c781097b184faae934b577b78c54435a4205ee895ccabd5c5e06ff3b19c17a0a6f5f124a95d34b3d06d1444afb996a',124781000,NULL,NULL,'50285876cb1c048acee297639814d5d3f2f2db06e2f34a25d7d6606f308132ac','5d617a3801edadecf207884670d507ff8a61358e206342a38aa98750e24e1036');
INSERT INTO blocks VALUES(124782,'04faacf3df57c1af43f1211679d90f0cb6a3de4620323226a87e134392d4b8f7fc5d15f4342bee5bff0f206a64183c706d751bdace2b68c0107e237d77bb0ebb',124782000,NULL,NULL,'2f4177b798bd91cc47b0d102d3edbbdefc06e6f100c7328b93825f6395491936','5e5c8a0b177d207d56af3196749d289d3469d4194c8278e96d4244677322b1fd');
INSERT INTO blocks VALUES(124783,'673579ef7bc7828b4427a7144355901327f4cd6e14a8ee356caa1a556eb15f88d6f8f599556590f9f00979dc4d4cde4ff5ea7e2ae683e2a14706fc03aed8ecbc',124783000,NULL,NULL,'60b52c5be60b3a8e957505c2f8ab127d03ad0acdd7843e057f6a1d6e9e199c9b','99de630712bad8bd066573630142d58fc323a8d41789caceff3bbe63d4f597fd');
INSERT INTO blocks VALUES(124784,'8dc95e1d0fbe11694812b71d390ec5ca5058fb64d34e2805273d5d71286865371dd1ec0584e6ba1fc0b9b09f1d43f9529ac67f134fe30685f1962abeb88fcfa1',124784000,NULL,NULL,'68bcaecabf43259d9642d0b7fdd975ae483994ddefe0ee2a9727342e7bfa57dd','8b2f4d6f303e70ce8bb79f0ba8e5aa74a48590af12b5afa7135f3aacd127edec');
INSERT INTO blocks VALUES(124785,'535b56c056428600fa79bd68d4476504453f02fda130fe45b3f7994298801cf0791cb1a858c3d3b90780941a64e5e788e828032268e3e94134a7fc05fc5b7c8a',124785000,NULL,NULL,'1595c8a860df11015a9f8a0e86a801aeb76365349d560a4d69c2c0087c3de8eb','92fb68cfe3320f5fc603fd907390c5e0071bb4f16dbed59413116caaba2eba3d');
INSERT INTO blocks VALUES(124786,'ede71647f0714fceb0edf6ccf71302ab49c3f2ef88e6729bf71a158515213aa97a5226eda7cc90763b5e8a876107f5e2db0ba2897d384acf830068ac0d7db43d',124786000,NULL,NULL,'f2edc40693e64face5b4a8f2c03250d3ada7e83dfef4547a5e8e6686fa9c9322','297ea5b8af42d9fee9d2a225b29d95c5f86b23c417be7e3d8266957e0f867e0e');
INSERT INTO blocks VALUES(124787,'fc403195b5fbfe288fa26dcb56442157451584ea556d0897f9d29abf3f94542d6f6604e48e2f647c56c5fec222b037e0f4589851935c106ae167982189f37459',124787000,NULL,NULL,'b7e60fb74dd33a1c6a8fc37de0086d0b8e13aa584ab7c08fd07a57d71a63d948','86459ddf886458392a406b5e2f3bd448791734c6faccc5a3993ac6cec48d0191');
INSERT INTO blocks VALUES(124788,'707c243a03e691b170b6838183e2a5a710b77c30db606babf8e347454e99452eb50e0798723a5ae3ae1c87e7e417cd1b8a5d6478905add9dfd1e2358f33160ae',124788000,NULL,NULL,'c8a0e7ed4db94945d656d37a9ce31e46eac770b593715457a521ce46042908b7','21a83804f3733b0ecca81cf4680f2cf393acdac69f4cac6e3a8fa64c83b33030');
INSERT INTO blocks VALUES(124789,'b423715bbc02048a92a2621b4edcabc2570780739d4f7e9ec1f584cae4ba76b945e4cf094542dae1699dd411a4e1d5eacee9506eb91e04fdaa98404c8e4a2b8d',124789000,NULL,NULL,'da87e7604524fa8d0308596517070f25ecabd279e47340f642112c11b9cc7f58','e19137287c625c605cbcb8952bf91821464f1dbc037ebffdcc21faa47ca7e07c');
INSERT INTO blocks VALUES(124790,'6760a191b0e17b1bd256baec1b67d9f140c7c27a69bfd942fc2afab8f48ec22b4df69f90a71d10d1788b0ccc4899ad9a63e469f8f53f59cb62cb6a16139acdc3',124790000,NULL,NULL,'8719b5cc3e2442e7bede6852618e191f26fa476327aa248fef9bcb27a44a3874','936a6717ee5b757db21c163b058dc76731cd2acd723bb39d998f7d5a856e3e1d');
INSERT INTO blocks VALUES(124791,'cf77b91f1337ff1dc93d7aaf73d7ef331dc2535be1de5658976dde55c9a94ab0feac585aef5e3ac026d2e6c5549f559506c2fcb2ae21ff5449606680288aa497',124791000,NULL,NULL,'3409b2de0bfd4fc52ad931d57ccba44889309bdfde1833d38fe9915ef552013d','130393705aebb18a192ddff70100a66c72b21e5fa32cfba6433148d430ede392');
INSERT INTO blocks VALUES(124792,'8c68200b083c884df430e76d42c61d47dac48bca18654ccd47b038a8d7d9e33b2f441b1999ac8d1ac682f20b87fa9b8755baf5a4db166fdced6a3fce0fe789b9',124792000,NULL,NULL,'0f4efd49964de17725552654b6063928df579ec1e1986c9124a54e8d4e0c98be','144dd62b45cc391dd2208ca6a703f627992621a6f19801cf5530ece471f576cc');
INSERT INTO blocks VALUES(124793,'2370375d3fec89376c52e133138e9841c075ae5eaf3fcd794ae1499f7d72e1f93bae1858173de978c00f98610c442a7704686d38e9db4ede80b3f6fee2df4f43',124793000,NULL,NULL,'611b758634e50af9c037f1a3c21678ac1a5d94802d67c145bb807cda15225514','40a82af6cd8b2d9f3c8e65d694880d5826933508a30adf7d240a3734327075a6');
INSERT INTO blocks VALUES(124794,'cfce2e6c2f8b60cc702ed60cf97c9b7d98098d114b4d752152746015d19232e8f11bf72d7cdaa8cc243ed6121324c11867efdcb46bed4751e3cf9310a39c7b3f',124794000,NULL,NULL,'372293c02caa349b31391fea027d4ef8bfcaad4620d526d49a1cccfd71bd2c47','dca637038bbfd2128ef7b9669eb451bf5953f0e930046a4c4319549acf16951e');
INSERT INTO blocks VALUES(124795,'3d1a44b687914daf4356fcf281d86d03750fa8f6a8a2a6141361c5eab4ef4bbfc2346edc1f2fba57a9a41470a0b27886e476538cf32f189ade32b865f42a47dd',124795000,NULL,NULL,'32663c1ffa4932c7dfc798a44c770dd5404ff54508fab8e5520d049c80af762c','479711671517f82293c2955917279a903c41d080cf4dac9efee3cc945ce85a18');
INSERT INTO blocks VALUES(124796,'8c5d5deb80a1636d08cfe600073fb827c7bdb08b8482b0a44efb9b281a4a6936abb870788de2684eb33eb2ea2b815b16ad2231294785b3022da6d410f7b52bac',124796000,NULL,NULL,'6014fba2935eb347989d901aebdb08d94b1128a541601c60dd765af3a83925a4','6ba76001d0ffb7d99ab6dd078efdc6fa4307b5cc2b7108c72e8bb3fa5dcfec59');
INSERT INTO blocks VALUES(124797,'8b21c9a1e6ab073acbe81e671626b89a7695ebc08a3e78c52a151794b5fc11f4803fea6423656acee2f39f6bb57626658448c7ab20058c526b6925e551ecab29',124797000,NULL,NULL,'123e7fd13386f58e965487c1f02789d2df944f38f3b84baec8b5fa0d4c96f876','cfc8afbc9ea992eb0af43f0398662a6edfa9a7b9c32d82ff936d9eb14377ffd2');
INSERT INTO blocks VALUES(124798,'661cf8375cf1935d65ec4ea62279c9e22a7ac258698618736f533570c82e54a84f5f287081a9659b3dd37355c836b2ab1b7e6a53b489f908218cf04ffc8e487c',124798000,NULL,NULL,'a7cfc95ed962e2f608fb9e6bedf9c7c904568825bb3227046ccf1d52b3253f22','681dbca7e619153f7250a6d3ddaff7bd6a8fefbdae435c21fc51834ee2f9e0db');
INSERT INTO blocks VALUES(124799,'8e1e3aabb4996360c54be971cc22407124cac14d9790ae67a9b970c1ad8ba878c985f44e0c97f5a768a6b2b60a683aeeac9912da0f8331be3fa8376b75da2389',124799000,NULL,NULL,'415b95b597fa4e153fab2dbe1304d5634ad23c4f5063f6e12ed7abbccdb6138b','2ee83879143fe6f0213c8698d1d5d79861b2a4658ed5b1494d375f745c2dc463');
INSERT INTO blocks VALUES(124800,'dc61724d1d78c8d74afe0303fe265a53d006f5d13359866a24fc3118981f7b1640b74f095962a18e06b52a0c42f06607a967c279445797b0d3cf98e8bdeab57c',124800000,NULL,NULL,'297fc828ba0734acfd70aba14a201091a28738170a99c03a01c168028badc212','0c73a3707838b62b501dc3f91d5fff079ee49860aef25278f06b855a12246897');
INSERT INTO blocks VALUES(124801,'90ff89086d736fa73eef455380343e90a24de73f6a83e2c4c348f15cc716c213b17d056f04618dee8bd817abc0f796fb1b491f7e662ea8245b13c7246c492d14',124801000,NULL,NULL,'decd6f91693ea6d079474775a5ca5d06bf63197a446ffeee19e7b5c566a173f0','154ef56bfa7d1d50b23f2e4edad60a4ec278190621b0eeef1906d7bcdb9a10d1');
INSERT INTO blocks VALUES(124802,'066a44937852001930b432e453c19ca9f2cd5f4264c012ddd83b99a4c48a55458ab7468c4531268cd61333ded71de3a022f9bcdcc60360db650aa84b2ada07b9',124802000,NULL,NULL,'2645b9ffeb7ed58eb9c493ca65818b677af49035766e29461824c0bca0b0437d','1448a71979d9a1f187b7ba41cc2cc6bec669a3da500d885f326b2d948dc4f0b7');
INSERT INTO blocks VALUES(124803,'8685a21db54d31658faa3da162af3f2b55ce57ed8ef63986a481b6ea81d0ae7754a9f5d85f08c84dc15039fbb0d3e8e9384304ac72f45be96ddc6963da53918c',124803000,NULL,NULL,'4d935e16516ab5c76fe0a09f65671d5998da4e0417cff5bfa9a5caf1b0b536b7','250d8ae36bd00bfa56b1ace80f87cfa7545dccd5cb5009cca41cc0c446f297e8');
INSERT INTO blocks VALUES(124804,'00c5864e2defa283e09b07f5a58f3821372fb58c704506931b8674d45e4d00d5c216404ad13c5bd08c76f1fe1755300246a9edf5aba309cc23f410529c2dd6a9',124804000,NULL,NULL,'f9a7ea34e1d161b3cdcbdcfccbfe33f0c8e3e57fd9cd219faf3054f7025fb8b2','408de4c7b54798b12109a6a7c7e0c15923b374ce9f300f1c0299d885384bfe22');
INSERT INTO blocks VALUES(124805,'05c44407d5900c1193f814ac29f41fd240da577ef0fafee0cedef102651997d3339530f754f24b9abddd1fdc4e315852b4c2b67cfe59332dc0fb35304940fd43',124805000,NULL,NULL,'d84e9d9e58c697ce2fcb2b7ef46a7fbd18d55741a10c6bcdfaf697450e1b7914','4440290f98c314841b86773815ecb54a0837da4c00ebe0c33b97b31ecbb69a52');
INSERT INTO blocks VALUES(124806,'e1b24508763706d437cfb5ba878b8feb327e652a34d32fde7dee5c161d03db781ef69ba700eca3daf4c9ecaf2ec3070c63dc80fe86e8897193582f6dddd6be66',124806000,NULL,NULL,'9ff2e2a46c7359ab09dad26e572753773d280055bbab8c27aea7cec17d742bbd','29e05b381f788de0b9c3dbaf07c1c66d3560e7bedaebcfd9e3e1915eaa7f2bde');
INSERT INTO blocks VALUES(124807,'2bb7be63310fb6325779d84abfc2f37441503fa24bb46096d9a47a9c987f6ebd1f140eb9e870d7c12f67dd6ccec90658f0e06b117219817d98827ede56e626b5',124807000,NULL,NULL,'350ea107cb071540aef7373ec620da64c43bd7c0ccbba9172fa70ea4671331be','155b6f03c6fba0f2791bda6b35f27a039ba31497d3fdb5fcce649f200244b2bf');
INSERT INTO blocks VALUES(124808,'a869a7a7316f58d3fb10b828072264388b4d7ad2f71891370154c5161ac20a5e8abf36c675ae7ca8b6ea139f55cf1c0aa026d27ab5d262df8e487765a0a9f3c9',124808000,NULL,NULL,'4631e8c68553e27c53d251548010881d22da3552054519ded362bcc795507816','f5ab01d0f55e94be41d8922a08c26110558f5577604e63618ada4bb180f2d0da');
INSERT INTO blocks VALUES(124809,'d919955cfb962b787fb3c77c95afc59a746425655e7b01ea346f29096d0cca2c3f26c25e638495bdbf1e8bb8c97be42ad7ce100dad91c95d83d332ec35502002',124809000,NULL,NULL,'b36bd17007d01138fd21232e5b28c5d1a65797ee44aa3c69d0b5f57d7083edfe','5f7f70f9eb5492500076360882915618e90e2bc0d8f00374ac5986374ffe42fd');
INSERT INTO blocks VALUES(124810,'de02d99d9e7bcf88968650db048896e433675d9cc53954763f706077efd5d21e70c9eec6eaea72b1fb65aae5a678753591bb7f27d12155d69485596a3acc8f3b',124810000,NULL,NULL,'019081a5bc7799327498800caecefbaac93b25dc4d5accbb414f52ac07be9ed3','0f15212eeb7174c6064d600fdf654aa80ab27b15cff17c727bbf4240cbcdf1be');
INSERT INTO blocks VALUES(124811,'2498bdecb642839b80d981a4467fc36e80b2643d046120c4cc58c2bcca6b9238ce44f47a053840bf2e58d59cf228e7220d5c13e3a59215dfc2e2e1910c112a4c',124811000,NULL,NULL,'680beac496a8c9bc8a0c3e759520d98bbc70ce8fce6bb604b06322b7290664d7','b558855ca7e76314a130d6972fd0bcbb5c592c3ef2c8c9af995095aa008dca42');
INSERT INTO blocks VALUES(124812,'ea78c1a509f2bde4e35d71fb8527ef51011c0eefbc9c4908f05aedfc3d2ac01b325c008fc91d17950b0a63da9caf78acb4a4a4c13130257eedd1ae2c34e690d9',124812000,NULL,NULL,'ddf167abd0c3c26fb9396f5529d4a47c4e49f06c41a776ae84cf5d5ab6b1567f','09889fc7d7dd6f25e3931bcb0015c9bfb2d278544e0bc40d3cabc42b822c9d2c');
INSERT INTO blocks VALUES(124813,'1dbf8ea76d2e70177df10b87e84e32e76fced9ffbbb38af8f732802206b9b02efc05992ba59c9bc1e811a5179bb865711c32870751098de5c99d274bf47e949f',124813000,NULL,NULL,'65f748b0a423d97bc89aeab605a03da21f9c27605411d95e54320e63a712c97e','a3ac603731b3e2f9f42302c43561d4d8105a6b9e8759a6ee085c89bb881fc070');
INSERT INTO blocks VALUES(124814,'96ea9a0098329dd191730a435fd65931bc05837f39cb646faa7a2e04dce0d1f0850fad36f3ed2d706dcaf00c5093cf7379e04d7d5670b0d6c50f1e2529acc361',124814000,NULL,NULL,'f843ec0797185d73b40ab899f97e0c9a59ae2abc6f1d45caa73df92d5e2107f7','de07b19ba3dd398654a2ee5d9324c70680be9c30f1ea0277ca01285761b3791d');
INSERT INTO blocks VALUES(124815,'54f0ef3b50020802da23000635c8a238227d56227a80133a3fa1b345c8e08e28591d762359291a535c07dae86e9f35ad5d0176288368443200d598163290a93e',124815000,NULL,NULL,'1f995d9ced1e2fb1a34375c8524b99a867b70224a12dd1b15761b91980d47af6','3da298cab46962c8cea5bca37d28e4f5120ae9124e92f6d2bd665512a90613d4');
INSERT INTO blocks VALUES(124816,'f464f647b3f7071ec8a09c53de3a37a001350341ee5d8740cb7596dc2c8d792dc85f7c03bf812a55fe37af26941c43f58d2bab04ae9a50c23c87d570978f355b',124816000,NULL,NULL,'5019440451492eec1db4004c66f73d483d32117d7aca68159927fb9bb1b4e7ef','553eb79a29bfffde748c3782641e9a9b54b49f6a5d8322c5092e0156d1ed315b');
INSERT INTO blocks VALUES(124817,'1d5937ceeeaa617ef90100a4401df06f217fec6eb52d11656d14ece57f5849aa88485ee1131ea0ea31843d74f87ec219bbea3f848c16e44d974c816f8345c499',124817000,NULL,NULL,'3673bf0e36456421f586a1d4134181fdb7c32cfb31476a2f165b1e590b524a88','34317bb3d0de3aee4e045318a47d80e010e081d40d8355359ef96458b6e2842d');
INSERT INTO blocks VALUES(124818,'5bf90aa9395f3e9fd7af5843c775588acb46d9965c5257fe26090d065a52097c06d7600b583e692bbbe178424ef535c32cffba0736834cbc51c5baf6465e9d40',124818000,NULL,NULL,'92b1c9c109669efba2edeec44399e265b864e8320fed9485c4f871c5d092387c','6db283326ce33e8f39bc1504904ddb25587ea98459c68ed1ec26c227e6fa87c3');
INSERT INTO blocks VALUES(124819,'303f84dcdeda12d009bd30efc4217571aa5ccf1367e49227d7c2819deb5ebcfc0d83c663f57af992b272950b055cb3ba7373249974fc38ed4e59d83777e9d8ac',124819000,NULL,NULL,'6c0bea76bedb7faabea0463ec76dfc4241d6b51c0c7102725e4f38ec2a44c3fc','fb04822396be8284bf5d8f40912365e897e967751631194e7620fc957346e27f');
INSERT INTO blocks VALUES(124820,'6eef8799c1dd3c4f156a6dfcf70855a2c10a6b3c16344430dd06b67e6051932878df8b2a16fcdcb60090e2c190fc7d6c8b1081fac1878aa98f1db892827053e0',124820000,NULL,NULL,'0b2af2774fcd42b584010d4c0b988a89e4f83de16f24fe4c77fcc286709974d6','596e19dcf45a0ce3de37e6e5341df3354adada357a60392866d695851060ffa4');
INSERT INTO blocks VALUES(124821,'3eaba6739208d14d04cfabaf5361374f0bac8d5deb773a4aa50011469774738874043a1da8942ec4f48e1b3536092fe1327fa9402ec36a217711e1bb7b50d689',124821000,NULL,NULL,'d5672f5b4fea2e7737fd3dc86c6a1f99ad58c91fcb9d38b9cac5cc7f2ad5e58d','f68f1c74d925f4eb1c7eb258fd370bb3a9993f7d0e45ccb2ee4bc277d0669382');
INSERT INTO blocks VALUES(124822,'f8fe4cedec10f1cfa4424aa5cb722754f2b6f21adbfea88043599c29ab8eef0f1f52da1fa4b407351b1e95409f1c50111779ce2a01f150e85090d446f630dd51',124822000,NULL,NULL,'6bbf339ceac07da5ff909151ff651a9556d871a8d7bd2c04bece2cbf27759dbf','bf3dea005ef76f4ef7c378a056d61d744f82a8391066ea328e395cb678912cd2');
INSERT INTO blocks VALUES(124823,'60f5c7eb2cdecd1e75424bddafaeca4c15ae395e768077553912205fb74a377152bca81c3d292f8e2c8e5abff910a191732a25c718fef277de5f7fd0a59e6744',124823000,NULL,NULL,'f59459b714c3af36e01a5ac0d8f0bffbfe16b7942d2372cc6af49f2e6376dd10','59f196cefd5ccb6e2d4118c744842b83fa79f11371b59739e7f98d4dd23f9872');
INSERT INTO blocks VALUES(124824,'708e9415393bdc3fca510385f3ea35724dff9d7012b29098dcdbc214b9dcf4fc0b6bb7a14672ebc11277db95c551b100f8f162c7ac9050154732df38fba5240d',124824000,NULL,NULL,'b4495ec857e025870148463304d2935c6cda662b14f3008a2ab109278ca8a38f','e961dc0990aae2ea1ee1f40192b47951038d30dcb4329772364e6e1c9db5b58f');
INSERT INTO blocks VALUES(124825,'322084a62e15e0aadb94fc07c01e5252a974294af9f523ed94c5d9afbfd8770d5b800c7ca0a6aa5b277da934bd1a3386bbded20fe1a085c0ae91d67e8e9b64bb',124825000,NULL,NULL,'fc4cd5ebda3e7e858b6588f81cd1ad677ea6131a296786cfaca7924e8de6c667','1a8483890464bd64f90cf7488948ed337875a16898b423d9f437c9f1c284c7bd');
INSERT INTO blocks VALUES(124826,'a03009d380ee9920791b73e265b1652a69eafe3b08602add482a98e92ebb131c0f4937f60f18d1c493d3c45414d233bc6fb4e5e458cb336618152009138e31a2',124826000,NULL,NULL,'22d0016ce629072b8ee6cae18f61e597795cfedbe60f0725c1b75dfe204721b7','ea91c39d23a9aa0c40924a9ca59ea6f4a596a1793ae109bfc625a61d07271d84');
INSERT INTO blocks VALUES(124827,'0ba00c363d56bdc60ed508e68b824b6bb6eb0f86d78a045322c7c0abad9446a2201a0a59bd4ceeb40938327338ca7cc3522f3368afe0bd229c53d4e60f18a6a5',124827000,NULL,NULL,'0d6190f80f0cb96c782bf952fcf3aaa06dd6497dc962a81f9b054922e08fc9d2','59ba823219846b440fe56f0a14a30be8ec5f740751254d5f72e17e7007f89b7f');
INSERT INTO blocks VALUES(124828,'9e97e9550e3e69eac03e376dca3f8faed4b5df2f357d3aa76700c53a8ff5d8b3c965285530ed791673ff7e266408c810b2497665615f43fcc472d01835d9f042',124828000,NULL,NULL,'f2bb0a4c1cd4058811305772ed5d1b2c03cd80a9d63480deb138570dba72b294','135274be69adb66587eef8cd1d9c339543920894fba13a11c96036f67b62610d');
INSERT INTO blocks VALUES(124829,'e9da3fce9845e6ee5ef6ca0648122f1e7267df82cf4f0a4476e65c4abd718ba753f3198b9bb1f38e70b57f6c7144a6f0eb0eb56fcbce8c2ed35fab312bb505a3',124829000,NULL,NULL,'524526603ea2b1b8c7b70ef3b95d88be368105b641b7e7617b1b50cb525d5fd6','c5925a14ee0bf45d8d172a09b66398d6abeb8f8a318ba667b969b7397c93a426');
INSERT INTO blocks VALUES(124830,'87d5946810235203ee616481806c302b6d72c5674348930060210486b39197b607b847e39e6ccaefb5bc302852570dd87bdecc9541b4c7377e6895197baeea13',124830000,NULL,NULL,'79dd15e3d503074370f26584a37fdd608e79ba77d84ce521a87ae827cde22cef','0786c088f54a918c6b66d6fe901ee3463ee922edb3f4d85a10a891701d2e141d');
INSERT INTO blocks VALUES(124831,'bd1637edbe45b12514c3594f115b698a8976d61d258684a456d86705ca73b667b6bc4a5cc9a371ef339d673c6fa794d6fdae5fba232019dcdf0c140baf4a9bf3',124831000,NULL,NULL,'ab1f3b8bb47d6ae46de6cb4b2a2e40777ea4fa20eb79d26d9f4f9672158880a7','e417193bdf72adec7bcbcacb970682025f1050e56c1104b91880756ac653cf56');
INSERT INTO blocks VALUES(124832,'3686d7e3810f1c46e94c53edad82e1fe6ed5eaed7b9f7da557e32afe8f81c7056910a279a054eeabf2b94dfb571b829eed22fbcacc011e75f601e2027aff698f',124832000,NULL,NULL,'969c0086bf8b3b918d0a973fad2bc5ecad99ba2e0db795b8fd32ea3a7588a5bd','c866d11a8e3217c3db8461bc5b7e506ac5e0f5142d1bfc70f726b9a445ed4239');
INSERT INTO blocks VALUES(124833,'59ca58cb030c16691117086d2c4e4f2424516e6d870b7d0f105934be4ddb150b19fd0fe4a721d6097ea1fe0859c9f497cfe1ea4db2ec5956604e0b7f8b4a7468',124833000,NULL,NULL,'cb4ea27c93dce9e1f3b2b88b92373387b8f6e8cc1736b2cdec01b8958d97df58','e442d9b751daff2c2b6e1d5e7edc555b2c095a7cd1be2d02b9b6bc4ac4323c63');
INSERT INTO blocks VALUES(124834,'4e5da453a9a40861e30fc696c06d9aa3860f4c6d45111335c7d1aa392987474dee457afee82b4a2e365f288e0731fc1428eecfae945d2ac68a357dae20768d34',124834000,NULL,NULL,'7cb63fb95d7b13f982db61f9521f3a733b2340bae0dd657817be7883ad41b1d5','1a43017d8d2a85512f700b105c489f586b15a744fcc18481bc85fc5ee60e3f76');
INSERT INTO blocks VALUES(124835,'758237bef754b704930978e24052d286e2af5d029fb19f84be5a5277b7ed4f9b6d281021567807955237e3629a0e44d7524eb5a998c598191f8ab61d4b5bce9c',124835000,NULL,NULL,'83fa538be81f9b2b4c51e5d73f1ead40cc86bfed3ec2e47397cf8bb6ff4f2b96','c474e6af509ce9b683dacd7f42fa4a62195eabe91bbfc1bf73ae02cdf55eb865');
INSERT INTO blocks VALUES(124836,'8fd95962fc5e96c28e590cc4abb6070abd4e041d9dbd1670626de27de3fe6a85cc38919065f6f99bbd46335bea510029f68b8a0ac6ed5377beb469b7e5788c72',124836000,NULL,NULL,'8c498a628e52735bf0d581344998d8a9de1a5d4ac3fde0594c54c5f9cd3524df','532a4c6262b4c969bde08692f68ff3424265ddc22f77180f6787452c36e94169');
INSERT INTO blocks VALUES(124837,'2f2a14b6bcba2e16e8ef9eedc73c48d5f0b1cbf5754aefe2da5e0c973b884a79054a127eaf78da9e4588b4e7437ba37ffc41ccac22752f00e9d36fbae929ab70',124837000,NULL,NULL,'ff76e36679804ca2c3d25a8e19f7ee2838aa742d595fb80101dc84196fd97d15','9af9dedc3a374ecaae8823fd52a691930085379b79da382608f08d67666ae312');
INSERT INTO blocks VALUES(124838,'4425734ddb4e0c8c9d8a90a46888a460dae3fa6583cba2f1347c40c349afb8fe47029517fb885ade0257342e04cedacd75f38dcb93aa19e3f0b33253b1a98543',124838000,NULL,NULL,'4b50fc91c45c5437e71c4580b50841ebf39305ebb70bddb957aa9d46ca439961','f4479fedb450272ef8a002c58c787abcc0d33fcbef6a546d5afc777b9f4e8748');
INSERT INTO blocks VALUES(124839,'cc122bcb43f2fcafe55d479da7ab9df488491c6568c97478f93df352d46559675da2d7f627d17d9401d84ba83fd10a8a3f14129aeb1f4a1d2958f1b5a7859a4f',124839000,NULL,NULL,'3d8612bcfc411ff28de1de4dab6be30d40fdad9f39356f6e514ad94d9e52cdab','0ef42e042ba9b810c5d0143f1be5c1d8130fb534208bfb755f887a234712ea94');
INSERT INTO blocks VALUES(124840,'0fceec7b98ba84ed354d29cf23599eeb4036fbeab3cd9bbd840b5967acde98a1d7f0c36399d289713f46ca01e3ba06b5972fa120ed41ea427e24658d134ab69f',124840000,NULL,NULL,'ca8f76a157110ac519fa9dc3c62efb5857c8e06ee6e82a34e1cef9d891e516c1','f5afdda121ede9ab369a013748255a3476d9198b709053549591206eabced217');
INSERT INTO blocks VALUES(124841,'7f7ef65a3fa9aba6073617be75c6a9f1373f12c43cb0c73902c6f3a4fe9754ad9d85afaa2bf6aade7db1b485dcb615b6e6ad0d45ba57cf1efce4efaf185b2b82',124841000,NULL,NULL,'9a317ae30082742bcf5f6a5f47844d73dbfbd9bb7abe61810b8bfc813d647c1c','c16782017fe1b3d66677f32706cbe54a347222047caf57a43b80c91bdbca3e52');
INSERT INTO blocks VALUES(124842,'e20bc6e0d1d487b51b568a76a700ad4859e049359ba7ba0fab39fd4a9a5410b2f15e810078d6fa29e1b0a5ed78ac02d01c7d6bead371b15bf4f05b63646a4a80',124842000,NULL,NULL,'7e2301d1076e2c6701ebc91f2d9aa99ef534d372c58c19d0abca3ed745ddbd3b','e56b25808003958af31bfd48e40af1c5d0e8eb7ec8697f62faf4b379cf51ebf9');
INSERT INTO blocks VALUES(124843,'23aa93aa7a33542c0bbc31111aaf1e00dd180d41130030d1b288579285cc2dd5b27458a82d5da4c1dc9a4a5705fb7592c9d790977dd15c8b884e2bd09d9255e0',124843000,NULL,NULL,'3c6e077f4028bef0f269f96b5913eb527f09cc687dd5500228ec4eef14295f39','7109931b12b9ee0874b102854b4a3e644dc8194deba085b4e836db0248478d0e');
INSERT INTO blocks VALUES(124844,'b58b320bb57889504edd100b9ca9cbef6f4723f0c4ac8aab2641f9fcdf7a6f1638ec7f1c96b0b83f2f0b5873a229f7e41ccaac6c3e61055ca5022c0f0308f239',124844000,NULL,NULL,'d1855f833aaa4a73eadb8cdfb19e673c4bf4cfa5bb9415154ba56d6244f29705','bd54dc4ff10d7d8b9cbda1ffacfa607b84182c5945da064aa56fbd281d05d37a');
INSERT INTO blocks VALUES(124845,'9736af165bd0226d12623876d64ba05717572dd0a895fd2d2dff80653fdbe7c54b7c6fccbd40f771170786e3567b4646b3ce4e89e3432ec00762ec0d939c82e3',124845000,NULL,NULL,'e79f05a7830739ce38804d33991cfe427f9967ef4cb43eac2fca5984113dd7b0','52298add13558895afba2beb64be144cd227db5c0b62334fd4eddbf6e34133fb');
INSERT INTO blocks VALUES(124846,'d76456c23e4128704d18f4889bf93c185ede9e8794df8d0d97c37cd31e4b60dcf67e9af24bda5fb90dc7c435ecf4d8f546f8b4e4821dd9484e1c0a133e9b301c',124846000,NULL,NULL,'8489d41bf8405dc1dbfcbb7c7d7ad633b3363bae588f55f071fa5f2a5905d61b','21c56515d2ab6b7961741ac34d9336581cefc0924af3dfda85f6d5f3d417fe4b');
INSERT INTO blocks VALUES(124847,'2935a3409924b7776310bf9ea8f4a1afd7d9e4a372f01853711897fbb13a9681309ec0b9e957c9b812db31f0c85fbb82d833fc019fe14aa3e9bbe4883d37d4a5',124847000,NULL,NULL,'d797a574db268c5cdb49ce82c119f0b4fa47c5a16ab885658551bec0d474d74b','819a829de1f6cec0503a2a04b490fa07734521a852510b36108049a0316241c0');
INSERT INTO blocks VALUES(124848,'6bbfba4a0f9dc4b64562d47756dd77cb1c0594b5b174a30c7878ddd04f86647ac3d5818de71c4872a5d49495ebb48ed322f10f6af147d8193b803b9a3c8e2fec',124848000,NULL,NULL,'f0d1cd54771c4337007f5dd6ed82e6ec768d3493b11296a6209433cd9d24b261','74c29c8d54bf59afe770682f2a3d157d016cb446f09bf2ef36b2b5a881beb2f0');
INSERT INTO blocks VALUES(124849,'45fa574fa3aa1e16abf5453bd88b82630b4b5f4429d56d74c8f93d292dc2f0c9ff20a05f820ddc4e3f985e31af5dbea95d5f829a6d4386e98323923d8c72d30d',124849000,NULL,NULL,'6a5c5d6f8aed44c8c9f7ec17b9e1d9b607d28b6e6387b99a8881555e5dbc1dc9','932a95826d6febb11c9868991faceb01456f24cbdfc92ec85346de9f4f13920a');
INSERT INTO blocks VALUES(124850,'a6831f67f7dc90ec04e6fd9c89f50b90d4c9648a6f33e2b1af610ca7cc1ad53899915f340301add4be3c1f7e732b8dc4018ef64110fb78dee317e44830cc6db9',124850000,NULL,NULL,'1380f7dc2ac1110fd1bcd6a90cfcf77d857a74c80f4f2f7db4f4f652cd31b092','f59d130316cb19aede6ac1f15a3e2fa3662d5bb7b2cf97dfa0e5728b02857c8e');
INSERT INTO blocks VALUES(124851,'ed8b2adfe3f5416001083066381ef1360b0365feaa824d2f59138c361c452ef71c9b9af88f333585b1b8ccd1324260025e1df26cafd5bfe9f89c257ce80b8ddf',124851000,NULL,NULL,'f31ba3629afceba8e6fdab368a4194f74c50bfc4ac128024fbb2f009f97443b4','036d4a631294618d34bf51d1d607756b79fa29a892fb098865a2288121be1e51');
INSERT INTO blocks VALUES(124852,'74155b1ccb11f56e2ca34161456ac38512fdc720445ebcf3458cc77abbd13c63e32517e2f13be3d6896d9c33c747941cc587f41bdc07d2b0d76117e390d001d9',124852000,NULL,NULL,'5940d1aa7c3b96ab4164ce4260c26280d0b6f2a3f332428bbb0cbc23d4093302','ce075b5d983200ce8f3c6282a0e6e4d854f229ea5a193cb3844881eadfffa4d1');
INSERT INTO blocks VALUES(124853,'8e8da7a1e5dcb00385f5297e3c0b624a42d44caefaa48b3a643794e280589ab0ac46ea723912ee8aaadf061441a4c467b2ff82ca6ddeb623fe49e0acb60bc9fd',124853000,NULL,NULL,'0171b02202065eb95eac5746a1aeb893125bd91440ac815aa398657dd51a61b9','93f154edf75f74097820b1ef943166c3f8ce9887c41ae523e50fa6389f734224');
INSERT INTO blocks VALUES(124854,'d1cd1ca90ba240b81ef4db29767adc7b58e62c5c06c5dea7a34fa6756c46f1a95e93b405137bf4f058c1281c3ef236a3fa9ae9446b74a25a1a23e16f6b2cbcf5',124854000,NULL,NULL,'77c93221175d5364f7d22c7cf41ade1dc2f2a7c5478f77106bee45e6dceff9f0','f809b03907a30f4b2238603b6e6d22bb20010167cd0bd303b6d20350712c8f1b');
INSERT INTO blocks VALUES(124855,'9bc86b3392ce570794748043c352bb9c2d60e1b6f29c464c4f1bebab322fe2cb5f686edb5e19951b1ba1ff9a81a15de45bf8a8a898a7557f7d45802daef0ff14',124855000,NULL,NULL,'20713ebe9f30de0de99e17bebbdc42c51b44de992549fa7098a912ff8eec6236','10bc7dc12f16cfc56acf5374fc68af848f57f77f63fe715acbfaff3a7a96bb30');
INSERT INTO blocks VALUES(124856,'3d807be2f0841df7dadc78f0d9cafbacf474a7566c97923b854b2d55e877d3794653595ea2694cfffd99f2a7625d595fba7b6ed9b364b2a5c65e2759f6bbea19',124856000,NULL,NULL,'a36ff0c5f4ca0613266e070af8e7211b14a5d511425b9939a07553b64d65b172','fb02bb94bafe2552e8e15d22a47fe6139d6328dc0499691936a1f1fde131af06');
INSERT INTO blocks VALUES(124857,'de1875d9f78a6a73d5952eebddfb453ef5c3cc84424f94c3e159cc6978f5e616f4e34f172f5721848689dd7dae71610cc4b116163689a03638899e015ee573ef',124857000,NULL,NULL,'a0a7a2fc8b8e2c9abf0f796afc76ce74d40d8050c05e645d6bafaded866321cd','b0ba3d61c038d57428995c1786bc26567be9c36f090f1d956644f75aad813859');
INSERT INTO blocks VALUES(124858,'8d0c1e2d34d331834a636d883d3fed640c169ded8b81a25bedaec7dd57247f0ce5ea81016d704c7350d38736193ec92f21ad70f6bdc24ffcfabd9a5da9392ec1',124858000,NULL,NULL,'2bd835263203369d14bc9ed07451897e520ed32765ec4544fc2836d1e8dc9b1c','c1b6f0edf189d43512bb2b61e545df686b1c44dedec8382f81ef6329555a4634');
INSERT INTO blocks VALUES(124859,'5772e61ad3e5a11ced755cc9b7f7f9221800766eab5aa3c8611c213b88d6dcb5ab678a09d5c1ac3a247e5bd5e6645ce7c83a961485d65241c54f12e69160ecf5',124859000,NULL,NULL,'99db3bf9fc3a7a594d8c258e15501083e9b52331b60cc12de8dd63edbed3cf68','2697f8c2e014b2c48adfd69958e10e0c9ce8a92867cfb02f8ddf4ea53cc9c526');
INSERT INTO blocks VALUES(124860,'cf5773ed1716c6e92f4c53464cb77ee2c77484f34599905d74f9fccbd4069f5cd7038a6fb2b8d3cb1eac5812e09d69ff0c5fb96fc2c788b3d855d334e9545523',124860000,NULL,NULL,'ac7b50c8df9af45eee7781f4b986208e62e42f7e3803b84cae4615c5483ca5f9','70f3da4fa0cfd8050e85176cfd172263e2ff20a9888826afb3620caeba5371f1');
INSERT INTO blocks VALUES(124861,'37b17271fcd06d1dc0d93746d05e8db21fd43a056680aadc0a2c5503d8abb328f749c0ce126e8733eb1c1dd1be1c33afc8da39e3249560b0ead9ff05736c4dc6',124861000,NULL,NULL,'784da7bdd3dba038bc620e389576c1e688c1a2b7b70cc04e12f272c4e37697ea','3b7c587981a00039cdf9230a308909f7cfa3be7946193cdb963270c086e03ab4');
INSERT INTO blocks VALUES(124862,'561300bad5e3a41a6b280f608000b1895e85f229eb80f8d945f56198af5f89ce4c675fb82048e90881610ef9ba76de64ef4cabb599dd8013a2b9fe805573670c',124862000,NULL,NULL,'9e9fbda21f99aed30b698bc1d791fcda550f41f63c6664497d12f26139424ef2','516c3c5b76f9d7014dc67c1bfe8c87c5234cfed4f4e494b114306d0475582174');
INSERT INTO blocks VALUES(124863,'b5c464b7c4fe640907ddbba48d37e07fcd09d7e0d3c51649886c8fe5592378745c0f7584a188fa042be11731e3acf542058a5ffc9527dd2f278e025383779035',124863000,NULL,NULL,'11de442e150da4cf9bb3fcba5accca4e92d8c2e48c279f5599c323252bcbeabd','61ecac30d6391cb489ed9b40532d73065054322ec390d8efb492e057d6da1a7f');
INSERT INTO blocks VALUES(124864,'22ebef88212b43581eb11c01293fe45dd576db2eafd53c6cfc0cb85271745415bd04b38f528428b736d2ef9b9d1714e3fb495fcc4334a1699d481c3b1d380ab2',124864000,NULL,NULL,'608d0d03a1326142859dda87bc11495ad6aa5156ff5b9abdfeac4ec6f5672ab9','5fa93924fbce523aeac4bd09f042f61cf00844715f73d7b70ae09eea2131a90e');
INSERT INTO blocks VALUES(124865,'94a43b55b4565483540f7802db450c22fc0ba45951629d69d47eced2d49661881ee5fc1a5b756bf9d8e38fd0029fa6c830827793cd9b41bf05da2a8105b54a13',124865000,NULL,NULL,'b60ca3666e4d9bcab7e199e14256a38a72e32065e5c02c6b45dab7b72b72f38d','a40a89c0d3343bb62d7c0ead37f57dddae6cf698e692f5409cd1acc6cf7a7767');
INSERT INTO blocks VALUES(124866,'1f09285262e790ece05ee3e305d5e5a8e6ed5c7a5b37a31769d0fa554184601b67d853fdca17d08f54ef2708695eace84225d184162ca1d9375ecfb9fc01433b',124866000,NULL,NULL,'5ba4b2ba0e581b876d6eced9cd9c7db21b6538c7dcfd771b60c1c615c72dc298','9f3fac23fb72745d84d619f8927f0a10fae8cf4f51106953193cfea28e8b1985');
INSERT INTO blocks VALUES(124867,'bb30ef3877932419706f2479fb7ffe9ef0e01f5159ac70cc783bb06755c1d81dafb8fa0ca98bbdd89fee9747146e91df626f0102a0882dba413e4356da7c4999',124867000,NULL,NULL,'fc61e932b28a7b1b543a8f5c1f430916fe9b531f6a192db049b58a662186644e','3c61e84ff754329353abcdc0c0f9029f45daf4b30ffe0297f61ee61cdfb7f1ba');
INSERT INTO blocks VALUES(124868,'31407bb2cee22fe9724e3eb9a56d6c8f0162384875df882f1d72e3d008882893ad1d596f45b7cc76949b72fed973f1a5652bbd2910f95d729699929fa05bc637',124868000,NULL,NULL,'904e67d8dbdb85c3512964ee234e02fb30d21f16d1c29b25a9c95246a61dd986','b91b579da60d58f1de5817606bee017c5bc3a2addac36b984f7abe299165f3ab');
INSERT INTO blocks VALUES(124869,'2dcb942dadda125ae31f3cf53a162393136b761f95879d359956b38bd9126b93885d43a4099b4039000ed8aa633c2398463b3a40cfddd0c51600a10a3e100a41',124869000,NULL,NULL,'05b8262afc4bdd3fa7aa7ecbadeca91b8418ac970f242f4bd71c97d700f49058','e436f272e5b6cb823cbe1154f3a47965dbcb434ab888849635ccb63706c8c87d');
INSERT INTO blocks VALUES(124870,'7c16e6fe516ac5ad6f1c65dd08411e0bd33d20b892d65e95e118c4b8241e8e478735a55a29f20fc7ee8ee1c27ba709243bdda8dfc00d1021f7e4a0a0cca3d3d3',124870000,NULL,NULL,'e3032726235bd6e645df8af2ce78f2639c06b085d12ac7be0feac02e74d2d30d','cdcc66a7797c5f26bd49b84df7138554bea4557e5f0334a4db370e20af57d939');
INSERT INTO blocks VALUES(124871,'b129b90017dfa34a36d8251cb731ba1fbc1067ed7e7d1da6aa6090637a4192ce5132b3eaf929b6df4b080e1db431f14af30ad86aa659e227f78c49dbc2c0183e',124871000,NULL,NULL,'9303d95bda4b30a8fb3c9e0573ebac3aba615d9334d6d8d5c6bf89b7876e314e','80bfc37c2966cf7a2fd1c0d636fb69802f56d3d7ffcc66512c173adac0649cb3');
INSERT INTO blocks VALUES(124872,'fe365596112e833d1febe8dfb7e043186c77b7d46ede329406b728c70bcbdcd69307667b52ada5786ddeab4ac4abdf2124f8b44a7f89b2bbc47d48f437d2ec9e',124872000,NULL,NULL,'8e9f7270157fd7aaa228aced55c861dbe4e9881801e69b0a76f3973566f0e709','2f5b1f7154abe60818099ffc396a91eae2095bbf30d166064a6369d1716ebf6f');
INSERT INTO blocks VALUES(124873,'ce0238d5868d08018c8c7e2a60ed09e62bf43d68e3c93270ec0764a8d545795b2fddd0f65d1ae65148f40a0719e70870b2260e44e6d6b34651d9462f6cc22a9c',124873000,NULL,NULL,'34869517c1e286af93d3747b9128a01a8e9839b1d905b55814f861a9ae08e6a7','ee054d56897c594333498179165aacf4a4520d642afc1aa4b8dfd8b538e6887c');
INSERT INTO blocks VALUES(124874,'2cac341fa2f3168c883fbb847491f27137e1dd57c6954ab1ca8987439b8a380ddeed89f0ec48c72b50388b32fb9949cdd7f91b5cf1699a079411b5853dcdc21e',124874000,NULL,NULL,'9e19191b268f9304013abf6cfa456a7f2a17d4cdf9484d1354413190ebd16120','3442d6d0307049821fc76c5a21175d01139a97aba5f3d7241cba9b92ee582d24');
INSERT INTO blocks VALUES(124875,'76baa8066e0367c896c42ca413351ede2d01956cf2928e8db2b49532e883cf33f001aa407ba509d207ce1e10b04a89238ccfa34a96aabf8ef5769e7124d9d5e1',124875000,NULL,NULL,'64b0d2e8aa809b582c95ac77bfbe27b579634ccdc3c3b8f44ea329c62e90709d','2b6089abcc355ae5dd7b42f05e1a11cb9ab49d0ee1762b40b6bb2c0ed7a3221a');
INSERT INTO blocks VALUES(124876,'5954538999fc757ad73102fc86f4abfd466561da28e2954d9d0d740b2d0120280541676fdb318d5b9523df9817ecac15825159d08094df9e067f34febba96025',124876000,NULL,NULL,'4762a9263273c383e3717ff05034f93c70007f9cab027b55a81150ad303f9bcf','bdb8e2a20ebca1a854cf8cbf22a6d77031f0880f27f9701da28fcc70a8d417ac');
INSERT INTO blocks VALUES(124877,'8bb67d60026078805a12980af74fd68b56a904ad1bc2b808341140be6d4159f2d9e682ff7a07265512b5f93db0596a54711c968f371389c8905a195badd4729a',124877000,NULL,NULL,'e5362af0451d4f421929a6ab0448806bcb8663452395419625559fc8d79d9a10','e5903ab0448d068cd1a31a821e2f7aac22380848f1d6846047ac43eb255a3d1a');
INSERT INTO blocks VALUES(124878,'b4d68ee6ff2024e7ffe45cafb9273412e2a3f94ea97edd856830540e1b14e87dfe6888ca25328ffb7cce4652099f86519cd872f1c11c7ae937c4594b24b65643',124878000,NULL,NULL,'03ed55fdb18e1f389ce6197b41697f6622548846b82d0e40d7eb212e6ef8a289','78478e2d17da343f399d041de8b22f8f4abc3cae4712affd300e128201f72ddf');
INSERT INTO blocks VALUES(124879,'22d1f267fdbac9449388f06214fa56a8f066f503a54b3debc0c05337acfce63eff64d70fb57485f2d4f0de22151eb723512ba94b527dccca3163be3660289388',124879000,NULL,NULL,'5128f58d06587b45770ff1d166f465e443f17f17bfceaf4b10405814b2525fb1','5006b7edb47a19be5fc0fb3d842482df229b175149a92c2617f61dea62becedb');
INSERT INTO blocks VALUES(124880,'47c65196973497b90b18e79b5d56de56cf05955204b5d1c793b10749c2200c3a32251201fde07de08f41c5ddc50d94807a41fd21d8c843b06f3ef4fb7f8a0694',124880000,NULL,NULL,'c733fda3f54a22df1e65ca68f7cd28d6ff68eb354c7deaade2c35d52bccdfe4e','db0a9884e5a3c2e92f53608fe1f151ee00489c9aa36c940d5ae2a230f500d475');
INSERT INTO blocks VALUES(124881,'4e4a1b5ece42b2d9f736ca168fab5e748bd25bf04a6befe529195596435df3bf5c79f3d007a342e396216ceefccee86fcd8f2c6fc6220ffe05faeb5bb799533c',124881000,NULL,NULL,'f276bd596f87b7f695803deb8865cc08bd54ea302312e80b1be44e683995e432','7a3e971dd869a1adb66d20fe3c01ca710d99aa82674a2ef0ed40d316d6dd96cd');
INSERT INTO blocks VALUES(124882,'a24b71e73847bb71fa295126b7a5469a4edd3666e1b8ae7aa116b176e0aa6d3e0f1cd802a4223e21484c76e258d310964f772609f02b368ff86eab0dc75ef249',124882000,NULL,NULL,'3b6fc2b69c2e8b44848430b7694868b50c81908fa4af1fadf97c753ba601e2f5','368f8d29a905be3586d86f0e75827d5762e1acf5f6a8ee7c96470be51121417f');
INSERT INTO blocks VALUES(124883,'a72464e94281917ed2ab5a9d6b4a2c2aecf7f75c6ff2f0b99965920ffb131d8cc0950f7c555dca580cda03c39d5ef2db92159bf755c7589ddc639395774d92ea',124883000,NULL,NULL,'7127e570d17cf4118f788d24cd0012a356e59da4a8216a17e9b00cead2e05b3b','0ddff2d6f21b69cb5192c439bd1c635ba1f919f59f89527c360ed1d4fbcd7d1f');
INSERT INTO blocks VALUES(124884,'01cede99fdc8e82a0e368b2da8b68fb55ac1eb73e38a2bd2a6e307bf60f2bd48689a9b1beb995ba2807bcbc40d68cf99233d7c02da0e63e12dbe2920bcee5a32',124884000,NULL,NULL,'b0b2ee04460f145bf13dfa0c8607d72b74d0234027b1e9a6cb3022d361b7400d','cb94fce19ba4d272c152fa2ed6a901c99ce143e4df72b9ed26d0a0983bd6306e');
INSERT INTO blocks VALUES(124885,'88d4ff20997e03629ccaced0196caa97ab4b77184c74017ceaeb6fb389042b988dc9a699b4fa2f34834eb7f944f712ddee8f9a8b2d1d2c06f0d8c168c68807bb',124885000,NULL,NULL,'cb58cd8ec1f8180c3aea689ccd3a4a66afb9056d6ca53ff1612c5461fef73a42','3798d7d5c5939c13a0555f53df63f63d3b09c0f44bc30c250d3b9d3747b96edf');
INSERT INTO blocks VALUES(124886,'d0df3a97325c0945024e56247937403a623b103da35b0ea2ccea010874723c8dbc9d84472bf71d8d0508875dffdc02037ee49b7aa66e827fe67e5f1d0986bcae',124886000,NULL,NULL,'a459f75c3478e0e33652aa3fdb617cd89b8fd0dbc1c724432b29da8da7fe66eb','01b630774b292faf9ef9961fa46174ff0f2efb3ebb850c27d7da341c0c8059b6');
INSERT INTO blocks VALUES(124887,'27ab1588eb066b1dd2f7e3e7fb063a9c9aa1f619dc2de468655477924c0efb98ba887527b103a5f684c7a00ccf8e1f47a3dff2442b6dde641344c29118771dd1',124887000,NULL,NULL,'79b88540b246af97dd76be187f54182e79252fbab6aa907b8b8a834ccbbf7449','97d96f5194fbb451a1f0cf46d2b77cd29eca234281669b4a6f66ae901b03394a');
INSERT INTO blocks VALUES(124888,'83f1b51b0533b378caccf1c10c24d28f73b337f2565adf1b98be45ad0a41791c54423366af21e62be4b7c162bf00f520272e1d8d9f1ef559796cf77f12cb972d',124888000,NULL,NULL,'c4f37298d362ace7f05ad632c005c463c19f201bf21cbd4437fcaa154082f120','136e4d7e85043d299a4ea803f39caaf59251f029eab77657b04952a55e721dec');
INSERT INTO blocks VALUES(124889,'3a9056c07772171c06ec205a69c4b9d696237a31df08da36b0ae6450c572b51cab86c482f5438adf5f6ed205f25b85b5cf917251992126a1f3bb45c5a46dae53',124889000,NULL,NULL,'4b27d0723fde4ed5a66aa0b7a24f7b07f66fd06a39df1f562c325329ed2bd472','96ab6386f0cc38160d72a391020ce1ec78af42f2e232f83ea5dc8d1e247c155e');
INSERT INTO blocks VALUES(124890,'33d04a1b268568ad87bc3b1eefcec805e49ad6422687372c8df9573167be5a59ff175390db4e4be3b70ebc3aa80b0d97ece4ff231544e8eb2b851c29c5453256',124890000,NULL,NULL,'288ed0b8e8499697bbd46381dbfe073e20d20b1743bbf46c10cc7e69335b93c1','4ec51a10f136f75288d43882a7a9143982f280647fb8af0a7bb7f9b950c9f328');
INSERT INTO blocks VALUES(124891,'3c11510c4b3889cc5ec632b1a35bfbc6c926dbc2e1192fc35e6a1086bd1843833efa11e8a3e01e2b52b5a4f605d56c493c26096453b3b55ce624b998835cf3d2',124891000,NULL,NULL,'2faaa650d666de4b1a6610eb179eb410224fcf93f039705d8abfe0ebe6f4c0f7','ade0813c68e0d67da84c43759ca92346a534c96ab9e325bf586f70bd7e7b60dc');
INSERT INTO blocks VALUES(124892,'6b6498938c5b75c479219197b56bbfcd0bcdafe8c53f44c9253ae6ba7c1cdf32fa787f59b631066a6f64f4d581af1fd28e4a5bfea96f914b95c1512f979ff029',124892000,NULL,NULL,'1cf803688f289a059ce507f32898104f38cf4bc82aa656edf46210747ec5fef8','f525ccba61fddcc001859c0082ebd0a78117f75a9d922d3df9fa112b9f7648eb');
INSERT INTO blocks VALUES(124893,'72bfe8c51a45f0653315cf109218374fbbe1b58f9a8939c9a9547ba629993f78d0ab8fddf2ff5bb4b3ac5b02e6b12a73dacddfa5a6c226157ccd2c5c63bc07d6',124893000,NULL,NULL,'3a3778415456be854a4504f80a69f6e85c5dbb95986a3055960cee8b8db8786e','a65e453655c4535da4790bf92a5deeba4a505766b29a0f057a42fb0b9cd37583');
INSERT INTO blocks VALUES(124894,'bb5034d8b3bbf63b4ba38cd0df331a67b6a2a4acf7c3b1f308525fa77507e1934f248e0c14f4121f29d34513093ea93d2ab1a0ad69f816683401042512f24112',124894000,NULL,NULL,'d1cf1288d819681345a4a683ccf31c6efc3369efb5a712ad27bab7f0be38858e','bf9b0adc9ec86604ec8acfe0ec3a2eaa4443405b4a19c3a68e374d535311e493');
INSERT INTO blocks VALUES(124895,'aeedfa4625369164f54f43fab4fa144340162fa576556f9273817d9f6fcf1c19f649027e7761685b677e604fb80439fec1febe92a87320737e20358ab33b1266',124895000,NULL,NULL,'bdbecfd5ffa86a4750004c4938b0948b9a5b06c0197fa1de005d1a1d2c5bc3b2','26dd905c129a2159fdc365ab50d5151afe93857a2e6027ef09317c9cfb785994');
INSERT INTO blocks VALUES(124896,'3c7eb28c3fed2eb7213917ece79fca110f658ac69589355d0af33263f8717033ed4e3d20fab5e3819354b546a7c2fca5e91c1073a642094d6379ce02e46ca1e1',124896000,NULL,NULL,'ece3946cc4592eaa621b4a9e78f126801363422d7b98a3c94147ad3df82c402f','d26a11321fa0d48c31a6edc747bb37c34270dda62d872aa0bf25272e4933e2ac');
INSERT INTO blocks VALUES(124897,'17cbc2da6b36886d537c8ed24a713f490784aabe27e5657d0204768cc54e63db12d85ceb7050e080200ad014d4150abe7c5c74142f3c1c21d53bd774b5343e08',124897000,NULL,NULL,'43e046f8ab72366a0d57c8210beae244ce38460747a94350e748703499258a5b','ee53ebd0ffe108910111b574f760a3e3ded3886aff964696a9310c521fc09149');
INSERT INTO blocks VALUES(124898,'7b20b32736c01aac271311bcc87f09166ddda5a2e639f159ec939d015d0d6331114aa2af76dad0c088ca917d4ee689d3a6b151e9aca0039cfd5798e65cf59123',124898000,NULL,NULL,'1ed3f5a4fc1133ad8472ffea3d58b0260225cfd0fff2dda34331e50cdbf24aed','511779b188f136f9733a4e826655322b5fe4abc913a73382a93eaeaaae741cf5');
INSERT INTO blocks VALUES(124899,'2372d0adb62b755932693ea604b85e2ef86965ef740f1bbf6e226a1f2a9d03589d478f5309e1dea13de5265852f42bcaf2a532052bfb8ad8d34c85816da56983',124899000,NULL,NULL,'d40a27d961d97bbd6cb936b5b3b9cb7bae42642518c6c7277eeb8368e99f7105','59fde5b8de157a462ea0d7263e9395a9a869109617dfbe918c1bec5ae6383c50');
INSERT INTO blocks VALUES(124900,'f95edc9fe371af69326b4c9307e979e09e75c50e64133e32609675c711b28d2ac8ceeba2a0d0a9add615add1dae229610e0ce330c240d502f1daa10a5830f664',124900000,NULL,NULL,'dd12f43130c1d61f95a87cc2f27e0ff371369c8c6e21809dc463e301508bfa03','bf60260f120cad897a05cbb468b7fed4c51030b99d68870cf1eaca50309c99d4');
INSERT INTO blocks VALUES(124901,'f3738a31552dae2252726d3a3bb654720752b8c9a73450104e25ad9f37a78cde5e570969863b7e026fcdbbc19ab731ce3627ae1bd5942aebda24f751bf53838c',124901000,NULL,NULL,'15bbe2f2e375ffacd6e6793f4b3c4d633afc45123382e1257c2b56ec0df2c627','7ebb60228d0d6040a9ada1e7e78a94cac3ca1417956e5fbdd5960dd70c83fbdf');
INSERT INTO blocks VALUES(124902,'2df029abfe5ae4e19763b54a85b6a30afdf4d81e6a851c9092b5ad39228d63c43da52f494361beefaa89ea263715886150e387c2785c8bffac01b50c794394e5',124902000,NULL,NULL,'fdcc07cd83bb1161da89f2de8c2efec3e392a9d0dce1d6d96300d9e321c96065','60e8b895881c74920795a1db3f340a94d327437e4518e85b4f34ff4cd0afa95e');
INSERT INTO blocks VALUES(124903,'2f1d3b02f51273ebb3b1f978cedf12171e60b68b4467c8a782e1812c836ff78f387aa5cc60f18c17fe69cf5acc8ecbd6f858a3de1ba0ba3f22bba112bbd512de',124903000,NULL,NULL,'ea59e37b093cfbc983b4b9ebda0a7831291b958609c3ba62d09c9b0f0520a1d7','725641d805da8e3c0fba12d4dedf9969736e2692b14c88e1d46697788831df8a');
INSERT INTO blocks VALUES(124904,'1bd7bf5cdd75ff504e27576a94d0a60349c6d536fc9907e2b9d93878818c51f5d3966b50963933477c04003946df7bc38d9907ac077f11516133648d9b513f1c',124904000,NULL,NULL,'b54306f56fdb8ccbccd3df44d31c347b3de34ca3f805d62b3ed228a2181607ea','c974411a57440462a6db6f1c84fc6d21eea91efb84628dd6254371d724d611e5');
INSERT INTO blocks VALUES(124905,'182587860a17a44392b7071876cf5f0d722ff68b97fc67529dba4c4cdc00ce27efab52dd90da13c988e94c97abca5086703f27a349a4a5270229ba522d6813b8',124905000,NULL,NULL,'1fd36f7f2fe817d1a44520e5e45af20f7ec377370b97becebd93317e43e88cc1','574b0047624f09c68a628594efa748c63c95d8abd41b7a2d5b189d37e4754fdf');
INSERT INTO blocks VALUES(124906,'ab47961393a0c8b3f86793e9a25f879f5200ab75f6fad587065e4f0b8ef3a51fd16f42dde4bbae0c250c967db4040a8470606404bea230c3d1f6dba4588af861',124906000,NULL,NULL,'f79faa6904ae01da682c01472d66cb74aa5a9731488795c701cd1e31506ebf48','bd43ee863d42f622dcc548254986e4a444589ecb80025a823271293679afcb92');
INSERT INTO blocks VALUES(124907,'922ddf34d83b9f4acc670e0b1c9cc2561950f20c3d5654e43198fbd11c86407fc41c934216e8714b519d2692f32b79c89c8be85c637f0136b8a462bd4f728ac1',124907000,NULL,NULL,'b40eb2dc7218da49c89be50790de513e1cae2d9968bc9f69a3f16d23b3b242b4','77f04a2134ac639f23e8380a9aa3abf5b72fb898a2403a8aaf415e7c5e7de948');
INSERT INTO blocks VALUES(124908,'08a1b604821ee7cbe963abc42c1dc8ce9273af94501537e7ef19e90cf504b61a80a99ec7952db4db85fd7832129d593126a1bc52b8ef30e6a52591b37e9413a0',124908000,NULL,NULL,'26da160618d6ad99a69541667c9d534cc038c6301c9606eb9bef0c4dd3c6b519','bc5399da95794fd6833977de566932de7063c64ebac1f97f977e5d1ea655a05a');
INSERT INTO blocks VALUES(124909,'67ebe4bc3acab4936f1ced7bc5191928fe87d0713c27c58c56880368bf3efd48374eb223eef7d2f91fcc6a135a0a817185c464604d50780cf8c4a80f7a18d927',124909000,NULL,NULL,'258742372456c75715fd58fb0be4b3648e9833e719886e9d12151d4f5fa24040','ad8e29a07cb54848ddcfd68dd78ab79902634d48637adeaad94078a639b7f838');
INSERT INTO blocks VALUES(124910,'4b5c090aca519eb1296c14a778e317e464b49299241547340dcb808f0129e239cfb6469efab40c60a9c7eeb9aa02c341b953b69b324eb9d60ac0b6fbf1958000',124910000,NULL,NULL,'3229e891210a62408bf1e1bf0c7e1f80ef70a0a5aed224cb1371476fc410aca2','e8e90ee5ca87f0c47a9ad94664b70981ab97a8d1b1cc2e5f085bb3f33ddcb7bb');
INSERT INTO blocks VALUES(124911,'bf2d86cfad06136613e4257547021208ae35e8d2613b9ecbfc5ad079f63a983f47d09741327180168cd1dc30dbc42c073df223786aee9d9fd1f2a158b83b696b',124911000,NULL,NULL,'7e7247480e77116cd9b8bf0537a1f7e096b2e98a93297ae9049555c07f8201a9','d460a7f754f9cfa6f3e4759845262db80aed1dfc9395265aa52c6e69a3decb84');
INSERT INTO blocks VALUES(124912,'f136ca58bf14198246cbda783a439b2dd2524d51baf195630902a7b783be0286da4aebaab9c7073ee2b700b0fea21740a2d9842731a2018b357473190ac49969',124912000,NULL,NULL,'1c6bed14e9f00f7caee4a1e7781e7dfcfc94a3a301c55594631a55d4455e0c57','9d444311e1155db9f89cb9b27eb48b5eb82fbc3592351d0e5ba246392dfe8910');
INSERT INTO blocks VALUES(124913,'74bcaf9b0288fd96e527194252a8ff070351fc002b732ce00f7f09b37e7a93792e257bf847d4df70a61d43dd7d577d0140d121c0e088d1bf92fa4d4c79180a41',124913000,NULL,NULL,'f93e43a85e0631e74fcdae0be5779eb4fb72ff9d26457106c85b0c83ba1dbd25','af512a8a424fc255faf9f06291ec4461f54b918270a1b1c7c0f0963128eaeff3');
INSERT INTO blocks VALUES(124914,'d53cd57cca5e8d747b0c6a5d45eac66aaad1da1c9b3a93b12ac39d356ba2675c70fb00cd3c0e927fa08950c3d77034175daf5a550171a1ace7b3adb798e6c0ab',124914000,NULL,NULL,'f96581cb4c7a4974a8c5f3461984300a3400a26474d6b96e8b1c100d3db7e398','217da12b7c2e4724441b84d12bab916f02170495008e07d0ea4d3fdd4abd9b0e');
INSERT INTO blocks VALUES(124915,'4ed36172ec27d2c496e9eb816c65eb6846f87683b5fb444543f6ffafaf29a37ce441644c4e7f1a2bca673cfdf3df4581c88f1d7a140fba4bb6700cd4407f2aa8',124915000,NULL,NULL,'33a210a097a5f599e476e68f6a80133d6f89a47e5f23db0ad89ac6f01ff3bd3b','f5512b0008ac0cd28e14c7a955651ce5fb4a19f7be7b2b9c36138bdca53fa505');
INSERT INTO blocks VALUES(124916,'55f9a7790e1576c56242c2559cdb867260fca89c3b82fdd5ef239095be1b7756dfb09e47054f5ff561415377936f93b2f65ec6d4a70fea51a39b4a8e7268ab09',124916000,NULL,NULL,'3606de5c472b831b5294600c5faba354752915de37d968056776df8d162d185f','601ae6e536506bf7159adeae60038cdc6427eda39f177cf69c467997150a3387');
INSERT INTO blocks VALUES(124917,'6f3b9c52fe2462522690bf39312a5fe8a459c249cb3b843a752b252a96315f3523659ed40a96032137f599357f94d209a244debe80bdaaccab844225a134ef68',124917000,NULL,NULL,'ec68a1711acb6019cb460ef1473ce3674df4735cf1c186d0309b21ded6fc357b','4492495266e6198e5019ff01fcd96248f4f3a82955b14f3a001441407c805535');
INSERT INTO blocks VALUES(124918,'6bbe056f8f605bd968aab01d94b6e2be82b2f7cc15e13a251bc9a82950bac50e709311e178b7535a8b35f8fb070fd2f1b62dd61c374e3760b1a12798ab7b4b43',124918000,NULL,NULL,'e96d9d2b8e995c7eced2f3b6a56ede041e1e98672f4bc324d87f581abc33062d','e59503288fdd3b45aa01413f85d8799d48085ce6a937d3736d2faf2d5dcbe37f');
INSERT INTO blocks VALUES(124919,'bc3487d59c2e60184d7ec9f0725d8feaef0be333fafbbf57ffe11246dd2a93941904c81982223aabff1ef880c9b3df069080d4d2d1d2752c87c91ec12731f607',124919000,NULL,NULL,'930f13fc1b46a221fc407dd8b427a71a4b5dfcc2ae0cf95102d3a5a9b003f305','0772f3787427a1a974a30c3d4aa64dedc4063e428781d1d64fe826dccd7a16d1');
INSERT INTO blocks VALUES(124920,'f0ba89baf895b948dd31fa699904e3892581b8bb76a707fb966d42d51414f9a0a2ef6911d27c1ce923518f2d2a9f11818c311ea491ea840f0e8af5d7477f2bde',124920000,NULL,NULL,'182edd5d1b38b172606cf77139902a53a811f378fc6fee07849a891c4f735a0f','dfdfaecfa51d18114123dfe1eaf2ec47faca90983b2dd9aebe09602cca3d7dc2');
INSERT INTO blocks VALUES(124921,'955811a1c33ac336f66727d94915d47d1c4d41b719336803209603ad7b710f15150e4b03cac6d615a10006e98e31040e7aba63f1c738fd334d991f49863e3227',124921000,NULL,NULL,'0175d0f10c24030f50787abce9a6c59f00abb2a60b1f96b79da5f314a1e56e91','d697391b5157de3c0cbb45288f3df2f1b571a2b7179103376d6d30762b5bbdf3');
INSERT INTO blocks VALUES(124922,'6cc52646a6c05bc90de8289a26c4c7c66f5eb60a5f779df14710fe40ccc4d2b1e862e2a340b5cff39774313fe31005f374e6cf061671a846d490a344db6e7b2c',124922000,NULL,NULL,'4057ca34486fc7db5e13da6b7a1ae9b52c5644cf5cffdb9bb83f0fb855077a4d','56122ab77b1161502941b7de9e6aff3866348f3a3540de2a5394c25a15ba1dcf');
INSERT INTO blocks VALUES(124923,'8ea22989a2a25de3c02b6bbbc3f91dc33d1736f54bd863e142fd9d6014947cba0c6b359c26fb2ab2fc74b5ea3c9cd7b1726784496cfe84eeb7bca76f49afa55e',124923000,NULL,NULL,'4783bb33a99c17519ad675c0a16698ccec658d6150510ca2407b3e6cfbd0c1c9','3aef15ce708545460f81a73fc514359ac5e0cf175cf0f29de12c13fa344a4386');
INSERT INTO blocks VALUES(124924,'b0a724456a7dd399f9bed9381bd98e97b547b7a87bee766b4c357fc492f576213dec71320d67e12ae7fa36f9ffceefb8ac86ceb491a5ce60db97b85de9149e05',124924000,NULL,NULL,'e95b7ff1c7016e76016a042054f4b873c2ecd7e05cb8104b6518ddb5d28fff3f','cf4317c89a38d9ad7bb713cd310c9381e1fcf4eff841a40f2ed6b4805efaa7a6');
INSERT INTO blocks VALUES(124925,'26ae1dd58e1cf9ad6c79c6bc68f274fac5674d3747e027187d805f0e44276fd4f35fe820b02e1bd134fe614bbf7cba80c52df87349c1bf580cb45c75f6f0591f',124925000,NULL,NULL,'ff66b089db686295f017c9265bd0ca9d9bf179e23117b5cb81f541b89632ec2f','f957599cd217bea344ef4b962b62e884d1db7732417d9cfbe6780f882ac81eef');
INSERT INTO blocks VALUES(124926,'9e5b5d0e1037fa3a3200cc7f5f0e271d838b475098df768cd25c944a400543762f8302fc0f1c88c67293c6836c394a9b6f32508d6f18c9f01dd7404fe5cb32af',124926000,NULL,NULL,'437ca35a0f136a546c0fe0baa5c3ceac9a35c37b0b1001f24567ec36ad3df74d','68de58943ff06511e3061acd88f3d21416547a79dd5a19f041d23b57538b51c0');
INSERT INTO blocks VALUES(124927,'d97148dcc24a8c83c7421819c5606b86e3c44447a1be95dd476bf7eea92407d77e61700961d3d7c807f433264d2494294db860ac6cf5488bc91e35807fb7804a',124927000,NULL,NULL,'09c6219087ac545a6c706ed76d0ba5dab18a1b54bd5d4a4c5241fbbd4d508f60','cdae51c9673ae09bd6c1420b0134ff2097fe1c154408589a4dad8cb75aeaa627');
INSERT INTO blocks VALUES(124928,'3218c6bfa75b8c8df54b58e4c0553a4bea06879676a057d7b6504460a8cb2b4edc9847f39a039ce5d0f66fabd057ecffe8d64232e4e8eb9a57f75363d5b0a7df',124928000,NULL,NULL,'a60f5f5d99cda30fd1b4f074581886a81f16b2d71668e02a14448912c97577e1','af144c96a1777cbc75e5d8ff7f1658a42ce20a961a7e78507c7794ca73be1606');
INSERT INTO blocks VALUES(124929,'46010924ea340c67922d408342cd922d8094a24c6ab72179dfe1bc23fe8ad68faca91a05aed2d511757928fac92c2f30149d4469e6624a9ba7dfac76c9df2239',124929000,NULL,NULL,'1184e3088447515125577247f56e76dfe7a5acbf8e5b83707fb0979c59fdeebe','4c2ee79a8b0579ffee69bbcafaa029aef0260217c63c4a2bb3423289686581ce');
INSERT INTO blocks VALUES(124930,'88c50d377c25aa2ea34c0c3245777abf590ac77cd651210d8f31f2b30262918852f37c97b41c9168e397f1ea3e7162f506b5186c03f715fde36a9c2218bec173',124930000,NULL,NULL,'7958f4fdbc92022ee93a4c51c80740a58c4a3154bcd29fd47afdb5481e89ed2b','d28756cf85e7aaa530c6fb3f9fbdea6a0a342137bf92ed29379d120c00bea7f6');
INSERT INTO blocks VALUES(124931,'73b2496752d1bb6b927cc2069ef7d9004440fc9492012ecb8b71a50b58e43b92b6d3994a2e9d726292b62e43eaea092b023fd4b770f3fa59afb3187c85c131d9',124931000,NULL,NULL,'35658d25e987878d476dc10a3cc22cefbe51dda0f2db19d665bdd0c8a6c4677a','98044c6964b891ded1fb2f3f5c115737f806a30907623cee355017515996b9bc');
INSERT INTO blocks VALUES(124932,'270bd129114e55c6c6b601c2451ce5a7747e1f3039223580a32190a5fd95badb75b25f619791d084d9c8a2efa80e4247cdf3dcc9caa19f2b3dc761d73436e83d',124932000,NULL,NULL,'8bbd126421ea1b8efa454759a20c462f8878cfb0381dc4e7d08335dde626c960','871c79ad66e5689bf5192c11f4a99f43932ce9f947f5f1ec7ec77eddffaeb49e');
INSERT INTO blocks VALUES(124933,'a15afb7fdcb15cbf453184be9cc3190be765ac149f6ad7ac967ba60cc21ba09df24cac96ae343361b262fe7b9a39cd76fffaba7a2c08bae7a7bd15d501ec225d',124933000,NULL,NULL,'49c62e5e793199570c728f9e8200c7de7e3e41394f170a8efbac4ae51df076ae','354a0a16628d3e50adc3839ee65f58484324a2c5697e0f2b21a20f122dc2d3c7');
INSERT INTO blocks VALUES(124934,'7bcf35ff91943eb983e9f7f65ad5de5b6c07959e3858617b79cb791658f0acb13c0c29fc29d333e6094c0c1cbaf73ad32ecd5fa85602e4e25ab8ad785473ba83',124934000,NULL,NULL,'65d869f1cead6d70b2f305f2291c9cb1250cc9c659107d865cb5e05dac2911c5','284375d9d61a09c9f6ad7c06c5c6ff6874775409969e933ee7025e46ebbb0c0f');
INSERT INTO blocks VALUES(124935,'f5e3467145f08e361d51dcc095569f28e189ee9be38b5eb0bf200b28a833e455a3de484211dc2517a17853399e5c471279cbbbddf75d2d28ab952ba3ce71d882',124935000,NULL,NULL,'0219d21421a6e981fd97c3b60b376518888433e68c35f3c9f4c7a4695f2fadf2','4e45d9d0ad06a9a6053b3c754bdd39b3371a5829b0106f309216b5efac458075');
INSERT INTO blocks VALUES(124936,'818e2679cf7bee8ea493eb9d043f9b169f99648b23731ecd362ac7aacccb1da8614c1e031f24389139ec174d7d6258a9f0334b0d17c1e2bcc9a46eda665b7267',124936000,NULL,NULL,'35862b884c6cbcb58ae164fabbeae5d84bd4723a3e03fa4c856fa18507f9a16c','c19b724c6e4806fd2eb6d7d50e1943cd0c8ba8c359cbd79a929b739f88bc508f');
INSERT INTO blocks VALUES(124937,'8fc5d3af60bd9fb172f605d0c03ccfb5c154abca814f7dc2f0b594f5f418c110e525d3392c1d59104988c377e3e92c3d0a2ddb67f6cd06de5d78050889a63595',124937000,NULL,NULL,'ab8dcf49658e7313fe4b5fd61d586140dc216617f6d6addd080c7738c8bb6742','f787eae47a0a4de90f4afe4d2c80b37e4330926cfc7d71e9b5cef34d9d53787e');
INSERT INTO blocks VALUES(124938,'bbacf422d763e74663cddea4aef9cf7bdbb74d456961182e04814e76dd6c57d768c12fb65b8decb364d2463aeefae9f8afb87b99b99b8c076dda14a5a5e7e7b7',124938000,NULL,NULL,'10a141940ca8a26eba65dcd52610aaf9c37cfd93c0164362be4967587c92402e','b15f573a7c7f92cb4f0ce24c918f536951ea96ab5f9dd9289b60b357f9da7c0d');
INSERT INTO blocks VALUES(124939,'b38e530ac6aada95885f3bb1aab84dbf151173d2194af388db751975f4e9ee4c7c3da2677a8dcfb98eab4da72760785ae5c404a6a6c1f61ab8e759b9ca6dd12a',124939000,NULL,NULL,'4cce3a62b5dec179db066aa4bb08fa220c2dad254f9d3f300a1270afb02ca3c4','f31e6373d51afa724954c8cfc9f6576ee0e99d8250b22f2a273c15d8d7becfbd');
INSERT INTO blocks VALUES(124940,'329a9a235bb3084b2f8899d39a12e3a1916faed8aa28a2df7b7aca72c89903d3a8d697a58ed6488ae5a2f029d650acef7ab0f091095d62ce1cfb6b4b32aa23d4',124940000,NULL,NULL,'ce621290435059489ad2e8cf8f7370c0e0f4d166ad85585de5b22c9b561f86aa','100254b3c1443133186c95bb4a24502eeaa4b0ef6a76e0dd3ef09d9ced7924b0');
INSERT INTO blocks VALUES(124941,'43cee48f0e0d9852ee3b828eac3f6bc14428cb57fbb8348db963c21b7427eb03aeac1462650a80c97eeb74654e9773c9b789ad9a12b88f62da06a77821410174',124941000,NULL,NULL,'32493ca0355985eaf9a1f6c991e6f9c297ba66bcb366ba47d0b0daf1f4774ee2','69efb3be92eb06f591662ce86b859a28ba987b8f5816ffc58cfca3986010c48b');
INSERT INTO blocks VALUES(124942,'be354373852f06ac45faa0e3650eb6f9afaa836c224c7737d81bcf5f79786dd3eb775bf8980078b89ad81003dc9b261afdf0c2152e6d8de4e285c2962b384cb0',124942000,NULL,NULL,'629babed71c01de679890ececa138c3f3b9dee8084db1842a94f5ab436ca843e','532297b46f2cdf12a7deb779f963393cf51081da1d5a328cc3dd4141175c53f4');
INSERT INTO blocks VALUES(124943,'6d967f14cb8425c0396d58de9aaf681a337fdbd4ace6a33a32f9c5523360c119962a868832e264f24ffbed3cf8172982f876abebb2908faeb46352b9263f97cf',124943000,NULL,NULL,'5f792949854ac9167ba81d40101e4188a8aa52572d8dd22f0757938e3010f84e','0eb5b39f65305f8c5bf188dce02386cd93dbb2e7db782eaa8817930ece5727a8');
INSERT INTO blocks VALUES(124944,'4e350363a67c4de925636f42e82623183e13432dd41a0169a0a48f3e5ec330a809a75d6e6bba3b5468d3fbefd1636815e6ee37086770d0a317acec3498c99213',124944000,NULL,NULL,'a0744228401fd6ffb07c95283bc5a36fdf0dce2d8af4a49e3ac8ea7ffe2a66be','e4c4b9007ede120cfe4dcdc53bad3c18056769bcfa19d34b2480c238c0d622c7');
INSERT INTO blocks VALUES(124945,'578d02e8840ddd4cb36a8e7e32fe9424e7dfb027a8320b63d2ef57b682368af5748cf901aa2f5b0f4c2ea5981bbfa8fe1ea7dc2865590256af92f20da7a14d9f',124945000,NULL,NULL,'566847ce270b2826e73cd392d4f6b84f7b82225491769b8805138a366ac5b822','5001d5f149e826fb034cabc69fe060a809006f92ac29a8e4b84418bb571075f5');
INSERT INTO blocks VALUES(124946,'ac55ff8b1c52daf132aad739c9ba8171cb224f0f97db6e449d13a40e59e7c99fef6451ab6fb88994024cfa8d12038eb60ec026f26e470b72d8988e3d7e82c0ca',124946000,NULL,NULL,'4421557fd4a79dfd846c8a82abb6a04ff824de564095147d627d4573b60c249c','49fa5415d3fc9705a399e3f3bb28e8e815d474f2b2215cb5b70ece1737c2fb53');
INSERT INTO blocks VALUES(124947,'b6bbcfdd4921a7996cbb23215ea7b7ab4a9a2e113d764ccbe918c7fab37993328304f5ec154b98f2d82f6d310ab48227143dc4e81c50802c02e0f34f97b425e6',124947000,NULL,NULL,'b7b70373b1a5e7161233a53b72ab3fb5fe3028c7d893810242ed3866f0a5aabe','8d1985456f2adb94545562f80334a9e51bc40e8f7d5648c4d20ee8096e531a6e');
INSERT INTO blocks VALUES(124948,'0b120e8e68a0636ce794708b4d5196869c8d3da2635731d97c79bd5a5eb4badbac8348cbe34941a424b923cecc0a493d1e69002e75724a700a82a9e93af7526a',124948000,NULL,NULL,'0aaf95aa71244cd26f0f7fdcdf1362b2191a1ea477c4af767c64e46ae01d034d','50a791b328fbff7ec14f39def915ee7df6bf39d3e991e797f8df0abe55c5d39d');
INSERT INTO blocks VALUES(124949,'d77c39d4ed0f1859bd78d5edec895dc30421471d55f306a1e98ba5d05e1e4b9182e0b5ab3cc3b398763d92051664ef21c542548e6d7adf5cfba4d5778ade6d45',124949000,NULL,NULL,'e1a3f61c70a63d21372d6a67eed6c3c1359ab6bef66e6837cc3311f95e2bb0b3','647d4824139971b327ca21d3bb6dcc3d256c1f189492dd1b2e2ca610989f8287');
INSERT INTO blocks VALUES(124950,'054faab4b88bad25e7e1fea77551755a598b487ccc231a81a0ad9336fe09501c2f6424bccfb7c3247157d580fb7ff00fc484ec4c2688e377a1c20c99652ec677',124950000,NULL,NULL,'9c7e82ebf8133530cf5973dd38a66644f98456283685f961a81f9014fa43ede3','f19c5d33158753410815472690b4a8b72283b01a1ec0d177a6702f45016ea106');
INSERT INTO blocks VALUES(124951,'a171bb8d6586c3aef696cfe9fd9e48ddcbc658744a8097edeffbef5f40f98d8298d7edb2f70cc47adb3b6e492babdad1ea4dea67a717e8817a3c37c8ca0461a2',124951000,NULL,NULL,'2c82340afe5212379ae020e699561e66ddc8500e7dd3637fd17f41fa6586ed56','a368975af923cf075ff62881c471f1d3941d8afcee706c027e521e1d8feb1298');
INSERT INTO blocks VALUES(124952,'73b557dca209f386ea939ac0a9d98e0b876980773a7444be789fda03ae6c3ef9c50acc34639639ed6acdcf37e9cc1056d074edcdf058823338191c8ceab4ea21',124952000,NULL,NULL,'b8cd24cea71526b2ca4e9f662cad4f0e97137b66c6d7aef2ae2f88577ae7f5ec','4e398ba742c401e47ef2819f70703cc3e80218ce20e0b2836fda2527959ad585');
INSERT INTO blocks VALUES(124953,'86cfd8be8a981a153d5ba5cf3558b28dfc3f9d260d9a652bc5a07c7588d33af90c6bca26c708de6d66da96f758d948e7c218418a323dcf12c50f2ae30ffddeeb',124953000,NULL,NULL,'1f20895988731cfdf6cfee6b48c4d818e9d92de4b499d64ac0d544cd697f75f9','efaf2eeab197af21fb1b604523ed0a38c39771cce8e1527bfec1fa39dee7cc53');
INSERT INTO blocks VALUES(124954,'826cce42a9d98206e34cb23fd88de3a762e4efb646bfc2b3a6b4a65083dc3ccf3048311bd14f82cb41135c6c3201355e402d6f900ca2e8074e74c1bf0fad626e',124954000,NULL,NULL,'db1b7c53bac38ac84debcc5e5323bfc5e963ba08cb2552fdf3bee85df53e825e','9df790e7e3e655b324d6c90162d15cd67599f617a2f3fb0fe236a5381b33da36');
INSERT INTO blocks VALUES(124955,'02add916255878e70769652c6484317acfa5821ab020b71919b0d8ec04fcedd8a1c63b9e8db069eee33865d88d39ad312d100f6d923cbe8cd73bc512a3725491',124955000,NULL,NULL,'5880c35722b508c937733c42c671742ea7dc5dcbaa3a2b62f7ff56fcf998ad61','f28463cafb5f041c5752fae8159f30df1d41b7f373a079bd552c7d7481a4f8f6');
INSERT INTO blocks VALUES(124956,'467e9bcdcb93dc76a0aaee92ff7fd9a9a490acb90fa3b2e6b92183dd2d7880e8375b6d1114d96677642b6c7787f1fd6987a71fc2607c0b1e86b3a9d3f32bb761',124956000,NULL,NULL,'d0cd0346c31811775eff9a399a12e8816ee4233c0ad778435585b6d14782e2ea','734db4a2d2fca8530912b477e9fe2d4367ff1568418e48137df4f667b4de3d89');
INSERT INTO blocks VALUES(124957,'220b0e071375f422d443725458be76bf1d2547e07b70dad68ce98f16654ff5c0cc28da1101aab72203df390ed67bb63599df1b730190f58258fd5f172236e36e',124957000,NULL,NULL,'a7e3e88d12c5a576601bd2b846f754640fb8e0d94ac8e9fd20c2313c3848c8e0','0d47efec8ba2b5633b0805511b7808cb362deffca530c4d41b9c12276c928c2a');
INSERT INTO blocks VALUES(124958,'afea20e259ff60c16506213fa23f6a5847006ee596a36631e6ef71ed53bb226002822ea5e284ffc526b25f51dedcdd62e645aa9d19e59c7644cd996c50c0764c',124958000,NULL,NULL,'176854afa4d5935b7db4959f304cc9fd83505c8e3b3701e8160cf573faaea391','376f23986339b518b01eb451c0490bc9d27ffccd709592eb31016a0026ba877e');
INSERT INTO blocks VALUES(124959,'5566dd842f5804cd5ab2449032bbd1957a8faca05005ce257a1b4faf9065d9aeaaee29245f2689ecb521801b316959b0ec164ed36cd61c368ddaa8f906bafc42',124959000,NULL,NULL,'958447a7f63a86c7886c2110a6a71c93acfdfd76aabcf9990a241be32bc1099a','403a01240cf96a9b4a79daf6a56bab407f074eabe520d3d69b72a51f22539f45');
INSERT INTO blocks VALUES(124960,'c7db06d41663e0575d55683a2209f9682a97f4a089393581821cd7a986667a30675162782c61c731b611facfdce51d7dc561d0d0e486932560f0e2a799f8d411',124960000,NULL,NULL,'1025a782b34092c1e6841249c10051d928fdf6bb5dc82d4951f4bb56b9f511b8','d9ca3186f013e7c0128e85888604b98459e6f54eb97a79872672b11375ee848d');
INSERT INTO blocks VALUES(124961,'6e856dfa84f3539d85735c94ae99b764db91b44b6999503b42819e40b25bcffcc6c9985999618af8c55ee1589ac50030830abf8a65bba9642d0637813a5ec7bd',124961000,NULL,NULL,'d5f31bc845cd2682c05cd3e47cc56393a92a588ee926925e6470fd3823b59a87','0fb0db721b79415069e3115ffcf247e508cd621b2a6f718d9c37c976a55212f4');
INSERT INTO blocks VALUES(124962,'fe98f7af8ab0181da5d10499189d8757c75c69736169729972d061022656a03b79df21666abd106a6b62a52c96f061a49eaacc2b15f7ec7ba392e2e1d46742be',124962000,NULL,NULL,'2e975e588eda94f9c74630e9b487b2b3e45b63d380a97e0159caff25a1d2583a','6d82731a2c99f42b409af12c5fa8db943a369524a42b8109005cd29d0c6acc17');
INSERT INTO blocks VALUES(124963,'7a9695623926cff36e00a90465d0c727c155d3cd7c8bc28ab4b5930bdc841743c9a8e9e5e36ba0f0bf915b5722306b9d7ff53a93720bde94efeb8ae2ef42593e',124963000,NULL,NULL,'546d2ef0b0c48f198320d7502cdaedc6ed99f3995a5675859315c18af7e5b974','865c578067adc109852212a6186c68944ddf091235b392b25d997f5667a4274e');
INSERT INTO blocks VALUES(124964,'2624ae522f1100520fb3dc295edfcae32e82f3e6b9db20d37949f26eba5d78bc94cd8d13624a0a87e045e963415aa2c7db7e243cf1f7beaa4a998501b02fab21',124964000,NULL,NULL,'14026939a69ba9891bf3182af62b595d69d5ca2429a756c4a02704a569892fc4','36b62021c9d29ef6e4b60f932c5894d816ff165766baa98d7002a4f4f6ba69a0');
INSERT INTO blocks VALUES(124965,'9214a0d94987dadff791b0558d5c16b9c9165d9bde2954d6e8d235ba3069726be601283d34061f818f130f46e94fa786c4d422a83a539c811d915220fad3dafa',124965000,NULL,NULL,'8e62e11e98045bf993985314619a39bbba33344c7064e2e0586e1c4c97eca996','8a4a557901771a60a6aefee5fad90a8f1f1ef5dcf027c5e0dfa26585bc71d341');
INSERT INTO blocks VALUES(124966,'a4d7a0e721a4a7ab788f26845026d5de724d036ef9023745415f8b93214c7bcb47562d18a7bad38e121513093675fe36673d156293f3fc5627af25a70c69d161',124966000,NULL,NULL,'3ceae60a8746bba071804327b59039f4e05dc8a93efb0488bb0f63723752e608','7b364546f45426f881f00991e22bf78162d8ea51f9a05e24c2c08970c88ed25c');
INSERT INTO blocks VALUES(124967,'6f959963ac7d132fa919eda3c2e485b9447723b048675bd38e0107ab57295a5a0af1d97c1310d4f527690a5919e77d4bedc3ea45ed51974ca7072a31d5166610',124967000,NULL,NULL,'9c39bdb94c83336f0621ef31de2ee0b1c1fe7dc9e3b8f55c7a462cb1b9cbf85d','bce3b84b9c1a03eb6ef62fa09be46ae654e66877f61b1d0cbaeecbfb35d9b8e8');
INSERT INTO blocks VALUES(124968,'6a3ba0d21e789f852b724811d69a5d89024ec6854b7b75cbbb7c6dd9ea2c4fbc5a3437fb76a01b4d20545bcdd4ad06a2285ba1bfa5099aa6fd0a877a413dedb8',124968000,NULL,NULL,'353ecb23317d063d38c991f59c6d251ccc125772b337731e1c920fabb4c7ef4e','0c2d7dc6256de1d3f57cf985a63a89e88d16815e8bc082ee0657d0dbe429106a');
INSERT INTO blocks VALUES(124969,'1ce62e1e518527fdd1b698ac4b42cc6712d539c55a748b2d37b1f942c013b90077abc059f6b78650e3834ce9ffb14cfe9a3e6f42ccfe1eff6f170390940c925d',124969000,NULL,NULL,'abb9ae3b7898b06a04e32b6afed2d73969d8695bf5edc8f1f4ffc5c3305fc265','1407eaaedddc66d52ed3f1ca08edafbe6e54592dd8e3c8cc9540120abdb251bd');
INSERT INTO blocks VALUES(124970,'4073408de52fea7571ff4d12b63503805d67cf130f794659fbed6342b0dd8f53c2822e320db58fc45dc54bf0e8010c9dd24c62d38052c2cf8cf8c2411e86177b',124970000,NULL,NULL,'4a835540235710ce8332553b36ccc2660641ecc77c0ef3544556b5a245432c22','213ca4e0d0eb9d3b1f374f10c5f354ceb369a9fc8b16250e8eb8f95d609aa5c7');
INSERT INTO blocks VALUES(124971,'003486f9100cfb991b673a59380125d9536c5242eecaa36dd1ff339e96c26d4856c8acd845e478c7fc1139c9f177baffd6502ed7247000d944ccd05ab6048811',124971000,NULL,NULL,'0d48561327963e3289cb014bc8bd3e31b67830fa17af5207bf51c6a972baf13e','226abfd242d387d4ab4678f96eaf4d905c633be1bba450093e3e73f5ede02d7b');
INSERT INTO blocks VALUES(124972,'b2b303fa6d9a561c08511745e8a0c1d31b7774d93d9f79773622c40ecb0b8617e55bd9fcf663c21c598567597327b4bb7af66b4de6bc924d5b168777e4f7c626',124972000,NULL,NULL,'e57fdc0d4546e43423291b1c24a53ad1f99ef7b8f081b209d23670324e2531fd','e546fce20e02ff3ebc372489dad7fab2b8d460bca0e5918594d45f94cb674251');
INSERT INTO blocks VALUES(124973,'4f8623f4cbdd3d19c8c104468f4446b9a2740e2edd8ca76b824eed95bcb98037a4d2b8b10dd46b57e4c0ab4e6f463d8a2c21d51b87096ddcbee70413eabe6c23',124973000,NULL,NULL,'0bb2c6bba3f1f3f6232120ccbe990d7018541b961ccd6f166d74abbaf01cf241','3090746437bbe3fd1e8dad314ebafc614ed72735837f0793259acc85a87b95d7');
INSERT INTO blocks VALUES(124974,'6dd021fe0c238c4a9cbad9f27b1fe6f24239c9857542d4d4829d6658a472d0066b622ed36e5bcf85a50eb028805cdea878797633bc89434080e974b370d2515d',124974000,NULL,NULL,'b96fd45d76b04aaddd912181102ca3330c7dc932c81cea47347003037ed3bd61','30c098710862215f1bad56077235ad9b9a4aaf9892b07575f20d9eaf0c17b034');
INSERT INTO blocks VALUES(124975,'3925f11e402b0e127d943c5703b3db99bf2c1ca4e7877fe578f42c38b92a13ec115f911b732ee5edc5ae9d80c7690e4ec9b254468e3a2d438c722dfee4bca75e',124975000,NULL,NULL,'f62c6ea55816dda1d0b623e815f65f64128fd1657636693b6237673fdee6fc8c','16107a4b4d95760399a12447e58fbef2a001a2dac6a7940fcc1d15a22870fcd8');
INSERT INTO blocks VALUES(124976,'5d32d690b68831edc24bcff96f1b6129a22b3b977a1fc4775cfd038a76a812bc0b0d41ec58be6f7df61043128d0346179004b11a0e5b4b979efc5babf699e102',124976000,NULL,NULL,'4d86f761899d6de42a19a05715411b86d356101820dfa895eea322eda2aeff01','861acf47de2a3fd5e17144ac30686c9c8ede27ac6266142b275c7d8be15fbd33');
INSERT INTO blocks VALUES(124977,'1f5018a44c7217b036e1f5efa7c12fb3145989bf61c9b0b0cf0ac8141ac676d2f1c5b8c2c40578c90cd5a6ea218c55a71775e8c52b81d98786606754fd4a130e',124977000,NULL,NULL,'97baf7fb00b6b113ef17d0c2bf90d64ba9d2e8979292ebdad8ba3b3a0572d685','b69cd01c1d54f47e7cda1ec9179e136376caf7808ac68bc9eeba3ebd7a627570');
INSERT INTO blocks VALUES(124978,'bbb7d684bb01cf40cf1bd412676278f0fb99c2d85b89de148e8958513a121519f54ded1b032190176324cfc89e4a59723c94ddecd8cf12c8a0480a49a2461f99',124978000,NULL,NULL,'8f04048330d845e28ec76794c77142e375c48a24cc92c36691e23b17f18942e2','306a71cfbe953ef0bf3e39292d037c99d44533b74359f1d0c8dd39396276ab3f');
INSERT INTO blocks VALUES(124979,'92a853ea11ef50c188fa6009d019f8cea56d19f636c9118fcf8b24b98f9aef68fbe37a1ee00e39b3ae20204fd189180e1227279847925edd736de60d1cc44310',124979000,NULL,NULL,'5c7465a387d59e6b36c2d4d898c2a9af14935576d5e1e49aab644f6c47f63e2e','2228d901656f076517a8679451622a2ff435bd1a60ae2be82f0fddec058ac8ef');
INSERT INTO blocks VALUES(124980,'87a23b0e57a3eb9cb2e2dae0c2215756b7e59d3e845a95d58ab216b3feb01d7474a3258dedffdfba55b84fd4c7a686879f24a99a24cf981fe14a0bf5571d63a6',124980000,NULL,NULL,'d04df48c93f1a8b3404fa4b0e5e57e2bb5ca82dbe5edbf387b549e54931ffba4','837c4d1e0b5f6ecea737d4db0755c9400f8eb4006c4ffa1d80531be2260b2d5e');
INSERT INTO blocks VALUES(124981,'0a2826fddd606c82bb20943be515f94e78f75fd316b78daeeb0ce17f4fe8459dc4e191ebdb2ecf6367f64f07f8f9ddb1390198f5233203df06225767151834a4',124981000,NULL,NULL,'f030950bb4537423aa80b427cffb38760b063a7a93cd76ded4691b69519c777d','03c09adeb92e074ff88fda0da2135448a9388197677b9f9542132483d7deee70');
INSERT INTO blocks VALUES(124982,'21dafb9130b529fd2ba53c761f1636bf89a97dfddfd333e60260062e5112bc0e326f015e6a82e2d7cdc743752349bfa2cc5fafd914a65c09c74451ec79b17ad1',124982000,NULL,NULL,'a072dc20ae2822cf605325a2edfb9327a21ca88ad0d53d1999c95f114bee0fa2','2157d40d22f8e8b36fba5be9fd56054c4a1aee1fa08cd584e7c16c46722b9aa4');
INSERT INTO blocks VALUES(124983,'d9cb2851ce7293829a5c4461a4c1fcd4bbab46012b449224f21e10d64fc7bde8d8f09847c236f2edcc7d8054e8b0672727de121fcfec1022eb1cac832a252f26',124983000,NULL,NULL,'341fe1d12fa9a0d95ee6d11584d712cca0a5fac538495d3d1c9eb97f00035399','15f95844a9d6eb86fd2987d75cfdce46487805b71c973ba8550f3f8ec7d47d9f');
INSERT INTO blocks VALUES(124984,'58cd7308a7f9938dee45f72fb9a559fb9c6b1a4937d08df694dceff41b2ff2eaa3a1d58677a1c000002f13e4e9842233ff99d035e1bd2d11b986923ec70e96f1',124984000,NULL,NULL,'a69f93568718fdd561734f3edc1bd4ef0eabfabe4ab14c2bfebbf48c48f74fea','824ce9d2ebc46010bbe359086f9f96e545689048ebb711432d3607081900af4b');
INSERT INTO blocks VALUES(124985,'962e842a8722d72b9a24eb689ffd9740bad6a522c214e3b007775321459e9f1164a7323868bf7a8444413510dafa902769d3a5b209434ca1dd4d4f557bda14cc',124985000,NULL,NULL,'9314491a39076f0c90f7b30cd1ab53e812b27d6b1dcb8c8a33f3e5c21aaaa940','b3a5a6f102c86d3420ac016e8ab14f158d3220287b1ed05e556143d9b7827ee6');
INSERT INTO blocks VALUES(124986,'cab1dadfbd7dd20cb6d6856929efd60afa460eab4fb1901a04578553494871800c7573a406ce1551cfd51a4511506bdc0e1666470a39df282180776820419d7c',124986000,NULL,NULL,'d5b8b8005bd1affa52dfbfc6d0298eb6d77a7b72a3c373622cd6a81e8080070e','9468de103b962a9fd666076e35eade6898e5e2c4d5bf28c0dce99e8242578938');
INSERT INTO blocks VALUES(124987,'026906f0aef4615af04b5f9752676e4e478b571b0b80066fa5d949e5b9341a8e693afce2c1ee50d244024de6e73d06372d26a1b370b7d4f8b2049481cb9f40db',124987000,NULL,NULL,'e76012e82587e6489d8bdc89fe71d82b3f33029a231b6f12952a7d7863564597','e8c3922f1cbe44b921bd54cbecd14af530de6f77df1b5a9d1bbcd336ce49dc3b');
INSERT INTO blocks VALUES(124988,'64a3783438a14dc900c87edbf5a67e8b6ea58772ed60a90b580b602be8765ce5e22255c582c485c82e530d4bc2c0d085a1a468981d6dce03e85bf1db50c03517',124802678,NULL,NULL,'8509c6c2ecc37ab6d767efbe60fc280fb21e9e85c3a2621a6f40d956fced092a','02509a218579c1eee8039e830f8e76a2a3d276ad7bd21e382d4608bea4ca8b24');
INSERT INTO blocks VALUES(124989,'9d6787ec7e78e5ef1da4e0c01cefc94476d6d94105537cc3632a07ea60645397968292f7d2cfbabc12abd299d61b9a4b25bb88fa55850a94e123e6ad2fd2d7c2',124989000,NULL,NULL,'f8e5d4d25ed83efc2652035aa1328c7f1039899243d5ada5d7a7f20e17aaabb1','5c88c1847302c4ebd819cc4c2cb40d187258eef855acc68ea62d200ae94da762');
INSERT INTO blocks VALUES(124990,'c699c622fa8fd4d10cc80fd2db029660fa6d9d65e00e5ef2023bd5f9f377d2dcdfd7f474601c202380f2fbcdcfa39f0e238a4db516ca470ab112bde1614a10e0',124990000,NULL,NULL,'bc1321bd891f288473357503a5e802f3c058707921f9b8273e99d0c1520395f9','de0a3ef76c6c5df481517e4df6bcbfd57993ce3235c2fd1561373ef379c69ab5');
INSERT INTO blocks VALUES(124991,'67b5753aeacc18b7d7f08ed314ea0a8c85f4f2c53d1c632d4320c5e55f493ab6491f3b023a779cb214bc52b49d8899a0060f2bf9a0c9ca242d69715e1f80838a',124991000,NULL,NULL,'fbc0133c202c76d1000675c208271632da3c77fdac51ba7b2481b6f2d66a8eb9','0bbc3905b2d3148bf979b747eaddcbd9cc612af60ec905f3459ecd543748d64d');
INSERT INTO blocks VALUES(124992,'8c7e3bcdfb8b5468c68460626322ef21ccb05d5b4fccfa63fbba41ecc0988abf5672a884378abb8ce7bb35e6cccdd63765a9d052a575d30ada5b3fec51a61aba',124992000,NULL,NULL,'5a206c364125175f8426a40d4fa7aadd61ca7c6d830779c05368ce0b987f608f','db5b9421110ec0470b68bdf06aab04d58562c5f1cf115d3802742b6c627cd3f0');
INSERT INTO blocks VALUES(124993,'2859914ed7ee244fb079ef25ee5a7eb922d41e085a8b53b9c604a84946252f7c2c5d3bfccde6001f6fa94acdb4512cad4fd80d5042553ee8d5bb939412fc04a9',124993000,NULL,NULL,'47c40bc774b9a63ac98d8816599f73ba2080ac97bbbbcbb471160d733e9fdb49','a4603a3af6edae899ccac56f525d66375b3299f9530b91d4303694704f158dc0');
INSERT INTO blocks VALUES(124994,'04cbbb66c280fb3043cf43031476502548e11ded92f8b076220b3190a33ca0ed88faecdeb31be0f6859138cfd0b7acd750ee9632eeaa0ee66772232b397fcbd1',124994000,NULL,NULL,'fbda94e4e64565f2ca985ee25cde6c5a18b52a48170ac6893490589c58b47973','6762f4ad699f285fdb83c5c57b5925d66502dab921d38c746331b7dbbfc6ad69');
INSERT INTO blocks VALUES(124995,'b44e94194c4cbc3b2c49d5232d8a2f52a09abd88c80f731ac4c36da0e02e8cdb8859db0324c9e7ae52c0c209bda99e4fbbf5d584cb50353073eb27f655d83511',124995000,NULL,NULL,'0f16b565468f483fad01444caf1c213ba3b7118d5f1582c7b16ce9fd6eb082c3','5011efd1f89f9bbcb137eb842b4936b52e00a2d7c653cb108ccb1251e0747e93');
INSERT INTO blocks VALUES(124996,'aeb7f90cd47f67a38e54cf219fdf6ba2d345f8f1b1c24f0b0eec974f5568c071f55558640702d14c8e5594ec964708b2bdb0557864e3966dddc47f13501a9ef9',124996000,NULL,NULL,'e549c1eb9749c82bf996eb3feae7aa8bb9410570536e425ada2e523218da81fe','ba62b63d383b63311891777df944cab9337230b70411577e97a2a16e754cf9e4');
INSERT INTO blocks VALUES(124997,'c7cfc236341db1e9ae171105bcd69f4bed9e104c677fccd496c10351aab2e2dfe4b930e552237aed674615320d33fa4dfac209aa63411ae03fb9392fbe0b7fcc',124997000,NULL,NULL,'c48370aea8cd8d41eea740935d123a1444165befb6bb2538813285cc4773931e','e4091caa2e67c9ed19abf6ca6f54c5f5a697570988716ef3481d73705c3510bc');
INSERT INTO blocks VALUES(124998,'c107f8fdb811b81a405891e79ab4f409c122f706c254e161cccb95db3e2aba5f5c7e8c11b1ff055578710b0209a311a1b011b9761ffcaea53e3756ce3d994ccf',124998000,NULL,NULL,'61ed224a2d6be69f7d037e3c0c4ea2764b2de8d539b23a4be10a5e84e5a5004c','783cfb9a1f824ed2daada3193af2cd35e9a9b2134dc837fd850e1bded5e66f83');
INSERT INTO blocks VALUES(124999,'75ed1256404389d1f448b33b47ce03e5e8fd7c62f1284a1ee841018937d9f20286875901aaee85775af6139d65ce8aff852702e3ff050e1552d4f53a1e265d7f',124999000,NULL,NULL,'e2cc35deb245a3825ea2488c3853ecd68baffc4da3d94b33ffe43ea941067c7f','61bf753979bebbd5b3e3123576a401d56b3574143853f46ae4c99cdd20e89e86');
INSERT INTO blocks VALUES(125000,'aca61058dc56a84d01999d58a29ec73c0f3fe5ef815ffb02c8acb69b24bacc7a729e3fa56734d7f8ced53f8891f78cc6e411f79814cb03648eaa04cd30b9098e',125000000,NULL,NULL,'827387e8fb2cf54899781a55c84f7eb3a2539343480ff8a615b07c25935c7ec9','cbed9103cc4ccc86f78fe002c1a673e3e969433f47d38bc002108ebd42523fbe');
INSERT INTO blocks VALUES(125001,'d5c93c1a33425cb40d77f511da1da7d18b4f8378cd491003054734b03ea0d82ac185d356ba05d2bdcab6cf073b8fb53ead8abda263cdd1e6f4c0ae3d2c1f2012',125001000,NULL,NULL,'de9cedcf03ea4b60828d395e8b68ffdfc32bea926da480811dcfd7293e1c52bf','ad33f9d0e2b28246711b9366acdcbe9630a3d7fe27fcd4269de0e1556d963886');
INSERT INTO blocks VALUES(125002,'629cf11346e7c18b683776a3856fe13f6059b62d646eb51a4a7716d28291b0f85834c00cb06e9e9714aa3c4cfc0ac69480b3e28a1fabc87071947dc96a3d7336',125002000,NULL,NULL,'7e09caddaed5d5422a096d2ccd817676563979a6f3de9d194791db8d0377d109','d37797252df51ed5f22dc21336f6cb1f3b514a0800043598993cd1e95fc958e8');
INSERT INTO blocks VALUES(125003,'a85d6412e13acaf7f4b673c9f7b1b1ac0dd5d7db9f2b0293082bbb6e9afd5b7ccafe219d7bbac7b6080819225bf85a8e92090f256f93d2a02c50a2b397366f52',125003000,NULL,NULL,'45909f7adfc3e406217c42ab735278f88fbbc84d2d1a5f5879e8cf4e05486a75','534dad26c3589ecafcbe0631f8ec2e6b99ed748c57689f263d45ef2e49e129d3');
INSERT INTO blocks VALUES(125004,'8322e11f2c93306a455b7c03ed9e39d4516d22e3c23360e9cf3ee9ad88b4d3e8c2090aeaf74101e98ede9b037a63b252bf60eeda20649a6b92b4ff2723701289',125004000,NULL,NULL,'81526e57807aebdd803e8d77bc6360420c7b7f71f22def7e9aeb70123df084d3','c01bc31916ccce1af06b3e1485dc858f5849cb1f2bbf567dd7722568c8e32525');
INSERT INTO blocks VALUES(125005,'b664bf99ef0dfc4305aaf124f26c8551a9e30a7919e77153e31e9ea27fee6b151388db1ab1473ed2adfb01d861ae7e2441fc40683f0fbf271ba41bb3f46dab64',125005000,NULL,NULL,'c3c701162746d225aa82250da96f62322954c46338a219edf3ce385abec0b819','915707931e615486ef359b650c9618847eb6c7a524efb7739421b82ac5e93b58');
INSERT INTO blocks VALUES(125006,'e3ab8f0999cd157c21828ed63db6b223ea237afee4bdfc7f7b3a5e4e8c75309278e40be942a2e24f123304c95a176721dbc6cb9e7e8b2d07503e81f1d7a9c179',125006000,NULL,NULL,'a40bce2d46d26d17ee4c2ed47fc90dcab96b2a96f65cb7b91c053bb61523c5c7','3e97110938c5ee3bbed03877a8d152897b8c2f7af6b9227c31fe0cc31f6b27a1');
INSERT INTO blocks VALUES(125007,'69963cf15f2fe78c41c2b9c7970bf203a201abb695cfba9f35c69288dc7b19e4f5045012cd004c47f03243fef05fc96d759b0cb82bae76af051372415f660e7e',125007000,NULL,NULL,'c735d27db7fca3e7de3ff94a0030bc85073e30603bb13c02041570777fb1fd53','1a219f7c9fcefad2cca46b055f9c374df7c688dfdc02ecf55036445de2df62bd');
INSERT INTO blocks VALUES(125008,'b746a968e4cb45f34bd4638d6ec4fa211ee9cbf08db6fcecaa45c66910ff46c73f43b73bf038792e9311f3ba37e1557d66744c2549e3aa95544dbebe2eb726d5',125008000,NULL,NULL,'31ad07b6b402ed9ad0dabd98568ff48901b46ce0912468160d224891957dade3','1450e3c98ba3c3229720d1b23b9d204903ad5a3d3b5058777aac2d1085b3a6b3');
INSERT INTO blocks VALUES(125009,'d384a46aa6d7163491bc05d8faf83de0fb77c8fd5258f5e31a25c8d798344dce82274998b0696d71a062854fd1fb12afac38f3e53ba2c65ab15834998478419f',125009000,NULL,NULL,'7a01bb23254b01ea74c081342dfc921e1a9e8005aaaed47f836c29e3a21e1600','d570620748fd4cf830b9ec39ccfef2c4f75034cd9915f0db760ba5f59f956b72');
INSERT INTO blocks VALUES(125010,'260d20c3df6ebc9f43279fc0e67ca125b56111870e24366018d3917e2ef9f3301a14506edb8503d12e5f149802a26cf4faa279ed967208c0c7e87fa5b10948ab',125010000,NULL,NULL,'9d759c2ae93f7de6be80769d01375484b6d60e9246cc2b12d462df6f39fe72bd','358c991e52937e6c766eb7b79ee23f19577494027e4dc941fbf3492aff3c2002');
INSERT INTO blocks VALUES(125011,'7e32479c3a014b1ff8531f8184a88b172bafc495fffa7ab00b3de68c6d93bd58389ea3d2ec185a1e12d79ce8f9e2fb15c46041eed58514566827466913b7faf2',125011000,NULL,NULL,'c4c916c32af88b7bb6e2b49f28ece2a3cd87bb7adc085770b2aba51cb12dbae8','c786335a3de9f19d6f3a104cca8cbb17bb53f36a54f5f48d31814a778aedf2f8');
INSERT INTO blocks VALUES(125012,'c142261b2b8d7991e382268b545f65bf5cdc0894fa205b53c5db06f0120930b8edd76cbe4cb0f4a2209daba3877d1d5803c2f8a8a48b53e0835cee2e840a78d6',125012000,NULL,NULL,'4d6f2dac7f9cbed3009d4371655e4e9bb302ed7ff0a0041563d3082d3e06f78c','b1ef21714a98b0e6580557c2513dfdf057c18504afe135917be1e791588d3db1');
INSERT INTO blocks VALUES(125013,'7dbb2ae1f0cbba1408f32b46a7815776ad7d03b41dd81be92bca10df442a97f9a0dd68044d30bdaba363e3b0404ed2d17fafdb733ea49a5838980f8d9b3a8083',125013000,NULL,NULL,'fba281647910dc85b4a2a54c7f4a72974f73ccf0ad56a0e25ccc8b9d98f04710','a2e8c00abb5ccf48948298674deb353f80ca85cb12bc3450e5421a0b58801ab7');
INSERT INTO blocks VALUES(125014,'d911d0bfba2d67c5642f7f178a11b48e38450f623d5eb6d7141396a61b16df08ec1904fd1c90ef869b11e5949b1b7140f97927523b8f4b3dad3bf5ad873eb74e',125014000,NULL,NULL,'fb262fd3dfe989f4efd61d27b54578c8dcdd66d42303b9d82773eb52eecb8647','1ce5e7d91fa62baa5c5ba2f31809f2179f31f51017f43c65e7ac6649340a595c');
INSERT INTO blocks VALUES(125015,'364654dc81278c0924a693cea958e57a39dc62d998d4c954ef104deb7928d82ef87e39e3ace43f19d6781486b2968e2edefecdddab42e40166cd3cf79444e6d9',125015000,NULL,NULL,'c4e7787fbac34530388091a4e8690c538fb3a6302ac0728c4c6e4d8af62da333','f0558c596a6e83237a47cf7d02f372a6e86b709316e4a321ab03977d21f50813');
INSERT INTO blocks VALUES(125016,'46bd830f13fd29e0cb8b06b4f0f2f54ff732f84dabda71def256133400c0b5910383634d66033673385b6c46bcfb3760251cb5e23d376d339639d1ecdb492f28',125016000,NULL,NULL,'68bd59cea6028c2d5b4590135cae9bf75209a38b965c98999c1f749cd5f324d6','d1e89ea140c5fe546082bda432f7ef015a8907fe04a12bccfd87650aee6891c5');
INSERT INTO blocks VALUES(125017,'3edeff265209629eea69034cd577f087edd41c0f539a7c4f6a9ff46ef029420e5fe7da23e6e0b8938dee3f29335cad78f158d1f6ad23d4c72f7032ed99ad047f',125017000,NULL,NULL,'b1a8cbd3d40b82f47293ceb512ca1ffd2a676a2aa7b994c420d1aad59368aa0a','8dd1537ecd982b003bd8993c533dc78a5c8fa16810a96fe01a27bce8bef2b882');
INSERT INTO blocks VALUES(125018,'3c71c95332c52d5c9ce2c097fd8a61639827320d899ee9dddcf9f5a7d420c73fc920a639e858ed4a3bdcf778f10978eaa3b4d6ba7e4825520c4af8da026cfa51',125018000,NULL,NULL,'ffc61e8584f33f33c039b3f1485e68a6750f008cd9b7838d434ad634c2be10a9','c2f6f9df1afb8db38cc02ac93d3508106a3b225892563860a2a81605636ebaf0');
INSERT INTO blocks VALUES(125019,'ada94808b0a11f385f968331b6917b1afd7d34bf30ca89e3ecb23e0352df87afe5f60467146afca1077b13fe85020ee3734277f7df8681fb9c774cc6882d2bb0',125019000,NULL,NULL,'a8752c515bbbb2830f4cf2746481667eb60ad86e851a2448b10f1fde63bee61b','8fa91830a887efbd4d30ca3e02d65192732a04211ad513d98fe326408af16faf');
INSERT INTO blocks VALUES(125020,'833c612be8daa3b6e7d9d73b9d9297916a89f358d6f4afa82697e66ba54fed08a4a2fd154919bf5541a89d18d0dac651f86f04e889a44ae9517e6d7dd763ab80',125020000,NULL,NULL,'9a6f422e26b483b349a0c6c8bab8fc3fdab2d7d5c3e7b7309d3731c5e6d1984a','5ab483a3ec29ca3c3fc7e90e1b6a5a095f66ea8269f84f9d893f94120431d501');
INSERT INTO blocks VALUES(125021,'1208824c70f96ddf20e9b71a941817095224228cbb455c44acd57ada445c407632a764bb2101c732faf95d7feab818bcce1c52b58e300e6112f54e20841ff0ef',125021000,NULL,NULL,'45168163dd48c6bbb4ab980c006a670e3f3dae837bd5ac002cd5906a4c9962f8','8c7d34e6384a033a28ae2b2f7882fe361bb66c7146abdbee7aa143beed9128a0');
INSERT INTO blocks VALUES(125022,'19cb4aa3aae81fb95f3239ef756551b2828163bc6072cb866826914a71cd9ec17ca8a9802d99e4f3c17ae7407426eb92a0c91440905bc98522ef0eb04a2ed117',125022000,NULL,NULL,'f65d0e8118bcde43c83b373e2a6e2e77a79f45403419261459816ccaec906c54','33660c024e77a50b104051122e93707bab50542892e8a9999b35fea6fcead466');
INSERT INTO blocks VALUES(125023,'47ad8225454f301c2c8321674c74da1f6e4a9de85e62c58154b12e19242119933fdbc0508d273afa328be196d338b8c49c70346e8df9b16ecb1f41b420370e54',125023000,NULL,NULL,'63fd9d15293fbb7f0df40e9d409c664666fe4d90e7caff4df390dbbcfc2e1c08','a9d80411af62788cf78abe1f747fcd7e6e8963a9afa53aa7c31e5904cae72ce1');
INSERT INTO blocks VALUES(125024,'5e8941c8d243d0de80626f1c45d7bdc8aa9fb785f9befb89b650f391ba377bed233041eba3149a1aa4803199e6113b52ab77484991e59c7bc4861a148f1cf757',125024000,NULL,NULL,'d942543bbfd124d0ab7f81a68626f9f0bae856a98af770d115aed2188d7b70f5','b3cc3000564f2e0c961018d6bcc21837dce50269918ca33693aba7173271b235');
INSERT INTO blocks VALUES(125025,'24b6e5a724028b8a70724e34a1481c7015f0868acd440b495e1c9c82c794d9800c92ff333e5fb95cbd2eba89046ad3e4d88ee4076f76dc6c88d173699d1e24c1',125025000,NULL,NULL,'3a732fbfc1dfb38cd2532caafc4811a10a3212198793c25caf901861d8d4ec28','d6cabee31de55cb9ece18697c5a3e7829118299c201d8e8e8d07a1f87be17037');
INSERT INTO blocks VALUES(125026,'9e08f4bc97dd6b16dd5c3da853e32f669015248dc1e4648e8b85bdd548692de814f409a44830a70b9eebe66650b424b900f722cea1043b0cd2ba99373d7181f5',125026000,NULL,NULL,'93f52642f948b9b377ea9547f622b8ba8057c0796f0e7b95550e9f48eac6a6db','9d25cfce0c8b0448b9684488ea75dc51cea9fb8ee18494f0c845824c80e2716b');
INSERT INTO blocks VALUES(125027,'448b9ed8b0a0dd53b3c0b8604e87660339c5a0a731eeb4e80e35823890a7b90a2e273292fdfc2e81247859afa51931a21c643b3d7254c00eabd1142e3cd29631',125027000,NULL,NULL,'07e388c32dafdb18e87b08ce4cc2ac2c749f99d910b9862510434cf52999eb16','d2547daf8582372923848cf5fd6b5e31e8ad2c0836074aa59729f76fa865ffe7');
INSERT INTO blocks VALUES(125028,'9f226e675f14d9b6785e7414ba517a9d7771788a31622caa87331aafe444e8792b4f63767e2175b1e32be8cd6efe8060c4182fd08f9a7adb149b15f18e07ec1b',125028000,NULL,NULL,'3776966b5b9004d24622aabde1f3d44733ee14ef1a689086e88d12266fce74fd','59b105e1fa5a84a097ffc8404d4d92811a7c823ca95316929a19d6279380b93d');
INSERT INTO blocks VALUES(125029,'7317ea5af2ca4c8fdf5ef475c806a5304e852cd3569f816eac95bc8376673cfe3cb2afb701ad27fcd14e4dd448fb82697e48ceb8b3534d62b5a94b636b37653f',125029000,NULL,NULL,'5e4ee5d27eb6c272446cb77dffc02b65932388e621f34fea300b97ad2dd16b66','b289ac50f9a37f071d9c7191466a789887434cebd7592fe7743412970f519b8f');
INSERT INTO blocks VALUES(125030,'dfc4070624c84471fc34914f4872491490f3c2a64e65de043d0cd1aba28a3deab42dde9a9df8ce1aa134c5c2f17f03ad25f8c876eb8a98e576e8f6f230adc1ed',125030000,NULL,NULL,'bbab44cbe51536f1ec13b4e37c3280602a980acf9c5d538e9a21b1df86910501','1e199f79a8e6b737f6ebf8182672519d95f654234d06b0faf74c48b07fb4229b');
INSERT INTO blocks VALUES(125031,'5313469980e89dfbe92fd25f59bd9bad29ab5891d25b9cc35addc939979865e059a8746d97db3ab028cf0438ae4cd0bb78d68f1c9cf0e49fb979bace604be536',125031000,NULL,NULL,'c3160bf2d886b0234b764e1827435118a37338a9d50089576ae85c1a54b0e073','77f1ede251fc42dc6ca00450ba359bfad21c337115b69a1ef975956577ce3ac1');
INSERT INTO blocks VALUES(125032,'c226d792f6687bb7024364b57f526c531337ad302b0e64dba5eed4406a197f61fa1ac86b5750d82363623f41c10d73ce4e68efe32a95026b17467b69a384ad5c',125032000,NULL,NULL,'0a308d499b19e57f95ae347227ee07536dcd1378b829f391002f7afda04e877d','c0af2177742629561b3ff92366d38c7a1b280217e4cf8b85670efaf72ae44e39');
INSERT INTO blocks VALUES(125033,'47d20eaeeaaa017276b343a2410e0219882f00d3f37a2cde895ed6533c76e270b5d1baed267bed633341a9f151ea1926b11c12c98e8b4f3ffb82855fed4587e8',125033000,NULL,NULL,'84a8b5dbcbc4e91bc2847f12d6c6306c99f5a8c46a72eb2b0359b385c3227e65','6056fd94bc45303cfb9844084393298e1bf39e29d0c2e5c8bbde8511a1e4b23d');
INSERT INTO blocks VALUES(125034,'ec372a0c5286fd32359a4b230b2591c5a042a6b8198f50e48a9f7cbee29a94133c63e998c9cbd761a16e310c61cff3d7d6c3fdb31c0017952d9c9f0e0b227634',125034000,NULL,NULL,'35e8c4c8139e25d42c51de36c8af0d9e7aa1154678a5c0b3a7869d15cdcb9be9','062bc005d2fec224139df983099dd8b388d51e5fb811aeaee1270af74f121c16');
INSERT INTO blocks VALUES(125035,'77521e4246cef326f9225905a2f0ec39d9ca03010ffab5e2069d09fdd429bb46397434401ca205a3dd1fd2551f7b51509e4175a4ec99f050a23fae87aee444db',125035000,NULL,NULL,'b2dbe2dbcf65d59b910f6481adf3341b37f4676f6364e91156564399b0608853','9cfdadeb5dfb557f57107fb3a9131379fab07643c3e89d77a8b8692d13b48288');
INSERT INTO blocks VALUES(125036,'11cf33c1a299fb202ee558810c60435613199de51d6ee5a0bd950df50a2d2aeb2b56c338f06f53cb242ab71633f783f3f77a2485cc8d0bb0dd25e213e3b19237',125036000,NULL,NULL,'dc919576e1b19881a3e61a2d2d8dfbf0485b5c741592e1daa1b5f51dec066032','9e295d2be29fb8ae13edd94644007378eb74e9290534ccb06ee79199b4cf54e4');
INSERT INTO blocks VALUES(125037,'c2f314e6b8bfe22b3fc958f311a3ad60bd65973ff0afd65aff5b4656b112601642db654c8e520ca7ea9d020a1321045e0366ace5475aeda8a09ac2c1f7e46062',125037000,NULL,NULL,'5b7ac1266db77cc82638808031ad99a0542d051464a66541978cda0cd57d213b','e1080ccd12cd0d980ca3a520de47644b579e0e9b20d67c11cedd12b651535342');
INSERT INTO blocks VALUES(125038,'bda2c508410f604760a474c0829ddebd39f7e1a3bf642483d0850dd66fa3142a8cbbf6e6d1812808b07edf4f179709fd321b0967b88830e2ba3f474bd5d04867',125038000,NULL,NULL,'e3e38805ceda787929bacc4f12912484ce3123fec6b3435be9630afc978df507','b0e363d4d3927888af3302011261e154c0725ff874373c85f5a837a92a4d3d39');
INSERT INTO blocks VALUES(125039,'0e8aa5e61551f54429774c27dda7665ac746e04ffad7ea7fc30d0c10eb914325c98fa6b09398d9ac0137862787182fb1f8f45d2e840ecd7ec53634ad8c6afa37',125039000,NULL,NULL,'4a729a3062f9c4a5e59edbaf9eaab5dfc6dd6957d433eb197a8faa2c4ccbba39','12e814c7a5c84173931b1ff165c40e3efd2e46d18f9410a02d6be1ba26e2d71d');
INSERT INTO blocks VALUES(125040,'4cccd2754c6eaade8dd5a60a0b1a0a39d80e5348cbff18dea4e2b66ab5c20af9c59a7b737d7ee7ac3b01e0c94e18f797ed9976ed0aa97b3a312f345a02a05b9b',125040000,NULL,NULL,'8cbfb77476de2f0febe51a75dcb480fa33ba29e2b571b9c58228db3e6db72a07','e554c64a645476b6e99d5370e011e03f1674750a4ea10390978d00b608215137');
INSERT INTO blocks VALUES(125041,'12389822986bf132977ffb72385c92c151bc3e8655b89e33126ffad603486885c7d6395e34bc49f75fd8b6f91994c4af72124fb0ade2b7cf578848bae9767bb6',125041000,NULL,NULL,'68015b85b629a9cc7a06ec61e1c8d2fd69ab3a51ba87aa56cdf2ebba9cff702e','633c6c63cd1423ad3518994f81769bd43aaffde1cfddd2aeaa54916a9643660b');
INSERT INTO blocks VALUES(125042,'7edbf5c584ea6177755aa9440b6c2c2f3b651f089fff837a61f853813343c7c7b585eb49f0131e2ed98ffd64a41f0df345d8a3e814070f5cf02dab28b38bacc1',125042000,NULL,NULL,'ffc330a0ace2ce2d3d023710de435f3cdbe09b014896523f349fa1419230cba7','6489988b64451ff0f9c74936b61542408c282dd1ec9c38b6620250a543b07c13');
INSERT INTO blocks VALUES(125043,'240660b1ade55a1d5f64e0e9d4f14c751cd2aba9afa64877b03c192bb4a487e91e009180f1e904302adafadb196377114de3fa3b9f207efdcd0c279118e60dfa',125043000,NULL,NULL,'05f368b11d900cd02c89b9f8a1c5f6a9be094249a20daf646773c8be6f65281a','8c2de11066f1e96f078e55c408611c2038986127e0e2ee58e140d3cdaf95a1b7');
INSERT INTO blocks VALUES(125044,'499cdd62e3fef786e15aa7c87b27b2325c98a845c1b31e41c4246c98280be4202b05d41f3463bd972ba855da9f05c7a2a308c3a614b6d088a5ca40b27e50e3ab',125044000,NULL,NULL,'ad04a99493f319ac0d281bfee6e65d14b28742e16ba0e425f9c0a59d2be9e14f','0a5e9c3ae3f33e00b56d838e1bf624bab9199b0478433a85396dd3e5b4968d32');
INSERT INTO blocks VALUES(125045,'78b3a4e982e90a6e977e7d6044c6de1ae6e5c7a4116b912fd2923006380767e842c73dfa45f63144fc3e368b9979c7dcf71e34db2438fb18126eeaa71495baaf',125045000,NULL,NULL,'90d05f51a155bb424c4b8d29f411ace10a598482d3d5ad19a6cf1cdb791ddd61','7fd2d7c2c5b91f9934f2de59d21f3034104cd0fe8a629c5b4f027fbc8b531486');
INSERT INTO blocks VALUES(125046,'6d09a2f66be5a338d44a8905a5eee901d359f6c8a0fa4b8a2369e0db591fa87b7920b99c438125335a40c40f3cf8d5f04ade22c935b78f65ce3bd06a7675443a',125046000,NULL,NULL,'8793fd7ae785686380a05e653344ffeab785f5b381cbc01847c5ab167f48fbd6','3da372abaae6f5dd02b7b5fbcbd17612ef7fabf6fa30b565900c177f92c18ac1');
INSERT INTO blocks VALUES(125047,'d0d27d889910164f21902561ccbcb5e5b1e585a98b2a45f773a6c63249c7708eda6c755aaf2733245d0d388abde416485f7cfc028358258c65b07756831133d8',125047000,NULL,NULL,'e24f9f02eb23a43732a11afd23a18c2a3bf9197fa13899e9aab2c440ece44bba','f3ba3191596b62cdef58aafd32d67db2ec281d8cb152d3a09270a27195c1848d');
INSERT INTO blocks VALUES(125048,'33ceb941d59a7c205b7eba6c6f66bfce2beaba82f919e2917805e0ef41187095b21d7f44f30ed35c410663de6b2424be9bdd061be9435a79f163876364d51d43',125048000,NULL,NULL,'a7805469a067364652e1a9c320ae2f17469f4614e3da557bb2a2ca43242b9503','058cc9dc15fbfe509fa0a43792f71dd6c5ebff7cf6cfd585c158096979af5941');
INSERT INTO blocks VALUES(125049,'74dbadcf2a24eff2d8f91b2e897d8a3cb9917dfb0b91ee9e1f998cb5516e8b53acf934a6629d71953f2adeda6162d62c66321b513539d355ccd51c3b574f77aa',125049000,NULL,NULL,'8aa871c80e4d857ff218477019d59b80470351764a4180ef0fdc801afa73889e','050b4c5cd34b48f09fdf1a7a1a2eb07348790218906f07f075114fddf98b45a7');
INSERT INTO blocks VALUES(125050,'96f13cdece65d8f565b8da23404826730a46f2c1dfc80dc0a91c90e151538a274994efa7748572ce780eadf6494b6be935b84bad037b6f6c8e3e4dda7162d22d',125050000,NULL,NULL,'ca8f0b5090b1117f100fcb4c0450b7f009821c6e4fe60bec4b8a34b3654b7d0e','3eb056f5139bef9390c3ffad866c17abb01197ad1e528616cf4aa5ecfb2e3f53');
INSERT INTO blocks VALUES(125051,'a217d3e988ccd8860da329ef66cac433b4d4a2ad2f4e142a5c181c2f413f6a7c9fe66296deaa6dade5afc5b450c9f4ab885f03632691f4a7de3dadfb5d294cbf',125051000,NULL,NULL,'03f9b1dae801437f5750ac65d28416d5739c1607b87c8532496a362e4b82a093','1f75ae10410babc16d5d595c702e7a61d956a190994efcd5a95655b9f6303108');
INSERT INTO blocks VALUES(125052,'b9758db7828f0545cadde8e918d2e433810d8b1320d8f955b370dc81be6c1064eda35126895a5ebc47c153b5416b6eaa6f24e670d7b4f9d0f4ad8022393db3e7',125052000,NULL,NULL,'7ebfc17d7e90016ffd72f8ef36bca790f0b187ae221d8da6882703e3d87f87fe','d8e9507b2f1403e804008a8efd749a6d680eafeea8d4412b4c370dcb533fa081');
INSERT INTO blocks VALUES(125053,'3fe27307afbf4fc82b05404d5a6e22fbc18a6572c65b45bd302630312e0f645003efc695e15b8422a05ed551e56ba1485bfc6901db8b6bbf067832cae2f1a2af',125053000,NULL,NULL,'4c725da6025cc3e38616a494c9f7155f96fb53bdb93a8b20c750ef0e1759fcf4','e70b882a7b0fb694d4d51269791195384265498a19cb556d78ea261707c1c535');
INSERT INTO blocks VALUES(125054,'d913919e375a0eb085b0adf68fa926f8bda220a4237259a95da4bcf9a67c7aebe1e09ae23874d4cd3463a2248677d46ed0deb5127d328a2ecdc99b21dbf95e6e',125054000,NULL,NULL,'360671e42863b78b67fe6574ebdda4e0e9045220b8dc7ad7b37ac92fe6f1ff12','51aaa1e56eeac02718a50f8f3d065a394d9ad531619acd3c1e3f0e88bd180f2d');
INSERT INTO blocks VALUES(125055,'701c2380f56df14a7f6c7133f3e094b23c3ff653bd2adc6265577fe0c3493b051a93fbea95235d29dff8b66a9dd6851e75c022d3f02b879b84771604091e7e37',125055000,NULL,NULL,'3b27b0467e5725482f54aec3132f20098658aaa1c21099ed75df1140a49f99a0','22be4bc9ffcef4e49b4d1ba8d5d2880005e43a60f5c85970b43f0d38207870a8');
INSERT INTO blocks VALUES(125056,'d7fece17c659c0ec86f31fedbd029944708556d47bcdf9913193bfd90906edba5a925bcc8b03f4df67310f778a80167c2ce8ba8fb7959d3af6d17f5bff608e27',125056000,NULL,NULL,'2af4b05ea39dc350ee48687f9461703856395b323b54c0ce3a164e41a5f47908','b67c9a326de0c1e331ee6e31cb79af2c2b1bb958b54509f764f1fbeb3999f106');
INSERT INTO blocks VALUES(125057,'e35a25ecb6f50f9f4009ebdd87f9e76f40fbab78c5417aa0a11ac765bb4adb614eea926ff7558cc5fb6194c075dfd95eaf2ee35f543dce4ccf72273a016c1084',125057000,NULL,NULL,'d7868a70bfb8f374b611e2e54b6807793ef5d6edbb56537c3d0a6dc68d631e2f','cd7c08e37395906f5d39e9322d40a24e2e7522852801d7c40d91211af0d54a15');
INSERT INTO blocks VALUES(125058,'3e1a363381091400bb31dffe611e251598a7c7d0c5f8c14a06c8487b2cc0cc31a111112c3fabf2e23c705425f531cc91f21ff7baf4e7e015ce5ad884bc3556ff',125058000,NULL,NULL,'d85a7a9fb4a8c7901f6cfcde29d86fd88ed3546385912a20d4d105bab7072292','f3a29c6e6fffdf736bbf7b82e56632263011ac6652271945b88e37bbcc4333e8');
INSERT INTO blocks VALUES(125059,'7c09b5350b292b8ec7a9492e50647a0fac1a1c9daaaf76c7c2f588d17058333598422a6b09f6b43e65ce1c274741c970e76f2367cd7341f31fe5df3aea6fffee',125059000,NULL,NULL,'6e9325ba81cb530639467b7b44bdac429cf5d9ce6e93f98358b27c19e805a39e','58e9321a7fee049567217bda4c636593b0269bccc7b95152b785cdf7829adbc0');
INSERT INTO blocks VALUES(125060,'c0f7e693943d7ef303f8a8f0b82b42c05d16bac9a51ee748d7356fe2495756f4c8b83fe9848ed65d6063d79ba5180c9a0635e9dd1e09f2978c7015d688a71bb0',125060000,NULL,NULL,'ee5dd20d3b157c699645577a70216552f5056d8eb61c6b86fb2e7dd0296657bd','5bb7fac712b2e8fa3537b92af72daf038446d9256871833297a358167763b682');
INSERT INTO blocks VALUES(125061,'024f27890e9c28b78b0a9f57c36057f9a3a6878d7d1312b71d0e6dd97b2acba0c171ec3da6da1a7564b182764000f4ce0e1368abd82796730f5fab763897558b',125061000,NULL,NULL,'5d00aae5504b5cfb914586b0f5e2b6e7b7cc91641bb66c071a274d671219af69','5ebe5aac3d2c6bfc67010bc0d7d0c4a6e9622b2bb70154cf0b17a014324650fd');
INSERT INTO blocks VALUES(125062,'ef45b046e85b9aa1ae2e5108421d2f77cd2a167d45c8239307666e23b00042f09057c840be9f0802c4a1971fc6d33dc072e8fdd552802859902c94ba9a0616f7',125062000,NULL,NULL,'8428585f88a1d285b57e504faf4c4dd88d8897be449b466ea5bba95d949f0331','2b3f6409ab2a0c222c71dc639ae385ee134107a91d1284c3e490e3ee0b691715');
INSERT INTO blocks VALUES(125063,'e6e3f4b7435f96e5972f807fbcbdef20e46045572a235c1a653c97d33a88fc31e0169e491070619cfcf98e28614148f6b880481535710829131251018343f477',125063000,NULL,NULL,'2cfe98ebcab4044eeca3899b660b35712f92a6986a351f9c18e7381b9d299b3b','bc3c310df0b4f275c593577779a036c72f02eeb53e5930c987f37ba90639df57');
INSERT INTO blocks VALUES(125064,'f1bcfb020a9b17722d2a304089806f267ee67561f5c33f8c932d0d2430faedcd7504d98db47e5f996834fac46935c47bbdba8eadf178d52ba8d5c828c08aa000',125064000,NULL,NULL,'8203ef47b05b82e4ba54e6d13a3f24109ed768cbd6be83ffc46588771a61c1ad','e63e7085645c56c1c0f3c9233a59269e3ef2d67aa2ab84f24d780f8e4b7978fa');
INSERT INTO blocks VALUES(125065,'97324080fe0f8ab79d717f3348bdd82add208d261f2d04e78a43818122d08ae8d2eca18b16b26e9b5862c0272beb751a62898048caab736438408c3fce109fe7',125065000,NULL,NULL,'463ffd4433818af6b653826edb6c6601fe9dbc88fd03e866994869aeeba73b4c','0ea9bd5a89422d127a34dded9482488135cd8dde7cb13ae6066fbbe427958902');
INSERT INTO blocks VALUES(125066,'bafb9f69a8253e308e91876d280a71ada97cd903ca04f14adbc32163d166632a19c3fb3773c9b126faad96b21675ea8c216ab7930146a532da10269286b3f675',125066000,NULL,NULL,'31e769bca4fbde150567b47848ba32a5d3a891df22f40de389c7730afd59bd45','91ea768e29a6ce3547625f8a3a908234b84177b0ead0be98bbbefef288ea4e15');
INSERT INTO blocks VALUES(125067,'48b9a51e1dadc6af9cbd9ef618681c97471cabe25207b174f93a749b3d42db15446ca78b489a92eda8596bd5a237fe2765aa0e747bd062714b0e84b5d9fef4ee',125067000,NULL,NULL,'246132652c8f3f96f65c1543aef241c35a1591e28968857c042df1ac9313fc80','a3927c2dae423742476c92df2d53956d6e1be5385b33cc38f20fe351b0f9c391');
INSERT INTO blocks VALUES(125068,'a4c7793a1ec95d4bdef82e29bb92d1068d46bf9fc542c67b0e8eab9e7795fdb0041d38f6c14517f2dd8ef0f1afcb51658215e08fc8a4261cc3a8f0ebccba7f28',125068000,NULL,NULL,'b0fccc9577731f10669d0108cf3ec1830ce2f25565037e1c69fa8b2a5f4b5f60','89090632f780c51b031f921531ef4385f62d854afa36632d6187c3afadaf1efd');
INSERT INTO blocks VALUES(125069,'0cdc2a768515be5cec8f1ac0bf90f1cbe328f112654363b53adc4a3c71d4ef4a24fe76e911a38327ce9476ff1739d3a0cfeb87650878eb50d7756a335dcbc0f1',125069000,NULL,NULL,'90c5d0350f77bd8421b072dfee1b3e92f3f30cf63b12b03f9e040450dc84adcd','1d21b32ae6e21c23b00ea4feb30fb2aa3b5f8f3cc317d7c6cb672d9a51118058');
INSERT INTO blocks VALUES(125070,'8d3026550633fb3c192d35fe9eb34a336a375b702d24814232f5fd9a306aca9c5c88b62844eb6de4ed9070b938ef959d7c06c5b57e09c1028a130de8a66b73d0',125070000,NULL,NULL,'4525c898515bf3bd39c708d139dd02232fc148cd70e3e8394d3da10c3665c8a7','1ef40f3e2dece2c9a1ccb16ed9ccdf39af966ed124c3b0c2c1036f8233a2dbee');
INSERT INTO blocks VALUES(125071,'ce1565e85d22327c9167ebe6340ff3455dfbe588df356612bcf064083ad551ada2013ff7855f738d50d788338e8fae7beb9be34a87496e2e113084b16cdd3a60',125071000,NULL,NULL,'eaf7ab1eead9a9614206232f96ab46cf9cb6f52524538ef2ffcca6b6b5dab4ab','86afc9c6876def8af62d29f296dcf92c9a6088deba00781ac0d8cebfbf81a023');
INSERT INTO blocks VALUES(125072,'ecfcdafd1924ac35b2a8a2cd794d4a7118107f8481c3efc2c3128eea5b5016f16c19354323fe2830b49972b947156199319a440f0fe1d2646cc9d2be6d160e32',125072000,NULL,NULL,'e6e6cc3704199203289b18ef24079e1773807108d1341f40041c536cc11fe9d6','3325dec29e72358041f609fc1bb908e9e484936f05be8630666bf0249b32ab65');
INSERT INTO blocks VALUES(125073,'49f82bb1b6373d11807a41b870bf863d023b02aa9290fa89af227a2ecd7f68692753260cd95fdbfc3a215886f72a59433c48b98e0e63c67072e7978128b8ed60',125073000,NULL,NULL,'4c58e40bb867b6e0e0fc45a29403a4249712199b4f2cac22caff841a8abba76e','4bd781b48c5d12a21c27e9f79ee7dfa385e2a9d3a12549882cf347d15ff3036b');
INSERT INTO blocks VALUES(125074,'78130540890de0b675b37bde2aee28c8fd4ea1678de7afd80b1149be1f25b7cd8b8a43a7f5529136708b6345dfef6f2068edf5fc84636ab2445c2f3a7191e7ba',125074000,NULL,NULL,'648cc21c3fb2889b8fefb729a3e57f91b735fab80779a474df924831c8ed2ede','5554a486d29e8485d3f27853f480d27985427917949703d6232ff82f2fe9e294');
INSERT INTO blocks VALUES(125075,'d93c2331ebc27c05ef1edf7f5283ba6b936271da24894dd753ab8b9a5866276a075eb5daeaf707869e9422339730bdffe04c702b964eae6df7fa92b161743ec9',125075000,NULL,NULL,'8f2d1c2b26c257c66452051a11c32652b15d25e80ece5d2fdc156aeb5394ac9d','6df3ad3f32ef30524e164ba1a4fee926a17326bbaca48c513733fdf6d24b9419');
INSERT INTO blocks VALUES(125076,'3cf66db0bf703924efa0b1a509c51545ce0cb71bb75be55899a5e866392de3cb79fdc3bdcaaf9984a9d4f2e790d4c2d3f326dcd80075e321b34f90def7467014',125076000,NULL,NULL,'20b058d31265018c23e0542cfeee954f1d1fb31f807372f8baffbc034fd8a089','9847af8f1d444bbe4c29babcb98f06881933f689e6790c4306ba9fb76cf91922');
INSERT INTO blocks VALUES(125077,'a85d0e1aad11babf4868b07ae9af70e31ddf4759b4678a714aa0cab6d42c6e27fbe10c7b7126eeb9b4a67e499dc48905c487c96f89fb1ae81783c7293c783d3f',125077000,NULL,NULL,'7aece3c5e8529ca2f6f84f50c2d4ea59d60dbdec7af62d60468789a5df465d96','37483676b1fc48fbbb66b795bff698bf84c1be065298d4ecdac62238a8a6a1d5');
INSERT INTO blocks VALUES(125078,'174d8e6c08617f64c726d4ceadc20b3465efe775c3dfeac4cfa0cc4216168ee9e3c3d7da993c9c5c71073c7c5b51a4df17f9ece110bc7edd55dd5c8ca756ce7a',125078000,NULL,NULL,'a910ecbc1897cd5355777a5b7b62c28528c91e574b6cf390fc113959136abf5f','98753e966ab4766f643872acbc2daa5983d475b4bb3aebb83c781e1ced932b77');
INSERT INTO blocks VALUES(125079,'f0590b3f199a1db947a38a4955992e6e263cff84cec984ff1a980317815d855fecfdc4eed6969fea08825a28b49a9f84946b617b33b75745c2576729c467ed5a',125079000,NULL,NULL,'1e610ba9240bd69f660af1fa4482e44795b0ec90964d191ff3ad48ba35868c85','c29595f2dec05bc10cd262bb8d7581b1cb17b3adb5d8cffacb066b247fcad65b');
INSERT INTO blocks VALUES(125080,'6709c9d903466d14d29ff6940f2a9778027cd368520f4ef2d457d9e5d5c52af845a3312acc25fb92176f0e4902d8985f5419b22da23f2120de3f684f483b7c83',125080000,NULL,NULL,'4836dfe6ead791a765d476833e9c0cf52b28f239dc82fcfb60035b020854a308','f7a470af801e3a8d154120c8bbc98a4143f058a117ab025e46906e944c0b277a');
INSERT INTO blocks VALUES(125081,'ed36a12306f191a5f796e3604e814618396ee773e41bd534eba4534fabb9632f3db522fe0422aca404792181c62df1b596ba445eb7ae414441d4fbe2c04b62c4',125081000,NULL,NULL,'45fb7051f740347f70d15b7a26cfaef7be3b8d9c1444c34feb2335bc271aea19','e5395597166dd1d11cc6e69c9ec8ab749eff830568e9283319925fb5acd5ecbb');
INSERT INTO blocks VALUES(125082,'6bebdb83a225957a55b436775844eb69c0dd529bfc5c2ebb9088a784886c8abc1abcca7c49518bb5a6a9eceeacec2a28c9b89d41f4a7725e3caa325a773e0288',125082000,NULL,NULL,'bf4bc964c00c90bccd53cc2fbeba3a35e5e4c366c9598e95c13aceab36e57f1a','17012da64482ebd3a074791d68590413b74b1e96e69b777b47c5461722e9a6dc');
INSERT INTO blocks VALUES(125083,'6b015ebd2c2986f6df13a8feef2427d8b03a4bf8bb197eb2053d5c21370096e8ea57256008961472d8ad195d56f7adfa8b5b295d4916bb45562a851251114e34',125083000,NULL,NULL,'3149b9edc664edf89b5a5463920190a4427b99a32525686446099d4fe36d837a','87b1a3d02a6023fac8cbdfb9c237e8154e393ab82b98e2661239662908ce54b6');
INSERT INTO blocks VALUES(125084,'87467554696f2c8af1366cfb993410b81e17e5551e963483f7c2922d7805d1732cf141cc42ec0e5e0042a82e37512e24786f6e39274f2c8d096ba95d55bf2bb3',125084000,NULL,NULL,'89c1120f4508a5b7fc4d8f949047a9ed50e303c535fa6b0143f8a849a33a46da','f4a1bfa3c1560d29d81675dfbed2e35de8fa00ec7470594cd08acee9d8fcc7c9');
INSERT INTO blocks VALUES(125085,'b3ffb46bb9ea5e1203b393bbee2f84bccbbca85bafec4a8df1626e75f66b65f612c1d53fe71d73b961e157c7b3e3e78e25a312286ee529da6c8820ec1112b5aa',125085000,NULL,NULL,'d510f3b40b496ad5a8bb4eb176fe25f2bd1ae21c63a1ced8128814dfd946448e','fa6a22f8847e200ccb04b980d09a126c4ce5261927ece5ebe5871edbf5878122');
INSERT INTO blocks VALUES(125086,'7bbff3b39407329f9994849099b89a9624fdbbf5711e1eb83e508aab11416b35f759e1dfb640ccf4f59f1bf9d2e8eeec393db74c0b82e46673eb002fb0901019',125086000,NULL,NULL,'e936fd6dc98c7c46d2473b412b01402381fed2fcf115e03b9b0b8efb84867df3','54d18abbc37e28ac58af90554ef172f51993a0209bbc7fa20be067c44dbdc97d');
INSERT INTO blocks VALUES(125087,'1e0cba7207f81d1fd5b5ba2791e53db73a0b410f43b8a767e6b89277f95519ebe776705ba0debe97ce2b447c6685832664eb0a695c157a668a9e03ec34ead8ba',125087000,NULL,NULL,'85a8bef0d9cd0c598c80cbf385207565eb33738e802a55b05ebe3c2735b992b0','f218212e69548526689399226f39155d28fa56c8ebf51c7b187cd629bafa3ecb');
INSERT INTO blocks VALUES(125088,'43da7d9f0a402caeff43c5f43f4dbddd28a0a4df6180fb3bedd96eb471df18896096e0b602a18e513991549337b525325ce4b3b3a5dd22168a14a1208b700a73',125088000,NULL,NULL,'311d85f12d3d6715d2cf27fed172c142f5098119f93b5e30bd4ed6b2bf6f5154','4db180a5b21b197109edc136b0fefe09c774362c2f7ecb8c65a8afde853014cb');
INSERT INTO blocks VALUES(125089,'b687c747443e2b9ae6fbc145dd896cbe0047b557a8fc205286d463ede5c585b20f7f5fae438d7fad4a9914d233f554ecf586dc772ad9ab96fd8b1232415b885b',125089000,NULL,NULL,'9166bd61a0e11fe8163a202ad97c4aca90a796760ba7725dbe62d13f855cdc4d','5cde6f320aadacfe2cd5c8e5ead0882180e70500d77ffbd6115c62e6513b7e81');
INSERT INTO blocks VALUES(125090,'22f5f22b1a3655a4a8356c614875b24e57afed7b81f448b0f082b1007c67a75afe7c84a6662bfd407167edafd4fb90fc68c2898af9bc9faf9b2a2f7823366fc6',125090000,NULL,NULL,'48e9e531b64a1f0a7e78b13fce9720e2f8f2d19d2a32f19af89a89ff10cbeca5','9d2c6249f5e75345ec1d2587be2472eef3504b25090044fce6253ebc57c1912f');
INSERT INTO blocks VALUES(125091,'9d334a498eca94282d6630fcd88d18a2392888a0f8029c1216602e345116b7cfdeca4362115fc8e2f01acb8c961eddb12cf4b090a956e06d6a04ac0233989811',125091000,NULL,NULL,'4d77881be95bb653a8e9de8300927532db96dd36500ed84f656ab5419a1c5f43','f1688013427a7bbc1f446b7e548e70954d4b4383d79e59523bf0ee3bf1ee9970');
INSERT INTO blocks VALUES(125092,'7782b386cd92d0fcf9f4179e6486e38cb938cbb300a7b1d11689a91dc36a682e9e17318c50c5759d3f14599c2454211de6b8e119759dbfd779340cf0e012b4ec',125092000,NULL,NULL,'2b17a08751adf7a9bbfc3291164c5d3e14714f879051648a3135a210793f0122','24aeb61df63b11c68a3f401086eb3f535a384ea71cd8ccc4144b67a9fb578497');
INSERT INTO blocks VALUES(125093,'9a13274c2d5cfd7a99cb883ff2138300747e82f5bc26511651a46bb2b973864ae9dca8bd40a7187604b935bd5607909c3aa18568609bd3042f95a9315004ade3',125093000,NULL,NULL,'c2bfd47d762fe39b7bdcab83a7453a8af6e93ebf46c73f82bc3b8575247e3964','4dcebb0545c96ca8f0d0c41ae5426dab53c66904b177e09e78ab3650d28d576e');
INSERT INTO blocks VALUES(125094,'6c58b891a05d796a69a56b0be77df4174809ea3ca82d1ffa40b95dfdbcbf8f06afa8e9c75b744bfa1dfebad0a3bbedb842c959757b2e884d72533942de971de1',125094000,NULL,NULL,'fbd7cbe6416d91a092c34ba0bff5d4a59cbb61e4ca038172f06a9d12e3ec1e9f','b36d7ec0777f7e745420281c92f911b5f3534a2d142fb20ad361bebe3e231100');
INSERT INTO blocks VALUES(125095,'da307e407cb38d53bc7e9a8ed9ff477ab9addc5a029e4e024d8975f2a705f0b3872e102a92cb7d183154229306f72cf58156093ffa339f404c67f8be3d988ed2',125095000,NULL,NULL,'98a639ab6d2a44e0c68cd2b2aa8d2148b6045a5e04c76597ed0f13526699bf3d','b27e55bf20210b579435a3468092fc50625e02fcb8eef24a39f0cd453617380e');
INSERT INTO blocks VALUES(125096,'576bceb5b89ae12f7e493f50906cfb4e6773008474b2cbbb9cb94d90a2de8638ef1d5504e010913a886d75a4cea1c7d4c1f494227a2856d9f4d0ecd3125c06f8',125096000,NULL,NULL,'7d0cab64f8c51c6d9ffe47cbf00959d95d5792c8f87472d1df3d44a4f932808a','b01d8455729acd3c374f0c465f523f5ce3135168266a326fbba69a345518dfb3');
INSERT INTO blocks VALUES(125097,'0e82af01444fea6b8429d63eae0feda27f0504b8f5632e1121e17ef42d24dba60ef17efda48308beffd5f6d6b70a58abe10fa6b85b8e10db8a17e8572d6ff5df',125097000,NULL,NULL,'86eb1f816a450a4c2cc5b5ccb0b0e3508d978860992bd225d69362917cdc3060','e36984b506e514534cfe0cbb0e5737df08a39dab20a0d2543f26473bc5432b3d');
INSERT INTO blocks VALUES(125098,'1056f8418f3ee73e2e3ae70f039789eaa32ddde1df728715e6e8698551d857aa309b7be1b26534e8954a398cfc7321716083e89826ffb41897bccf5f943055d7',125098000,NULL,NULL,'f47b001406204c26a7e65ed316db21deb0e5d96dea122985617bffe511fa3fc4','f0cf4105557de33e610a451ab88dc643e2a2a3669c17d6fb479a700ce66d4db2');
INSERT INTO blocks VALUES(125099,'15ec5f098545ce28a31d2a6b57f63d3674675576e44995f98d0183f47e4abf84a7f5047ab912521e81f4e1d3e7ca8cb97139742879c505ae40c6cd561709ce94',125099000,NULL,NULL,'1c12fde4834b9eb73ddd0c594e203e3c5ab6358450cc094bf265b328639af2f6','16a1a11da081ded581ffaedcdf14110ba745d4f6f7c0bfc3700a274c8418b07f');
INSERT INTO blocks VALUES(125100,'ffe47629dec44292e515f6fe62761595ca13bdbedbb2d9d53f43c200de013ef8816f333a3506b827148da7634365a335e408b6fc559df2bc658ad13d90cc9ed7',125100000,NULL,NULL,'1e8cea92b0e9f9acebb7dafa6c5873338af005dfde8650c2d12c4d8353c79d16','a3780d02391c5955320175e21adab054e31677ec861a62b0da6fa23e079e1180');
INSERT INTO blocks VALUES(125101,'34cf9b59257fce62659ae3f5ff57a6f3f5a3d4e34429cdb856ea1cc7b587ae115523ffa33df176f41b3e224c218aabc3af8176e0d25c73eebe1bb0f3cb3ce60c',125101000,NULL,NULL,'65de78ae1ceb535fe5a6ac21cea482b04632929553f9184edb969babef7a144d','8058b4ed9fcd27736eb3591c40d4d17d590419a4af59313b5d427a1ed6e46bb6');
INSERT INTO blocks VALUES(125102,'cdd558c1a30cbf860697d8bffe867e38fbacb89a587e565a0c05b99ed90fa4871bb63c19241693f10955187fc9d30e798bb7734307bea6435196ccc79a1c3134',125102000,NULL,NULL,'d5c2b2564637af9bf7152d7d545ce7dc2ee7ea4be09ca280ad288d18fa0e656e','7eab0e382478916b72a9b4bc3f82e7912fa420227811d4cade02e3aa7397ef66');
INSERT INTO blocks VALUES(125103,'7d291169b734dcb983bb98080ddd3c0b47698a4820ef8d6cb86152a7858412459623407abe935b3e362af8b5ccfc9fcd91628d48ea2032d11222b115385ec1ec',125103000,NULL,NULL,'cb45b5fcafc43330bd16d299750c55ca4a3da74b292939f1b7d6a5d9eb27d2ae','6a29e1a1afad6bb4143d90385d8fe25c5f0fbd70f56871eba44f78b3f4c6b208');
INSERT INTO blocks VALUES(125104,'e260192e2d708287d5642aae40af7ea517546d0cf9856c8b83abd61005bfa2f4a89d8d335c33c59a5c53160c195053f2b9126e78a185914316c2787301dc484a',125104000,NULL,NULL,'ad658fd9d44a6647fad5b60aba7634df551fe3110bb55da35e74d52cc1b535a7','56e96a5239fe27abbe1d5010ca64c5233ffe3ef174f338525e3a54ae0dc9dddc');
INSERT INTO blocks VALUES(125105,'5fea24eab54b2be6ab3c00b04d11b3d0873aef4ad9f6b5828dd7d2879b24d1cc5ef8e8cc0b9642d08862584c2b0cae6ae5eb38eb6aef38f1035618b0146ea076',125105000,NULL,NULL,'a799d2c8ac8b5922710ccb8de174c954ab24a589f94a3700cdcc8956231f496b','a6a46461d70d8c0804e518121e41deeb20773dcc9e596f670ccd390e767a4986');
INSERT INTO blocks VALUES(125106,'a18394d49c5f7bd594255e8d051544740139a07319dba9daa6b2753eeac8a5803e12f401e01a822b27959797b4c28434d0cd632c193d37d894ef940165859a47',125106000,NULL,NULL,'3558a6fec0eeccdb48898c639fefced5a7745f7f90673cff0c00f96550902daf','9ce0409f5be9e0b4830e8f04afad7d0dfe8696baed72dc4e3c15a57ffdcfa66f');
INSERT INTO blocks VALUES(125107,'1b101a7ab8ad7d785f703bf1731c53bc2b4e4860ce5fa9cb0bb32b35d263a0614a31585bb4ef3c57e8ed8e9d58747928a7919d60a982cff97ce6e127322795e1',125107000,NULL,NULL,'c1967c2dbba9eaca32d97b0233bf320a3218efde1e91af16207afb967efdad21','036d737726d6694fb852faa4fe20ad94b78f4e302633746f63015f92c0a9214e');
INSERT INTO blocks VALUES(125108,'441f2780e43d35c8abd6e36384c9ee1104e9c64a98efba58016a439a3165c9e67d7f8dab3cb8b7a58803103a5433fc6a1f416c1de00ead3de354acc818d832cc',125108000,NULL,NULL,'41bffb02fe8b5890bcb19eacac09f45fb0eb8bee5f2af37dde40eb54a3cdb1e3','b8d94f645e9da70ce036efeb42efcc36ba0e1bcad7fa062077aff8d480a66982');
INSERT INTO blocks VALUES(125109,'70797615910255131a48c8f57dd0187ea1985d7de08546d96fa4b4202e127a0e8195aa76ce7cf2370b1b40ed5f576262b785a4f5b2b117cd5bd22c32ab670cdf',125109000,NULL,NULL,'bc48c639b24b0894db7b172f7a5ccc3f9b61a195422e8fcb3f2157aab79a2230','f67b19c5644274d98d86f891b88bf4be3fc11112e810af606ec4a67ca82c94b7');
INSERT INTO blocks VALUES(125110,'d1d2d773866ee4381232e8393f4fdbace8d8c0119436cbb9275b895d6bfd6756dc19d2aef78bbc1464ebfb681ec3d893638b869d8c0cf23a75162ca3c837ba8f',125110000,NULL,NULL,'fb087173aadeeae847d3bca40b64beb07fb73afc2d1f7b05b129cdbb0ddd36ca','4b03616486459f2e3e0680fd03278f82c667bede9e2b541f83439e4d7f9f385e');
INSERT INTO blocks VALUES(125111,'67984d7f40300c9747a2efbdbb0e1447d4642eb42865562f27ec3d3db786e18f4a496cbb14ad8ffb039f655733b56cc3705c23425f584dfcaa81c91c36514d75',125111000,NULL,NULL,'55215cd2cbfc7c0e721c9866f8b279c6f174893a002a4ac8df874a77e71d3e24','0d8542fc4f42320a0e0c8a9354a6f0318d7440765a480a63fe934c6db3d4f8e4');
INSERT INTO blocks VALUES(125112,'6f30d7a69d792655279266c10f45dc984fcc907d91475f2e6b8321220eb78f9a7a8e4ae2b9fc8d8c5e3f25abd144ef1338e12eeab4b9901f11812f15a64fbde2',125112000,NULL,NULL,'61c41703a9be927fb3067ad797c5a321209f8d3e3d9cba852f814328897234fc','af85943c890caa6ad31e0602e6a1f9ca20b6fa9e7ba4cae6e81b31044d0fd71a');
INSERT INTO blocks VALUES(125113,'a9a0b163b028a20dca6bb5564eff523668f42b46c1eea48175cbda13315093ffe6e6445979c05fd90814a65ee8e01ce509c5242e09d957278ad7b81d25797a38',125113000,NULL,NULL,'055cf8752aa7d9c73e1def5439bd40f7f80133bc40ebb08218023a907d8327a6','8ec9167a4bce69696a0cad2bd3b9eb88649dec9354071da26623fdec2ec24358');
INSERT INTO blocks VALUES(125114,'c8ed150b76f2b615232a6fba7b0d9ae5fb28b33c300dac84fb7bf2ad0755a26fd8b2a911df2d329a47a0c488e13df0cccc7ef8ecf48aae995ba0c03f08b1c068',125114000,NULL,NULL,'529644fb52102161b9d7928122ea4f10103041d0bfdf4a1dc8c8b3b37a0a84fa','856ecd5df8206a0f73dbc81ca23c61c864cafd8b80763cf24d9918c7df669aa7');
INSERT INTO blocks VALUES(125115,'f6d7615d1e012db1bcc2eea1b80f39f8ba569e8d0f8840118795f8c2de1a91a2fde2731cfe29ff8c779ad1b40809bbb80372befd54327b5ffeb60ad67437f77e',125115000,NULL,NULL,'bb84484177a01ee663ccb3ae51c67afdcc39ad9338e5a074de3111ef05b4a5e7','5b488f185a4fe46a6146d0ac048fb4cbf1bd0e7ad5feffa4b282643617b5869e');
INSERT INTO blocks VALUES(125116,'ff7dc5d5837d765686f0f08fa01425a3525d6077761240cdd5cc3f31ba43d0c96c99e5550b7b0af2129a0dbf8d9bcf06e34de16fe9b95450ec08dfb365ec4e1d',125116000,NULL,NULL,'e3b5fb6d1c1b1732659c2d4796dc75ed31b31e6767b1496b853851b772975bc9','09db7d9446ca9e4c15b9a2f962c899624041c526fa64c5a25c59d95b9e4d9430');
INSERT INTO blocks VALUES(125117,'53a29572310a9beb0a93920f4f53ecc518a39318947ab914bbacd10f8eb3f34ddc9744006c487cb9a3a4db8afede9c8555719bde20be8decdd97dd32917c7fc0',125117000,NULL,NULL,'fb959c2880b4b2330ef34a7d62bcc08d7a4892d53388e4cdecb21fecd2918068','e7871b577c3d5a9d48d2d203a2fad80a2021cf852a5112db608a7878d40ad8c6');
INSERT INTO blocks VALUES(125118,'27be90ecbfdd8f865e1641a461a898e84e83515ac047622edfe7ead4a02fe0eb5e10f8fefeccfb0b5858e1b3fc9a963da9a08ba90793c7925f0889608727375f',125118000,NULL,NULL,'42291314818a4c1c2ef74f3303a7c34624345ba848c4ddbfffe7348029387be0','deaa1ddd466cc25c303c2b1bd8f0c1005901b06d1d87c96a628ef2b0bc6fd7ce');
INSERT INTO blocks VALUES(125119,'c90612bc5b434c515ee28b0e4fa24a21fa8f52e4a4e9b0b5bdebb70cdc8a0b8a9b71f4387fd0c06b92b9015486a46dd7a655676dc177efcfb18a5eb7e78f8101',125119000,NULL,NULL,'1b6a282bdc186f51eba4628fb9112a9a702a1db7ac1ecc0d175ea14f1d03c099','ccdd49254fcf8e49d359dc6eada66371ae688ba8f2d532cdd262300f1c44c334');
INSERT INTO blocks VALUES(125120,'67765b8cbc19080cf9c5c7585c1445f338cc0f5c9fc9b99607b28326811e589e065db8b0e13af320f2287384f26902db67461992fb2777ba9d56f6c84037ce2a',125120000,NULL,NULL,'3fdb2fac5960007515bb54f0d29679ce8775326cd965da8b8a2af63a3c794091','7208622add175727462017b336d77b19395bc01f3cfd7d02d279d242cdbdeeb3');
INSERT INTO blocks VALUES(125121,'a8f6260ac5bffff343cc564ba7408a59f2ca854cd9789e9c267279df5fab33950c077e3a7e7f0c3c15f6a81e88314a149a0338555b67de2487d61b4d41d0d58d',125121000,NULL,NULL,'8a887fba4dff578b2c3fd1fb9e012d3be61bc80be217d5e99bcd24a2f790cf5c','7c83bb451d02953e3815b96937d70c289db15f9379027ca2f42411fd38d7f1cf');
INSERT INTO blocks VALUES(125122,'95ea73d35c08423022903aa5c07d1f3f3b09395b278fd389ba9863f3072bc50dcc0c23b0b294688a4e6d7a17abcb41d2da63fe35b94aba0578c3cf36b14a358b',125122000,NULL,NULL,'8e1c7d08cfcd3423c3bb08a5c60525b2a97f84e07b55b73d4841d23b4ca6f248','5c10f7d506e7f678322224b72fc373c746fd243bbe9937bea8692b1455291902');
INSERT INTO blocks VALUES(125123,'1c98890928c4de0b4dc1c6e0cccf01d0c921dd5203e45e0dc2f1cf3e6ea7a339629d8a8f67552723db1913a7e7fd2aa4c78bdba4faf0f32c161fd852d9246eb2',125123000,NULL,NULL,'807322938507478d9cea774942240adb39094a5b4fb1f7125e94bf9e8acfd593','46406a97cf162e349afd180c4ae26823a535206f8a8c0819eff9f6bdef5661dc');
INSERT INTO blocks VALUES(125124,'8e3e0565eb0ce9d14227549ba219124d0f7a4f03288b84fa0ff808ee3f3099275ab84c7aec8afbb0b192c090a9f0507aa36a1e5145a05c82cf01dcb496b7a702',125124000,NULL,NULL,'9258b305b2a347ba6252ced52f772890b073a916de709810feece5a5548007f8','9e515f7c1d96ceb2dcdc3338e927edf1542fc8ade0657707f31f6bc4ddd9cc7d');
INSERT INTO blocks VALUES(125125,'ce5557423db4ee33640d2c3d8b937fce3b13be6bb52ed271e861abd1ab330891b581f2969c3f8e1e485d426682ad90f6101913302a51e87eaca308e27983653f',125125000,NULL,NULL,'5516ec73e14aaaa561951c4d689a158f6ebfbe528e923fed67e99208809160b8','69de4f813ae7021bd8e4a26cf28e8764fb0c10c47e0ef4bd3ef13ab6e3ad4d4a');
INSERT INTO blocks VALUES(125126,'bea6b820378cedea8f9b80e03060bb3b27fff3e03d39e246a69bf742d39d85a676a1e2cf9c1af8ffffd2fc8b514948673620a12a17fdefc4dbae372c0fdf1fc7',125126000,NULL,NULL,'457a9384601eeb2d36c6a96b930b387886833ef4f68be5f0424c319557cb5351','f7ab356e18788a909ba3a23e06f01b4f47f1a7f908a3fe45302ded6d1e536975');
INSERT INTO blocks VALUES(125127,'827f02554733bd9cc66150beb2971a093599e471766c8df7e795c2feb4c6805d7078b6ddfc71c2007f190130297bb4771d0cb5acc95e79ea17fe9323f6fc3f1e',125127000,NULL,NULL,'c659308366412b6e660f81920e1180088d5e0087bdb01420a99498a645143684','fc61242dbac8829ae87c441c9cf9e9aa624f0e35243075b1cad55a8f3762868d');
INSERT INTO blocks VALUES(125128,'d2eaeff1ed36dfb25526165d84bb408dc3e3c78656da7949def5f5820fe952fab17658863002e5bcf2b3f0453754a32cc9795beaa4a4ce515a68ec567db75c9b',125128000,NULL,NULL,'d3aaf1f7e356a51d2069c93e22ad8ce61c6a474b710c70a5758b006f0e442680','17c9ee474e8d6015a6c947502e4efe2a57cf8479ba07d2e073093b1fcd69c480');
INSERT INTO blocks VALUES(125129,'b99ae820d877b82d457cad56ecc061a8b380d027e4bbb40399ac6bbd9ee5f3b7490ca94c6ef64eaaa21ebc3c65f9bdfa681d9ebf734146e4b8500af3c35923cc',125129000,NULL,NULL,'6c42429424444b4f21497e6c7bb0c09760f613f1e40c584b16722defbd1d74f4','7f54ff698ba75354f7b9e78d8fa93e29ef24d90c9843fbd822e6a1518eeb5094');
INSERT INTO blocks VALUES(125130,'87af378fcd50ee3e6fbdfe41d32b18062b04794d3849ef6d89292e1a9f4edfb9faedc966b8bc84004c50190aed5e2a7062315bf2a3e473dd1dae8f1745419c9c',125130000,NULL,NULL,'367cc59fc4f746d05916e0af8a3f49d9f4b73a5aba8f8955942d608a326b22e6','205a552176e748028e39576a85b555cfe09f888dd3e2b3e9fd8edc1913ab4f1d');
INSERT INTO blocks VALUES(125131,'39d3266caf86330e14d8098e7cf3a250c141ef2155d6e076119dd569bcd3cfbd30c1b54ec23adc7539d667699fc183e63dac64f43db02821c641633270e30bee',125131000,NULL,NULL,'3a7bb8f97dd555853b330df6d7857e1932e2869d131434cd60401ddbaa0d2ee2','4b57c8a6638add6c72aa1b62d5a402716fcfebf76838c45f616ebbdd4c26da35');
INSERT INTO blocks VALUES(125132,'453655d834123bf3701e7fbededaefc369536e4ab68476aa860b25f91cacedc740643bf23a411f66ddff983507e388085ec4d12e92071f9e7affc68d05f0f207',125132000,NULL,NULL,'6e16ba5a26add5e1d3f60ec807f873300c8acfee04e03b6e1dd41ef956f91a04','46c816b4a69dcf3eed2725908b5f662daa629e0e334a8340d7aab5091b57fb53');
INSERT INTO blocks VALUES(125133,'8cf0d0c5cc245c62c93d65f012207110f0599d5101c030c339286d1b1ee47d6ac62cdda6e594b812af3a6499ac6bed676e6e9b5cc78f6fa6fd454b078882fede',125133000,NULL,NULL,'83f9c7dbc14dabcd6ac3806803606a447c7ef54ff2b59a92d981e7944a6ac37a','4d360719192dc217413c32aa2febd9ec3744d5e34cee0908ffe5f8b91f10276f');
INSERT INTO blocks VALUES(125134,'e9c44fc9b8b02cc15bbd278ed2eebe4b0a5d8acd4e5ade20114f6bf7c98b759c1cf8b4bd82a9768edbc84804d4852890e13cf68b51409ece90b7173517566d37',125134000,NULL,NULL,'bce1b7af45bb8cded67151f80e7aed34fb92da11797bf23620fb9e8f45dd9ec3','1eb6bea266989b28528048d96b8203a497f8dc4c1aa230157104db4b18db7a67');
INSERT INTO blocks VALUES(125135,'227e805c488c604445dbd1ac0b23441119d9111cfb891a9d4e4b5e6b3aee8df51c502976dd53831b0dda68ba51f0762987253ee9752dc2f504c0ac8858bde665',125135000,NULL,NULL,'20a4a8879391af0798a9c9bacf67279b270cb05132272985d6399505789f7524','51e7557dd58fbbac0aaddec765cfb81f52f9cd16aa9ea8d57f0bd904ae676f6f');
INSERT INTO blocks VALUES(125136,'564b0e3c71938bae220b18c82d7efbd2b9cc4d04b8afbdddbff3a9786d998ec875eabc22fa71ce7b5ea9556da9ae415db6925b1dab816d6667efdac1ea9b6fd3',125136000,NULL,NULL,'2672de5bf484fd89ad0f32020212b26fb2e479817e3a92fe07238e19b582a8d7','5ed5c094da585d9f757bb073057309ac8eee406180e60bc52f573c8b888b048f');
INSERT INTO blocks VALUES(125137,'255c3bb3d2c5102cccd491053a3cb801fa30f6d19e14f6d1dad787e6c8f6493a98437be8bb18b64190dcfe20fbd6131231e1f1a33c299b28c8bb78dcd8dc28e4',125137000,NULL,NULL,'0eec9192a0d512cde33c7a0c27d39c5db8ab00d18f25c25912dd552a30f497d2','2a56c14d5f38f019ec4a81eae709a20bbac0583627aed6f5ab24430b71ba6ad7');
INSERT INTO blocks VALUES(125138,'526dee0281cffcffb609a0512950269f7561bef8195041a2f1a901304e106f76e621f6c11fa5b8dcb8e3395b3133687e716f18f31f5a79747a649c067287cd2e',125138000,NULL,NULL,'7cee9c189d1724a3b7e19e28ea59e1ad21b659fa0ffc346dbf1e9acf2c23362b','4a127874eff7267fc19235ad8b66035f64d2d79324e3f6c39e529db9ad7c467e');
INSERT INTO blocks VALUES(125139,'6d8efaf9519038da95dea69cfa10b80dfd70374253d830ae26f403a5af772b6b97db546b8ed1cba7306b5a9711bff65ad96b306ca441e6e8c7ec9ecc5b1fcb6b',125139000,NULL,NULL,'da7c9090f13a1a4f020bdc7181d7c1251ac2ece654a51046086675f4fa57650f','731cd17cbeff8f976db2c0da8683298b42eae9fb748086de2bfddc6b3d0fd9d5');
INSERT INTO blocks VALUES(125140,'499256a2d3fcf5f55cf6c5cef4019977dd3363e0b3d4e2b720c4074d54774d3152843833b43ebbb95d524ef1d650ea0993e5835e24ae9879256438604af93dea',125140000,NULL,NULL,'b25ba679640db9702ea513568c0df0b0fff23d298bcef2cdf530df79a259c69d','3fe7ae9019184a77eef062247db0be5fb39174964bc61a90851952b680006876');
INSERT INTO blocks VALUES(125141,'9acd0066d56a388ad521a8e3f04226009a47653eed7ad34ef5eb37a43398deba496f6e451e35829d2d51860b8cb0b2b3f8e74c7849f416a5fda39adfc4de75cf',125141000,NULL,NULL,'456b82c0ff4da1ad0db800af5255f199a119083fdb4a0e9db76e060d46643f7b','f9be6d5fe322674fa856dccb343e63239eb812434e99a31e9ed97342e0948a53');
INSERT INTO blocks VALUES(125142,'5790232ef73149532b55970e89ec58b781c7673a0faf7d972a45a2c4caa8f05ed6aad51cff4c33b9e5ae4a54355770d9d02421fdae0ed5da66a99f0d2ac8ed09',125142000,NULL,NULL,'679753064753cfd09e21ae9b73d9a6130e62fbdd45db9cdcf714250f779e0dd0','fd9dc4a1ac0cf342f29c8e11d2a2e1228e7b688d8c679ca2a30b98f94e01222b');
INSERT INTO blocks VALUES(125143,'9bcb8cc611f27f7576503f00d8839c784c4fcb95d0ad30282ff7e6c5aa27b0641c43369211043aa2fd8664922d5c226718478803120a06e2ea171a1a5b0663bb',125143000,NULL,NULL,'e861fc0a9aa1735a4e1993ffb042963a12409095e2b247c241117fa7a5a82b60','5e42ed27efc1883dc35d42962fc7461dba7883859527df1794a6cc666a84b82d');
INSERT INTO blocks VALUES(125144,'0acabdaaac52332db83e63d5d7202a9f94d6e9184c693a4dc3c20f297142faeb634fef2f8b8c4fb29997fb7e0760a16f63c08aefb0bebcd7c4e0cb533331a6e3',125144000,NULL,NULL,'7f41af8b6fbc5e5bc8b62e763193c2407669e556d85a24d285f56d1d18601e5f','ebdeb7fff17ebfbf1e43e160eafddaa8e733483582cd7fc730df35273c2168e3');
INSERT INTO blocks VALUES(125145,'bd5e4e06e5b188c11dd3f4ad36e34d8029c3fdb9e91d83ccbe312e9f0a904fda44fe0f594b3498bb8165b0d7c3ec7616a8deab38b9e3c183d1750a81133813c7',125145000,NULL,NULL,'2f001cd4163ebf72778e24711d4311149b2d86d87370d97fb8890a99d7e959f4','b36bc5db60fb8c82c7db865858bfc2ef47ae1763ddaba409b1a85b527bf2586f');
INSERT INTO blocks VALUES(125146,'0a6013242d3cc444bde42c36b753210897e5f23a8faf9d920e178b1158454af0028148ad673f3b03f330fc7f9611966cd9f60c404967756f1d1558866c58ac17',125146000,NULL,NULL,'5d4368682e7a6ebd8afe448fa89f339cd0cb99454be154d60b7f53cb417b2016','729bc03b1c4a3a338ffcb546d327b924288de5187d4ec8385c99394c325f8e86');
INSERT INTO blocks VALUES(125147,'63d6779e475713b55fcaebda8335a2e4705e53b30a432061b489fd5b02a6a5c32d1591ae0416f5baa886aa3ee407dd9e79b6fd8032f90e895714964bd5bef2f5',125147000,NULL,NULL,'16ea50049b80b012f7620875a004592cd1d3aecd1d1932453072c616ae1c8794','5f8ca35cbee9aae8d32a5c1a4681d4553e5f9e224f54dd9945f759bdb67bc57e');
INSERT INTO blocks VALUES(125148,'34d879d68d928ef3a0be963de412685a9742b45df51ea6ffc8d5e64d892514a845501e0296911467adda8afbe053372952c17017198f579049b914126594a19c',125148000,NULL,NULL,'9719e4ade80636f6d6a2474dfe8d5b354d97816d41406e4fbf929e23e70b400e','134aa7fd8dac9920387b02c609cff9d65558c46d7303f0758c1fc5f1c43c799b');
INSERT INTO blocks VALUES(125149,'933f3f1c5f0817256b05cb1d94b8f4bca9690446feb3b7e5ca11ceb44531a7d9f8b259bdff3406ded3844c5d30381b6bf346de7f2384a59a49982634e23d31eb',125149000,NULL,NULL,'2aaf6155cb2a3cd4e5ddb8b34c0ad7e2df3dbef61bfdca807341b81e6876adfb','7964aa518457f7f67290de0133fb3724eb32b813412492dd7892c70e29d7d0b2');
INSERT INTO blocks VALUES(125150,'56e16b8298be638e21122615b2343d7c67de861523db614331e27e3753c8db24b9edd51ad26f58d44747737cd1635d1341ca680c0e60c0bd8aacaf50acd18a3e',125150000,NULL,NULL,'b38a0b8c5ca40fc6f0669060c982fc789eb6c12b0fb06590cd27d0cd21201d12','6d9e2953e9ee0bdaea7edcff99f59326ec19c0402927cf703176abd231a9fa32');
INSERT INTO blocks VALUES(125151,'c9958774653eb8e2dc39d119c69b4c5a0cd833ca3833a8314c63625e05ff48d15ff72f0b0445e5e2b3db087e6020dbd0caf4efe3c48414b8d3c7d3b1136755c2',125151000,NULL,NULL,'f0849d4e9132476dda63c1faafdc9785e92d8683853375807f431cff9ffdd5aa','34a6f5f2fcb3cd2b984548a87a4471c523d7fc0d1abba740c883a49260bbba4b');
INSERT INTO blocks VALUES(125152,'cf5e7afa76b87d266035e00ec6d8332d006e3804ccaf8e6d8bdf601fbcb0db2e8e74c831b2cc6efa649e19814dbbda8b84245a4bc5a3cb781215b856b3b3d850',125152000,NULL,NULL,'1302db156727d87fa0bbfcb59a48f7fab1d5ce957eb32795c7b7b8d4e749cb42','598420ffff1dde2fd42b3b89b0067aa72015a0e34e96888e675a7a2290e25c52');
INSERT INTO blocks VALUES(125153,'0269ce6005cc2f9bbbc0df2558bf402e967e36b929f687210d0cdd41b56c7e83b624d5f1dc31312ae8d9cd15e979f6445ec13ddf2b736d19396a4bd1a8b3069a',125153000,NULL,NULL,'f919d0d889ce778a8d86759bd90c729e6e85e3d53635172852d9a2322c0d59c5','574d5fa4c8ebc0dc4586b2b900457b47a9e05b35d356c5e231867380d5a383c6');
INSERT INTO blocks VALUES(125154,'36ca5650ada15ea2d14ffdc6aebe9895b41205978a5332c52e32653cec6041a3a9ae573ce9e4b712d15130000fc2d934cb5dab39900586b9da08424c3188e4e9',125154000,NULL,NULL,'e11b2ea57f435335f373c47f263b995c2dade309ccefc8caacbb7032f1c411ae','e2ea63934367d68749271800ff11103e015fea79f9ca34e417b34eb8417ffe66');
INSERT INTO blocks VALUES(125155,'02b67d7d7112074f51820057ba6231bdca7e4fb3da334078f1bc810286e37bf132ad723509e7ede6ab836a2527939fe8149fe61d6483fc71220c06758a81106f',125155000,NULL,NULL,'19cf7eeeac376d99139a0c9cc78475a5cd8e5f1f5e3d5aaf76182e82a0ec2e5f','706700cbca21209cf3b1fcf4da40bc39fc28f8c26aa0edcef8a02393d5309155');
INSERT INTO blocks VALUES(125156,'4e715719b479407cd8cf4cbf7b68c158fb0a4741bfdf8925acdab8014501e9cb0a9591f459106339877fbb67ef54a0414d5ed71666cbbdd4211333a2cb5a9139',125156000,NULL,NULL,'0534a3e13f65286d47372dad200527bf3ab3f59d8d0f7fb5baa634ebc7d6a5dd','7f1453d8c628b70a0964da31034e292b9baecf2ae71bea5dd201af56ab377c38');
INSERT INTO blocks VALUES(125157,'17fb547b6100f5fa1a23d938e869dc6bd0bbc11f363ed67b27166ec682a8128a5ef646753e01df6b043577bc03fd233d1d2122b3cfd320c97ebd238fc26ac295',125157000,NULL,NULL,'492870e75ea7b75ad244975fe620d20e3a96c78ff62bf6e9f3619c0ade5d3089','1520cc3a2d43c1961034aca4876e39d5b5677ff84e17d407773c858ecae242c0');
INSERT INTO blocks VALUES(125158,'4fb45d941467e6bce88e2aca15c620291c255d12f9395aa03c507e270d3c85c4f6686eccc2f2ec53183bf4956b5c754428d6bf30b15298c5e9fd1a6609961522',125158000,NULL,NULL,'70144d13f9fd46522e10f55970aea9248bd668f345c500d88b67ed24e94f9425','06033144debcbfd695987102bb057c2f986125cca7864b65458b43130ff2f30d');
INSERT INTO blocks VALUES(125159,'8a8d4a92453604438c38fbfe49b8f36a2bfef0e05c01a7fd4703a4ac24a49ebe8ed3545572560067056532f56ceafe4c8fcd3843b0e02933d03f3ae217a612b1',125159000,NULL,NULL,'26a80593e7acbba2cd3b9a48faa9967aee15cd3d2fad90554940ccb7146f94ea','cb2f01e5d5fa16a96a641081a7874a59f35471890d97251b9f5cda605ee094f3');
INSERT INTO blocks VALUES(125160,'c69b79ac29c827a95204e93894e31ba1a2bea5ec36b803d66ce5918e8c3675aa3afecc015249f65863f71bcfe30d14103017f323b7229f1c74d5979bd1b5b075',125160000,NULL,NULL,'bfef7f297903ad7dc3e7a467a5f2932cc5a18eaff90abf7652e27e109423a2c6','62ae71d7537022b8c0f2f90e67698b423a2a2c31fadb4c697b0b819b778dac09');
INSERT INTO blocks VALUES(125161,'ff2fb1f86c4c126187292c27c8c5cc16c8192b5118302840de294c26708571c4ca647ce3a58a15641f9f26996a6c42103f1fad72ce7c6d6432eb5978bfb2941d',125161000,NULL,NULL,'4ed93678732dfa77472f501180218bee25242ddef88fc864c95ddd4e34a27d48','ee9b96554dd1d29fc004db9a59e5652556a9ffcf04310b944b198d73a1dc834b');
INSERT INTO blocks VALUES(125162,'72ff0b152e7a8e3b03d43a6d2eb6c25c2b55c67acec1950af50bec882dcb28456d60ca80772d4f5293efc2dbbbd3f8d4eff5437318bbbaaff86aca00c74f369e',125162000,NULL,NULL,'cb4b2c5feb2ca5b3262e7b339777727260cf99000d8501ada6428edd50ce7c68','c5e4021eb1ef3ccf5916990f746525245bd9da99302578d85d70b198e8dff2e2');
INSERT INTO blocks VALUES(125163,'c18768c9be05414ede83933b6914e92ec4db3f9cd6dcf5934d6e515d01bb8da3e6eecfa9ce139b8b8126d0164405ff3b94ee23561581f6ab5e2be848d36ec552',125163000,NULL,NULL,'e2d690cdfbea187b9d2cec7384983711df5bce173033d0dcea835dc8434442af','c1cbd195d6f774014f0ead0e827d0ff811a25ec1c414166c6bfb22858ed7e714');
INSERT INTO blocks VALUES(125164,'438e29ae1f2dd687adf04bcba05256db1ff5053c16db174837a5abd79394572cd73fff18b5a474d00d25d07a4b9bab4407d9a79a5f8cf7e60f8cb96e8a2c3c3c',125164000,NULL,NULL,'8fc1feebd2c3ddcf938559b962d7598183b65f33a028290b8e202347598070b2','3ceb0d5747384609d65b65f710276d5238c8f4a6f0e0e1efe8e1a1d745d0c0da');
INSERT INTO blocks VALUES(125165,'7a36971ca18df8dabd367528c3d6d1773de803fd7a22754876ecc70e9350e61a2af1f0bd1ccf00715e8c4613a6f2919dcb3382fb0988c236d484f9c5386991b1',125165000,NULL,NULL,'61f4b265b1edbbb0060f6df34529c3bd174ee48a57b366ab2f77c8e1535337fb','067af47d07aac44cbb76dfdf14d5c10a93a260f6ee48e2bd19139a3daa369936');
INSERT INTO blocks VALUES(125166,'4ed375b4cb5a66ada5db18a0b55c27a494a91475fbe911a1615ef66f0ef0b4e349f8ee6a1ae2ef9a55a7d9e5d136635e589481833901513825e4f27af16cfeaa',125166000,NULL,NULL,'53bfde4087b958b5a60efaace64231bc2f1e0325bd6a54f68b84308619c452df','633593b0834f807be895270870ec6ce831af0baaeea30d983cc8c5f03ed58035');
INSERT INTO blocks VALUES(125167,'b294daac549dc33a5a26a1ec076d0484b9b73a0623bef8d14980520b5520bca0bed4d95896f29ba77ad6f5212e5ea7ff49a892564cbf5a351b4e4d771cc3ead1',125167000,NULL,NULL,'d2766e8ed22a3ca3bd4c5e63ba30c96f334731998676b56d1089d18bef485dd0','4b165163528e4ffb70f5225d047954a7b5c17092e4135b2a43e10bd7a985c3c8');
INSERT INTO blocks VALUES(125168,'fc18260b36da30e7f7bef925d04c3fa86a8f390f11a64eb6e9731a1aedca69258e0a4cf5bf5e0bfd9876e8118e4711f36183c346397635c0af770c6abdcfe2e1',125168000,NULL,NULL,'1655992d6b3e6cacc0083c5fd06f2dfb7423dfa6cd3cf92a8fb2ffcb979c7ebd','1863a10ea13ccc956b639fca55848a0cec9efdb6e0e13ed256f8ccf888dc1acb');
INSERT INTO blocks VALUES(125169,'bf454daa85f5aa7766a92d2740421d2a69af7dde2a5209852e318ff4c5a2f48409a6c1df9fa33d2bdbef9ddc3c77118f6982b4fe00bf99f4fecbf767ef33fc71',125169000,NULL,NULL,'8da4c161f6c5650369daa319f4edf45bd58e6614db2bf613a9c8cbe02596675a','abdfe0c75d69c927e1765c181695b349340c1da138582179e2f68fe66b238b76');
INSERT INTO blocks VALUES(125170,'7a5dd1618ae6b4bb553d4edc16af2447313c443aa6e31d15a2ae7322bfce7d88160f825ff99dd8429d5fbcf5f2f904e2d486e8fdc2753ba8f6f058390afad447',125170000,NULL,NULL,'ca71ac9c4464875766436ff940d2af6be20929de105f370f4078b95328f32191','edb90cf1c624d038b7073bc3a7f988eb6c5fb92202b24b22497b05b58446bd08');
INSERT INTO blocks VALUES(125171,'e5695fcf012cfc974506f8b9c6b97f3d2aca71dcaf89a5191fd69d56459a7c7d4fde0f50ca105fe249b13e40556aa98d9fbc4f56c98dabbca3ff9dbc45df2521',125171000,NULL,NULL,'5340836d1a821f2377795fd02dc8522435909c79ea57555b3142e813552c870b','de45428749938d663089c199095ae03adc20161ae8f3feb95eb961dff9dbf2ca');
INSERT INTO blocks VALUES(125172,'5ea4dd62da28162e1829870fbfab1dc6028d01cac7e541bffa6696059705e33e27d266855fa60ace8ffa9c7bc6612dee1b0e4612e4d78575c847c91b2d3b217c',125172000,NULL,NULL,'41572c2a0cbb35a810d663abc35be401af43f2d37d7a7eaa1338b6e56d8c2503','0a9a1d84675e21eba68665d55bdb7de2b716a52c42a4989804a6b9eb71a8fcc7');
INSERT INTO blocks VALUES(125173,'14a4d161b11a33ae7890e835206e0bab161693bea0c4647d59ead2d2c437157f3b0178db71a244c0fbc8c7d56de89bd825aa36d1e8b3b62f972e1867b9160a20',125173000,NULL,NULL,'6582f6853e7ee7fd8bcbb5e2f394c90dec4dee452290793014856044a51887ab','589c25c622a4300d6f93d8a6c52dd86c0c849d938b3771acb052095cd40f1431');
INSERT INTO blocks VALUES(125174,'54967ea8d512b2b886a8e5106016df7f323169118a410af02dcdf9352e97b75ca8041441fd4b6af5ea09fff163f0d0e6d2f7a07518da27e6c367216110f316a6',125174000,NULL,NULL,'25fa04fe398499ce6b54e649d2e94617c9054bfa7fd49714c3b4fea38ae1131e','4e36080b9d2c88ff6fef79d9a7c26e880c16b956a6c35116b17f48cb0dcab3b7');
INSERT INTO blocks VALUES(125175,'366924d489bc84a6b70b134ca2c613cd30e4fbea73f4995249c115938fe49d508e34d463f5a7c26f169be6c013575ff05aa1896a6286611f2f17811fc297eb67',125175000,NULL,NULL,'595f4fefa2680f102b8e61f3ab12dd457d04c581b602bb1784084ddb6584b2b0','18f64b95c4fa5a09f0a7861816de2e1202080f90152cd7853ab027412c9a8543');
INSERT INTO blocks VALUES(125176,'5a09832472a10eae9b36467b9c39991a47a88f8167e9f51d5a8c227fd226f1ef17c8052852c09cb4fb1899bade89510f5e20abe94e972e5f94d8feeaa5d3b291',125176000,NULL,NULL,'3722905ce8c723c613b67c83f1e3ad27753a7fc2309fa6a83a15a0ed8030bfb6','0e566e6a0a3ef5804e6969f9693e3e7059433508a7cce7d4ffcd6bb923672701');
INSERT INTO blocks VALUES(125177,'dce6fcf2b12dc112411e1a4a526d0ad34b23b8b2db7c9be729bc9ee152c95717a9f48808df0bc5224f99f50089c8c1201d33bce505d8eb90a17260c71b4b2f73',125177000,NULL,NULL,'53f4a2f595f8b92646ca904015958a52a6d2e67dbe91f1b30881623b47665267','a4e5a37dea61e486f85dcb5e390f630b5b5e575f4a25c0b019abda89b0dfe27e');
INSERT INTO blocks VALUES(125178,'59092152cea93e29cdd1c2c7f54730cd2c609871a5083ebc50d59b368f90b25ef2586608da40f790e23c0ee53d8a5b1e13af627b3946c1a7fbb39ab617d5afc9',125178000,NULL,NULL,'bc2a2e09a881d5e382904ee20025c7b0c50006a445ac4635d4282234212429a1','7a345ce55acea2b33aeefd37dcc20bbf8dd6cd98b6b0a4f0697c001f854af85a');
-- Triggers and indices on blocks
CREATE INDEX block_index_idx ON blocks (block_index);
CREATE INDEX index_hash_idx ON blocks (block_index, block_hash);
-- Table broadcasts
DROP TABLE IF EXISTS broadcasts;
CREATE TABLE broadcasts(
tx_index INTEGER PRIMARY KEY,
tx_hash TEXT UNIQUE,
block_index INTEGER,
source TEXT,
timestamp INTEGER,
value REAL,
fee_fraction_int INTEGER,
text TEXT,
locked BOOL,
status TEXT,
FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index));
INSERT INTO broadcasts VALUES(18,'9b70f9ad8c0d92ff27127d081169cebee68a776f4974e757de09a46e85682d66',124695,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',1388000000,1.0,5000000,'Unit Test',0,'valid');
INSERT INTO broadcasts VALUES(19,'f6548d72d0726bd869fdfdcf44766871f7ab721efda6ed7bce0d4c88b43bf1cf',124696,'nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH',0,NULL,NULL,NULL,1,'valid');
INSERT INTO broadcasts VALUES(103,'18cbfca6cd776158c13245977b4eead061e6bdcea8118faa6996fb6d01b51d4e',124780,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',1388000002,1.0,5000000,'Unit Test',0,'valid');
-- Triggers and indices on broadcasts
CREATE INDEX status_source_idx ON broadcasts (status, source);
CREATE INDEX status_source_index_idx ON broadcasts (status, source, tx_index);
CREATE INDEX timestamp_idx ON broadcasts (timestamp);
-- Table btcpays
DROP TABLE IF EXISTS btcpays;
CREATE TABLE btcpays(
tx_index INTEGER PRIMARY KEY,
tx_hash TEXT UNIQUE,
block_index INTEGER,
source TEXT,
destination TEXT,
btc_amount INTEGER,
order_match_id TEXT,
status TEXT,
FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index));
-- Table burns
DROP TABLE IF EXISTS burns;
CREATE TABLE burns(
tx_index INTEGER PRIMARY KEY,
tx_hash TEXT UNIQUE,
block_index INTEGER,
source TEXT,
burned INTEGER,
earned INTEGER,
status TEXT,
FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index));
INSERT INTO burns VALUES(1,'610b15f0c2d3845f124cc6026b6c212033de94218b25f89d5dbde47d11085a89',124678,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',62000000,93000000000,'valid');
INSERT INTO burns VALUES(494,'d6adfa92e20b6211ff5fabb2f7a1c8b037168797984c94734c28e82e92d3b1d6',125171,'nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH',62000000,92995878046,'valid');
-- Table cancels
DROP TABLE IF EXISTS cancels;
CREATE TABLE cancels(
tx_index INTEGER PRIMARY KEY,
tx_hash TEXT UNIQUE,
block_index INTEGER,
source TEXT,
offer_hash TEXT,
status TEXT,
FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index));
-- Triggers and indices on cancels
CREATE INDEX cancels_block_index_idx ON cancels (block_index);
-- Table contracts
DROP TABLE IF EXISTS contracts;
CREATE TABLE contracts(
contract_id TEXT PRIMARY KEY,
tx_index INTEGER UNIQUE,
tx_hash TEXT UNIQUE,
block_index INTEGER,
source TEXT,
code BLOB,
nonce INTEGER,
FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index));
-- Triggers and indices on contracts
CREATE INDEX contract_id_idx ON contracts(contract_id);
-- Table credits
DROP TABLE IF EXISTS credits;
CREATE TABLE credits(
block_index INTEGER,
address TEXT,
asset TEXT,
quantity INTEGER,
calling_function TEXT,
event TEXT,
FOREIGN KEY (block_index) REFERENCES blocks(block_index));
INSERT INTO credits VALUES(124678,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',93000000000,'burn','610b15f0c2d3845f124cc6026b6c212033de94218b25f89d5dbde47d11085a89');
INSERT INTO credits VALUES(124679,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','DIVISIBLE',100000000000,'issuance','82e357fac0f41bc8c0c01e781ce96f0871bd3d6aaf57a8e99255d5e9d9fba554');
INSERT INTO credits VALUES(124680,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','NODIVISIBLE',1000,'issuance','6ecaeb544ce2f8a4a24d8d497ecba6ef7b71082a3f1cfdabc48726d5bc90fdca');
INSERT INTO credits VALUES(124681,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','CALLABLE',1000,'issuance','a36a2d510757def22f0aa0f1cd1b4cf5e9bb160b051b83df25a101d5bb048928');
INSERT INTO credits VALUES(124682,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','LOCKED',1000,'issuance','044c9ac702136ee7839dc776cb7b43bbb9d5328415925a958679d801ac6c6b63');
INSERT INTO credits VALUES(124685,'nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','DIVISIBLE',100000000,'send','d21d82d8298d545b91e4467c287322d2399d8eb08af15bee68f58c4bcfa9a5f9');
INSERT INTO credits VALUES(124686,'nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','XDP',100000000,'send','e64aac59d8759cde5785f3e1c4af448d95a152a30c76d97c114a3025e5ec118b');
INSERT INTO credits VALUES(124690,'1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2','XDP',300000000,'send','d4428cf4082bc5fe8fed72673f956d351f269a308cf0d0d0b87f76dd3b6165f4');
INSERT INTO credits VALUES(124691,'1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2','DIVISIBLE',1000000000,'send','97aaf458fdbe3a8d7e57b4c238706419c001fc5810630c0c3cd2361821052a0d');
INSERT INTO credits VALUES(124692,'nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','NODIVISIBLE',5,'send','29cd663b5e5b0801717e46891bc57e1d050680da0a803944623f6021151d2592');
INSERT INTO credits VALUES(124693,'1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2','NODIVISIBLE',10,'send','b285ff2379716e92ab7b68ad4e68ba74a999dc9ca8c312c377231a89da7e9361');
INSERT INTO credits VALUES(124694,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','MAXI',9223372036854775807,'issuance','cd929bf57f5f26550a56ba40eecd258b684842777dfc434a46b65a86e924bf52');
INSERT INTO credits VALUES(124698,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',0,'filled','90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5');
INSERT INTO credits VALUES(124698,'nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','XDP',0,'filled','90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5');
INSERT INTO credits VALUES(124780,'nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','XDP',9,'bet settled','18cbfca6cd776158c13245977b4eead061e6bdcea8118faa6996fb6d01b51d4e');
INSERT INTO credits VALUES(124780,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',9,'bet settled','18cbfca6cd776158c13245977b4eead061e6bdcea8118faa6996fb6d01b51d4e');
INSERT INTO credits VALUES(124780,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',0,'feed fee','18cbfca6cd776158c13245977b4eead061e6bdcea8118faa6996fb6d01b51d4e');
INSERT INTO credits VALUES(125171,'nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH','XDP',92995878046,'burn','d6adfa92e20b6211ff5fabb2f7a1c8b037168797984c94734c28e82e92d3b1d6');
INSERT INTO credits VALUES(125172,'nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH','DIVIDEND',100,'issuance','084102fa0722f5520481f34eabc9f92232e4d1647b329b3fa58bffc8f91c5e4e');
INSERT INTO credits VALUES(125173,'nW8dXfYakP7aSyPuzEcAdFyrjFXimPkvct','DIVIDEND',10,'send','9d3391348171201de9b5eb70ca80896b0ae166fd51237c843a90c1b4ccf8c602');
INSERT INTO credits VALUES(125174,'nW8dXfYakP7aSyPuzEcAdFyrjFXimPkvct','XDP',92945878046,'send','54f4c7b383ea19147e62d2be9f3e7f70b6c379baac15e8b4cf43f7c21578c1ef');
-- Table debits
DROP TABLE IF EXISTS debits;
CREATE TABLE debits(
block_index INTEGER,
address TEXT,
asset TEXT,
quantity INTEGER,
action TEXT,
event TEXT,
FOREIGN KEY (block_index) REFERENCES blocks(block_index));
INSERT INTO debits VALUES(124679,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',50000000,'issuance fee','82e357fac0f41bc8c0c01e781ce96f0871bd3d6aaf57a8e99255d5e9d9fba554');
INSERT INTO debits VALUES(124680,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',50000000,'issuance fee','6ecaeb544ce2f8a4a24d8d497ecba6ef7b71082a3f1cfdabc48726d5bc90fdca');
INSERT INTO debits VALUES(124681,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',50000000,'issuance fee','a36a2d510757def22f0aa0f1cd1b4cf5e9bb160b051b83df25a101d5bb048928');
INSERT INTO debits VALUES(124682,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',50000000,'issuance fee','044c9ac702136ee7839dc776cb7b43bbb9d5328415925a958679d801ac6c6b63');
INSERT INTO debits VALUES(124683,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',0,'issuance fee','bd919f9a31982a6dbc6253e38bfba0a367e24fbd65cf79575648f799b98849b4');
INSERT INTO debits VALUES(124684,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',100000000,'open order','074fa38a84a81c0ed7957484ebe73836104d3068f66b189e05a7cf0b95c737f3');
INSERT INTO debits VALUES(124685,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','DIVISIBLE',100000000,'send','d21d82d8298d545b91e4467c287322d2399d8eb08af15bee68f58c4bcfa9a5f9');
INSERT INTO debits VALUES(124686,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',100000000,'send','e64aac59d8759cde5785f3e1c4af448d95a152a30c76d97c114a3025e5ec118b');
INSERT INTO debits VALUES(124687,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',100000000,'open order','a9f78534e7f340ba0f0d2ac1851a11a011ca7aa1262349eeba71add8777b162b');
INSERT INTO debits VALUES(124688,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',100000000,'open order','b6db5c8412a58d9fa75bff41f8a7519353ffd4d359c7c8fa7ee1900bc05e4d9d');
INSERT INTO debits VALUES(124690,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',300000000,'send','d4428cf4082bc5fe8fed72673f956d351f269a308cf0d0d0b87f76dd3b6165f4');
INSERT INTO debits VALUES(124691,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','DIVISIBLE',1000000000,'send','97aaf458fdbe3a8d7e57b4c238706419c001fc5810630c0c3cd2361821052a0d');
INSERT INTO debits VALUES(124692,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','NODIVISIBLE',5,'send','29cd663b5e5b0801717e46891bc57e1d050680da0a803944623f6021151d2592');
INSERT INTO debits VALUES(124693,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','NODIVISIBLE',10,'send','b285ff2379716e92ab7b68ad4e68ba74a999dc9ca8c312c377231a89da7e9361');
INSERT INTO debits VALUES(124694,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',50000000,'issuance fee','cd929bf57f5f26550a56ba40eecd258b684842777dfc434a46b65a86e924bf52');
INSERT INTO debits VALUES(124697,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',9,'bet','be15d34c959fde8f2baff8577d73d28c864e7684cc76ecba33e5d6d79ca6d6bd');
INSERT INTO debits VALUES(124698,'nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','XDP',9,'bet','90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5');
INSERT INTO debits VALUES(124779,'nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','XDP',10,'bet','ba0ef1dfbbc87df94e1d198b0e9e3c06301710d4aab3d85116cbc8199954644a');
INSERT INTO debits VALUES(125169,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',100000000,'open order','9093cfde7b0d970844f7619ec07dc9313df4bf8e0fe42e7db8e17c022023360b');
INSERT INTO debits VALUES(125172,'nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH','XDP',50000000,'issuance fee','084102fa0722f5520481f34eabc9f92232e4d1647b329b3fa58bffc8f91c5e4e');
INSERT INTO debits VALUES(125173,'nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH','DIVIDEND',10,'send','9d3391348171201de9b5eb70ca80896b0ae166fd51237c843a90c1b4ccf8c602');
INSERT INTO debits VALUES(125174,'nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH','XDP',92945878046,'send','54f4c7b383ea19147e62d2be9f3e7f70b6c379baac15e8b4cf43f7c21578c1ef');
-- Triggers and indices on debits
CREATE INDEX address_idx ON debits (address);
CREATE INDEX asset_idx ON debits (asset);
-- Table destructions
DROP TABLE IF EXISTS destructions;
CREATE TABLE destructions(
tx_index INTEGER PRIMARY KEY,
tx_hash TEXT UNIQUE,
block_index INTEGER,
source TEXT,
asset INTEGER,
quantity INTEGER,
tag TEXT,
status TEXT,
FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index));
-- Triggers and indices on destructions
CREATE INDEX status_idx ON destructions (status);
-- Table dividends
DROP TABLE IF EXISTS dividends;
CREATE TABLE dividends(
tx_index INTEGER PRIMARY KEY,
tx_hash TEXT UNIQUE,
block_index INTEGER,
source TEXT,
asset TEXT,
dividend_asset TEXT,
quantity_per_unit INTEGER,
fee_paid INTEGER,
status TEXT,
FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index));
-- Table executions
DROP TABLE IF EXISTS executions;
CREATE TABLE executions(
tx_index INTEGER UNIQUE,
tx_hash TEXT UNIQUE,
block_index INTEGER,
source TEXT,
contract_id TEXT,
gas_price INTEGER,
gas_start INTEGER,
gas_cost INTEGER,
gas_remained INTEGER,
value INTEGER,
data BLOB,
output BLOB,
status TEXT,
FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index));
-- Table issuances
DROP TABLE IF EXISTS issuances;
CREATE TABLE issuances(
tx_index INTEGER PRIMARY KEY,
tx_hash TEXT UNIQUE,
block_index INTEGER,
asset TEXT,
quantity INTEGER,
divisible BOOL,
source TEXT,
issuer TEXT,
transfer BOOL,
callable BOOL,
call_date INTEGER,
call_price REAL,
description TEXT,
fee_paid INTEGER,
locked BOOL,
status TEXT,
FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index));
INSERT INTO issuances VALUES(2,'82e357fac0f41bc8c0c01e781ce96f0871bd3d6aaf57a8e99255d5e9d9fba554',124679,'DIVISIBLE',100000000000,1,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',0,0,0,0.0,'Divisible asset',50000000,0,'valid');
INSERT INTO issuances VALUES(3,'6ecaeb544ce2f8a4a24d8d497ecba6ef7b71082a3f1cfdabc48726d5bc90fdca',124680,'NODIVISIBLE',1000,0,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',0,0,0,0.0,'No divisible asset',50000000,0,'valid');
INSERT INTO issuances VALUES(4,'a36a2d510757def22f0aa0f1cd1b4cf5e9bb160b051b83df25a101d5bb048928',124681,'CALLABLE',1000,1,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',0,0,0,0.0,'Callable asset',50000000,0,'valid');
INSERT INTO issuances VALUES(5,'044c9ac702136ee7839dc776cb7b43bbb9d5328415925a958679d801ac6c6b63',124682,'LOCKED',1000,1,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',0,0,0,0.0,'Locked asset',50000000,0,'valid');
INSERT INTO issuances VALUES(6,'bd919f9a31982a6dbc6253e38bfba0a367e24fbd65cf79575648f799b98849b4',124683,'LOCKED',0,1,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',0,0,0,0.0,'Locked asset',0,1,'valid');
INSERT INTO issuances VALUES(17,'cd929bf57f5f26550a56ba40eecd258b684842777dfc434a46b65a86e924bf52',124694,'MAXI',9223372036854775807,1,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',0,0,0,0.0,'Maximum quantity',50000000,0,'valid');
INSERT INTO issuances VALUES(495,'084102fa0722f5520481f34eabc9f92232e4d1647b329b3fa58bffc8f91c5e4e',125172,'DIVIDEND',100,1,'nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH','nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH',0,0,0,0.0,'Test dividend',50000000,0,'valid');
-- Triggers and indices on issuances
CREATE INDEX valid_asset_idx ON issuances (asset, status);
-- Table mempool
DROP TABLE IF EXISTS mempool;
CREATE TABLE mempool(
tx_hash TEXT,
command TEXT,
category TEXT,
bindings TEXT,
timestamp INTEGER);
-- Table messages
DROP TABLE IF EXISTS messages;
CREATE TABLE messages(
message_index INTEGER PRIMARY KEY,
block_index INTEGER,
command TEXT,
category TEXT,
bindings TEXT,
timestamp INTEGER);
INSERT INTO messages VALUES(0,124678,'insert','credits','{"action": "burn", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124678, "event": "610b15f0c2d3845f124cc6026b6c212033de94218b25f89d5dbde47d11085a89", "quantity": 93000000000}',0);
INSERT INTO messages VALUES(1,124678,'insert','burns','{"block_index": 124678, "burned": 62000000, "earned": 93000000000, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "valid", "tx_hash": "610b15f0c2d3845f124cc6026b6c212033de94218b25f89d5dbde47d11085a89", "tx_index": 1}',0);
INSERT INTO messages VALUES(2,124679,'insert','debits','{"action": "issuance fee", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124679, "event": "82e357fac0f41bc8c0c01e781ce96f0871bd3d6aaf57a8e99255d5e9d9fba554", "quantity": 50000000}',0);
INSERT INTO messages VALUES(3,124679,'insert','issuances','{"asset": "DIVISIBLE", "block_index": 124679, "call_date": 0, "call_price": 0.0, "callable": false, "description": "Divisible asset", "divisible": true, "fee_paid": 50000000, "issuer": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "locked": false, "quantity": 100000000000, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "valid", "transfer": false, "tx_hash": "82e357fac0f41bc8c0c01e781ce96f0871bd3d6aaf57a8e99255d5e9d9fba554", "tx_index": 2}',0);
INSERT INTO messages VALUES(4,124679,'insert','credits','{"action": "issuance", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "DIVISIBLE", "block_index": 124679, "event": "82e357fac0f41bc8c0c01e781ce96f0871bd3d6aaf57a8e99255d5e9d9fba554", "quantity": 100000000000}',0);
INSERT INTO messages VALUES(5,124680,'insert','debits','{"action": "issuance fee", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124680, "event": "6ecaeb544ce2f8a4a24d8d497ecba6ef7b71082a3f1cfdabc48726d5bc90fdca", "quantity": 50000000}',0);
INSERT INTO messages VALUES(6,124680,'insert','issuances','{"asset": "NODIVISIBLE", "block_index": 124680, "call_date": 0, "call_price": 0.0, "callable": false, "description": "No divisible asset", "divisible": false, "fee_paid": 50000000, "issuer": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "locked": false, "quantity": 1000, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "valid", "transfer": false, "tx_hash": "6ecaeb544ce2f8a4a24d8d497ecba6ef7b71082a3f1cfdabc48726d5bc90fdca", "tx_index": 3}',0);
INSERT INTO messages VALUES(7,124680,'insert','credits','{"action": "issuance", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "NODIVISIBLE", "block_index": 124680, "event": "6ecaeb544ce2f8a4a24d8d497ecba6ef7b71082a3f1cfdabc48726d5bc90fdca", "quantity": 1000}',0);
INSERT INTO messages VALUES(8,124681,'insert','debits','{"action": "issuance fee", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124681, "event": "a36a2d510757def22f0aa0f1cd1b4cf5e9bb160b051b83df25a101d5bb048928", "quantity": 50000000}',0);
INSERT INTO messages VALUES(9,124681,'insert','issuances','{"asset": "CALLABLE", "block_index": 124681, "call_date": 0, "call_price": 0.0, "callable": false, "description": "Callable asset", "divisible": true, "fee_paid": 50000000, "issuer": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "locked": false, "quantity": 1000, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "valid", "transfer": false, "tx_hash": "a36a2d510757def22f0aa0f1cd1b4cf5e9bb160b051b83df25a101d5bb048928", "tx_index": 4}',0);
INSERT INTO messages VALUES(10,124681,'insert','credits','{"action": "issuance", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "CALLABLE", "block_index": 124681, "event": "a36a2d510757def22f0aa0f1cd1b4cf5e9bb160b051b83df25a101d5bb048928", "quantity": 1000}',0);
INSERT INTO messages VALUES(11,124682,'insert','debits','{"action": "issuance fee", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124682, "event": "044c9ac702136ee7839dc776cb7b43bbb9d5328415925a958679d801ac6c6b63", "quantity": 50000000}',0);
INSERT INTO messages VALUES(12,124682,'insert','issuances','{"asset": "LOCKED", "block_index": 124682, "call_date": 0, "call_price": 0.0, "callable": false, "description": "Locked asset", "divisible": true, "fee_paid": 50000000, "issuer": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "locked": false, "quantity": 1000, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "valid", "transfer": false, "tx_hash": "044c9ac702136ee7839dc776cb7b43bbb9d5328415925a958679d801ac6c6b63", "tx_index": 5}',0);
INSERT INTO messages VALUES(13,124682,'insert','credits','{"action": "issuance", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "LOCKED", "block_index": 124682, "event": "044c9ac702136ee7839dc776cb7b43bbb9d5328415925a958679d801ac6c6b63", "quantity": 1000}',0);
INSERT INTO messages VALUES(14,124683,'insert','debits','{"action": "issuance fee", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124683, "event": "bd919f9a31982a6dbc6253e38bfba0a367e24fbd65cf79575648f799b98849b4", "quantity": 0}',0);
INSERT INTO messages VALUES(15,124683,'insert','issuances','{"asset": "LOCKED", "block_index": 124683, "call_date": 0, "call_price": 0.0, "callable": false, "description": "Locked asset", "divisible": true, "fee_paid": 0, "issuer": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "locked": true, "quantity": 0, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "valid", "transfer": false, "tx_hash": "bd919f9a31982a6dbc6253e38bfba0a367e24fbd65cf79575648f799b98849b4", "tx_index": 6}',0);
INSERT INTO messages VALUES(16,124684,'insert','debits','{"action": "open order", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124684, "event": "074fa38a84a81c0ed7957484ebe73836104d3068f66b189e05a7cf0b95c737f3", "quantity": 100000000}',0);
INSERT INTO messages VALUES(17,124684,'insert','orders','{"block_index": 124684, "expiration": 2000, "expire_index": 312006, "fee_provided": 10000, "fee_provided_remaining": 10000, "fee_required": 0, "fee_required_remaining": 0, "get_asset": "DIVISIBLE", "get_quantity": 100000000, "get_remaining": 100000000, "give_asset": "XDP", "give_quantity": 100000000, "give_remaining": 100000000, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "open", "tx_hash": "074fa38a84a81c0ed7957484ebe73836104d3068f66b189e05a7cf0b95c737f3", "tx_index": 7}',0);
INSERT INTO messages VALUES(18,124685,'insert','debits','{"action": "send", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "DIVISIBLE", "block_index": 124685, "event": "d21d82d8298d545b91e4467c287322d2399d8eb08af15bee68f58c4bcfa9a5f9", "quantity": 100000000}',0);
INSERT INTO messages VALUES(19,124685,'insert','credits','{"action": "send", "address": "nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65", "asset": "DIVISIBLE", "block_index": 124685, "event": "d21d82d8298d545b91e4467c287322d2399d8eb08af15bee68f58c4bcfa9a5f9", "quantity": 100000000}',0);
INSERT INTO messages VALUES(20,124685,'insert','sends','{"asset": "DIVISIBLE", "block_index": 124685, "destination": "nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65", "quantity": 100000000, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "valid", "tx_hash": "d21d82d8298d545b91e4467c287322d2399d8eb08af15bee68f58c4bcfa9a5f9", "tx_index": 8}',0);
INSERT INTO messages VALUES(21,124686,'insert','debits','{"action": "send", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124686, "event": "e64aac59d8759cde5785f3e1c4af448d95a152a30c76d97c114a3025e5ec118b", "quantity": 100000000}',0);
INSERT INTO messages VALUES(22,124686,'insert','credits','{"action": "send", "address": "nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65", "asset": "XDP", "block_index": 124686, "event": "e64aac59d8759cde5785f3e1c4af448d95a152a30c76d97c114a3025e5ec118b", "quantity": 100000000}',0);
INSERT INTO messages VALUES(23,124686,'insert','sends','{"asset": "XDP", "block_index": 124686, "destination": "nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65", "quantity": 100000000, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "valid", "tx_hash": "e64aac59d8759cde5785f3e1c4af448d95a152a30c76d97c114a3025e5ec118b", "tx_index": 9}',0);
INSERT INTO messages VALUES(24,124687,'insert','debits','{"action": "open order", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124687, "event": "a9f78534e7f340ba0f0d2ac1851a11a011ca7aa1262349eeba71add8777b162b", "quantity": 100000000}',0);
INSERT INTO messages VALUES(25,124687,'insert','orders','{"block_index": 124687, "expiration": 2000, "expire_index": 312009, "fee_provided": 10000, "fee_provided_remaining": 10000, "fee_required": 0, "fee_required_remaining": 0, "get_asset": "DIVISIBLE", "get_quantity": 100000000, "get_remaining": 100000000, "give_asset": "XDP", "give_quantity": 100000000, "give_remaining": 100000000, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "open", "tx_hash": "a9f78534e7f340ba0f0d2ac1851a11a011ca7aa1262349eeba71add8777b162b", "tx_index": 10}',0);
INSERT INTO messages VALUES(26,124688,'insert','debits','{"action": "open order", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124688, "event": "b6db5c8412a58d9fa75bff41f8a7519353ffd4d359c7c8fa7ee1900bc05e4d9d", "quantity": 100000000}',0);
INSERT INTO messages VALUES(27,124688,'insert','orders','{"block_index": 124688, "expiration": 2000, "expire_index": 312010, "fee_provided": 10000, "fee_provided_remaining": 10000, "fee_required": 900000, "fee_required_remaining": 900000, "get_asset": "DOGE", "get_quantity": 1000000, "get_remaining": 1000000, "give_asset": "XDP", "give_quantity": 100000000, "give_remaining": 100000000, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "open", "tx_hash": "b6db5c8412a58d9fa75bff41f8a7519353ffd4d359c7c8fa7ee1900bc05e4d9d", "tx_index": 11}',0);
INSERT INTO messages VALUES(28,124689,'insert','orders','{"block_index": 124689, "expiration": 2000, "expire_index": 312011, "fee_provided": 1000000, "fee_provided_remaining": 1000000, "fee_required": 0, "fee_required_remaining": 0, "get_asset": "XDP", "get_quantity": 100000000, "get_remaining": 100000000, "give_asset": "DOGE", "give_quantity": 666667, "give_remaining": 666667, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "open", "tx_hash": "8a63e7a516d36c17ac32999222ac282ab94fb9c5ea30637cd06660b3139510f6", "tx_index": 12}',0);
INSERT INTO messages VALUES(29,124690,'insert','debits','{"action": "send", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124690, "event": "d4428cf4082bc5fe8fed72673f956d351f269a308cf0d0d0b87f76dd3b6165f4", "quantity": 300000000}',0);
INSERT INTO messages VALUES(30,124690,'insert','credits','{"action": "send", "address": "1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2", "asset": "XDP", "block_index": 124690, "event": "d4428cf4082bc5fe8fed72673f956d351f269a308cf0d0d0b87f76dd3b6165f4", "quantity": 300000000}',0);
INSERT INTO messages VALUES(31,124690,'insert','sends','{"asset": "XDP", "block_index": 124690, "destination": "1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2", "quantity": 300000000, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "valid", "tx_hash": "d4428cf4082bc5fe8fed72673f956d351f269a308cf0d0d0b87f76dd3b6165f4", "tx_index": 13}',0);
INSERT INTO messages VALUES(32,124691,'insert','debits','{"action": "send", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "DIVISIBLE", "block_index": 124691, "event": "97aaf458fdbe3a8d7e57b4c238706419c001fc5810630c0c3cd2361821052a0d", "quantity": 1000000000}',0);
INSERT INTO messages VALUES(33,124691,'insert','credits','{"action": "send", "address": "1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2", "asset": "DIVISIBLE", "block_index": 124691, "event": "97aaf458fdbe3a8d7e57b4c238706419c001fc5810630c0c3cd2361821052a0d", "quantity": 1000000000}',0);
INSERT INTO messages VALUES(34,124691,'insert','sends','{"asset": "DIVISIBLE", "block_index": 124691, "destination": "1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2", "quantity": 1000000000, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "valid", "tx_hash": "97aaf458fdbe3a8d7e57b4c238706419c001fc5810630c0c3cd2361821052a0d", "tx_index": 14}',0);
INSERT INTO messages VALUES(35,124692,'insert','debits','{"action": "send", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "NODIVISIBLE", "block_index": 124692, "event": "29cd663b5e5b0801717e46891bc57e1d050680da0a803944623f6021151d2592", "quantity": 5}',0);
INSERT INTO messages VALUES(36,124692,'insert','credits','{"action": "send", "address": "nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65", "asset": "NODIVISIBLE", "block_index": 124692, "event": "29cd663b5e5b0801717e46891bc57e1d050680da0a803944623f6021151d2592", "quantity": 5}',0);
INSERT INTO messages VALUES(37,124692,'insert','sends','{"asset": "NODIVISIBLE", "block_index": 124692, "destination": "nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65", "quantity": 5, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "valid", "tx_hash": "29cd663b5e5b0801717e46891bc57e1d050680da0a803944623f6021151d2592", "tx_index": 15}',0);
INSERT INTO messages VALUES(38,124693,'insert','debits','{"action": "send", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "NODIVISIBLE", "block_index": 124693, "event": "b285ff2379716e92ab7b68ad4e68ba74a999dc9ca8c312c377231a89da7e9361", "quantity": 10}',0);
INSERT INTO messages VALUES(39,124693,'insert','credits','{"action": "send", "address": "1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2", "asset": "NODIVISIBLE", "block_index": 124693, "event": "b285ff2379716e92ab7b68ad4e68ba74a999dc9ca8c312c377231a89da7e9361", "quantity": 10}',0);
INSERT INTO messages VALUES(40,124693,'insert','sends','{"asset": "NODIVISIBLE", "block_index": 124693, "destination": "1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2", "quantity": 10, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "valid", "tx_hash": "b285ff2379716e92ab7b68ad4e68ba74a999dc9ca8c312c377231a89da7e9361", "tx_index": 16}',0);
INSERT INTO messages VALUES(41,124694,'insert','debits','{"action": "issuance fee", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124694, "event": "cd929bf57f5f26550a56ba40eecd258b684842777dfc434a46b65a86e924bf52", "quantity": 50000000}',0);
INSERT INTO messages VALUES(42,124694,'insert','issuances','{"asset": "MAXI", "block_index": 124694, "call_date": 0, "call_price": 0.0, "callable": false, "description": "Maximum quantity", "divisible": true, "fee_paid": 50000000, "issuer": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "locked": false, "quantity": 9223372036854775807, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "valid", "transfer": false, "tx_hash": "cd929bf57f5f26550a56ba40eecd258b684842777dfc434a46b65a86e924bf52", "tx_index": 17}',0);
INSERT INTO messages VALUES(43,124694,'insert','credits','{"action": "issuance", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "MAXI", "block_index": 124694, "event": "cd929bf57f5f26550a56ba40eecd258b684842777dfc434a46b65a86e924bf52", "quantity": 9223372036854775807}',0);
INSERT INTO messages VALUES(44,124695,'insert','broadcasts','{"block_index": 124695, "fee_fraction_int": 5000000, "locked": false, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "valid", "text": "Unit Test", "timestamp": 1388000000, "tx_hash": "9b70f9ad8c0d92ff27127d081169cebee68a776f4974e757de09a46e85682d66", "tx_index": 18, "value": 1.0}',0);
INSERT INTO messages VALUES(45,124696,'insert','broadcasts','{"block_index": 124696, "fee_fraction_int": null, "locked": true, "source": "nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH", "status": "valid", "text": null, "timestamp": 0, "tx_hash": "f6548d72d0726bd869fdfdcf44766871f7ab721efda6ed7bce0d4c88b43bf1cf", "tx_index": 19, "value": null}',0);
INSERT INTO messages VALUES(46,124697,'insert','debits','{"action": "bet", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124697, "event": "be15d34c959fde8f2baff8577d73d28c864e7684cc76ecba33e5d6d79ca6d6bd", "quantity": 9}',0);
INSERT INTO messages VALUES(47,124697,'insert','bets','{"bet_type": 1, "block_index": 124697, "counterwager_quantity": 9, "counterwager_remaining": 9, "deadline": 1388000001, "expiration": 100, "expire_index": 124797, "fee_fraction_int": 5000000.0, "feed_address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "leverage": 5040, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "open", "target_value": 0.0, "tx_hash": "be15d34c959fde8f2baff8577d73d28c864e7684cc76ecba33e5d6d79ca6d6bd", "tx_index": 20, "wager_quantity": 9, "wager_remaining": 9}',0);
INSERT INTO messages VALUES(48,124698,'insert','debits','{"action": "bet", "address": "nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65", "asset": "XDP", "block_index": 124698, "event": "90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5", "quantity": 9}',0);
INSERT INTO messages VALUES(49,124698,'insert','bets','{"bet_type": 0, "block_index": 124698, "counterwager_quantity": 9, "counterwager_remaining": 9, "deadline": 1388000001, "expiration": 100, "expire_index": 124798, "fee_fraction_int": 5000000.0, "feed_address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "leverage": 5040, "source": "nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65", "status": "open", "target_value": 0.0, "tx_hash": "90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5", "tx_index": 21, "wager_quantity": 9, "wager_remaining": 9}',0);
INSERT INTO messages VALUES(50,124698,'insert','credits','{"action": "filled", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124698, "event": "90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5", "quantity": 0}',0);
INSERT INTO messages VALUES(51,124698,'update','bets','{"counterwager_remaining": 0, "status": "filled", "tx_hash": "be15d34c959fde8f2baff8577d73d28c864e7684cc76ecba33e5d6d79ca6d6bd", "wager_remaining": 0}',0);
INSERT INTO messages VALUES(52,124698,'insert','credits','{"action": "filled", "address": "nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65", "asset": "XDP", "block_index": 124698, "event": "90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5", "quantity": 0}',0);
INSERT INTO messages VALUES(53,124698,'update','bets','{"counterwager_remaining": 0, "status": "filled", "tx_hash": "90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5", "wager_remaining": 0}',0);
INSERT INTO messages VALUES(54,124698,'insert','bet_matches','{"backward_quantity": 9, "block_index": 124698, "deadline": 1388000001, "fee_fraction_int": 5000000, "feed_address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "forward_quantity": 9, "id": "be15d34c959fde8f2baff8577d73d28c864e7684cc76ecba33e5d6d79ca6d6bd_90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5", "initial_value": 1.0, "leverage": 5040, "match_expire_index": 124797, "status": "pending", "target_value": 0.0, "tx0_address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "tx0_bet_type": 1, "tx0_block_index": 124697, "tx0_expiration": 100, "tx0_hash": "be15d34c959fde8f2baff8577d73d28c864e7684cc76ecba33e5d6d79ca6d6bd", "tx0_index": 20, "tx1_address": "nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65", "tx1_bet_type": 0, "tx1_block_index": 124698, "tx1_expiration": 100, "tx1_hash": "90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5", "tx1_index": 21}',0);
INSERT INTO messages VALUES(55,124779,'insert','debits','{"action": "bet", "address": "nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65", "asset": "XDP", "block_index": 124779, "event": "ba0ef1dfbbc87df94e1d198b0e9e3c06301710d4aab3d85116cbc8199954644a", "quantity": 10}',0);
INSERT INTO messages VALUES(56,124779,'insert','bets','{"bet_type": 3, "block_index": 124779, "counterwager_quantity": 10, "counterwager_remaining": 10, "deadline": 1388000200, "expiration": 1000, "expire_index": 311101, "fee_fraction_int": 5000000.0, "feed_address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "leverage": 5040, "source": "nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65", "status": "open", "target_value": 0.0, "tx_hash": "ba0ef1dfbbc87df94e1d198b0e9e3c06301710d4aab3d85116cbc8199954644a", "tx_index": 102, "wager_quantity": 10, "wager_remaining": 10}',0);
INSERT INTO messages VALUES(57,124780,'insert','broadcasts','{"block_index": 124780, "fee_fraction_int": 5000000, "locked": false, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "valid", "text": "Unit Test", "timestamp": 1388000002, "tx_hash": "18cbfca6cd776158c13245977b4eead061e6bdcea8118faa6996fb6d01b51d4e", "tx_index": 103, "value": 1.0}',0);
INSERT INTO messages VALUES(58,124780,'insert','credits','{"action": "bet settled", "address": "nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65", "asset": "XDP", "block_index": 124780, "event": "18cbfca6cd776158c13245977b4eead061e6bdcea8118faa6996fb6d01b51d4e", "quantity": 9}',0);
INSERT INTO messages VALUES(59,124780,'insert','credits','{"action": "bet settled", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124780, "event": "18cbfca6cd776158c13245977b4eead061e6bdcea8118faa6996fb6d01b51d4e", "quantity": 9}',0);
INSERT INTO messages VALUES(60,124780,'insert','credits','{"action": "feed fee", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 124780, "event": "18cbfca6cd776158c13245977b4eead061e6bdcea8118faa6996fb6d01b51d4e", "quantity": 0}',0);
INSERT INTO messages VALUES(61,124780,'insert','bet_match_resolutions','{"bear_credit": 9, "bet_match_id": "be15d34c959fde8f2baff8577d73d28c864e7684cc76ecba33e5d6d79ca6d6bd_90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5", "bet_match_type_id": 1, "block_index": 124780, "bull_credit": 9, "escrow_less_fee": null, "fee": 0, "settled": true, "winner": null}',0);
INSERT INTO messages VALUES(62,124780,'update','bet_matches','{"bet_match_id": "be15d34c959fde8f2baff8577d73d28c864e7684cc76ecba33e5d6d79ca6d6bd_90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5", "status": "settled"}',0);
INSERT INTO messages VALUES(63,125169,'insert','debits','{"action": "open order", "address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "asset": "XDP", "block_index": 125169, "event": "9093cfde7b0d970844f7619ec07dc9313df4bf8e0fe42e7db8e17c022023360b", "quantity": 100000000}',0);
INSERT INTO messages VALUES(64,125169,'insert','orders','{"block_index": 125169, "expiration": 2000, "expire_index": 312491, "fee_provided": 10000, "fee_provided_remaining": 10000, "fee_required": 900000, "fee_required_remaining": 900000, "get_asset": "DOGE", "get_quantity": 800000, "get_remaining": 800000, "give_asset": "XDP", "give_quantity": 100000000, "give_remaining": 100000000, "source": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "status": "open", "tx_hash": "9093cfde7b0d970844f7619ec07dc9313df4bf8e0fe42e7db8e17c022023360b", "tx_index": 492}',0);
INSERT INTO messages VALUES(65,125170,'insert','orders','{"block_index": 125170, "expiration": 2000, "expire_index": 312492, "fee_provided": 1000000, "fee_provided_remaining": 1000000, "fee_required": 0, "fee_required_remaining": 0, "get_asset": "XDP", "get_quantity": 100000000, "get_remaining": 100000000, "give_asset": "DOGE", "give_quantity": 800000, "give_remaining": 800000, "source": "nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65", "status": "open", "tx_hash": "14cc265394e160335493215c3276712da0cb1d77cd8ed9f284441641795fc7c0", "tx_index": 493}',0);
INSERT INTO messages VALUES(66,125170,'update','orders','{"fee_provided_remaining": 10000, "fee_required_remaining": 892800, "get_remaining": 0, "give_remaining": 0, "status": "open", "tx_hash": "9093cfde7b0d970844f7619ec07dc9313df4bf8e0fe42e7db8e17c022023360b"}',0);
INSERT INTO messages VALUES(67,125170,'update','orders','{"fee_provided_remaining": 992800, "fee_required_remaining": 0, "get_remaining": 0, "give_remaining": 0, "status": "open", "tx_hash": "14cc265394e160335493215c3276712da0cb1d77cd8ed9f284441641795fc7c0"}',0);
INSERT INTO messages VALUES(68,125170,'insert','order_matches','{"backward_asset": "DOGE", "backward_quantity": 800000, "block_index": 125170, "fee_paid": 7200, "forward_asset": "XDP", "forward_quantity": 100000000, "id": "9093cfde7b0d970844f7619ec07dc9313df4bf8e0fe42e7db8e17c022023360b_14cc265394e160335493215c3276712da0cb1d77cd8ed9f284441641795fc7c0", "match_expire_index": 125190, "status": "pending", "tx0_address": "niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F", "tx0_block_index": 125169, "tx0_expiration": 2000, "tx0_hash": "9093cfde7b0d970844f7619ec07dc9313df4bf8e0fe42e7db8e17c022023360b", "tx0_index": 492, "tx1_address": "nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65", "tx1_block_index": 125170, "tx1_expiration": 2000, "tx1_hash": "14cc265394e160335493215c3276712da0cb1d77cd8ed9f284441641795fc7c0", "tx1_index": 493}',0);
INSERT INTO messages VALUES(69,125171,'insert','credits','{"action": "burn", "address": "nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH", "asset": "XDP", "block_index": 125171, "event": "d6adfa92e20b6211ff5fabb2f7a1c8b037168797984c94734c28e82e92d3b1d6", "quantity": 92995878046}',0);
INSERT INTO messages VALUES(70,125171,'insert','burns','{"block_index": 125171, "burned": 62000000, "earned": 92995878046, "source": "nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH", "status": "valid", "tx_hash": "d6adfa92e20b6211ff5fabb2f7a1c8b037168797984c94734c28e82e92d3b1d6", "tx_index": 494}',0);
INSERT INTO messages VALUES(71,125172,'insert','debits','{"action": "issuance fee", "address": "nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH", "asset": "XDP", "block_index": 125172, "event": "084102fa0722f5520481f34eabc9f92232e4d1647b329b3fa58bffc8f91c5e4e", "quantity": 50000000}',0);
INSERT INTO messages VALUES(72,125172,'insert','issuances','{"asset": "DIVIDEND", "block_index": 125172, "call_date": 0, "call_price": 0.0, "callable": false, "description": "Test dividend", "divisible": true, "fee_paid": 50000000, "issuer": "nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH", "locked": false, "quantity": 100, "source": "nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH", "status": "valid", "transfer": false, "tx_hash": "084102fa0722f5520481f34eabc9f92232e4d1647b329b3fa58bffc8f91c5e4e", "tx_index": 495}',0);
INSERT INTO messages VALUES(73,125172,'insert','credits','{"action": "issuance", "address": "nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH", "asset": "DIVIDEND", "block_index": 125172, "event": "084102fa0722f5520481f34eabc9f92232e4d1647b329b3fa58bffc8f91c5e4e", "quantity": 100}',0);
INSERT INTO messages VALUES(74,125173,'insert','debits','{"action": "send", "address": "nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH", "asset": "DIVIDEND", "block_index": 125173, "event": "9d3391348171201de9b5eb70ca80896b0ae166fd51237c843a90c1b4ccf8c602", "quantity": 10}',0);
INSERT INTO messages VALUES(75,125173,'insert','credits','{"action": "send", "address": "nW8dXfYakP7aSyPuzEcAdFyrjFXimPkvct", "asset": "DIVIDEND", "block_index": 125173, "event": "9d3391348171201de9b5eb70ca80896b0ae166fd51237c843a90c1b4ccf8c602", "quantity": 10}',0);
INSERT INTO messages VALUES(76,125173,'insert','sends','{"asset": "DIVIDEND", "block_index": 125173, "destination": "nW8dXfYakP7aSyPuzEcAdFyrjFXimPkvct", "quantity": 10, "source": "nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH", "status": "valid", "tx_hash": "9d3391348171201de9b5eb70ca80896b0ae166fd51237c843a90c1b4ccf8c602", "tx_index": 496}',0);
INSERT INTO messages VALUES(77,125174,'insert','debits','{"action": "send", "address": "nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH", "asset": "XDP", "block_index": 125174, "event": "54f4c7b383ea19147e62d2be9f3e7f70b6c379baac15e8b4cf43f7c21578c1ef", "quantity": 92945878046}',0);
INSERT INTO messages VALUES(78,125174,'insert','credits','{"action": "send", "address": "nW8dXfYakP7aSyPuzEcAdFyrjFXimPkvct", "asset": "XDP", "block_index": 125174, "event": "54f4c7b383ea19147e62d2be9f3e7f70b6c379baac15e8b4cf43f7c21578c1ef", "quantity": 92945878046}',0);
INSERT INTO messages VALUES(79,125174,'insert','sends','{"asset": "XDP", "block_index": 125174, "destination": "nW8dXfYakP7aSyPuzEcAdFyrjFXimPkvct", "quantity": 92945878046, "source": "nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH", "status": "valid", "tx_hash": "54f4c7b383ea19147e62d2be9f3e7f70b6c379baac15e8b4cf43f7c21578c1ef", "tx_index": 497}',0);
-- Triggers and indices on messages
CREATE INDEX block_index_message_index_idx ON messages (block_index, message_index);
-- Table nonces
DROP TABLE IF EXISTS nonces;
CREATE TABLE nonces(
address TEXT PRIMARY KEY,
nonce INTEGER);
-- Table order_expirations
DROP TABLE IF EXISTS order_expirations;
CREATE TABLE order_expirations(
order_index INTEGER PRIMARY KEY,
order_hash TEXT UNIQUE,
source TEXT,
block_index INTEGER,
FOREIGN KEY (block_index) REFERENCES blocks(block_index),
FOREIGN KEY (order_index, order_hash) REFERENCES orders(tx_index, tx_hash));
-- Table order_match_expirations
DROP TABLE IF EXISTS order_match_expirations;
CREATE TABLE order_match_expirations(
order_match_id TEXT PRIMARY KEY,
tx0_address TEXT,
tx1_address TEXT,
block_index INTEGER,
FOREIGN KEY (order_match_id) REFERENCES order_matches(id),
FOREIGN KEY (block_index) REFERENCES blocks(block_index));
-- Table order_matches
DROP TABLE IF EXISTS order_matches;
CREATE TABLE order_matches(
id TEXT PRIMARY KEY,
tx0_index INTEGER,
tx0_hash TEXT,
tx0_address TEXT,
tx1_index INTEGER,
tx1_hash TEXT,
tx1_address TEXT,
forward_asset TEXT,
forward_quantity INTEGER,
backward_asset TEXT,
backward_quantity INTEGER,
tx0_block_index INTEGER,
tx1_block_index INTEGER,
block_index INTEGER,
tx0_expiration INTEGER,
tx1_expiration INTEGER,
match_expire_index INTEGER,
fee_paid INTEGER,
status TEXT,
FOREIGN KEY (tx0_index, tx0_hash, tx0_block_index) REFERENCES transactions(tx_index, tx_hash, block_index),
FOREIGN KEY (tx1_index, tx1_hash, tx1_block_index) REFERENCES transactions(tx_index, tx_hash, block_index));
INSERT INTO order_matches VALUES('9093cfde7b0d970844f7619ec07dc9313df4bf8e0fe42e7db8e17c022023360b_14cc265394e160335493215c3276712da0cb1d77cd8ed9f284441641795fc7c0',492,'9093cfde7b0d970844f7619ec07dc9313df4bf8e0fe42e7db8e17c022023360b','niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',493,'14cc265394e160335493215c3276712da0cb1d77cd8ed9f284441641795fc7c0','nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','XDP',100000000,'DOGE',800000,125169,125170,125170,2000,2000,125190,7200,'pending');
-- Triggers and indices on order_matches
CREATE INDEX backward_status_idx ON order_matches (backward_asset, status);
CREATE INDEX forward_status_idx ON order_matches (forward_asset, status);
CREATE INDEX match_expire_idx ON order_matches (status, match_expire_index);
CREATE INDEX tx0_address_idx ON order_matches (tx0_address);
CREATE INDEX tx1_address_idx ON order_matches (tx1_address);
-- Table orders
DROP TABLE IF EXISTS orders;
CREATE TABLE orders(
tx_index INTEGER UNIQUE,
tx_hash TEXT UNIQUE,
block_index INTEGER,
source TEXT,
give_asset TEXT,
give_quantity INTEGER,
give_remaining INTEGER,
get_asset TEXT,
get_quantity INTEGER,
get_remaining INTEGER,
expiration INTEGER,
expire_index INTEGER,
fee_required INTEGER,
fee_required_remaining INTEGER,
fee_provided INTEGER,
fee_provided_remaining INTEGER,
status TEXT,
FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index),
PRIMARY KEY (tx_index, tx_hash));
INSERT INTO orders VALUES(7,'074fa38a84a81c0ed7957484ebe73836104d3068f66b189e05a7cf0b95c737f3',124684,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',100000000,100000000,'DIVISIBLE',100000000,100000000,2000,312006,0,0,10000,10000,'open');
INSERT INTO orders VALUES(10,'a9f78534e7f340ba0f0d2ac1851a11a011ca7aa1262349eeba71add8777b162b',124687,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',100000000,100000000,'DIVISIBLE',100000000,100000000,2000,312009,0,0,10000,10000,'open');
INSERT INTO orders VALUES(11,'b6db5c8412a58d9fa75bff41f8a7519353ffd4d359c7c8fa7ee1900bc05e4d9d',124688,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',100000000,100000000,'DOGE',1000000,1000000,2000,312010,900000,900000,10000,10000,'open');
INSERT INTO orders VALUES(12,'8a63e7a516d36c17ac32999222ac282ab94fb9c5ea30637cd06660b3139510f6',124689,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','DOGE',666667,666667,'XDP',100000000,100000000,2000,312011,0,0,1000000,1000000,'open');
INSERT INTO orders VALUES(492,'9093cfde7b0d970844f7619ec07dc9313df4bf8e0fe42e7db8e17c022023360b',125169,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','XDP',100000000,0,'DOGE',800000,0,2000,312491,900000,892800,10000,10000,'open');
INSERT INTO orders VALUES(493,'14cc265394e160335493215c3276712da0cb1d77cd8ed9f284441641795fc7c0',125170,'nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','DOGE',800000,0,'XDP',100000000,0,2000,312492,0,0,1000000,992800,'open');
-- Triggers and indices on orders
CREATE INDEX expire_idx ON orders (expire_index, status);
CREATE INDEX give_asset_idx ON orders (give_asset);
CREATE INDEX give_get_status_idx ON orders (get_asset, give_asset, status);
CREATE INDEX give_status_idx ON orders (give_asset, status);
CREATE INDEX source_give_status_idx ON orders (source, give_asset, status);
-- Table postqueue
DROP TABLE IF EXISTS postqueue;
CREATE TABLE postqueue(
message BLOB);
-- Table rps
DROP TABLE IF EXISTS rps;
CREATE TABLE rps(
tx_index INTEGER UNIQUE,
tx_hash TEXT UNIQUE,
block_index INTEGER,
source TEXT,
possible_moves INTEGER,
wager INTEGER,
move_random_hash TEXT,
expiration INTEGER,
expire_index INTEGER,
status TEXT,
FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index),
PRIMARY KEY (tx_index, tx_hash));
-- Triggers and indices on rps
CREATE INDEX matching_idx ON rps (wager, possible_moves);
-- Table rps_expirations
DROP TABLE IF EXISTS rps_expirations;
CREATE TABLE rps_expirations(
rps_index INTEGER PRIMARY KEY,
rps_hash TEXT UNIQUE,
source TEXT,
block_index INTEGER,
FOREIGN KEY (block_index) REFERENCES blocks(block_index),
FOREIGN KEY (rps_index, rps_hash) REFERENCES rps(tx_index, tx_hash));
-- Table rps_match_expirations
DROP TABLE IF EXISTS rps_match_expirations;
CREATE TABLE rps_match_expirations(
rps_match_id TEXT PRIMARY KEY,
tx0_address TEXT,
tx1_address TEXT,
block_index INTEGER,
FOREIGN KEY (rps_match_id) REFERENCES rps_matches(id),
FOREIGN KEY (block_index) REFERENCES blocks(block_index));
-- Table rps_matches
DROP TABLE IF EXISTS rps_matches;
CREATE TABLE rps_matches(
id TEXT PRIMARY KEY,
tx0_index INTEGER,
tx0_hash TEXT,
tx0_address TEXT,
tx1_index INTEGER,
tx1_hash TEXT,
tx1_address TEXT,
tx0_move_random_hash TEXT,
tx1_move_random_hash TEXT,
wager INTEGER,
possible_moves INTEGER,
tx0_block_index INTEGER,
tx1_block_index INTEGER,
block_index INTEGER,
tx0_expiration INTEGER,
tx1_expiration INTEGER,
match_expire_index INTEGER,
status TEXT,
FOREIGN KEY (tx0_index, tx0_hash, tx0_block_index) REFERENCES transactions(tx_index, tx_hash, block_index),
FOREIGN KEY (tx1_index, tx1_hash, tx1_block_index) REFERENCES transactions(tx_index, tx_hash, block_index));
-- Triggers and indices on rps_matches
CREATE INDEX rps_match_expire_idx ON rps_matches (status, match_expire_index);
CREATE INDEX rps_tx0_address_idx ON rps_matches (tx0_address);
CREATE INDEX rps_tx1_address_idx ON rps_matches (tx1_address);
-- Table rpsresolves
DROP TABLE IF EXISTS rpsresolves;
CREATE TABLE rpsresolves(
tx_index INTEGER PRIMARY KEY,
tx_hash TEXT UNIQUE,
block_index INTEGER,
source TEXT,
move INTEGER,
random TEXT,
rps_match_id TEXT,
status TEXT,
FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index));
-- Triggers and indices on rpsresolves
CREATE INDEX rps_match_id_idx ON rpsresolves (rps_match_id);
-- Table sends
DROP TABLE IF EXISTS sends;
CREATE TABLE sends(
tx_index INTEGER PRIMARY KEY,
tx_hash TEXT UNIQUE,
block_index INTEGER,
source TEXT,
destination TEXT,
asset TEXT,
quantity INTEGER,
status TEXT,
FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index));
INSERT INTO sends VALUES(8,'d21d82d8298d545b91e4467c287322d2399d8eb08af15bee68f58c4bcfa9a5f9',124685,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','DIVISIBLE',100000000,'valid');
INSERT INTO sends VALUES(9,'e64aac59d8759cde5785f3e1c4af448d95a152a30c76d97c114a3025e5ec118b',124686,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','XDP',100000000,'valid');
INSERT INTO sends VALUES(13,'d4428cf4082bc5fe8fed72673f956d351f269a308cf0d0d0b87f76dd3b6165f4',124690,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2','XDP',300000000,'valid');
INSERT INTO sends VALUES(14,'97aaf458fdbe3a8d7e57b4c238706419c001fc5810630c0c3cd2361821052a0d',124691,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2','DIVISIBLE',1000000000,'valid');
INSERT INTO sends VALUES(15,'29cd663b5e5b0801717e46891bc57e1d050680da0a803944623f6021151d2592',124692,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','NODIVISIBLE',5,'valid');
INSERT INTO sends VALUES(16,'b285ff2379716e92ab7b68ad4e68ba74a999dc9ca8c312c377231a89da7e9361',124693,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2','NODIVISIBLE',10,'valid');
INSERT INTO sends VALUES(496,'9d3391348171201de9b5eb70ca80896b0ae166fd51237c843a90c1b4ccf8c602',125173,'nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH','nW8dXfYakP7aSyPuzEcAdFyrjFXimPkvct','DIVIDEND',10,'valid');
INSERT INTO sends VALUES(497,'54f4c7b383ea19147e62d2be9f3e7f70b6c379baac15e8b4cf43f7c21578c1ef',125174,'nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH','nW8dXfYakP7aSyPuzEcAdFyrjFXimPkvct','XDP',92945878046,'valid');
-- Triggers and indices on sends
CREATE INDEX destination_idx ON sends (destination);
CREATE INDEX source_idx ON sends (source);
-- Table storage
DROP TABLE IF EXISTS storage;
CREATE TABLE storage(
contract_id TEXT,
key BLOB,
value BLOB,
FOREIGN KEY (contract_id) REFERENCES contracts(contract_id));
-- Table suicides
DROP TABLE IF EXISTS suicides;
CREATE TABLE suicides(
contract_id TEXT PRIMARY KEY,
FOREIGN KEY (contract_id) REFERENCES contracts(contract_id));
-- Table transactions
DROP TABLE IF EXISTS transactions;
CREATE TABLE transactions(
tx_index INTEGER UNIQUE,
tx_hash TEXT UNIQUE,
block_index INTEGER,
block_hash TEXT,
block_time INTEGER,
source TEXT,
destination TEXT,
btc_amount INTEGER,
fee INTEGER,
data BLOB,
supported BOOL DEFAULT 1,
FOREIGN KEY (block_index, block_hash) REFERENCES blocks(block_index, block_hash),
PRIMARY KEY (tx_index, tx_hash, block_index));
INSERT INTO transactions VALUES(1,'610b15f0c2d3845f124cc6026b6c212033de94218b25f89d5dbde47d11085a89',124678,'2ee5123266f21fb8f65495c281a368e1b9f93b6c411986e06efc895a8d82467683e6ea5d863714b23582c1c59576650d07c405a8d9bf0d088ee65621178b259d',124678000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','ndogepartyxxxxxxxxxxxxxxxxxxwpsZCH',62000000,10000,X'',1);
INSERT INTO transactions VALUES(2,'82e357fac0f41bc8c0c01e781ce96f0871bd3d6aaf57a8e99255d5e9d9fba554',124679,'03a9a24e190a996364217761558e380b94ae9792b8b4dcaa92b6c58d80b9f8f7fcf9a34037be4cd6ad5e0c039b511cccc40c3438a5067822e3cd309f06519612',124679000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','',0,10000,X'00000014000000A25BE34B66000000174876E800010000000000000000000F446976697369626C65206173736574',1);
INSERT INTO transactions VALUES(3,'6ecaeb544ce2f8a4a24d8d497ecba6ef7b71082a3f1cfdabc48726d5bc90fdca',124680,'d574e4fee71454532c0207f27b9c46f07c5c2e20f43829ddeee8f798053413ac6e0d1b9ad2259a0370fe08581fab3e950ce629db5fadd823251254bf606a05bd',124680000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','',0,10000,X'000000140006CAD8DC7F0B6600000000000003E800000000000000000000124E6F20646976697369626C65206173736574',1);
INSERT INTO transactions VALUES(4,'a36a2d510757def22f0aa0f1cd1b4cf5e9bb160b051b83df25a101d5bb048928',124681,'44392d9d661459ba31140c59e7d8bcd16b071c864c59f65e2edd9e3c16d598e81aaba40f11019a379bfc6d7811e0265fbb8b276d99cdea7f739fb736f433052a',124681000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','',0,10000,X'0000001400000003C58E5C5600000000000003E8010000000000000000000E43616C6C61626C65206173736574',1);
INSERT INTO transactions VALUES(5,'044c9ac702136ee7839dc776cb7b43bbb9d5328415925a958679d801ac6c6b63',124682,'58c6f6fbf77a64a5e0df123b1258ae6c3e6d4e21901cc942aeb67b1332422c71e1e7e996c5d4f403159ce5ca3863b7ec7ef8281bbbce5960e258492872055fb5',124682000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','',0,10000,X'0000001400000000082C82E300000000000003E8010000000000000000000C4C6F636B6564206173736574',1);
INSERT INTO transactions VALUES(6,'bd919f9a31982a6dbc6253e38bfba0a367e24fbd65cf79575648f799b98849b4',124683,'348a1b690661597ee6e950446e7a1deb8bef7906c0e98a78ab4d0fe799fac5f3007dcd648ff0c61da35b19cf99f16f3028e10ba206968475d741fa8a86c4a7ae',124683000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','',0,10000,X'0000001400000000082C82E3000000000000000001000000000000000000044C4F434B',1);
INSERT INTO transactions VALUES(7,'074fa38a84a81c0ed7957484ebe73836104d3068f66b189e05a7cf0b95c737f3',124684,'9d31b774b633c35635b71669c07880b521880cee9298b6aba44752ec1734cd2aa26b3bed95409d874e68685636a31a038b784d3e085525ab8c26f7e3b7ba3676',124684000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','',0,10000,X'0000000A00000000000000010000000005F5E100000000A25BE34B660000000005F5E10007D00000000000000000',1);
INSERT INTO transactions VALUES(8,'d21d82d8298d545b91e4467c287322d2399d8eb08af15bee68f58c4bcfa9a5f9',124685,'41007a4ed39e7df941059c3db6b24b74c1913b80e0fd38d0073a5b121880fd0f7e98989d8d70766957919371fdaf4e5b44125f9f7c449c3b6bea298253075fe3',124685000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65',5430,10000,X'00000000000000A25BE34B660000000005F5E100',1);
INSERT INTO transactions VALUES(9,'e64aac59d8759cde5785f3e1c4af448d95a152a30c76d97c114a3025e5ec118b',124686,'aa28e5948d1158f318393846b4ef67e53ca4c4b047ed8b06eb861db29914e9f1dfe11a8b73aa2225519843661a61e9038cb347015be916c5a44222ed71b8b604',124686000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65',5430,10000,X'0000000000000000000000010000000005F5E100',1);
INSERT INTO transactions VALUES(10,'a9f78534e7f340ba0f0d2ac1851a11a011ca7aa1262349eeba71add8777b162b',124687,'550d7d84590c6e4e7caed4e722151f7e110dc39bf3f54f719babfe89775095abb2d2454014b4cb01fb1e0a7e91639559ce17e096be5178b5c2ca5b22ad41b33a',124687000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','',0,10000,X'0000000A00000000000000010000000005F5E100000000A25BE34B660000000005F5E10007D00000000000000000',1);
INSERT INTO transactions VALUES(11,'b6db5c8412a58d9fa75bff41f8a7519353ffd4d359c7c8fa7ee1900bc05e4d9d',124688,'477c4a3445e32cd0c8ef67c808ac6a6362ebc953c396e2d5c0d7e4f185becd15fa99bd7635358dbb3b5a92e9f03b7fa2dda8d4714e181ec4552b279df3ba81f0',124688000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','',0,10000,X'0000000A00000000000000010000000005F5E100000000000000000000000000000F424007D000000000000DBBA0',1);
INSERT INTO transactions VALUES(12,'8a63e7a516d36c17ac32999222ac282ab94fb9c5ea30637cd06660b3139510f6',124689,'05f81b5c1b067b647894014cea65558826be42cca20a6cccb8623d80059182b77da00922539c59a0a7b63f6f011ca0f564fada0451e891644728b874c65267b9',124689000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','',0,1000000,X'0000000A000000000000000000000000000A2C2B00000000000000010000000005F5E10007D00000000000000000',1);
INSERT INTO transactions VALUES(13,'d4428cf4082bc5fe8fed72673f956d351f269a308cf0d0d0b87f76dd3b6165f4',124690,'e9d898aae43fc103110e4935cabf01b6016571b1af82e27af04b57c12302b05eab217f075ac3344b0a422e76b8c762c119cb290c867bb6eed432994ec28af027',124690000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2',7800,10000,X'0000000000000000000000010000000011E1A300',1);
INSERT INTO transactions VALUES(14,'97aaf458fdbe3a8d7e57b4c238706419c001fc5810630c0c3cd2361821052a0d',124691,'2251b497007459321f72cda82681d07d131dd81cc29137b18c534bbb09271678f4497d0316ffac262f021f901078926dee11c791a3524ad850ee948474abd3b5',124691000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2',7800,10000,X'00000000000000A25BE34B66000000003B9ACA00',1);
INSERT INTO transactions VALUES(15,'29cd663b5e5b0801717e46891bc57e1d050680da0a803944623f6021151d2592',124692,'f98fb331e66361507190a1cb1df81b814d24517e7f219029c068b649c9b8a75703770369ebafd864d104225d6fe1fbf13705d1a37a819b04fb151ed390d7bcf8',124692000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65',5430,10000,X'000000000006CAD8DC7F0B660000000000000005',1);
INSERT INTO transactions VALUES(16,'b285ff2379716e92ab7b68ad4e68ba74a999dc9ca8c312c377231a89da7e9361',124693,'7c25469d6b4fed0e8bb9e4325994c4de1737570fece605b4ca388be6921406b64a395dc519b33c0dff4f93930b32737a941bbb850e31f2ebcd2caba520bc2820',124693000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','1_niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F_nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65_2',7800,10000,X'000000000006CAD8DC7F0B66000000000000000A',1);
INSERT INTO transactions VALUES(17,'cd929bf57f5f26550a56ba40eecd258b684842777dfc434a46b65a86e924bf52',124694,'9f1c56677b369099f059cc145b98f2e3f8895631cdf0f72b7fe76fd953ab68c202329848dfb53f8146552876eba37f50ed02da34f23447f518449bf0ac0cc29e',124694000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','',0,10000,X'000000140000000000033A3E7FFFFFFFFFFFFFFF01000000000000000000104D6178696D756D207175616E74697479',1);
INSERT INTO transactions VALUES(18,'9b70f9ad8c0d92ff27127d081169cebee68a776f4974e757de09a46e85682d66',124695,'4c02945de20ccdc874ae21bf56aea2f40a029c17b81fcf602b367bdbc286f9ec0cacab35fc07ac60aefa4a96a586aed20129ad66d45ab87697704d731e06b40d',124695000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','',0,10000,X'0000001E52BB33003FF0000000000000004C4B4009556E69742054657374',1);
INSERT INTO transactions VALUES(19,'f6548d72d0726bd869fdfdcf44766871f7ab721efda6ed7bce0d4c88b43bf1cf',124696,'6a26d120314af1710052c8f8f78453f944a146039679c781e04ddbb5a2d010927726fa6f81d3e01fc1fcc3363c06e8e1a81a35636684c4dbcd51edf561a9c0fc',124696000,'nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH','',0,10000,X'0000001E4CC552003FF000000000000000000000046C6F636B',1);
INSERT INTO transactions VALUES(20,'be15d34c959fde8f2baff8577d73d28c864e7684cc76ecba33e5d6d79ca6d6bd',124697,'592e775a9259b1a5a7b0d7c2e028ff320783e7b49243ed6a20ece89a72964f3af4ed129698c4a143ad682a1493f982c5f8193d3b0e36b3df43964520409beb7a',124697000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',5430,10000,X'00000028000152BB3301000000000000000900000000000000090000000000000000000013B000000064',1);
INSERT INTO transactions VALUES(21,'90c1314847b1fe9b4520a3610dc98c71d39a1cb4b96edb9b02b6fed844a4b1e5',124698,'87fac74eef20e6121d9a66c90481f801a10d636976a6a6e7cf42fc38cc104a470e1b4cab3f9670be86c93ec1a407a1b464599121df6c8109ec7247b25c7efc62',124698000,'nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',5430,10000,X'00000028000052BB3301000000000000000900000000000000090000000000000000000013B000000064',1);
INSERT INTO transactions VALUES(102,'ba0ef1dfbbc87df94e1d198b0e9e3c06301710d4aab3d85116cbc8199954644a',124779,'e8a8ebd85a460cf5987683360a1c77e6728b4e59027220f8eceda05c720bc38c91f6193bc43739da026cd28f340e1a10b9900bfa3eed11f88339147c61b65504',124779000,'nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F',5430,10000,X'00000028000352BB33C8000000000000000A000000000000000A0000000000000000000013B0000003E8',1);
INSERT INTO transactions VALUES(103,'18cbfca6cd776158c13245977b4eead061e6bdcea8118faa6996fb6d01b51d4e',124780,'767209a2b49c4e2aef6ef3fae88ff8bb450266a5dc303bbaf1c8bfb6b86cf835053b6a4906ae343265125f8d3b773c5bd4111451410b18954ad76c8a9aff2046',124780000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','',0,10000,X'0000001E52BB33023FF0000000000000004C4B4009556E69742054657374',1);
INSERT INTO transactions VALUES(492,'9093cfde7b0d970844f7619ec07dc9313df4bf8e0fe42e7db8e17c022023360b',125169,'bf454daa85f5aa7766a92d2740421d2a69af7dde2a5209852e318ff4c5a2f48409a6c1df9fa33d2bdbef9ddc3c77118f6982b4fe00bf99f4fecbf767ef33fc71',125169000,'niVVidMwAXNtBsh8cPVXPssaHp1PKtZR6F','',0,10000,X'0000000A00000000000000010000000005F5E100000000000000000000000000000C350007D000000000000DBBA0',1);
INSERT INTO transactions VALUES(493,'14cc265394e160335493215c3276712da0cb1d77cd8ed9f284441641795fc7c0',125170,'7a5dd1618ae6b4bb553d4edc16af2447313c443aa6e31d15a2ae7322bfce7d88160f825ff99dd8429d5fbcf5f2f904e2d486e8fdc2753ba8f6f058390afad447',125170000,'nhKbsrhki5U9WUKyCwqqhqZN5CwzWmXk65','',0,1000000,X'0000000A000000000000000000000000000C350000000000000000010000000005F5E10007D00000000000000000',1);
INSERT INTO transactions VALUES(494,'d6adfa92e20b6211ff5fabb2f7a1c8b037168797984c94734c28e82e92d3b1d6',125171,'e5695fcf012cfc974506f8b9c6b97f3d2aca71dcaf89a5191fd69d56459a7c7d4fde0f50ca105fe249b13e40556aa98d9fbc4f56c98dabbca3ff9dbc45df2521',125171000,'nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH','ndogepartyxxxxxxxxxxxxxxxxxxwpsZCH',62000000,10000,X'',1);
INSERT INTO transactions VALUES(495,'084102fa0722f5520481f34eabc9f92232e4d1647b329b3fa58bffc8f91c5e4e',125172,'5ea4dd62da28162e1829870fbfab1dc6028d01cac7e541bffa6696059705e33e27d266855fa60ace8ffa9c7bc6612dee1b0e4612e4d78575c847c91b2d3b217c',125172000,'nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH','',0,10000,X'00000014000000063E985FFD0000000000000064010000000000000000000D54657374206469766964656E64',1);
INSERT INTO transactions VALUES(496,'9d3391348171201de9b5eb70ca80896b0ae166fd51237c843a90c1b4ccf8c602',125173,'14a4d161b11a33ae7890e835206e0bab161693bea0c4647d59ead2d2c437157f3b0178db71a244c0fbc8c7d56de89bd825aa36d1e8b3b62f972e1867b9160a20',125173000,'nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH','nW8dXfYakP7aSyPuzEcAdFyrjFXimPkvct',5430,10000,X'00000000000000063E985FFD000000000000000A',1);
INSERT INTO transactions VALUES(497,'54f4c7b383ea19147e62d2be9f3e7f70b6c379baac15e8b4cf43f7c21578c1ef',125174,'54967ea8d512b2b886a8e5106016df7f323169118a410af02dcdf9352e97b75ca8041441fd4b6af5ea09fff163f0d0e6d2f7a07518da27e6c367216110f316a6',125174000,'nUtoWndFgmzPquS2iJAFUPEtVhRX7jfobH','nW8dXfYakP7aSyPuzEcAdFyrjFXimPkvct',5430,10000,X'00000000000000000000000100000015A4018C1E',1);
-- Triggers and indices on transactions
CREATE INDEX index_hash_index_idx ON transactions (tx_index, tx_hash, block_index);
CREATE INDEX index_index_idx ON transactions (block_index, tx_index);
CREATE INDEX tx_hash_idx ON transactions (tx_hash);
CREATE INDEX tx_index_idx ON transactions (tx_index);
COMMIT TRANSACTION;
| 190.909091 | 933 | 0.878847 |
17619f9bd06730e774337cd850eb23fd908923e2 | 3,750 | html | HTML | src/app/login/login.component.html | Amir1411/Angular2 | 31876094211d309a5097295c3b434f5ee1fe84b5 | [
"MIT"
] | null | null | null | src/app/login/login.component.html | Amir1411/Angular2 | 31876094211d309a5097295c3b434f5ee1fe84b5 | [
"MIT"
] | null | null | null | src/app/login/login.component.html | Amir1411/Angular2 | 31876094211d309a5097295c3b434f5ee1fe84b5 | [
"MIT"
] | null | null | null | <div class="container">
<div class="card panel-body">
<div class="row">
<div class="col-md-7">
<div class="jumbotron">
<div class="row">
<div class="col-md-9">
<h2>Feel Free to connect</h2>
<div class="errorContainerWrap" *ngIf="showSignupError">
<div class="alert alert-danger alert-dismissable fade in">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong>Error! </strong>
<span class="errorContainer">{{signup_error_msg}}</span>
</div>
</div>
<div class="input-field form-group">
<label for="name">Full Name</label>
<input id="name" type="name" class="validate form-control" [(ngModel)]="signupname">
<span class="error" *ngIf="showSignupNameError">*{{signup_name_msg}}</span>
</div>
<div class="input-field form-group">
<label for="email">Email</label>
<input id="email" type="email" class="validate form-control" [(ngModel)]="signupemail">
<span class="error" *ngIf="showSignupEmailError">*{{signup_email_msg}}</span>
</div>
<div class="input-field form-group">
<label for="password">Password</label>
<input id="password" type="password" class="validate form-control" [(ngModel)]="signuppassword">
<span class="error" *ngIf="showSignupPasswordError">*{{signup_password_msg}}</span>
</div>
<button (click)="signup()" class="btn btn-info waves-effect waves-light" type="submit" name="action">Create</button>
</div>
</div>
</div>
</div>
<div class="col-md-5">
<div class="jumbotron">
<h2>Signin</h2>
<div class="errorContainerWrap" *ngIf="showLoginError">
<div class="alert alert-danger alert-dismissable fade in">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong>Error! </strong>
<span class="errorContainer">{{login_error_msg}}</span>
</div>
</div>
<div class="input-field form-group">
<label for="email">Email</label>
<input id="email" type="email" class="validate form-control" [(ngModel)]="email">
<span class="error" *ngIf="showEmailError">*{{login_email_msg}}</span>
</div>
<div class="input-field form-group">
<label for="password">Password</label>
<input id="password" type="password" class="validate form-control" [(ngModel)]="password">
<span class="error" *ngIf="showPasswordError">*{{login_password_msg}}</span>
</div>
<button (click)="login()" class="btn btn-success waves-effect waves-light" type="submit" name="action">Login</button>
</div>
</div>
</div>
</div>
</div> | 61.47541 | 144 | 0.440533 |
7f3ed3bc5cd1f30d8d94cbdef5e5f0eb582d7461 | 37 | sql | SQL | parrot-api/datastore/postgres/migrations/1481145822_AddProjectClient.down.sql | TonyGorez/Front-Opti | ebbda8863567b3e3a377479385757a24d8a9a088 | [
"MIT"
] | null | null | null | parrot-api/datastore/postgres/migrations/1481145822_AddProjectClient.down.sql | TonyGorez/Front-Opti | ebbda8863567b3e3a377479385757a24d8a9a088 | [
"MIT"
] | null | null | null | parrot-api/datastore/postgres/migrations/1481145822_AddProjectClient.down.sql | TonyGorez/Front-Opti | ebbda8863567b3e3a377479385757a24d8a9a088 | [
"MIT"
] | null | null | null | DROP TABLE IF EXISTS project_clients; | 37 | 37 | 0.864865 |
a97e17bc8731449bba472c7742a6fc50db2fc10c | 8,096 | dart | Dart | lib/code/services/dtos/ranking/rank_position_dto.freezed.dart | lucaciotti/motogp_4u_app | 21a5c82cda58d5bb18a21c1dfe471077cfe408b3 | [
"MIT"
] | null | null | null | lib/code/services/dtos/ranking/rank_position_dto.freezed.dart | lucaciotti/motogp_4u_app | 21a5c82cda58d5bb18a21c1dfe471077cfe408b3 | [
"MIT"
] | null | null | null | lib/code/services/dtos/ranking/rank_position_dto.freezed.dart | lucaciotti/motogp_4u_app | 21a5c82cda58d5bb18a21c1dfe471077cfe408b3 | [
"MIT"
] | null | null | null | // GENERATED CODE - DO NOT MODIFY BY HAND
// ignore_for_file: deprecated_member_use, deprecated_member_use_from_same_package, use_function_type_syntax_for_parameters, unnecessary_const, avoid_init_to_null, invalid_override_different_default_values_named, prefer_expression_function_bodies
part of 'rank_position_dto.dart';
// **************************************************************************
// FreezedGenerator
// **************************************************************************
T _$identity<T>(T value) => value;
RankPositionDto _$RankPositionDtoFromJson(Map<String, dynamic> json) {
return _RankPositionDto.fromJson(json);
}
class _$RankPositionDtoTearOff {
const _$RankPositionDtoTearOff();
// ignore: unused_element
_RankPositionDto call(
{@required @JsonKey(name: 'position') String position,
@required @JsonKey(name: 'rider_name') String riderName,
@required @JsonKey(name: 'rider_nation') String riderNation,
@required @JsonKey(name: 'bike') String bike,
@required @JsonKey(name: 'points') String points}) {
return _RankPositionDto(
position: position,
riderName: riderName,
riderNation: riderNation,
bike: bike,
points: points,
);
}
}
// ignore: unused_element
const $RankPositionDto = _$RankPositionDtoTearOff();
mixin _$RankPositionDto {
@JsonKey(name: 'position')
String get position;
@JsonKey(name: 'rider_name')
String get riderName;
@JsonKey(name: 'rider_nation')
String get riderNation;
@JsonKey(name: 'bike')
String get bike;
@JsonKey(name: 'points')
String get points;
Map<String, dynamic> toJson();
$RankPositionDtoCopyWith<RankPositionDto> get copyWith;
}
abstract class $RankPositionDtoCopyWith<$Res> {
factory $RankPositionDtoCopyWith(
RankPositionDto value, $Res Function(RankPositionDto) then) =
_$RankPositionDtoCopyWithImpl<$Res>;
$Res call(
{@JsonKey(name: 'position') String position,
@JsonKey(name: 'rider_name') String riderName,
@JsonKey(name: 'rider_nation') String riderNation,
@JsonKey(name: 'bike') String bike,
@JsonKey(name: 'points') String points});
}
class _$RankPositionDtoCopyWithImpl<$Res>
implements $RankPositionDtoCopyWith<$Res> {
_$RankPositionDtoCopyWithImpl(this._value, this._then);
final RankPositionDto _value;
// ignore: unused_field
final $Res Function(RankPositionDto) _then;
@override
$Res call({
Object position = freezed,
Object riderName = freezed,
Object riderNation = freezed,
Object bike = freezed,
Object points = freezed,
}) {
return _then(_value.copyWith(
position: position == freezed ? _value.position : position as String,
riderName: riderName == freezed ? _value.riderName : riderName as String,
riderNation:
riderNation == freezed ? _value.riderNation : riderNation as String,
bike: bike == freezed ? _value.bike : bike as String,
points: points == freezed ? _value.points : points as String,
));
}
}
abstract class _$RankPositionDtoCopyWith<$Res>
implements $RankPositionDtoCopyWith<$Res> {
factory _$RankPositionDtoCopyWith(
_RankPositionDto value, $Res Function(_RankPositionDto) then) =
__$RankPositionDtoCopyWithImpl<$Res>;
@override
$Res call(
{@JsonKey(name: 'position') String position,
@JsonKey(name: 'rider_name') String riderName,
@JsonKey(name: 'rider_nation') String riderNation,
@JsonKey(name: 'bike') String bike,
@JsonKey(name: 'points') String points});
}
class __$RankPositionDtoCopyWithImpl<$Res>
extends _$RankPositionDtoCopyWithImpl<$Res>
implements _$RankPositionDtoCopyWith<$Res> {
__$RankPositionDtoCopyWithImpl(
_RankPositionDto _value, $Res Function(_RankPositionDto) _then)
: super(_value, (v) => _then(v as _RankPositionDto));
@override
_RankPositionDto get _value => super._value as _RankPositionDto;
@override
$Res call({
Object position = freezed,
Object riderName = freezed,
Object riderNation = freezed,
Object bike = freezed,
Object points = freezed,
}) {
return _then(_RankPositionDto(
position: position == freezed ? _value.position : position as String,
riderName: riderName == freezed ? _value.riderName : riderName as String,
riderNation:
riderNation == freezed ? _value.riderNation : riderNation as String,
bike: bike == freezed ? _value.bike : bike as String,
points: points == freezed ? _value.points : points as String,
));
}
}
@JsonSerializable()
class _$_RankPositionDto implements _RankPositionDto {
const _$_RankPositionDto(
{@required @JsonKey(name: 'position') this.position,
@required @JsonKey(name: 'rider_name') this.riderName,
@required @JsonKey(name: 'rider_nation') this.riderNation,
@required @JsonKey(name: 'bike') this.bike,
@required @JsonKey(name: 'points') this.points})
: assert(position != null),
assert(riderName != null),
assert(riderNation != null),
assert(bike != null),
assert(points != null);
factory _$_RankPositionDto.fromJson(Map<String, dynamic> json) =>
_$_$_RankPositionDtoFromJson(json);
@override
@JsonKey(name: 'position')
final String position;
@override
@JsonKey(name: 'rider_name')
final String riderName;
@override
@JsonKey(name: 'rider_nation')
final String riderNation;
@override
@JsonKey(name: 'bike')
final String bike;
@override
@JsonKey(name: 'points')
final String points;
@override
String toString() {
return 'RankPositionDto(position: $position, riderName: $riderName, riderNation: $riderNation, bike: $bike, points: $points)';
}
@override
bool operator ==(dynamic other) {
return identical(this, other) ||
(other is _RankPositionDto &&
(identical(other.position, position) ||
const DeepCollectionEquality()
.equals(other.position, position)) &&
(identical(other.riderName, riderName) ||
const DeepCollectionEquality()
.equals(other.riderName, riderName)) &&
(identical(other.riderNation, riderNation) ||
const DeepCollectionEquality()
.equals(other.riderNation, riderNation)) &&
(identical(other.bike, bike) ||
const DeepCollectionEquality().equals(other.bike, bike)) &&
(identical(other.points, points) ||
const DeepCollectionEquality().equals(other.points, points)));
}
@override
int get hashCode =>
runtimeType.hashCode ^
const DeepCollectionEquality().hash(position) ^
const DeepCollectionEquality().hash(riderName) ^
const DeepCollectionEquality().hash(riderNation) ^
const DeepCollectionEquality().hash(bike) ^
const DeepCollectionEquality().hash(points);
@override
_$RankPositionDtoCopyWith<_RankPositionDto> get copyWith =>
__$RankPositionDtoCopyWithImpl<_RankPositionDto>(this, _$identity);
@override
Map<String, dynamic> toJson() {
return _$_$_RankPositionDtoToJson(this);
}
}
abstract class _RankPositionDto implements RankPositionDto {
const factory _RankPositionDto(
{@required @JsonKey(name: 'position') String position,
@required @JsonKey(name: 'rider_name') String riderName,
@required @JsonKey(name: 'rider_nation') String riderNation,
@required @JsonKey(name: 'bike') String bike,
@required @JsonKey(name: 'points') String points}) = _$_RankPositionDto;
factory _RankPositionDto.fromJson(Map<String, dynamic> json) =
_$_RankPositionDto.fromJson;
@override
@JsonKey(name: 'position')
String get position;
@override
@JsonKey(name: 'rider_name')
String get riderName;
@override
@JsonKey(name: 'rider_nation')
String get riderNation;
@override
@JsonKey(name: 'bike')
String get bike;
@override
@JsonKey(name: 'points')
String get points;
@override
_$RankPositionDtoCopyWith<_RankPositionDto> get copyWith;
}
| 33.593361 | 246 | 0.677742 |
18bba424eaea82568e3c75d462870ccaffba75a3 | 1,290 | rb | Ruby | app/jobs/pin_job.rb | cgpiao/nash-api | 3d3a898579662411273e3112149c03be9b980557 | [
"Apache-2.0"
] | null | null | null | app/jobs/pin_job.rb | cgpiao/nash-api | 3d3a898579662411273e3112149c03be9b980557 | [
"Apache-2.0"
] | null | null | null | app/jobs/pin_job.rb | cgpiao/nash-api | 3d3a898579662411273e3112149c03be9b980557 | [
"Apache-2.0"
] | null | null | null | class PinJob < ApplicationJob
queue_as :default
def perform(cid, user_id, custom_name, uuid)
temp_folder = Rails.configuration.x.temp_folder
output = temp_folder + '/' + uuid
@user = User.find user_id
begin
url = "#{Rails.configuration.x.gateway}/#{cid}"
response = HTTP.get url
File.open(output,'wb') do |f|
f.write response.body
end
if File.directory? output
@file_size = Dir[output + '/**/*'].select { |f| File.file?(f) }.sum { |f| File.size(f) }
else
@file_size = File.size(output)
end
p "remain: #{@user.remain_storage}, size: #{@file_size}"
if @user.remain_storage < @file_size
temp = Temp.find_by(key: uuid)
temp.update!(value: Temp::ERROR, note: (I18n.t 'msg_3_1'))
else
AddFileJob.perform_now custom_name, uuid, user_id, uuid, nil
end
# AddFileJob.perform_now params[:custom_name], @root_file, @user.id, uuid, @original_filename
rescue => err
failed_job = FailedJob.new
failed_job.name = 'PinJob'
failed_job.arguments = {cid: cid, user_id: user_id}
failed_job.reason = err.message
failed_job.save!
end
end
end
| 35.833333 | 102 | 0.579845 |
53d42ecd82abcc4c400d05c3aa0277e993993c4e | 3,040 | java | Java | src/Math_Bit/NextPalindrome.java | satyam289/Data-structure-and-Algorithm | 75a0267958549991a1ca4a19b794faabe5997cb6 | [
"MIT"
] | null | null | null | src/Math_Bit/NextPalindrome.java | satyam289/Data-structure-and-Algorithm | 75a0267958549991a1ca4a19b794faabe5997cb6 | [
"MIT"
] | null | null | null | src/Math_Bit/NextPalindrome.java | satyam289/Data-structure-and-Algorithm | 75a0267958549991a1ca4a19b794faabe5997cb6 | [
"MIT"
] | null | null | null | package Math_Bit;
import java.math.BigInteger;
//https://www.geeksforgeeks.org/given-a-number-find-next-smallest-palindrome-larger-than-this-number/
//https://www.interviewbit.com/problems/next-smallest-palindrome/
public class NextPalindrome {
public String solve(String A) {
int n = A.length();
if (n == 1) { // Single Digits Case
int ch = Integer.parseInt(A.charAt(0) + "");
if (ch < 9) {
return (ch + 1) + "";
}
return "11";
}
int[] arr = new int[n];
for (int i = 0; i < n; i++) {
arr[i] = A.charAt(i) - '0'; // converting to int array
}
int mid = n / 2;
int start = mid - 1;
int end = (n % 2 == 0) ? mid : mid + 1; // Even length is mid, odd case is mid +1
while (start >= 0 && arr[start] == arr[end]) { // Find first different Digit between left and right
start--;
end++;
}
boolean isLeftSmaller = false;
if (start < 0 || arr[start] < arr[end]) {
isLeftSmaller = true;
}
while (start >= 0) {
arr[end++] = arr[start--]; // copy all the left digits to right
}
int carry = 0;
if (isLeftSmaller) {
carry = 1;
if (n % 2 == 1) { // odd case, update mid element only
arr[mid] += 1;
carry = arr[mid] / 10;
arr[mid] %= 10;
}
// reset to start and end ptr
start = mid - 1;
end = (n % 2 == 0) ? mid : mid + 1;
// propagate carry to both end till carry > 0
while (start >= 0 && carry > 0) {
arr[start] = arr[start] + 1;
carry = arr[start] / 10;
arr[start] %= 10;
arr[end] = arr[start]; // copy the same to right
start--;
end++;
}
}
String res = "";
for (int i = 0; i < n; i++) {
res += (arr[i] + "");
}
if (carry > 0) { // Case when all 9, appending 1 either end. For Ex: 999 -> 1001
res = "1" + res.substring(0, n - 1) + "1";
}
return res;
}
public String solve2(String num) {
int len = num.length();
String left = num.substring(0, len / 2);
String middle = num.substring(len / 2, len - len / 2); // empty in case of even or one character in case odd
// length
String right = num.substring(len - len / 2);
if (right.compareTo(reverse(left)) < 0) {
return left + middle + reverse(left);
}
String next = new BigInteger(left + middle).add(BigInteger.ONE).toString();
return next.substring(0, left.length() + middle.length()) + reverse(next).substring(middle.length());
}
private static String reverse(String s) {
return new StringBuilder(s).reverse().toString();
}
}
| 34.157303 | 116 | 0.46875 |
7015a968aac099e58f2055626cbc5703645b4d8d | 1,305 | swift | Swift | app/Skyscanner/Network/Request/Data Models/Session/CreateSessionParameterData.swift | rcasanovan/Skyscanner | 3765dfdbc7a6e90bcf1d839fd8f53e3f88c46e4e | [
"Apache-2.0"
] | null | null | null | app/Skyscanner/Network/Request/Data Models/Session/CreateSessionParameterData.swift | rcasanovan/Skyscanner | 3765dfdbc7a6e90bcf1d839fd8f53e3f88c46e4e | [
"Apache-2.0"
] | null | null | null | app/Skyscanner/Network/Request/Data Models/Session/CreateSessionParameterData.swift | rcasanovan/Skyscanner | 3765dfdbc7a6e90bcf1d839fd8f53e3f88c46e4e | [
"Apache-2.0"
] | null | null | null | //
// CreateSessionParameterData.swift
// Skyscanner
//
// Created by Ricardo Casanova on 12/12/2018.
// Copyright © 2018 Skyscanner. All rights reserved.
//
import Foundation
struct CreateSessionParameterData: Encodable {
let cabinclass: String
let country: String
let currency: String
let locale: String
let locationSchema: String
let originplace: String
let destinationplace: String
let outbounddate: String
let inbounddate: String
let adults: Int
let children: Int
let infants: Int
let apikey: String
init(cabinclass: String, country: String, currency: String, locale: String, locationSchema: String, originplace: String, destinationplace: String, outbounddate: String, inbounddate: String, adults: Int, children: Int, infants: Int, apikey: String) {
self.cabinclass = cabinclass
self.country = country
self.currency = currency
self.locale = locale
self.locationSchema = locationSchema
self.originplace = originplace
self.destinationplace = destinationplace
self.outbounddate = outbounddate
self.inbounddate = inbounddate
self.adults = adults
self.children = children
self.infants = infants
self.apikey = apikey
}
}
| 29.659091 | 253 | 0.684291 |
f74dd3df67efb8fe0a123c35b864699b53f7ec29 | 2,829 | h | C | Working/Game/xleres/SurfaceAlgorithm.h | yorung/XLE | 083ce4c9d3fe32002ff5168e571cada2715bece4 | [
"MIT"
] | 1 | 2016-06-01T10:41:12.000Z | 2016-06-01T10:41:12.000Z | Working/Game/xleres/SurfaceAlgorithm.h | yorung/XLE | 083ce4c9d3fe32002ff5168e571cada2715bece4 | [
"MIT"
] | null | null | null | Working/Game/xleres/SurfaceAlgorithm.h | yorung/XLE | 083ce4c9d3fe32002ff5168e571cada2715bece4 | [
"MIT"
] | null | null | null | // Copyright 2015 XLGAMES Inc.
//
// Distributed under the MIT License (See
// accompanying file "LICENSE" or the website
// http://www.opensource.org/licenses/mit-license.php)
#if !defined(SURFACE_ALGORITHM_H)
#define SURFACE_ALGORITHM_H
struct TangentFrameStruct
{
float3 tangent, bitangent, normal;
float handiness;
};
TangentFrameStruct BuildTangentFrame(float3 tangent, float3 bitangent, float3 normal, float handiness)
{
TangentFrameStruct result;
result.tangent = tangent;
result.bitangent = bitangent;
result.normal = normal;
result.handiness = handiness;
return result;
}
float3 SampleNormalMap(Texture2D normalMap, SamplerState samplerObject, bool dxtFormatNormalMap, float2 texCoord)
{
if (dxtFormatNormalMap) {
return normalMap.Sample(samplerObject, texCoord).xyz * 2.f - 1.0.xxx;
} else {
float2 result = normalMap.Sample(samplerObject, texCoord).xy * 2.f - 1.0.xx;
// The following seems to give the best results on the "nyra" model currently...
// It seems that maybe that model is using a wierd coordinate scheme in the normal map?
float2 coordTwiddle = float2(result.x, -result.y);
return float3(coordTwiddle, sqrt(saturate(1.f + dot(result.xy, -result.xy))));
// return normalize(float3(coordTwiddle, 1.f - saturate(dot(result.xy, result.xy))));
}
}
float3 NormalMapAlgorithm( Texture2D normalMap, SamplerState samplerObject, bool dxtFormatNormalMap,
float2 texCoord, TangentFrameStruct tangentFrame)
{
float3x3 normalsTextureToWorld = float3x3(tangentFrame.tangent.xyz, tangentFrame.bitangent, tangentFrame.normal);
float3 normalTextureSample = SampleNormalMap(normalMap, samplerObject, dxtFormatNormalMap, texCoord);
// Note -- matrix multiply opposite from normal
// (so we can initialise normalsTextureToWorld easily)
return mul(normalTextureSample, normalsTextureToWorld);
}
void AlphaTestAlgorithm(Texture2D textureObject, SamplerState samplerObject,
float2 texCoord, float alphaThreshold)
{
if (textureObject.Sample(samplerObject, texCoord).a < alphaThreshold) {
clip(-1);
}
}
float3x3 AutoCotangentFrame(float3 inputNormal, float3 negativeViewVector, float2 texCoord)
{
// get edge vectors of the pixel triangle
float3 dp1 = ddx(negativeViewVector);
float3 dp2 = ddy(negativeViewVector);
float2 duv1 = ddx(texCoord);
float2 duv2 = ddy(texCoord);
// solve the linear system
float3 dp2perp = cross(dp2, inputNormal);
float3 dp1perp = cross(inputNormal, dp1);
float3 T = dp2perp * duv1.x + dp1perp * duv2.x;
float3 B = dp2perp * duv1.y + dp1perp * duv2.y;
// construct a scale-invariant frame
float invmax = rsqrt( max( dot(T,T), dot(B,B) ) );
return float3x3(T * invmax, B * invmax, inputNormal);
}
#endif
| 35.810127 | 117 | 0.725698 |
265709045a38650c10815a735d9c5fa47c8c3b71 | 3,683 | java | Java | src/main/java/com/bmtc/svn/service/SvnUserRightService.java | caizhenxing/mobileAutoTest | b738c64ac871ac30f8d7ec8df59809fc322397be | [
"Apache-2.0"
] | 1 | 2021-04-10T15:09:27.000Z | 2021-04-10T15:09:27.000Z | src/main/java/com/bmtc/svn/service/SvnUserRightService.java | caizhenxing/mobileAutoTest | b738c64ac871ac30f8d7ec8df59809fc322397be | [
"Apache-2.0"
] | null | null | null | src/main/java/com/bmtc/svn/service/SvnUserRightService.java | caizhenxing/mobileAutoTest | b738c64ac871ac30f8d7ec8df59809fc322397be | [
"Apache-2.0"
] | null | null | null | package com.bmtc.svn.service;
import java.util.List;
import java.util.Map;
import org.tmatesoft.svn.core.SVNException;
import com.bmtc.common.domain.Tree;
import com.bmtc.svn.domain.SvnRepo;
import com.bmtc.svn.domain.SvnRootUser;
import com.bmtc.svn.domain.SvnUserAuthz;
import com.bmtc.svn.domain.SvnUserAuthzInfo;
/**
* SvnUserRightService业务逻辑接口
* @author lpf7161
*
*/
public interface SvnUserRightService {
/**
* 根据SVN用户id查询svn_user_authz表中记录个数
* @param svnUserId
*/
int countBySvnUserId(long svnUserId);
/**
* 根据SVN用户id和SVN路径查询svn_user_authz表中记录个数
* @param svnUserId,svnPath
*/
int countBySvnUserIdAndSvnPath(long svnUserId, String svnPath);
/**
* 增加用户SVN权限,首先根据SVN库名执行querySvnRepoIdBySvnRepoName得到svnRepoId,
* 然后根据SVN用户名和仓库名执行querySvnUser()得到svnUserId,
* 接着根据svnUserId和svnPath查询记录个数,记录为0时将svnUserAuthz写入svn_user_authz表;
* 记录非0时,说明表中已经有该用户在该SVN仓库下svnPath的权限,则不用插入记录
* @param svnUserAuthz
*/
int addSvnUserRight(SvnUserAuthz svnUserAuthz) throws Exception;
/**
* 根据SVN用户名、库名和SVN路径修改用户SVN权限,首先根据SVN库名执行querySvnRepoIdBySvnRepoName得到svnRepoId,
* 然后根据SVN用户名和仓库名执行querySvnUser()得到svnUserId,
* 然后根据svnUserId和svnPath查询记录个数,记录非0时修改svnUserAuthz信息.
* @param svnUserAuthz
*/
int updateSvnUserRight(SvnUserAuthz svnUserAuthz) throws Exception;
/**
* 保存SVN用户权限,首先根据SVN库名执行querySvnRepoIdBySvnRepoName得到svnRepoId,
* 然后根据SVN用户名和仓库名执行querySvnUser()得到svnUserId,
* 然后根据svnUserId和svnPath查询记录个数,记录非0时修改svnUserAuthz信息,为0时新增svnUserAuthz信息
* @param svnUserAuthz
* @return 保存记录条数
*/
int saveSvnUserRight(SvnUserAuthz svnUserAuthz) throws Exception;
/**
* 根据SVN用户名和仓库名查询用户SVN权限,首先根据SVN库名执行querySvnRepoIdBySvnRepoName得到svnRepoId,
* 然后根据SVN用户名和svnRepoId执行querySvnUser()得到svnUserId,
* 接着根据svnUserId查询该用户在该仓库下的svn权限信息集
* @param svnUserId
*/
List<SvnUserAuthzInfo> querySvnUserRight(Map<String, Object> params);
/**
* 根据SVN用户名和仓库名查询用户SVN权限记录数
* @param params
* @return
*/
int countSvnRight(Map<String, Object> params);
/**
* 根据SVN用户名和仓库名查询用户SVN权限
* @param params
* @return
*/
List<SvnUserAuthzInfo> querySvnRight(Map<String, Object> params);
/**
* 根据SVN用户名和仓库名查询用户SVN权限,首先根据SVN用户名、库名执行querySvnUserId()得到svnUserId,
* 然后根据svnUserId查询该用户在该仓库下的svn权限信息集
* @param svnUserId
*/
List<SvnUserAuthzInfo> querySvnUserRightBySvnUserId(Map<String, Object> params);
/**
* 删除用户SVN权限
* 根据SVN用户名和仓库名执行querySvnUser()得到svnUserId,
* 接着根据svnUserId和svnPath查询记录个数,记录非0时删除用户SVN权限
* @param svnUserId,svnPath
*/
int deleteSvnUserRight(String svnUserName, long svnUserId, String svnRepoName, String svnPath) throws Exception;
/**
* 删除用户SVN权限
* 首先根据SVN用户名和仓库名执行querySvnUser()得到svnUserId,
* 接着根据svnUserId查询记录个数,记录非0时删除用户SVN权限,
* 即删除与用户名为svnUserName和仓库名为svnRepoName相关的所有权限信息
* @param svnUserId
*/
int deleteSvnUserRightBySvnUserId(long svnUserId);
/**
* 根据SVN用户名查询svn用户id
* @param svnUserName
*/
List<String> querySvnUserIdBySvnUserName(String svnUserName);
/**
* 格式化资源.如果资源没有[],自动加上[relateRoot:/]
* @param svnRepoId 项目id
* @param res 资源
* @return 格式化后的资源
*/
String formatRes(long svnRepoId, String res);
/**
* 格式化资源.如果资源没有[],自动加上[relateRoot:/]
* @param svnRepo 项目
* @param res 资源
* @return 格式化后的资源
*/
String formatRes(SvnRepo svnRepo, String res);
/**
* 获取SVN路径Tree信息
* @param
* @param
* @return
*/
List<Tree<String>> getTreeData(SvnRootUser svnRootUser) throws SVNException;
/**
* 获取SVN目录树形数据
* @return Tree
*/
Tree<String> getTree(SvnRootUser svnRootUser) throws Exception;
}
| 25.93662 | 114 | 0.731469 |
bf437349efb7a10e18a740c915931ec22e151aa4 | 1,767 | rs | Rust | src/lib.rs | ZacJW/window-iterator | 2af9724e2280a108054c42d946a8d57102b39967 | [
"MIT"
] | null | null | null | src/lib.rs | ZacJW/window-iterator | 2af9724e2280a108054c42d946a8d57102b39967 | [
"MIT"
] | null | null | null | src/lib.rs | ZacJW/window-iterator | 2af9724e2280a108054c42d946a8d57102b39967 | [
"MIT"
] | null | null | null | use std::mem::MaybeUninit;
enum WindowState<T: Iterator, const N: usize> {
Full([T::Item;N]),
Partial(Vec<T::Item>)
}
struct WindowIterator<T: Iterator, const N: usize> {
iter: T,
// window: Option<[T::Item;N]>,
window: WindowState<T, N>
}
impl<I: Clone, T: Iterator<Item = I>, const N: usize> Iterator for WindowIterator<T,N>
{
type Item = [T::Item;N];
fn next(&mut self) -> Option<Self::Item> {
match self.window {
WindowState::<T, N>::Full(ref mut window) => {
let mut new_item = self.iter.next()?;
for i in (0..N).rev() {
std::mem::swap(&mut new_item, &mut window[i]);
}
Some(window.clone())
},
WindowState::<T, N>::Partial(ref mut window) => {
while window.len() != N {
window.push(self.iter.next()?);
}
unsafe {
let mut arr: [MaybeUninit<T::Item>;N] = MaybeUninit::uninit().assume_init();
for i in (0..N).rev() {
arr[i].write(window.pop().unwrap());
}
let arr: [T::Item;N] = (&arr as *const _ as *const [T::Item; N]).read();
self.window = WindowState::Full(arr.clone());
Some(arr)
}
}
}
}
}
trait IteratorExt: Iterator {
fn window<const N: usize>(self) -> WindowIterator<Self, N> where Self: Sized;
}
impl<I: Clone, T: Iterator<Item = I>> IteratorExt for T {
fn window<const N: usize>(self) -> WindowIterator<Self, N> {
WindowIterator {iter: self, window: WindowState::Partial(Vec::with_capacity(N))}
}
}
| 32.722222 | 96 | 0.486701 |
fe0c5dce5b9753f3e3708df3745ebfc12ffa32a4 | 859 | asm | Assembly | programs/oeis/141/A141933.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/141/A141933.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/141/A141933.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A141933: Primes congruent to 8 mod 25.
; 83,233,283,383,433,683,733,883,983,1033,1283,1433,1483,1583,1733,1783,1933,2083,2333,2383,2633,2683,2833,3083,3433,3533,3583,3733,3833,4133,4283,4483,4583,4733,4783,4933,5233,5333,5483,5683,5783,6133,6733,6833,6883,6983,7283,7333,7433,7583,7883,7933,8233,8783,8933,9133,9283,9433,9533,9733,9833,9883,10133,10333,10433,10733,10883,11083,11383,11483,11633,11783,11833,11933,12433,12583,12983,13033,13183,13633,13883,13933,14033,14083,14533,14633,14683,14783,14983,15083,15233,15383,15583,15683,15733,16033,16183,16333,16433,16633
mov $2,$0
add $2,1
pow $2,2
add $2,1
pow $2,2
lpb $2
add $1,7
sub $2,1
mov $3,$1
seq $3,10051 ; Characteristic function of primes: 1 if n is prime, else 0.
sub $0,$3
add $1,18
mov $4,$0
max $4,0
cmp $4,$0
mul $2,$4
lpe
div $1,2
sub $1,22
mul $1,2
add $1,27
mov $0,$1
| 33.038462 | 529 | 0.719441 |
70434eba17ca88d2c48e356e64f57b898cc5f3f9 | 2,650 | go | Go | rpc/grpcx/client/client_test.go | tsingsun/woocoogo | b48be58e66f6cdd36d1220410584fcd40043e8f6 | [
"MIT"
] | null | null | null | rpc/grpcx/client/client_test.go | tsingsun/woocoogo | b48be58e66f6cdd36d1220410584fcd40043e8f6 | [
"MIT"
] | null | null | null | rpc/grpcx/client/client_test.go | tsingsun/woocoogo | b48be58e66f6cdd36d1220410584fcd40043e8f6 | [
"MIT"
] | null | null | null | package client
import (
"github.com/stretchr/testify/assert"
"github.com/tsingsun/woocoo/internal/mock/helloworld"
"github.com/tsingsun/woocoo/pkg/conf"
"github.com/tsingsun/woocoo/rpc/grpcx"
_ "github.com/tsingsun/woocoo/rpc/grpcx/registry/etcd3"
"google.golang.org/grpc/connectivity"
"testing"
"time"
)
func TestClient_DialRegistry(t *testing.T) {
b := []byte(`
service:
server:
addr: :20005
namespace: woocoo
version: "1.0"
engine:
- keepalive:
time: 3600s
registry:
scheme: etcd
ttl: 600s
etcd:
tls:
sslCertificate: ""
sslCertificateKey: ""
endpoints:
- localhost:2379
dial-timeout: 3s
dial-keep-alive-time: 1h
client:
target:
namespace: woocoo
serviceName: helloworld.Greeter
metadata:
version: "1.0"
grpcDialOption:
- insecure:
- block:
- timeout: 5s
- unaryInterceptors:
- trace:
`)
cfg := conf.NewFromBytes(b)
srv := grpcx.New(grpcx.WithConfiguration(cfg.Sub("service")))
go func() {
if err := srv.Run(); err != nil {
t.Error(err)
return
}
}()
time.Sleep(2000)
cli := New(Configuration(cfg.Sub("service")))
assert.Equal(t, cli.dialOpts.Namespace, "woocoo")
assert.Equal(t, cli.dialOpts.ServiceName, "helloworld.Greeter")
assert.EqualValues(t, cli.dialOpts.Metadata, map[string]string{"version": "1.0"})
_, err := cli.Dial("")
assert.Error(t, err)
srv.Stop()
}
func TestClient_DialNaming(t *testing.T) {
b := []byte(`
grpc:
server:
addr: :20001
namespace: woocoo
version: "1.0"
engine:
- unaryInterceptors:
- trace:
- accessLog:
timestampFormat: "2006-01-02 15:04:05"
- recovery:
- streamInterceptors:
client:
target:
namespace: woocoo
serviceName: helloworld.Greeter
metadata:
version: "1.0"
dst_location: amoy
src_tag: tag1
headerPrefix: "head1,head2"
grpcDialOption:
- insecure:
- block:
- timeout: 5s
- defaultServiceConfig: '{ "loadBalancingConfig": [{"round_robin": {}}] }'
- unaryInterceptors:
- trace:
`)
cfg := conf.NewFromBytes(b)
go func() {
srv := grpcx.New(grpcx.WithConfiguration(cfg.Sub("grpc")))
helloworld.RegisterGreeterServer(srv.Engine(), &helloworld.Server{})
if err := srv.Run(); err != nil {
t.Error(err)
return
}
}()
time.Sleep(time.Second)
cli := New(Configuration(cfg.Sub("grpc")))
conn, err := cli.Dial(cfg.String("grpc.server.addr"))
assert.NoError(t, err)
if conn.GetState() != connectivity.Ready {
t.Fail()
}
}
| 23.245614 | 82 | 0.615094 |
ae60930437ffa4b2c703bc5cd027f9ced3149fb6 | 5,295 | swift | Swift | Lumina/App/AppCoordinator.swift | stefanengel/Lumina | 5f2bf4bf9ba2c51caa2ae9f8ec1e68b73c750c06 | [
"MIT"
] | 7 | 2020-02-05T11:35:36.000Z | 2022-02-12T15:50:30.000Z | Lumina/App/AppCoordinator.swift | stefanengel/Lumina | 5f2bf4bf9ba2c51caa2ae9f8ec1e68b73c750c06 | [
"MIT"
] | 26 | 2020-02-05T08:00:00.000Z | 2020-12-08T22:10:04.000Z | Lumina/App/AppCoordinator.swift | stefanengel/Lumina | 5f2bf4bf9ba2c51caa2ae9f8ec1e68b73c750c06 | [
"MIT"
] | 1 | 2020-02-05T16:35:43.000Z | 2020-02-05T16:35:43.000Z | import AppKit
import SwiftUI
import CoreGraphics
import BuildStatusChecker
class AppCoordinator: NSObject {
private var buildMonitorWindow: NSWindow?
private var preferencesWindow: NSWindow?
private var buildMonitorModel: BuildMonitorModel
private var rootLayer: CALayer = CALayer()
private var emitterLayer: CAEmitterLayer = CAEmitterLayer()
init(model: BuildMonitorModel) {
self.buildMonitorModel = model
super.init()
model.register(observer: self)
}
deinit {
buildMonitorModel.unregister(observer: self)
}
}
// MARK: - Starting the app
extension AppCoordinator {
func start() {
if buildMonitorWindow == nil {
let contentView = BuildMonitorView(viewModel: BuildMonitorViewModel(model: buildMonitorModel))
buildMonitorWindow = NSWindow(
contentRect: NSRect(x: 0, y: 0, width: 480, height: 600),
styleMask: [.titled, .closable, .miniaturizable, .resizable, .fullSizeContentView],
backing: .buffered, defer: false)
buildMonitorWindow?.center()
buildMonitorWindow?.title = "Lumina"
buildMonitorWindow?.setFrameAutosaveName("Main Window")
buildMonitorWindow?.contentView = NSHostingView(rootView: contentView)
buildMonitorWindow?.isReleasedWhenClosed = false
buildMonitorWindow?.makeKeyAndOrderFront(nil)
applyEasterEggs()
buildMonitorModel.startUpdating()
} else {
NSApp.activate(ignoringOtherApps: true)
}
}
}
// MARK: - Updating
extension AppCoordinator {
func updateBuildMonitor() {
buildMonitorModel.requestUpdate()
}
}
// MARK: - Preferences
extension AppCoordinator {
func openPreferences() {
if preferencesWindow == nil {
let contentView = PreferencesView(viewModel: PreferencesViewModel())
let preferencesWindow = NSWindow(
contentRect: NSRect(x: 0, y: 0, width: 600, height: 300),
styleMask: [.titled, .closable, .miniaturizable, .resizable, .fullSizeContentView],
backing: .buffered, defer: false)
preferencesWindow.title = "Preferences"
buildMonitorWindow?.setFrameAutosaveName("Preferences Window")
preferencesWindow.center()
preferencesWindow.contentView = NSHostingView(rootView: contentView)
preferencesWindow.isReleasedWhenClosed = false
preferencesWindow.delegate = self
self.preferencesWindow = preferencesWindow
preferencesWindow.makeKeyAndOrderFront(nil)
}
}
}
// MARK: - Checking if settings are incomplete
extension AppCoordinator: ModelObserver {
func startedLoading() {
}
func stoppedLoading() {
}
func updateFailed(error: BuildFetcherError) {
switch error {
case .incompleteProviderConfiguration: openPreferences()
default: break
}
}
func update(builds: Builds) {
}
}
// MARK: - NSWindowDelegate (used for preferencesWindow)
extension AppCoordinator: NSWindowDelegate {
func windowWillClose(_ notification: Notification) {
preferencesWindow = nil
}
}
// MARK: - Easter eggs
extension AppCoordinator {
func applyEasterEggs() {
if ChristmasDecorationProvider.showChristmasDecorations {
createSnowEffect()
}
}
}
// MARK: - Fancy snow effect
extension AppCoordinator {
func createSnowEffect() {
guard let mainView = buildMonitorWindow?.contentView else { return }
let image = NSImage(named: "snow")
let img:CGImage = (image?.cgImage(forProposedRect: nil, context: nil, hints: nil))!
let flakeEmitterCell = CAEmitterCell()
flakeEmitterCell.contents = img
flakeEmitterCell.scale = 0.06
flakeEmitterCell.scaleRange = 0.3
flakeEmitterCell.emissionRange = .pi
flakeEmitterCell.lifetime = 20.0
flakeEmitterCell.birthRate = 10
flakeEmitterCell.velocity = -30
flakeEmitterCell.velocityRange = -20
flakeEmitterCell.yAcceleration = 30
flakeEmitterCell.xAcceleration = 5
flakeEmitterCell.spin = -0.5
flakeEmitterCell.spinRange = 1.0
let snowEmitterLayer = CAEmitterLayer()
snowEmitterLayer.emitterPosition = CGPoint(x: mainView.bounds.width / 2.0, y: -50)
snowEmitterLayer.emitterSize = CGSize(width: mainView.bounds.width, height: 0)
snowEmitterLayer.emitterShape = CAEmitterLayerEmitterShape.line
snowEmitterLayer.beginTime = CACurrentMediaTime()
snowEmitterLayer.timeOffset = 10
snowEmitterLayer.emitterCells = [flakeEmitterCell]
snowEmitterLayer.backgroundColor = CGColor.clear
let snowView = SnowView(frame: mainView.frame)
snowView.frame = mainView.bounds
self.rootLayer.addSublayer(snowEmitterLayer)
snowView.layer = rootLayer
snowView.wantsLayer = true
snowView.needsDisplay = true
snowView.autoresizingMask = [.width, .height]
mainView.addSubview(snowView)
mainView.autoresizesSubviews = true
}
}
class SnowView: NSView {
override var isFlipped: Bool { true }
}
| 31.89759 | 106 | 0.665722 |
d45b3bd476eab3042ee71cdb2742991e694c2e7c | 146 | dart | Dart | lib/model/client.dart | shakhboz-dot/delivery_meal | b5d594ef820c8663dd5257281c8ddec6150a3a11 | [
"Apache-2.0"
] | 1 | 2021-10-21T16:31:16.000Z | 2021-10-21T16:31:16.000Z | lib/model/client.dart | shakhboz-dot/delivery_meal | b5d594ef820c8663dd5257281c8ddec6150a3a11 | [
"Apache-2.0"
] | null | null | null | lib/model/client.dart | shakhboz-dot/delivery_meal | b5d594ef820c8663dd5257281c8ddec6150a3a11 | [
"Apache-2.0"
] | null | null | null | class Client {
String? email;
String? phone;
String? userId;
bool? state;
Client({this.email, this.phone, this.userId, this.state});
}
| 16.222222 | 60 | 0.664384 |
cdfc60c506583826ac8c8f389f006a847afdfc89 | 3,747 | dart | Dart | lib/post/post_detail/widget/report/report_post_widget.dart | PetIsland/petisland | 73597405f2fa50b09c32899cb3058c694ac1bd14 | [
"Apache-2.0"
] | 5 | 2019-12-04T17:52:54.000Z | 2019-12-23T19:58:48.000Z | lib/post/post_detail/widget/report/report_post_widget.dart | PetIsland/petisland | 73597405f2fa50b09c32899cb3058c694ac1bd14 | [
"Apache-2.0"
] | 111 | 2019-10-03T16:30:21.000Z | 2020-01-08T03:04:43.000Z | lib/post/post_detail/widget/report/report_post_widget.dart | PetIsland/pet-island | 73597405f2fa50b09c32899cb3058c694ac1bd14 | [
"Apache-2.0"
] | 3 | 2019-12-07T17:38:05.000Z | 2020-02-15T03:06:55.000Z | part of petisland.post.screen.widget;
class KikiReportWidget extends StatefulWidget {
final ValueChanged<ReportData> onSendReport;
const KikiReportWidget({Key key, this.onSendReport}) : super(key: key);
@override
_KikiReportWidgetState createState() => _KikiReportWidgetState();
}
class ReportData {
final String text;
ReportData(this.text);
@override
String toString() => '$runtimeType:: $text';
}
class _KikiReportWidgetState extends TState<KikiReportWidget> {
bool isActive = false;
final List<String> feedbackOption = DI.get<AuthenticationBloc>(AuthenticationBloc).reportContents;
List<bool> optionChosen;
@override
Widget build(BuildContext context) {
final Widget title = _buildTitle();
final Widget button = _buildButton(isActive, context);
return ListView(
physics: const BouncingScrollPhysics(),
// padding: const EdgeInsets.symmetric(vertical: 0),
children: <Widget>[
title,
Padding(
padding: EdgeInsets.symmetric(horizontal: 5),
child: Wrap(
children: List.generate(
feedbackOption.length,
(index) {
return ReportOption(
feedbackOption[index],
optionChosen,
index,
callbackSetState,
);
},
),
),
),
Divider(),
button,
],
);
}
void callbackSetState() {
isActive = hasFeedback();
setState(() {});
}
List<String> getFeedbacks() {
final List<String> feedbacks = [];
for (int i = 0; i < optionChosen.length; i++) {
final bool choose = optionChosen[i];
final String feedback = feedbackOption[i];
if (choose) feedbacks.add(feedback);
}
return feedbacks;
}
bool hasFeedback() {
return optionChosen.contains(true);
}
@override
void initState() {
super.initState();
optionChosen = List.generate(feedbackOption.length, (index) => false);
}
String makeReport(List<String> feedbacks) {
if (feedbacks.isNotEmpty) {
final StringBuffer buffer = StringBuffer();
final firstString = feedbacks.removeAt(0);
final completedBuffer = feedbacks.fold<StringBuffer>(
buffer, (buffer, feedback) => buffer..write('|$feedback'));
return firstString + completedBuffer.toString();
} else
return '';
}
Widget _buildButton(bool isActive, BuildContext context) {
final theme = Theme.of(context);
final TextStyle style =
isActive ? theme.accentTextTheme.button : theme.textTheme.button;
final VoidCallback onTap = isActive ? _onTapButton : null;
return Container(
padding: const EdgeInsets.symmetric(vertical: 5),
margin: const EdgeInsets.symmetric(horizontal: 15),
child: FlatButton(
child: Text('REPORT', style: style.copyWith(fontSize: 22)),
color: theme.primaryColor,
onPressed: onTap,
disabledColor: TColors.duck_egg_blue,
),
);
}
Widget _buildTitle() {
final String title = 'You can report this after selecting a problem. Please note we have fewer reviewers available right now.';
return ListTile(
leading: Icon(
Icons.report,
color: TColors.water_melon,
),
title: Text(
title,
style: TTextStyles.semi(fontSize: 14, color: TColors.black),
),
trailing: SizedBox(width: 15),
);
}
void _onTapButton() {
final feedbacks = getFeedbacks();
final report = makeReport(feedbacks);
Navigator.pop(context);
Log.info('_onTapButton:: $report');
if (widget.onSendReport != null) {
widget.onSendReport(ReportData(report));
}
}
}
| 27.152174 | 131 | 0.629037 |
bd5fa5c0caa99d23b0215fb5bb30e9fd60982d14 | 672 | rs | Rust | opal/src/lib.rs | Txuritan/varela | 4d3446b41c7aa7308cf8402c4ff0ddaebde3a08d | [
"MIT"
] | null | null | null | opal/src/lib.rs | Txuritan/varela | 4d3446b41c7aa7308cf8402c4ff0ddaebde3a08d | [
"MIT"
] | null | null | null | opal/src/lib.rs | Txuritan/varela | 4d3446b41c7aa7308cf8402c4ff0ddaebde3a08d | [
"MIT"
] | null | null | null | use std::io::{Result, Write};
pub use opal_macros::Template;
pub trait Template {
fn size_hint(&self) -> usize;
fn render<W>(&self, writer: &mut W) -> Result<()>
where
W: Write;
fn render_as_string(&self) -> Result<String>
where
Self: Sized,
{
let mut buf = Vec::with_capacity(self.size_hint());
self.render(&mut buf)?;
// SAFETY: The buffer is built using `write` calls, and everything is already a Rust string
Ok(unsafe { String::from_utf8_unchecked(buf) })
}
fn render_into_string(self) -> Result<String>
where
Self: Sized,
{
self.render_as_string()
}
}
| 21.677419 | 99 | 0.592262 |
0a411d41e22716f9d3e91f332119540715a21145 | 378 | h | C | Demo/Confuse_Demo/Confuse_Demo/ViewController.h | LennonChin/Code-Confuse-Plugin | 83eb1ae7cb2ffb0b9b73c0b40204f137c3b6f1b6 | [
"MIT"
] | 304 | 2018-03-07T06:24:31.000Z | 2022-03-02T02:37:45.000Z | Demo/Confuse_Demo/Confuse_Demo/ViewController.h | LennonChin/Code-Confuse-Plugin | 83eb1ae7cb2ffb0b9b73c0b40204f137c3b6f1b6 | [
"MIT"
] | 6 | 2018-05-10T12:15:00.000Z | 2022-01-11T03:32:36.000Z | Demo/Confuse_Demo/Confuse_Demo/ViewController.h | LennonChin/Code-Confuse-Plugin | 83eb1ae7cb2ffb0b9b73c0b40204f137c3b6f1b6 | [
"MIT"
] | 62 | 2018-03-07T07:03:01.000Z | 2022-03-23T14:03:42.000Z | //
// ViewController.h
// Confuse_Demo
//
// Created by LennonChin on 2018/3/5.
// Copyright © 2018年 coderap. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
- (NSString *)thisIsAPublicFunctionWithoutParameters;
- (NSString *)thisIsAPublicFunctionWithParameter1:(NSString *)parameter1 parameter2:(NSInteger)parameter2;
@end
| 21 | 106 | 0.759259 |
365f2f2e3eebaa57e6d6f3e3583d60f3cfb8df15 | 1,034 | kt | Kotlin | app/src/main/java/ru/sukharev/focustimer/utils/MediaUtils.kt | SukharevPavel/FocusTimer | 178910345ef9dbe021936e5bfdf3f4a462124a42 | [
"MIT"
] | null | null | null | app/src/main/java/ru/sukharev/focustimer/utils/MediaUtils.kt | SukharevPavel/FocusTimer | 178910345ef9dbe021936e5bfdf3f4a462124a42 | [
"MIT"
] | 3 | 2018-08-20T12:37:21.000Z | 2018-08-23T14:06:20.000Z | app/src/main/java/ru/sukharev/focustimer/utils/MediaUtils.kt | SukharevPavel/FocusTimer | 178910345ef9dbe021936e5bfdf3f4a462124a42 | [
"MIT"
] | null | null | null | package ru.sukharev.focustimer.utils
import android.content.Context
import android.media.AudioAttributes
import android.media.AudioManager
import android.media.MediaPlayer
import android.net.Uri
import android.os.Build
fun playSound(context: Context, alert: Uri) {
if (alert.toString().isEmpty()) {
return
}
val mediaPlayer = MediaPlayer()
mediaPlayer.setDataSource(context, alert)
val audioManager = context
.getSystemService(Context.AUDIO_SERVICE) as AudioManager
if (audioManager.getStreamVolume(AudioManager.STREAM_ALARM) != 0) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
val attributes = AudioAttributes.Builder()
.setLegacyStreamType(AudioManager.STREAM_ALARM)
mediaPlayer.setAudioAttributes(attributes.build())
} else {
@Suppress("DEPRECATION")
mediaPlayer.setAudioStreamType(AudioManager.STREAM_ALARM)
}
mediaPlayer.prepare()
mediaPlayer.start()
}
} | 34.466667 | 71 | 0.694391 |
401dc43d6590bd23eae066892b22103552c98ece | 938 | kt | Kotlin | app/src/main/java/com/kryptkode/cardinfofinder/navigator/NavigatorModule.kt | KryptKode/CardInfoFinder | 2c6a36c01cd36a16c8c7f8c2a7f09f4a98735689 | [
"MIT"
] | 2 | 2021-06-13T18:28:51.000Z | 2021-08-23T18:13:44.000Z | app/src/main/java/com/kryptkode/cardinfofinder/navigator/NavigatorModule.kt | KryptKode/CardInfoFinder | 2c6a36c01cd36a16c8c7f8c2a7f09f4a98735689 | [
"MIT"
] | null | null | null | app/src/main/java/com/kryptkode/cardinfofinder/navigator/NavigatorModule.kt | KryptKode/CardInfoFinder | 2c6a36c01cd36a16c8c7f8c2a7f09f4a98735689 | [
"MIT"
] | 1 | 2021-09-03T08:17:55.000Z | 2021-09-03T08:17:55.000Z | package com.kryptkode.cardinfofinder.navigator
import android.app.Activity
import androidx.appcompat.app.AppCompatActivity
import androidx.lifecycle.LifecycleCoroutineScope
import androidx.lifecycle.lifecycleScope
import com.kryptkode.cardinfofinder.ui.MainActivity
import dagger.Module
import dagger.Provides
import dagger.hilt.InstallIn
import dagger.hilt.android.components.ActivityComponent
import dagger.hilt.android.scopes.ActivityScoped
@Module
@InstallIn(ActivityComponent::class)
interface NavigatorModule {
companion object {
@Provides
@ActivityScoped
fun provideNavControllerProvider(activity: Activity): NavControllerProvider {
return (activity as MainActivity)
}
@Provides
@ActivityScoped
fun provideAppCompatActivity(activity: Activity): LifecycleCoroutineScope {
return (activity as AppCompatActivity).lifecycleScope
}
}
}
| 29.3125 | 85 | 0.770789 |
7c441572e2a8d9ad623e3b0624ba8202935e06d3 | 59,353 | rs | Rust | src/backend/x11/output.rs | RoastVeg/wlrusts | 8f86cc8662256916aaa529d36da5ce55e3db93c5 | [
"MIT"
] | null | null | null | src/backend/x11/output.rs | RoastVeg/wlrusts | 8f86cc8662256916aaa529d36da5ce55e3db93c5 | [
"MIT"
] | 1 | 2019-12-10T16:29:26.000Z | 2019-12-10T16:29:26.000Z | src/backend/x11/output.rs | RoastVeg/wlrusts | 8f86cc8662256916aaa529d36da5ce55e3db93c5 | [
"MIT"
] | null | null | null | use libc;
extern "C" {
pub type xcb_connection_t;
pub type wl_event_loop;
pub type wl_event_source;
pub type wl_display;
pub type wl_client;
pub type wl_global;
pub type _XDisplay;
/*
* This an unstable interface of wlroots. No guarantees are made regarding the
* future consistency of this API.
*/
pub type wlr_backend_impl;
pub type wlr_renderer_impl;
pub type wlr_texture_impl;
pub type wlr_surface;
pub type xkb_keymap;
pub type xkb_state;
pub type wlr_keyboard_impl;
pub type wlr_keyboard_group;
pub type wlr_tablet_pad_impl;
pub type wlr_tablet_impl;
pub type wlr_switch_impl;
#[no_mangle]
fn __assert_fail(__assertion: *const libc::c_char,
__file: *const libc::c_char, __line: libc::c_uint,
__function: *const libc::c_char) -> !;
#[no_mangle]
fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void;
#[no_mangle]
fn free(__ptr: *mut libc::c_void);
#[no_mangle]
fn strdup(__s: *const libc::c_char) -> *mut libc::c_char;
#[no_mangle]
fn strlen(_: *const libc::c_char) -> libc::c_ulong;
#[no_mangle]
fn xcb_setup_vendor(R: *const xcb_setup_t) -> *mut libc::c_char;
#[no_mangle]
fn xcb_setup_vendor_length(R: *const xcb_setup_t) -> libc::c_int;
#[no_mangle]
fn xcb_create_window(c: *mut xcb_connection_t, depth: uint8_t,
wid: xcb_window_t, parent: xcb_window_t, x: int16_t,
y: int16_t, width: uint16_t, height: uint16_t,
border_width: uint16_t, _class: uint16_t,
visual: xcb_visualid_t, value_mask: uint32_t,
value_list: *const libc::c_void)
-> xcb_void_cookie_t;
#[no_mangle]
fn xcb_destroy_window(c: *mut xcb_connection_t, window: xcb_window_t)
-> xcb_void_cookie_t;
#[no_mangle]
fn xcb_map_window(c: *mut xcb_connection_t, window: xcb_window_t)
-> xcb_void_cookie_t;
#[no_mangle]
fn xcb_configure_window_checked(c: *mut xcb_connection_t,
window: xcb_window_t,
value_mask: uint16_t,
value_list: *const libc::c_void)
-> xcb_void_cookie_t;
#[no_mangle]
fn xcb_change_property(c: *mut xcb_connection_t, mode: uint8_t,
window: xcb_window_t, property: xcb_atom_t,
type_0: xcb_atom_t, format: uint8_t,
data_len: uint32_t, data: *const libc::c_void)
-> xcb_void_cookie_t;
#[no_mangle]
fn xcb_generate_id(c: *mut xcb_connection_t) -> uint32_t;
#[no_mangle]
fn xcb_flush(c: *mut xcb_connection_t) -> libc::c_int;
#[no_mangle]
fn xcb_request_check(c: *mut xcb_connection_t, cookie: xcb_void_cookie_t)
-> *mut xcb_generic_error_t;
#[no_mangle]
fn xcb_get_setup(c: *mut xcb_connection_t) -> *const xcb_setup_t;
#[no_mangle]
fn xcb_input_xi_select_events(c: *mut xcb_connection_t,
window: xcb_window_t, num_mask: uint16_t,
masks: *const xcb_input_event_mask_t)
-> xcb_void_cookie_t;
#[no_mangle]
fn wl_event_loop_add_timer(loop_0: *mut wl_event_loop,
func: wl_event_loop_timer_func_t,
data: *mut libc::c_void)
-> *mut wl_event_source;
#[no_mangle]
fn wl_event_source_timer_update(source: *mut wl_event_source,
ms_delay: libc::c_int) -> libc::c_int;
#[no_mangle]
fn wl_event_source_remove(source: *mut wl_event_source) -> libc::c_int;
#[no_mangle]
fn wl_display_get_event_loop(display: *mut wl_display)
-> *mut wl_event_loop;
#[no_mangle]
fn wl_list_init(list: *mut wl_list);
#[no_mangle]
fn wl_list_insert(list: *mut wl_list, elm: *mut wl_list);
#[no_mangle]
fn wl_list_remove(elm: *mut wl_list);
/*
* This an unstable interface of wlroots. No guarantees are made regarding the
* future consistency of this API.
*/
#[no_mangle]
fn wlr_output_send_present(output: *mut wlr_output,
event: *mut wlr_output_event_present);
#[no_mangle]
fn wlr_output_send_frame(output: *mut wlr_output);
#[no_mangle]
fn wlr_output_update_enabled(output: *mut wlr_output, enabled: bool);
#[no_mangle]
fn wlr_output_update_custom_mode(output: *mut wlr_output, width: int32_t,
height: int32_t, refresh: int32_t);
#[no_mangle]
fn wlr_output_init(output: *mut wlr_output, backend: *mut wlr_backend,
impl_0: *const wlr_output_impl,
display: *mut wl_display);
/* *
* Returns a surface for the given native window
* The window must match the remote display the wlr_egl was created with.
*/
#[no_mangle]
fn wlr_egl_create_surface(egl: *mut wlr_egl, window: *mut libc::c_void)
-> EGLSurface;
#[no_mangle]
fn wlr_egl_make_current(egl: *mut wlr_egl, surface: EGLSurface,
buffer_age: *mut libc::c_int) -> bool;
#[no_mangle]
fn wlr_egl_swap_buffers(egl: *mut wlr_egl, surface: EGLSurface,
damage: *mut pixman_region32_t) -> bool;
#[no_mangle]
fn wlr_egl_destroy_surface(egl: *mut wlr_egl, surface: EGLSurface)
-> bool;
#[no_mangle]
fn snprintf(_: *mut libc::c_char, _: libc::c_ulong,
_: *const libc::c_char, _: ...) -> libc::c_int;
#[no_mangle]
fn wlr_pointer_init(pointer: *mut wlr_pointer,
impl_0: *const wlr_pointer_impl);
#[no_mangle]
fn wlr_touch_init(touch: *mut wlr_touch, impl_0: *const wlr_touch_impl);
#[no_mangle]
fn _wlr_log(verbosity: wlr_log_importance, format: *const libc::c_char,
_: ...);
#[no_mangle]
fn get_x11_backend_from_backend(wlr_backend: *mut wlr_backend)
-> *mut wlr_x11_backend;
#[no_mangle]
static touch_impl: wlr_touch_impl;
#[no_mangle]
static input_device_impl: wlr_input_device_impl;
#[no_mangle]
fn wlr_input_device_init(wlr_device: *mut wlr_input_device,
type_0: wlr_input_device_type,
impl_0: *const wlr_input_device_impl,
name: *const libc::c_char, vendor: libc::c_int,
product: libc::c_int);
#[no_mangle]
static pointer_impl: wlr_pointer_impl;
#[no_mangle]
fn update_x11_pointer_position(output: *mut wlr_x11_output,
time: xcb_timestamp_t);
#[no_mangle]
fn wlr_input_device_destroy(dev: *mut wlr_input_device);
#[no_mangle]
fn wlr_signal_emit_safe(signal: *mut wl_signal, data: *mut libc::c_void);
}
pub type size_t = libc::c_ulong;
pub type __uint8_t = libc::c_uchar;
pub type __int16_t = libc::c_short;
pub type __uint16_t = libc::c_ushort;
pub type __int32_t = libc::c_int;
pub type __uint32_t = libc::c_uint;
pub type __uint64_t = libc::c_ulong;
pub type __time_t = libc::c_long;
pub type __syscall_slong_t = libc::c_long;
pub type int16_t = __int16_t;
pub type int32_t = __int32_t;
pub type uint8_t = __uint8_t;
pub type uint16_t = __uint16_t;
pub type uint32_t = __uint32_t;
pub type uint64_t = __uint64_t;
#[repr(C)]#[derive(Copy, Clone)]
pub struct timespec {
pub tv_sec: __time_t,
pub tv_nsec: __syscall_slong_t,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct xcb_generic_error_t {
pub response_type: uint8_t,
pub error_code: uint8_t,
pub sequence: uint16_t,
pub resource_id: uint32_t,
pub minor_code: uint16_t,
pub major_code: uint8_t,
pub pad0: uint8_t,
pub pad: [uint32_t; 5],
pub full_sequence: uint32_t,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct xcb_void_cookie_t {
pub sequence: libc::c_uint,
}
pub type xcb_window_t = uint32_t;
pub type xcb_colormap_t = uint32_t;
pub type xcb_atom_t = uint32_t;
pub type xcb_visualid_t = uint32_t;
pub type xcb_timestamp_t = uint32_t;
pub type xcb_keycode_t = uint8_t;
pub type xcb_event_mask_t = libc::c_uint;
pub const XCB_EVENT_MASK_OWNER_GRAB_BUTTON: xcb_event_mask_t = 16777216;
pub const XCB_EVENT_MASK_COLOR_MAP_CHANGE: xcb_event_mask_t = 8388608;
pub const XCB_EVENT_MASK_PROPERTY_CHANGE: xcb_event_mask_t = 4194304;
pub const XCB_EVENT_MASK_FOCUS_CHANGE: xcb_event_mask_t = 2097152;
pub const XCB_EVENT_MASK_SUBSTRUCTURE_REDIRECT: xcb_event_mask_t = 1048576;
pub const XCB_EVENT_MASK_SUBSTRUCTURE_NOTIFY: xcb_event_mask_t = 524288;
pub const XCB_EVENT_MASK_RESIZE_REDIRECT: xcb_event_mask_t = 262144;
pub const XCB_EVENT_MASK_STRUCTURE_NOTIFY: xcb_event_mask_t = 131072;
pub const XCB_EVENT_MASK_VISIBILITY_CHANGE: xcb_event_mask_t = 65536;
pub const XCB_EVENT_MASK_EXPOSURE: xcb_event_mask_t = 32768;
pub const XCB_EVENT_MASK_KEYMAP_STATE: xcb_event_mask_t = 16384;
pub const XCB_EVENT_MASK_BUTTON_MOTION: xcb_event_mask_t = 8192;
pub const XCB_EVENT_MASK_BUTTON_5_MOTION: xcb_event_mask_t = 4096;
pub const XCB_EVENT_MASK_BUTTON_4_MOTION: xcb_event_mask_t = 2048;
pub const XCB_EVENT_MASK_BUTTON_3_MOTION: xcb_event_mask_t = 1024;
pub const XCB_EVENT_MASK_BUTTON_2_MOTION: xcb_event_mask_t = 512;
pub const XCB_EVENT_MASK_BUTTON_1_MOTION: xcb_event_mask_t = 256;
pub const XCB_EVENT_MASK_POINTER_MOTION_HINT: xcb_event_mask_t = 128;
pub const XCB_EVENT_MASK_POINTER_MOTION: xcb_event_mask_t = 64;
pub const XCB_EVENT_MASK_LEAVE_WINDOW: xcb_event_mask_t = 32;
pub const XCB_EVENT_MASK_ENTER_WINDOW: xcb_event_mask_t = 16;
pub const XCB_EVENT_MASK_BUTTON_RELEASE: xcb_event_mask_t = 8;
pub const XCB_EVENT_MASK_BUTTON_PRESS: xcb_event_mask_t = 4;
pub const XCB_EVENT_MASK_KEY_RELEASE: xcb_event_mask_t = 2;
pub const XCB_EVENT_MASK_KEY_PRESS: xcb_event_mask_t = 1;
pub const XCB_EVENT_MASK_NO_EVENT: xcb_event_mask_t = 0;
#[repr(C)]#[derive(Copy, Clone)]
pub struct xcb_screen_t {
pub root: xcb_window_t,
pub default_colormap: xcb_colormap_t,
pub white_pixel: uint32_t,
pub black_pixel: uint32_t,
pub current_input_masks: uint32_t,
pub width_in_pixels: uint16_t,
pub height_in_pixels: uint16_t,
pub width_in_millimeters: uint16_t,
pub height_in_millimeters: uint16_t,
pub min_installed_maps: uint16_t,
pub max_installed_maps: uint16_t,
pub root_visual: xcb_visualid_t,
pub backing_stores: uint8_t,
pub save_unders: uint8_t,
pub root_depth: uint8_t,
pub allowed_depths_len: uint8_t,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct xcb_setup_t {
pub status: uint8_t,
pub pad0: uint8_t,
pub protocol_major_version: uint16_t,
pub protocol_minor_version: uint16_t,
pub length: uint16_t,
pub release_number: uint32_t,
pub resource_id_base: uint32_t,
pub resource_id_mask: uint32_t,
pub motion_buffer_size: uint32_t,
pub vendor_len: uint16_t,
pub maximum_request_length: uint16_t,
pub roots_len: uint8_t,
pub pixmap_formats_len: uint8_t,
pub image_byte_order: uint8_t,
pub bitmap_format_bit_order: uint8_t,
pub bitmap_format_scanline_unit: uint8_t,
pub bitmap_format_scanline_pad: uint8_t,
pub min_keycode: xcb_keycode_t,
pub max_keycode: xcb_keycode_t,
pub pad1: [uint8_t; 4],
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct xcb_configure_notify_event_t {
pub response_type: uint8_t,
pub pad0: uint8_t,
pub sequence: uint16_t,
pub event: xcb_window_t,
pub window: xcb_window_t,
pub above_sibling: xcb_window_t,
pub x: int16_t,
pub y: int16_t,
pub width: uint16_t,
pub height: uint16_t,
pub border_width: uint16_t,
pub override_redirect: uint8_t,
pub pad1: uint8_t,
}
pub type xcb_atom_enum_t = libc::c_uint;
pub const XCB_ATOM_WM_TRANSIENT_FOR: xcb_atom_enum_t = 68;
pub const XCB_ATOM_WM_CLASS: xcb_atom_enum_t = 67;
pub const XCB_ATOM_CAP_HEIGHT: xcb_atom_enum_t = 66;
pub const XCB_ATOM_FULL_NAME: xcb_atom_enum_t = 65;
pub const XCB_ATOM_FAMILY_NAME: xcb_atom_enum_t = 64;
pub const XCB_ATOM_FONT_NAME: xcb_atom_enum_t = 63;
pub const XCB_ATOM_NOTICE: xcb_atom_enum_t = 62;
pub const XCB_ATOM_COPYRIGHT: xcb_atom_enum_t = 61;
pub const XCB_ATOM_RESOLUTION: xcb_atom_enum_t = 60;
pub const XCB_ATOM_POINT_SIZE: xcb_atom_enum_t = 59;
pub const XCB_ATOM_WEIGHT: xcb_atom_enum_t = 58;
pub const XCB_ATOM_QUAD_WIDTH: xcb_atom_enum_t = 57;
pub const XCB_ATOM_X_HEIGHT: xcb_atom_enum_t = 56;
pub const XCB_ATOM_ITALIC_ANGLE: xcb_atom_enum_t = 55;
pub const XCB_ATOM_STRIKEOUT_DESCENT: xcb_atom_enum_t = 54;
pub const XCB_ATOM_STRIKEOUT_ASCENT: xcb_atom_enum_t = 53;
pub const XCB_ATOM_UNDERLINE_THICKNESS: xcb_atom_enum_t = 52;
pub const XCB_ATOM_UNDERLINE_POSITION: xcb_atom_enum_t = 51;
pub const XCB_ATOM_SUBSCRIPT_Y: xcb_atom_enum_t = 50;
pub const XCB_ATOM_SUBSCRIPT_X: xcb_atom_enum_t = 49;
pub const XCB_ATOM_SUPERSCRIPT_Y: xcb_atom_enum_t = 48;
pub const XCB_ATOM_SUPERSCRIPT_X: xcb_atom_enum_t = 47;
pub const XCB_ATOM_END_SPACE: xcb_atom_enum_t = 46;
pub const XCB_ATOM_MAX_SPACE: xcb_atom_enum_t = 45;
pub const XCB_ATOM_NORM_SPACE: xcb_atom_enum_t = 44;
pub const XCB_ATOM_MIN_SPACE: xcb_atom_enum_t = 43;
pub const XCB_ATOM_WM_ZOOM_HINTS: xcb_atom_enum_t = 42;
pub const XCB_ATOM_WM_SIZE_HINTS: xcb_atom_enum_t = 41;
pub const XCB_ATOM_WM_NORMAL_HINTS: xcb_atom_enum_t = 40;
pub const XCB_ATOM_WM_NAME: xcb_atom_enum_t = 39;
pub const XCB_ATOM_WM_ICON_SIZE: xcb_atom_enum_t = 38;
pub const XCB_ATOM_WM_ICON_NAME: xcb_atom_enum_t = 37;
pub const XCB_ATOM_WM_CLIENT_MACHINE: xcb_atom_enum_t = 36;
pub const XCB_ATOM_WM_HINTS: xcb_atom_enum_t = 35;
pub const XCB_ATOM_WM_COMMAND: xcb_atom_enum_t = 34;
pub const XCB_ATOM_WINDOW: xcb_atom_enum_t = 33;
pub const XCB_ATOM_VISUALID: xcb_atom_enum_t = 32;
pub const XCB_ATOM_STRING: xcb_atom_enum_t = 31;
pub const XCB_ATOM_RGB_RED_MAP: xcb_atom_enum_t = 30;
pub const XCB_ATOM_RGB_GREEN_MAP: xcb_atom_enum_t = 29;
pub const XCB_ATOM_RGB_GRAY_MAP: xcb_atom_enum_t = 28;
pub const XCB_ATOM_RGB_DEFAULT_MAP: xcb_atom_enum_t = 27;
pub const XCB_ATOM_RGB_BLUE_MAP: xcb_atom_enum_t = 26;
pub const XCB_ATOM_RGB_BEST_MAP: xcb_atom_enum_t = 25;
pub const XCB_ATOM_RGB_COLOR_MAP: xcb_atom_enum_t = 24;
pub const XCB_ATOM_RESOURCE_MANAGER: xcb_atom_enum_t = 23;
pub const XCB_ATOM_RECTANGLE: xcb_atom_enum_t = 22;
pub const XCB_ATOM_POINT: xcb_atom_enum_t = 21;
pub const XCB_ATOM_PIXMAP: xcb_atom_enum_t = 20;
pub const XCB_ATOM_INTEGER: xcb_atom_enum_t = 19;
pub const XCB_ATOM_FONT: xcb_atom_enum_t = 18;
pub const XCB_ATOM_DRAWABLE: xcb_atom_enum_t = 17;
pub const XCB_ATOM_CUT_BUFFER7: xcb_atom_enum_t = 16;
pub const XCB_ATOM_CUT_BUFFER6: xcb_atom_enum_t = 15;
pub const XCB_ATOM_CUT_BUFFER5: xcb_atom_enum_t = 14;
pub const XCB_ATOM_CUT_BUFFER4: xcb_atom_enum_t = 13;
pub const XCB_ATOM_CUT_BUFFER3: xcb_atom_enum_t = 12;
pub const XCB_ATOM_CUT_BUFFER2: xcb_atom_enum_t = 11;
pub const XCB_ATOM_CUT_BUFFER1: xcb_atom_enum_t = 10;
pub const XCB_ATOM_CUT_BUFFER0: xcb_atom_enum_t = 9;
pub const XCB_ATOM_CURSOR: xcb_atom_enum_t = 8;
pub const XCB_ATOM_COLORMAP: xcb_atom_enum_t = 7;
pub const XCB_ATOM_CARDINAL: xcb_atom_enum_t = 6;
pub const XCB_ATOM_BITMAP: xcb_atom_enum_t = 5;
pub const XCB_ATOM_ATOM: xcb_atom_enum_t = 4;
pub const XCB_ATOM_ARC: xcb_atom_enum_t = 3;
pub const XCB_ATOM_SECONDARY: xcb_atom_enum_t = 2;
pub const XCB_ATOM_PRIMARY: xcb_atom_enum_t = 1;
pub const XCB_ATOM_ANY: xcb_atom_enum_t = 0;
pub const XCB_ATOM_NONE: xcb_atom_enum_t = 0;
pub type xcb_window_class_t = libc::c_uint;
pub const XCB_WINDOW_CLASS_INPUT_ONLY: xcb_window_class_t = 2;
pub const XCB_WINDOW_CLASS_INPUT_OUTPUT: xcb_window_class_t = 1;
pub const XCB_WINDOW_CLASS_COPY_FROM_PARENT: xcb_window_class_t = 0;
pub type xcb_cw_t = libc::c_uint;
pub const XCB_CW_CURSOR: xcb_cw_t = 16384;
pub const XCB_CW_COLORMAP: xcb_cw_t = 8192;
pub const XCB_CW_DONT_PROPAGATE: xcb_cw_t = 4096;
pub const XCB_CW_EVENT_MASK: xcb_cw_t = 2048;
pub const XCB_CW_SAVE_UNDER: xcb_cw_t = 1024;
pub const XCB_CW_OVERRIDE_REDIRECT: xcb_cw_t = 512;
pub const XCB_CW_BACKING_PIXEL: xcb_cw_t = 256;
pub const XCB_CW_BACKING_PLANES: xcb_cw_t = 128;
pub const XCB_CW_BACKING_STORE: xcb_cw_t = 64;
pub const XCB_CW_WIN_GRAVITY: xcb_cw_t = 32;
pub const XCB_CW_BIT_GRAVITY: xcb_cw_t = 16;
pub const XCB_CW_BORDER_PIXEL: xcb_cw_t = 8;
pub const XCB_CW_BORDER_PIXMAP: xcb_cw_t = 4;
pub const XCB_CW_BACK_PIXEL: xcb_cw_t = 2;
pub const XCB_CW_BACK_PIXMAP: xcb_cw_t = 1;
pub type xcb_config_window_t = libc::c_uint;
pub const XCB_CONFIG_WINDOW_STACK_MODE: xcb_config_window_t = 64;
pub const XCB_CONFIG_WINDOW_SIBLING: xcb_config_window_t = 32;
pub const XCB_CONFIG_WINDOW_BORDER_WIDTH: xcb_config_window_t = 16;
pub const XCB_CONFIG_WINDOW_HEIGHT: xcb_config_window_t = 8;
pub const XCB_CONFIG_WINDOW_WIDTH: xcb_config_window_t = 4;
pub const XCB_CONFIG_WINDOW_Y: xcb_config_window_t = 2;
pub const XCB_CONFIG_WINDOW_X: xcb_config_window_t = 1;
pub type xcb_prop_mode_t = libc::c_uint;
pub const XCB_PROP_MODE_APPEND: xcb_prop_mode_t = 2;
pub const XCB_PROP_MODE_PREPEND: xcb_prop_mode_t = 1;
pub const XCB_PROP_MODE_REPLACE: xcb_prop_mode_t = 0;
pub type xcb_input_device_id_t = uint16_t;
pub type xcb_input_device_t = libc::c_uint;
pub const XCB_INPUT_DEVICE_ALL_MASTER: xcb_input_device_t = 1;
pub const XCB_INPUT_DEVICE_ALL: xcb_input_device_t = 0;
pub type xcb_input_xi_event_mask_t = libc::c_uint;
pub const XCB_INPUT_XI_EVENT_MASK_BARRIER_LEAVE: xcb_input_xi_event_mask_t =
67108864;
pub const XCB_INPUT_XI_EVENT_MASK_BARRIER_HIT: xcb_input_xi_event_mask_t =
33554432;
pub const XCB_INPUT_XI_EVENT_MASK_RAW_TOUCH_END: xcb_input_xi_event_mask_t =
16777216;
pub const XCB_INPUT_XI_EVENT_MASK_RAW_TOUCH_UPDATE: xcb_input_xi_event_mask_t
=
8388608;
pub const XCB_INPUT_XI_EVENT_MASK_RAW_TOUCH_BEGIN: xcb_input_xi_event_mask_t =
4194304;
pub const XCB_INPUT_XI_EVENT_MASK_TOUCH_OWNERSHIP: xcb_input_xi_event_mask_t =
2097152;
pub const XCB_INPUT_XI_EVENT_MASK_TOUCH_END: xcb_input_xi_event_mask_t =
1048576;
pub const XCB_INPUT_XI_EVENT_MASK_TOUCH_UPDATE: xcb_input_xi_event_mask_t =
524288;
pub const XCB_INPUT_XI_EVENT_MASK_TOUCH_BEGIN: xcb_input_xi_event_mask_t =
262144;
pub const XCB_INPUT_XI_EVENT_MASK_RAW_MOTION: xcb_input_xi_event_mask_t =
131072;
pub const XCB_INPUT_XI_EVENT_MASK_RAW_BUTTON_RELEASE:
xcb_input_xi_event_mask_t =
65536;
pub const XCB_INPUT_XI_EVENT_MASK_RAW_BUTTON_PRESS: xcb_input_xi_event_mask_t
=
32768;
pub const XCB_INPUT_XI_EVENT_MASK_RAW_KEY_RELEASE: xcb_input_xi_event_mask_t =
16384;
pub const XCB_INPUT_XI_EVENT_MASK_RAW_KEY_PRESS: xcb_input_xi_event_mask_t =
8192;
pub const XCB_INPUT_XI_EVENT_MASK_PROPERTY: xcb_input_xi_event_mask_t = 4096;
pub const XCB_INPUT_XI_EVENT_MASK_HIERARCHY: xcb_input_xi_event_mask_t = 2048;
pub const XCB_INPUT_XI_EVENT_MASK_FOCUS_OUT: xcb_input_xi_event_mask_t = 1024;
pub const XCB_INPUT_XI_EVENT_MASK_FOCUS_IN: xcb_input_xi_event_mask_t = 512;
pub const XCB_INPUT_XI_EVENT_MASK_LEAVE: xcb_input_xi_event_mask_t = 256;
pub const XCB_INPUT_XI_EVENT_MASK_ENTER: xcb_input_xi_event_mask_t = 128;
pub const XCB_INPUT_XI_EVENT_MASK_MOTION: xcb_input_xi_event_mask_t = 64;
pub const XCB_INPUT_XI_EVENT_MASK_BUTTON_RELEASE: xcb_input_xi_event_mask_t =
32;
pub const XCB_INPUT_XI_EVENT_MASK_BUTTON_PRESS: xcb_input_xi_event_mask_t =
16;
pub const XCB_INPUT_XI_EVENT_MASK_KEY_RELEASE: xcb_input_xi_event_mask_t = 8;
pub const XCB_INPUT_XI_EVENT_MASK_KEY_PRESS: xcb_input_xi_event_mask_t = 4;
pub const XCB_INPUT_XI_EVENT_MASK_DEVICE_CHANGED: xcb_input_xi_event_mask_t =
2;
#[repr(C)]#[derive(Copy, Clone)]
pub struct xcb_input_event_mask_t {
pub deviceid: xcb_input_device_id_t,
pub mask_len: uint16_t,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wl_object {
pub interface: *const wl_interface,
pub implementation: *const libc::c_void,
pub id: uint32_t,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wl_interface {
pub name: *const libc::c_char,
pub version: libc::c_int,
pub method_count: libc::c_int,
pub methods: *const wl_message,
pub event_count: libc::c_int,
pub events: *const wl_message,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wl_message {
pub name: *const libc::c_char,
pub signature: *const libc::c_char,
pub types: *mut *const wl_interface,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wl_list {
pub prev: *mut wl_list,
pub next: *mut wl_list,
}
pub type wl_event_loop_timer_func_t
=
Option<unsafe extern "C" fn(_: *mut libc::c_void) -> libc::c_int>;
#[repr(C)]#[derive(Copy, Clone)]
pub struct wl_listener {
pub link: wl_list,
pub notify: wl_notify_func_t,
}
pub type wl_notify_func_t
=
Option<unsafe extern "C" fn(_: *mut wl_listener, _: *mut libc::c_void)
-> ()>;
#[repr(C)]#[derive(Copy, Clone)]
pub struct wl_resource {
pub object: wl_object,
pub destroy: wl_resource_destroy_func_t,
pub link: wl_list,
pub destroy_signal: wl_signal,
pub client: *mut wl_client,
pub data: *mut libc::c_void,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wl_signal {
pub listener_list: wl_list,
}
pub type wl_resource_destroy_func_t
=
Option<unsafe extern "C" fn(_: *mut wl_resource) -> ()>;
pub type Display = _XDisplay;
pub type EGLDisplay = *mut libc::c_void;
pub type EGLConfig = *mut libc::c_void;
pub type EGLSurface = *mut libc::c_void;
pub type EGLContext = *mut libc::c_void;
pub type EGLenum = libc::c_uint;
/*
* 32 bit regions
*/
#[repr(C)]#[derive(Copy, Clone)]
pub struct pixman_region32_data {
pub size: libc::c_long,
pub numRects: libc::c_long,
}
pub type pixman_region32_data_t = pixman_region32_data;
#[repr(C)]#[derive(Copy, Clone)]
pub struct pixman_box32 {
pub x1: int32_t,
pub y1: int32_t,
pub x2: int32_t,
pub y2: int32_t,
}
pub type pixman_box32_t = pixman_box32;
#[repr(C)]#[derive(Copy, Clone)]
pub struct pixman_region32 {
pub extents: pixman_box32_t,
pub data: *mut pixman_region32_data_t,
}
pub type pixman_region32_t = pixman_region32;
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_dmabuf_attributes {
pub width: int32_t,
pub height: int32_t,
pub format: uint32_t,
pub flags: uint32_t,
pub modifier: uint64_t,
pub n_planes: libc::c_int,
pub offset: [uint32_t; 4],
pub stride: [uint32_t; 4],
pub fd: [libc::c_int; 4],
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_drm_format {
pub format: uint32_t,
pub len: size_t,
pub cap: size_t,
pub modifiers: [uint64_t; 0],
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_drm_format_set {
pub len: size_t,
pub cap: size_t,
pub formats: *mut *mut wlr_drm_format,
}
/*
* This an unstable interface of wlroots. No guarantees are made regarding the
* future consistency of this API.
*/
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_egl {
pub platform: EGLenum,
pub display: EGLDisplay,
pub config: EGLConfig,
pub context: EGLContext,
pub exts_str: *const libc::c_char,
pub exts: C2RustUnnamed,
pub wl_display: *mut wl_display,
pub dmabuf_formats: wlr_drm_format_set,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct C2RustUnnamed {
pub bind_wayland_display_wl: bool,
pub buffer_age_ext: bool,
pub image_base_khr: bool,
pub image_dma_buf_export_mesa: bool,
pub image_dmabuf_import_ext: bool,
pub image_dmabuf_import_modifiers_ext: bool,
pub swap_buffers_with_damage_ext: bool,
pub swap_buffers_with_damage_khr: bool,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_backend {
pub impl_0: *const crate::src::backend::backend::wlr_backend_impl,
pub events: C2RustUnnamed_0,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct C2RustUnnamed_0 {
pub destroy: wl_signal,
pub new_input: wl_signal,
pub new_output: wl_signal,
}
/*
* This an unstable interface of wlroots. No guarantees are made regarding the
* future consistency of this API.
*/
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_renderer {
pub impl_0: *const crate::src::render::gles2::renderer::wlr_renderer_impl,
pub events: C2RustUnnamed_1,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct C2RustUnnamed_1 {
pub destroy: wl_signal,
}
pub type wl_output_subpixel = libc::c_uint;
pub const WL_OUTPUT_SUBPIXEL_VERTICAL_BGR: wl_output_subpixel = 5;
pub const WL_OUTPUT_SUBPIXEL_VERTICAL_RGB: wl_output_subpixel = 4;
pub const WL_OUTPUT_SUBPIXEL_HORIZONTAL_BGR: wl_output_subpixel = 3;
pub const WL_OUTPUT_SUBPIXEL_HORIZONTAL_RGB: wl_output_subpixel = 2;
pub const WL_OUTPUT_SUBPIXEL_NONE: wl_output_subpixel = 1;
pub const WL_OUTPUT_SUBPIXEL_UNKNOWN: wl_output_subpixel = 0;
pub type wl_output_transform = libc::c_uint;
pub const WL_OUTPUT_TRANSFORM_FLIPPED_270: wl_output_transform = 7;
pub const WL_OUTPUT_TRANSFORM_FLIPPED_180: wl_output_transform = 6;
pub const WL_OUTPUT_TRANSFORM_FLIPPED_90: wl_output_transform = 5;
pub const WL_OUTPUT_TRANSFORM_FLIPPED: wl_output_transform = 4;
pub const WL_OUTPUT_TRANSFORM_270: wl_output_transform = 3;
pub const WL_OUTPUT_TRANSFORM_180: wl_output_transform = 2;
pub const WL_OUTPUT_TRANSFORM_90: wl_output_transform = 1;
pub const WL_OUTPUT_TRANSFORM_NORMAL: wl_output_transform = 0;
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_buffer {
pub resource: *mut wl_resource,
pub texture: *mut wlr_texture,
pub released: bool,
pub n_refs: size_t,
pub resource_destroy: wl_listener,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_texture {
pub impl_0: *const crate::src::render::gles2::renderer::wlr_texture_impl,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_output_mode {
pub width: int32_t,
pub height: int32_t,
pub refresh: int32_t,
pub preferred: bool,
pub link: wl_list,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_output_cursor {
pub output: *mut wlr_output,
pub x: libc::c_double,
pub y: libc::c_double,
pub enabled: bool,
pub visible: bool,
pub width: uint32_t,
pub height: uint32_t,
pub hotspot_x: int32_t,
pub hotspot_y: int32_t,
pub link: wl_list,
pub texture: *mut wlr_texture,
pub surface: *mut crate::src::types::data_device::wlr_data_device::wlr_surface,
pub surface_commit: wl_listener,
pub surface_destroy: wl_listener,
pub events: C2RustUnnamed_2,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct C2RustUnnamed_2 {
pub destroy: wl_signal,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_output {
pub impl_0: *const wlr_output_impl,
pub backend: *mut wlr_backend,
pub display: *mut wl_display,
pub global: *mut wl_global,
pub resources: wl_list,
pub name: [libc::c_char; 24],
pub make: [libc::c_char; 56],
pub model: [libc::c_char; 16],
pub serial: [libc::c_char; 16],
pub phys_width: int32_t,
pub phys_height: int32_t,
pub modes: wl_list,
pub current_mode: *mut wlr_output_mode,
pub width: int32_t,
pub height: int32_t,
pub refresh: int32_t,
pub enabled: bool,
pub scale: libc::c_float,
pub subpixel: wl_output_subpixel,
pub transform: wl_output_transform,
pub needs_frame: bool,
pub damage: pixman_region32_t,
pub frame_pending: bool,
pub transform_matrix: [libc::c_float; 9],
pub pending: wlr_output_state,
pub commit_seq: uint32_t,
pub events: C2RustUnnamed_3,
pub idle_frame: *mut wl_event_source,
pub idle_done: *mut wl_event_source,
pub attach_render_locks: libc::c_int,
pub cursors: wl_list,
pub hardware_cursor: *mut wlr_output_cursor,
pub software_cursor_locks: libc::c_int,
pub display_destroy: wl_listener,
pub data: *mut libc::c_void,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct C2RustUnnamed_3 {
pub frame: wl_signal,
pub needs_frame: wl_signal,
pub precommit: wl_signal,
pub commit: wl_signal,
pub present: wl_signal,
pub enable: wl_signal,
pub mode: wl_signal,
pub scale: wl_signal,
pub transform: wl_signal,
pub destroy: wl_signal,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_output_state {
pub committed: uint32_t,
pub damage: pixman_region32_t,
pub buffer_type: wlr_output_state_buffer_type,
pub buffer: *mut wlr_buffer,
}
pub type wlr_output_state_buffer_type = libc::c_uint;
pub const WLR_OUTPUT_STATE_BUFFER_SCANOUT: wlr_output_state_buffer_type = 1;
pub const WLR_OUTPUT_STATE_BUFFER_RENDER: wlr_output_state_buffer_type = 0;
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_output_impl {
pub enable: Option<unsafe extern "C" fn(_: *mut wlr_output, _: bool)
-> bool>,
pub set_mode: Option<unsafe extern "C" fn(_: *mut wlr_output,
_: *mut wlr_output_mode)
-> bool>,
pub set_custom_mode: Option<unsafe extern "C" fn(_: *mut wlr_output,
_: int32_t, _: int32_t,
_: int32_t) -> bool>,
pub set_cursor: Option<unsafe extern "C" fn(_: *mut wlr_output,
_: *mut wlr_texture,
_: int32_t,
_: wl_output_transform,
_: int32_t, _: int32_t,
_: bool) -> bool>,
pub move_cursor: Option<unsafe extern "C" fn(_: *mut wlr_output,
_: libc::c_int,
_: libc::c_int) -> bool>,
pub destroy: Option<unsafe extern "C" fn(_: *mut wlr_output) -> ()>,
pub attach_render: Option<unsafe extern "C" fn(_: *mut wlr_output,
_: *mut libc::c_int)
-> bool>,
pub commit: Option<unsafe extern "C" fn(_: *mut wlr_output) -> bool>,
pub set_gamma: Option<unsafe extern "C" fn(_: *mut wlr_output, _: size_t,
_: *const uint16_t,
_: *const uint16_t,
_: *const uint16_t) -> bool>,
pub get_gamma_size: Option<unsafe extern "C" fn(_: *mut wlr_output)
-> size_t>,
pub export_dmabuf: Option<unsafe extern "C" fn(_: *mut wlr_output,
_:
*mut wlr_dmabuf_attributes)
-> bool>,
pub schedule_frame: Option<unsafe extern "C" fn(_: *mut wlr_output)
-> bool>,
pub attach_buffer: Option<unsafe extern "C" fn(_: *mut wlr_output,
_: *mut wlr_buffer)
-> bool>,
}
pub type wlr_output_state_field = libc::c_uint;
pub const WLR_OUTPUT_STATE_DAMAGE: wlr_output_state_field = 2;
pub const WLR_OUTPUT_STATE_BUFFER: wlr_output_state_field = 1;
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_output_event_present {
pub output: *mut wlr_output,
pub commit_seq: uint32_t,
pub when: *mut timespec,
pub seq: libc::c_uint,
pub refresh: libc::c_int,
pub flags: uint32_t,
}
pub type wlr_input_device_type = libc::c_uint;
pub const WLR_INPUT_DEVICE_SWITCH: wlr_input_device_type = 5;
pub const WLR_INPUT_DEVICE_TABLET_PAD: wlr_input_device_type = 4;
pub const WLR_INPUT_DEVICE_TABLET_TOOL: wlr_input_device_type = 3;
pub const WLR_INPUT_DEVICE_TOUCH: wlr_input_device_type = 2;
pub const WLR_INPUT_DEVICE_POINTER: wlr_input_device_type = 1;
pub const WLR_INPUT_DEVICE_KEYBOARD: wlr_input_device_type = 0;
pub type xkb_mod_index_t = uint32_t;
pub type xkb_mod_mask_t = uint32_t;
pub type xkb_led_index_t = uint32_t;
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_keyboard_modifiers {
pub depressed: xkb_mod_mask_t,
pub latched: xkb_mod_mask_t,
pub locked: xkb_mod_mask_t,
pub group: xkb_mod_mask_t,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_keyboard {
pub impl_0: *const crate::src::backend::headless::input_device::wlr_keyboard_impl,
pub group: *mut crate::src::types::wlr_keyboard_group::wlr_keyboard_group,
pub keymap_string: *mut libc::c_char,
pub keymap_size: size_t,
pub keymap: *mut xkb_keymap,
pub xkb_state: *mut xkb_state,
pub led_indexes: [xkb_led_index_t; 3],
pub mod_indexes: [xkb_mod_index_t; 8],
pub keycodes: [uint32_t; 32],
pub num_keycodes: size_t,
pub modifiers: wlr_keyboard_modifiers,
pub repeat_info: C2RustUnnamed_5,
pub events: C2RustUnnamed_4,
pub data: *mut libc::c_void,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct C2RustUnnamed_4 {
pub key: wl_signal,
pub modifiers: wl_signal,
pub keymap: wl_signal,
pub repeat_info: wl_signal,
pub destroy: wl_signal,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct C2RustUnnamed_5 {
pub rate: int32_t,
pub delay: int32_t,
}
/*
* This an unstable interface of wlroots. No guarantees are made regarding the
* future consistency of this API.
*/
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_touch_impl {
pub destroy: Option<unsafe extern "C" fn(_: *mut wlr_touch) -> ()>,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_touch {
pub impl_0: *const wlr_touch_impl,
pub events: C2RustUnnamed_6,
pub data: *mut libc::c_void,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct C2RustUnnamed_6 {
pub down: wl_signal,
pub up: wl_signal,
pub motion: wl_signal,
pub cancel: wl_signal,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_input_device {
pub impl_0: *const wlr_input_device_impl,
pub type_0: wlr_input_device_type,
pub vendor: libc::c_uint,
pub product: libc::c_uint,
pub name: *mut libc::c_char,
pub width_mm: libc::c_double,
pub height_mm: libc::c_double,
pub output_name: *mut libc::c_char,
pub c2rust_unnamed: C2RustUnnamed_8,
pub events: C2RustUnnamed_7,
pub data: *mut libc::c_void,
pub link: wl_list,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct C2RustUnnamed_7 {
pub destroy: wl_signal,
}
#[repr ( C )]#[derive(Copy, Clone)]
pub union C2RustUnnamed_8 {
pub _device: *mut libc::c_void,
pub keyboard: *mut wlr_keyboard,
pub pointer: *mut wlr_pointer,
pub switch_device: *mut wlr_switch,
pub touch: *mut wlr_touch,
pub tablet: *mut wlr_tablet,
pub tablet_pad: *mut wlr_tablet_pad,
}
/*
* This an unstable interface of wlroots. No guarantees are made regarding the
* future consistency of this API.
*/
/*
* NOTE: the wlr tablet pad implementation does not currently support tablets
* with more than one mode. I don't own any such hardware so I cannot test it
* and it is too complicated to make a meaningful implementation of blindly.
*/
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_tablet_pad {
pub impl_0: *mut crate::src::backend::headless::input_device::wlr_tablet_pad_impl,
pub events: C2RustUnnamed_9,
pub button_count: size_t,
pub ring_count: size_t,
pub strip_count: size_t,
pub groups: wl_list,
pub paths: wlr_list,
pub data: *mut libc::c_void,
}
/*
* This an unstable interface of wlroots. No guarantees are made regarding the
* future consistency of this API.
*/
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_list {
pub capacity: size_t,
pub length: size_t,
pub items: *mut *mut libc::c_void,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct C2RustUnnamed_9 {
pub button: wl_signal,
pub ring: wl_signal,
pub strip: wl_signal,
pub attach_tablet: wl_signal,
}
/*
* This an unstable interface of wlroots. No guarantees are made regarding the
* future consistency of this API.
*/
/*
* Copy+Paste from libinput, but this should neither use libinput, nor
* tablet-unstable-v2 headers, so we can't include them
*/
/* * A generic pen */
/* * Eraser */
/* * A paintbrush-like tool */
/* * Physical drawing tool, e.g. Wacom Inking Pen */
/* * An airbrush-like tool */
/* * A mouse bound to the tablet */
/* * A mouse tool with a lens */
/* * A rotary device with positional and rotation data */
// Capabilities
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_tablet {
pub impl_0: *mut crate::src::backend::headless::input_device::wlr_tablet_impl,
pub events: C2RustUnnamed_10,
pub name: *mut libc::c_char,
pub paths: wlr_list,
pub data: *mut libc::c_void,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct C2RustUnnamed_10 {
pub axis: wl_signal,
pub proximity: wl_signal,
pub tip: wl_signal,
pub button: wl_signal,
}
/*
* This an unstable interface of wlroots. No guarantees are made regarding the
* future consistency of this API.
*/
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_switch {
pub impl_0: *mut crate::src::backend::headless::input_device::wlr_switch_impl,
pub events: C2RustUnnamed_11,
pub data: *mut libc::c_void,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct C2RustUnnamed_11 {
pub toggle: wl_signal,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_pointer {
pub impl_0: *const wlr_pointer_impl,
pub events: C2RustUnnamed_12,
pub data: *mut libc::c_void,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct C2RustUnnamed_12 {
pub motion: wl_signal,
pub motion_absolute: wl_signal,
pub button: wl_signal,
pub axis: wl_signal,
pub frame: wl_signal,
pub swipe_begin: wl_signal,
pub swipe_update: wl_signal,
pub swipe_end: wl_signal,
pub pinch_begin: wl_signal,
pub pinch_update: wl_signal,
pub pinch_end: wl_signal,
}
/*
* This an unstable interface of wlroots. No guarantees are made regarding the
* future consistency of this API.
*/
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_pointer_impl {
pub destroy: Option<unsafe extern "C" fn(_: *mut wlr_pointer) -> ()>,
}
/* Note: these are circular dependencies */
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_input_device_impl {
pub destroy: Option<unsafe extern "C" fn(_: *mut wlr_input_device) -> ()>,
}
pub type wlr_log_importance = libc::c_uint;
pub const WLR_LOG_IMPORTANCE_LAST: wlr_log_importance = 4;
pub const WLR_DEBUG: wlr_log_importance = 3;
pub const WLR_INFO: wlr_log_importance = 2;
pub const WLR_ERROR: wlr_log_importance = 1;
pub const WLR_SILENT: wlr_log_importance = 0;
// 60 Hz
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_x11_output {
pub wlr_output: wlr_output,
pub x11: *mut wlr_x11_backend,
pub link: wl_list,
pub win: xcb_window_t,
pub surf: EGLSurface,
pub pointer: wlr_pointer,
pub pointer_dev: wlr_input_device,
pub touch: wlr_touch,
pub touch_dev: wlr_input_device,
pub touchpoints: wl_list,
pub frame_timer: *mut wl_event_source,
pub frame_delay: libc::c_int,
pub cursor_hidden: bool,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct wlr_x11_backend {
pub backend: wlr_backend,
pub wl_display: *mut wl_display,
pub started: bool,
pub xlib_conn: *mut Display,
pub xcb: *mut xcb_connection_t,
pub screen: *mut xcb_screen_t,
pub requested_outputs: size_t,
pub last_output_num: size_t,
pub outputs: wl_list,
pub keyboard: wlr_keyboard,
pub keyboard_dev: wlr_input_device,
pub egl: wlr_egl,
pub renderer: *mut wlr_renderer,
pub event_source: *mut wl_event_source,
pub atoms: C2RustUnnamed_13,
pub time: xcb_timestamp_t,
pub xinput_opcode: uint8_t,
pub display_destroy: wl_listener,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct C2RustUnnamed_13 {
pub wm_protocols: xcb_atom_t,
pub wm_delete_window: xcb_atom_t,
pub net_wm_name: xcb_atom_t,
pub utf8_string: xcb_atom_t,
}
#[repr(C)]#[derive(Copy, Clone)]
pub struct C2RustUnnamed_14 {
pub head: xcb_input_event_mask_t,
pub mask: xcb_input_xi_event_mask_t,
}
unsafe extern "C" fn signal_frame(mut data: *mut libc::c_void)
-> libc::c_int {
let mut output: *mut wlr_x11_output = data as *mut wlr_x11_output;
wlr_output_send_frame(&mut (*output).wlr_output);
wl_event_source_timer_update((*output).frame_timer,
(*output).frame_delay);
return 0i32;
}
unsafe extern "C" fn parse_xcb_setup(mut output: *mut wlr_output,
mut xcb: *mut xcb_connection_t) {
let mut xcb_setup: *const xcb_setup_t = xcb_get_setup(xcb);
snprintf((*output).make.as_mut_ptr(),
::std::mem::size_of::<[libc::c_char; 56]>() as libc::c_ulong,
b"%.*s\x00" as *const u8 as *const libc::c_char,
xcb_setup_vendor_length(xcb_setup), xcb_setup_vendor(xcb_setup));
snprintf((*output).model.as_mut_ptr(),
::std::mem::size_of::<[libc::c_char; 16]>() as libc::c_ulong,
b"%u.%u\x00" as *const u8 as *const libc::c_char,
(*xcb_setup).protocol_major_version as libc::c_int,
(*xcb_setup).protocol_minor_version as libc::c_int);
}
unsafe extern "C" fn get_x11_output_from_output(mut wlr_output:
*mut wlr_output)
-> *mut wlr_x11_output {
if wlr_output_is_x11(wlr_output) as libc::c_int != 0 {
} else {
__assert_fail(b"wlr_output_is_x11(wlr_output)\x00" as *const u8 as
*const libc::c_char,
b"../backend/x11/output.c\x00" as *const u8 as
*const libc::c_char, 39i32 as libc::c_uint,
(*::std::mem::transmute::<&[u8; 71],
&[libc::c_char; 71]>(b"struct wlr_x11_output *get_x11_output_from_output(struct wlr_output *)\x00")).as_ptr());
};
return wlr_output as *mut wlr_x11_output;
}
unsafe extern "C" fn output_set_refresh(mut wlr_output: *mut wlr_output,
mut refresh: int32_t) {
let mut output: *mut wlr_x11_output =
get_x11_output_from_output(wlr_output);
if refresh <= 0i32 { refresh = 60i32 * 1000i32 }
wlr_output_update_custom_mode(&mut (*output).wlr_output,
(*wlr_output).width, (*wlr_output).height,
refresh);
(*output).frame_delay = 1000000i32 / refresh;
}
unsafe extern "C" fn output_set_custom_mode(mut wlr_output: *mut wlr_output,
mut width: int32_t,
mut height: int32_t,
mut refresh: int32_t) -> bool {
let mut output: *mut wlr_x11_output =
get_x11_output_from_output(wlr_output);
let mut x11: *mut wlr_x11_backend = (*output).x11;
output_set_refresh(&mut (*output).wlr_output, refresh);
let values: [uint32_t; 2] = [width as uint32_t, height as uint32_t];
let mut cookie: xcb_void_cookie_t =
xcb_configure_window_checked((*x11).xcb, (*output).win,
(XCB_CONFIG_WINDOW_WIDTH as libc::c_int |
XCB_CONFIG_WINDOW_HEIGHT as
libc::c_int) as uint16_t,
values.as_ptr() as *const libc::c_void);
let mut error: *mut xcb_generic_error_t = 0 as *mut xcb_generic_error_t;
error = xcb_request_check((*x11).xcb, cookie);
if !error.is_null() {
_wlr_log(WLR_ERROR,
b"[%s:%d] Could not set window size to %dx%d\n\x00" as
*const u8 as *const libc::c_char,
b"../backend/x11/output.c\x00" as *const u8 as
*const libc::c_char, 71i32, width, height);
free(error as *mut libc::c_void);
return 0i32 != 0
}
return 1i32 != 0;
}
unsafe extern "C" fn output_destroy(mut wlr_output: *mut wlr_output) {
let mut output: *mut wlr_x11_output =
get_x11_output_from_output(wlr_output);
let mut x11: *mut wlr_x11_backend = (*output).x11;
wlr_input_device_destroy(&mut (*output).pointer_dev);
wlr_input_device_destroy(&mut (*output).touch_dev);
wl_list_remove(&mut (*output).link);
wl_event_source_remove((*output).frame_timer);
wlr_egl_destroy_surface(&mut (*x11).egl, (*output).surf);
xcb_destroy_window((*x11).xcb, (*output).win);
xcb_flush((*x11).xcb);
free(output as *mut libc::c_void);
}
unsafe extern "C" fn output_attach_render(mut wlr_output: *mut wlr_output,
mut buffer_age: *mut libc::c_int)
-> bool {
let mut output: *mut wlr_x11_output =
get_x11_output_from_output(wlr_output);
let mut x11: *mut wlr_x11_backend = (*output).x11;
return wlr_egl_make_current(&mut (*x11).egl, (*output).surf, buffer_age);
}
unsafe extern "C" fn output_commit(mut wlr_output: *mut wlr_output) -> bool {
let mut output: *mut wlr_x11_output =
get_x11_output_from_output(wlr_output);
let mut x11: *mut wlr_x11_backend = (*output).x11;
let mut damage: *mut pixman_region32_t = 0 as *mut pixman_region32_t;
if (*wlr_output).pending.committed &
WLR_OUTPUT_STATE_DAMAGE as libc::c_int as libc::c_uint != 0 {
damage = &mut (*wlr_output).pending.damage
}
if !wlr_egl_swap_buffers(&mut (*x11).egl, (*output).surf, damage) {
return 0i32 != 0
}
wlr_output_send_present(wlr_output, 0 as *mut wlr_output_event_present);
return 1i32 != 0;
}
static mut output_impl: wlr_output_impl =
{
{
let mut init =
wlr_output_impl{enable: None,
set_mode: None,
set_custom_mode:
Some(output_set_custom_mode as
unsafe extern "C" fn(_:
*mut wlr_output,
_: int32_t,
_: int32_t,
_: int32_t)
-> bool),
set_cursor: None,
move_cursor: None,
destroy:
Some(output_destroy as
unsafe extern "C" fn(_:
*mut wlr_output)
-> ()),
attach_render:
Some(output_attach_render as
unsafe extern "C" fn(_:
*mut wlr_output,
_:
*mut libc::c_int)
-> bool),
commit:
Some(output_commit as
unsafe extern "C" fn(_:
*mut wlr_output)
-> bool),
set_gamma: None,
get_gamma_size: None,
export_dmabuf: None,
schedule_frame: None,
attach_buffer: None,};
init
}
};
#[no_mangle]
pub unsafe extern "C" fn wlr_x11_output_create(mut backend: *mut wlr_backend)
-> *mut wlr_output {
let mut x11: *mut wlr_x11_backend = get_x11_backend_from_backend(backend);
if !(*x11).started {
(*x11).requested_outputs = (*x11).requested_outputs.wrapping_add(1);
return 0 as *mut wlr_output
}
let mut output: *mut wlr_x11_output =
calloc(1i32 as libc::c_ulong,
::std::mem::size_of::<wlr_x11_output>() as libc::c_ulong) as
*mut wlr_x11_output;
if output.is_null() { return 0 as *mut wlr_output }
(*output).x11 = x11;
let mut wlr_output: *mut wlr_output = &mut (*output).wlr_output;
wlr_output_init(wlr_output, &mut (*x11).backend, &output_impl,
(*x11).wl_display);
(*wlr_output).width = 1024i32;
(*wlr_output).height = 768i32;
output_set_refresh(&mut (*output).wlr_output, 0i32);
(*x11).last_output_num = (*x11).last_output_num.wrapping_add(1);
snprintf((*wlr_output).name.as_mut_ptr(),
::std::mem::size_of::<[libc::c_char; 24]>() as libc::c_ulong,
b"X11-%zd\x00" as *const u8 as *const libc::c_char,
(*x11).last_output_num);
parse_xcb_setup(wlr_output, (*x11).xcb);
let mut mask: uint32_t = XCB_CW_EVENT_MASK as libc::c_int as uint32_t;
let mut values: [uint32_t; 1] =
[(XCB_EVENT_MASK_EXPOSURE as libc::c_int |
XCB_EVENT_MASK_STRUCTURE_NOTIFY as libc::c_int) as uint32_t];
(*output).win = xcb_generate_id((*x11).xcb);
xcb_create_window((*x11).xcb, 0i64 as uint8_t, (*output).win,
(*(*x11).screen).root, 0i32 as int16_t, 0i32 as int16_t,
(*wlr_output).width as uint16_t,
(*wlr_output).height as uint16_t, 1i32 as uint16_t,
XCB_WINDOW_CLASS_INPUT_OUTPUT as libc::c_int as
uint16_t, (*(*x11).screen).root_visual, mask,
values.as_mut_ptr() as *const libc::c_void);
let mut xinput_mask: C2RustUnnamed_14 =
{
let mut init =
C2RustUnnamed_14{head:
{
let mut init =
xcb_input_event_mask_t{deviceid:
XCB_INPUT_DEVICE_ALL_MASTER
as
libc::c_int
as
xcb_input_device_id_t,
mask_len:
1i32
as
uint16_t,};
init
},
mask:
(XCB_INPUT_XI_EVENT_MASK_KEY_PRESS as
libc::c_int |
XCB_INPUT_XI_EVENT_MASK_KEY_RELEASE
as libc::c_int |
XCB_INPUT_XI_EVENT_MASK_BUTTON_PRESS
as libc::c_int |
XCB_INPUT_XI_EVENT_MASK_BUTTON_RELEASE
as libc::c_int |
XCB_INPUT_XI_EVENT_MASK_MOTION as
libc::c_int |
XCB_INPUT_XI_EVENT_MASK_ENTER as
libc::c_int |
XCB_INPUT_XI_EVENT_MASK_LEAVE as
libc::c_int |
XCB_INPUT_XI_EVENT_MASK_TOUCH_BEGIN
as libc::c_int |
XCB_INPUT_XI_EVENT_MASK_TOUCH_END as
libc::c_int |
XCB_INPUT_XI_EVENT_MASK_TOUCH_UPDATE
as libc::c_int) as
xcb_input_xi_event_mask_t,};
init
};
xcb_input_xi_select_events((*x11).xcb, (*output).win, 1i32 as uint16_t,
&mut xinput_mask.head);
(*output).surf =
wlr_egl_create_surface(&mut (*x11).egl,
&mut (*output).win as *mut xcb_window_t as
*mut libc::c_void);
if (*output).surf.is_null() {
_wlr_log(WLR_ERROR,
b"[%s:%d] Failed to create EGL surface\x00" as *const u8 as
*const libc::c_char,
b"../backend/x11/output.c\x00" as *const u8 as
*const libc::c_char, 181i32);
free(output as *mut libc::c_void);
return 0 as *mut wlr_output
}
xcb_change_property((*x11).xcb,
XCB_PROP_MODE_REPLACE as libc::c_int as uint8_t,
(*output).win, (*x11).atoms.wm_protocols,
XCB_ATOM_ATOM as libc::c_int as xcb_atom_t,
32i32 as uint8_t, 1i32 as uint32_t,
&mut (*x11).atoms.wm_delete_window as *mut xcb_atom_t
as *const libc::c_void);
wlr_x11_output_set_title(wlr_output, 0 as *const libc::c_char);
xcb_map_window((*x11).xcb, (*output).win);
xcb_flush((*x11).xcb);
let mut ev: *mut wl_event_loop =
wl_display_get_event_loop((*x11).wl_display);
(*output).frame_timer =
wl_event_loop_add_timer(ev,
Some(signal_frame as
unsafe extern "C" fn(_:
*mut libc::c_void)
-> libc::c_int),
output as *mut libc::c_void);
wl_list_insert(&mut (*x11).outputs, &mut (*output).link);
wl_event_source_timer_update((*output).frame_timer,
(*output).frame_delay);
wlr_output_update_enabled(wlr_output, 1i32 != 0);
wlr_input_device_init(&mut (*output).pointer_dev,
WLR_INPUT_DEVICE_POINTER, &input_device_impl,
b"X11 pointer\x00" as *const u8 as
*const libc::c_char, 0i32, 0i32);
wlr_pointer_init(&mut (*output).pointer, &pointer_impl);
(*output).pointer_dev.c2rust_unnamed.pointer = &mut (*output).pointer;
(*output).pointer_dev.output_name =
strdup((*wlr_output).name.as_mut_ptr());
wlr_input_device_init(&mut (*output).touch_dev, WLR_INPUT_DEVICE_TOUCH,
&input_device_impl,
b"X11 touch\x00" as *const u8 as
*const libc::c_char, 0i32, 0i32);
wlr_touch_init(&mut (*output).touch, &touch_impl);
(*output).touch_dev.c2rust_unnamed.touch = &mut (*output).touch;
(*output).touch_dev.output_name = strdup((*wlr_output).name.as_mut_ptr());
wl_list_init(&mut (*output).touchpoints);
wlr_signal_emit_safe(&mut (*x11).backend.events.new_output,
wlr_output as *mut libc::c_void);
wlr_signal_emit_safe(&mut (*x11).backend.events.new_input,
&mut (*output).pointer_dev as *mut wlr_input_device
as *mut libc::c_void);
wlr_signal_emit_safe(&mut (*x11).backend.events.new_input,
&mut (*output).touch_dev as *mut wlr_input_device as
*mut libc::c_void);
return wlr_output;
}
#[no_mangle]
pub unsafe extern "C" fn handle_x11_configure_notify(mut output:
*mut wlr_x11_output,
mut ev:
*mut xcb_configure_notify_event_t) {
// ignore events that set an invalid size:
if (*ev).width as libc::c_int > 0i32 && (*ev).height as libc::c_int > 0i32
{
wlr_output_update_custom_mode(&mut (*output).wlr_output,
(*ev).width as int32_t,
(*ev).height as int32_t,
(*output).wlr_output.refresh);
// Move the pointer to its new location
update_x11_pointer_position(output, (*(*output).x11).time);
} else {
_wlr_log(WLR_DEBUG,
b"[%s:%d] Ignoring X11 configure event for height=%d, width=%d\x00"
as *const u8 as *const libc::c_char,
b"../backend/x11/output.c\x00" as *const u8 as
*const libc::c_char, 235i32, (*ev).width as libc::c_int,
(*ev).height as libc::c_int);
};
}
#[no_mangle]
pub unsafe extern "C" fn wlr_output_is_x11(mut wlr_output: *mut wlr_output)
-> bool {
return (*wlr_output).impl_0 == &output_impl as *const wlr_output_impl;
}
/* *
* Creates a new wlr_x11_backend. This backend will be created with no outputs;
* you must use wlr_x11_output_create to add them.
*
* The `x11_display` argument is the name of the X Display socket. Set
* to NULL for the default behaviour of XOpenDisplay.
*/
/* *
* Adds a new output to this backend. You may remove outputs by destroying them.
* Note that if called before initializing the backend, this will return NULL
* and your outputs will be created during initialization (and given to you via
* the output_add signal).
*/
/* *
* True if the given backend is a wlr_x11_backend.
*/
/* *
* True if the given input device is a wlr_x11_input_device.
*/
/* *
* True if the given output is a wlr_x11_output.
*/
/* *
* Sets the title of a wlr_output which is an X11 window.
*/
#[no_mangle]
pub unsafe extern "C" fn wlr_x11_output_set_title(mut output: *mut wlr_output,
mut title:
*const libc::c_char) {
let mut x11_output: *mut wlr_x11_output =
get_x11_output_from_output(output);
let mut wl_title: [libc::c_char; 32] = [0; 32];
if title.is_null() {
if snprintf(wl_title.as_mut_ptr(),
::std::mem::size_of::<[libc::c_char; 32]>() as
libc::c_ulong,
b"wlroots - %s\x00" as *const u8 as *const libc::c_char,
(*output).name.as_mut_ptr()) <= 0i32 {
return
}
title = wl_title.as_mut_ptr()
}
xcb_change_property((*(*x11_output).x11).xcb,
XCB_PROP_MODE_REPLACE as libc::c_int as uint8_t,
(*x11_output).win,
(*(*x11_output).x11).atoms.net_wm_name,
(*(*x11_output).x11).atoms.utf8_string,
8i32 as uint8_t, strlen(title) as uint32_t,
title as *const libc::c_void);
}
| 39.941454 | 159 | 0.633599 |
fb03a442edf9e6b063f2624b9394338c4881d5b5 | 6,942 | kt | Kotlin | client-kotlin/src/main/kotlin/com/influxdb/client/kotlin/InfluxDBClientKotlinFactory.kt | bonitoo-io/influxdata-platform-java | 52a781aeec4074284ac02eaf01c20f00319d91a3 | [
"MIT"
] | 6 | 2019-04-25T07:44:56.000Z | 2019-07-05T10:27:40.000Z | client-kotlin/src/main/kotlin/com/influxdb/client/kotlin/InfluxDBClientKotlinFactory.kt | bonitoo-io/influxdb-client-java | 0e166e6754c6551ab4d30c7357dbad27392b20b6 | [
"MIT"
] | 31 | 2019-02-18T06:16:56.000Z | 2019-07-18T09:50:43.000Z | client-kotlin/src/main/kotlin/com/influxdb/client/kotlin/InfluxDBClientKotlinFactory.kt | bonitoo-io/influxdata-platform-java | 52a781aeec4074284ac02eaf01c20f00319d91a3 | [
"MIT"
] | 1 | 2019-04-25T07:44:57.000Z | 2019-04-25T07:44:57.000Z | /**
* The MIT License
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.influxdb.client.kotlin
import com.influxdb.client.InfluxDBClientOptions
import com.influxdb.client.kotlin.internal.InfluxDBClientKotlinImpl
import com.influxdb.utils.Arguments
/**
* The Factory that creates an instance of a Flux client.
*
* @author Jakub Bednar (bednar@github) (30/10/2018 08:19)
*/
class InfluxDBClientKotlinFactory {
companion object {
/**
* Create an instance of the InfluxDB 2.x client that is configured via {@code influx2.properties}.
* The {@code influx2.properties} has to be located on classpath.
*
* @return client
*/
fun create(): InfluxDBClientKotlin {
val options = InfluxDBClientOptions.builder()
.loadProperties()
.build()
return create(options)
}
/**
* Create an instance of the InfluxDB 2.x client.
*
* <p>
* The url could be a connection string with various configurations. For more info
* see: {@link InfluxDBClientOptions.Builder#connectionString(String)}.
* </p>
*
* @param connectionString connection string with various configurations.
* @return client
*/
fun create(connectionString: String): InfluxDBClientKotlin {
val options = InfluxDBClientOptions.builder()
.connectionString(connectionString)
.build()
return create(options)
}
/**
* Create an instance of the InfluxDB 2.x reactive client.
*
* <p>
* The <i>username/password</i> auth is based on
* <a href="http://bit.ly/http-basic-auth">HTTP "Basic" authentication</a>. The authorization expires when the
* <a href="http://bit.ly/session-length">time-to-live (TTL)</a> (default 60 minutes) is reached
* and client produces {@link com.influxdb.exceptions.UnauthorizedException}.
* </p>
*
* <p>
* The url could be a connection string with various configurations. For more info
* see: {@link InfluxDBClientOptions.Builder#connectionString(String)}.
* </p>
*
* @param url the url to connect to InfluxDB (required). Example: http://localhost:8086?readTimeout=5000
* @param username the username to use in the basic auth
* @param password the password to use in the basic auth
* @return client
* @see InfluxDBClientOptions.Builder.url
*/
fun create(url: String,
username: String,
password: CharArray): InfluxDBClientKotlin {
val options = InfluxDBClientOptions.builder()
.url(url)
.authenticate(username, password)
.build()
return create(options)
}
/**
* Create an instance of the InfluxDB 2.x reactive client.
*
* <p>
* The url could be a connection string with various configurations. For more info
* see: {@link InfluxDBClientOptions.Builder#connectionString(String)}.
* </p>
*
* @param url the url to connect to InfluxDB (required). Example: http://localhost:8086?readTimeout=5000
* @param token the token to use for the authorization
* @return client
* @see InfluxDBClientOptions.Builder.url
*/
fun create(url: String, token: CharArray): InfluxDBClientKotlin {
return create(url, token, null, null)
}
/**
* Create an instance of the InfluxDB 2.x reactive client.
*
* <p>
* The url could be a connection string with various configurations. For more info
* see: {@link InfluxDBClientOptions.Builder#connectionString(String)}.
* </p>
*
* @param url the url to connect to InfluxDB (required). Example: http://localhost:8086?readTimeout=5000
* @param token the token to use for the authorization
* @param org the name of an organization
* @return client
* @see InfluxDBClientOptions.Builder.url
*/
fun create(url: String, token: CharArray, org: String?): InfluxDBClientKotlin {
return create(url, token, org, null)
}
/**
* Create an instance of the InfluxDB 2.x reactive client.
*
* <p>
* The url could be a connection string with various configurations. For more info
* see: {@link InfluxDBClientOptions.Builder#connectionString(String)}.
* </p>
*
* @param url the url to connect to InfluxDB (required). Example: http://localhost:8086?readTimeout=5000
* @param token the token to use for the authorization
* @param org the name of an organization
* @param bucket the name of a bucket
* @return client
* @see InfluxDBClientOptions.Builder.url
*/
fun create(url: String, token: CharArray, org: String?, bucket: String?): InfluxDBClientKotlin {
val options = InfluxDBClientOptions.builder()
.url(url)
.authenticateToken(token)
.org(org)
.bucket(bucket)
.build()
return create(options)
}
/**
* Create an instance of the InfluxDB 2.x reactive client.
*
* @param options the connection configuration
* @return client
*/
fun create(options: InfluxDBClientOptions): InfluxDBClientKotlin {
Arguments.checkNotNull(options, "InfluxDBClientOptions")
return InfluxDBClientKotlinImpl(options)
}
}
}
| 37.934426 | 118 | 0.611351 |
3931fe9c80c15545cd3cab8a57e459f46580ce01 | 16,319 | html | HTML | data_interface/train/4508.html | roeehendel/TNE | 596ee67c1ae30447aa69377901041fb93eebaba9 | [
"MIT"
] | 15 | 2021-09-27T18:40:51.000Z | 2022-02-02T14:47:02.000Z | data_interface/train/4508.html | roeehendel/TNE | 596ee67c1ae30447aa69377901041fb93eebaba9 | [
"MIT"
] | 1 | 2021-10-19T15:44:02.000Z | 2021-10-19T15:44:02.000Z | data_interface/train/4508.html | roeehendel/TNE | 596ee67c1ae30447aa69377901041fb93eebaba9 | [
"MIT"
] | 4 | 2022-01-20T10:54:14.000Z | 2022-03-13T13:14:54.000Z | <html>
<head>
<meta charset="UTF-8">
<title>BridgingExplorationTool</title>
<link rel="stylesheet" href="styles.css">
<script type="text/javascript">
var COLORS = ["#8cffd8", "#FF7F50", "#6495ED", "#BDB76B", "#DDA0DD", "#FF69B4", "#FFD700", "#F5DEB3"];
var PREPS = ['of', 'in', 'to', 'for', 'with', 'on', 'at', 'from', 'by', 'about', 'over', 'between', 'against', 'under', 'among', 'before', 'after'];
var IDX = 2895;
var HIT_ID = 4508;
var BRIDGING_RESULTS_UNFOLDED = [{'bridge': 0, 'complement': 26, 'preposition': 'of', 'coref_cluster': 19}, {'bridge': 0, 'complement': 25, 'preposition': 'of', 'coref_cluster': 18}, {'bridge': 0, 'complement': 16, 'preposition': 'about', 'coref_cluster': 11}, {'bridge': 0, 'complement': 15, 'preposition': 'member(s) of', 'coref_cluster': 10}, {'bridge': 0, 'complement': 18, 'preposition': 'member(s) of', 'coref_cluster': 10}, {'bridge': 0, 'complement': 4, 'preposition': 'of', 'coref_cluster': 4}, {'bridge': 0, 'complement': 5, 'preposition': 'of', 'coref_cluster': 5}, {'bridge': 0, 'complement': 7, 'preposition': 'of', 'coref_cluster': 5}, {'bridge': 0, 'complement': 10, 'preposition': 'of', 'coref_cluster': 5}, {'bridge': 0, 'complement': 12, 'preposition': 'of', 'coref_cluster': 5}, {'bridge': 0, 'complement': 2, 'preposition': 'in', 'coref_cluster': 2}, {'bridge': 0, 'complement': 2, 'preposition': 'from', 'coref_cluster': 2}, {'bridge': 0, 'complement': 1, 'preposition': 'for', 'coref_cluster': 1}, {'bridge': 0, 'complement': 11, 'preposition': 'for', 'coref_cluster': 1}, {'bridge': 1, 'complement': 15, 'preposition': 'of', 'coref_cluster': 10}, {'bridge': 1, 'complement': 18, 'preposition': 'of', 'coref_cluster': 10}, {'bridge': 1, 'complement': 2, 'preposition': 'in', 'coref_cluster': 2}, {'bridge': 3, 'complement': 4, 'preposition': 'of', 'coref_cluster': 4}, {'bridge': 4, 'complement': 15, 'preposition': 'of', 'coref_cluster': 10}, {'bridge': 4, 'complement': 18, 'preposition': 'of', 'coref_cluster': 10}, {'bridge': 4, 'complement': 0, 'preposition': 'of', 'coref_cluster': 0}, {'bridge': 5, 'complement': 15, 'preposition': 'for', 'coref_cluster': 10}, {'bridge': 5, 'complement': 18, 'preposition': 'for', 'coref_cluster': 10}, {'bridge': 5, 'complement': 25, 'preposition': 'with', 'coref_cluster': 18}, {'bridge': 5, 'complement': 6, 'preposition': 'in', 'coref_cluster': 6}, {'bridge': 5, 'complement': 2, 'preposition': 'in', 'coref_cluster': 2}, {'bridge': 5, 'complement': 1, 'preposition': 'against', 'coref_cluster': 1}, {'bridge': 5, 'complement': 11, 'preposition': 'against', 'coref_cluster': 1}, {'bridge': 6, 'complement': 2, 'preposition': 'of', 'coref_cluster': 2}, {'bridge': 6, 'complement': 2, 'preposition': 'in', 'coref_cluster': 2}, {'bridge': 7, 'complement': 6, 'preposition': 'in', 'coref_cluster': 6}, {'bridge': 7, 'complement': 2, 'preposition': 'in', 'coref_cluster': 2}, {'bridge': 8, 'complement': 26, 'preposition': 'of', 'coref_cluster': 19}, {'bridge': 8, 'complement': 25, 'preposition': 'of', 'coref_cluster': 18}, {'bridge': 8, 'complement': 16, 'preposition': 'of', 'coref_cluster': 11}, {'bridge': 8, 'complement': 5, 'preposition': 'of', 'coref_cluster': 5}, {'bridge': 8, 'complement': 7, 'preposition': 'of', 'coref_cluster': 5}, {'bridge': 8, 'complement': 10, 'preposition': 'of', 'coref_cluster': 5}, {'bridge': 8, 'complement': 12, 'preposition': 'of', 'coref_cluster': 5}, {'bridge': 10, 'complement': 25, 'preposition': 'with', 'coref_cluster': 18}, {'bridge': 10, 'complement': 15, 'preposition': 'for', 'coref_cluster': 10}, {'bridge': 10, 'complement': 18, 'preposition': 'for', 'coref_cluster': 10}, {'bridge': 10, 'complement': 6, 'preposition': 'in', 'coref_cluster': 6}, {'bridge': 10, 'complement': 2, 'preposition': 'in', 'coref_cluster': 2}, {'bridge': 10, 'complement': 1, 'preposition': 'against', 'coref_cluster': 1}, {'bridge': 10, 'complement': 11, 'preposition': 'against', 'coref_cluster': 1}, {'bridge': 11, 'complement': 15, 'preposition': 'of', 'coref_cluster': 10}, {'bridge': 11, 'complement': 18, 'preposition': 'of', 'coref_cluster': 10}, {'bridge': 11, 'complement': 2, 'preposition': 'in', 'coref_cluster': 2}, {'bridge': 12, 'complement': 25, 'preposition': 'with', 'coref_cluster': 18}, {'bridge': 12, 'complement': 6, 'preposition': 'in', 'coref_cluster': 6}, {'bridge': 12, 'complement': 15, 'preposition': 'for', 'coref_cluster': 10}, {'bridge': 12, 'complement': 18, 'preposition': 'for', 'coref_cluster': 10}, {'bridge': 12, 'complement': 2, 'preposition': 'in', 'coref_cluster': 2}, {'bridge': 12, 'complement': 1, 'preposition': 'against', 'coref_cluster': 1}, {'bridge': 12, 'complement': 11, 'preposition': 'against', 'coref_cluster': 1}, {'bridge': 13, 'complement': 15, 'preposition': 'member(s) of', 'coref_cluster': 10}, {'bridge': 13, 'complement': 18, 'preposition': 'member(s) of', 'coref_cluster': 10}, {'bridge': 13, 'complement': 2, 'preposition': 'in', 'coref_cluster': 2}, {'bridge': 13, 'complement': 2, 'preposition': 'from', 'coref_cluster': 2}, {'bridge': 14, 'complement': 15, 'preposition': 'of', 'coref_cluster': 10}, {'bridge': 14, 'complement': 18, 'preposition': 'of', 'coref_cluster': 10}, {'bridge': 14, 'complement': 2, 'preposition': 'from', 'coref_cluster': 2}, {'bridge': 15, 'complement': 2, 'preposition': 'of', 'coref_cluster': 2}, {'bridge': 15, 'complement': 2, 'preposition': 'from', 'coref_cluster': 2}, {'bridge': 16, 'complement': 15, 'preposition': 'for', 'coref_cluster': 10}, {'bridge': 16, 'complement': 18, 'preposition': 'for', 'coref_cluster': 10}, {'bridge': 16, 'complement': 15, 'preposition': 'of', 'coref_cluster': 10}, {'bridge': 16, 'complement': 18, 'preposition': 'of', 'coref_cluster': 10}, {'bridge': 16, 'complement': 14, 'preposition': 'for', 'coref_cluster': 9}, {'bridge': 16, 'complement': 13, 'preposition': 'for', 'coref_cluster': 8}, {'bridge': 16, 'complement': 1, 'preposition': 'to', 'coref_cluster': 1}, {'bridge': 16, 'complement': 11, 'preposition': 'to', 'coref_cluster': 1}, {'bridge': 19, 'complement': 2, 'preposition': 'in', 'coref_cluster': 2}, {'bridge': 20, 'complement': 2, 'preposition': 'in', 'coref_cluster': 2}, {'bridge': 21, 'complement': 22, 'preposition': 'on', 'coref_cluster': 16}, {'bridge': 21, 'complement': 20, 'preposition': 'from', 'coref_cluster': 14}, {'bridge': 21, 'complement': 23, 'preposition': 'from', 'coref_cluster': 14}, {'bridge': 22, 'complement': 19, 'preposition': 'for', 'coref_cluster': 13}, {'bridge': 22, 'complement': 29, 'preposition': 'for', 'coref_cluster': 22}, {'bridge': 22, 'complement': 2, 'preposition': 'in', 'coref_cluster': 2}, {'bridge': 22, 'complement': 31, 'preposition': 'of', 'coref_cluster': 24}, {'bridge': 25, 'complement': 20, 'preposition': 'for', 'coref_cluster': 14}, {'bridge': 25, 'complement': 23, 'preposition': 'for', 'coref_cluster': 14}, {'bridge': 25, 'complement': 15, 'preposition': 'from', 'coref_cluster': 10}, {'bridge': 25, 'complement': 18, 'preposition': 'from', 'coref_cluster': 10}, {'bridge': 25, 'complement': 14, 'preposition': 'for', 'coref_cluster': 9}, {'bridge': 25, 'complement': 13, 'preposition': 'for', 'coref_cluster': 8}, {'bridge': 25, 'complement': 5, 'preposition': 'in', 'coref_cluster': 5}, {'bridge': 25, 'complement': 7, 'preposition': 'in', 'coref_cluster': 5}, {'bridge': 25, 'complement': 10, 'preposition': 'in', 'coref_cluster': 5}, {'bridge': 25, 'complement': 12, 'preposition': 'in', 'coref_cluster': 5}, {'bridge': 25, 'complement': 5, 'preposition': 'by', 'coref_cluster': 5}, {'bridge': 25, 'complement': 7, 'preposition': 'by', 'coref_cluster': 5}, {'bridge': 25, 'complement': 10, 'preposition': 'by', 'coref_cluster': 5}, {'bridge': 25, 'complement': 12, 'preposition': 'by', 'coref_cluster': 5}, {'bridge': 25, 'complement': 1, 'preposition': 'to', 'coref_cluster': 1}, {'bridge': 25, 'complement': 11, 'preposition': 'to', 'coref_cluster': 1}, {'bridge': 26, 'complement': 20, 'preposition': 'for', 'coref_cluster': 14}, {'bridge': 26, 'complement': 23, 'preposition': 'for', 'coref_cluster': 14}, {'bridge': 26, 'complement': 15, 'preposition': 'for', 'coref_cluster': 10}, {'bridge': 26, 'complement': 18, 'preposition': 'for', 'coref_cluster': 10}, {'bridge': 26, 'complement': 14, 'preposition': 'for', 'coref_cluster': 9}, {'bridge': 26, 'complement': 13, 'preposition': 'for', 'coref_cluster': 8}, {'bridge': 26, 'complement': 8, 'preposition': 'for', 'coref_cluster': 7}, {'bridge': 26, 'complement': 9, 'preposition': 'for', 'coref_cluster': 7}, {'bridge': 26, 'complement': 5, 'preposition': 'in', 'coref_cluster': 5}, {'bridge': 26, 'complement': 7, 'preposition': 'in', 'coref_cluster': 5}, {'bridge': 26, 'complement': 10, 'preposition': 'in', 'coref_cluster': 5}, {'bridge': 26, 'complement': 12, 'preposition': 'in', 'coref_cluster': 5}, {'bridge': 26, 'complement': 5, 'preposition': 'of', 'coref_cluster': 5}, {'bridge': 26, 'complement': 7, 'preposition': 'of', 'coref_cluster': 5}, {'bridge': 26, 'complement': 10, 'preposition': 'of', 'coref_cluster': 5}, {'bridge': 26, 'complement': 12, 'preposition': 'of', 'coref_cluster': 5}, {'bridge': 27, 'complement': 36, 'preposition': 'of', 'coref_cluster': 28}, {'bridge': 29, 'complement': 33, 'preposition': 'with', 'coref_cluster': 26}, {'bridge': 29, 'complement': 32, 'preposition': 'with', 'coref_cluster': 25}, {'bridge': 29, 'complement': 31, 'preposition': 'with', 'coref_cluster': 24}, {'bridge': 29, 'complement': 30, 'preposition': 'with', 'coref_cluster': 23}, {'bridge': 29, 'complement': 2, 'preposition': 'in', 'coref_cluster': 2}, {'bridge': 30, 'complement': 33, 'preposition': 'of', 'coref_cluster': 26}, {'bridge': 30, 'complement': 32, 'preposition': 'of', 'coref_cluster': 25}, {'bridge': 30, 'complement': 31, 'preposition': 'for', 'coref_cluster': 24}, {'bridge': 30, 'complement': 29, 'preposition': 'for', 'coref_cluster': 22}, {'bridge': 30, 'complement': 29, 'preposition': 'of', 'coref_cluster': 22}, {'bridge': 30, 'complement': 22, 'preposition': 'for', 'coref_cluster': 16}, {'bridge': 31, 'complement': 29, 'preposition': 'of', 'coref_cluster': 22}, {'bridge': 31, 'complement': 1, 'preposition': 'with', 'coref_cluster': 1}, {'bridge': 31, 'complement': 11, 'preposition': 'with', 'coref_cluster': 1}, {'bridge': 32, 'complement': 29, 'preposition': 'of', 'coref_cluster': 22}, {'bridge': 33, 'complement': 29, 'preposition': 'for', 'coref_cluster': 22}, {'bridge': 33, 'complement': 2, 'preposition': 'in', 'coref_cluster': 2}, {'bridge': 34, 'complement': 2, 'preposition': 'of', 'coref_cluster': 2}, {'bridge': 34, 'complement': 2, 'preposition': 'from', 'coref_cluster': 2}, {'bridge': 35, 'complement': 2, 'preposition': 'of', 'coref_cluster': 2}, {'bridge': 35, 'complement': 2, 'preposition': 'from', 'coref_cluster': 2}];
var CURR_SPLIT_HIT_IDS = []
var BRIDGING_RESULTS = [];
var text = {'raw_text': 'Protesters march for free speech in New Zealand November 29, 2007 ]]Yesterday, about 200 Christchurch, New Zealand residents of all ages formed together and marched against a current government bill going through Parliament, the Electoral Finance Bill. The opponents of this Bill share the same common ground that they consider the bill to be severely restrictive of free speech. Under this bill, individuals or groups of New Zealanders will face restrictions on what they can say for or against a political party. Once an organisation has spent over NZ$12,000 on a campaign, they must register and then face what opponent John Boscawen describes as "draconian restrictions or requirements" including a limit of $120,000. "At a time when political parties are free to spend millions and millions of dollars promoting their own views - both from their own money, and taxpayer\'s money. The New Zealand Human Rights Commission—a government department—has described it as "inherently flawed" and said it should be withdrawn.', 'title': {'start_index': 0, 'end_index': 47}, 'subtitles': [{'start_index': 48, 'end_index': 65, 'id': 0}], 'paragraphs': [{'start_index': 66, 'end_index': 379, 'id': 0}, {'start_index': 380, 'end_index': 883, 'id': 1}, {'start_index': 884, 'end_index': 1020, 'id': 2}]};
var nps = [{'start_index': 0, 'text': 'Protesters', 'end_index': 10, 'id': 0}, {'start_index': 21, 'text': 'free speech', 'end_index': 32, 'id': 1}, {'start_index': 36, 'text': 'New Zealand', 'end_index': 47, 'id': 2}, {'start_index': 68, 'text': 'Yesterday, about 200 Christchurch, New Zealand residents', 'end_index': 124, 'id': 3}, {'start_index': 128, 'text': 'all ages', 'end_index': 136, 'id': 4}, {'start_index': 173, 'text': 'a current government bill', 'end_index': 198, 'id': 5}, {'start_index': 213, 'text': 'Parliament', 'end_index': 223, 'id': 6}, {'start_index': 225, 'text': 'the Electoral Finance Bill', 'end_index': 251, 'id': 7}, {'start_index': 253, 'text': 'The opponents', 'end_index': 266, 'id': 8}, {'start_index': 314, 'text': 'they', 'end_index': 318, 'id': 9}, {'start_index': 328, 'text': 'the bill', 'end_index': 336, 'id': 10}, {'start_index': 367, 'text': 'free speech', 'end_index': 378, 'id': 11}, {'start_index': 386, 'text': 'this bill', 'end_index': 395, 'id': 12}, {'start_index': 397, 'text': 'individuals', 'end_index': 408, 'id': 13}, {'start_index': 412, 'text': 'groups', 'end_index': 418, 'id': 14}, {'start_index': 422, 'text': 'New Zealanders', 'end_index': 436, 'id': 15}, {'start_index': 447, 'text': 'restrictions', 'end_index': 459, 'id': 16}, {'start_index': 463, 'text': 'what', 'end_index': 467, 'id': 17}, {'start_index': 468, 'text': 'they', 'end_index': 472, 'id': 18}, {'start_index': 496, 'text': 'a political party', 'end_index': 513, 'id': 19}, {'start_index': 520, 'text': 'an organisation', 'end_index': 535, 'id': 20}, {'start_index': 551, 'text': 'NZ$12,000', 'end_index': 560, 'id': 21}, {'start_index': 564, 'text': 'a campaign', 'end_index': 574, 'id': 22}, {'start_index': 576, 'text': 'they', 'end_index': 580, 'id': 23}, {'start_index': 609, 'text': 'what opponent John Boscawen', 'end_index': 636, 'id': 24}, {'start_index': 651, 'text': 'draconian restrictions', 'end_index': 673, 'id': 25}, {'start_index': 677, 'text': 'requirements', 'end_index': 689, 'id': 26}, {'start_index': 701, 'text': 'a limit', 'end_index': 708, 'id': 27}, {'start_index': 726, 'text': 'a time', 'end_index': 732, 'id': 28}, {'start_index': 738, 'text': 'political parties', 'end_index': 755, 'id': 29}, {'start_index': 774, 'text': 'millions and millions of dollars', 'end_index': 806, 'id': 30}, {'start_index': 817, 'text': 'their own views', 'end_index': 832, 'id': 31}, {'start_index': 845, 'text': 'their own money', 'end_index': 860, 'id': 32}, {'start_index': 866, 'text': "taxpayer's money", 'end_index': 882, 'id': 33}, {'start_index': 884, 'text': 'The New Zealand Human Rights Commission', 'end_index': 923, 'id': 34}, {'start_index': 924, 'text': 'a government department', 'end_index': 947, 'id': 35}, {'end_index': 720, 'start_index': 712, 'text': '$120,000', 'id': 36}];
var coref = [{'id': 0, 'members': [0]}, {'id': 1, 'members': [1, 11]}, {'id': 2, 'members': [2]}, {'id': 3, 'members': [3]}, {'id': 4, 'members': [4]}, {'id': 5, 'members': [5, 7, 10, 12]}, {'id': 6, 'members': [6]}, {'id': 7, 'members': [8, 9]}, {'id': 8, 'members': [13]}, {'id': 9, 'members': [14]}, {'id': 10, 'members': [15, 18]}, {'id': 11, 'members': [16]}, {'id': 12, 'members': [17]}, {'id': 13, 'members': [19]}, {'id': 14, 'members': [20, 23]}, {'id': 15, 'members': [21]}, {'id': 16, 'members': [22]}, {'id': 17, 'members': [24]}, {'id': 18, 'members': [25]}, {'id': 19, 'members': [26]}, {'id': 20, 'members': [27]}, {'id': 21, 'members': [28]}, {'id': 22, 'members': [29]}, {'id': 23, 'members': [30]}, {'id': 24, 'members': [31]}, {'id': 25, 'members': [32]}, {'id': 26, 'members': [33]}, {'id': 27, 'members': [34, 35]}, {'id': 28, 'members': [36]}];
var bridges = [];
var current_np_id = 0;
var url = 'N/A';
</script>
<script src='train_ids.js'></script>
<script src='bridging_exploration.js'></script>
<script src="https://cdn.jsdelivr.net/npm/ractive"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.15/lodash.min.js"></script>
</head>
<body>
<div id="page">
<script src='data_init.js'></script>
</div>
</body>
</html> | 466.257143 | 10,344 | 0.626448 |
42789d6e0b77f935523990f0bd2fa6836eaeba3e | 517 | kt | Kotlin | app/src/main/java/ba/ahavic/exchangeme/data/rates/RatesDataModule.kt | ahavic1/ExchangeMe | 68945f6511c09107242fbb7483df4f1883a0f6ee | [
"Apache-2.0"
] | null | null | null | app/src/main/java/ba/ahavic/exchangeme/data/rates/RatesDataModule.kt | ahavic1/ExchangeMe | 68945f6511c09107242fbb7483df4f1883a0f6ee | [
"Apache-2.0"
] | null | null | null | app/src/main/java/ba/ahavic/exchangeme/data/rates/RatesDataModule.kt | ahavic1/ExchangeMe | 68945f6511c09107242fbb7483df4f1883a0f6ee | [
"Apache-2.0"
] | null | null | null | package ba.ahavic.exchangeme.data.rates
import dagger.Binds
import dagger.Module
import dagger.Provides
import retrofit2.Retrofit
import javax.inject.Singleton
@Module
abstract class RatesDataModule {
@Singleton
@Binds
abstract fun providesRatesRepository(repository: RatesRepositoryImpl) : RatesRepository
@Module
companion object {
@Provides
@Singleton
@JvmStatic
fun providesRatesClient(retrofit: Retrofit) = retrofit.create(RatesClient::class.java)
}
}
| 21.541667 | 94 | 0.740812 |
bd97b0f45ed9519cf4246796bb699b30e23c7a22 | 6,943 | swift | Swift | Tests/SwiftDocCTests/Benchmark/TopicGraphHashTests.swift | talzag/swift-docc | 41f116f72cd3cf6392c2f82d7b72ed3c5ccb735a | [
"Apache-2.0"
] | 335 | 2021-10-13T20:23:45.000Z | 2022-03-28T05:22:03.000Z | Tests/SwiftDocCTests/Benchmark/TopicGraphHashTests.swift | talzag/swift-docc | 41f116f72cd3cf6392c2f82d7b72ed3c5ccb735a | [
"Apache-2.0"
] | 106 | 2021-10-15T09:20:50.000Z | 2022-03-31T23:59:10.000Z | Tests/SwiftDocCTests/Benchmark/TopicGraphHashTests.swift | talzag/swift-docc | 41f116f72cd3cf6392c2f82d7b72ed3c5ccb735a | [
"Apache-2.0"
] | 45 | 2021-10-14T02:22:06.000Z | 2022-03-29T23:10:27.000Z | /*
This source file is part of the Swift.org open source project
Copyright (c) 2021 Apple Inc. and the Swift project authors
Licensed under Apache License v2.0 with Runtime Library Exception
See https://swift.org/LICENSE.txt for license information
See https://swift.org/CONTRIBUTORS.txt for Swift project authors
*/
import XCTest
@testable import SwiftDocC
class TopicGraphHashTests: XCTestCase {
func testTopicGraphSameHash() throws {
let hashes: [String] = try (0...10).map { _ -> MetricValue? in
let (_, context) = try testBundleAndContext(named: "TestBundle")
let testBenchmark = Benchmark()
benchmark(add: Benchmark.TopicGraphHash(context: context), benchmarkLog: testBenchmark)
return testBenchmark.metrics[0].result
}
.compactMap { value -> String? in
guard let value = value,
case MetricValue.string(let hash) = value else { return nil }
return hash
}
// Verify the produced topic graph hash is repeatedly the same
XCTAssertTrue(hashes.allSatisfy({ $0 == hashes.first }))
}
func testTopicGraphChangedHash() throws {
// Verify that the hash changes if we change the topic graph
let initialHash: String
let (_, context) = try testBundleAndContext(named: "TestBundle")
do {
let testBenchmark = Benchmark()
benchmark(add: Benchmark.TopicGraphHash(context: context), benchmarkLog: testBenchmark)
guard let value = testBenchmark.metrics.first?.result,
case MetricValue.string(let hash) = value else {
XCTFail("Unexpected metric value")
return
}
initialHash = hash
}
guard context.topicGraph.nodes.values.count > 2 else {
XCTFail("Test bundle topic graph contains too few nodes")
return
}
// Here we'll add a completely new node and curated it in the topic graph
let newNode = TopicGraph.Node(reference: .init(bundleIdentifier: #function, path: "/newSymbol", sourceLanguage: .swift), kind: .article, source: .external, title: "External Article")
context.topicGraph.addNode(newNode)
// We can force unwrap below because we're guaranteed to find at least one node which is not `newNode`
context.topicGraph.addEdge(from: context.topicGraph.nodes.values.first(where: { existingNode -> Bool in
// We need to do that to avoid adding an edge from the new node to itself.
return existingNode != newNode
})!, to: newNode)
// Now verify that the topic hash changed after the change
let modifiedHash: String
do {
let testBenchmark = Benchmark()
benchmark(add: Benchmark.TopicGraphHash(context: context), benchmarkLog: testBenchmark)
guard let value = testBenchmark.metrics.first?.result,
case MetricValue.string(let hash) = value else {
XCTFail("Unexpected metric value")
return
}
modifiedHash = hash
}
// Verify that the hash is not the same
XCTAssertNotEqual(initialHash, modifiedHash)
}
/// Verify that we safely produce the topic graph hash when external symbols
/// participate in the documentation hierarchy. rdar://76419740
func testProducesTopicGraphHashWhenResolvedExternalReferencesInTaskGroups() throws {
// Copy the test bundle and add external links to the MyKit Topics.
let workspace = DocumentationWorkspace()
let (tempURL, _, _) = try testBundleAndContext(copying: "TestBundle")
defer { try? FileManager.default.removeItem(at: tempURL) }
try """
# ``MyKit``
MyKit module root symbol
## Topics
### Task Group
- <doc:article>
- <doc:article2>
- <doc://com.external.testbundle/article>
- <doc://com.external.testbundle/article2>
""".write(to: tempURL.appendingPathComponent("documentation").appendingPathComponent("mykit.md"), atomically: true, encoding: .utf8)
// Load the new test bundle
let dataProvider = try LocalFileSystemDataProvider(rootURL: tempURL)
guard let bundle = try dataProvider.bundles().first else {
XCTFail("Failed to create a temporary test bundle")
return
}
try workspace.registerProvider(dataProvider)
let context = try DocumentationContext(dataProvider: workspace)
// Add external resolver
context.externalReferenceResolvers = ["com.external.testbundle" : ExternalReferenceResolverTests.TestExternalReferenceResolver()]
// Get MyKit symbol
let entity = try context.entity(with: .init(bundleIdentifier: bundle.identifier, path: "/documentation/MyKit", sourceLanguage: .swift))
let taskGroupLinks = try XCTUnwrap((entity.semantic as? Symbol)?.topics?.taskGroups.first?.links.compactMap({ $0.destination }))
// Verify the task group links have been resolved and are still present in the link list.
XCTAssertEqual(taskGroupLinks, [
"doc://org.swift.docc.example/documentation/Test-Bundle/article",
"doc://org.swift.docc.example/documentation/Test-Bundle/article2",
"doc://com.external.testbundle/article",
"doc://com.external.testbundle/article2",
])
// Verify correct hierarchy under `MyKit` in the topic graph dump including external symbols.
let myKitRef = ResolvedTopicReference(bundleIdentifier: bundle.identifier, path: "/documentation/MyKit", sourceLanguage: .swift)
let myKitNode = try XCTUnwrap(context.topicGraph.nodeWithReference(myKitRef))
let expectedHierarchyWithExternalSymbols = """
MyKit
├ MyProtocol
│ ╰ MyClass
│ ├ init()
│ ├ init()
│ ╰ myFunction()
├ globalFunction(_:considering:)
├ My Cool Article
│ ├ Article 2
│ ├ Article 3
│ ╰ Basic Augmented Reality App
│ ├ Create a New AR Project 💻
│ ├ Initiate ARKit Plane Detection
│ ╰ Duplicate
╰ Article 2
""".trimmingLines()
XCTAssertEqual(expectedHierarchyWithExternalSymbols, context.topicGraph.dump(startingAt: myKitNode).trimmingLines())
// Verify we safely create topic graph dump and its hash metric.
let testBenchmark = Benchmark()
benchmark(add: Benchmark.TopicGraphHash(context: context), benchmarkLog: testBenchmark)
guard let value = testBenchmark.metrics.first?.result,
case MetricValue.string = value else {
XCTFail("Unexpected metric value")
return
}
}
}
| 44.50641 | 190 | 0.635172 |
9593a2599608b51c32c3a804825a5e66c105980d | 1,819 | dart | Dart | lib/infrastructure/logger/repository/logger_repository.dart | david-cenzual/productive_journal | eb68c6cec45056f10e10503c580a7acf388d8559 | [
"MIT"
] | null | null | null | lib/infrastructure/logger/repository/logger_repository.dart | david-cenzual/productive_journal | eb68c6cec45056f10e10503c580a7acf388d8559 | [
"MIT"
] | null | null | null | lib/infrastructure/logger/repository/logger_repository.dart | david-cenzual/productive_journal | eb68c6cec45056f10e10503c580a7acf388d8559 | [
"MIT"
] | null | null | null | import 'package:logger/logger.dart';
import 'package:productivejournal/domain/logger/interfaces/logger_interface.dart';
class LoggerRepository implements LoggerInterface {
final logger = Logger(
printer: PrettyPrinter(
noBoxingByDefault: true,
printTime: true,
printEmojis: false,
),
);
@override
void verbose({dynamic message, dynamic error, StackTrace? stack}) {
logger.v(
message == null ? message : 'VerboseLog: $message',
error == null ? error : 'VerboseLog: $error',
stack ?? StackTrace.empty,
);
}
@override
void debug({dynamic message, dynamic error, StackTrace? stack}) {
logger.d(
message == null ? message : 'DebugLog: $message',
error == null ? error : 'DebugLog: $error',
stack ?? StackTrace.empty,
);
}
@override
void information({dynamic message, dynamic error, StackTrace? stack}) {
logger.i(
message == null ? message : 'InformationLog: $message',
error == null ? error : 'InformationLog: $error',
stack ?? StackTrace.empty,
);
}
@override
void warn({dynamic message, dynamic error, StackTrace? stack}) {
logger.w(
message == null ? message : 'WarningLog: $message',
error == null ? error : 'WarningLog: $error',
stack ?? StackTrace.empty,
);
}
@override
void error({dynamic message, dynamic error, StackTrace? stack}) {
logger.e(
message == null ? message : 'ErrorLog: $message',
error == null ? error : 'ErrorLog: $error',
stack ?? StackTrace.empty,
);
}
@override
void fatal({dynamic message, dynamic error, StackTrace? stack}) {
logger.wtf(
message == null ? message : 'FatalLog: $message',
error == null ? error : 'FatalLog: $error',
stack ?? StackTrace.empty,
);
}
}
| 27.149254 | 82 | 0.62287 |
c14dad900426c97d298c8ed57eff5cd60a217193 | 869 | dart | Dart | reactive_web_polymer/web/components/task_view.dart | danschultz/reactive_web_dart | 0649340182f80d3dd44dd90f0dd2a4ba8bd3b08e | [
"BSD-3-Clause"
] | 2 | 2015-01-30T04:03:11.000Z | 2015-02-27T20:49:15.000Z | reactive_web_polymer/web/components/task_view.dart | danschultz/reactive_web_polymer | 0649340182f80d3dd44dd90f0dd2a4ba8bd3b08e | [
"BSD-3-Clause"
] | null | null | null | reactive_web_polymer/web/components/task_view.dart | danschultz/reactive_web_polymer | 0649340182f80d3dd44dd90f0dd2a4ba8bd3b08e | [
"BSD-3-Clause"
] | null | null | null | import 'package:polymer/polymer.dart';
import 'package:reactive_web_core/models.dart';
import 'dart:html';
/**
* A Polymer task-view element.
*/
@CustomTag('task-view')
class TaskView extends PolymerElement {
@published
Task task;
Element get _descriptionElement => $["description"];
ButtonElement get _completeButton => $["complete-button"];
ButtonElement get _deleteButton => $["delete-button"];
/// Constructor used to create instance of TaskView.
TaskView.created() : super.created() {
print("create task view");
}
void attached() {
super.attached();
_descriptionElement.classes.toggle("is-completed", task.isCompleted);
_completeButton.onClick.forEach((_) => dispatchEvent(new CustomEvent("complete", detail: task)));
_deleteButton.onClick.forEach((_) => dispatchEvent(new CustomEvent("delete", detail: task)));
}
}
| 28.032258 | 101 | 0.711162 |
56cc3ce11d13eeee72ed8d11ef6c29ab9aac0047 | 596 | kt | Kotlin | common/src/main/kotlin/com/veosps/game/models/ui/gameframe/GameFrameComponent.kt | VeosRS/main-game | 5eb4bae27294af3a88b626e037bcb92e9e097f34 | [
"MIT"
] | null | null | null | common/src/main/kotlin/com/veosps/game/models/ui/gameframe/GameFrameComponent.kt | VeosRS/main-game | 5eb4bae27294af3a88b626e037bcb92e9e097f34 | [
"MIT"
] | null | null | null | common/src/main/kotlin/com/veosps/game/models/ui/gameframe/GameFrameComponent.kt | VeosRS/main-game | 5eb4bae27294af3a88b626e037bcb92e9e097f34 | [
"MIT"
] | null | null | null | package com.veosps.game.models.ui.gameframe
import com.veosps.game.cache.types.ui.ComponentType
import com.veosps.game.cache.types.ui.InterfaceType
data class GameFrameComponent(val name: String, val inter: InterfaceType, val target: ComponentType)
data class GameFrameNameComponent(val name: String, val inter: String, val target: String)
class GameFrameComponentMap(
private val components: LinkedHashMap<String, GameFrameComponent>
) : Map<String, GameFrameComponent> by components {
fun add(component: GameFrameComponent) {
components[component.name] = component
}
}
| 33.111111 | 100 | 0.785235 |
9a87f47c9f0a894de13049054642234e8e9df742 | 2,399 | swift | Swift | Packages/EurofurenceComponents/Tests/DealerComponentTests/Presenter Tests/WhenBindingDealerSummaryComponent_DealerDetailPresenterShould.swift | Fenrikur/ef_app_ios | f4c52fe49cfd07046c7c55015640572b069e959c | [
"MIT"
] | 9 | 2016-02-02T08:27:24.000Z | 2021-12-10T08:02:13.000Z | Packages/EurofurenceComponents/Tests/DealerComponentTests/Presenter Tests/WhenBindingDealerSummaryComponent_DealerDetailPresenterShould.swift | Fenrikur/ef_app_ios | f4c52fe49cfd07046c7c55015640572b069e959c | [
"MIT"
] | 351 | 2016-07-04T15:58:52.000Z | 2022-03-28T11:39:40.000Z | Packages/EurofurenceComponents/Tests/DealerComponentTests/Presenter Tests/WhenBindingDealerSummaryComponent_DealerDetailPresenterShould.swift | Fenrikur/ef_app_ios | f4c52fe49cfd07046c7c55015640572b069e959c | [
"MIT"
] | 3 | 2016-08-02T10:12:45.000Z | 2017-07-05T05:30:39.000Z | import DealerComponent
import EurofurenceModel
import XCTest
class WhenBindingDealerSummaryComponent_DealerDetailPresenterShould: XCTestCase {
var context: DealerDetailPresenterTestBuilder.Context!
var viewModel: FakeDealerDetailViewModel!
var summaryViewModel: DealerDetailSummaryViewModel!
var boundComponent: AnyObject?
override func setUp() {
super.setUp()
summaryViewModel = DealerDetailSummaryViewModel.random
viewModel = FakeDealerDetailSummaryViewModel(summary: summaryViewModel)
let viewModelFactory = FakeDealerDetailViewModelFactory(viewModel: viewModel)
context = DealerDetailPresenterTestBuilder().with(viewModelFactory).build()
context.simulateSceneDidLoad()
boundComponent = context.bindComponent(at: 0)
}
func testReturnTheBoundComponentBackToTheScene() {
XCTAssertTrue(boundComponent === context.boundDealerSummaryComponent)
}
func testBindTheSummaryInformation() {
let component = context.boundDealerSummaryComponent
XCTAssertEqual(summaryViewModel.artistImagePNGData, component?.capturedArtistImagePNGData)
XCTAssertEqual(summaryViewModel.title, component?.capturedDealerTitle)
XCTAssertEqual(summaryViewModel.subtitle, component?.capturedDealerSubtitle)
XCTAssertEqual(summaryViewModel.categories, component?.capturedDealerCategories)
XCTAssertEqual(summaryViewModel.shortDescription, component?.capturedDealerShortDescription)
XCTAssertEqual(summaryViewModel.website, component?.capturedDealerWebsite)
XCTAssertEqual(summaryViewModel.twitterHandle, component?.capturedDealerTwitterHandle)
XCTAssertEqual(summaryViewModel.telegramHandle, component?.capturedDealerTelegramHandle)
}
func testTellTheViewModelToOpenTheWebsiteLinkWhenItIsSelected() {
context.boundDealerSummaryComponent?.capturedOnWebsiteSelected?()
XCTAssertTrue(viewModel.toldToOpenWebsite)
}
func testTellTheViewModelToOpenTheTwitterLinkWhenItIsSelected() {
context.boundDealerSummaryComponent?.capturedOnTwitterSelected?()
XCTAssertTrue(viewModel.toldToOpenTwitter)
}
func testTellTheViewModelToOpenTheTelegramLinkWhenItIsSelected() {
context.boundDealerSummaryComponent?.capturedOnTelegramSelected?()
XCTAssertTrue(viewModel.toldToOpenTelegram)
}
}
| 43.618182 | 100 | 0.787828 |
4ef35d4b3e4ec707ffc7ee70a6afe7b791fb1448 | 1,249 | kt | Kotlin | src/main/kotlin/com/golinko/statement/processor/service/reader/JSONStatementReader.kt | golinko/statement-processor-kotlin | fb1e7928b73ddf741d4ab88aff9e26234a730485 | [
"Apache-2.0"
] | null | null | null | src/main/kotlin/com/golinko/statement/processor/service/reader/JSONStatementReader.kt | golinko/statement-processor-kotlin | fb1e7928b73ddf741d4ab88aff9e26234a730485 | [
"Apache-2.0"
] | null | null | null | src/main/kotlin/com/golinko/statement/processor/service/reader/JSONStatementReader.kt | golinko/statement-processor-kotlin | fb1e7928b73ddf741d4ab88aff9e26234a730485 | [
"Apache-2.0"
] | null | null | null | package com.golinko.statement.processor.service.reader
import com.fasterxml.jackson.core.type.TypeReference
import com.fasterxml.jackson.databind.ObjectMapper
import com.golinko.statement.processor.dto.MimeType
import com.golinko.statement.processor.dto.StatementDTO
import com.golinko.statement.processor.exceptions.StatementProcessorException
import mu.KotlinLogging
import org.springframework.beans.factory.annotation.Value
import org.springframework.core.io.Resource
import org.springframework.stereotype.Component
import java.io.Reader
private val log = KotlinLogging.logger {}
@Component
class JSONStatementReader(
@Value("\${demo.json:classpath:records.json}")
override val demoData: Resource,
private val objectMapper: ObjectMapper) : StatementReader {
override fun read(reader: Reader): List<StatementDTO> {
log.debug("read()")
try {
return objectMapper.readValue(reader, object : TypeReference<List<StatementDTO>>() {})
} catch (e: Exception) {
log.error("Error during json file read", e)
throw StatementProcessorException("Error during json file read")
}
}
override fun supports(mimeType: MimeType) = MimeType.JSON == mimeType
}
| 36.735294 | 98 | 0.746197 |
c7ede9be1c33906a814fc790762ec51b33af0b4d | 167 | py | Python | sp/apps.py | etiennepouliot/django-saml-sp | 122c7714d69dff68d91f5d2cd7b2748581a10193 | [
"BSD-3-Clause"
] | 11 | 2020-01-07T15:35:46.000Z | 2021-08-19T09:25:09.000Z | sp/apps.py | etiennepouliot/django-saml-sp | 122c7714d69dff68d91f5d2cd7b2748581a10193 | [
"BSD-3-Clause"
] | 8 | 2019-12-04T18:58:17.000Z | 2021-11-18T02:08:58.000Z | sp/apps.py | etiennepouliot/django-saml-sp | 122c7714d69dff68d91f5d2cd7b2748581a10193 | [
"BSD-3-Clause"
] | 8 | 2020-01-08T16:38:42.000Z | 2021-11-18T19:34:46.000Z | from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
class SPConfig(AppConfig):
name = "sp"
verbose_name = _("SAML SP")
| 20.875 | 55 | 0.742515 |