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
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9849d5faa54dac58a99a8208eb31556fe5b17429
| 813 |
sql
|
SQL
|
VS2013_PROJECT/DNN_DB/dbo/Tables/dnn_EasyDNNfieldsValues.sql
|
EL-BID/nexso
|
d9ea4b922287c61234e28f00bf7e561f8b8ac632
|
[
"MIT"
] | 4 |
2017-04-10T19:23:11.000Z
|
2017-11-10T14:46:49.000Z
|
VS2013_PROJECT/DNN_DB/dbo/Tables/dnn_EasyDNNfieldsValues.sql
|
EL-BID/nexso
|
d9ea4b922287c61234e28f00bf7e561f8b8ac632
|
[
"MIT"
] | null | null | null |
VS2013_PROJECT/DNN_DB/dbo/Tables/dnn_EasyDNNfieldsValues.sql
|
EL-BID/nexso
|
d9ea4b922287c61234e28f00bf7e561f8b8ac632
|
[
"MIT"
] | 3 |
2017-10-13T21:26:22.000Z
|
2018-02-13T16:09:42.000Z
|
CREATE TABLE [dbo].[dnn_EasyDNNfieldsValues] (
[CustomFieldID] INT NOT NULL,
[ArticleID] INT NOT NULL,
[RText] NVARCHAR (MAX) NULL,
[Decimal] DECIMAL (18, 4) NULL,
[Int] INT NULL,
[Text] NVARCHAR (300) NULL,
[Bit] BIT NULL,
[DateTime] DATETIME NULL,
CONSTRAINT [PK_dnn_EasyDNNfieldsValues] PRIMARY KEY CLUSTERED ([CustomFieldID] ASC, [ArticleID] ASC),
CONSTRAINT [FK_dnn_EasyDNNfieldsValues_EasyDNNfields] FOREIGN KEY ([CustomFieldID]) REFERENCES [dbo].[dnn_EasyDNNfields] ([CustomFieldID]) ON DELETE CASCADE,
CONSTRAINT [FK_dnn_EasyDNNfieldsValues_EasyDNNNews] FOREIGN KEY ([ArticleID]) REFERENCES [dbo].[dnn_EasyDNNNews] ([ArticleID]) ON DELETE CASCADE
);
| 54.2 | 161 | 0.629766 |
651ec842e96c1b1f0d0e9ffe6067c0199b8a1424
| 124 |
py
|
Python
|
pyvat/utils.py
|
ponyville/pyvat
|
75fb781d3c00cf323544eb929a96344c1978e2c8
|
[
"Apache-2.0"
] | 48 |
2015-07-22T12:02:20.000Z
|
2022-02-07T16:54:13.000Z
|
pyvat/utils.py
|
ponyville/pyvat
|
75fb781d3c00cf323544eb929a96344c1978e2c8
|
[
"Apache-2.0"
] | 34 |
2015-03-27T17:47:38.000Z
|
2022-02-08T18:14:55.000Z
|
pyvat/utils.py
|
ponyville/pyvat
|
75fb781d3c00cf323544eb929a96344c1978e2c8
|
[
"Apache-2.0"
] | 40 |
2015-04-08T14:03:06.000Z
|
2022-02-09T12:29:04.000Z
|
from decimal import Decimal
def ensure_decimal(value):
return value if isinstance(value, Decimal) else Decimal(value)
| 20.666667 | 66 | 0.782258 |
e9678517a6cb49d77490b2edb14c38c9d0986aaf
| 103 |
rb
|
Ruby
|
spec/models/user_spec.rb
|
damien/code_critic
|
75a10537f23179356f8042f3a2e5be94399e35e4
|
[
"MIT"
] | null | null | null |
spec/models/user_spec.rb
|
damien/code_critic
|
75a10537f23179356f8042f3a2e5be94399e35e4
|
[
"MIT"
] | 1 |
2015-02-01T23:04:33.000Z
|
2015-02-01T23:04:33.000Z
|
spec/models/user_spec.rb
|
damien/code_critic
|
75a10537f23179356f8042f3a2e5be94399e35e4
|
[
"MIT"
] | null | null | null |
require 'rails_helper'
RSpec.describe User, type: :model do
it_behaves_like 'DeviseIntegration'
end
| 17.166667 | 37 | 0.796117 |
6230c7b617b905abb509f63543af67bdea475228
| 20,706 |
rs
|
Rust
|
src/lib.rs
|
ayourtch/rspten
|
b01ac40a0c1179265cba264bebd64577bbde41ad
|
[
"MIT"
] | null | null | null |
src/lib.rs
|
ayourtch/rspten
|
b01ac40a0c1179265cba264bebd64577bbde41ad
|
[
"MIT"
] | null | null | null |
src/lib.rs
|
ayourtch/rspten
|
b01ac40a0c1179265cba264bebd64577bbde41ad
|
[
"MIT"
] | null | null | null |
extern crate chrono;
extern crate mount;
extern crate regex;
extern crate staticfile;
// #[macro_use]
extern crate lazy_static;
extern crate mustache;
// #[macro_use]
extern crate iron;
extern crate iron_sessionstorage;
// #[macro_use]
extern crate router;
extern crate urlencoded;
extern crate diesel;
// extern crate time;
#[macro_use]
extern crate serde_derive;
extern crate req2struct;
extern crate serde;
extern crate serde_json;
// #[macro_use]
extern crate params;
extern crate rand;
use router::Router;
use iron::prelude::*;
use iron::status;
use iron_sessionstorage::backends::SignedCookieBackend;
use iron_sessionstorage::SessionStorage;
use iron::Handler;
// use std::cell::RefCell;
use std::collections::HashMap;
use mustache::MapBuilder;
use mustache::Template;
use std::fmt::Debug;
mod html_types;
pub use html_types::*;
#[macro_export]
macro_rules! html_option_value_container {
($gd: ident, $elt: ident, $state: ident, $default_state: ident, $modified: ident) => {
let mut $elt = if $state.$elt.is_some() {
let myid = format!("{}", stringify!($elt));
let mut $elt = HtmlValueContainer::new(&myid, &$state.$elt.clone().unwrap());;
let rc = std::rc::Rc::new(std::cell::RefCell::new($elt));
$gd.push(rc.clone());
Some(rc)
} else {
None
};
};
}
#[macro_export]
macro_rules! html_nested_option_value_container {
( $gd: ident, $parent: ident, $idx: expr, $elt: ident, $state: ident, $default_state: ident, $modified: ident) => {
let mut $elt = if $state.$parent[$idx].$elt.is_some() {
let myid = format!("{}__{}__{}", stringify!($parent), $idx, stringify!($elt));
let mut $elt =
HtmlValueContainer::new(&myid, &$state.$parent[$idx].$elt.clone().unwrap());;
let rc = std::rc::Rc::new(std::cell::RefCell::new($elt));
$gd.push(rc.clone());
Some(rc)
} else {
None
};
};
}
#[macro_export]
macro_rules! html_select {
( $gd: ident, $elt: ident, $from: expr , $state: ident, $default_state: ident, $modified: ident) => {
let mut $elt = std::rc::Rc::new(std::cell::RefCell::new($from.clone()));
{
let mut $elt = $elt.borrow_mut();
$elt.set_selected_value(&mut $state.$elt);
$elt.highlight = $state.$elt != $default_state.$elt;
$elt.id = format!("{}", stringify!($elt));
$modified = $modified || $elt.highlight;
}
// let $gd = || $gd().insert(stringify!($elt), &$elt).unwrap();
$gd.push($elt.clone());
};
}
#[macro_export]
macro_rules! html_nested_select {
( $gd: ident, $parent: ident, $idx: expr, $elt: ident, $from: expr , $state: ident, $default_state: ident, $modified: ident) => {
let mut $elt = std::rc::Rc::new(std::cell::RefCell::new($from.clone()));
{
let mut $elt = $elt.borrow_mut();
$elt.set_selected_value(&mut $state.$parent[$idx].$elt);
$elt.highlight = $state.$parent[$idx].$elt != $default_state.$parent[$idx].$elt;
$elt.id = format!("{}__{}__{}", stringify!($parent), $idx, stringify!($elt));
$modified = $modified || $elt.highlight;
}
$gd.push($elt.clone());
};
}
#[macro_export]
macro_rules! html_text {
($gd: ident, $elt: ident, $state: ident, $default_state: ident, $modified: ident) => {
let mut $elt: std::rc::Rc<std::cell::RefCell<HtmlText>> =
std::rc::Rc::new(std::cell::RefCell::new(Default::default()));
{
let mut $elt = $elt.borrow_mut();
$elt.highlight = $state.$elt != $default_state.$elt;
$elt.value = $state.$elt.clone().to_string();
$elt.id = format!("{}", stringify!($elt));
$modified = $modified || $elt.highlight;
}
// let $gd = || $gd().insert(stringify!($elt), &$elt).unwrap();
$gd.push($elt.clone());
};
}
#[macro_export]
macro_rules! html_option_text {
($gd: ident, $elt: ident, $state: ident, $default_state: ident, $modified: ident) => {
let mut $elt: Option<std::rc::Rc<std::cell::RefCell<HtmlText>>> = if $state.$elt.is_some() {
let mut $elt: HtmlText = Default::default();
$elt.highlight = $state.$elt != $default_state.$elt;
$elt.value = $state.$elt.clone().unwrap().to_string();
$elt.id = format!("{}", stringify!($elt));
$modified = $modified || $elt.highlight;
let rc = std::rc::Rc::new(std::cell::RefCell::new($elt));
$gd.push(rc.clone());
Some(rc)
} else {
None
};
};
}
#[macro_export]
macro_rules! html_button {
($gd: ident, $elt: ident, $label: expr) => {
let mut $elt: std::rc::Rc<std::cell::RefCell<HtmlButton>> =
std::rc::Rc::new(std::cell::RefCell::new(Default::default()));
{
let mut $elt = $elt.borrow_mut();
$elt.id = format!("{}", stringify!($elt));
$elt.value = $label.into();
}
// let $gd = || $gd().insert(stringify!($elt), &$elt).unwrap();
$gd.push($elt.clone());
};
}
#[macro_export]
macro_rules! html_nested_button {
($parent: ident, $idx: ident, $elt: ident, $label: expr) => {
let mut $elt: HtmlButton = Default::default();
$elt.id = format!("{}__{}__{}", stringify!($parent), $idx, stringify!($elt));
$elt.value = $label.into();
};
}
#[macro_export]
macro_rules! html_text_escape_backtick {
( $elt: ident, $state: ident, $default_state: ident, $modified: ident) => {
let mut $elt: HtmlText = Default::default();
$elt.highlight = $state.$elt != $default_state.$elt;
$elt.value = $state.$elt.clone().replace("`", r#"\`"#);
$elt.id = format!("{}", stringify!($elt));
$modified = $modified || $elt.highlight;
};
}
#[macro_export]
macro_rules! html_nested_text {
( $gd: ident, $parent: ident, $idx: expr, $elt: ident, $state: ident, $default_state: ident, $modified: ident) => {
let mut $elt: std::rc::Rc<std::cell::RefCell<HtmlText>> =
std::rc::Rc::new(std::cell::RefCell::new(Default::default()));
{
let mut $elt = $elt.borrow_mut();
$elt.highlight = $state.$parent[$idx].$elt != $default_state.$parent[$idx].$elt;
$elt.value = $state.$parent[$idx].$elt.clone().to_string();
$elt.id = format!("{}__{}__{}", stringify!($parent), $idx, stringify!($elt));
$modified = $modified || $elt.highlight;
}
$gd.push($elt.clone());
};
}
#[macro_export]
macro_rules! html_nested_option_text {
( $gd: ident, $parent: ident, $idx: expr, $elt: ident, $state: ident, $default_state: ident, $modified: ident) => {
let mut $elt: Option<std::rc::Rc<std::cell::RefCell<HtmlText>>> =
if $state.$parent[$idx].$elt.is_some() {
let mut $elt: HtmlText = Default::default();
$elt.highlight = $state.$parent[$idx].$elt != $default_state.$parent[$idx].$elt;
$elt.value = $state.$parent[$idx].$elt.clone().unwrap().to_string();
$elt.id = format!("{}__{}__{}", stringify!($parent), $idx, stringify!($elt));
$modified = $modified || $elt.highlight;
let rc = std::rc::Rc::new(std::cell::RefCell::new($elt));
$gd.push(rc.clone());
Some(rc)
} else {
None
};
};
}
#[macro_export]
macro_rules! html_check {
( $gd: ident, $elt: ident, $state: ident, $default_state: ident, $modified: ident) => {
let mut $elt: std::rc::Rc<std::cell::RefCell<HtmlCheck>> =
std::rc::Rc::new(std::cell::RefCell::new(Default::default()));
{
let mut $elt = $elt.borrow_mut();
$elt.highlight = $state.$elt != $default_state.$elt;
$modified = $modified || $elt.highlight;
$elt.id = format!("{}", stringify!($elt));
$elt.checked = $state.$elt;
}
// let $gd = || $gd().insert(stringify!($elt), &$elt).unwrap();
$gd.push($elt.clone());
};
}
#[macro_export]
macro_rules! html_nested_check {
( $gd: ident, $parent: ident, $idx: expr, $elt: ident, $state: ident, $default_state: ident, $modified: ident) => {
let mut $elt: std::rc::Rc<std::cell::RefCell<HtmlCheck>> =
std::rc::Rc::new(std::cell::RefCell::new(Default::default()));
{
let mut $elt = $elt.borrow_mut();
$elt.highlight = $state.$parent[$idx].$elt != $default_state.$parent[$idx].$elt;
$modified = $modified || $elt.highlight;
$elt.id = format!("{}__{}__{}", stringify!($parent), $idx, stringify!($elt));
$elt.checked = $state.$parent[$idx].$elt;
}
$gd.push($elt.clone());
};
}
#[macro_export]
macro_rules! data_insert {
($data: ident, $elt: ident) => {
$data = $data.insert(stringify!($elt), &$elt).unwrap();
};
}
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct RspEvent {
pub event: String,
pub target: String,
}
pub fn req_get_event(req: &mut Request) -> RspEvent {
use urlencoded::UrlEncodedBody;
let mut event: String = "unknown".into();
let mut target: String = "".into();
match req.get_ref::<UrlEncodedBody>() {
Ok(ref hashmap) => {
match hashmap.get("debug") {
Some(a) => {
println!("IN DEBUG: {}", &a[0].clone().to_string());
}
_ => {}
}
match hashmap.get("event") {
Some(a) => {
event = a[0].clone();
}
_ => {}
}
match hashmap.get("event_target") {
Some(a) => {
target = a[0].clone();
}
_ => {}
}
if &event == "unknown" && &target == "" {
println!("post hashmap: {:?}", &hashmap);
match hashmap.keys().find(|x| x.starts_with("submit")) {
Some(a) => {
event = "submit".into();
target = a["submit".len()..].into();
}
_ => match hashmap.keys().find(|x| x.starts_with("btn")) {
Some(a) => {
event = "submit".into();
target = a.clone();
}
_ => {}
},
}
if &event == "submit" {}
}
}
Err(ref e) => {
println!("req_get_event err: {:?}", e);
}
};
let retev = RspEvent { event, target };
println!("Event: {:?}", &retev);
retev
}
/*
pub struct RspPage<T, S: RspState<T>> {
key: T,
frontend_state: Option<S>,
initial_state: Option<S>,
default_state: S,
event: Option<RspEvent>,
data: mustache::MapBuilder,
redirect_to: Option<String>,
reset_state: bool,
}
*/
fn req_get_initial_state_string(req: &mut Request) -> String {
req_get_post_argument(req, "initial_state")
}
fn req_get_post_argument(req: &mut Request, argname: &str) -> String {
use urlencoded::UrlEncodedBody;
let arg_state_string = match req.get_ref::<UrlEncodedBody>() {
Ok(ref hashmap) => {
// println!("Parsed POST request body:\n {:?}", &hashmap);
match hashmap.get(argname) {
Some(a) => a[0].to_string(),
_ => String::new(),
}
}
Err(ref e) => {
println!("req_get_post_argument('{}') err = {:?}", argname, e);
String::new()
}
};
arg_state_string
}
#[derive(Debug, Clone, Serialize, Deserialize)]
pub enum RspAction<T> {
Render,
SetKey(T),
ReloadState,
RedirectTo(String),
}
pub fn maybe_compile_template(name: &str) -> Result<Template, mustache::Error> {
let fname = format!("./templates/{}.mustache", name);
println!("Compiling: {}", &fname);
mustache::compile_path(fname)
}
pub fn compile_template(name: &str) -> Template {
maybe_compile_template(name).expect("Failed to compile")
}
#[macro_export]
macro_rules! get_page_template {
( $name: expr) => {
match maybe_compile_template($name) {
Ok(t) => t,
Err(e) => {
return Ok(Response::with((
status::Unauthorized,
format!("Error occured: {}", e),
)));
}
}
};
}
pub fn build_response(template: Template, data: MapBuilder) -> iron::Response {
use iron::headers::ContentType;
let mut bytes = vec![];
let data_built = data.build();
template
.render_data(&mut bytes, &data_built)
.expect("Failed to render");
let payload = std::str::from_utf8(&bytes).unwrap();
let mut resp = Response::with((status::Ok, payload));
resp.headers.set(ContentType::html());
resp
}
fn http_redirect(redirect_to: &str) -> IronResult<Response> {
use iron::headers::ContentType;
use iron::headers::Location;
// let mut resp = Response::with((status::TemporaryRedirect, $redirect_to.clone()));
let mut resp = Response::with((status::Found, redirect_to));
resp.headers.set(ContentType::html());
resp.headers.set(Location(redirect_to.to_string()));
Ok(resp)
}
pub trait RspStateName {
fn get_template_name() -> String;
}
pub trait RspUserAuth
where
Self: std::marker::Sized,
{
fn from_request(req: &mut Request) -> Result<Self, String>;
// fn has_rights(auth: &Self, rights: &str) -> bool;
}
pub trait RspState<T, TA>
where
Self: std::marker::Sized
+ serde::Serialize
+ serde::de::DeserializeOwned
+ Clone
+ Debug
+ RspStateName,
TA: RspUserAuth,
T: serde::Serialize + Clone,
{
fn get_key(auth: &TA, args: &HashMap<String, Vec<String>>, maybe_state: &Option<Self>) -> T;
fn get_state(auth: &TA, key: T) -> Self;
fn event_handler(
req: &mut Request,
auth: &TA,
ev: &RspEvent,
curr_key: &T,
maybe_state: &mut Option<Self>,
maybe_initial_state: &Option<Self>,
curr_initial_state: &Self,
) -> RspAction<T>;
fn fill_data(
_auth: &TA,
_data: MapBuilder,
_ev: &RspEvent,
_curr_key: &T,
_state: &mut Self,
_initial_state: &Self,
_curr_initial_state: &Self,
) -> MapBuilder {
_data
}
fn handler(req: &mut Request) -> IronResult<Response> {
let auth_res = TA::from_request(req);
match auth_res {
Err(login_url) => http_redirect(&login_url),
Ok(auth) => Self::auth_handler(req, auth),
}
}
fn auth_handler(req: &mut Request, auth: TA) -> IronResult<Response> {
// use iron::headers::ContentType;
use urlencoded::{UrlEncodedBody, UrlEncodedQuery};
let mut redirect_to = "".to_string();
let mut reload_state = false;
let form_state_res: Result<Self, req2struct::Error> = match req.get_ref::<UrlEncodedBody>()
{
Ok(ref hashmap) => {
let res: Result<Self, _> = req2struct::from_map(&hashmap);
res
}
_ => {
let hm: HashMap<String, Vec<String>> = HashMap::new();
req2struct::from_map(&hm)
}
};
println!("form_state_res: {:#?}", &form_state_res);
let mut maybe_state = match form_state_res {
Ok(s) => Some(s),
Err(e) => {
println!("Error deserializing state: {:?}", e);
None
}
};
let maybe_res: Result<Self, serde_json::Error> =
serde_json::from_str(&req_get_initial_state_string(req));
let mut maybe_initial_state = maybe_res.ok();
let mut key = match req.get_ref::<UrlEncodedQuery>() {
Ok(ref hashmap) => Self::get_key(&auth, &hashmap, &maybe_state),
Err(ref _e) => {
let hm = HashMap::new();
Self::get_key(&auth, &hm, &maybe_state)
}
};
let event = req_get_event(req);
let curr_initial_state = Self::get_state(&auth, key.clone());
let action = Self::event_handler(
req,
&auth,
&event,
&key,
&mut maybe_state,
&maybe_initial_state,
&curr_initial_state,
);
match action {
RspAction::Render => {}
RspAction::ReloadState => {
reload_state = true;
}
RspAction::RedirectTo(target) => {
redirect_to = target;
}
RspAction::SetKey(k) => {
key = k;
reload_state = true;
}
};
if redirect_to.is_empty() {
if maybe_state.is_none() || maybe_initial_state.is_none() || reload_state {
let st = curr_initial_state.clone();
println!("Reload state");
maybe_initial_state = Some(st.clone());
maybe_state = Some(st);
}
let mut data = MapBuilder::new();
let template = get_page_template!(&Self::get_template_name());
let mut state = maybe_state.unwrap();
let initial_state = maybe_initial_state.unwrap();
data = Self::fill_data(
&auth,
data,
&event,
&key,
&mut state,
&initial_state,
&curr_initial_state,
);
data = data.insert("state", &state).unwrap();
data = data.insert("state_key", &key).unwrap();
data = data.insert("initial_state", &initial_state).unwrap();
data = data
.insert("curr_initial_state", &curr_initial_state)
.unwrap();
data = data
.insert("state_json", &serde_json::to_string(&state).unwrap())
.unwrap();
data = data
.insert("state_key_json", &serde_json::to_string(&key).unwrap())
.unwrap();
data = data
.insert(
"initial_state_json",
&serde_json::to_string(&initial_state).unwrap(),
)
.unwrap();
data = data
.insert(
"curr_initial_state_json",
&serde_json::to_string(&initial_state).unwrap(),
)
.unwrap();
let resp = build_response(template, data);
Ok(resp)
} else {
http_redirect(&redirect_to)
}
}
}
pub struct RspServer {
default_secret: Option<Vec<u8>>,
}
impl RspServer {
pub fn new() -> RspServer {
RspServer {
default_secret: None,
}
}
pub fn set_secret(&mut self, new_secret: Vec<u8>) {
self.default_secret = Some(new_secret);
}
pub fn run(&mut self, router: Router, service_name: &str, port: u16) {
use mount::Mount;
use rand::random;
use staticfile::Static;
use std::path::Path;
fn rand_bytes() -> Vec<u8> {
(0..64).map(|_| random::<u8>()).collect()
}
let mut mount = Mount::new();
mount.mount("/", router);
mount.mount("/static/", Static::new(Path::new("staticfiles/")));
let my_secret = self.default_secret.clone().unwrap_or(rand_bytes());
let mut ch = Chain::new(mount);
ch.link_around(SessionStorage::new(SignedCookieBackend::new(my_secret)));
run_http_server(service_name, port, ch);
}
}
fn run_http_server<H: Handler>(service_name: &str, port: u16, handler: H) {
use iron::Timeouts;
use std::env;
use std::time::Duration;
let mut iron = Iron::new(handler);
iron.threads = 1;
iron.timeouts = Timeouts {
keep_alive: Some(Duration::from_millis(10)),
read: Some(Duration::from_secs(10)),
write: Some(Duration::from_secs(10)),
};
let bind_ip = env::var("BIND_IP").unwrap_or_else(|_| "127.0.0.1".to_string());
println!(
"HTTP server for {} starting on {}:{}",
service_name, &bind_ip, port
);
iron.http(&format!("{}:{}", &bind_ip, port)).unwrap();
}
| 32.302652 | 133 | 0.526804 |
0756d8957feb415bd70b56119cd6f1bec64ebde4
| 227 |
rs
|
Rust
|
nll/issue-52742.rs
|
aatxe/oxide-test-suite
|
b9eb10ae9e3c294167203de714f06262622dbc1d
|
[
"Apache-2.0",
"MIT"
] | null | null | null |
nll/issue-52742.rs
|
aatxe/oxide-test-suite
|
b9eb10ae9e3c294167203de714f06262622dbc1d
|
[
"Apache-2.0",
"MIT"
] | null | null | null |
nll/issue-52742.rs
|
aatxe/oxide-test-suite
|
b9eb10ae9e3c294167203de714f06262622dbc1d
|
[
"Apache-2.0",
"MIT"
] | null | null | null |
#![feature(in_band_lifetimes)]
struct Foo<'a, 'b> {
x: &'a u32,
y: &'b u32,
}
struct Bar<'b> {
z: &'b u32,
}
fn take_bar<'a, 'b, 'c>(foo: Foo<'a, 'b>, b: Bar<'c>) {
foo.y = b.z
//~^ ERROR
}
fn main() {}
| 12.611111 | 55 | 0.453744 |
e9a7bb84365034d107b486ccfe48df77a664eb45
| 1,993 |
rb
|
Ruby
|
app/controllers/talk_shows_controller.rb
|
wcbn/readback
|
4ffde1115209271869dbdbb6e022caf40cf06f15
|
[
"MIT"
] | 3 |
2016-01-10T05:28:32.000Z
|
2021-07-02T23:06:52.000Z
|
app/controllers/talk_shows_controller.rb
|
cbothner/readback
|
56f889d67ce8ac907292bddaea33c736cf2caa6a
|
[
"MIT"
] | 50 |
2016-10-04T14:42:07.000Z
|
2022-03-30T22:10:25.000Z
|
app/controllers/talk_shows_controller.rb
|
wcbn/readback
|
4ffde1115209271869dbdbb6e022caf40cf06f15
|
[
"MIT"
] | 5 |
2016-11-04T22:13:44.000Z
|
2019-06-21T19:49:38.000Z
|
# frozen_string_literal: true
class TalkShowsController < ApplicationController
include ShowsController
# GET /talk_shows/1
# GET /talk_shows/1.json
def show; end
# POST /talk_shows
# POST /talk_shows.json
def create
@talk_show = TalkShow.new(talk_show_params)
@talk_show.dj = Dj.find(params[:talk_show][:dj_id]) unless params[:talk_show][:dj_id].blank?
@talk_show.semester = Semester.find(params[:semester_id])
@talk_show.set_times_conditionally_from_params params[:talk_show]
respond_to do |format|
if @talk_show.save
format.html do
redirect_to edit_semester_path(@talk_show.semester,
anchor: 'tab-talk')
end
else
format.html do
flash[:alert] = @talk_show.errors.full_messages
session[:talk_show] = @talk_show
redirect_to edit_semester_path(params[:semester_id],
anchor: 'tab-talk')
end
end
end
end
# PATCH/PUT /talk_shows/1
# PATCH/PUT /talk_shows/1.json
def update
authorize_action_for @talk_show
@talk_show.dj = Dj.find(params[:talk_show][:dj_id]) unless params[:talk_show][:dj_id].blank?
@talk_show.set_times_conditionally_from_params params[:talk_show]
respond_to do |format|
if @talk_show.update(talk_show_params)
format.html { redirect_to @talk_show, notice: 'Talk show was successfully updated.' }
format.json { render :show, status: :ok, location: @talk_show }
else
format.html { render :show }
format.json { render json: @talk_show.errors, status: :unprocessable_entity }
end
end
end
# DELETE /talk_shows/1
# DELETE /talk_shows/1.json
def destroy
@talk_show.destroy
respond_to do |format|
format.html { redirect_to edit_semester_path(@talk_show.semester), notice: 'Talk show was successfully destroyed.' }
format.json { head :no_content }
end
end
end
| 31.140625 | 122 | 0.658806 |
948cd636350b9ce6a55cd310b398aef7e3c56f95
| 4,729 |
rs
|
Rust
|
src/vm/redshift.rs
|
thieman/exa-rs
|
b1d69b78d2ac2073df1c2ccfe7254e720a4b278e
|
[
"MIT"
] | 15 |
2021-07-11T21:40:53.000Z
|
2022-01-09T04:39:15.000Z
|
src/vm/redshift.rs
|
thieman/exa-rs
|
b1d69b78d2ac2073df1c2ccfe7254e720a4b278e
|
[
"MIT"
] | null | null | null |
src/vm/redshift.rs
|
thieman/exa-rs
|
b1d69b78d2ac2073df1c2ccfe7254e720a4b278e
|
[
"MIT"
] | null | null | null |
use std::cell::RefCell;
use super::audio::{Noise, SquareWave, TriangleWave};
use super::register::Register;
use super::{Host, Permissions, Shared, VM};
#[derive(Debug)]
pub struct RedshiftEnvironment {
pub game_name: String,
pub pady: Shared<Register>,
pub padx: Shared<Register>,
pub padb: Shared<Register>,
pub en3d: Shared<Register>,
pub sqr0: Shared<Register>,
pub sqr1: Shared<Register>,
pub tri0: Shared<Register>,
pub nse0: Shared<Register>,
pub sqr0_wave: RefCell<SquareWave>,
pub sqr1_wave: RefCell<SquareWave>,
pub tri0_wave: RefCell<TriangleWave>,
pub nse0_wave: RefCell<Noise>,
}
#[derive(Debug)]
pub enum RedshiftButton {
Up,
Down,
Left,
Right,
Start,
X,
Y,
Z,
}
impl<'a> VM<'a> {
// Instantiate a VM matching the Redshift spec
pub fn new_redshift() -> VM<'a> {
let mut vm = VM::new();
let core = Host::new_shared("core".to_string(), 18);
let input = Host::new_shared("input".to_string(), 24);
let sound = Host::new_shared("sound".to_string(), 24);
let aux1 = Host::new_shared("aux1".to_string(), 3);
let aux2 = Host::new_shared("aux2".to_string(), 3);
let padx = Register::new_shared(Permissions::ReadWrite, 0);
let pady = Register::new_shared(Permissions::ReadWrite, 0);
let padb = Register::new_shared(Permissions::ReadWrite, 0);
let en3d = Register::new_shared(Permissions::ReadWrite, 0);
let sqr0 = Register::new_shared(Permissions::ReadWrite, 0);
let sqr1 = Register::new_shared(Permissions::ReadWrite, 0);
let tri0 = Register::new_shared(Permissions::ReadWrite, 0);
let nse0 = Register::new_shared(Permissions::ReadWrite, 0);
input
.borrow_mut()
.add_register(String::from("#PADX"), padx.clone());
input
.borrow_mut()
.add_register(String::from("#PADY"), pady.clone());
input
.borrow_mut()
.add_register(String::from("#PADB"), padb.clone());
input
.borrow_mut()
.add_register(String::from("#EN3D"), en3d.clone());
sound
.borrow_mut()
.add_register(String::from("#SQR0"), sqr0.clone());
sound
.borrow_mut()
.add_register(String::from("#SQR1"), sqr1.clone());
sound
.borrow_mut()
.add_register(String::from("#TRI0"), tri0.clone());
sound
.borrow_mut()
.add_register(String::from("#NSE0"), nse0.clone());
vm.add_host(core.clone());
vm.add_host(input.clone());
vm.add_host(sound.clone());
vm.add_host(aux1.clone());
vm.add_host(aux2.clone());
vm.add_link(800, core.clone(), input.clone());
vm.add_link(-1, input.clone(), core.clone());
vm.add_link(801, core.clone(), sound.clone());
vm.add_link(-1, sound.clone(), core.clone());
vm.add_link(802, core.clone(), aux1.clone());
vm.add_link(-1, aux1.clone(), core.clone());
vm.add_link(803, core.clone(), aux2.clone());
vm.add_link(-1, aux2.clone(), core.clone());
vm.redshift = Some(RedshiftEnvironment {
game_name: "".to_string(),
padx: padx.clone(),
pady: pady.clone(),
padb: padb.clone(),
en3d: en3d.clone(),
sqr0: sqr0.clone(),
sqr1: sqr1.clone(),
tri0: tri0.clone(),
nse0: nse0.clone(),
sqr0_wave: RefCell::new(SquareWave::default()),
sqr1_wave: RefCell::new(SquareWave::default()),
tri0_wave: RefCell::new(TriangleWave::default()),
nse0_wave: RefCell::new(Noise::default()),
});
vm
}
pub fn reset_inputs(&mut self) {
let r = &mut self.redshift.as_mut().unwrap();
r.padx.borrow_mut().value = 0;
r.pady.borrow_mut().value = 0;
r.padb.borrow_mut().value = 0;
}
pub fn input_pressed(&mut self, for_input: RedshiftButton) {
let r = &self.redshift.as_ref().unwrap();
match for_input {
RedshiftButton::Up => r.pady.borrow_mut().value = -1,
RedshiftButton::Down => r.pady.borrow_mut().value = 1,
RedshiftButton::Left => r.padx.borrow_mut().value = -1,
RedshiftButton::Right => r.padx.borrow_mut().value = 1,
RedshiftButton::Start => r.padb.borrow_mut().value += 1000,
RedshiftButton::Z => r.padb.borrow_mut().value += 100,
RedshiftButton::Y => r.padb.borrow_mut().value += 10,
RedshiftButton::X => r.padb.borrow_mut().value += 1,
}
}
}
| 34.021583 | 71 | 0.568619 |
68b2300dea1199d05b4e287a53b6d2ac58a5f4cd
| 3,182 |
swift
|
Swift
|
MyBarMusic/MyBarMusic/Classes/NewFeature/Controller/MBNewFeatureViewController.swift
|
MyBar/MyBarMusic
|
0b6b9460bf07029327b93f8217a083d12b4b8ee0
|
[
"MIT"
] | 1 |
2017-11-27T13:21:37.000Z
|
2017-11-27T13:21:37.000Z
|
MyBarMusic/MyBarMusic/Classes/NewFeature/Controller/MBNewFeatureViewController.swift
|
MyBar/MyBarMusic
|
0b6b9460bf07029327b93f8217a083d12b4b8ee0
|
[
"MIT"
] | null | null | null |
MyBarMusic/MyBarMusic/Classes/NewFeature/Controller/MBNewFeatureViewController.swift
|
MyBar/MyBarMusic
|
0b6b9460bf07029327b93f8217a083d12b4b8ee0
|
[
"MIT"
] | null | null | null |
//
// MBNewFeatureViewController.swift
// MyBarMusic
//
// Created by lijingui2010 on 2017/7/5.
// Copyright © 2017年 MyBar. All rights reserved.
//
import UIKit
import SlideMenuControllerSwift
class MBNewFeatureViewController: UIViewController, UIScrollViewDelegate {
let MBNewFeatureImageCount = 5
var scrollView: UIScrollView?
var pageControl: UIPageControl?
override func viewDidLoad() {
super.viewDidLoad()
self.setupScrollView()
self.setupPageControl()
}
func setupScrollView() {
let scrollView = UIScrollView(frame: self.view.bounds)
for index in 0..<MBNewFeatureImageCount {
let imageView = UIImageView(frame: CGRect(x: CGFloat(index) * scrollView.frame.size.width, y: 0, width: scrollView.frame.size.width, height: scrollView.frame.size.height))
imageView.image = UIImage(named: "Welcome_3.0_\(index + 1)")
scrollView.addSubview(imageView)
if index == MBNewFeatureImageCount - 1 {
let tapGestureRecognizer = UITapGestureRecognizer(target: self, action: #selector(MBNewFeatureViewController.tapAction))
imageView.isUserInteractionEnabled = true
imageView.addGestureRecognizer(tapGestureRecognizer)
}
}
// 如果想要某个方向上不能滚动,那么这个方向对应的尺寸数值传0即可
scrollView.contentSize = CGSize(width: CGFloat(MBNewFeatureImageCount) * scrollView.frame.size.width, height: 0)
scrollView.bounces = false
scrollView.isPagingEnabled = true
scrollView.showsHorizontalScrollIndicator = false
scrollView.delegate = self
self.scrollView = scrollView
self.view.addSubview(scrollView)
}
func setupPageControl() {
let pageControl = UIPageControl()
pageControl.numberOfPages = MBNewFeatureImageCount
pageControl.currentPage = 0
pageControl.center = CGPoint(x: self.view.frame.width * 0.5, y: self.view.frame.height * 0.9)
pageControl.backgroundColor = UIColor.red
pageControl.pageIndicatorTintColor = UIColor(red: 189.0 / 255.0, green: 189.0 / 255.0, blue: 189.0 / 255.0, alpha: 1.0)
pageControl.currentPageIndicatorTintColor = UIColor(red: 253.0 / 255.0, green: 98.0 / 255.0, blue: 42.0 / 255.0, alpha: 1.0)
self.pageControl = pageControl
self.view.addSubview(pageControl)
}
func tapAction() {
let navVC = UINavigationController(rootViewController: MBMainViewController())
let settingVC = MBSettingViewController()
SlideMenuOptions.hideStatusBar = false
SlideMenuOptions.leftViewWidth = UIScreen.main.bounds.width * 0.8
let slideMenuController = MBSlideMenuController(mainViewController: navVC, leftMenuViewController: settingVC)
self.view.window?.rootViewController = slideMenuController
}
//UIScrollViewDelegate的方法
func scrollViewDidScroll(_ scrollView: UIScrollView) {
self.pageControl?.currentPage = Int(scrollView.contentOffset.x / scrollView.frame.width + 0.5)
}
}
| 37.880952 | 183 | 0.667505 |
83fda2a2fbfa471c7d5dee908d310a7b5545549d
| 1,935 |
swift
|
Swift
|
_SwiftUI-By-Tutorials/SwiftUI-Handling-User-Input/Sources/App/Practice/DeckBuilder.swift
|
luannguyen252/my-swift-journey
|
788d66f256358dc5aefa2f3093ef74fd572e83b3
|
[
"MIT"
] | 14 |
2020-12-09T08:53:39.000Z
|
2021-12-07T09:15:44.000Z
|
_SwiftUI-By-Tutorials/SwiftUI-Handling-User-Input/Sources/App/Practice/DeckBuilder.swift
|
luannguyen252/my-swift-journey
|
788d66f256358dc5aefa2f3093ef74fd572e83b3
|
[
"MIT"
] | null | null | null |
_SwiftUI-By-Tutorials/SwiftUI-Handling-User-Input/Sources/App/Practice/DeckBuilder.swift
|
luannguyen252/my-swift-journey
|
788d66f256358dc5aefa2f3093ef74fd572e83b3
|
[
"MIT"
] | 8 |
2020-12-10T05:59:26.000Z
|
2022-01-03T07:49:21.000Z
|
import Foundation
import Assessing
import Learning
final class DeckBuilder {
// MARK: - Static variables
static var `default` = DeckBuilder()
static var `learning` = DeckBuilder()
// MARK: - Variables
var answers: [String] { return cards.map { $0.word.translation }}
var cards = [WordCard]()
// MARK: - Initializers
private init() { }
// MARK: - Methods
func build() -> [WordCard] {
self.cards = [WordCard]()
if let words = LanguageLoader.loadTranslatedWords(from: "jp") {
words.forEach { word in
cards.append(WordCard(from: word))
}
}
return self.cards
}
func assess(upTo count: Int) -> [WordAssessment] {
let cards = self.cards.filter { $0.completed == false }
var randomCards: Set<WordCard>
// If there are not enough cards, return them all
if cards.count < count {
randomCards = Set(cards)
} else {
randomCards = Set()
while randomCards.count < count {
guard let randomCard = cards.randomElement() else { continue }
randomCards.insert(randomCard)
}
}
let tests = randomCards.map({
WordAssessment(
card: $0,
answers: getRandomAnswers(count: 3, including: $0.word.translation)
)
})
return tests.shuffled()
}
// MARK: - Private Methods
private func getRandomAnswers(count: Int, including includedAnswer: String) -> [String] {
let answers = self.answers
// If there are not enough answers, return them all
guard count < answers.count else {
return answers.shuffled()
}
var randomAnswers = Set<String>()
randomAnswers.insert(includedAnswer)
while randomAnswers.count < count {
guard let randomAnswer = answers.randomElement() else { continue }
randomAnswers.insert(randomAnswer)
}
return Array(randomAnswers).shuffled()
}
}
| 23.035714 | 91 | 0.618605 |
ea27044d957e4946fc3746b5da579d54c9ad6a25
| 6,718 |
kt
|
Kotlin
|
idea/idea-core/src/org/jetbrains/kotlin/idea/core/script/configuration/CompositeScriptConfigurationManager.kt
|
efemoney/kotlin
|
38622d8d926c36c2e3866ecab278dac2ed5bb9cd
|
[
"ECL-2.0",
"Apache-2.0"
] | null | null | null |
idea/idea-core/src/org/jetbrains/kotlin/idea/core/script/configuration/CompositeScriptConfigurationManager.kt
|
efemoney/kotlin
|
38622d8d926c36c2e3866ecab278dac2ed5bb9cd
|
[
"ECL-2.0",
"Apache-2.0"
] | null | null | null |
idea/idea-core/src/org/jetbrains/kotlin/idea/core/script/configuration/CompositeScriptConfigurationManager.kt
|
efemoney/kotlin
|
38622d8d926c36c2e3866ecab278dac2ed5bb9cd
|
[
"ECL-2.0",
"Apache-2.0"
] | null | null | null |
/*
* Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.idea.core.script.configuration
import com.intellij.ProjectTopics
import com.intellij.openapi.project.Project
import com.intellij.openapi.projectRoots.Sdk
import com.intellij.openapi.roots.ModuleRootEvent
import com.intellij.openapi.roots.ModuleRootListener
import com.intellij.openapi.vfs.VirtualFile
import com.intellij.psi.search.GlobalSearchScope
import org.jetbrains.kotlin.idea.core.script.ScriptConfigurationManager
import org.jetbrains.kotlin.idea.core.script.ScriptDependenciesModificationTracker
import org.jetbrains.kotlin.idea.core.script.configuration.listener.ScriptChangesNotifier
import org.jetbrains.kotlin.idea.core.script.configuration.listener.ScriptConfigurationUpdater
import org.jetbrains.kotlin.idea.core.script.configuration.loader.ScriptConfigurationLoader
import org.jetbrains.kotlin.idea.core.script.configuration.utils.ScriptClassRootsCache
import org.jetbrains.kotlin.idea.core.script.configuration.utils.getKtFile
import org.jetbrains.kotlin.psi.KtFile
import org.jetbrains.kotlin.scripting.definitions.isNonScript
import org.jetbrains.kotlin.scripting.resolve.ScriptCompilationConfigurationWrapper
import org.jetbrains.kotlin.utils.addToStdlib.firstNotNullResult
class CompositeScriptConfigurationManager(val project: Project) : ScriptConfigurationManager {
@Suppress("unused")
private val notifier = ScriptChangesNotifier(project, updater)
private val providers = ScriptingSupport.Provider.EPN.getPoint(project).extensionList
val default = DefaultScriptingSupport(project)
private val managers
get() = mutableListOf<ScriptingSupport>().also { managers ->
managers.add(default)
providers.forEach { managers.addAll(it.all) }
}
private fun getRelatedManager(file: VirtualFile): ScriptingSupport =
providers.firstNotNullResult { it.getSupport(file) } ?: default
private fun getRelatedManager(file: KtFile): ScriptingSupport =
getRelatedManager(file.originalFile.virtualFile)
private fun getOrLoadConfiguration(
virtualFile: VirtualFile,
preloadedKtFile: KtFile? = null
): ScriptCompilationConfigurationWrapper? =
getRelatedManager(virtualFile).getOrLoadConfiguration(virtualFile, preloadedKtFile)
override fun getConfiguration(file: KtFile) = getOrLoadConfiguration(file.originalFile.virtualFile, file)
override fun hasConfiguration(file: KtFile): Boolean =
getRelatedManager(file).hasCachedConfiguration(file)
override fun isConfigurationLoadingInProgress(file: KtFile): Boolean =
getRelatedManager(file).isConfigurationLoadingInProgress(file)
override val updater: ScriptConfigurationUpdater
get() = object : ScriptConfigurationUpdater {
override fun ensureUpToDatedConfigurationSuggested(file: KtFile) =
getRelatedManager(file).updater.ensureUpToDatedConfigurationSuggested(file)
override fun ensureConfigurationUpToDate(files: List<KtFile>): Boolean =
files.groupBy { getRelatedManager(it) }.all { (manager, files) ->
manager.updater.ensureConfigurationUpToDate(files)
}
override fun suggestToUpdateConfigurationIfOutOfDate(file: KtFile) =
getRelatedManager(file).updater.suggestToUpdateConfigurationIfOutOfDate(file)
}
init {
val connection = project.messageBus.connect(project)
connection.subscribe(ProjectTopics.PROJECT_ROOTS, object : ModuleRootListener {
override fun rootsChanged(event: ModuleRootEvent) {
managers.forEach {
it.clearClassRootsCaches(project)
}
}
})
}
/**
* Returns script classpath roots
* Loads script configuration if classpath roots don't contain [file] yet
*/
private fun getActualClasspathRoots(file: VirtualFile): ScriptClassRootsCache {
val manager = getRelatedManager(file)
val classpathRoots = manager.classpathRoots
if (classpathRoots.contains(file)) {
return classpathRoots
}
getOrLoadConfiguration(file)
return manager.classpathRoots
}
override fun getScriptSdk(file: VirtualFile): Sdk? =
getActualClasspathRoots(file).getScriptSdk(file)
override fun getFirstScriptsSdk(): Sdk? {
managers.forEach {
it.classpathRoots.firstScriptSdk?.let { sdk -> return sdk }
}
return null
}
override fun getScriptDependenciesClassFilesScope(file: VirtualFile): GlobalSearchScope =
getActualClasspathRoots(file).getScriptDependenciesClassFilesScope(file)
override fun getAllScriptsDependenciesClassFilesScope(): GlobalSearchScope =
GlobalSearchScope.union(managers.map { it.classpathRoots.allDependenciesClassFilesScope })
override fun getAllScriptDependenciesSourcesScope(): GlobalSearchScope =
GlobalSearchScope.union(managers.map { it.classpathRoots.allDependenciesSourcesScope })
override fun getAllScriptsDependenciesClassFiles(): List<VirtualFile> =
managers.flatMap { it.classpathRoots.allDependenciesClassFiles }
override fun getAllScriptDependenciesSources(): List<VirtualFile> =
managers.flatMap { it.classpathRoots.allDependenciesSources }
override fun forceReloadConfiguration(file: VirtualFile, loader: ScriptConfigurationLoader): ScriptCompilationConfigurationWrapper? {
val ktFile = project.getKtFile(file, null) ?: return null
return default.forceReloadConfiguration(ktFile, loader)
}
///////////////////
// Adapters for deprecated API
//
@Deprecated("Use getScriptClasspath(KtFile) instead")
override fun getScriptClasspath(file: VirtualFile): List<VirtualFile> {
val ktFile = project.getKtFile(file) ?: return emptyList()
return getScriptClasspath(ktFile)
}
override fun getScriptClasspath(file: KtFile): List<VirtualFile> =
ScriptConfigurationManager.toVfsRoots(getConfiguration(file)?.dependenciesClassPath.orEmpty())
private fun clearCaches() {
managers.forEach {
it.clearCaches()
}
}
override fun clearConfigurationCachesAndRehighlight() {
ScriptDependenciesModificationTracker.getInstance(project).incModificationCount()
clearCaches()
ScriptingSupportHelper.updateHighlighting(project) {
!it.isNonScript()
}
}
}
| 41.214724 | 137 | 0.739952 |
c497d771486f8bc1137ad4db455e6c5064f640ba
| 11,576 |
c
|
C
|
Src/pgp.c
|
arlm/mixmaster
|
5d844ef1d7648b69239e59e69f796ea6f5d920df
|
[
"OpenSSL"
] | 1 |
2021-10-12T09:48:56.000Z
|
2021-10-12T09:48:56.000Z
|
Src/pgp.c
|
arlm/mixmaster
|
5d844ef1d7648b69239e59e69f796ea6f5d920df
|
[
"OpenSSL"
] | null | null | null |
Src/pgp.c
|
arlm/mixmaster
|
5d844ef1d7648b69239e59e69f796ea6f5d920df
|
[
"OpenSSL"
] | 1 |
2021-03-09T13:19:08.000Z
|
2021-03-09T13:19:08.000Z
|
/* Mixmaster version 3.0 -- (C) 1999 - 2006 Anonymizer Inc. and others.
Mixmaster may be redistributed and modified under certain conditions.
This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
ANY KIND, either express or implied. See the file COPYRIGHT for
details.
OpenPGP messages
$Id$ */
#include "mix3.h"
#ifdef USE_PGP
#include "pgp.h"
#include <ctype.h>
#include <string.h>
int pgp_decrypt(BUFFER *in, BUFFER *pass, BUFFER *sig, char *pubring,
char *secring)
{
BUFFER *key;
int err;
key = buf_new();
if (pass)
buf_set(key, pass);
if (!pgp_ispacket(in))
pgp_dearmor(in, in);
err = pgp_getmsg(in, key, sig, pubring, secring);
buf_free(key);
return (err);
}
static void appendaddr(BUFFER *to, BUFFER *addr)
{
if (bufifind(addr, "<")) {
for (addr->ptr = 0; addr->ptr < addr->length; addr->ptr++)
if (addr->data[addr->ptr] == '<') {
buf_rest(to, addr);
break;
}
} else {
buf_appendc(to, '<');
buf_cat(to, addr);
buf_appendc(to, '>');
}
buf_nl(to);
buf_clear(addr);
}
int pgp_mailenc(int mode, BUFFER *msg, char *sigid, BUFFER *pass, char *pubring,
char *secring)
{
BUFFER *hdr, *body, *line, *uid, *field, *content;
int err = -1;
hdr = buf_new();
body = buf_new();
line = buf_new();
uid = buf_new();
field = buf_new();
content = buf_new();
buf_appendc(uid, '<');
buf_appends(uid, sigid);
if (sigid[strlen(sigid) - 1] != '@')
buf_appendc(uid, '>');
while (buf_getline(msg, line) == 0)
buf_cat(hdr, line), buf_nl(hdr);
if ((mode & PGP_SIGN) && !(mode & PGP_ENCRYPT))
while (buf_getheader(hdr, field, content) == 0)
if (bufileft(field, "content-") ||
bufieq(field, "mime-version")) {
/* Is MIME message */
err = pgpmime_sign(msg, uid, pass, secring);
goto end;
}
buf_rest(body, msg);
if ((mode & PGP_SIGN) && !(mode & PGP_ENCRYPT)) {
err = pgp_signtxt(body, uid, pass, secring, mode & PGP_REMAIL);
}
if (mode & PGP_ENCRYPT) {
BUFFER *plainhdr, *encrhdr, *to, *addr;
int encapsulate = 0;
plainhdr = buf_new();
encrhdr = buf_new();
to = buf_new();
addr = buf_new();
while (buf_getheader(hdr, field, content) == 0) {
if (bufieq(field, "to") || bufieq(field, "cc") ||
bufieq(field, "bcc")) {
buf_appendheader(plainhdr, field, content);
rfc822_addr(content, addr);
while (buf_getline(addr, content) != -1)
appendaddr(to, content);
} else
buf_appendheader(encrhdr, field, content);
}
#if 1
/* encrypt the headers */
buf_appends(plainhdr, "Subject: PGP encrypted message\n");
if (encrhdr->length) {
buf_nl(encrhdr);
buf_cat(encrhdr, body);
buf_move(body, encrhdr);
encapsulate = 1;
}
#else /* end of 1 */
/* send headers as plain text */
buf_cat(plainhdr, encrhdr);
#endif /* not 1 */
buf_move(hdr, plainhdr);
buf_clear(line);
if (encapsulate)
buf_sets(line, "Content-Type: message/rfc822\n");
else if (strlen(DEFLTENTITY))
buf_setf(line, "Content-Type: %s\n", DEFLTENTITY);
buf_nl(line);
buf_cat(line, body);
buf_move(body, line);
/* Use the user keyring if pubring == NULL */
err = pgp_encrypt(mode, body, to, uid, pass,
pubring ? pubring : PGPPUBRING, secring);
buf_free(plainhdr);
buf_free(encrhdr);
buf_free(to);
buf_free(addr);
}
if (err == 0) {
if (mode & PGP_ENCRYPT) {
#if 1
buf_sets(field, "+--");
#else /* end of 1 */
buf_setrnd(mboundary, 18);
encode(mboundary, 0);
#endif /* else if not 1 */
buf_appendf(
hdr,
"Content-Type: multipart/encrypted; boundary=\"%b\"; "
"protocol=\"application/pgp-encrypted\"\n\n"
"--%b\n"
"Content-Type: application/pgp-encrypted\n\n"
"Version: 1\n\n"
"--%b\n"
"Content-Type: application/octet-stream\n",
field, field, field);
buf_appendf(body, "\n--%b--\n", field);
}
buf_move(msg, hdr);
buf_nl(msg);
buf_cat(msg, body);
}
end:
buf_free(hdr);
buf_free(body);
buf_free(line);
buf_free(uid);
buf_free(field);
buf_free(content);
return (err);
}
static void pgp_setkey(BUFFER *key, int algo)
{
buf_setc(key, algo);
buf_appendrnd(key, pgp_keylen(algo));
}
int pgp_encrypt(int mode, BUFFER *in, BUFFER *to, BUFFER *sigid, BUFFER *pass,
char *pubring, char *secring)
{
BUFFER *dek, *out, *sig, *dest, *tmp;
int err = 0, sym = PGP_K_ANY, mdc = 0;
int text;
out = buf_new();
tmp = buf_new();
dek = buf_new();
sig = buf_new();
dest = buf_new();
text = mode & PGP_TEXT ? 1 : 0;
if (mode & (PGP_CONV3DES | PGP_CONVCAST))
mode |= PGP_NCONVENTIONAL;
if (mode & PGP_SIGN) {
err = pgp_sign(in, NULL, sig, sigid, pass, text, 0, 0,
mode & PGP_REMAIL ? 1 : 0, NULL, secring);
if (err < 0)
goto end;
if (mode & PGP_DETACHEDSIG) {
buf_move(in, sig);
if (!(mode & PGP_NOARMOR))
pgp_armor(in, PGP_ARMOR_NYMSIG);
goto end;
}
}
if (mode & PGP_ENCRYPT) {
err = buf_getline(to, dest);
if (err == -1)
goto end;
if (to->ptr == to->length) {
if ((err = pgpdb_getkey(PK_ENCRYPT, PGP_ANY, &sym, &mdc,
NULL, NULL, dest, NULL, NULL,
pubring, NULL)) < 0)
goto end;
pgp_setkey(dek, sym);
err = pgp_sessionkey(out, dest, NULL, dek, pubring);
#ifdef USE_IDEA
if (err < 0 && dek->data[0] == PGP_K_IDEA) {
pgp_setkey(dek, PGP_K_3DES);
err = pgp_sessionkey(out, dest, NULL, dek,
pubring);
}
#endif /* USE_IDEA */
} else {
/* multiple recipients */
pgp_setkey(dek, PGP_K_3DES);
buf_rewind(to);
while (buf_getline(to, dest) != -1)
if (dest->length) {
err = pgp_sessionkey(tmp, dest, NULL,
dek, pubring);
#ifdef USE_IDEA
if (err < 0 &&
dek->data[0] != PGP_K_IDEA) {
buf_rewind(to);
buf_clear(out);
pgp_setkey(dek, PGP_K_IDEA);
continue;
}
#endif /* USE_IDEA */
if (err < 0)
goto end;
buf_cat(out, tmp);
}
}
} else if (mode & PGP_NCONVENTIONAL) {
/* genereate DEK in pgp_symsessionkey */
buf_setc(dek, mode & PGP_CONVCAST ? PGP_K_CAST5 : PGP_K_3DES);
pgp_marker(out);
err = pgp_symsessionkey(tmp, dek, to);
buf_cat(out, tmp);
} else if (mode & PGP_CONVENTIONAL) {
digest_md5(to, tmp);
buf_setc(dek, PGP_K_IDEA);
buf_cat(dek, tmp);
}
pgp_literal(in, NULL, text);
if (sig->length) {
buf_cat(sig, in);
buf_move(in, sig);
}
pgp_compress(in);
if (mode & (PGP_ENCRYPT | PGP_CONVENTIONAL | PGP_NCONVENTIONAL))
pgp_symmetric(in, dek, mdc);
if (mode & (PGP_ENCRYPT | PGP_NCONVENTIONAL)) {
buf_cat(out, in);
buf_move(in, out);
}
if (!(mode & PGP_NOARMOR))
pgp_armor(in, (mode & PGP_REMAIL) ? PGP_ARMOR_REM :
PGP_ARMOR_NORMAL);
end:
buf_free(out);
buf_free(tmp);
buf_free(dek);
buf_free(sig);
buf_free(dest);
return (err);
}
#define POLY 0X1864CFB
unsigned long crc24(BUFFER *in)
{
unsigned long crc = 0xB704CE;
size_t p;
int i;
#if 0
/* CRC algorithm from RFC 2440 */
for (p = 0; p < in->length; p++) {
crc ^= in->data[p] << 16;
for (i = 0; i < 8; i++) {
crc <<= 1;
if (crc & 0x1000000)
crc ^= POLY;
}
}
#else
/* pre-computed CRC table -- much faster */
unsigned long table[256];
unsigned long t;
int q = 0;
table[0] = 0;
for (i = 0; i < 128; i++) {
t = table[i] << 1;
if (t & 0x1000000) {
table[q++] = t ^ POLY;
table[q++] = t;
} else {
table[q++] = t;
table[q++] = t ^ POLY;
}
}
for (p = 0; p < in->length; p++)
crc = crc << 8 ^ table[(in->data[p] ^ crc >> 16) & 255];
#endif
return crc & ((1 << 24) - 1);
}
/* ASCII armor */
int pgp_dearmor(BUFFER *in, BUFFER *out)
{
BUFFER *line, *temp;
int err = 0;
int tempbuf = 0;
unsigned long crc1, crc2;
line = buf_new();
temp = buf_new();
if (in == out) {
out = buf_new();
tempbuf = 1;
}
do
if (buf_getline(in, line) == -1) {
err = -1;
goto end;
}
while (!bufleft(line, begin_pgp));
while (buf_getheader(in, temp, line) == 0)
; /* scan for empty line */
err = decode(in, out);
crc1 = crc24(out);
err = buf_getline(in, line);
if (line->length == 5 && line->data[0] == '=') { /* CRC */
line->ptr = 1;
err = decode(line, temp);
crc2 = (((unsigned long)temp->data[0]) << 16) |
(((unsigned long)temp->data[1]) << 8) | temp->data[2];
if (crc1 == crc2)
err = buf_getline(in, line);
else {
errlog(NOTICE, "Message CRC does not match.\n");
err = -1;
}
} else
err = -1;
if (err == 0 && bufleft(line, end_pgp))
err = 0;
else
err = -1;
end:
buf_free(temp);
buf_free(line);
if (tempbuf) {
buf_move(in, out);
buf_free(out);
}
return (err);
}
int pgp_armor(BUFFER *in, int mode)
/* mode = 1: remailer message (PGP_ARMOR_REM)
* 0: normal message, (PGP_ARMOR_NORMAL)
* 2: key (PGP_ARMOR_KEY)
* 3: nym key (PGP_ARMOR_NYMKEY)
* 4: nym signature (PGP_ARMOR_NYMSIG)
* 5: secret key (PGP_ARMOR_SECKEY)
*/
{
BUFFER *out;
unsigned long crc;
crc = crc24(in);
encode(in, 64);
out = buf_new();
if (mode == PGP_ARMOR_KEY || mode == PGP_ARMOR_NYMKEY)
buf_sets(out, begin_pgpkey);
else if (mode == PGP_ARMOR_NYMSIG)
buf_sets(out, begin_pgpsig);
else if (mode == PGP_ARMOR_SECKEY)
buf_sets(out, begin_pgpseckey);
else
buf_sets(out, begin_pgpmsg);
buf_nl(out);
#ifdef CLOAK
if (mode == PGP_ARMOR_REM || mode == PGP_ARMOR_NYMKEY ||
mode == PGP_ARMOR_NYMSIG)
buf_appends(out, "Version: N/A\n");
else
#elif MIMIC /* end of CLOAK */
if (mode == PGP_ARMOR_REM || mode == PGP_ARMOR_NYMKEY ||
mode == PGP_ARMOR_NYMSIG)
buf_appends(out, "Version: 2.6.3i\n");
else
#endif /* MIMIC */
{
buf_appends(out, "Version: Mixmaster ");
buf_appends(out, VERSION);
buf_appends(out, " (OpenPGP module)\n");
}
buf_nl(out);
buf_cat(out, in);
buf_reset(in);
buf_appendc(in, (crc >> 16) & 255);
buf_appendc(in, (crc >> 8) & 255);
buf_appendc(in, crc & 255);
encode(in, 0);
buf_appendc(out, '=');
buf_cat(out, in);
buf_nl(out);
if (mode == PGP_ARMOR_KEY || mode == PGP_ARMOR_NYMKEY)
buf_appends(out, end_pgpkey);
else if (mode == PGP_ARMOR_NYMSIG)
buf_appends(out, end_pgpsig);
else if (mode == PGP_ARMOR_SECKEY)
buf_appends(out, end_pgpseckey);
else
buf_appends(out, end_pgpmsg);
buf_nl(out);
buf_move(in, out);
buf_free(out);
return (0);
}
int pgp_keygen(int algo, int bits, BUFFER *userid, BUFFER *pass, char *pubring,
char *secring, int remail)
{
switch (algo) {
case PGP_ES_RSA:
#ifndef USE_IDEA
errlog(WARNING,
"IDEA disabled: OpenPGP RSA key cannot be used for decryption!\n");
#endif
return (pgp_rsakeygen(bits, userid, pass, pubring, secring,
remail));
case PGP_E_ELG:
return (pgp_dhkeygen(bits, userid, pass, pubring, secring,
remail));
default:
return -1;
}
}
int pgp_signtxt(BUFFER *msg, BUFFER *uid, BUFFER *pass, char *secring,
int remail)
{
int err;
BUFFER *line, *sig, *out;
sig = buf_new();
out = buf_new();
line = buf_new();
buf_appends(out, begin_pgpsigned);
buf_nl(out);
if (pgpdb_getkey(PK_SIGN, PGP_ANY, NULL, NULL, NULL, NULL, uid, NULL,
NULL, secring, pass) == PGP_S_DSA)
buf_appends(out, "Hash: SHA1\n");
buf_nl(out);
while (buf_getline(msg, line) != -1) {
if (line->data[0] == '-')
buf_appends(out, "- ");
buf_cat(out, line);
buf_nl(out);
}
buf_nl(out);
buf_rewind(msg);
err = pgp_encrypt(PGP_SIGN | PGP_DETACHEDSIG | PGP_TEXT |
(remail ? PGP_REMAIL : 0),
msg, NULL, uid, pass, NULL, secring);
if (err == -1)
goto end;
buf_cat(out, msg);
buf_move(msg, out);
end:
buf_free(line);
buf_free(sig);
buf_free(out);
return (err);
}
#endif /* USE_PGP */
| 22.698039 | 80 | 0.611697 |
da27f90562eb44da37ce2734b54112ba354ce1aa
| 1,777 |
swift
|
Swift
|
RxUnitField/Classes/UnitField+Rx.swift
|
FuYouFang/RxUnitField
|
db76f9bcdde407fd999da6d7e1d1dd2fcc82412d
|
[
"MIT"
] | null | null | null |
RxUnitField/Classes/UnitField+Rx.swift
|
FuYouFang/RxUnitField
|
db76f9bcdde407fd999da6d7e1d1dd2fcc82412d
|
[
"MIT"
] | null | null | null |
RxUnitField/Classes/UnitField+Rx.swift
|
FuYouFang/RxUnitField
|
db76f9bcdde407fd999da6d7e1d1dd2fcc82412d
|
[
"MIT"
] | null | null | null |
import UnitField
import RxSwift
import RxCocoa
#if os(iOS) || os(tvOS)
import RxSwift
import UIKit
extension Reactive where Base: UnitField {
/// Reactive wrapper for `text` property.
public var text: ControlProperty<String?> {
return value
}
/// Reactive wrapper for `text` property.
public var value: ControlProperty<String?> {
return base.rx.controlPropertyWithDefaultEvents(
getter: { textField in
textField.text
},
setter: { textField, value in
// This check is important because setting text value always clears control state
// including marked text selection which is imporant for proper input
// when IME input method is used.
if textField.text != value {
textField.text = value
}
}
)
}
/// Bindable sink for `isSecureTextEntry` property.
public var isSecureTextEntry: Binder<Bool> {
return Binder(self.base) { textField, isSecureTextEntry in
textField.isSecureTextEntry = isSecureTextEntry
}
}
}
extension Reactive where Base: UIControl {
/// This is a separate method to better communicate to public consumers that
/// an `editingEvent` needs to fire for control property to be updated.
internal func controlPropertyWithDefaultEvents<T>(
editingEvents: UIControl.Event = [.allEditingEvents, .valueChanged],
getter: @escaping (Base) -> T,
setter: @escaping (Base, T) -> Void
) -> ControlProperty<T> {
return controlProperty(
editingEvents: editingEvents,
getter: getter,
setter: setter
)
}
}
#endif
| 30.118644 | 97 | 0.611142 |
508922b976c619092a5e36861a594794430247ba
| 2,893 |
go
|
Go
|
docs/coding/minimal-sandbox2.go
|
philip/dbdeployer
|
bc1005265d9e71b0b7ef3b8187976714761daf96
|
[
"Apache-2.0"
] | null | null | null |
docs/coding/minimal-sandbox2.go
|
philip/dbdeployer
|
bc1005265d9e71b0b7ef3b8187976714761daf96
|
[
"Apache-2.0"
] | null | null | null |
docs/coding/minimal-sandbox2.go
|
philip/dbdeployer
|
bc1005265d9e71b0b7ef3b8187976714761daf96
|
[
"Apache-2.0"
] | null | null | null |
// This is a sample source file that shows how
// to create two MySQL sandboxes using dbdeployer code
// from another Go program.
package main
import (
"github.com/datacharmer/dbdeployer/common"
"github.com/datacharmer/dbdeployer/defaults"
"github.com/datacharmer/dbdeployer/sandbox"
"os"
)
func main() {
// Searches for expanded sandboxes in $HOME/opt/mysql
sandbox_binary := os.Getenv("HOME") + "/opt/mysql"
// Creates sandboxes in $HOME/sandboxes
sandbox_home := os.Getenv("HOME") + "/sandboxes"
// For this to work, we need to have
// a MySQL tarball expanded in $HOME/opt/mysql/5.7.22
version1 := "5.7.22"
version2 := "5.6.25"
sandbox_name1 := "msb_5_7_22"
sandbox_name2 := "msb_5_6_25"
// The unique ports for these sandboxes
port1 := 5722
port2 := 5625
// MySQL will look for binaries in $HOME/opt/mysql/5.7.22
basedir1 := sandbox_binary + "/" + version1 // This is what dbdeployer expects
// i.e. a name containing the full version
// MySQL will look for binaries in $HOME/opt/mysql/my-5.6
basedir2 := sandbox_binary + "/my-5.6" // This is a deviation from dbdeployer
// paradigm, using a non-standard name
// for the base directory
// Username and password for this sandbox
user := "msandbox"
password := "msandbox"
// Creates the base target directory if it doesn't exist
if !common.DirExists(sandbox_home) {
common.Mkdir(sandbox_home)
}
// Minimum data to be filled for a simple sandbox.
// See sandbox/sandbox.go for the full description
// of this data structure
var sdef = sandbox.SandboxDef{
Version: version1,
Basedir: basedir1,
SandboxDir: sandbox_home,
DirName: sandbox_name1,
LoadGrants: true,
// This is the list of ports to ignore
// when checking if the designated port is
// used or not.
// Try changing the Port item to 3306.
// You will see that the sandbox will install using 3307
InstalledPorts: []int{1186, 3306, 33060},
Port: port1,
DbUser: user,
DbPassword: password,
RplUser: "r" + user,
RplPassword: "r" + password,
RemoteAccess: "127.%",
BindAddress: "127.0.0.1",
}
// Calls the sandbox creation
sandbox.CreateSingleSandbox(sdef)
sdef.Version = version2
sdef.Basedir = basedir2
sdef.DirName = sandbox_name2
sdef.Port = port2
// Calls the sandbox creation for the second sandbox
sandbox.CreateSingleSandbox(sdef)
// Invokes the sandbox self-testing script
common.Run_cmd(sandbox_home + "/" + sandbox_name1 + "/test_sb")
common.Run_cmd(sandbox_home + "/" + sandbox_name2 + "/test_sb")
// Removes the sandbox from disk
sandbox.RemoveSandbox(sandbox_home, sandbox_name1, false)
sandbox.RemoveSandbox(sandbox_home, sandbox_name2, false)
// Removes the sandbox from dbdeployer catalog
defaults.DeleteFromCatalog(sandbox_home + "/" + sandbox_name1)
defaults.DeleteFromCatalog(sandbox_home + "/" + sandbox_name2)
}
| 29.824742 | 79 | 0.712064 |
500261cc39d762b5cd55a83700c56906ba30c4ce
| 507 |
js
|
JavaScript
|
test/core/api/player.test.js
|
zivkaziv/vff
|
302e6f78e81cb258620563e4ef6e3c5cbca4e3e4
|
[
"MIT"
] | null | null | null |
test/core/api/player.test.js
|
zivkaziv/vff
|
302e6f78e81cb258620563e4ef6e3c5cbca4e3e4
|
[
"MIT"
] | null | null | null |
test/core/api/player.test.js
|
zivkaziv/vff
|
302e6f78e81cb258620563e4ef6e3c5cbca4e3e4
|
[
"MIT"
] | null | null | null |
const playerApi = require('../../../src/core/api/player');
const messenger = require('../../../src/utils/messenger.js');
import {GO} from '../../../src/utils/events';
describe("Player Api", () =>{
describe("Go", () => {
it("Should post a massage", () => {
const send = jest.spyOn(messenger, 'send');
playerApi.go('test', 0);
expect(send).toHaveBeenCalledTimes(1);
expect(send).toHaveBeenCalledWith(GO, {target: 'test', time: 0});
});
});
});
| 33.8 | 75 | 0.544379 |
99feea61fd7c993abbd37665f38987958069b17f
| 60,841 |
asm
|
Assembly
|
wc.asm
|
adrianna157/CS444-Lab5-Mutexes
|
a6d4d67cae45b5f37ce4b26d17636659d9e5b58b
|
[
"MIT-0"
] | null | null | null |
wc.asm
|
adrianna157/CS444-Lab5-Mutexes
|
a6d4d67cae45b5f37ce4b26d17636659d9e5b58b
|
[
"MIT-0"
] | null | null | null |
wc.asm
|
adrianna157/CS444-Lab5-Mutexes
|
a6d4d67cae45b5f37ce4b26d17636659d9e5b58b
|
[
"MIT-0"
] | null | null | null |
_wc: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
printf(1, "%d %d %d %s\n", l, w, c, name);
}
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 57 push %edi
4: 56 push %esi
int fd, i;
if(argc <= 1){
5: be 01 00 00 00 mov $0x1,%esi
{
a: 53 push %ebx
b: 83 e4 f0 and $0xfffffff0,%esp
e: 83 ec 10 sub $0x10,%esp
11: 8b 45 0c mov 0xc(%ebp),%eax
if(argc <= 1){
14: 83 7d 08 01 cmpl $0x1,0x8(%ebp)
18: 8d 58 04 lea 0x4(%eax),%ebx
1b: 7e 60 jle 7d <main+0x7d>
1d: 8d 76 00 lea 0x0(%esi),%esi
wc(0, "");
exit();
}
for(i = 1; i < argc; i++){
if((fd = open(argv[i], 0)) < 0){
20: c7 44 24 04 00 00 00 movl $0x0,0x4(%esp)
27: 00
28: 8b 03 mov (%ebx),%eax
2a: 89 04 24 mov %eax,(%esp)
2d: e8 c0 03 00 00 call 3f2 <open>
32: 85 c0 test %eax,%eax
34: 89 c7 mov %eax,%edi
36: 78 26 js 5e <main+0x5e>
printf(1, "wc: cannot open %s\n", argv[i]);
exit();
}
wc(fd, argv[i]);
38: 8b 13 mov (%ebx),%edx
for(i = 1; i < argc; i++){
3a: 83 c6 01 add $0x1,%esi
3d: 83 c3 04 add $0x4,%ebx
wc(fd, argv[i]);
40: 89 04 24 mov %eax,(%esp)
43: 89 54 24 04 mov %edx,0x4(%esp)
47: e8 54 00 00 00 call a0 <wc>
close(fd);
4c: 89 3c 24 mov %edi,(%esp)
4f: e8 86 03 00 00 call 3da <close>
for(i = 1; i < argc; i++){
54: 3b 75 08 cmp 0x8(%ebp),%esi
57: 75 c7 jne 20 <main+0x20>
}
exit();
59: e8 54 03 00 00 call 3b2 <exit>
printf(1, "wc: cannot open %s\n", argv[i]);
5e: 8b 03 mov (%ebx),%eax
60: c7 44 24 04 8c 0b 00 movl $0xb8c,0x4(%esp)
67: 00
68: c7 04 24 01 00 00 00 movl $0x1,(%esp)
6f: 89 44 24 08 mov %eax,0x8(%esp)
73: e8 e8 04 00 00 call 560 <printf>
exit();
78: e8 35 03 00 00 call 3b2 <exit>
wc(0, "");
7d: c7 44 24 04 7e 0b 00 movl $0xb7e,0x4(%esp)
84: 00
85: c7 04 24 00 00 00 00 movl $0x0,(%esp)
8c: e8 0f 00 00 00 call a0 <wc>
exit();
91: e8 1c 03 00 00 call 3b2 <exit>
96: 66 90 xchg %ax,%ax
98: 66 90 xchg %ax,%ax
9a: 66 90 xchg %ax,%ax
9c: 66 90 xchg %ax,%ax
9e: 66 90 xchg %ax,%ax
000000a0 <wc>:
{
a0: 55 push %ebp
a1: 89 e5 mov %esp,%ebp
a3: 57 push %edi
a4: 56 push %esi
inword = 0;
a5: 31 f6 xor %esi,%esi
{
a7: 53 push %ebx
l = w = c = 0;
a8: 31 db xor %ebx,%ebx
{
aa: 83 ec 3c sub $0x3c,%esp
l = w = c = 0;
ad: c7 45 dc 00 00 00 00 movl $0x0,-0x24(%ebp)
b4: c7 45 e0 00 00 00 00 movl $0x0,-0x20(%ebp)
bb: 90 nop
bc: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi
while((n = read(fd, buf, sizeof(buf))) > 0){
c0: 8b 45 08 mov 0x8(%ebp),%eax
c3: c7 44 24 08 00 02 00 movl $0x200,0x8(%esp)
ca: 00
cb: c7 44 24 04 a0 10 00 movl $0x10a0,0x4(%esp)
d2: 00
d3: 89 04 24 mov %eax,(%esp)
d6: e8 ef 02 00 00 call 3ca <read>
db: 83 f8 00 cmp $0x0,%eax
de: 89 45 e4 mov %eax,-0x1c(%ebp)
e1: 7e 54 jle 137 <wc+0x97>
e3: 31 ff xor %edi,%edi
e5: eb 0b jmp f2 <wc+0x52>
e7: 90 nop
inword = 0;
e8: 31 f6 xor %esi,%esi
for(i=0; i<n; i++){
ea: 83 c7 01 add $0x1,%edi
ed: 3b 7d e4 cmp -0x1c(%ebp),%edi
f0: 74 38 je 12a <wc+0x8a>
if(buf[i] == '\n')
f2: 0f be 87 a0 10 00 00 movsbl 0x10a0(%edi),%eax
l++;
f9: 31 c9 xor %ecx,%ecx
if(strchr(" \r\t\n\v", buf[i]))
fb: c7 04 24 69 0b 00 00 movl $0xb69,(%esp)
l++;
102: 3c 0a cmp $0xa,%al
104: 0f 94 c1 sete %cl
if(strchr(" \r\t\n\v", buf[i]))
107: 89 44 24 04 mov %eax,0x4(%esp)
l++;
10b: 01 cb add %ecx,%ebx
if(strchr(" \r\t\n\v", buf[i]))
10d: e8 4e 01 00 00 call 260 <strchr>
112: 85 c0 test %eax,%eax
114: 75 d2 jne e8 <wc+0x48>
else if(!inword){
116: 85 f6 test %esi,%esi
118: 75 16 jne 130 <wc+0x90>
w++;
11a: 83 45 e0 01 addl $0x1,-0x20(%ebp)
for(i=0; i<n; i++){
11e: 83 c7 01 add $0x1,%edi
121: 3b 7d e4 cmp -0x1c(%ebp),%edi
inword = 1;
124: 66 be 01 00 mov $0x1,%si
for(i=0; i<n; i++){
128: 75 c8 jne f2 <wc+0x52>
12a: 01 7d dc add %edi,-0x24(%ebp)
12d: eb 91 jmp c0 <wc+0x20>
12f: 90 nop
130: be 01 00 00 00 mov $0x1,%esi
135: eb b3 jmp ea <wc+0x4a>
if(n < 0){
137: 75 35 jne 16e <wc+0xce>
printf(1, "%d %d %d %s\n", l, w, c, name);
139: 8b 45 0c mov 0xc(%ebp),%eax
13c: 89 5c 24 08 mov %ebx,0x8(%esp)
140: c7 44 24 04 7f 0b 00 movl $0xb7f,0x4(%esp)
147: 00
148: c7 04 24 01 00 00 00 movl $0x1,(%esp)
14f: 89 44 24 14 mov %eax,0x14(%esp)
153: 8b 45 dc mov -0x24(%ebp),%eax
156: 89 44 24 10 mov %eax,0x10(%esp)
15a: 8b 45 e0 mov -0x20(%ebp),%eax
15d: 89 44 24 0c mov %eax,0xc(%esp)
161: e8 fa 03 00 00 call 560 <printf>
}
166: 83 c4 3c add $0x3c,%esp
169: 5b pop %ebx
16a: 5e pop %esi
16b: 5f pop %edi
16c: 5d pop %ebp
16d: c3 ret
printf(1, "wc: read error\n");
16e: c7 44 24 04 6f 0b 00 movl $0xb6f,0x4(%esp)
175: 00
176: c7 04 24 01 00 00 00 movl $0x1,(%esp)
17d: e8 de 03 00 00 call 560 <printf>
exit();
182: e8 2b 02 00 00 call 3b2 <exit>
187: 66 90 xchg %ax,%ax
189: 66 90 xchg %ax,%ax
18b: 66 90 xchg %ax,%ax
18d: 66 90 xchg %ax,%ax
18f: 90 nop
00000190 <strcpy>:
#include "user.h"
#include "x86.h"
char*
strcpy(char *s, const char *t)
{
190: 55 push %ebp
191: 89 e5 mov %esp,%ebp
193: 8b 45 08 mov 0x8(%ebp),%eax
196: 8b 4d 0c mov 0xc(%ebp),%ecx
199: 53 push %ebx
char *os;
os = s;
while((*s++ = *t++) != 0)
19a: 89 c2 mov %eax,%edx
19c: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi
1a0: 83 c1 01 add $0x1,%ecx
1a3: 0f b6 59 ff movzbl -0x1(%ecx),%ebx
1a7: 83 c2 01 add $0x1,%edx
1aa: 84 db test %bl,%bl
1ac: 88 5a ff mov %bl,-0x1(%edx)
1af: 75 ef jne 1a0 <strcpy+0x10>
;
return os;
}
1b1: 5b pop %ebx
1b2: 5d pop %ebp
1b3: c3 ret
1b4: 8d b6 00 00 00 00 lea 0x0(%esi),%esi
1ba: 8d bf 00 00 00 00 lea 0x0(%edi),%edi
000001c0 <strcmp>:
int
strcmp(const char *p, const char *q)
{
1c0: 55 push %ebp
1c1: 89 e5 mov %esp,%ebp
1c3: 8b 55 08 mov 0x8(%ebp),%edx
1c6: 53 push %ebx
1c7: 8b 4d 0c mov 0xc(%ebp),%ecx
while(*p && *p == *q)
1ca: 0f b6 02 movzbl (%edx),%eax
1cd: 84 c0 test %al,%al
1cf: 74 2d je 1fe <strcmp+0x3e>
1d1: 0f b6 19 movzbl (%ecx),%ebx
1d4: 38 d8 cmp %bl,%al
1d6: 74 0e je 1e6 <strcmp+0x26>
1d8: eb 2b jmp 205 <strcmp+0x45>
1da: 8d b6 00 00 00 00 lea 0x0(%esi),%esi
1e0: 38 c8 cmp %cl,%al
1e2: 75 15 jne 1f9 <strcmp+0x39>
p++, q++;
1e4: 89 d9 mov %ebx,%ecx
1e6: 83 c2 01 add $0x1,%edx
while(*p && *p == *q)
1e9: 0f b6 02 movzbl (%edx),%eax
p++, q++;
1ec: 8d 59 01 lea 0x1(%ecx),%ebx
while(*p && *p == *q)
1ef: 0f b6 49 01 movzbl 0x1(%ecx),%ecx
1f3: 84 c0 test %al,%al
1f5: 75 e9 jne 1e0 <strcmp+0x20>
1f7: 31 c0 xor %eax,%eax
return (uchar)*p - (uchar)*q;
1f9: 29 c8 sub %ecx,%eax
}
1fb: 5b pop %ebx
1fc: 5d pop %ebp
1fd: c3 ret
1fe: 0f b6 09 movzbl (%ecx),%ecx
while(*p && *p == *q)
201: 31 c0 xor %eax,%eax
203: eb f4 jmp 1f9 <strcmp+0x39>
205: 0f b6 cb movzbl %bl,%ecx
208: eb ef jmp 1f9 <strcmp+0x39>
20a: 8d b6 00 00 00 00 lea 0x0(%esi),%esi
00000210 <strlen>:
uint
strlen(const char *s)
{
210: 55 push %ebp
211: 89 e5 mov %esp,%ebp
213: 8b 4d 08 mov 0x8(%ebp),%ecx
int n;
for(n = 0; s[n]; n++)
216: 80 39 00 cmpb $0x0,(%ecx)
219: 74 12 je 22d <strlen+0x1d>
21b: 31 d2 xor %edx,%edx
21d: 8d 76 00 lea 0x0(%esi),%esi
220: 83 c2 01 add $0x1,%edx
223: 80 3c 11 00 cmpb $0x0,(%ecx,%edx,1)
227: 89 d0 mov %edx,%eax
229: 75 f5 jne 220 <strlen+0x10>
;
return n;
}
22b: 5d pop %ebp
22c: c3 ret
for(n = 0; s[n]; n++)
22d: 31 c0 xor %eax,%eax
}
22f: 5d pop %ebp
230: c3 ret
231: eb 0d jmp 240 <memset>
233: 90 nop
234: 90 nop
235: 90 nop
236: 90 nop
237: 90 nop
238: 90 nop
239: 90 nop
23a: 90 nop
23b: 90 nop
23c: 90 nop
23d: 90 nop
23e: 90 nop
23f: 90 nop
00000240 <memset>:
void*
memset(void *dst, int c, uint n)
{
240: 55 push %ebp
241: 89 e5 mov %esp,%ebp
243: 8b 55 08 mov 0x8(%ebp),%edx
246: 57 push %edi
}
static inline void
stosb(void *addr, int data, int cnt)
{
asm volatile("cld; rep stosb" :
247: 8b 4d 10 mov 0x10(%ebp),%ecx
24a: 8b 45 0c mov 0xc(%ebp),%eax
24d: 89 d7 mov %edx,%edi
24f: fc cld
250: f3 aa rep stos %al,%es:(%edi)
stosb(dst, c, n);
return dst;
}
252: 89 d0 mov %edx,%eax
254: 5f pop %edi
255: 5d pop %ebp
256: c3 ret
257: 89 f6 mov %esi,%esi
259: 8d bc 27 00 00 00 00 lea 0x0(%edi,%eiz,1),%edi
00000260 <strchr>:
char*
strchr(const char *s, char c)
{
260: 55 push %ebp
261: 89 e5 mov %esp,%ebp
263: 8b 45 08 mov 0x8(%ebp),%eax
266: 53 push %ebx
267: 8b 55 0c mov 0xc(%ebp),%edx
for(; *s; s++)
26a: 0f b6 18 movzbl (%eax),%ebx
26d: 84 db test %bl,%bl
26f: 74 1d je 28e <strchr+0x2e>
if(*s == c)
271: 38 d3 cmp %dl,%bl
273: 89 d1 mov %edx,%ecx
275: 75 0d jne 284 <strchr+0x24>
277: eb 17 jmp 290 <strchr+0x30>
279: 8d b4 26 00 00 00 00 lea 0x0(%esi,%eiz,1),%esi
280: 38 ca cmp %cl,%dl
282: 74 0c je 290 <strchr+0x30>
for(; *s; s++)
284: 83 c0 01 add $0x1,%eax
287: 0f b6 10 movzbl (%eax),%edx
28a: 84 d2 test %dl,%dl
28c: 75 f2 jne 280 <strchr+0x20>
return (char*)s;
return 0;
28e: 31 c0 xor %eax,%eax
}
290: 5b pop %ebx
291: 5d pop %ebp
292: c3 ret
293: 8d b6 00 00 00 00 lea 0x0(%esi),%esi
299: 8d bc 27 00 00 00 00 lea 0x0(%edi,%eiz,1),%edi
000002a0 <gets>:
char*
gets(char *buf, int max)
{
2a0: 55 push %ebp
2a1: 89 e5 mov %esp,%ebp
2a3: 57 push %edi
2a4: 56 push %esi
int i, cc;
char c;
for(i=0; i+1 < max; ){
2a5: 31 f6 xor %esi,%esi
{
2a7: 53 push %ebx
2a8: 83 ec 2c sub $0x2c,%esp
cc = read(0, &c, 1);
2ab: 8d 7d e7 lea -0x19(%ebp),%edi
for(i=0; i+1 < max; ){
2ae: eb 31 jmp 2e1 <gets+0x41>
cc = read(0, &c, 1);
2b0: c7 44 24 08 01 00 00 movl $0x1,0x8(%esp)
2b7: 00
2b8: 89 7c 24 04 mov %edi,0x4(%esp)
2bc: c7 04 24 00 00 00 00 movl $0x0,(%esp)
2c3: e8 02 01 00 00 call 3ca <read>
if(cc < 1)
2c8: 85 c0 test %eax,%eax
2ca: 7e 1d jle 2e9 <gets+0x49>
break;
buf[i++] = c;
2cc: 0f b6 45 e7 movzbl -0x19(%ebp),%eax
for(i=0; i+1 < max; ){
2d0: 89 de mov %ebx,%esi
buf[i++] = c;
2d2: 8b 55 08 mov 0x8(%ebp),%edx
if(c == '\n' || c == '\r')
2d5: 3c 0d cmp $0xd,%al
buf[i++] = c;
2d7: 88 44 1a ff mov %al,-0x1(%edx,%ebx,1)
if(c == '\n' || c == '\r')
2db: 74 0c je 2e9 <gets+0x49>
2dd: 3c 0a cmp $0xa,%al
2df: 74 08 je 2e9 <gets+0x49>
for(i=0; i+1 < max; ){
2e1: 8d 5e 01 lea 0x1(%esi),%ebx
2e4: 3b 5d 0c cmp 0xc(%ebp),%ebx
2e7: 7c c7 jl 2b0 <gets+0x10>
break;
}
buf[i] = '\0';
2e9: 8b 45 08 mov 0x8(%ebp),%eax
2ec: c6 04 30 00 movb $0x0,(%eax,%esi,1)
return buf;
}
2f0: 83 c4 2c add $0x2c,%esp
2f3: 5b pop %ebx
2f4: 5e pop %esi
2f5: 5f pop %edi
2f6: 5d pop %ebp
2f7: c3 ret
2f8: 90 nop
2f9: 8d b4 26 00 00 00 00 lea 0x0(%esi,%eiz,1),%esi
00000300 <stat>:
int
stat(const char *n, struct stat *st)
{
300: 55 push %ebp
301: 89 e5 mov %esp,%ebp
303: 56 push %esi
304: 53 push %ebx
305: 83 ec 10 sub $0x10,%esp
int fd;
int r;
fd = open(n, O_RDONLY);
308: 8b 45 08 mov 0x8(%ebp),%eax
30b: c7 44 24 04 00 00 00 movl $0x0,0x4(%esp)
312: 00
313: 89 04 24 mov %eax,(%esp)
316: e8 d7 00 00 00 call 3f2 <open>
if(fd < 0)
31b: 85 c0 test %eax,%eax
fd = open(n, O_RDONLY);
31d: 89 c3 mov %eax,%ebx
if(fd < 0)
31f: 78 27 js 348 <stat+0x48>
return -1;
r = fstat(fd, st);
321: 8b 45 0c mov 0xc(%ebp),%eax
324: 89 1c 24 mov %ebx,(%esp)
327: 89 44 24 04 mov %eax,0x4(%esp)
32b: e8 da 00 00 00 call 40a <fstat>
close(fd);
330: 89 1c 24 mov %ebx,(%esp)
r = fstat(fd, st);
333: 89 c6 mov %eax,%esi
close(fd);
335: e8 a0 00 00 00 call 3da <close>
return r;
33a: 89 f0 mov %esi,%eax
}
33c: 83 c4 10 add $0x10,%esp
33f: 5b pop %ebx
340: 5e pop %esi
341: 5d pop %ebp
342: c3 ret
343: 90 nop
344: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi
return -1;
348: b8 ff ff ff ff mov $0xffffffff,%eax
34d: eb ed jmp 33c <stat+0x3c>
34f: 90 nop
00000350 <atoi>:
int
atoi(const char *s)
{
350: 55 push %ebp
351: 89 e5 mov %esp,%ebp
353: 8b 4d 08 mov 0x8(%ebp),%ecx
356: 53 push %ebx
int n;
n = 0;
while('0' <= *s && *s <= '9')
357: 0f be 11 movsbl (%ecx),%edx
35a: 8d 42 d0 lea -0x30(%edx),%eax
35d: 3c 09 cmp $0x9,%al
n = 0;
35f: b8 00 00 00 00 mov $0x0,%eax
while('0' <= *s && *s <= '9')
364: 77 17 ja 37d <atoi+0x2d>
366: 66 90 xchg %ax,%ax
n = n*10 + *s++ - '0';
368: 83 c1 01 add $0x1,%ecx
36b: 8d 04 80 lea (%eax,%eax,4),%eax
36e: 8d 44 42 d0 lea -0x30(%edx,%eax,2),%eax
while('0' <= *s && *s <= '9')
372: 0f be 11 movsbl (%ecx),%edx
375: 8d 5a d0 lea -0x30(%edx),%ebx
378: 80 fb 09 cmp $0x9,%bl
37b: 76 eb jbe 368 <atoi+0x18>
return n;
}
37d: 5b pop %ebx
37e: 5d pop %ebp
37f: c3 ret
00000380 <memmove>:
void*
memmove(void *vdst, const void *vsrc, int n)
{
380: 55 push %ebp
char *dst;
const char *src;
dst = vdst;
src = vsrc;
while(n-- > 0)
381: 31 d2 xor %edx,%edx
{
383: 89 e5 mov %esp,%ebp
385: 56 push %esi
386: 8b 45 08 mov 0x8(%ebp),%eax
389: 53 push %ebx
38a: 8b 5d 10 mov 0x10(%ebp),%ebx
38d: 8b 75 0c mov 0xc(%ebp),%esi
while(n-- > 0)
390: 85 db test %ebx,%ebx
392: 7e 12 jle 3a6 <memmove+0x26>
394: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi
*dst++ = *src++;
398: 0f b6 0c 16 movzbl (%esi,%edx,1),%ecx
39c: 88 0c 10 mov %cl,(%eax,%edx,1)
39f: 83 c2 01 add $0x1,%edx
while(n-- > 0)
3a2: 39 da cmp %ebx,%edx
3a4: 75 f2 jne 398 <memmove+0x18>
return vdst;
}
3a6: 5b pop %ebx
3a7: 5e pop %esi
3a8: 5d pop %ebp
3a9: c3 ret
000003aa <fork>:
name: \
movl $SYS_ ## name, %eax; \
int $T_SYSCALL; \
ret
SYSCALL(fork)
3aa: b8 01 00 00 00 mov $0x1,%eax
3af: cd 40 int $0x40
3b1: c3 ret
000003b2 <exit>:
SYSCALL(exit)
3b2: b8 02 00 00 00 mov $0x2,%eax
3b7: cd 40 int $0x40
3b9: c3 ret
000003ba <wait>:
SYSCALL(wait)
3ba: b8 03 00 00 00 mov $0x3,%eax
3bf: cd 40 int $0x40
3c1: c3 ret
000003c2 <pipe>:
SYSCALL(pipe)
3c2: b8 04 00 00 00 mov $0x4,%eax
3c7: cd 40 int $0x40
3c9: c3 ret
000003ca <read>:
SYSCALL(read)
3ca: b8 05 00 00 00 mov $0x5,%eax
3cf: cd 40 int $0x40
3d1: c3 ret
000003d2 <write>:
SYSCALL(write)
3d2: b8 10 00 00 00 mov $0x10,%eax
3d7: cd 40 int $0x40
3d9: c3 ret
000003da <close>:
SYSCALL(close)
3da: b8 15 00 00 00 mov $0x15,%eax
3df: cd 40 int $0x40
3e1: c3 ret
000003e2 <kill>:
SYSCALL(kill)
3e2: b8 06 00 00 00 mov $0x6,%eax
3e7: cd 40 int $0x40
3e9: c3 ret
000003ea <exec>:
SYSCALL(exec)
3ea: b8 07 00 00 00 mov $0x7,%eax
3ef: cd 40 int $0x40
3f1: c3 ret
000003f2 <open>:
SYSCALL(open)
3f2: b8 0f 00 00 00 mov $0xf,%eax
3f7: cd 40 int $0x40
3f9: c3 ret
000003fa <mknod>:
SYSCALL(mknod)
3fa: b8 11 00 00 00 mov $0x11,%eax
3ff: cd 40 int $0x40
401: c3 ret
00000402 <unlink>:
SYSCALL(unlink)
402: b8 12 00 00 00 mov $0x12,%eax
407: cd 40 int $0x40
409: c3 ret
0000040a <fstat>:
SYSCALL(fstat)
40a: b8 08 00 00 00 mov $0x8,%eax
40f: cd 40 int $0x40
411: c3 ret
00000412 <link>:
SYSCALL(link)
412: b8 13 00 00 00 mov $0x13,%eax
417: cd 40 int $0x40
419: c3 ret
0000041a <mkdir>:
SYSCALL(mkdir)
41a: b8 14 00 00 00 mov $0x14,%eax
41f: cd 40 int $0x40
421: c3 ret
00000422 <chdir>:
SYSCALL(chdir)
422: b8 09 00 00 00 mov $0x9,%eax
427: cd 40 int $0x40
429: c3 ret
0000042a <dup>:
SYSCALL(dup)
42a: b8 0a 00 00 00 mov $0xa,%eax
42f: cd 40 int $0x40
431: c3 ret
00000432 <getpid>:
SYSCALL(getpid)
432: b8 0b 00 00 00 mov $0xb,%eax
437: cd 40 int $0x40
439: c3 ret
0000043a <sbrk>:
SYSCALL(sbrk)
43a: b8 0c 00 00 00 mov $0xc,%eax
43f: cd 40 int $0x40
441: c3 ret
00000442 <sleep>:
SYSCALL(sleep)
442: b8 0d 00 00 00 mov $0xd,%eax
447: cd 40 int $0x40
449: c3 ret
0000044a <uptime>:
SYSCALL(uptime)
44a: b8 0e 00 00 00 mov $0xe,%eax
44f: cd 40 int $0x40
451: c3 ret
00000452 <getppid>:
#ifdef GETPPID
SYSCALL(getppid)
452: b8 16 00 00 00 mov $0x16,%eax
457: cd 40 int $0x40
459: c3 ret
0000045a <cps>:
#endif // GETPPID
#ifdef CPS
SYSCALL(cps)
45a: b8 17 00 00 00 mov $0x17,%eax
45f: cd 40 int $0x40
461: c3 ret
00000462 <halt>:
#endif // CPS
#ifdef HALT
SYSCALL(halt)
462: b8 18 00 00 00 mov $0x18,%eax
467: cd 40 int $0x40
469: c3 ret
0000046a <kdebug>:
#endif // HALT
#ifdef KDEBUG
SYSCALL(kdebug)
46a: b8 19 00 00 00 mov $0x19,%eax
46f: cd 40 int $0x40
471: c3 ret
00000472 <va2pa>:
#endif // KDEBUG
#ifdef VA2PA
SYSCALL(va2pa)
472: b8 1a 00 00 00 mov $0x1a,%eax
477: cd 40 int $0x40
479: c3 ret
0000047a <kthread_create>:
#endif // VA2PA
#ifdef KTHREADS
SYSCALL(kthread_create)
47a: b8 1b 00 00 00 mov $0x1b,%eax
47f: cd 40 int $0x40
481: c3 ret
00000482 <kthread_join>:
SYSCALL(kthread_join)
482: b8 1c 00 00 00 mov $0x1c,%eax
487: cd 40 int $0x40
489: c3 ret
0000048a <kthread_exit>:
SYSCALL(kthread_exit)
48a: b8 1d 00 00 00 mov $0x1d,%eax
48f: cd 40 int $0x40
491: c3 ret
00000492 <kthread_self>:
#endif // KTHREADS
#ifdef BENNY_MOOTEX
SYSCALL(kthread_self)
492: b8 1e 00 00 00 mov $0x1e,%eax
497: cd 40 int $0x40
499: c3 ret
0000049a <kthread_yield>:
SYSCALL(kthread_yield)
49a: b8 1f 00 00 00 mov $0x1f,%eax
49f: cd 40 int $0x40
4a1: c3 ret
000004a2 <kthread_cpu_count>:
SYSCALL(kthread_cpu_count)
4a2: b8 20 00 00 00 mov $0x20,%eax
4a7: cd 40 int $0x40
4a9: c3 ret
000004aa <kthread_thread_count>:
SYSCALL(kthread_thread_count)
4aa: b8 21 00 00 00 mov $0x21,%eax
4af: cd 40 int $0x40
4b1: c3 ret
4b2: 66 90 xchg %ax,%ax
4b4: 66 90 xchg %ax,%ax
4b6: 66 90 xchg %ax,%ax
4b8: 66 90 xchg %ax,%ax
4ba: 66 90 xchg %ax,%ax
4bc: 66 90 xchg %ax,%ax
4be: 66 90 xchg %ax,%ax
000004c0 <printint>:
write(fd, &c, 1);
}
static void
printint(int fd, int xx, int base, int sgn)
{
4c0: 55 push %ebp
4c1: 89 e5 mov %esp,%ebp
4c3: 57 push %edi
4c4: 56 push %esi
4c5: 89 c6 mov %eax,%esi
4c7: 53 push %ebx
4c8: 83 ec 4c sub $0x4c,%esp
char buf[16];
int i, neg;
uint x;
neg = 0;
if(sgn && xx < 0){
4cb: 8b 5d 08 mov 0x8(%ebp),%ebx
4ce: 85 db test %ebx,%ebx
4d0: 74 09 je 4db <printint+0x1b>
4d2: 89 d0 mov %edx,%eax
4d4: c1 e8 1f shr $0x1f,%eax
4d7: 84 c0 test %al,%al
4d9: 75 75 jne 550 <printint+0x90>
neg = 1;
x = -xx;
} else {
x = xx;
4db: 89 d0 mov %edx,%eax
neg = 0;
4dd: c7 45 c4 00 00 00 00 movl $0x0,-0x3c(%ebp)
4e4: 89 75 c0 mov %esi,-0x40(%ebp)
}
i = 0;
4e7: 31 ff xor %edi,%edi
4e9: 89 ce mov %ecx,%esi
4eb: 8d 5d d7 lea -0x29(%ebp),%ebx
4ee: eb 02 jmp 4f2 <printint+0x32>
do{
buf[i++] = digits[x % base];
4f0: 89 cf mov %ecx,%edi
4f2: 31 d2 xor %edx,%edx
4f4: f7 f6 div %esi
4f6: 8d 4f 01 lea 0x1(%edi),%ecx
4f9: 0f b6 92 a7 0b 00 00 movzbl 0xba7(%edx),%edx
}while((x /= base) != 0);
500: 85 c0 test %eax,%eax
buf[i++] = digits[x % base];
502: 88 14 0b mov %dl,(%ebx,%ecx,1)
}while((x /= base) != 0);
505: 75 e9 jne 4f0 <printint+0x30>
if(neg)
507: 8b 55 c4 mov -0x3c(%ebp),%edx
buf[i++] = digits[x % base];
50a: 89 c8 mov %ecx,%eax
50c: 8b 75 c0 mov -0x40(%ebp),%esi
if(neg)
50f: 85 d2 test %edx,%edx
511: 74 08 je 51b <printint+0x5b>
buf[i++] = '-';
513: 8d 4f 02 lea 0x2(%edi),%ecx
516: c6 44 05 d8 2d movb $0x2d,-0x28(%ebp,%eax,1)
while(--i >= 0)
51b: 8d 79 ff lea -0x1(%ecx),%edi
51e: 66 90 xchg %ax,%ax
520: 0f b6 44 3d d8 movzbl -0x28(%ebp,%edi,1),%eax
525: 83 ef 01 sub $0x1,%edi
write(fd, &c, 1);
528: c7 44 24 08 01 00 00 movl $0x1,0x8(%esp)
52f: 00
530: 89 5c 24 04 mov %ebx,0x4(%esp)
534: 89 34 24 mov %esi,(%esp)
537: 88 45 d7 mov %al,-0x29(%ebp)
53a: e8 93 fe ff ff call 3d2 <write>
while(--i >= 0)
53f: 83 ff ff cmp $0xffffffff,%edi
542: 75 dc jne 520 <printint+0x60>
putc(fd, buf[i]);
}
544: 83 c4 4c add $0x4c,%esp
547: 5b pop %ebx
548: 5e pop %esi
549: 5f pop %edi
54a: 5d pop %ebp
54b: c3 ret
54c: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi
x = -xx;
550: 89 d0 mov %edx,%eax
552: f7 d8 neg %eax
neg = 1;
554: c7 45 c4 01 00 00 00 movl $0x1,-0x3c(%ebp)
55b: eb 87 jmp 4e4 <printint+0x24>
55d: 8d 76 00 lea 0x0(%esi),%esi
00000560 <printf>:
// Print to the given fd. Only understands %d, %x, %p, %s.
void
printf(int fd, const char *fmt, ...)
{
560: 55 push %ebp
561: 89 e5 mov %esp,%ebp
563: 57 push %edi
char *s;
int c, i, state;
uint *ap;
state = 0;
564: 31 ff xor %edi,%edi
{
566: 56 push %esi
567: 53 push %ebx
568: 83 ec 3c sub $0x3c,%esp
ap = (uint*)(void*)&fmt + 1;
for(i = 0; fmt[i]; i++){
56b: 8b 5d 0c mov 0xc(%ebp),%ebx
ap = (uint*)(void*)&fmt + 1;
56e: 8d 45 10 lea 0x10(%ebp),%eax
{
571: 8b 75 08 mov 0x8(%ebp),%esi
ap = (uint*)(void*)&fmt + 1;
574: 89 45 d4 mov %eax,-0x2c(%ebp)
for(i = 0; fmt[i]; i++){
577: 0f b6 13 movzbl (%ebx),%edx
57a: 83 c3 01 add $0x1,%ebx
57d: 84 d2 test %dl,%dl
57f: 75 39 jne 5ba <printf+0x5a>
581: e9 ca 00 00 00 jmp 650 <printf+0xf0>
586: 66 90 xchg %ax,%ax
c = fmt[i] & 0xff;
if(state == 0){
if(c == '%'){
588: 83 fa 25 cmp $0x25,%edx
58b: 0f 84 c7 00 00 00 je 658 <printf+0xf8>
write(fd, &c, 1);
591: 8d 45 e0 lea -0x20(%ebp),%eax
594: c7 44 24 08 01 00 00 movl $0x1,0x8(%esp)
59b: 00
59c: 89 44 24 04 mov %eax,0x4(%esp)
5a0: 89 34 24 mov %esi,(%esp)
state = '%';
} else {
putc(fd, c);
5a3: 88 55 e0 mov %dl,-0x20(%ebp)
write(fd, &c, 1);
5a6: e8 27 fe ff ff call 3d2 <write>
5ab: 83 c3 01 add $0x1,%ebx
for(i = 0; fmt[i]; i++){
5ae: 0f b6 53 ff movzbl -0x1(%ebx),%edx
5b2: 84 d2 test %dl,%dl
5b4: 0f 84 96 00 00 00 je 650 <printf+0xf0>
if(state == 0){
5ba: 85 ff test %edi,%edi
c = fmt[i] & 0xff;
5bc: 0f be c2 movsbl %dl,%eax
if(state == 0){
5bf: 74 c7 je 588 <printf+0x28>
}
} else if(state == '%'){
5c1: 83 ff 25 cmp $0x25,%edi
5c4: 75 e5 jne 5ab <printf+0x4b>
if(c == 'd' || c == 'u'){
5c6: 83 fa 75 cmp $0x75,%edx
5c9: 0f 84 99 00 00 00 je 668 <printf+0x108>
5cf: 83 fa 64 cmp $0x64,%edx
5d2: 0f 84 90 00 00 00 je 668 <printf+0x108>
printint(fd, *ap, 10, 1);
ap++;
} else if(c == 'x' || c == 'p'){
5d8: 25 f7 00 00 00 and $0xf7,%eax
5dd: 83 f8 70 cmp $0x70,%eax
5e0: 0f 84 aa 00 00 00 je 690 <printf+0x130>
putc(fd, '0');
putc(fd, 'x');
printint(fd, *ap, 16, 0);
ap++;
} else if(c == 's'){
5e6: 83 fa 73 cmp $0x73,%edx
5e9: 0f 84 e9 00 00 00 je 6d8 <printf+0x178>
s = "(null)";
while(*s != 0){
putc(fd, *s);
s++;
}
} else if(c == 'c'){
5ef: 83 fa 63 cmp $0x63,%edx
5f2: 0f 84 2b 01 00 00 je 723 <printf+0x1c3>
putc(fd, *ap);
ap++;
} else if(c == '%'){
5f8: 83 fa 25 cmp $0x25,%edx
5fb: 0f 84 4f 01 00 00 je 750 <printf+0x1f0>
write(fd, &c, 1);
601: 8d 45 e6 lea -0x1a(%ebp),%eax
604: 83 c3 01 add $0x1,%ebx
607: c7 44 24 08 01 00 00 movl $0x1,0x8(%esp)
60e: 00
} else {
// Unknown % sequence. Print it to draw attention.
putc(fd, '%');
putc(fd, c);
}
state = 0;
60f: 31 ff xor %edi,%edi
write(fd, &c, 1);
611: 89 44 24 04 mov %eax,0x4(%esp)
615: 89 34 24 mov %esi,(%esp)
618: 89 55 d0 mov %edx,-0x30(%ebp)
61b: c6 45 e6 25 movb $0x25,-0x1a(%ebp)
61f: e8 ae fd ff ff call 3d2 <write>
putc(fd, c);
624: 8b 55 d0 mov -0x30(%ebp),%edx
write(fd, &c, 1);
627: 8d 45 e7 lea -0x19(%ebp),%eax
62a: c7 44 24 08 01 00 00 movl $0x1,0x8(%esp)
631: 00
632: 89 44 24 04 mov %eax,0x4(%esp)
636: 89 34 24 mov %esi,(%esp)
putc(fd, c);
639: 88 55 e7 mov %dl,-0x19(%ebp)
write(fd, &c, 1);
63c: e8 91 fd ff ff call 3d2 <write>
for(i = 0; fmt[i]; i++){
641: 0f b6 53 ff movzbl -0x1(%ebx),%edx
645: 84 d2 test %dl,%dl
647: 0f 85 6d ff ff ff jne 5ba <printf+0x5a>
64d: 8d 76 00 lea 0x0(%esi),%esi
}
}
}
650: 83 c4 3c add $0x3c,%esp
653: 5b pop %ebx
654: 5e pop %esi
655: 5f pop %edi
656: 5d pop %ebp
657: c3 ret
state = '%';
658: bf 25 00 00 00 mov $0x25,%edi
65d: e9 49 ff ff ff jmp 5ab <printf+0x4b>
662: 8d b6 00 00 00 00 lea 0x0(%esi),%esi
printint(fd, *ap, 10, 1);
668: c7 04 24 01 00 00 00 movl $0x1,(%esp)
66f: b9 0a 00 00 00 mov $0xa,%ecx
printint(fd, *ap, 16, 0);
674: 8b 45 d4 mov -0x2c(%ebp),%eax
state = 0;
677: 31 ff xor %edi,%edi
printint(fd, *ap, 16, 0);
679: 8b 10 mov (%eax),%edx
67b: 89 f0 mov %esi,%eax
67d: e8 3e fe ff ff call 4c0 <printint>
ap++;
682: 83 45 d4 04 addl $0x4,-0x2c(%ebp)
686: e9 20 ff ff ff jmp 5ab <printf+0x4b>
68b: 90 nop
68c: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi
write(fd, &c, 1);
690: 8d 45 e1 lea -0x1f(%ebp),%eax
693: c7 44 24 08 01 00 00 movl $0x1,0x8(%esp)
69a: 00
69b: 89 44 24 04 mov %eax,0x4(%esp)
69f: 89 34 24 mov %esi,(%esp)
6a2: c6 45 e1 30 movb $0x30,-0x1f(%ebp)
6a6: e8 27 fd ff ff call 3d2 <write>
6ab: 8d 45 e2 lea -0x1e(%ebp),%eax
6ae: c7 44 24 08 01 00 00 movl $0x1,0x8(%esp)
6b5: 00
6b6: 89 44 24 04 mov %eax,0x4(%esp)
6ba: 89 34 24 mov %esi,(%esp)
6bd: c6 45 e2 78 movb $0x78,-0x1e(%ebp)
6c1: e8 0c fd ff ff call 3d2 <write>
printint(fd, *ap, 16, 0);
6c6: b9 10 00 00 00 mov $0x10,%ecx
6cb: c7 04 24 00 00 00 00 movl $0x0,(%esp)
6d2: eb a0 jmp 674 <printf+0x114>
6d4: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi
s = (char*)*ap;
6d8: 8b 45 d4 mov -0x2c(%ebp),%eax
ap++;
6db: 83 45 d4 04 addl $0x4,-0x2c(%ebp)
s = (char*)*ap;
6df: 8b 38 mov (%eax),%edi
s = "(null)";
6e1: b8 a0 0b 00 00 mov $0xba0,%eax
6e6: 85 ff test %edi,%edi
6e8: 0f 44 f8 cmove %eax,%edi
while(*s != 0){
6eb: 0f b6 07 movzbl (%edi),%eax
6ee: 84 c0 test %al,%al
6f0: 74 2a je 71c <printf+0x1bc>
6f2: 8d b6 00 00 00 00 lea 0x0(%esi),%esi
6f8: 88 45 e3 mov %al,-0x1d(%ebp)
write(fd, &c, 1);
6fb: 8d 45 e3 lea -0x1d(%ebp),%eax
s++;
6fe: 83 c7 01 add $0x1,%edi
write(fd, &c, 1);
701: c7 44 24 08 01 00 00 movl $0x1,0x8(%esp)
708: 00
709: 89 44 24 04 mov %eax,0x4(%esp)
70d: 89 34 24 mov %esi,(%esp)
710: e8 bd fc ff ff call 3d2 <write>
while(*s != 0){
715: 0f b6 07 movzbl (%edi),%eax
718: 84 c0 test %al,%al
71a: 75 dc jne 6f8 <printf+0x198>
state = 0;
71c: 31 ff xor %edi,%edi
71e: e9 88 fe ff ff jmp 5ab <printf+0x4b>
putc(fd, *ap);
723: 8b 45 d4 mov -0x2c(%ebp),%eax
state = 0;
726: 31 ff xor %edi,%edi
putc(fd, *ap);
728: 8b 00 mov (%eax),%eax
write(fd, &c, 1);
72a: c7 44 24 08 01 00 00 movl $0x1,0x8(%esp)
731: 00
732: 89 34 24 mov %esi,(%esp)
putc(fd, *ap);
735: 88 45 e4 mov %al,-0x1c(%ebp)
write(fd, &c, 1);
738: 8d 45 e4 lea -0x1c(%ebp),%eax
73b: 89 44 24 04 mov %eax,0x4(%esp)
73f: e8 8e fc ff ff call 3d2 <write>
ap++;
744: 83 45 d4 04 addl $0x4,-0x2c(%ebp)
748: e9 5e fe ff ff jmp 5ab <printf+0x4b>
74d: 8d 76 00 lea 0x0(%esi),%esi
write(fd, &c, 1);
750: 8d 45 e5 lea -0x1b(%ebp),%eax
state = 0;
753: 31 ff xor %edi,%edi
write(fd, &c, 1);
755: c7 44 24 08 01 00 00 movl $0x1,0x8(%esp)
75c: 00
75d: 89 44 24 04 mov %eax,0x4(%esp)
761: 89 34 24 mov %esi,(%esp)
764: c6 45 e5 25 movb $0x25,-0x1b(%ebp)
768: e8 65 fc ff ff call 3d2 <write>
76d: e9 39 fe ff ff jmp 5ab <printf+0x4b>
772: 66 90 xchg %ax,%ax
774: 66 90 xchg %ax,%ax
776: 66 90 xchg %ax,%ax
778: 66 90 xchg %ax,%ax
77a: 66 90 xchg %ax,%ax
77c: 66 90 xchg %ax,%ax
77e: 66 90 xchg %ax,%ax
00000780 <free>:
static Header base;
static Header *freep;
void
free(void *ap)
{
780: 55 push %ebp
Header *bp, *p;
bp = (Header*)ap - 1;
for(p = freep; !(bp > p && bp < p->s.ptr); p = p->s.ptr)
781: a1 80 10 00 00 mov 0x1080,%eax
{
786: 89 e5 mov %esp,%ebp
788: 57 push %edi
789: 56 push %esi
78a: 53 push %ebx
78b: 8b 5d 08 mov 0x8(%ebp),%ebx
if(p >= p->s.ptr && (bp > p || bp < p->s.ptr))
78e: 8b 08 mov (%eax),%ecx
bp = (Header*)ap - 1;
790: 8d 53 f8 lea -0x8(%ebx),%edx
for(p = freep; !(bp > p && bp < p->s.ptr); p = p->s.ptr)
793: 39 d0 cmp %edx,%eax
795: 72 11 jb 7a8 <free+0x28>
797: 90 nop
if(p >= p->s.ptr && (bp > p || bp < p->s.ptr))
798: 39 c8 cmp %ecx,%eax
79a: 72 04 jb 7a0 <free+0x20>
79c: 39 ca cmp %ecx,%edx
79e: 72 10 jb 7b0 <free+0x30>
7a0: 89 c8 mov %ecx,%eax
for(p = freep; !(bp > p && bp < p->s.ptr); p = p->s.ptr)
7a2: 39 d0 cmp %edx,%eax
if(p >= p->s.ptr && (bp > p || bp < p->s.ptr))
7a4: 8b 08 mov (%eax),%ecx
for(p = freep; !(bp > p && bp < p->s.ptr); p = p->s.ptr)
7a6: 73 f0 jae 798 <free+0x18>
7a8: 39 ca cmp %ecx,%edx
7aa: 72 04 jb 7b0 <free+0x30>
if(p >= p->s.ptr && (bp > p || bp < p->s.ptr))
7ac: 39 c8 cmp %ecx,%eax
7ae: 72 f0 jb 7a0 <free+0x20>
break;
if(bp + bp->s.size == p->s.ptr){
7b0: 8b 73 fc mov -0x4(%ebx),%esi
7b3: 8d 3c f2 lea (%edx,%esi,8),%edi
7b6: 39 cf cmp %ecx,%edi
7b8: 74 1e je 7d8 <free+0x58>
bp->s.size += p->s.ptr->s.size;
bp->s.ptr = p->s.ptr->s.ptr;
} else
bp->s.ptr = p->s.ptr;
7ba: 89 4b f8 mov %ecx,-0x8(%ebx)
if(p + p->s.size == bp){
7bd: 8b 48 04 mov 0x4(%eax),%ecx
7c0: 8d 34 c8 lea (%eax,%ecx,8),%esi
7c3: 39 f2 cmp %esi,%edx
7c5: 74 28 je 7ef <free+0x6f>
p->s.size += bp->s.size;
p->s.ptr = bp->s.ptr;
} else
p->s.ptr = bp;
7c7: 89 10 mov %edx,(%eax)
freep = p;
7c9: a3 80 10 00 00 mov %eax,0x1080
}
7ce: 5b pop %ebx
7cf: 5e pop %esi
7d0: 5f pop %edi
7d1: 5d pop %ebp
7d2: c3 ret
7d3: 90 nop
7d4: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi
bp->s.size += p->s.ptr->s.size;
7d8: 03 71 04 add 0x4(%ecx),%esi
7db: 89 73 fc mov %esi,-0x4(%ebx)
bp->s.ptr = p->s.ptr->s.ptr;
7de: 8b 08 mov (%eax),%ecx
7e0: 8b 09 mov (%ecx),%ecx
7e2: 89 4b f8 mov %ecx,-0x8(%ebx)
if(p + p->s.size == bp){
7e5: 8b 48 04 mov 0x4(%eax),%ecx
7e8: 8d 34 c8 lea (%eax,%ecx,8),%esi
7eb: 39 f2 cmp %esi,%edx
7ed: 75 d8 jne 7c7 <free+0x47>
p->s.size += bp->s.size;
7ef: 03 4b fc add -0x4(%ebx),%ecx
freep = p;
7f2: a3 80 10 00 00 mov %eax,0x1080
p->s.size += bp->s.size;
7f7: 89 48 04 mov %ecx,0x4(%eax)
p->s.ptr = bp->s.ptr;
7fa: 8b 53 f8 mov -0x8(%ebx),%edx
7fd: 89 10 mov %edx,(%eax)
}
7ff: 5b pop %ebx
800: 5e pop %esi
801: 5f pop %edi
802: 5d pop %ebp
803: c3 ret
804: 8d b6 00 00 00 00 lea 0x0(%esi),%esi
80a: 8d bf 00 00 00 00 lea 0x0(%edi),%edi
00000810 <malloc>:
return freep;
}
void*
malloc(uint nbytes)
{
810: 55 push %ebp
811: 89 e5 mov %esp,%ebp
813: 57 push %edi
814: 56 push %esi
815: 53 push %ebx
816: 83 ec 1c sub $0x1c,%esp
Header *p, *prevp;
uint nunits;
nunits = (nbytes + sizeof(Header) - 1)/sizeof(Header) + 1;
819: 8b 45 08 mov 0x8(%ebp),%eax
if((prevp = freep) == 0){
81c: 8b 1d 80 10 00 00 mov 0x1080,%ebx
nunits = (nbytes + sizeof(Header) - 1)/sizeof(Header) + 1;
822: 8d 48 07 lea 0x7(%eax),%ecx
825: c1 e9 03 shr $0x3,%ecx
if((prevp = freep) == 0){
828: 85 db test %ebx,%ebx
nunits = (nbytes + sizeof(Header) - 1)/sizeof(Header) + 1;
82a: 8d 71 01 lea 0x1(%ecx),%esi
if((prevp = freep) == 0){
82d: 0f 84 9b 00 00 00 je 8ce <malloc+0xbe>
833: 8b 13 mov (%ebx),%edx
835: 8b 7a 04 mov 0x4(%edx),%edi
base.s.ptr = freep = prevp = &base;
base.s.size = 0;
}
for(p = prevp->s.ptr; ; prevp = p, p = p->s.ptr){
if(p->s.size >= nunits){
838: 39 fe cmp %edi,%esi
83a: 76 64 jbe 8a0 <malloc+0x90>
83c: 8d 04 f5 00 00 00 00 lea 0x0(,%esi,8),%eax
if(nu < 4096)
843: bb 00 80 00 00 mov $0x8000,%ebx
848: 89 45 e4 mov %eax,-0x1c(%ebp)
84b: eb 0e jmp 85b <malloc+0x4b>
84d: 8d 76 00 lea 0x0(%esi),%esi
for(p = prevp->s.ptr; ; prevp = p, p = p->s.ptr){
850: 8b 02 mov (%edx),%eax
if(p->s.size >= nunits){
852: 8b 78 04 mov 0x4(%eax),%edi
855: 39 fe cmp %edi,%esi
857: 76 4f jbe 8a8 <malloc+0x98>
859: 89 c2 mov %eax,%edx
p->s.size = nunits;
}
freep = prevp;
return (void*)(p + 1);
}
if(p == freep)
85b: 3b 15 80 10 00 00 cmp 0x1080,%edx
861: 75 ed jne 850 <malloc+0x40>
if(nu < 4096)
863: 8b 45 e4 mov -0x1c(%ebp),%eax
866: 81 fe 00 10 00 00 cmp $0x1000,%esi
86c: bf 00 10 00 00 mov $0x1000,%edi
871: 0f 43 fe cmovae %esi,%edi
874: 0f 42 c3 cmovb %ebx,%eax
p = sbrk(nu * sizeof(Header));
877: 89 04 24 mov %eax,(%esp)
87a: e8 bb fb ff ff call 43a <sbrk>
if(p == (char*)-1)
87f: 83 f8 ff cmp $0xffffffff,%eax
882: 74 18 je 89c <malloc+0x8c>
hp->s.size = nu;
884: 89 78 04 mov %edi,0x4(%eax)
free((void*)(hp + 1));
887: 83 c0 08 add $0x8,%eax
88a: 89 04 24 mov %eax,(%esp)
88d: e8 ee fe ff ff call 780 <free>
return freep;
892: 8b 15 80 10 00 00 mov 0x1080,%edx
if((p = morecore(nunits)) == 0)
898: 85 d2 test %edx,%edx
89a: 75 b4 jne 850 <malloc+0x40>
return 0;
89c: 31 c0 xor %eax,%eax
89e: eb 20 jmp 8c0 <malloc+0xb0>
if(p->s.size >= nunits){
8a0: 89 d0 mov %edx,%eax
8a2: 89 da mov %ebx,%edx
8a4: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi
if(p->s.size == nunits)
8a8: 39 fe cmp %edi,%esi
8aa: 74 1c je 8c8 <malloc+0xb8>
p->s.size -= nunits;
8ac: 29 f7 sub %esi,%edi
8ae: 89 78 04 mov %edi,0x4(%eax)
p += p->s.size;
8b1: 8d 04 f8 lea (%eax,%edi,8),%eax
p->s.size = nunits;
8b4: 89 70 04 mov %esi,0x4(%eax)
freep = prevp;
8b7: 89 15 80 10 00 00 mov %edx,0x1080
return (void*)(p + 1);
8bd: 83 c0 08 add $0x8,%eax
}
}
8c0: 83 c4 1c add $0x1c,%esp
8c3: 5b pop %ebx
8c4: 5e pop %esi
8c5: 5f pop %edi
8c6: 5d pop %ebp
8c7: c3 ret
prevp->s.ptr = p->s.ptr;
8c8: 8b 08 mov (%eax),%ecx
8ca: 89 0a mov %ecx,(%edx)
8cc: eb e9 jmp 8b7 <malloc+0xa7>
base.s.ptr = freep = prevp = &base;
8ce: c7 05 80 10 00 00 84 movl $0x1084,0x1080
8d5: 10 00 00
base.s.size = 0;
8d8: ba 84 10 00 00 mov $0x1084,%edx
base.s.ptr = freep = prevp = &base;
8dd: c7 05 84 10 00 00 84 movl $0x1084,0x1084
8e4: 10 00 00
base.s.size = 0;
8e7: c7 05 88 10 00 00 00 movl $0x0,0x1088
8ee: 00 00 00
8f1: e9 46 ff ff ff jmp 83c <malloc+0x2c>
8f6: 66 90 xchg %ax,%ax
8f8: 66 90 xchg %ax,%ax
8fa: 66 90 xchg %ax,%ax
8fc: 66 90 xchg %ax,%ax
8fe: 66 90 xchg %ax,%ax
00000900 <benny_thread_create>:
static struct benny_thread_s *bt_new(void);
int
benny_thread_create(benny_thread_t *abt, void (*func)(void*), void *arg_ptr)
{
900: 55 push %ebp
901: 89 e5 mov %esp,%ebp
903: 56 push %esi
904: 53 push %ebx
905: 83 ec 10 sub $0x10,%esp
}
static struct benny_thread_s *
bt_new(void)
{
struct benny_thread_s *bt = malloc(sizeof(struct benny_thread_s));
908: c7 04 24 0c 00 00 00 movl $0xc,(%esp)
90f: e8 fc fe ff ff call 810 <malloc>
if (bt == NULL) {
914: 85 c0 test %eax,%eax
struct benny_thread_s *bt = malloc(sizeof(struct benny_thread_s));
916: 89 c6 mov %eax,%esi
if (bt == NULL) {
918: 74 66 je 980 <benny_thread_create+0x80>
// allocate 2 pages worth of memory and then make sure the
// beginning address used for the stack is page alligned.
// we want it page alligned so that we don't generate a
// page fault by accessing the stack for a thread.
bt->bt_stack = bt->mem_stack = malloc(PGSIZE * 2);
91a: c7 04 24 00 20 00 00 movl $0x2000,(%esp)
921: e8 ea fe ff ff call 810 <malloc>
if (bt->bt_stack == NULL) {
926: 85 c0 test %eax,%eax
bt->bt_stack = bt->mem_stack = malloc(PGSIZE * 2);
928: 89 c3 mov %eax,%ebx
92a: 89 46 08 mov %eax,0x8(%esi)
92d: 89 46 04 mov %eax,0x4(%esi)
if (bt->bt_stack == NULL) {
930: 74 5d je 98f <benny_thread_create+0x8f>
free(bt);
return NULL;
}
if (((uint) bt->bt_stack) % PGSIZE != 0) {
932: 25 ff 0f 00 00 and $0xfff,%eax
937: 75 37 jne 970 <benny_thread_create+0x70>
// allign the thread stack to a page boundary
bt->bt_stack += (PGSIZE - ((uint) bt->bt_stack) % PGSIZE);
}
bt->bid = -1;
939: c7 06 ff ff ff ff movl $0xffffffff,(%esi)
bt->bid = kthread_create(func, arg_ptr, bt->bt_stack);
93f: 8b 45 10 mov 0x10(%ebp),%eax
942: 89 5c 24 08 mov %ebx,0x8(%esp)
946: 89 44 24 04 mov %eax,0x4(%esp)
94a: 8b 45 0c mov 0xc(%ebp),%eax
94d: 89 04 24 mov %eax,(%esp)
950: e8 25 fb ff ff call 47a <kthread_create>
if (bt->bid != 0) {
955: 85 c0 test %eax,%eax
bt->bid = kthread_create(func, arg_ptr, bt->bt_stack);
957: 89 06 mov %eax,(%esi)
if (bt->bid != 0) {
959: 74 2d je 988 <benny_thread_create+0x88>
*abt = (benny_thread_t) bt;
95b: 8b 45 08 mov 0x8(%ebp),%eax
95e: 89 30 mov %esi,(%eax)
result = 0;
960: 31 c0 xor %eax,%eax
}
962: 83 c4 10 add $0x10,%esp
965: 5b pop %ebx
966: 5e pop %esi
967: 5d pop %ebp
968: c3 ret
969: 8d b4 26 00 00 00 00 lea 0x0(%esi,%eiz,1),%esi
bt->bt_stack += (PGSIZE - ((uint) bt->bt_stack) % PGSIZE);
970: 29 c3 sub %eax,%ebx
972: 81 c3 00 10 00 00 add $0x1000,%ebx
978: 89 5e 04 mov %ebx,0x4(%esi)
97b: eb bc jmp 939 <benny_thread_create+0x39>
97d: 8d 76 00 lea 0x0(%esi),%esi
980: 8b 1d 04 00 00 00 mov 0x4,%ebx
986: eb b7 jmp 93f <benny_thread_create+0x3f>
int result = -1;
988: b8 ff ff ff ff mov $0xffffffff,%eax
98d: eb d3 jmp 962 <benny_thread_create+0x62>
free(bt);
98f: 89 34 24 mov %esi,(%esp)
return NULL;
992: 31 f6 xor %esi,%esi
free(bt);
994: e8 e7 fd ff ff call 780 <free>
999: 8b 5b 04 mov 0x4(%ebx),%ebx
99c: eb a1 jmp 93f <benny_thread_create+0x3f>
99e: 66 90 xchg %ax,%ax
000009a0 <benny_thread_bid>:
{
9a0: 55 push %ebp
9a1: 89 e5 mov %esp,%ebp
return bt->bid;
9a3: 8b 45 08 mov 0x8(%ebp),%eax
}
9a6: 5d pop %ebp
return bt->bid;
9a7: 8b 00 mov (%eax),%eax
}
9a9: c3 ret
9aa: 8d b6 00 00 00 00 lea 0x0(%esi),%esi
000009b0 <benny_thread_join>:
{
9b0: 55 push %ebp
9b1: 89 e5 mov %esp,%ebp
9b3: 53 push %ebx
9b4: 83 ec 14 sub $0x14,%esp
9b7: 8b 5d 08 mov 0x8(%ebp),%ebx
retVal = kthread_join(bt->bid);
9ba: 8b 03 mov (%ebx),%eax
9bc: 89 04 24 mov %eax,(%esp)
9bf: e8 be fa ff ff call 482 <kthread_join>
if (retVal == 0) {
9c4: 85 c0 test %eax,%eax
9c6: 75 27 jne 9ef <benny_thread_join+0x3f>
free(bt->mem_stack);
9c8: 8b 53 08 mov 0x8(%ebx),%edx
9cb: 89 45 f4 mov %eax,-0xc(%ebp)
9ce: 89 14 24 mov %edx,(%esp)
9d1: e8 aa fd ff ff call 780 <free>
bt->bt_stack = bt->mem_stack = NULL;
9d6: c7 43 08 00 00 00 00 movl $0x0,0x8(%ebx)
9dd: c7 43 04 00 00 00 00 movl $0x0,0x4(%ebx)
free(bt);
9e4: 89 1c 24 mov %ebx,(%esp)
9e7: e8 94 fd ff ff call 780 <free>
9ec: 8b 45 f4 mov -0xc(%ebp),%eax
}
9ef: 83 c4 14 add $0x14,%esp
9f2: 5b pop %ebx
9f3: 5d pop %ebp
9f4: c3 ret
9f5: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi
9f9: 8d bc 27 00 00 00 00 lea 0x0(%edi,%eiz,1),%edi
00000a00 <benny_thread_exit>:
{
a00: 55 push %ebp
a01: 89 e5 mov %esp,%ebp
}
a03: 5d pop %ebp
return kthread_exit(exitValue);
a04: e9 81 fa ff ff jmp 48a <kthread_exit>
a09: 8d b4 26 00 00 00 00 lea 0x0(%esi,%eiz,1),%esi
00000a10 <benny_mootex_init>:
}
# ifdef BENNY_MOOTEX
int
benny_mootex_init(benny_mootex_t *benny_mootex)
{
a10: 55 push %ebp
a11: 89 e5 mov %esp,%ebp
a13: 8b 45 08 mov 0x8(%ebp),%eax
benny_mootex->locked = 0;
a16: c7 00 00 00 00 00 movl $0x0,(%eax)
benny_mootex->bid = -1;
a1c: c7 40 04 ff ff ff ff movl $0xffffffff,0x4(%eax)
return 0;
}
a23: 31 c0 xor %eax,%eax
a25: 5d pop %ebp
a26: c3 ret
a27: 89 f6 mov %esi,%esi
a29: 8d bc 27 00 00 00 00 lea 0x0(%edi,%eiz,1),%edi
00000a30 <benny_mootex_yieldlock>:
int
benny_mootex_yieldlock(benny_mootex_t *benny_mootex)
{
a30: 55 push %ebp
xchg(volatile uint *addr, uint newval)
{
uint result;
// The + in "+m" denotes a read-modify-write operand.
asm volatile("lock; xchgl %0, %1" :
a31: b8 01 00 00 00 mov $0x1,%eax
a36: 89 e5 mov %esp,%ebp
a38: 56 push %esi
a39: 53 push %ebx
a3a: 8b 5d 08 mov 0x8(%ebp),%ebx
a3d: f0 87 03 lock xchg %eax,(%ebx)
// #error this is the call to lock the mootex that will yield in a
// #error loop until the lock is acquired.
while(xchg(&benny_mootex->locked, 1) != 0){
a40: 85 c0 test %eax,%eax
a42: be 01 00 00 00 mov $0x1,%esi
a47: 74 15 je a5e <benny_mootex_yieldlock+0x2e>
a49: 8d b4 26 00 00 00 00 lea 0x0(%esi,%eiz,1),%esi
benny_yield(void)
{
// # error This just gives up the rest of this scheduled time slice to
// # error another process/thread.
return kthread_yield();
a50: e8 45 fa ff ff call 49a <kthread_yield>
a55: 89 f0 mov %esi,%eax
a57: f0 87 03 lock xchg %eax,(%ebx)
while(xchg(&benny_mootex->locked, 1) != 0){
a5a: 85 c0 test %eax,%eax
a5c: 75 f2 jne a50 <benny_mootex_yieldlock+0x20>
return kthread_self();
a5e: e8 2f fa ff ff call 492 <kthread_self>
benny_mootex->bid = benny_self();
a63: 89 43 04 mov %eax,0x4(%ebx)
}
a66: 31 c0 xor %eax,%eax
a68: 5b pop %ebx
a69: 5e pop %esi
a6a: 5d pop %ebp
a6b: c3 ret
a6c: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi
00000a70 <benny_mootex_spinlock>:
{
a70: 55 push %ebp
a71: ba 01 00 00 00 mov $0x1,%edx
a76: 89 e5 mov %esp,%ebp
a78: 53 push %ebx
a79: 83 ec 04 sub $0x4,%esp
a7c: 8b 5d 08 mov 0x8(%ebp),%ebx
a7f: 90 nop
a80: 89 d0 mov %edx,%eax
a82: f0 87 03 lock xchg %eax,(%ebx)
while(xchg(&benny_mootex->locked, 1) != 0){
a85: 85 c0 test %eax,%eax
a87: 75 f7 jne a80 <benny_mootex_spinlock+0x10>
return kthread_self();
a89: e8 04 fa ff ff call 492 <kthread_self>
benny_mootex->bid = benny_self();
a8e: 89 43 04 mov %eax,0x4(%ebx)
}
a91: 83 c4 04 add $0x4,%esp
a94: 31 c0 xor %eax,%eax
a96: 5b pop %ebx
a97: 5d pop %ebp
a98: c3 ret
a99: 8d b4 26 00 00 00 00 lea 0x0(%esi,%eiz,1),%esi
00000aa0 <benny_mootex_unlock>:
{
aa0: 55 push %ebp
aa1: 89 e5 mov %esp,%ebp
aa3: 53 push %ebx
aa4: 83 ec 04 sub $0x4,%esp
aa7: 8b 5d 08 mov 0x8(%ebp),%ebx
return kthread_self();
aaa: e8 e3 f9 ff ff call 492 <kthread_self>
if(tid == benny_mootex->bid){
aaf: 39 43 04 cmp %eax,0x4(%ebx)
ab2: 75 1c jne ad0 <benny_mootex_unlock+0x30>
__sync_synchronize();
ab4: 0f ae f0 mfence
return 0;
ab7: 31 c0 xor %eax,%eax
benny_mootex->bid = -1;
ab9: c7 43 04 ff ff ff ff movl $0xffffffff,0x4(%ebx)
__sync_lock_release(&benny_mootex->locked);
ac0: c7 03 00 00 00 00 movl $0x0,(%ebx)
}
ac6: 83 c4 04 add $0x4,%esp
ac9: 5b pop %ebx
aca: 5d pop %ebp
acb: c3 ret
acc: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi
ad0: 83 c4 04 add $0x4,%esp
return -1;
ad3: b8 ff ff ff ff mov $0xffffffff,%eax
}
ad8: 5b pop %ebx
ad9: 5d pop %ebp
ada: c3 ret
adb: 90 nop
adc: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi
00000ae0 <benny_mootex_trylock>:
{
ae0: 55 push %ebp
ae1: b8 01 00 00 00 mov $0x1,%eax
ae6: 89 e5 mov %esp,%ebp
ae8: 53 push %ebx
ae9: 83 ec 04 sub $0x4,%esp
aec: 8b 5d 08 mov 0x8(%ebp),%ebx
aef: f0 87 03 lock xchg %eax,(%ebx)
if(xchg(&benny_mootex->locked, 1) != 0){
af2: 85 c0 test %eax,%eax
af4: 75 08 jne afe <benny_mootex_trylock+0x1e>
int tid = kthread_self();
af6: e8 97 f9 ff ff call 492 <kthread_self>
benny_mootex->bid = tid;
afb: 89 43 04 mov %eax,0x4(%ebx)
}
afe: 83 c4 04 add $0x4,%esp
b01: b8 ff ff ff ff mov $0xffffffff,%eax
b06: 5b pop %ebx
b07: 5d pop %ebp
b08: c3 ret
b09: 8d b4 26 00 00 00 00 lea 0x0(%esi,%eiz,1),%esi
00000b10 <benny_mootex_wholock>:
{
b10: 55 push %ebp
b11: 89 e5 mov %esp,%ebp
return benny_mootex->bid;
b13: 8b 45 08 mov 0x8(%ebp),%eax
}
b16: 5d pop %ebp
return benny_mootex->bid;
b17: 8b 40 04 mov 0x4(%eax),%eax
}
b1a: c3 ret
b1b: 90 nop
b1c: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi
00000b20 <benny_mootex_islocked>:
{
b20: 55 push %ebp
b21: 89 e5 mov %esp,%ebp
return benny_mootex->locked;
b23: 8b 45 08 mov 0x8(%ebp),%eax
}
b26: 5d pop %ebp
return benny_mootex->locked;
b27: 8b 00 mov (%eax),%eax
}
b29: c3 ret
b2a: 8d b6 00 00 00 00 lea 0x0(%esi),%esi
00000b30 <benny_self>:
{
b30: 55 push %ebp
b31: 89 e5 mov %esp,%ebp
}
b33: 5d pop %ebp
return kthread_self();
b34: e9 59 f9 ff ff jmp 492 <kthread_self>
b39: 8d b4 26 00 00 00 00 lea 0x0(%esi,%eiz,1),%esi
00000b40 <benny_yield>:
{
b40: 55 push %ebp
b41: 89 e5 mov %esp,%ebp
}
b43: 5d pop %ebp
return kthread_yield();
b44: e9 51 f9 ff ff jmp 49a <kthread_yield>
b49: 8d b4 26 00 00 00 00 lea 0x0(%esi,%eiz,1),%esi
00000b50 <benny_cpu_count>:
int
benny_cpu_count(void)
{
b50: 55 push %ebp
b51: 89 e5 mov %esp,%ebp
// # error call the kthread_cpu_count() function.
// kthread_cpu_count();
return kthread_cpu_count();
}
b53: 5d pop %ebp
return kthread_cpu_count();
b54: e9 49 f9 ff ff jmp 4a2 <kthread_cpu_count>
b59: 8d b4 26 00 00 00 00 lea 0x0(%esi,%eiz,1),%esi
00000b60 <benny_thread_count>:
int
benny_thread_count(void)
{
b60: 55 push %ebp
b61: 89 e5 mov %esp,%ebp
// # error call the kthread_thread_count() function.
// kthread_thread_count()
return kthread_thread_count();
}
b63: 5d pop %ebp
return kthread_thread_count();
b64: e9 41 f9 ff ff jmp 4aa <kthread_thread_count>
| 33.970408 | 76 | 0.435315 |
7d723517b82918c494c085c2bcc2301ae9985af3
| 784 |
swift
|
Swift
|
todolist/HistoryCell.swift
|
Scorocode/scorocode-sdk-swift
|
52111b94e09d0fb5c80ac049e4ee886c917ee995
|
[
"MIT"
] | 10 |
2016-07-19T23:19:38.000Z
|
2021-12-08T11:25:32.000Z
|
todolist/HistoryCell.swift
|
Scorocode/scorocode-sdk-swift
|
52111b94e09d0fb5c80ac049e4ee886c917ee995
|
[
"MIT"
] | 4 |
2016-10-27T11:24:43.000Z
|
2017-10-02T18:13:39.000Z
|
todolist/HistoryCell.swift
|
Scorocode/scorocode-sdk-swift
|
52111b94e09d0fb5c80ac049e4ee886c917ee995
|
[
"MIT"
] | 10 |
2016-06-10T10:42:05.000Z
|
2018-05-30T16:47:36.000Z
|
//
// HistoryCell.swift
// todolist
//
// Created by Alexey Kuznetsov on 09/11/2016.
// Copyright © 2016 ProfIT. All rights reserved.
//
import UIKit
class HistoryCell : UITableViewCell {
@IBOutlet weak var labelDate: UILabel!
@IBOutlet weak var labelField: UILabel!
@IBOutlet weak var labelValue: UILabel!
func setCell(_ date: Date, field: String, value: String) {
let dateFormatter = DateFormatter()
dateFormatter.timeZone = TimeZone.autoupdatingCurrent
dateFormatter.dateFormat = "dd-MM-yyyy HH:mm"
let dateObj = dateFormatter.string(from: date)
self.labelDate.text = dateObj
self.labelField.text = field
self.labelValue.text = value
self.isUserInteractionEnabled = false
}
}
| 27.034483 | 62 | 0.669643 |
1a8159f2065eed5b2bc4de910e4d14a403780588
| 1,984 |
rs
|
Rust
|
crates/aingle_types/src/saf/saf_store.rs
|
Daironode/aingle
|
54bfcbe21f587699a4e66e6764fe879a348987c8
|
[
"Linux-OpenIB"
] | null | null | null |
crates/aingle_types/src/saf/saf_store.rs
|
Daironode/aingle
|
54bfcbe21f587699a4e66e6764fe879a348987c8
|
[
"Linux-OpenIB"
] | null | null | null |
crates/aingle_types/src/saf/saf_store.rs
|
Daironode/aingle
|
54bfcbe21f587699a4e66e6764fe879a348987c8
|
[
"Linux-OpenIB"
] | null | null | null |
use crate::prelude::*;
/// A readable and writable store of SafFiles and EntryDefs
#[mockall::automock]
pub trait SafStore: Default + Send + Sync {
/// Add a SafFile to the store
fn add_saf(&mut self, saf: SafFile);
/// Add multiple SafFiles to the store
fn add_safs<T: IntoIterator<Item = (SafHash, SafFile)> + 'static>(&mut self, safs: T);
/// Add an EntryDef to the store
fn add_entry_def(&mut self, k: EntryDefBufferKey, entry_def: EntryDef);
/// Add multiple EntryDefs to the store
fn add_entry_defs<T: IntoIterator<Item = (EntryDefBufferKey, EntryDef)> + 'static>(
&mut self,
entry_defs: T,
);
/// List all SAFs in the store
// TODO: FAST: Make this return an iterator to avoid allocating
fn list(&self) -> Vec<SafHash>;
/// Get a particular SafFile
fn get(&self, hash: &SafHash) -> Option<SafFile>;
/// Get a particular EntryDef
fn get_entry_def(&self, k: &EntryDefBufferKey) -> Option<EntryDef>;
}
/// Read-only access to a SafStore, and only for SAFs
pub trait SafStoreRead: Default + Send + Sync {
/// List all SAFs in the store
fn list(&self) -> Vec<SafHash>;
/// Get a particular SafFile
fn get(&self, hash: &SafHash) -> Option<SafFile>;
}
impl<DS: SafStore> SafStoreRead for DS {
fn list(&self) -> Vec<SafHash> {
DS::list(self)
}
fn get(&self, hash: &SafHash) -> Option<SafFile> {
DS::get(self, hash)
}
}
/// Key for the [EntryDef] buffer
#[derive(
Debug, Clone, Eq, PartialEq, Hash, Ord, PartialOrd, Serialize, Deserialize, SerializedBytes,
)]
pub struct EntryDefBufferKey {
/// The zome to which this entry def belongs
pub zome: ZomeDef,
/// The index, for ordering
pub entry_def_position: EntryDefIndex,
}
impl EntryDefBufferKey {
/// Create a new key
pub fn new(zome: ZomeDef, entry_def_position: EntryDefIndex) -> Self {
Self {
zome,
entry_def_position,
}
}
}
| 31 | 96 | 0.640121 |
67c5341359e1165e78d9d9a19f8f87ecda0e6a33
| 1,546 |
sql
|
SQL
|
domain/src/main/resources/db/migration/V1__initial.sql
|
LoganPhan/zenhome-challenge
|
65e6343ef1046b466e3206a492cd483fc45abab9
|
[
"MIT"
] | null | null | null |
domain/src/main/resources/db/migration/V1__initial.sql
|
LoganPhan/zenhome-challenge
|
65e6343ef1046b466e3206a492cd483fc45abab9
|
[
"MIT"
] | null | null | null |
domain/src/main/resources/db/migration/V1__initial.sql
|
LoganPhan/zenhome-challenge
|
65e6343ef1046b466e3206a492cd483fc45abab9
|
[
"MIT"
] | null | null | null |
CREATE TABLE persistent_audit
(
created_by VARCHAR(255),
created_date TIMESTAMP without TIME ZONE NOT NULL DEFAULT now(),
last_modified_by VARCHAR (255),
last_modified_date TIMESTAMP without TIME ZONE NOT NULL DEFAULT now()
);
CREATE TABLE "user"
(
id SERIAL NOT NULL,
name VARCHAR(255),
CONSTRAINT user_pkey PRIMARY KEY (id)
)INHERITS (zenhomes.persistent_audit);
CREATE TABLE user_property
(
id SERIAL NOT NULL,
name VARCHAR(255),
type VARCHAR(255),
parent_id BIGINT DEFAULT '0',
user_id BIGINT,
CONSTRAINT user_property_pKey PRIMARY KEY (id),
CONSTRAINT user_property_user_fkey FOREIGN KEY (user_id)
REFERENCES zenhomes.user (id) MATCH SIMPLE
ON UPDATE NO ACTION ON DELETE NO ACTION
)INHERITS (zenhomes.persistent_audit);
CREATE TABLE rental_contract
(
id SERIAL NOT NULL,
tenant_id BIGINT, -- 'id of user'
CONSTRAINT rental_contract_pkey PRIMARY KEY (id)
)INHERITS (zenhomes.persistent_audit);
CREATE TABLE rental_property
(
id SERIAL NOT NULL,
rental_contract_id BIGINT,
user_property_id BIGINT,
CONSTRAINT rental_property_pkey PRIMARY KEY (id),
CONSTRAINT rental_property_rental_contract_fkey FOREIGN KEY (rental_contract_id)
REFERENCES zenhomes.rental_contract (id) MATCH SIMPLE
ON UPDATE NO ACTION ON DELETE NO ACTION,
CONSTRAINT rental_property_user_property_fkey FOREIGN KEY (user_property_id)
REFERENCES zenhomes.user_property (id) MATCH SIMPLE
ON UPDATE NO ACTION ON DELETE NO ACTION
)INHERITS (zenhomes.persistent_audit);
| 30.92 | 82 | 0.763907 |
af63abb9f55d16336ae3817f362c0fe139d22b16
| 163 |
rb
|
Ruby
|
lib/ghpages_deploy/rake_task.rb
|
rideliner/yard-ghpages-deploy
|
eab575d7c93ff7edac61f768451a9950bfccb74e
|
[
"BSD-3-Clause"
] | 1 |
2016-01-27T18:28:55.000Z
|
2016-01-27T18:28:55.000Z
|
lib/ghpages_deploy/rake_task.rb
|
rideliner/ghpages_deploy
|
eab575d7c93ff7edac61f768451a9950bfccb74e
|
[
"BSD-3-Clause"
] | null | null | null |
lib/ghpages_deploy/rake_task.rb
|
rideliner/ghpages_deploy
|
eab575d7c93ff7edac61f768451a9950bfccb74e
|
[
"BSD-3-Clause"
] | null | null | null |
# encoding: utf-8
# Copyright (c) 2016 Nathan Currier
require 'ghpages_deploy/rake/task'
require 'ghpages_deploy/rake/json'
require 'ghpages_deploy/rake/jekyll'
| 20.375 | 36 | 0.785276 |
f45a49ca560a1767ea8c860657bc31bddf3049f4
| 56,109 |
asm
|
Assembly
|
zombie.asm
|
jhsie007/xv6
|
237fe356270a548f3171bd206771d6b9f29776c4
|
[
"MIT-0"
] | null | null | null |
zombie.asm
|
jhsie007/xv6
|
237fe356270a548f3171bd206771d6b9f29776c4
|
[
"MIT-0"
] | null | null | null |
zombie.asm
|
jhsie007/xv6
|
237fe356270a548f3171bd206771d6b9f29776c4
|
[
"MIT-0"
] | null | null | null |
_zombie: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
#include "stat.h"
#include "user.h"
int
main(void)
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 83 e4 f0 and $0xfffffff0,%esp
1006: 83 ec 10 sub $0x10,%esp
if(fork() > 0)
1009: e8 76 02 00 00 call 1284 <fork>
100e: 85 c0 test %eax,%eax
1010: 7e 0c jle 101e <main+0x1e>
sleep(5); // Let child exit before parent.
1012: c7 04 24 05 00 00 00 movl $0x5,(%esp)
1019: e8 fe 02 00 00 call 131c <sleep>
exit();
101e: e8 69 02 00 00 call 128c <exit>
1023: 90 nop
00001024 <stosb>:
"cc");
}
static inline void
stosb(void *addr, int data, int cnt)
{
1024: 55 push %ebp
1025: 89 e5 mov %esp,%ebp
1027: 57 push %edi
1028: 53 push %ebx
asm volatile("cld; rep stosb" :
1029: 8b 4d 08 mov 0x8(%ebp),%ecx
102c: 8b 55 10 mov 0x10(%ebp),%edx
102f: 8b 45 0c mov 0xc(%ebp),%eax
1032: 89 cb mov %ecx,%ebx
1034: 89 df mov %ebx,%edi
1036: 89 d1 mov %edx,%ecx
1038: fc cld
1039: f3 aa rep stos %al,%es:(%edi)
103b: 89 ca mov %ecx,%edx
103d: 89 fb mov %edi,%ebx
103f: 89 5d 08 mov %ebx,0x8(%ebp)
1042: 89 55 10 mov %edx,0x10(%ebp)
"=D" (addr), "=c" (cnt) :
"0" (addr), "1" (cnt), "a" (data) :
"memory", "cc");
}
1045: 5b pop %ebx
1046: 5f pop %edi
1047: 5d pop %ebp
1048: c3 ret
00001049 <strcpy>:
#include "user.h"
#include "x86.h"
char*
strcpy(char *s, char *t)
{
1049: 55 push %ebp
104a: 89 e5 mov %esp,%ebp
104c: 83 ec 10 sub $0x10,%esp
char *os;
os = s;
104f: 8b 45 08 mov 0x8(%ebp),%eax
1052: 89 45 fc mov %eax,-0x4(%ebp)
while((*s++ = *t++) != 0)
1055: 90 nop
1056: 8b 45 08 mov 0x8(%ebp),%eax
1059: 8d 50 01 lea 0x1(%eax),%edx
105c: 89 55 08 mov %edx,0x8(%ebp)
105f: 8b 55 0c mov 0xc(%ebp),%edx
1062: 8d 4a 01 lea 0x1(%edx),%ecx
1065: 89 4d 0c mov %ecx,0xc(%ebp)
1068: 0f b6 12 movzbl (%edx),%edx
106b: 88 10 mov %dl,(%eax)
106d: 0f b6 00 movzbl (%eax),%eax
1070: 84 c0 test %al,%al
1072: 75 e2 jne 1056 <strcpy+0xd>
;
return os;
1074: 8b 45 fc mov -0x4(%ebp),%eax
}
1077: c9 leave
1078: c3 ret
00001079 <strcmp>:
int
strcmp(const char *p, const char *q)
{
1079: 55 push %ebp
107a: 89 e5 mov %esp,%ebp
while(*p && *p == *q)
107c: eb 08 jmp 1086 <strcmp+0xd>
p++, q++;
107e: 83 45 08 01 addl $0x1,0x8(%ebp)
1082: 83 45 0c 01 addl $0x1,0xc(%ebp)
}
int
strcmp(const char *p, const char *q)
{
while(*p && *p == *q)
1086: 8b 45 08 mov 0x8(%ebp),%eax
1089: 0f b6 00 movzbl (%eax),%eax
108c: 84 c0 test %al,%al
108e: 74 10 je 10a0 <strcmp+0x27>
1090: 8b 45 08 mov 0x8(%ebp),%eax
1093: 0f b6 10 movzbl (%eax),%edx
1096: 8b 45 0c mov 0xc(%ebp),%eax
1099: 0f b6 00 movzbl (%eax),%eax
109c: 38 c2 cmp %al,%dl
109e: 74 de je 107e <strcmp+0x5>
p++, q++;
return (uchar)*p - (uchar)*q;
10a0: 8b 45 08 mov 0x8(%ebp),%eax
10a3: 0f b6 00 movzbl (%eax),%eax
10a6: 0f b6 d0 movzbl %al,%edx
10a9: 8b 45 0c mov 0xc(%ebp),%eax
10ac: 0f b6 00 movzbl (%eax),%eax
10af: 0f b6 c0 movzbl %al,%eax
10b2: 29 c2 sub %eax,%edx
10b4: 89 d0 mov %edx,%eax
}
10b6: 5d pop %ebp
10b7: c3 ret
000010b8 <strlen>:
uint
strlen(char *s)
{
10b8: 55 push %ebp
10b9: 89 e5 mov %esp,%ebp
10bb: 83 ec 10 sub $0x10,%esp
int n;
for(n = 0; s[n]; n++)
10be: c7 45 fc 00 00 00 00 movl $0x0,-0x4(%ebp)
10c5: eb 04 jmp 10cb <strlen+0x13>
10c7: 83 45 fc 01 addl $0x1,-0x4(%ebp)
10cb: 8b 55 fc mov -0x4(%ebp),%edx
10ce: 8b 45 08 mov 0x8(%ebp),%eax
10d1: 01 d0 add %edx,%eax
10d3: 0f b6 00 movzbl (%eax),%eax
10d6: 84 c0 test %al,%al
10d8: 75 ed jne 10c7 <strlen+0xf>
;
return n;
10da: 8b 45 fc mov -0x4(%ebp),%eax
}
10dd: c9 leave
10de: c3 ret
000010df <memset>:
void*
memset(void *dst, int c, uint n)
{
10df: 55 push %ebp
10e0: 89 e5 mov %esp,%ebp
10e2: 83 ec 0c sub $0xc,%esp
stosb(dst, c, n);
10e5: 8b 45 10 mov 0x10(%ebp),%eax
10e8: 89 44 24 08 mov %eax,0x8(%esp)
10ec: 8b 45 0c mov 0xc(%ebp),%eax
10ef: 89 44 24 04 mov %eax,0x4(%esp)
10f3: 8b 45 08 mov 0x8(%ebp),%eax
10f6: 89 04 24 mov %eax,(%esp)
10f9: e8 26 ff ff ff call 1024 <stosb>
return dst;
10fe: 8b 45 08 mov 0x8(%ebp),%eax
}
1101: c9 leave
1102: c3 ret
00001103 <strchr>:
char*
strchr(const char *s, char c)
{
1103: 55 push %ebp
1104: 89 e5 mov %esp,%ebp
1106: 83 ec 04 sub $0x4,%esp
1109: 8b 45 0c mov 0xc(%ebp),%eax
110c: 88 45 fc mov %al,-0x4(%ebp)
for(; *s; s++)
110f: eb 14 jmp 1125 <strchr+0x22>
if(*s == c)
1111: 8b 45 08 mov 0x8(%ebp),%eax
1114: 0f b6 00 movzbl (%eax),%eax
1117: 3a 45 fc cmp -0x4(%ebp),%al
111a: 75 05 jne 1121 <strchr+0x1e>
return (char*)s;
111c: 8b 45 08 mov 0x8(%ebp),%eax
111f: eb 13 jmp 1134 <strchr+0x31>
}
char*
strchr(const char *s, char c)
{
for(; *s; s++)
1121: 83 45 08 01 addl $0x1,0x8(%ebp)
1125: 8b 45 08 mov 0x8(%ebp),%eax
1128: 0f b6 00 movzbl (%eax),%eax
112b: 84 c0 test %al,%al
112d: 75 e2 jne 1111 <strchr+0xe>
if(*s == c)
return (char*)s;
return 0;
112f: b8 00 00 00 00 mov $0x0,%eax
}
1134: c9 leave
1135: c3 ret
00001136 <gets>:
char*
gets(char *buf, int max)
{
1136: 55 push %ebp
1137: 89 e5 mov %esp,%ebp
1139: 83 ec 28 sub $0x28,%esp
int i, cc;
char c;
for(i=0; i+1 < max; ){
113c: c7 45 f4 00 00 00 00 movl $0x0,-0xc(%ebp)
1143: eb 4c jmp 1191 <gets+0x5b>
cc = read(0, &c, 1);
1145: c7 44 24 08 01 00 00 movl $0x1,0x8(%esp)
114c: 00
114d: 8d 45 ef lea -0x11(%ebp),%eax
1150: 89 44 24 04 mov %eax,0x4(%esp)
1154: c7 04 24 00 00 00 00 movl $0x0,(%esp)
115b: e8 44 01 00 00 call 12a4 <read>
1160: 89 45 f0 mov %eax,-0x10(%ebp)
if(cc < 1)
1163: 83 7d f0 00 cmpl $0x0,-0x10(%ebp)
1167: 7f 02 jg 116b <gets+0x35>
break;
1169: eb 31 jmp 119c <gets+0x66>
buf[i++] = c;
116b: 8b 45 f4 mov -0xc(%ebp),%eax
116e: 8d 50 01 lea 0x1(%eax),%edx
1171: 89 55 f4 mov %edx,-0xc(%ebp)
1174: 89 c2 mov %eax,%edx
1176: 8b 45 08 mov 0x8(%ebp),%eax
1179: 01 c2 add %eax,%edx
117b: 0f b6 45 ef movzbl -0x11(%ebp),%eax
117f: 88 02 mov %al,(%edx)
if(c == '\n' || c == '\r')
1181: 0f b6 45 ef movzbl -0x11(%ebp),%eax
1185: 3c 0a cmp $0xa,%al
1187: 74 13 je 119c <gets+0x66>
1189: 0f b6 45 ef movzbl -0x11(%ebp),%eax
118d: 3c 0d cmp $0xd,%al
118f: 74 0b je 119c <gets+0x66>
gets(char *buf, int max)
{
int i, cc;
char c;
for(i=0; i+1 < max; ){
1191: 8b 45 f4 mov -0xc(%ebp),%eax
1194: 83 c0 01 add $0x1,%eax
1197: 3b 45 0c cmp 0xc(%ebp),%eax
119a: 7c a9 jl 1145 <gets+0xf>
break;
buf[i++] = c;
if(c == '\n' || c == '\r')
break;
}
buf[i] = '\0';
119c: 8b 55 f4 mov -0xc(%ebp),%edx
119f: 8b 45 08 mov 0x8(%ebp),%eax
11a2: 01 d0 add %edx,%eax
11a4: c6 00 00 movb $0x0,(%eax)
return buf;
11a7: 8b 45 08 mov 0x8(%ebp),%eax
}
11aa: c9 leave
11ab: c3 ret
000011ac <stat>:
int
stat(char *n, struct stat *st)
{
11ac: 55 push %ebp
11ad: 89 e5 mov %esp,%ebp
11af: 83 ec 28 sub $0x28,%esp
int fd;
int r;
fd = open(n, O_RDONLY);
11b2: c7 44 24 04 00 00 00 movl $0x0,0x4(%esp)
11b9: 00
11ba: 8b 45 08 mov 0x8(%ebp),%eax
11bd: 89 04 24 mov %eax,(%esp)
11c0: e8 07 01 00 00 call 12cc <open>
11c5: 89 45 f4 mov %eax,-0xc(%ebp)
if(fd < 0)
11c8: 83 7d f4 00 cmpl $0x0,-0xc(%ebp)
11cc: 79 07 jns 11d5 <stat+0x29>
return -1;
11ce: b8 ff ff ff ff mov $0xffffffff,%eax
11d3: eb 23 jmp 11f8 <stat+0x4c>
r = fstat(fd, st);
11d5: 8b 45 0c mov 0xc(%ebp),%eax
11d8: 89 44 24 04 mov %eax,0x4(%esp)
11dc: 8b 45 f4 mov -0xc(%ebp),%eax
11df: 89 04 24 mov %eax,(%esp)
11e2: e8 fd 00 00 00 call 12e4 <fstat>
11e7: 89 45 f0 mov %eax,-0x10(%ebp)
close(fd);
11ea: 8b 45 f4 mov -0xc(%ebp),%eax
11ed: 89 04 24 mov %eax,(%esp)
11f0: e8 bf 00 00 00 call 12b4 <close>
return r;
11f5: 8b 45 f0 mov -0x10(%ebp),%eax
}
11f8: c9 leave
11f9: c3 ret
000011fa <atoi>:
int
atoi(const char *s)
{
11fa: 55 push %ebp
11fb: 89 e5 mov %esp,%ebp
11fd: 83 ec 10 sub $0x10,%esp
int n;
n = 0;
1200: c7 45 fc 00 00 00 00 movl $0x0,-0x4(%ebp)
while('0' <= *s && *s <= '9')
1207: eb 25 jmp 122e <atoi+0x34>
n = n*10 + *s++ - '0';
1209: 8b 55 fc mov -0x4(%ebp),%edx
120c: 89 d0 mov %edx,%eax
120e: c1 e0 02 shl $0x2,%eax
1211: 01 d0 add %edx,%eax
1213: 01 c0 add %eax,%eax
1215: 89 c1 mov %eax,%ecx
1217: 8b 45 08 mov 0x8(%ebp),%eax
121a: 8d 50 01 lea 0x1(%eax),%edx
121d: 89 55 08 mov %edx,0x8(%ebp)
1220: 0f b6 00 movzbl (%eax),%eax
1223: 0f be c0 movsbl %al,%eax
1226: 01 c8 add %ecx,%eax
1228: 83 e8 30 sub $0x30,%eax
122b: 89 45 fc mov %eax,-0x4(%ebp)
atoi(const char *s)
{
int n;
n = 0;
while('0' <= *s && *s <= '9')
122e: 8b 45 08 mov 0x8(%ebp),%eax
1231: 0f b6 00 movzbl (%eax),%eax
1234: 3c 2f cmp $0x2f,%al
1236: 7e 0a jle 1242 <atoi+0x48>
1238: 8b 45 08 mov 0x8(%ebp),%eax
123b: 0f b6 00 movzbl (%eax),%eax
123e: 3c 39 cmp $0x39,%al
1240: 7e c7 jle 1209 <atoi+0xf>
n = n*10 + *s++ - '0';
return n;
1242: 8b 45 fc mov -0x4(%ebp),%eax
}
1245: c9 leave
1246: c3 ret
00001247 <memmove>:
void*
memmove(void *vdst, void *vsrc, int n)
{
1247: 55 push %ebp
1248: 89 e5 mov %esp,%ebp
124a: 83 ec 10 sub $0x10,%esp
char *dst, *src;
dst = vdst;
124d: 8b 45 08 mov 0x8(%ebp),%eax
1250: 89 45 fc mov %eax,-0x4(%ebp)
src = vsrc;
1253: 8b 45 0c mov 0xc(%ebp),%eax
1256: 89 45 f8 mov %eax,-0x8(%ebp)
while(n-- > 0)
1259: eb 17 jmp 1272 <memmove+0x2b>
*dst++ = *src++;
125b: 8b 45 fc mov -0x4(%ebp),%eax
125e: 8d 50 01 lea 0x1(%eax),%edx
1261: 89 55 fc mov %edx,-0x4(%ebp)
1264: 8b 55 f8 mov -0x8(%ebp),%edx
1267: 8d 4a 01 lea 0x1(%edx),%ecx
126a: 89 4d f8 mov %ecx,-0x8(%ebp)
126d: 0f b6 12 movzbl (%edx),%edx
1270: 88 10 mov %dl,(%eax)
{
char *dst, *src;
dst = vdst;
src = vsrc;
while(n-- > 0)
1272: 8b 45 10 mov 0x10(%ebp),%eax
1275: 8d 50 ff lea -0x1(%eax),%edx
1278: 89 55 10 mov %edx,0x10(%ebp)
127b: 85 c0 test %eax,%eax
127d: 7f dc jg 125b <memmove+0x14>
*dst++ = *src++;
return vdst;
127f: 8b 45 08 mov 0x8(%ebp),%eax
}
1282: c9 leave
1283: c3 ret
00001284 <fork>:
name: \
movl $SYS_ ## name, %eax; \
int $T_SYSCALL; \
ret
SYSCALL(fork)
1284: b8 01 00 00 00 mov $0x1,%eax
1289: cd 40 int $0x40
128b: c3 ret
0000128c <exit>:
SYSCALL(exit)
128c: b8 02 00 00 00 mov $0x2,%eax
1291: cd 40 int $0x40
1293: c3 ret
00001294 <wait>:
SYSCALL(wait)
1294: b8 03 00 00 00 mov $0x3,%eax
1299: cd 40 int $0x40
129b: c3 ret
0000129c <pipe>:
SYSCALL(pipe)
129c: b8 04 00 00 00 mov $0x4,%eax
12a1: cd 40 int $0x40
12a3: c3 ret
000012a4 <read>:
SYSCALL(read)
12a4: b8 05 00 00 00 mov $0x5,%eax
12a9: cd 40 int $0x40
12ab: c3 ret
000012ac <write>:
SYSCALL(write)
12ac: b8 10 00 00 00 mov $0x10,%eax
12b1: cd 40 int $0x40
12b3: c3 ret
000012b4 <close>:
SYSCALL(close)
12b4: b8 15 00 00 00 mov $0x15,%eax
12b9: cd 40 int $0x40
12bb: c3 ret
000012bc <kill>:
SYSCALL(kill)
12bc: b8 06 00 00 00 mov $0x6,%eax
12c1: cd 40 int $0x40
12c3: c3 ret
000012c4 <exec>:
SYSCALL(exec)
12c4: b8 07 00 00 00 mov $0x7,%eax
12c9: cd 40 int $0x40
12cb: c3 ret
000012cc <open>:
SYSCALL(open)
12cc: b8 0f 00 00 00 mov $0xf,%eax
12d1: cd 40 int $0x40
12d3: c3 ret
000012d4 <mknod>:
SYSCALL(mknod)
12d4: b8 11 00 00 00 mov $0x11,%eax
12d9: cd 40 int $0x40
12db: c3 ret
000012dc <unlink>:
SYSCALL(unlink)
12dc: b8 12 00 00 00 mov $0x12,%eax
12e1: cd 40 int $0x40
12e3: c3 ret
000012e4 <fstat>:
SYSCALL(fstat)
12e4: b8 08 00 00 00 mov $0x8,%eax
12e9: cd 40 int $0x40
12eb: c3 ret
000012ec <link>:
SYSCALL(link)
12ec: b8 13 00 00 00 mov $0x13,%eax
12f1: cd 40 int $0x40
12f3: c3 ret
000012f4 <mkdir>:
SYSCALL(mkdir)
12f4: b8 14 00 00 00 mov $0x14,%eax
12f9: cd 40 int $0x40
12fb: c3 ret
000012fc <chdir>:
SYSCALL(chdir)
12fc: b8 09 00 00 00 mov $0x9,%eax
1301: cd 40 int $0x40
1303: c3 ret
00001304 <dup>:
SYSCALL(dup)
1304: b8 0a 00 00 00 mov $0xa,%eax
1309: cd 40 int $0x40
130b: c3 ret
0000130c <getpid>:
SYSCALL(getpid)
130c: b8 0b 00 00 00 mov $0xb,%eax
1311: cd 40 int $0x40
1313: c3 ret
00001314 <sbrk>:
SYSCALL(sbrk)
1314: b8 0c 00 00 00 mov $0xc,%eax
1319: cd 40 int $0x40
131b: c3 ret
0000131c <sleep>:
SYSCALL(sleep)
131c: b8 0d 00 00 00 mov $0xd,%eax
1321: cd 40 int $0x40
1323: c3 ret
00001324 <uptime>:
SYSCALL(uptime)
1324: b8 0e 00 00 00 mov $0xe,%eax
1329: cd 40 int $0x40
132b: c3 ret
0000132c <clone>:
SYSCALL(clone)
132c: b8 16 00 00 00 mov $0x16,%eax
1331: cd 40 int $0x40
1333: c3 ret
00001334 <texit>:
SYSCALL(texit)
1334: b8 17 00 00 00 mov $0x17,%eax
1339: cd 40 int $0x40
133b: c3 ret
0000133c <tsleep>:
SYSCALL(tsleep)
133c: b8 18 00 00 00 mov $0x18,%eax
1341: cd 40 int $0x40
1343: c3 ret
00001344 <twakeup>:
SYSCALL(twakeup)
1344: b8 19 00 00 00 mov $0x19,%eax
1349: cd 40 int $0x40
134b: c3 ret
0000134c <thread_yield>:
SYSCALL(thread_yield)
134c: b8 1a 00 00 00 mov $0x1a,%eax
1351: cd 40 int $0x40
1353: c3 ret
00001354 <putc>:
#include "stat.h"
#include "user.h"
static void
putc(int fd, char c)
{
1354: 55 push %ebp
1355: 89 e5 mov %esp,%ebp
1357: 83 ec 18 sub $0x18,%esp
135a: 8b 45 0c mov 0xc(%ebp),%eax
135d: 88 45 f4 mov %al,-0xc(%ebp)
write(fd, &c, 1);
1360: c7 44 24 08 01 00 00 movl $0x1,0x8(%esp)
1367: 00
1368: 8d 45 f4 lea -0xc(%ebp),%eax
136b: 89 44 24 04 mov %eax,0x4(%esp)
136f: 8b 45 08 mov 0x8(%ebp),%eax
1372: 89 04 24 mov %eax,(%esp)
1375: e8 32 ff ff ff call 12ac <write>
}
137a: c9 leave
137b: c3 ret
0000137c <printint>:
static void
printint(int fd, int xx, int base, int sgn)
{
137c: 55 push %ebp
137d: 89 e5 mov %esp,%ebp
137f: 56 push %esi
1380: 53 push %ebx
1381: 83 ec 30 sub $0x30,%esp
static char digits[] = "0123456789ABCDEF";
char buf[16];
int i, neg;
uint x;
neg = 0;
1384: c7 45 f0 00 00 00 00 movl $0x0,-0x10(%ebp)
if(sgn && xx < 0){
138b: 83 7d 14 00 cmpl $0x0,0x14(%ebp)
138f: 74 17 je 13a8 <printint+0x2c>
1391: 83 7d 0c 00 cmpl $0x0,0xc(%ebp)
1395: 79 11 jns 13a8 <printint+0x2c>
neg = 1;
1397: c7 45 f0 01 00 00 00 movl $0x1,-0x10(%ebp)
x = -xx;
139e: 8b 45 0c mov 0xc(%ebp),%eax
13a1: f7 d8 neg %eax
13a3: 89 45 ec mov %eax,-0x14(%ebp)
13a6: eb 06 jmp 13ae <printint+0x32>
} else {
x = xx;
13a8: 8b 45 0c mov 0xc(%ebp),%eax
13ab: 89 45 ec mov %eax,-0x14(%ebp)
}
i = 0;
13ae: c7 45 f4 00 00 00 00 movl $0x0,-0xc(%ebp)
do{
buf[i++] = digits[x % base];
13b5: 8b 4d f4 mov -0xc(%ebp),%ecx
13b8: 8d 41 01 lea 0x1(%ecx),%eax
13bb: 89 45 f4 mov %eax,-0xc(%ebp)
13be: 8b 5d 10 mov 0x10(%ebp),%ebx
13c1: 8b 45 ec mov -0x14(%ebp),%eax
13c4: ba 00 00 00 00 mov $0x0,%edx
13c9: f7 f3 div %ebx
13cb: 89 d0 mov %edx,%eax
13cd: 0f b6 80 2c 1e 00 00 movzbl 0x1e2c(%eax),%eax
13d4: 88 44 0d dc mov %al,-0x24(%ebp,%ecx,1)
}while((x /= base) != 0);
13d8: 8b 75 10 mov 0x10(%ebp),%esi
13db: 8b 45 ec mov -0x14(%ebp),%eax
13de: ba 00 00 00 00 mov $0x0,%edx
13e3: f7 f6 div %esi
13e5: 89 45 ec mov %eax,-0x14(%ebp)
13e8: 83 7d ec 00 cmpl $0x0,-0x14(%ebp)
13ec: 75 c7 jne 13b5 <printint+0x39>
if(neg)
13ee: 83 7d f0 00 cmpl $0x0,-0x10(%ebp)
13f2: 74 10 je 1404 <printint+0x88>
buf[i++] = '-';
13f4: 8b 45 f4 mov -0xc(%ebp),%eax
13f7: 8d 50 01 lea 0x1(%eax),%edx
13fa: 89 55 f4 mov %edx,-0xc(%ebp)
13fd: c6 44 05 dc 2d movb $0x2d,-0x24(%ebp,%eax,1)
while(--i >= 0)
1402: eb 1f jmp 1423 <printint+0xa7>
1404: eb 1d jmp 1423 <printint+0xa7>
putc(fd, buf[i]);
1406: 8d 55 dc lea -0x24(%ebp),%edx
1409: 8b 45 f4 mov -0xc(%ebp),%eax
140c: 01 d0 add %edx,%eax
140e: 0f b6 00 movzbl (%eax),%eax
1411: 0f be c0 movsbl %al,%eax
1414: 89 44 24 04 mov %eax,0x4(%esp)
1418: 8b 45 08 mov 0x8(%ebp),%eax
141b: 89 04 24 mov %eax,(%esp)
141e: e8 31 ff ff ff call 1354 <putc>
buf[i++] = digits[x % base];
}while((x /= base) != 0);
if(neg)
buf[i++] = '-';
while(--i >= 0)
1423: 83 6d f4 01 subl $0x1,-0xc(%ebp)
1427: 83 7d f4 00 cmpl $0x0,-0xc(%ebp)
142b: 79 d9 jns 1406 <printint+0x8a>
putc(fd, buf[i]);
}
142d: 83 c4 30 add $0x30,%esp
1430: 5b pop %ebx
1431: 5e pop %esi
1432: 5d pop %ebp
1433: c3 ret
00001434 <printf>:
// Print to the given fd. Only understands %d, %x, %p, %s.
void
printf(int fd, char *fmt, ...)
{
1434: 55 push %ebp
1435: 89 e5 mov %esp,%ebp
1437: 83 ec 38 sub $0x38,%esp
char *s;
int c, i, state;
uint *ap;
state = 0;
143a: c7 45 ec 00 00 00 00 movl $0x0,-0x14(%ebp)
ap = (uint*)(void*)&fmt + 1;
1441: 8d 45 0c lea 0xc(%ebp),%eax
1444: 83 c0 04 add $0x4,%eax
1447: 89 45 e8 mov %eax,-0x18(%ebp)
for(i = 0; fmt[i]; i++){
144a: c7 45 f0 00 00 00 00 movl $0x0,-0x10(%ebp)
1451: e9 7c 01 00 00 jmp 15d2 <printf+0x19e>
c = fmt[i] & 0xff;
1456: 8b 55 0c mov 0xc(%ebp),%edx
1459: 8b 45 f0 mov -0x10(%ebp),%eax
145c: 01 d0 add %edx,%eax
145e: 0f b6 00 movzbl (%eax),%eax
1461: 0f be c0 movsbl %al,%eax
1464: 25 ff 00 00 00 and $0xff,%eax
1469: 89 45 e4 mov %eax,-0x1c(%ebp)
if(state == 0){
146c: 83 7d ec 00 cmpl $0x0,-0x14(%ebp)
1470: 75 2c jne 149e <printf+0x6a>
if(c == '%'){
1472: 83 7d e4 25 cmpl $0x25,-0x1c(%ebp)
1476: 75 0c jne 1484 <printf+0x50>
state = '%';
1478: c7 45 ec 25 00 00 00 movl $0x25,-0x14(%ebp)
147f: e9 4a 01 00 00 jmp 15ce <printf+0x19a>
} else {
putc(fd, c);
1484: 8b 45 e4 mov -0x1c(%ebp),%eax
1487: 0f be c0 movsbl %al,%eax
148a: 89 44 24 04 mov %eax,0x4(%esp)
148e: 8b 45 08 mov 0x8(%ebp),%eax
1491: 89 04 24 mov %eax,(%esp)
1494: e8 bb fe ff ff call 1354 <putc>
1499: e9 30 01 00 00 jmp 15ce <printf+0x19a>
}
} else if(state == '%'){
149e: 83 7d ec 25 cmpl $0x25,-0x14(%ebp)
14a2: 0f 85 26 01 00 00 jne 15ce <printf+0x19a>
if(c == 'd'){
14a8: 83 7d e4 64 cmpl $0x64,-0x1c(%ebp)
14ac: 75 2d jne 14db <printf+0xa7>
printint(fd, *ap, 10, 1);
14ae: 8b 45 e8 mov -0x18(%ebp),%eax
14b1: 8b 00 mov (%eax),%eax
14b3: c7 44 24 0c 01 00 00 movl $0x1,0xc(%esp)
14ba: 00
14bb: c7 44 24 08 0a 00 00 movl $0xa,0x8(%esp)
14c2: 00
14c3: 89 44 24 04 mov %eax,0x4(%esp)
14c7: 8b 45 08 mov 0x8(%ebp),%eax
14ca: 89 04 24 mov %eax,(%esp)
14cd: e8 aa fe ff ff call 137c <printint>
ap++;
14d2: 83 45 e8 04 addl $0x4,-0x18(%ebp)
14d6: e9 ec 00 00 00 jmp 15c7 <printf+0x193>
} else if(c == 'x' || c == 'p'){
14db: 83 7d e4 78 cmpl $0x78,-0x1c(%ebp)
14df: 74 06 je 14e7 <printf+0xb3>
14e1: 83 7d e4 70 cmpl $0x70,-0x1c(%ebp)
14e5: 75 2d jne 1514 <printf+0xe0>
printint(fd, *ap, 16, 0);
14e7: 8b 45 e8 mov -0x18(%ebp),%eax
14ea: 8b 00 mov (%eax),%eax
14ec: c7 44 24 0c 00 00 00 movl $0x0,0xc(%esp)
14f3: 00
14f4: c7 44 24 08 10 00 00 movl $0x10,0x8(%esp)
14fb: 00
14fc: 89 44 24 04 mov %eax,0x4(%esp)
1500: 8b 45 08 mov 0x8(%ebp),%eax
1503: 89 04 24 mov %eax,(%esp)
1506: e8 71 fe ff ff call 137c <printint>
ap++;
150b: 83 45 e8 04 addl $0x4,-0x18(%ebp)
150f: e9 b3 00 00 00 jmp 15c7 <printf+0x193>
} else if(c == 's'){
1514: 83 7d e4 73 cmpl $0x73,-0x1c(%ebp)
1518: 75 45 jne 155f <printf+0x12b>
s = (char*)*ap;
151a: 8b 45 e8 mov -0x18(%ebp),%eax
151d: 8b 00 mov (%eax),%eax
151f: 89 45 f4 mov %eax,-0xc(%ebp)
ap++;
1522: 83 45 e8 04 addl $0x4,-0x18(%ebp)
if(s == 0)
1526: 83 7d f4 00 cmpl $0x0,-0xc(%ebp)
152a: 75 09 jne 1535 <printf+0x101>
s = "(null)";
152c: c7 45 f4 75 1a 00 00 movl $0x1a75,-0xc(%ebp)
while(*s != 0){
1533: eb 1e jmp 1553 <printf+0x11f>
1535: eb 1c jmp 1553 <printf+0x11f>
putc(fd, *s);
1537: 8b 45 f4 mov -0xc(%ebp),%eax
153a: 0f b6 00 movzbl (%eax),%eax
153d: 0f be c0 movsbl %al,%eax
1540: 89 44 24 04 mov %eax,0x4(%esp)
1544: 8b 45 08 mov 0x8(%ebp),%eax
1547: 89 04 24 mov %eax,(%esp)
154a: e8 05 fe ff ff call 1354 <putc>
s++;
154f: 83 45 f4 01 addl $0x1,-0xc(%ebp)
} else if(c == 's'){
s = (char*)*ap;
ap++;
if(s == 0)
s = "(null)";
while(*s != 0){
1553: 8b 45 f4 mov -0xc(%ebp),%eax
1556: 0f b6 00 movzbl (%eax),%eax
1559: 84 c0 test %al,%al
155b: 75 da jne 1537 <printf+0x103>
155d: eb 68 jmp 15c7 <printf+0x193>
putc(fd, *s);
s++;
}
} else if(c == 'c'){
155f: 83 7d e4 63 cmpl $0x63,-0x1c(%ebp)
1563: 75 1d jne 1582 <printf+0x14e>
putc(fd, *ap);
1565: 8b 45 e8 mov -0x18(%ebp),%eax
1568: 8b 00 mov (%eax),%eax
156a: 0f be c0 movsbl %al,%eax
156d: 89 44 24 04 mov %eax,0x4(%esp)
1571: 8b 45 08 mov 0x8(%ebp),%eax
1574: 89 04 24 mov %eax,(%esp)
1577: e8 d8 fd ff ff call 1354 <putc>
ap++;
157c: 83 45 e8 04 addl $0x4,-0x18(%ebp)
1580: eb 45 jmp 15c7 <printf+0x193>
} else if(c == '%'){
1582: 83 7d e4 25 cmpl $0x25,-0x1c(%ebp)
1586: 75 17 jne 159f <printf+0x16b>
putc(fd, c);
1588: 8b 45 e4 mov -0x1c(%ebp),%eax
158b: 0f be c0 movsbl %al,%eax
158e: 89 44 24 04 mov %eax,0x4(%esp)
1592: 8b 45 08 mov 0x8(%ebp),%eax
1595: 89 04 24 mov %eax,(%esp)
1598: e8 b7 fd ff ff call 1354 <putc>
159d: eb 28 jmp 15c7 <printf+0x193>
} else {
// Unknown % sequence. Print it to draw attention.
putc(fd, '%');
159f: c7 44 24 04 25 00 00 movl $0x25,0x4(%esp)
15a6: 00
15a7: 8b 45 08 mov 0x8(%ebp),%eax
15aa: 89 04 24 mov %eax,(%esp)
15ad: e8 a2 fd ff ff call 1354 <putc>
putc(fd, c);
15b2: 8b 45 e4 mov -0x1c(%ebp),%eax
15b5: 0f be c0 movsbl %al,%eax
15b8: 89 44 24 04 mov %eax,0x4(%esp)
15bc: 8b 45 08 mov 0x8(%ebp),%eax
15bf: 89 04 24 mov %eax,(%esp)
15c2: e8 8d fd ff ff call 1354 <putc>
}
state = 0;
15c7: c7 45 ec 00 00 00 00 movl $0x0,-0x14(%ebp)
int c, i, state;
uint *ap;
state = 0;
ap = (uint*)(void*)&fmt + 1;
for(i = 0; fmt[i]; i++){
15ce: 83 45 f0 01 addl $0x1,-0x10(%ebp)
15d2: 8b 55 0c mov 0xc(%ebp),%edx
15d5: 8b 45 f0 mov -0x10(%ebp),%eax
15d8: 01 d0 add %edx,%eax
15da: 0f b6 00 movzbl (%eax),%eax
15dd: 84 c0 test %al,%al
15df: 0f 85 71 fe ff ff jne 1456 <printf+0x22>
putc(fd, c);
}
state = 0;
}
}
}
15e5: c9 leave
15e6: c3 ret
15e7: 90 nop
000015e8 <free>:
static Header base;
static Header *freep;
void
free(void *ap)
{
15e8: 55 push %ebp
15e9: 89 e5 mov %esp,%ebp
15eb: 83 ec 10 sub $0x10,%esp
Header *bp, *p;
bp = (Header*)ap - 1;
15ee: 8b 45 08 mov 0x8(%ebp),%eax
15f1: 83 e8 08 sub $0x8,%eax
15f4: 89 45 f8 mov %eax,-0x8(%ebp)
for(p = freep; !(bp > p && bp < p->s.ptr); p = p->s.ptr)
15f7: a1 4c 1e 00 00 mov 0x1e4c,%eax
15fc: 89 45 fc mov %eax,-0x4(%ebp)
15ff: eb 24 jmp 1625 <free+0x3d>
if(p >= p->s.ptr && (bp > p || bp < p->s.ptr))
1601: 8b 45 fc mov -0x4(%ebp),%eax
1604: 8b 00 mov (%eax),%eax
1606: 3b 45 fc cmp -0x4(%ebp),%eax
1609: 77 12 ja 161d <free+0x35>
160b: 8b 45 f8 mov -0x8(%ebp),%eax
160e: 3b 45 fc cmp -0x4(%ebp),%eax
1611: 77 24 ja 1637 <free+0x4f>
1613: 8b 45 fc mov -0x4(%ebp),%eax
1616: 8b 00 mov (%eax),%eax
1618: 3b 45 f8 cmp -0x8(%ebp),%eax
161b: 77 1a ja 1637 <free+0x4f>
free(void *ap)
{
Header *bp, *p;
bp = (Header*)ap - 1;
for(p = freep; !(bp > p && bp < p->s.ptr); p = p->s.ptr)
161d: 8b 45 fc mov -0x4(%ebp),%eax
1620: 8b 00 mov (%eax),%eax
1622: 89 45 fc mov %eax,-0x4(%ebp)
1625: 8b 45 f8 mov -0x8(%ebp),%eax
1628: 3b 45 fc cmp -0x4(%ebp),%eax
162b: 76 d4 jbe 1601 <free+0x19>
162d: 8b 45 fc mov -0x4(%ebp),%eax
1630: 8b 00 mov (%eax),%eax
1632: 3b 45 f8 cmp -0x8(%ebp),%eax
1635: 76 ca jbe 1601 <free+0x19>
if(p >= p->s.ptr && (bp > p || bp < p->s.ptr))
break;
if(bp + bp->s.size == p->s.ptr){
1637: 8b 45 f8 mov -0x8(%ebp),%eax
163a: 8b 40 04 mov 0x4(%eax),%eax
163d: 8d 14 c5 00 00 00 00 lea 0x0(,%eax,8),%edx
1644: 8b 45 f8 mov -0x8(%ebp),%eax
1647: 01 c2 add %eax,%edx
1649: 8b 45 fc mov -0x4(%ebp),%eax
164c: 8b 00 mov (%eax),%eax
164e: 39 c2 cmp %eax,%edx
1650: 75 24 jne 1676 <free+0x8e>
bp->s.size += p->s.ptr->s.size;
1652: 8b 45 f8 mov -0x8(%ebp),%eax
1655: 8b 50 04 mov 0x4(%eax),%edx
1658: 8b 45 fc mov -0x4(%ebp),%eax
165b: 8b 00 mov (%eax),%eax
165d: 8b 40 04 mov 0x4(%eax),%eax
1660: 01 c2 add %eax,%edx
1662: 8b 45 f8 mov -0x8(%ebp),%eax
1665: 89 50 04 mov %edx,0x4(%eax)
bp->s.ptr = p->s.ptr->s.ptr;
1668: 8b 45 fc mov -0x4(%ebp),%eax
166b: 8b 00 mov (%eax),%eax
166d: 8b 10 mov (%eax),%edx
166f: 8b 45 f8 mov -0x8(%ebp),%eax
1672: 89 10 mov %edx,(%eax)
1674: eb 0a jmp 1680 <free+0x98>
} else
bp->s.ptr = p->s.ptr;
1676: 8b 45 fc mov -0x4(%ebp),%eax
1679: 8b 10 mov (%eax),%edx
167b: 8b 45 f8 mov -0x8(%ebp),%eax
167e: 89 10 mov %edx,(%eax)
if(p + p->s.size == bp){
1680: 8b 45 fc mov -0x4(%ebp),%eax
1683: 8b 40 04 mov 0x4(%eax),%eax
1686: 8d 14 c5 00 00 00 00 lea 0x0(,%eax,8),%edx
168d: 8b 45 fc mov -0x4(%ebp),%eax
1690: 01 d0 add %edx,%eax
1692: 3b 45 f8 cmp -0x8(%ebp),%eax
1695: 75 20 jne 16b7 <free+0xcf>
p->s.size += bp->s.size;
1697: 8b 45 fc mov -0x4(%ebp),%eax
169a: 8b 50 04 mov 0x4(%eax),%edx
169d: 8b 45 f8 mov -0x8(%ebp),%eax
16a0: 8b 40 04 mov 0x4(%eax),%eax
16a3: 01 c2 add %eax,%edx
16a5: 8b 45 fc mov -0x4(%ebp),%eax
16a8: 89 50 04 mov %edx,0x4(%eax)
p->s.ptr = bp->s.ptr;
16ab: 8b 45 f8 mov -0x8(%ebp),%eax
16ae: 8b 10 mov (%eax),%edx
16b0: 8b 45 fc mov -0x4(%ebp),%eax
16b3: 89 10 mov %edx,(%eax)
16b5: eb 08 jmp 16bf <free+0xd7>
} else
p->s.ptr = bp;
16b7: 8b 45 fc mov -0x4(%ebp),%eax
16ba: 8b 55 f8 mov -0x8(%ebp),%edx
16bd: 89 10 mov %edx,(%eax)
freep = p;
16bf: 8b 45 fc mov -0x4(%ebp),%eax
16c2: a3 4c 1e 00 00 mov %eax,0x1e4c
}
16c7: c9 leave
16c8: c3 ret
000016c9 <morecore>:
static Header*
morecore(uint nu)
{
16c9: 55 push %ebp
16ca: 89 e5 mov %esp,%ebp
16cc: 83 ec 28 sub $0x28,%esp
char *p;
Header *hp;
if(nu < 4096)
16cf: 81 7d 08 ff 0f 00 00 cmpl $0xfff,0x8(%ebp)
16d6: 77 07 ja 16df <morecore+0x16>
nu = 4096;
16d8: c7 45 08 00 10 00 00 movl $0x1000,0x8(%ebp)
p = sbrk(nu * sizeof(Header));
16df: 8b 45 08 mov 0x8(%ebp),%eax
16e2: c1 e0 03 shl $0x3,%eax
16e5: 89 04 24 mov %eax,(%esp)
16e8: e8 27 fc ff ff call 1314 <sbrk>
16ed: 89 45 f4 mov %eax,-0xc(%ebp)
if(p == (char*)-1)
16f0: 83 7d f4 ff cmpl $0xffffffff,-0xc(%ebp)
16f4: 75 07 jne 16fd <morecore+0x34>
return 0;
16f6: b8 00 00 00 00 mov $0x0,%eax
16fb: eb 22 jmp 171f <morecore+0x56>
hp = (Header*)p;
16fd: 8b 45 f4 mov -0xc(%ebp),%eax
1700: 89 45 f0 mov %eax,-0x10(%ebp)
hp->s.size = nu;
1703: 8b 45 f0 mov -0x10(%ebp),%eax
1706: 8b 55 08 mov 0x8(%ebp),%edx
1709: 89 50 04 mov %edx,0x4(%eax)
free((void*)(hp + 1));
170c: 8b 45 f0 mov -0x10(%ebp),%eax
170f: 83 c0 08 add $0x8,%eax
1712: 89 04 24 mov %eax,(%esp)
1715: e8 ce fe ff ff call 15e8 <free>
return freep;
171a: a1 4c 1e 00 00 mov 0x1e4c,%eax
}
171f: c9 leave
1720: c3 ret
00001721 <malloc>:
void*
malloc(uint nbytes)
{
1721: 55 push %ebp
1722: 89 e5 mov %esp,%ebp
1724: 83 ec 28 sub $0x28,%esp
Header *p, *prevp;
uint nunits;
nunits = (nbytes + sizeof(Header) - 1)/sizeof(Header) + 1;
1727: 8b 45 08 mov 0x8(%ebp),%eax
172a: 83 c0 07 add $0x7,%eax
172d: c1 e8 03 shr $0x3,%eax
1730: 83 c0 01 add $0x1,%eax
1733: 89 45 ec mov %eax,-0x14(%ebp)
if((prevp = freep) == 0){
1736: a1 4c 1e 00 00 mov 0x1e4c,%eax
173b: 89 45 f0 mov %eax,-0x10(%ebp)
173e: 83 7d f0 00 cmpl $0x0,-0x10(%ebp)
1742: 75 23 jne 1767 <malloc+0x46>
base.s.ptr = freep = prevp = &base;
1744: c7 45 f0 44 1e 00 00 movl $0x1e44,-0x10(%ebp)
174b: 8b 45 f0 mov -0x10(%ebp),%eax
174e: a3 4c 1e 00 00 mov %eax,0x1e4c
1753: a1 4c 1e 00 00 mov 0x1e4c,%eax
1758: a3 44 1e 00 00 mov %eax,0x1e44
base.s.size = 0;
175d: c7 05 48 1e 00 00 00 movl $0x0,0x1e48
1764: 00 00 00
}
for(p = prevp->s.ptr; ; prevp = p, p = p->s.ptr){
1767: 8b 45 f0 mov -0x10(%ebp),%eax
176a: 8b 00 mov (%eax),%eax
176c: 89 45 f4 mov %eax,-0xc(%ebp)
if(p->s.size >= nunits){
176f: 8b 45 f4 mov -0xc(%ebp),%eax
1772: 8b 40 04 mov 0x4(%eax),%eax
1775: 3b 45 ec cmp -0x14(%ebp),%eax
1778: 72 4d jb 17c7 <malloc+0xa6>
if(p->s.size == nunits)
177a: 8b 45 f4 mov -0xc(%ebp),%eax
177d: 8b 40 04 mov 0x4(%eax),%eax
1780: 3b 45 ec cmp -0x14(%ebp),%eax
1783: 75 0c jne 1791 <malloc+0x70>
prevp->s.ptr = p->s.ptr;
1785: 8b 45 f4 mov -0xc(%ebp),%eax
1788: 8b 10 mov (%eax),%edx
178a: 8b 45 f0 mov -0x10(%ebp),%eax
178d: 89 10 mov %edx,(%eax)
178f: eb 26 jmp 17b7 <malloc+0x96>
else {
p->s.size -= nunits;
1791: 8b 45 f4 mov -0xc(%ebp),%eax
1794: 8b 40 04 mov 0x4(%eax),%eax
1797: 2b 45 ec sub -0x14(%ebp),%eax
179a: 89 c2 mov %eax,%edx
179c: 8b 45 f4 mov -0xc(%ebp),%eax
179f: 89 50 04 mov %edx,0x4(%eax)
p += p->s.size;
17a2: 8b 45 f4 mov -0xc(%ebp),%eax
17a5: 8b 40 04 mov 0x4(%eax),%eax
17a8: c1 e0 03 shl $0x3,%eax
17ab: 01 45 f4 add %eax,-0xc(%ebp)
p->s.size = nunits;
17ae: 8b 45 f4 mov -0xc(%ebp),%eax
17b1: 8b 55 ec mov -0x14(%ebp),%edx
17b4: 89 50 04 mov %edx,0x4(%eax)
}
freep = prevp;
17b7: 8b 45 f0 mov -0x10(%ebp),%eax
17ba: a3 4c 1e 00 00 mov %eax,0x1e4c
return (void*)(p + 1);
17bf: 8b 45 f4 mov -0xc(%ebp),%eax
17c2: 83 c0 08 add $0x8,%eax
17c5: eb 38 jmp 17ff <malloc+0xde>
}
if(p == freep)
17c7: a1 4c 1e 00 00 mov 0x1e4c,%eax
17cc: 39 45 f4 cmp %eax,-0xc(%ebp)
17cf: 75 1b jne 17ec <malloc+0xcb>
if((p = morecore(nunits)) == 0)
17d1: 8b 45 ec mov -0x14(%ebp),%eax
17d4: 89 04 24 mov %eax,(%esp)
17d7: e8 ed fe ff ff call 16c9 <morecore>
17dc: 89 45 f4 mov %eax,-0xc(%ebp)
17df: 83 7d f4 00 cmpl $0x0,-0xc(%ebp)
17e3: 75 07 jne 17ec <malloc+0xcb>
return 0;
17e5: b8 00 00 00 00 mov $0x0,%eax
17ea: eb 13 jmp 17ff <malloc+0xde>
nunits = (nbytes + sizeof(Header) - 1)/sizeof(Header) + 1;
if((prevp = freep) == 0){
base.s.ptr = freep = prevp = &base;
base.s.size = 0;
}
for(p = prevp->s.ptr; ; prevp = p, p = p->s.ptr){
17ec: 8b 45 f4 mov -0xc(%ebp),%eax
17ef: 89 45 f0 mov %eax,-0x10(%ebp)
17f2: 8b 45 f4 mov -0xc(%ebp),%eax
17f5: 8b 00 mov (%eax),%eax
17f7: 89 45 f4 mov %eax,-0xc(%ebp)
return (void*)(p + 1);
}
if(p == freep)
if((p = morecore(nunits)) == 0)
return 0;
}
17fa: e9 70 ff ff ff jmp 176f <malloc+0x4e>
}
17ff: c9 leave
1800: c3 ret
1801: 66 90 xchg %ax,%ax
1803: 90 nop
00001804 <xchg>:
asm volatile("sti");
}
static inline uint
xchg(volatile uint *addr, uint newval)
{
1804: 55 push %ebp
1805: 89 e5 mov %esp,%ebp
1807: 83 ec 10 sub $0x10,%esp
uint result;
// The + in "+m" denotes a read-modify-write operand.
asm volatile("lock; xchgl %0, %1" :
180a: 8b 55 08 mov 0x8(%ebp),%edx
180d: 8b 45 0c mov 0xc(%ebp),%eax
1810: 8b 4d 08 mov 0x8(%ebp),%ecx
1813: f0 87 02 lock xchg %eax,(%edx)
1816: 89 45 fc mov %eax,-0x4(%ebp)
"+m" (*addr), "=a" (result) :
"1" (newval) :
"cc");
return result;
1819: 8b 45 fc mov -0x4(%ebp),%eax
}
181c: c9 leave
181d: c3 ret
0000181e <lock_init>:
#include "x86.h"
#include "proc.h"
unsigned long rands = 1;
void lock_init(lock_t *lock){
181e: 55 push %ebp
181f: 89 e5 mov %esp,%ebp
lock->locked = 0;
1821: 8b 45 08 mov 0x8(%ebp),%eax
1824: c7 00 00 00 00 00 movl $0x0,(%eax)
}
182a: 5d pop %ebp
182b: c3 ret
0000182c <lock_acquire>:
void lock_acquire(lock_t *lock){
182c: 55 push %ebp
182d: 89 e5 mov %esp,%ebp
182f: 83 ec 08 sub $0x8,%esp
while(xchg(&lock->locked,1) != 0);
1832: 90 nop
1833: 8b 45 08 mov 0x8(%ebp),%eax
1836: c7 44 24 04 01 00 00 movl $0x1,0x4(%esp)
183d: 00
183e: 89 04 24 mov %eax,(%esp)
1841: e8 be ff ff ff call 1804 <xchg>
1846: 85 c0 test %eax,%eax
1848: 75 e9 jne 1833 <lock_acquire+0x7>
}
184a: c9 leave
184b: c3 ret
0000184c <lock_release>:
void lock_release(lock_t *lock){
184c: 55 push %ebp
184d: 89 e5 mov %esp,%ebp
184f: 83 ec 08 sub $0x8,%esp
xchg(&lock->locked,0);
1852: 8b 45 08 mov 0x8(%ebp),%eax
1855: c7 44 24 04 00 00 00 movl $0x0,0x4(%esp)
185c: 00
185d: 89 04 24 mov %eax,(%esp)
1860: e8 9f ff ff ff call 1804 <xchg>
}
1865: c9 leave
1866: c3 ret
00001867 <thread_create>:
void *thread_create(void(*start_routine)(void*), void *arg){
1867: 55 push %ebp
1868: 89 e5 mov %esp,%ebp
186a: 83 ec 28 sub $0x28,%esp
int tid;
void * stack = malloc(2 * 4096);
186d: c7 04 24 00 20 00 00 movl $0x2000,(%esp)
1874: e8 a8 fe ff ff call 1721 <malloc>
1879: 89 45 f4 mov %eax,-0xc(%ebp)
void *garbage_stack = stack;
187c: 8b 45 f4 mov -0xc(%ebp),%eax
187f: 89 45 f0 mov %eax,-0x10(%ebp)
// printf(1,"start routine addr : %d\n",(uint)start_routine);
if((uint)stack % 4096){
1882: 8b 45 f4 mov -0xc(%ebp),%eax
1885: 25 ff 0f 00 00 and $0xfff,%eax
188a: 85 c0 test %eax,%eax
188c: 74 14 je 18a2 <thread_create+0x3b>
stack = stack + (4096 - (uint)stack % 4096);
188e: 8b 45 f4 mov -0xc(%ebp),%eax
1891: 25 ff 0f 00 00 and $0xfff,%eax
1896: 89 c2 mov %eax,%edx
1898: b8 00 10 00 00 mov $0x1000,%eax
189d: 29 d0 sub %edx,%eax
189f: 01 45 f4 add %eax,-0xc(%ebp)
}
if (stack == 0){
18a2: 83 7d f4 00 cmpl $0x0,-0xc(%ebp)
18a6: 75 1b jne 18c3 <thread_create+0x5c>
printf(1,"malloc fail \n");
18a8: c7 44 24 04 7c 1a 00 movl $0x1a7c,0x4(%esp)
18af: 00
18b0: c7 04 24 01 00 00 00 movl $0x1,(%esp)
18b7: e8 78 fb ff ff call 1434 <printf>
return 0;
18bc: b8 00 00 00 00 mov $0x0,%eax
18c1: eb 6f jmp 1932 <thread_create+0xcb>
}
tid = clone((uint)stack,PSIZE,(uint)start_routine,(int)arg);
18c3: 8b 4d 0c mov 0xc(%ebp),%ecx
18c6: 8b 55 08 mov 0x8(%ebp),%edx
18c9: 8b 45 f4 mov -0xc(%ebp),%eax
18cc: 89 4c 24 0c mov %ecx,0xc(%esp)
18d0: 89 54 24 08 mov %edx,0x8(%esp)
18d4: c7 44 24 04 00 10 00 movl $0x1000,0x4(%esp)
18db: 00
18dc: 89 04 24 mov %eax,(%esp)
18df: e8 48 fa ff ff call 132c <clone>
18e4: 89 45 ec mov %eax,-0x14(%ebp)
if(tid < 0){
18e7: 83 7d ec 00 cmpl $0x0,-0x14(%ebp)
18eb: 79 1b jns 1908 <thread_create+0xa1>
printf(1,"clone fails\n");
18ed: c7 44 24 04 8a 1a 00 movl $0x1a8a,0x4(%esp)
18f4: 00
18f5: c7 04 24 01 00 00 00 movl $0x1,(%esp)
18fc: e8 33 fb ff ff call 1434 <printf>
return 0;
1901: b8 00 00 00 00 mov $0x0,%eax
1906: eb 2a jmp 1932 <thread_create+0xcb>
}
if(tid > 0){
1908: 83 7d ec 00 cmpl $0x0,-0x14(%ebp)
190c: 7e 05 jle 1913 <thread_create+0xac>
//store threads on thread table
return garbage_stack;
190e: 8b 45 f0 mov -0x10(%ebp),%eax
1911: eb 1f jmp 1932 <thread_create+0xcb>
}
if(tid == 0){
1913: 83 7d ec 00 cmpl $0x0,-0x14(%ebp)
1917: 75 14 jne 192d <thread_create+0xc6>
printf(1,"tid = 0 return \n");
1919: c7 44 24 04 97 1a 00 movl $0x1a97,0x4(%esp)
1920: 00
1921: c7 04 24 01 00 00 00 movl $0x1,(%esp)
1928: e8 07 fb ff ff call 1434 <printf>
}
// wait();
// free(garbage_stack);
return 0;
192d: b8 00 00 00 00 mov $0x0,%eax
}
1932: c9 leave
1933: c3 ret
00001934 <random>:
// generate 0 -> max random number exclude max.
int random(int max){
1934: 55 push %ebp
1935: 89 e5 mov %esp,%ebp
rands = rands * 1664525 + 1013904233;
1937: a1 40 1e 00 00 mov 0x1e40,%eax
193c: 69 c0 0d 66 19 00 imul $0x19660d,%eax,%eax
1942: 05 69 f3 6e 3c add $0x3c6ef369,%eax
1947: a3 40 1e 00 00 mov %eax,0x1e40
return (int)(rands % max);
194c: a1 40 1e 00 00 mov 0x1e40,%eax
1951: 8b 4d 08 mov 0x8(%ebp),%ecx
1954: ba 00 00 00 00 mov $0x0,%edx
1959: f7 f1 div %ecx
195b: 89 d0 mov %edx,%eax
}
195d: 5d pop %ebp
195e: c3 ret
195f: 90 nop
00001960 <init_q>:
#include "queue.h"
#include "types.h"
#include "user.h"
void init_q(struct queue *q){
1960: 55 push %ebp
1961: 89 e5 mov %esp,%ebp
q->size = 0;
1963: 8b 45 08 mov 0x8(%ebp),%eax
1966: c7 00 00 00 00 00 movl $0x0,(%eax)
q->head = 0;
196c: 8b 45 08 mov 0x8(%ebp),%eax
196f: c7 40 04 00 00 00 00 movl $0x0,0x4(%eax)
q->tail = 0;
1976: 8b 45 08 mov 0x8(%ebp),%eax
1979: c7 40 08 00 00 00 00 movl $0x0,0x8(%eax)
}
1980: 5d pop %ebp
1981: c3 ret
00001982 <add_q>:
void add_q(struct queue *q, int v){
1982: 55 push %ebp
1983: 89 e5 mov %esp,%ebp
1985: 83 ec 28 sub $0x28,%esp
struct node * n = malloc(sizeof(struct node));
1988: c7 04 24 08 00 00 00 movl $0x8,(%esp)
198f: e8 8d fd ff ff call 1721 <malloc>
1994: 89 45 f4 mov %eax,-0xc(%ebp)
n->next = 0;
1997: 8b 45 f4 mov -0xc(%ebp),%eax
199a: c7 40 04 00 00 00 00 movl $0x0,0x4(%eax)
n->value = v;
19a1: 8b 45 f4 mov -0xc(%ebp),%eax
19a4: 8b 55 0c mov 0xc(%ebp),%edx
19a7: 89 10 mov %edx,(%eax)
if(q->head == 0){
19a9: 8b 45 08 mov 0x8(%ebp),%eax
19ac: 8b 40 04 mov 0x4(%eax),%eax
19af: 85 c0 test %eax,%eax
19b1: 75 0b jne 19be <add_q+0x3c>
q->head = n;
19b3: 8b 45 08 mov 0x8(%ebp),%eax
19b6: 8b 55 f4 mov -0xc(%ebp),%edx
19b9: 89 50 04 mov %edx,0x4(%eax)
19bc: eb 0c jmp 19ca <add_q+0x48>
}else{
q->tail->next = n;
19be: 8b 45 08 mov 0x8(%ebp),%eax
19c1: 8b 40 08 mov 0x8(%eax),%eax
19c4: 8b 55 f4 mov -0xc(%ebp),%edx
19c7: 89 50 04 mov %edx,0x4(%eax)
}
q->tail = n;
19ca: 8b 45 08 mov 0x8(%ebp),%eax
19cd: 8b 55 f4 mov -0xc(%ebp),%edx
19d0: 89 50 08 mov %edx,0x8(%eax)
q->size++;
19d3: 8b 45 08 mov 0x8(%ebp),%eax
19d6: 8b 00 mov (%eax),%eax
19d8: 8d 50 01 lea 0x1(%eax),%edx
19db: 8b 45 08 mov 0x8(%ebp),%eax
19de: 89 10 mov %edx,(%eax)
}
19e0: c9 leave
19e1: c3 ret
000019e2 <empty_q>:
int empty_q(struct queue *q){
19e2: 55 push %ebp
19e3: 89 e5 mov %esp,%ebp
if(q->size == 0)
19e5: 8b 45 08 mov 0x8(%ebp),%eax
19e8: 8b 00 mov (%eax),%eax
19ea: 85 c0 test %eax,%eax
19ec: 75 07 jne 19f5 <empty_q+0x13>
return 1;
19ee: b8 01 00 00 00 mov $0x1,%eax
19f3: eb 05 jmp 19fa <empty_q+0x18>
else
return 0;
19f5: b8 00 00 00 00 mov $0x0,%eax
}
19fa: 5d pop %ebp
19fb: c3 ret
000019fc <pop_q>:
int pop_q(struct queue *q){
19fc: 55 push %ebp
19fd: 89 e5 mov %esp,%ebp
19ff: 83 ec 28 sub $0x28,%esp
int val;
struct node *destroy;
if(!empty_q(q)){
1a02: 8b 45 08 mov 0x8(%ebp),%eax
1a05: 89 04 24 mov %eax,(%esp)
1a08: e8 d5 ff ff ff call 19e2 <empty_q>
1a0d: 85 c0 test %eax,%eax
1a0f: 75 5d jne 1a6e <pop_q+0x72>
val = q->head->value;
1a11: 8b 45 08 mov 0x8(%ebp),%eax
1a14: 8b 40 04 mov 0x4(%eax),%eax
1a17: 8b 00 mov (%eax),%eax
1a19: 89 45 f4 mov %eax,-0xc(%ebp)
destroy = q->head;
1a1c: 8b 45 08 mov 0x8(%ebp),%eax
1a1f: 8b 40 04 mov 0x4(%eax),%eax
1a22: 89 45 f0 mov %eax,-0x10(%ebp)
q->head = q->head->next;
1a25: 8b 45 08 mov 0x8(%ebp),%eax
1a28: 8b 40 04 mov 0x4(%eax),%eax
1a2b: 8b 50 04 mov 0x4(%eax),%edx
1a2e: 8b 45 08 mov 0x8(%ebp),%eax
1a31: 89 50 04 mov %edx,0x4(%eax)
free(destroy);
1a34: 8b 45 f0 mov -0x10(%ebp),%eax
1a37: 89 04 24 mov %eax,(%esp)
1a3a: e8 a9 fb ff ff call 15e8 <free>
q->size--;
1a3f: 8b 45 08 mov 0x8(%ebp),%eax
1a42: 8b 00 mov (%eax),%eax
1a44: 8d 50 ff lea -0x1(%eax),%edx
1a47: 8b 45 08 mov 0x8(%ebp),%eax
1a4a: 89 10 mov %edx,(%eax)
if(q->size == 0){
1a4c: 8b 45 08 mov 0x8(%ebp),%eax
1a4f: 8b 00 mov (%eax),%eax
1a51: 85 c0 test %eax,%eax
1a53: 75 14 jne 1a69 <pop_q+0x6d>
q->head = 0;
1a55: 8b 45 08 mov 0x8(%ebp),%eax
1a58: c7 40 04 00 00 00 00 movl $0x0,0x4(%eax)
q->tail = 0;
1a5f: 8b 45 08 mov 0x8(%ebp),%eax
1a62: c7 40 08 00 00 00 00 movl $0x0,0x8(%eax)
}
return val;
1a69: 8b 45 f4 mov -0xc(%ebp),%eax
1a6c: eb 05 jmp 1a73 <pop_q+0x77>
}
return -1;
1a6e: b8 ff ff ff ff mov $0xffffffff,%eax
}
1a73: c9 leave
1a74: c3 ret
| 36.744597 | 64 | 0.422588 |
fa964f963c7104917beb8192957541276d6fe7d9
| 2,155 |
kt
|
Kotlin
|
app/src/main/kotlin/io/github/feelfreelinux/wykopmobilny/ui/modules/mainnavigation/MainNavigationPresenter.kt
|
mdczaplicki/WykopMobilny
|
687a9f42af9d17bd8a3227b882fef6232b4d174a
|
[
"MIT"
] | null | null | null |
app/src/main/kotlin/io/github/feelfreelinux/wykopmobilny/ui/modules/mainnavigation/MainNavigationPresenter.kt
|
mdczaplicki/WykopMobilny
|
687a9f42af9d17bd8a3227b882fef6232b4d174a
|
[
"MIT"
] | null | null | null |
app/src/main/kotlin/io/github/feelfreelinux/wykopmobilny/ui/modules/mainnavigation/MainNavigationPresenter.kt
|
mdczaplicki/WykopMobilny
|
687a9f42af9d17bd8a3227b882fef6232b4d174a
|
[
"MIT"
] | null | null | null |
package io.github.feelfreelinux.wykopmobilny.ui.modules.mainnavigation
import io.github.feelfreelinux.wykopmobilny.api.notifications.NotificationsApi
import io.github.feelfreelinux.wykopmobilny.base.BasePresenter
import io.github.feelfreelinux.wykopmobilny.base.Schedulers
import io.github.feelfreelinux.wykopmobilny.utils.usermanager.UserManagerApi
import io.reactivex.Observable
import io.reactivex.disposables.CompositeDisposable
import java.util.concurrent.TimeUnit
class MainNavigationPresenter(private val schedulers: Schedulers,
private val notificationsApi: NotificationsApi,
private val userManagerApi: UserManagerApi) : BasePresenter<MainNavigationView>() {
var lastCheckMilis = 0L
fun startListeningForNotifications() {
compositeObservable.clear()
compositeObservable.dispose()
compositeObservable = CompositeDisposable()
compositeObservable.apply {
if (userManagerApi.isUserAuthorized()) {
add (
Observable.interval(0, 1, TimeUnit.MINUTES)
.subscribe {
checkNotifications(false)
}
)
}
}
}
fun checkNotifications(shouldForce: Boolean) {
if (lastCheckMilis.plus(300000L) < (System.currentTimeMillis()) || lastCheckMilis == 0L || shouldForce) {
lastCheckMilis = System.currentTimeMillis()
compositeObservable.add(notificationsApi.getNotificationCount().
subscribeOn(schedulers.backgroundThread())
.observeOn(schedulers.mainThread())
.subscribe({ view?.showNotificationsCount(it.count) }, { view?.showErrorDialog(it) }) )
compositeObservable.add(notificationsApi.getHashTagNotificationCount().
subscribeOn(schedulers.backgroundThread())
.observeOn(schedulers.mainThread())
.subscribe({ view?.showHashNotificationsCount(it.count) }, { view?.showErrorDialog(it) }) )
}
}
}
| 46.847826 | 113 | 0.645476 |
0b89d5110511e9a326a0adf1605527ae76c9199c
| 1,220 |
py
|
Python
|
1SiteRanking/create_kernel_density_map_arcpy.py
|
HCH2CHO/EmotionMap
|
bc572b4182637dcdd65e9a13c92f2fa0d9a3d680
|
[
"MIT"
] | 3 |
2021-07-15T15:58:52.000Z
|
2021-07-16T13:22:47.000Z
|
1SiteRanking/create_kernel_density_map_arcpy.py
|
HCH2CHO/EmotionMap
|
bc572b4182637dcdd65e9a13c92f2fa0d9a3d680
|
[
"MIT"
] | null | null | null |
1SiteRanking/create_kernel_density_map_arcpy.py
|
HCH2CHO/EmotionMap
|
bc572b4182637dcdd65e9a13c92f2fa0d9a3d680
|
[
"MIT"
] | 4 |
2017-08-04T12:41:06.000Z
|
2019-01-31T14:55:10.000Z
|
# coding:utf-8
# version:python2.7.3
# author:kyh
# import x,y data from txt and create kernel density map
import arcpy
from arcpy.sa import *
from arcpy import env
def read_point_data(filepath,i):
# Read data file and create shp file
with open(filepath, 'r') as pt_file:
pt=arcpy.Point()
ptGeoms=[]
i=0
for line in pt_file.readlines():
i=i+1
pt.X = float(line.split('\t')[7])
pt.Y = float(line.split('\t')[8])
ptGeoms.append(arcpy.PointGeometry(pt))
arcpy.CopyFeatures_management(ptGeoms, "D://Users//KYH//Documents//ArcGIS//FlickrPhoto//World_Flickr{0}.shp".format(i))
if __name__ == '__main__':
arcpy.CheckOutExtension('Spatial')
env.workspace=("D:\Users\KYH\Documents\ArcGIS\FlickrPhoto")
for i in range(0,25):
if (i==5) or (i==22):
continue
read_point_data("D:\\Users\\KYH\\Desktop\\EmotionMap\\FlickrEmotionData\\3faces_emotion\\faceflickr{0}.txt".format(i))
# Kernel Density Analysis
out_kernel_density=KernelDensity("World_Flickr{0}.shp".format(i),"NONE")
out_kernel_density.save("D:\Users\KYH\Documents\ArcGIS\FlickrPhoto\kd_Face{0}".format(i))
| 33.888889 | 127 | 0.645902 |
3fbfe5dc7c653322cd3f3a354ab66c7dac624774
| 1,312 |
h
|
C
|
usr/libexec/CallHistorySyncHelper/AutoSync.h
|
lechium/iOS1351Headers
|
6bed3dada5ffc20366b27f7f2300a24a48a6284e
|
[
"MIT"
] | 2 |
2021-11-02T09:23:27.000Z
|
2022-03-28T08:21:57.000Z
|
usr/libexec/CallHistorySyncHelper/AutoSync.h
|
lechium/iOS1351Headers
|
6bed3dada5ffc20366b27f7f2300a24a48a6284e
|
[
"MIT"
] | null | null | null |
usr/libexec/CallHistorySyncHelper/AutoSync.h
|
lechium/iOS1351Headers
|
6bed3dada5ffc20366b27f7f2300a24a48a6284e
|
[
"MIT"
] | 1 |
2022-03-28T08:21:59.000Z
|
2022-03-28T08:21:59.000Z
|
//
// Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import <CallHistory/CHSynchronizedLoggable.h>
@class NSDate, WatchDogTimer;
@interface AutoSync : CHSynchronizedLoggable
{
_Bool _alreadyWaiting; // 8 = 0x8
unsigned int _syncWindowSeconds; // 12 = 0xc
unsigned int _syncIntervalSeconds; // 16 = 0x10
WatchDogTimer *_watchDog; // 24 = 0x18
NSDate *_nextScheduledSync; // 32 = 0x20
}
- (void).cxx_destruct; // IMP=0x0000000100018c64
@property(retain, nonatomic) NSDate *nextScheduledSync; // @synthesize nextScheduledSync=_nextScheduledSync;
- (_Bool)canWeSync; // IMP=0x0000000100018808
- (void)updateSyncHistory:(id)arg1; // IMP=0x0000000100018628
- (id)getSyncHistory; // IMP=0x0000000100018314
- (void)fireSyncNotification_sync; // IMP=0x00000001000181fc
- (void)startWatchDogTimer_sync; // IMP=0x0000000100018028
- (void)handleTransactionAdded_sync:(id)arg1 withUpdate:(id)arg2; // IMP=0x0000000100017df4
- (void)handleTransactionAdded:(id)arg1; // IMP=0x0000000100017c50
- (void)registerForNotifications; // IMP=0x0000000100017be8
- (void)dealloc; // IMP=0x0000000100017b70
- (void)cancel; // IMP=0x0000000100017aac
- (id)init; // IMP=0x00000001000179c8
@end
| 36.444444 | 120 | 0.752287 |
5198b0559ff88f1367f00dab0c0ea60296770df7
| 787 |
sql
|
SQL
|
EdFi.Ods.Utilities.Migration/Scripts/MsSql/02Upgrade/v25_to_v31/08 Create New Tables/10180 StaffEducationOrganizationContactAssociationTelephone [Staff, EdOrg].sql
|
Ed-Fi-Alliance-OSS/Ed-Fi-MigrationUtility
|
0d990a4d5cec37eec2015ef53e8d9e4fdec8750a
|
[
"Apache-2.0"
] | null | null | null |
EdFi.Ods.Utilities.Migration/Scripts/MsSql/02Upgrade/v25_to_v31/08 Create New Tables/10180 StaffEducationOrganizationContactAssociationTelephone [Staff, EdOrg].sql
|
Ed-Fi-Alliance-OSS/Ed-Fi-MigrationUtility
|
0d990a4d5cec37eec2015ef53e8d9e4fdec8750a
|
[
"Apache-2.0"
] | 9 |
2020-06-12T16:07:31.000Z
|
2022-01-20T16:13:12.000Z
|
EdFi.Ods.Utilities.Migration/Scripts/MsSql/02Upgrade/v25_to_v31/08 Create New Tables/10180 StaffEducationOrganizationContactAssociationTelephone [Staff, EdOrg].sql
|
Ed-Fi-Alliance-OSS/Ed-Fi-MigrationUtility
|
0d990a4d5cec37eec2015ef53e8d9e4fdec8750a
|
[
"Apache-2.0"
] | 3 |
2020-05-19T13:25:35.000Z
|
2022-02-26T01:21:18.000Z
|
-- SPDX-License-Identifier: Apache-2.0
-- Licensed to the Ed-Fi Alliance under one or more agreements.
-- The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0.
-- See the LICENSE and NOTICES files in the project root for more information.
PRINT N'Creating [edfi].[StaffEducationOrganizationContactAssociationTelephone]'
GO
CREATE TABLE [edfi].[StaffEducationOrganizationContactAssociationTelephone]
(
[ContactTitle] [nvarchar] (75) NOT NULL,
[EducationOrganizationId] [int] NOT NULL,
[StaffUSI] [int] NOT NULL,
[TelephoneNumberTypeDescriptorId] [int] NOT NULL,
[TelephoneNumber] [nvarchar] (24) NOT NULL,
[OrderOfPriority] [int] NULL,
[TextMessageCapabilityIndicator] [bit] NULL,
[DoNotPublishIndicator] [bit] NULL,
[CreateDate] [datetime] NOT NULL
)
GO
| 34.217391 | 86 | 0.780178 |
bec1aa08b009df0c403d6fe34201715b4de23e3c
| 531 |
asm
|
Assembly
|
src/basics/input.asm
|
Pentium1080Ti/x86-assembly
|
4af3caf07e17bdd23e08b85f6666d67f63f610c2
|
[
"MIT"
] | null | null | null |
src/basics/input.asm
|
Pentium1080Ti/x86-assembly
|
4af3caf07e17bdd23e08b85f6666d67f63f610c2
|
[
"MIT"
] | null | null | null |
src/basics/input.asm
|
Pentium1080Ti/x86-assembly
|
4af3caf07e17bdd23e08b85f6666d67f63f610c2
|
[
"MIT"
] | null | null | null |
%include 'src/include/functions.asm'
SECTION .data
msg1 db 'Please enter your name: ', 0h
msg2 db 'Hello, ', 0h
SECTION .bss
sinput: resb 255
SECTION .text
global _start
_start:
mov eax, msg1
call sprint
mov edx, 255 ; read 255 bytes
mov ecx, sinput ; buffer for input
mov ebx, 0 ; write to STDIN
mov eax, 3 ; invoke sys_read - opcode 3
int 80h
mov eax, msg2
call sprint
mov eax, sinput ; move buffer to eax (input already has a line feed)
call sprint
call quit
| 17.7 | 72 | 0.642185 |
39b7ddd490522ecc388ca71ea1348c7a13d5460f
| 634 |
js
|
JavaScript
|
src/components/SidebarData.js
|
khaiphong/personadb
|
a39f7f26d0967d70aa072dd2ec7e8726f83a1e6c
|
[
"Apache-2.0"
] | null | null | null |
src/components/SidebarData.js
|
khaiphong/personadb
|
a39f7f26d0967d70aa072dd2ec7e8726f83a1e6c
|
[
"Apache-2.0"
] | null | null | null |
src/components/SidebarData.js
|
khaiphong/personadb
|
a39f7f26d0967d70aa072dd2ec7e8726f83a1e6c
|
[
"Apache-2.0"
] | null | null | null |
export const SidebarData = [
{
title: 'About',
path: '/',
icon: ''
},
{
title: 'Dashboard',
path: '/dashboard',
icon: ''
},
{
title: 'Chat',
path: '/chat',
icon: ''
},
{
title: 'Support',
path: '/support',
icon: ''
},
{
title: 'Services',
path: '/services',
icon: '',
iconClosed: '',
iconOpened: '',
subNav: [
{
title: 'Directories',
path: '/services/directories',
icon: ''
},
{
title: 'AllowNotifications',
path: '/services/allowNotifications',
icon: ''
}
]
}
];
| 14.409091 | 45 | 0.432177 |
6478a75ba49a8bf199e1e3ba3aa90c8eccd2c981
| 4,166 |
rs
|
Rust
|
aoc/src/y2021/d18/mod.rs
|
matiaslindgren/advent-of-code-rust
|
1cf4ce91f00a6f63a59751dfcd139ff28ee64930
|
[
"MIT"
] | null | null | null |
aoc/src/y2021/d18/mod.rs
|
matiaslindgren/advent-of-code-rust
|
1cf4ce91f00a6f63a59751dfcd139ff28ee64930
|
[
"MIT"
] | null | null | null |
aoc/src/y2021/d18/mod.rs
|
matiaslindgren/advent-of-code-rust
|
1cf4ce91f00a6f63a59751dfcd139ff28ee64930
|
[
"MIT"
] | null | null | null |
pub fn main(input: &str) -> String {
let a = find_a(input);
let b = find_b(input);
format!("{} {}", a, b)
}
fn find_a(input: &str) -> i32 {
let result = input.lines().map(str::to_owned).reduce(add).unwrap();
magnitude(&result)
}
fn find_b(input: &str) -> i32 {
let lines: Vec<String> = input.lines().map(str::to_owned).collect();
let mut b = 0;
for (i, x) in lines.iter().enumerate() {
for (j, y) in lines.iter().enumerate() {
if i != j {
let added = add(x.to_string(), y.to_string());
b = b.max(magnitude(&added));
}
}
}
b
}
fn add(s1: String, s2: String) -> String {
let mut s = format!("[{},{}]", s1, s2);
loop {
if let Some(explode_begin) = find_exploding(&s) {
s = explode(&s, explode_begin);
continue;
}
if let Some(split_begin) = find_splitting(&s) {
s = split(&s, split_begin);
continue;
}
return s;
}
}
fn find_exploding(s: &str) -> Option<usize> {
let chars: Vec<char> = s.chars().collect();
let mut depth = 0;
for (i, w) in chars.windows(2).enumerate() {
if w[0] == '[' {
depth += 1;
if depth > 4 && w[1].is_numeric() {
return Some(i);
}
} else if w[0] == ']' {
depth -= 1;
}
}
None
}
fn find_splitting(s: &str) -> Option<usize> {
let chars: Vec<char> = s.chars().collect();
for (i, w) in chars.windows(2).enumerate() {
if w[0].is_numeric() && w[1].is_numeric() {
return Some(i);
}
}
None
}
fn explode(s: &str, pair_begin: usize) -> String {
let pair_end = pair_begin + s[pair_begin..].find(']').unwrap() + 1;
let left = if let Some(l) = find_left(s, pair_begin) {
let left = parse_number(s, l);
let x = parse_number(s, pair_begin + 1);
let res = format!("{}", left + x);
let after_left = find_next_non_numeric(s, l);
[&s[..l], &res, &s[after_left..pair_begin]].join("")
} else {
s[..pair_begin].to_string()
};
let right = if let Some(r) = find_right(s, pair_end) {
let y_pos = 1 + &s[..pair_end - 1].rfind(not_numeric).unwrap();
let y = parse_number(s, y_pos);
let right = parse_number(s, r);
let res = format!("{}", y + right);
let after_right = find_next_non_numeric(s, r);
[&s[pair_end..r], &res, &s[after_right..]].join("")
} else {
s[pair_end..].to_string()
};
[&left, "0", &right].join("")
}
fn find_next_non_numeric(s: &str, i: usize) -> usize {
if let Some(end) = &s[i..].find(not_numeric) {
i + end
} else {
s.len()
}
}
fn not_numeric(c: char) -> bool {
!c.is_numeric()
}
fn find_left(s: &str, pair_begin: usize) -> Option<usize> {
let end = 1 + &s[..pair_begin].rfind(char::is_numeric)?;
let begin = 1 + &s[..end].rfind(not_numeric)?;
Some(begin)
}
fn find_right(s: &str, pair_end: usize) -> Option<usize> {
let begin = &s[pair_end..].find(char::is_numeric)?;
Some(pair_end + begin)
}
fn split(s: &str, num_begin: usize) -> String {
let num_end = find_next_non_numeric(s, num_begin);
let n = parse_number(s, num_begin);
let x = n / 2;
let y = (n + 1) / 2;
[&s[..num_begin], &format!("[{},{}]", x, y), &s[num_end..]].join("")
}
fn parse_number(s: &str, i: usize) -> i32 {
let end = find_next_non_numeric(s, i);
s[i..end].parse::<i32>().unwrap()
}
fn magnitude(s: &str) -> i32 {
if s.chars().all(char::is_numeric) {
parse_number(s, 0) as i32
} else {
let (left, right) = split_root_pair(s).unwrap();
3 * magnitude(left) + 2 * magnitude(right)
}
}
fn split_root_pair(s: &str) -> Option<(&str, &str)> {
let s = &s[1..s.len() - 1];
let mut depth = 0;
for (i, ch) in s.chars().enumerate() {
depth += (ch == '[') as i32;
depth -= (ch == ']') as i32;
if depth == 0 && ch == ',' {
let (l, r) = s.split_at(i);
return Some((l, &r[1..]));
}
}
None
}
| 27.959732 | 72 | 0.507921 |
57181e35dbe1936bf76937ba4be533d8cbb6ef65
| 319 |
h
|
C
|
Includes/Art/Devices/AT050AT40.h
|
ArselonHub/ArtGui-stm32f4
|
972a28fe95925d0e769100a956f9efbaaaa6f09b
|
[
"MIT"
] | null | null | null |
Includes/Art/Devices/AT050AT40.h
|
ArselonHub/ArtGui-stm32f4
|
972a28fe95925d0e769100a956f9efbaaaa6f09b
|
[
"MIT"
] | null | null | null |
Includes/Art/Devices/AT050AT40.h
|
ArselonHub/ArtGui-stm32f4
|
972a28fe95925d0e769100a956f9efbaaaa6f09b
|
[
"MIT"
] | null | null | null |
#ifndef ART_SAT050AT40_H
#define ART_SAT050AT40_H
#include <Art/Devices/FbDisplay.h>
namespace Art
{
class AT050AT40 : public FbDisplay
{
public:
virtual ~AT050AT40();
virtual Size surfaceSize();
virtual Word pitch();
private:
virtual void updateFrameBuffer();
virtual void openPort();
};
}
#endif
| 13.291667 | 35 | 0.724138 |
39cadafd649c7232f810220aa3dd8b9812a0ba5e
| 19,413 |
js
|
JavaScript
|
src/main/docs/html/navtreeindex4.js
|
Team302/Training2020
|
144cb24e5674c857c45fe4544ab42f27e07371f9
|
[
"MIT"
] | 1 |
2020-09-03T21:28:43.000Z
|
2020-09-03T21:28:43.000Z
|
src/main/docs/html/navtreeindex4.js
|
Team302/training2020
|
144cb24e5674c857c45fe4544ab42f27e07371f9
|
[
"MIT"
] | null | null | null |
src/main/docs/html/navtreeindex4.js
|
Team302/training2020
|
144cb24e5674c857c45fe4544ab42f27e07371f9
|
[
"MIT"
] | null | null | null |
var NAVTREEINDEX4 =
{
"class_control_panel.html#ae26ca57e23827693cc8bc60304cc603a":[1,0,33,2],
"class_control_panel.html#afabe6a8e741ed9af5d51d50d82cc4263":[1,0,33,3],
"class_control_panel_color_turn.html":[1,0,35],
"class_control_panel_color_turn.html#a1b11839cd1fa494abf9e4137d7b8e7fc":[1,0,35,0],
"class_control_panel_color_turn.html#a30db921daefb592c682387c9bebcf05c":[1,0,35,1],
"class_control_panel_color_turn.html#a6af0707c3eba76bbec7b2c6a71436efb":[1,0,35,8],
"class_control_panel_color_turn.html#a6b739828fbb4a8d58320f49f77433f33":[1,0,35,2],
"class_control_panel_color_turn.html#a74eb6c727dd582e1e67ffff0336a23e8":[1,0,35,6],
"class_control_panel_color_turn.html#a9564bfc327c0801e434ff365e59450da":[1,0,35,3],
"class_control_panel_color_turn.html#aa34995c7a425dfa2f494947f4cf60ada":[1,0,35,7],
"class_control_panel_color_turn.html#aad7bdf43ec5b4d8da2c4552aa5b46eda":[1,0,35,4],
"class_control_panel_color_turn.html#adfa13d440992c4302f676bfaa8bfc732":[1,0,35,5],
"class_control_panel_colors.html":[1,0,34],
"class_control_panel_colors.html#a4137011ea714732b2ba0c01b9c3f70eb":[1,0,34,0],
"class_control_panel_colors.html#a4137011ea714732b2ba0c01b9c3f70eba28500a91aa4c95a6a55868017e346f67":[1,0,34,0,2],
"class_control_panel_colors.html#a4137011ea714732b2ba0c01b9c3f70eba8a5344d9d834044c22719efcf076ade1":[1,0,34,0,0],
"class_control_panel_colors.html#a4137011ea714732b2ba0c01b9c3f70eba923f7a4d7f27a304d643fe8dc2b18b31":[1,0,34,0,4],
"class_control_panel_colors.html#a4137011ea714732b2ba0c01b9c3f70ebab26dfde2ed89b257d8b0559b5cb6421a":[1,0,34,0,1],
"class_control_panel_colors.html#a4137011ea714732b2ba0c01b9c3f70ebac27d1bc6beaf487dc32903bacb2d0b5c":[1,0,34,0,3],
"class_control_panel_manual.html":[1,0,36],
"class_control_panel_manual.html#a1a3f6936d9834f9b8aff92f5cab937cb":[1,0,36,3],
"class_control_panel_manual.html#a49a0fa8b5ddd45144035d9efc921453a":[1,0,36,1],
"class_control_panel_manual.html#a6718285319f9c60ad6ae7d4f07b9a9ba":[1,0,36,0],
"class_control_panel_manual.html#a80feb5dd2a5106d5b0584a26fded5e10":[1,0,36,5],
"class_control_panel_manual.html#a98716b103b2aa09edef5485f26715202":[1,0,36,4],
"class_control_panel_manual.html#ad4601f47031df5787bbff8cfa161c1ff":[1,0,36,2],
"class_control_panel_raise.html":[1,0,37],
"class_control_panel_raise.html#a052866f8fe8969cffd365febc061168e":[1,0,37,4],
"class_control_panel_raise.html#a4feff2ef9eece18e655d13860002344b":[1,0,37,0],
"class_control_panel_raise.html#af185da8408a9e229df84cf3008f455de":[1,0,37,2],
"class_control_panel_raise.html#af8847f86f0a335629e651d7137ff7cbc":[1,0,37,3],
"class_control_panel_raise.html#afb2ac9fb693b7561a856c0b28b5ceb6b":[1,0,37,1],
"class_control_panel_state.html":[1,0,38],
"class_control_panel_state.html#a700bec5471a2ed029253c0b1287cd1c8":[1,0,38,0],
"class_control_panel_state.html#ab3441e85207ec0b6abd873139c628d62":[1,0,38,2],
"class_control_panel_state.html#ac92ce50ff22873dd3174108681d3ea8b":[1,0,38,1],
"class_control_panel_state_mgr.html":[1,0,39],
"class_control_panel_state_mgr.html#a1e3c91c110f9fe2251f35dbd23d29220":[1,0,39,2],
"class_control_panel_state_mgr.html#a31133fcec10aec96a451555e40e41658":[1,0,39,3],
"class_control_panel_state_mgr.html#a6e7cb68402b7ded430ffe2b0806bdb55":[1,0,39,1],
"class_control_panel_state_mgr.html#a87648a2688942ba2bbbaee7adb895c3a":[1,0,39,0],
"class_control_panel_state_mgr.html#a87648a2688942ba2bbbaee7adb895c3aa042a3e50fa0a28bc25b7064a4a61a69e":[1,0,39,0,0],
"class_control_panel_state_mgr.html#a87648a2688942ba2bbbaee7adb895c3aa1f12f7ab1e60bf0b294926174855063d":[1,0,39,0,5],
"class_control_panel_state_mgr.html#a87648a2688942ba2bbbaee7adb895c3aa90d95de39ad1304bfe701f02b3bfb243":[1,0,39,0,2],
"class_control_panel_state_mgr.html#a87648a2688942ba2bbbaee7adb895c3aacd85675d02fd10bf8b52490ff81443d1":[1,0,39,0,4],
"class_control_panel_state_mgr.html#a87648a2688942ba2bbbaee7adb895c3aad4664a475c055354d8904ab4ff434093":[1,0,39,0,1],
"class_control_panel_state_mgr.html#a87648a2688942ba2bbbaee7adb895c3aade574332c5e5a6d58073a43f948c64fe":[1,0,39,0,3],
"class_control_panel_stow.html":[1,0,40],
"class_control_panel_stow.html#a2aea3083dad0852b8ec101a4515714ca":[1,0,40,0],
"class_control_panel_stow.html#a2ced85ef5bedf990d8374807b71ca029":[1,0,40,1],
"class_control_panel_stow.html#a2f33179204da626e0c587f649436de4b":[1,0,40,2],
"class_control_panel_stow.html#a9b17b53b1ebc357dfc3cb29977aaf140":[1,0,40,4],
"class_control_panel_stow.html#ab3d9ab6458cea4d98240113efea0b54a":[1,0,40,3],
"class_control_panel_turn.html":[1,0,41],
"class_control_panel_turn.html#a10d5a5322476058447b66522c42b0f57":[1,0,41,3],
"class_control_panel_turn.html#a4d5e968804db9ab703a0bcf789eefc9c":[1,0,41,5],
"class_control_panel_turn.html#a591326dd25bd14a96fc4d0931d9307e6":[1,0,41,2],
"class_control_panel_turn.html#a5eb623ae5343e1c5832622513aa5b832":[1,0,41,1],
"class_control_panel_turn.html#a7c7bbc013fad758b3c12e9e6c5459dc5":[1,0,41,0],
"class_control_panel_turn.html#af714f7681a11dfcd55bf774fd90f005b":[1,0,41,4],
"class_conversion_utils.html":[1,0,42],
"class_conversion_utils.html#a2b46e1af18c297b52a485047c207b1eb":[1,0,42,1],
"class_conversion_utils.html#a45c0c1984d40e35516a6a197fa92e41d":[1,0,42,0],
"class_crawler.html":[1,0,43],
"class_crawler.html#a035ad72f88ca010f1b0803d93b0c27eb":[1,0,43,3],
"class_crawler.html#a146c066dc6064a91e182b92548da4a95":[1,0,43,8],
"class_crawler.html#a15a66970e54504335579e26c9cfea015":[1,0,43,0],
"class_crawler.html#a685d572d347d0d428d2ec8bb220f5b8f":[1,0,43,7],
"class_crawler.html#a6a698ca408b8ea3dd905197ebbaf57a6":[1,0,43,6],
"class_crawler.html#a8913fdd2ae5e4a35092d800c1e1db1e4":[1,0,43,4],
"class_crawler.html#ab130a9f78a1f752ba1f05ff81b31eece":[1,0,43,5],
"class_crawler.html#ad64ee2f80e4777aec721211826e9f92a":[1,0,43,9],
"class_crawler.html#afe146b0bb1819ee349733b497478b7fd":[1,0,43,2],
"class_crawler.html#aff976c3d053244291ecf84623d99fa5a":[1,0,43,1],
"class_cubed_profile.html":[1,0,44],
"class_cubed_profile.html#a1c5dbdee2ba37f3ad30ae4d0f28a7475":[1,0,44,0],
"class_cycle_primitives.html":[1,0,45],
"class_cycle_primitives.html#a1b81673159d484c21f915622e2bf448d":[1,0,45,2],
"class_cycle_primitives.html#a56b8e26d491bf62929b3ff2a8bf88df1":[1,0,45,0],
"class_cycle_primitives.html#a65cc624864058fc7e5baac5eaba5bb43":[1,0,45,4],
"class_cycle_primitives.html#a6c2756efaaa95f76e14a1808adc18f58":[1,0,45,6],
"class_cycle_primitives.html#a7432e2831627ea039e9de82cb0dabb5c":[1,0,45,5],
"class_cycle_primitives.html#a9f921368b99b36e3fe3a68671079306f":[1,0,45,3],
"class_cycle_primitives.html#aa647d30b7384154a9c39b21aa43773d3":[1,0,45,1],
"class_deadband_value.html":[1,0,46],
"class_deadband_value.html#accb5143ebf1670122b1969cb7cebc54e":[1,0,46,0],
"class_digital_button.html":[1,0,47],
"class_digital_button.html#a38a9bfab8ffba48ef485988e5d695574":[1,0,47,1],
"class_digital_button.html#a5ed1ab58178e4244dffe551df62afa32":[1,0,47,2],
"class_digital_button.html#ac831a002ec5f8e79cb3303bcb8e2c999":[1,0,47,3],
"class_digital_button.html#afe7a772eda4fe4a25d39cac80afeef6e":[1,0,47,0],
"class_digital_input_defn.html":[1,0,48],
"class_digital_input_defn.html#a0c7629ad380d24cec9a7561bd4645dff":[1,0,48,0],
"class_digital_input_defn.html#a3be7725bd7529caab44cf9449ab7de90":[1,0,48,1],
"class_digital_input_defn.html#a6742373274964e8d271b958969fb8396":[1,0,48,2],
"class_digital_input_factory.html":[1,0,49],
"class_digital_input_factory.html#a53c277332cda19ccbdfdef7e526b22bc":[1,0,49,1],
"class_digital_input_factory.html#ac6fffa4ecfb92fb48cc939ad5e2d1eab":[1,0,49,0],
"class_digital_input_usage.html":[1,0,50],
"class_digital_input_usage.html#a2137e04f1b7fa23da836b516e8365f46":[1,0,50,0],
"class_digital_input_usage.html#a2137e04f1b7fa23da836b516e8365f46a46222776748611fa1cf0a23bb2754712":[1,0,50,0,0],
"class_digital_input_usage.html#a2137e04f1b7fa23da836b516e8365f46a4ce8750a063ee2e0d01a370cf462ab05":[1,0,50,0,1],
"class_digital_input_usage.html#a2137e04f1b7fa23da836b516e8365f46acc5e07e038b5330a5da8383e6f058f36":[1,0,50,0,3],
"class_digital_input_usage.html#a2137e04f1b7fa23da836b516e8365f46af156ef0d7bf497ddce8c288cf7e4ea30":[1,0,50,0,2],
"class_digital_input_usage.html#acb414552a92cca2e59d7d88929a6342f":[1,0,50,1],
"class_distance_sensor_factory.html":[1,0,51],
"class_distance_sensor_factory.html#a433cac9d3711d99a953369dc15dd9dd3":[1,0,51,1],
"class_distance_sensor_factory.html#abed212830b8102a823dec5b742945556":[1,0,51,0],
"class_do_nothing.html":[1,0,52],
"class_do_nothing.html#a921cf984d26cf9991de393a609719188":[1,0,52,3],
"class_do_nothing.html#aa05ad0a633ed8380cc8725b9b7747660":[1,0,52,2],
"class_do_nothing.html#abf265c7a54cd2b174ff759099e34b8fb":[1,0,52,0],
"class_do_nothing.html#ac38d4823e478cbfab5903ffbad04a778":[1,0,52,4],
"class_do_nothing.html#af812915bf260d88d799c40fc38a6fc8e":[1,0,52,1],
"class_dragon_analog_input.html":[1,0,53],
"class_dragon_analog_input.html#a28dff412d4b7d4d51692da8cc72e4b4a":[1,0,53,3],
"class_dragon_analog_input.html#a7576dcf7a1e3271b8cdb35e19a4c44b4":[1,0,53,2],
"class_dragon_analog_input.html#aaf7e56872e0f74030bfbc93eff4d3654":[1,0,53,1],
"class_dragon_analog_input.html#ad1b1a03e48875f5d53b6d703c9808541":[1,0,53,0],
"class_dragon_chassis.html":[1,0,54],
"class_dragon_chassis.html#a0db28ff16679b084010cb4cd706c598e":[1,0,54,10],
"class_dragon_chassis.html#a0fe145c70986165ffa4e69f455465b35":[1,0,54,0],
"class_dragon_chassis.html#a17a96d5df8c06046dc24e2d84940baad":[1,0,54,3],
"class_dragon_chassis.html#a39dce0dd0a51b21be140226cc1e9931a":[1,0,54,11],
"class_dragon_chassis.html#a53e2d52a02a6653a0ecb0de910271e45":[1,0,54,9],
"class_dragon_chassis.html#a54c251e24c4a4504f1363e17239a4fbc":[1,0,54,8],
"class_dragon_chassis.html#a58b6034bf0e83f44cfdfa83d99632e9e":[1,0,54,1],
"class_dragon_chassis.html#a8e840dd932ccb1b6de98a1e362ff299a":[1,0,54,2],
"class_dragon_chassis.html#aca949d9c42fdb5fa948a8fd7b5918e1d":[1,0,54,6],
"class_dragon_chassis.html#acef48e705afedea9337b90272bae5a80":[1,0,54,5],
"class_dragon_chassis.html#af7f34790a7ae5ab604214486359d4dcb":[1,0,54,4],
"class_dragon_chassis.html#af8880818f285216514de50c8a400678e":[1,0,54,7],
"class_dragon_digital_input.html":[1,0,55],
"class_dragon_digital_input.html#a249ee1ddd64dde70a63fdc1a2ccc89f6":[1,0,55,2],
"class_dragon_digital_input.html#a3d7e42603d0b74e921a0757605446b3a":[1,0,55,4],
"class_dragon_digital_input.html#a43fa5c503c871a2a16a4eeb7e1899d95":[1,0,55,5],
"class_dragon_digital_input.html#a4af90968a0d903083961a815fce3da9d":[1,0,55,0],
"class_dragon_digital_input.html#a70eafc0390a4c3d6b9e419f701a8021b":[1,0,55,1],
"class_dragon_digital_input.html#ae1f4cf907e8eeb0d788018c4297e6972":[1,0,55,3],
"class_dragon_falcon.html":[1,0,56],
"class_dragon_falcon.html#a01a9cbfe59d25b805ec376d94af0cfdd":[1,0,56,16],
"class_dragon_falcon.html#a09c99e5934e299873e65068b1c74fd2b":[1,0,56,11],
"class_dragon_falcon.html#a1504585d6a7671449c274adb254d6aa6":[1,0,56,20],
"class_dragon_falcon.html#a4a582d3070a1623396dbf5120bb4f390":[1,0,56,21],
"class_dragon_falcon.html#a4efe5d7355a1d82577a8232fdbc9fe7d":[1,0,56,27],
"class_dragon_falcon.html#a54d569a45a527b83505b8e646d99a95b":[1,0,56,19],
"class_dragon_falcon.html#a58a336a886347ec83d2b393569fc9d19":[1,0,56,22],
"class_dragon_falcon.html#a596613a088e7d87182377b04ced5b16a":[1,0,56,28],
"class_dragon_falcon.html#a801071a9180910e6d5d2cdf120b54bbf":[1,0,56,17],
"class_dragon_falcon.html#a8a76c720cf50e2bc79fb7c9f1a1cd771":[1,0,56,9],
"class_dragon_falcon.html#aa0b1106cf13989d39a03346898939e53":[1,0,56,1],
"class_dragon_falcon.html#aa376bdad28a3d55b6bcb221887920a63":[1,0,56,13],
"class_dragon_falcon.html#aa60b6c26b3624061e239fe256583ed0e":[1,0,56,15],
"class_dragon_falcon.html#ab08e23a1e9f07240e0868e8ecb83987e":[1,0,56,14],
"class_dragon_falcon.html#ab9080ba4bfbada1afa05f9c532564251":[1,0,56,26],
"class_dragon_falcon.html#ac27bea9fdfe7ba6134244d51f5369fa4":[1,0,56,23],
"class_dragon_falcon.html#ac2802287e9336cb907c5e0ce77e03d26":[1,0,56,24],
"class_dragon_falcon.html#ac373865048eee981945f728f0ef0fea8":[1,0,56,2],
"class_dragon_falcon.html#aca634f67ecb792b90a71b983a88f9079":[1,0,56,4],
"class_dragon_falcon.html#acce7f9c24073a91ba7c7c5cc3aaa8d48":[1,0,56,5],
"class_dragon_falcon.html#acf967485e409c54f5932732f276cb44d":[1,0,56,18],
"class_dragon_falcon.html#ad18650415bbad0f68b109ee8a634329d":[1,0,56,0],
"class_dragon_falcon.html#ad5d07e0a8a7ce81204563711cb726f72":[1,0,56,6],
"class_dragon_falcon.html#ae6f8ebfb39421d66eb5916a134da6b54":[1,0,56,7],
"class_dragon_falcon.html#ae91eaa1759c354065d1e1b9a15eb7b4e":[1,0,56,3],
"class_dragon_falcon.html#aee9013f3c3bf7f48d891d650b919253e":[1,0,56,12],
"class_dragon_falcon.html#aef9e7316a70af58f1dc02a9fae5cfd8a":[1,0,56,10],
"class_dragon_falcon.html#af55d7051e52f7b65dedbff53d9e81c0f":[1,0,56,25],
"class_dragon_falcon.html#af93549d1e2ea03255c46e8aaf6ad6d43":[1,0,56,8],
"class_dragon_gamepad.html":[1,0,57],
"class_dragon_gamepad.html#a041652af5bb0bdc987a2d8443c1fcb7f":[1,0,57,0],
"class_dragon_gamepad.html#a484749bfa72081dfcf87fd4c5ec61212":[1,0,57,1],
"class_dragon_gamepad.html#a4c621d8b78609c4b52cefbc09b881975":[1,0,57,6],
"class_dragon_gamepad.html#a736e3af20879da0b6c9ab71608968be7":[1,0,57,3],
"class_dragon_gamepad.html#a8942fb6acb85fff749481a6e998c9204":[1,0,57,2],
"class_dragon_gamepad.html#a954798e159dab694fbd6c48a96c36657":[1,0,57,8],
"class_dragon_gamepad.html#aa206d96358046a54318db0ff82db648d":[1,0,57,5],
"class_dragon_gamepad.html#aedddee103b3f859b9d94944eb89c9011":[1,0,57,7],
"class_dragon_gamepad.html#af03d2edf95e4fd043059134e05ae807c":[1,0,57,4],
"class_dragon_gamepad.html#afb3895ef1ce1f46c7fd9b1070ca30e64":[1,0,57,9],
"class_dragon_lidar.html":[1,0,58],
"class_dragon_lidar.html#a0b7ff9670fdb521c38f85216c30a98b6":[1,0,58,4],
"class_dragon_lidar.html#a2497dd997ef7375c8926dec617275cc4":[1,0,58,1],
"class_dragon_lidar.html#a2d6aef6caadfe14e24cb17d355c4503d":[1,0,58,2],
"class_dragon_lidar.html#ac6cc307d3dbce27c07ffd779543101d6":[1,0,58,5],
"class_dragon_lidar.html#ad0df0f24479f9007ff34b7e3618ae57d":[1,0,58,0],
"class_dragon_lidar.html#af61a05912f5a6ef2b05a6aed0b5db02e":[1,0,58,3],
"class_dragon_limelight.html":[1,0,59],
"class_dragon_limelight.html#a003d6b9c140e33c5d4291075b16c868a":[1,0,59,4],
"class_dragon_limelight.html#a0db4976887ba1e7dda441b7053ca0f67":[1,0,59,10],
"class_dragon_limelight.html#a223f0bdf47eb46ba0085cdbc17a2fbed":[1,0,59,18],
"class_dragon_limelight.html#a2a2135361297f084ea5b0bcb2eaa8f92":[1,0,59,16],
"class_dragon_limelight.html#a381f0a9dc0d7318e84f29942513845cb":[1,0,59,8],
"class_dragon_limelight.html#a47d04ae8a2230a52887d696109f37eed":[1,0,59,13],
"class_dragon_limelight.html#a4968de97dbb55b78eb63a6e3ab398f40":[1,0,59,1],
"class_dragon_limelight.html#a4968de97dbb55b78eb63a6e3ab398f40a269dc53e2b1a2fd2690580c13abb8deb":[1,0,59,1,2],
"class_dragon_limelight.html#a4968de97dbb55b78eb63a6e3ab398f40ad9c257ad846d9e7e5ca111f71660cc6c":[1,0,59,1,0],
"class_dragon_limelight.html#a4968de97dbb55b78eb63a6e3ab398f40adbb464c1dcf76bc2aaa7164dfb5ff917":[1,0,59,1,3],
"class_dragon_limelight.html#a4968de97dbb55b78eb63a6e3ab398f40ae81aad277be42064a5119ae40c133e02":[1,0,59,1,1],
"class_dragon_limelight.html#a597d5a2a3eed41cdfb400bdb8cc91405":[1,0,59,11],
"class_dragon_limelight.html#a5e786728aa7dfcfae40f57c55d238fbc":[1,0,59,5],
"class_dragon_limelight.html#a61df6005aac9e2f90bfe5a8ed40f3456":[1,0,59,17],
"class_dragon_limelight.html#a7e61244761896139b6cd1c72c5363f91":[1,0,59,3],
"class_dragon_limelight.html#a7e61244761896139b6cd1c72c5363f91aa3927f577d6892bbb53b884731b994fe":[1,0,59,3,1],
"class_dragon_limelight.html#a7e61244761896139b6cd1c72c5363f91ac2171c51a110c25a7ccdd8ee94131409":[1,0,59,3,0],
"class_dragon_limelight.html#a7e61244761896139b6cd1c72c5363f91adb9229484e3c6f059ab6eed5fcc7e184":[1,0,59,3,2],
"class_dragon_limelight.html#a8f80d91a71106af3592ec0975f474aaf":[1,0,59,20],
"class_dragon_limelight.html#a9008ec8358c4f2836b8aa4829e731104":[1,0,59,21],
"class_dragon_limelight.html#a9854cde1425bf1d0d25ed15b586e599d":[1,0,59,24],
"class_dragon_limelight.html#a9a5145044d385e7fac479065a54f6e57":[1,0,59,12],
"class_dragon_limelight.html#a9c2b9b606d2643467df517a786545e49":[1,0,59,14],
"class_dragon_limelight.html#aa85abbe7363b8c06c09ac5cc31488869":[1,0,59,7],
"class_dragon_limelight.html#aa90d53fedc3b0568a434c57b987b6d79":[1,0,59,22],
"class_dragon_limelight.html#aac8b4e5ba88a7e0539c5b6cbc6974471":[1,0,59,9],
"class_dragon_limelight.html#aafb5de7911fc118585b3cb32e0c87f13":[1,0,59,0],
"class_dragon_limelight.html#aafb5de7911fc118585b3cb32e0c87f13a12f2fed7bd60b413c0cb428219f74ae7":[1,0,59,0,1],
"class_dragon_limelight.html#aafb5de7911fc118585b3cb32e0c87f13a472774a380ad7a07891cf9aaa450663d":[1,0,59,0,0],
"class_dragon_limelight.html#abd7c06707d40db5e4ce34142339ed484":[1,0,59,23],
"class_dragon_limelight.html#ac6e89317d90de2e9c7c90eaa9293cab4":[1,0,59,19],
"class_dragon_limelight.html#ad153a8681f6b1f71906fba0a6c4863ed":[1,0,59,2],
"class_dragon_limelight.html#ad153a8681f6b1f71906fba0a6c4863eda3ca0d71b2c71150a290493d7db061037":[1,0,59,2,0],
"class_dragon_limelight.html#ad153a8681f6b1f71906fba0a6c4863eda3d2a70af357f8d44d7e42fea7e935d42":[1,0,59,2,1],
"class_dragon_limelight.html#ad524ba4ce87697fa883882f5c41e9b60":[1,0,59,6],
"class_dragon_limelight.html#ae8f2120ffbf5207fd7053860c6a591b0":[1,0,59,15],
"class_dragon_motor_controller_factory.html":[1,0,60],
"class_dragon_motor_controller_factory.html#a9c39fef079a101d48a518a577ff72b70":[1,0,60,1],
"class_dragon_motor_controller_factory.html#ab2cbc7da55b546e4da9e5d16a9965195":[1,0,60,0],
"class_dragon_motor_controller_factory.html#ab2cbc7da55b546e4da9e5d16a9965195a5e39a0b48f33f3151dc5087b76e09623":[1,0,60,0,2],
"class_dragon_motor_controller_factory.html#ab2cbc7da55b546e4da9e5d16a9965195aa88b65f8db4e7396269b43e2f129ae0a":[1,0,60,0,3],
"class_dragon_motor_controller_factory.html#ab2cbc7da55b546e4da9e5d16a9965195aa932dec5749ba1c56bd606056aa9c2b1":[1,0,60,0,1],
"class_dragon_motor_controller_factory.html#ab2cbc7da55b546e4da9e5d16a9965195ac3b16a0ce502ed1851bb15296f013b9a":[1,0,60,0,0],
"class_dragon_p_d_p.html":[1,0,61],
"class_dragon_p_d_p.html#a57a38ebb2857accbe125c40465359b65":[1,0,61,1],
"class_dragon_p_d_p.html#a7c0757251596c532923dc26d1d829830":[1,0,61,0],
"class_dragon_pigeon.html":[1,0,62],
"class_dragon_pigeon.html#a05a336e9318cbe447d7e9dd83b998057":[1,0,62,0],
"class_dragon_pigeon.html#a21279deb66d0ca5b329c26f393bedb21":[1,0,62,4],
"class_dragon_pigeon.html#a358a40e44dc60abf6b5478dd41ddfd3c":[1,0,62,2],
"class_dragon_pigeon.html#aa1c8742bde5893d9b653bd26f083baaa":[1,0,62,5],
"class_dragon_pigeon.html#aaee9c3491f04ca6aecfea032b1e9c6d7":[1,0,62,3],
"class_dragon_pigeon.html#ada197ad628667904b0d3968d303aaa1c":[1,0,62,1],
"class_dragon_position_sensor.html":[1,0,63],
"class_dragon_position_sensor.html#a1b360342e5c0569f7695220629da0732":[1,0,63,6],
"class_dragon_position_sensor.html#a38786cee2ac71769efb4f9bd17f6d97a":[1,0,63,5],
"class_dragon_position_sensor.html#a694730082633395de2547287caba096a":[1,0,63,0],
"class_dragon_position_sensor.html#a7864bd2a8a989c83f72aa33e4cd475a0":[1,0,63,1],
"class_dragon_position_sensor.html#ab90f47ec4db5fc9f56c8dade9fbe00c4":[1,0,63,2],
"class_dragon_position_sensor.html#ac82a2e2f509ecf7bb48fe8e93d2c17cc":[1,0,63,3],
"class_dragon_position_sensor.html#ad1942979749d8236e3748a514f3e365a":[1,0,63,4],
"class_dragon_servo.html":[1,0,64]
};
| 76.429134 | 126 | 0.833668 |
b1b4b76e3f8eb864242906389a409dfcbbab6b6c
| 633 |
c
|
C
|
client/c/example/example.c
|
yodaos-project/yodajs
|
2daa2fbd46a692e85104986875a1e16785ecd0be
|
[
"Apache-2.0"
] | 100 |
2017-10-17T01:19:27.000Z
|
2018-10-17T08:50:07.000Z
|
client/c/example/example.c
|
yodaos-project/yodart
|
2daa2fbd46a692e85104986875a1e16785ecd0be
|
[
"Apache-2.0"
] | 675 |
2018-12-19T14:53:00.000Z
|
2019-10-09T09:29:33.000Z
|
client/c/example/example.c
|
yodaos-project/yodajs
|
2daa2fbd46a692e85104986875a1e16785ecd0be
|
[
"Apache-2.0"
] | 35 |
2018-12-19T16:39:40.000Z
|
2019-09-29T11:59:03.000Z
|
#include <stdio.h>
#include <unistd.h>
#include <yodaos_sdk.h>
#include <yodaos_apis.h>
#include <stdbool.h>
int main() {
yodaos_api_init(0);
flora_call_result* ret =
yodaos_api_call(YODAOSAPI_NS_AUDIOFOCUS_MT_GETCURRENTFOCUSES, NULL,
YODAOS_API_DEFAULT_TIMEOUT);
RKLogw("Get rsp(new api)(%d):%s\n", ret->ret_code,
yodaos_api_get_result(ret));
yodaos_api_free_result(ret);
yodaos_api_call_ignoreresult(YODAOSAPI_NS_AUDIOFOCUS_MT_GETCURRENTFOCUSES,
NULL);
yodaos_ev_subscribe(YODAOSAPI_NS_KEYBOARD_EV_KEYDOWN, NULL, 5000);
pause();
return 0;
}
| 24.346154 | 76 | 0.693523 |
e759c9aba41e020c456cf21fdce194926dc7b2f8
| 124 |
js
|
JavaScript
|
js/jaywing-component-library.js
|
Jaywing/frontend-component-library
|
a8026133de3b7e818f18ac7e4572a26bb41100da
|
[
"MIT"
] | 1 |
2019-07-19T16:17:10.000Z
|
2019-07-19T16:17:10.000Z
|
js/jaywing-component-library.js
|
Jaywing/frontend-site-starter-kit
|
a8026133de3b7e818f18ac7e4572a26bb41100da
|
[
"MIT"
] | 1 |
2021-03-09T13:40:10.000Z
|
2021-03-09T13:40:10.000Z
|
js/jaywing-component-library.js
|
Jaywing/frontend-component-library
|
a8026133de3b7e818f18ac7e4572a26bb41100da
|
[
"MIT"
] | null | null | null |
import "./modules";
import "svgxuse"; //Polyfill for IE11 to support "use" tags in SVGs
console.log(`app.js has loaded!`);
| 24.8 | 67 | 0.701613 |
16ade29f2c6b2cd6070627a001b9c8882654a951
| 250 |
h
|
C
|
src/util/files.h
|
quietfanatic/Sequoia
|
03beb7dbdc1b83a60e799b43548f8b1dadf34295
|
[
"MIT"
] | null | null | null |
src/util/files.h
|
quietfanatic/Sequoia
|
03beb7dbdc1b83a60e799b43548f8b1dadf34295
|
[
"MIT"
] | null | null | null |
src/util/files.h
|
quietfanatic/Sequoia
|
03beb7dbdc1b83a60e799b43548f8b1dadf34295
|
[
"MIT"
] | null | null | null |
#pragma once
#include <string>
extern const std::wstring exe_path16;
extern const std::string exe_path;
extern const std::string exe_folder;
std::string exe_relative (const std::string& filename);
std::string slurp (const std::string& filename);
| 20.833333 | 55 | 0.764 |
f0879b5787d4e12dc22f7bbd511eb389ea029db5
| 614 |
js
|
JavaScript
|
js/components/Particle.js
|
MaxFrank13/Space-Invaders
|
7e9e1cf4f14be4d0c39ece4d632cad45c49d3fb6
|
[
"MIT"
] | null | null | null |
js/components/Particle.js
|
MaxFrank13/Space-Invaders
|
7e9e1cf4f14be4d0c39ece4d632cad45c49d3fb6
|
[
"MIT"
] | null | null | null |
js/components/Particle.js
|
MaxFrank13/Space-Invaders
|
7e9e1cf4f14be4d0c39ece4d632cad45c49d3fb6
|
[
"MIT"
] | null | null | null |
class Particle {
constructor(config) {
this.ctx = config.ctx;
this.x = config.x;
this.y = config.y;
this.size = Math.random() * 8 + 1;
this.speedX = Math.random() * 6 - 3;
this.speedY = Math.random() * 4 - 2;
this.color = config.color;
}
update() {
this.x += this.speedX;
this.y += this.speedY;
if (this.size > 0.2) this.size -= 0.05;
}
draw() {
this.ctx.fillStyle = this.color;
this.ctx.beginPath();
this.ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2);
this.ctx.fill();
}
}
| 27.909091 | 64 | 0.496743 |
707d91a2d634e9358aeceab314bd942554d1de75
| 2,693 |
h
|
C
|
SurgSim/Math/Scalar.h
|
dbungert/opensurgsim
|
bd30629f2fd83f823632293959b7654275552fa9
|
[
"Apache-2.0"
] | 24 |
2015-01-19T16:18:59.000Z
|
2022-03-13T03:29:11.000Z
|
SurgSim/Math/Scalar.h
|
dbungert/opensurgsim
|
bd30629f2fd83f823632293959b7654275552fa9
|
[
"Apache-2.0"
] | 3 |
2018-12-21T14:54:08.000Z
|
2022-03-14T12:38:07.000Z
|
SurgSim/Math/Scalar.h
|
dbungert/opensurgsim
|
bd30629f2fd83f823632293959b7654275552fa9
|
[
"Apache-2.0"
] | 8 |
2015-04-10T19:45:36.000Z
|
2022-02-02T17:00:59.000Z
|
// This file is a part of the OpenSurgSim project.
// Copyright 2013, SimQuest Solutions Inc.
//
// 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 SURGSIM_MATH_SCALAR_H
#define SURGSIM_MATH_SCALAR_H
namespace SurgSim
{
namespace Math
{
/// Clamp any values within an epsilon window to a maximum or minimum value.
/// \note max is tested first, so if the value < min + epsilon and value >
/// max - epsilon, value will be set to max.
/// \tparam T underlying type
/// \param value [in/out] the value to be clamped
/// \param min the minimum value for the clamp
/// \param max the maximum value for the clamp
/// \param epsilon definition of the epsilon window.
template <class T>
T clamp(T value, T min, T max, T epsilon);
/// define a custom template unary functor to execute the clamp operation
/// over an Eigen matrix structure. The operation clamps based on an epsilon
/// interval. For values outside the interval min to max, the clamp proceeds
/// as expected. However, values within the interval that lie within epsilon
/// of an endpoint are also clamped to th endpoint.
///
/// \tparam T the type over which the operator is defined.
template<typename T>
class clampOperator
{
public:
/// Constructor.
///
/// \param min minimum value for the clamp interval
/// \param max maximum value for the clamp interval
/// \param epsilon values within epsilon of an interval endpoint
/// are clamped to the interval regardless of if they are within the interval or not
clampOperator(const T& min, const T& max, const T& epsilon) : m_min(min), m_max(max),
m_epsilon(epsilon) {}
/// Execute the clamp operator
/// \param x the value to clamp based
/// \return the x clamped using the minimum, maximum and epsilon specified in he class constructor
const T operator()(const T& x) const;
private:
/// The minimum value of the interval
T m_min;
/// The maximum value of the interval
T m_max;
/// The closeness parameter for the clamp. Values within epsilon of an interval endpoint
/// are clamped to the interval regardless of if they are within the interval or not
T m_epsilon;
};
};
};
#include "SurgSim/Math/Scalar-inl.h"
#endif // SURGSIM_MATH_SCALAR_H
| 34.974026 | 99 | 0.736725 |
3304cda4bb7181483694fd293ce4ad5249b9bc1e
| 2,178 |
py
|
Python
|
checkov/terraform/checks/resource/kubernetes/PodSecurityContext.py
|
pmalkki/checkov
|
b6cdf386dd976fe27c16fed6d550756a678a5d7b
|
[
"Apache-2.0"
] | null | null | null |
checkov/terraform/checks/resource/kubernetes/PodSecurityContext.py
|
pmalkki/checkov
|
b6cdf386dd976fe27c16fed6d550756a678a5d7b
|
[
"Apache-2.0"
] | null | null | null |
checkov/terraform/checks/resource/kubernetes/PodSecurityContext.py
|
pmalkki/checkov
|
b6cdf386dd976fe27c16fed6d550756a678a5d7b
|
[
"Apache-2.0"
] | null | null | null |
from checkov.common.models.enums import CheckCategories, CheckResult
from checkov.terraform.checks.resource.base_resource_check import BaseResourceCheck
class PodSecurityContext(BaseResourceCheck):
def __init__(self):
# CIS-1.5 5.7.3
name = "Apply security context to your pods and containers"
# Security context can be set at pod or container level.
id = "CKV_K8S_29"
supported_resources = ['kubernetes_pod', 'kubernetes_deployment', 'kubernetes_daemonset']
categories = [CheckCategories.GENERAL_SECURITY]
super().__init__(name=name, id=id, categories=categories, supported_resources=supported_resources)
def scan_resource_conf(self, conf) -> CheckResult:
if "spec" not in conf:
self.evaluated_keys = [""]
return CheckResult.FAILED
spec = conf['spec'][0]
if spec.get("container"):
containers = spec.get("container")
for idx, container in enumerate(containers):
if type(container) != dict:
return CheckResult.UNKNOWN
if not container.get("security_context"):
self.evaluated_keys = ["spec/[0]/container/{idx}"]
return CheckResult.FAILED
return CheckResult.PASSED
if spec.get("template") and isinstance(spec.get("template"), list):
template = spec.get("template")[0]
if template.get("spec") and isinstance(template.get("spec"), list):
temp_spec = template.get("spec")[0]
if temp_spec.get("container"):
containers = temp_spec.get("container")
for idx, container in enumerate(containers):
if type(container) != dict:
return CheckResult.UNKNOWN
if not container.get("security_context"):
self.evaluated_keys = ["spec/[0]/template/[0]/spec/[0]/container/{idx}"]
return CheckResult.FAILED
return CheckResult.PASSED
return CheckResult.FAILED
check = PodSecurityContext()
| 41.09434 | 106 | 0.596878 |
0bf6ddb6cf035ee4a68ded12213e74f8cd1f1cfc
| 103 |
js
|
JavaScript
|
algo-js/DECOUVERTE DU LANGAGE/Partie 01/partie01-2.js
|
leonelrm/cours-algo
|
952d4d59271d72e167e141bf3ab3659d9a1b4b89
|
[
"MIT"
] | null | null | null |
algo-js/DECOUVERTE DU LANGAGE/Partie 01/partie01-2.js
|
leonelrm/cours-algo
|
952d4d59271d72e167e141bf3ab3659d9a1b4b89
|
[
"MIT"
] | null | null | null |
algo-js/DECOUVERTE DU LANGAGE/Partie 01/partie01-2.js
|
leonelrm/cours-algo
|
952d4d59271d72e167e141bf3ab3659d9a1b4b89
|
[
"MIT"
] | null | null | null |
let i;
let somme = 0;
for (i = 1; i<=10; i++)
somme += i;
console.log("Somme du 1 a 10 = " +somme);
| 20.6 | 41 | 0.524272 |
0b649e46fb5914bfe7b320bbcd19fe8e80f42ef7
| 1,624 |
py
|
Python
|
code_trunk/emb.py
|
chris4540/DD2430-ds-proj
|
b876efabe949392b27a7ebd4afb2be623174e287
|
[
"MIT"
] | null | null | null |
code_trunk/emb.py
|
chris4540/DD2430-ds-proj
|
b876efabe949392b27a7ebd4afb2be623174e287
|
[
"MIT"
] | null | null | null |
code_trunk/emb.py
|
chris4540/DD2430-ds-proj
|
b876efabe949392b27a7ebd4afb2be623174e287
|
[
"MIT"
] | null | null | null |
import torch
from network.siamese import SiameseNet
from network.resnet import ResidualEmbNetwork
import os
import numpy as np
from utils.datasets import DeepFashionDataset
from torchvision.transforms import Compose
from torchvision.transforms import Resize
from torchvision.transforms import ToTensor
from torchvision.transforms import Normalize
from torch.utils.data import Subset
from torch.utils.data import DataLoader
from utils import extract_embeddings
import pickle
from cuml.manifold import TSNE
emb_net = ResidualEmbNetwork()
model = SiameseNet(emb_net)
trans = Compose(
[
Resize((224, 224)),
ToTensor(),
Normalize([0.7511, 0.7189, 0.7069], [0.2554, 0.2679, 0.2715]),
])
model.load_state_dict(torch.load('siamese_resnet18.pth'))
deep_fashion_root_dir = "./deepfashion_data"
train_ds = DeepFashionDataset(
deep_fashion_root_dir, 'train', transform=trans)
emb_net = model.emb_net
emb_net.cuda()
# subset
n_samples = 25000
sel_idx = np.random.choice(
list(range(len(train_ds))),
n_samples, replace=False)
assert len(set(sel_idx)) == n_samples
ds = Subset(train_ds, sel_idx)
loader = DataLoader(
ds, batch_size=100, pin_memory=True, num_workers=os.cpu_count())
print("extracting...")
embeddings, labels = extract_embeddings(emb_net, loader)
tsne = TSNE(n_iter=400, metric="euclidean")
projected_emb = tsne.fit_transform(embeddings)
with open('projected_emb.pkl', 'wb') as handle:
pickle.dump(projected_emb, handle, protocol=pickle.HIGHEST_PROTOCOL)
with open('labels.pkl', 'wb') as handle:
pickle.dump(labels, handle, protocol=pickle.HIGHEST_PROTOCOL)
| 28.491228 | 72 | 0.76601 |
22170d726f953d600d8876274c501acb219d8295
| 1,254 |
swift
|
Swift
|
UIUTestCocoaPodsExample/UIUTestExampleTests/DateExtensionTests.swift
|
nallick/UIUTest_Examples
|
e3f0b109b8d6e20ae2514f67b4de52a2d0323098
|
[
"MIT"
] | 1 |
2020-02-26T12:19:11.000Z
|
2020-02-26T12:19:11.000Z
|
UIUTestSPMExample/UIUTestExampleTests/DateExtensionTests.swift
|
nallick/UIUTest_Examples
|
e3f0b109b8d6e20ae2514f67b4de52a2d0323098
|
[
"MIT"
] | null | null | null |
UIUTestSPMExample/UIUTestExampleTests/DateExtensionTests.swift
|
nallick/UIUTest_Examples
|
e3f0b109b8d6e20ae2514f67b4de52a2d0323098
|
[
"MIT"
] | 1 |
2020-03-20T14:37:04.000Z
|
2020-03-20T14:37:04.000Z
|
//
// DateExtensionTests.swift
//
// Copyright © 2018 Purgatory Design. Licensed under the MIT License.
//
import XCTest
import UIUTestExample
class DateExtensionTests: XCTestCase
{
func testToday() {
let dateFormatter = DateFormatter()
dateFormatter.dateFormat = "MM/dd/yyyy"
let now = Date()
let today = Date.today
XCTAssertEqual(dateFormatter.string(from: today), dateFormatter.string(from: now))
}
func testTomorrow() {
let dateFormatter = DateFormatter()
dateFormatter.dateFormat = "MM/dd/yyyy"
let nowPlus24Hours = Date(timeIntervalSinceNow: 60.0*60.0*24.0)
let tomorrow = Date.tomorrow
XCTAssertEqual(dateFormatter.string(from: tomorrow), dateFormatter.string(from: nowPlus24Hours))
}
func testYesterday() {
let dateFormatter = DateFormatter()
dateFormatter.dateFormat = "MM/dd/yyyy"
let nowLess24Hours = Date(timeIntervalSinceNow: -60.0*60.0*24.0)
let yesterday = Date.yesterday
XCTAssertEqual(dateFormatter.string(from: yesterday), dateFormatter.string(from: nowLess24Hours))
}
func testDayOfWeek() {
let dateFormatter = DateFormatter()
dateFormatter.dateFormat = "EEEE"
let now = Date()
let dayOfWeek = now.dayOfWeek
XCTAssertEqual(dateFormatter.string(from: now), dayOfWeek)
}
}
| 23.660377 | 99 | 0.743222 |
df8019f1895b7744ed8e956211fef92de5fa9eef
| 370 |
swift
|
Swift
|
keyboardtest/ViewController.swift
|
lbulygin/buryat_keyboard_ios
|
d77a3d2563f41b922f454032dc3095279022944e
|
[
"MIT"
] | null | null | null |
keyboardtest/ViewController.swift
|
lbulygin/buryat_keyboard_ios
|
d77a3d2563f41b922f454032dc3095279022944e
|
[
"MIT"
] | null | null | null |
keyboardtest/ViewController.swift
|
lbulygin/buryat_keyboard_ios
|
d77a3d2563f41b922f454032dc3095279022944e
|
[
"MIT"
] | null | null | null |
//
// ViewController.swift
// keyboardtest
//
// Created by Булыгин Лев Эдуардович on 05/02/2019.
// Copyright © 2019 Lev Bulygin. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
}
| 17.619048 | 80 | 0.678378 |
e72da572f2e4dc2d1238fe500143e388ba16409c
| 22,921 |
js
|
JavaScript
|
test/irc_test.js
|
ohfunc/circ
|
32a169471208ccbf10ce48b13dbe118c1cd0dbe9
|
[
"BSD-3-Clause"
] | 223 |
2015-01-01T04:27:49.000Z
|
2021-07-20T05:38:01.000Z
|
test/irc_test.js
|
ohfunc/circ
|
32a169471208ccbf10ce48b13dbe118c1cd0dbe9
|
[
"BSD-3-Clause"
] | 111 |
2015-01-02T18:27:43.000Z
|
2022-03-05T10:51:14.000Z
|
test/irc_test.js
|
ohfunc/circ
|
32a169471208ccbf10ce48b13dbe118c1cd0dbe9
|
[
"BSD-3-Clause"
] | 68 |
2015-01-06T21:22:08.000Z
|
2022-03-29T03:39:11.000Z
|
// Generated by CoffeeScript 1.4.0
(function() {
"use strict";
describe('An IRC client backend', function() {
var CURRENT_WINDOW, SERVER_WINDOW, chat, irc, resetSpies, socket, waitsForArrayBufferConversion;
SERVER_WINDOW = window.chat.SERVER_WINDOW;
CURRENT_WINDOW = window.chat.CURRENT_WINDOW;
irc = socket = chat = void 0;
waitsForArrayBufferConversion = function() {
return waitsFor((function() {
return !window.irc.util.isConvertingArrayBuffers();
}), 'wait for array buffer conversion', 500);
};
resetSpies = function() {
socket.connect.reset();
socket.received.reset();
socket.close.reset();
chat.onConnected.reset();
chat.onIRCMessage.reset();
chat.onJoined.reset();
chat.onParted.reset();
return chat.onDisconnected.reset();
};
beforeEach(function() {
jasmine.Clock.useMock();
mocks.ChromeSocket.useMock();
irc = new window.irc.IRC;
socket = irc.socket;
chat = new window.chat.MockChat(irc);
spyOn(socket, 'connect');
spyOn(socket, 'received').andCallThrough();
spyOn(socket, 'close').andCallThrough();
spyOn(chat, 'onConnected');
spyOn(chat, 'onIRCMessage');
spyOn(chat, 'onJoined');
spyOn(chat, 'onParted');
return spyOn(chat, 'onDisconnected');
});
it('is initially disconnected', function() {
return expect(irc.state).toBe('disconnected');
});
it('does nothing on commands that require a connection when disconnected', function() {
irc.giveup();
irc.doCommand('NICK', 'ournick');
irc.doCommand('JOIN', '#bash');
irc.doCommand('WHOIS', 'ournick');
waitsForArrayBufferConversion();
return runs(function() {
expect(irc.state).toBe('disconnected');
return expect(socket.received).not.toHaveBeenCalled();
});
});
describe('that is connecting with invalid username', function() {
beforeEach(function() {
irc.setPreferredNick('_ournick');
irc.connect('irc.freenode.net', 6667);
expect(irc.state).toBe('connecting');
socket.respond('connect');
return waitsForArrayBufferConversion();
});
it('strips invalid chars from USER', function() {
return runs(function() {
expect(socket.received.callCount).toBe(2);
expect(socket.received.argsForCall[0]).toMatch(/NICK _ournick\s*/);
return expect(socket.received.argsForCall[1]).toMatch(/USER ournick 0 \* :.+/);
});
});
});
return describe('that is connecting', function() {
beforeEach(function() {
irc.setPreferredNick('ournick');
irc.connect('irc.freenode.net', 6667);
expect(irc.state).toBe('connecting');
socket.respond('connect');
return waitsForArrayBufferConversion();
});
it('is connecting to the correct server and port', function() {
return expect(socket.connect).toHaveBeenCalledWith('irc.freenode.net', 6667);
});
it('sends NICK and USER', function() {
return runs(function() {
expect(socket.received.callCount).toBe(2);
expect(socket.received.argsForCall[0]).toMatch(/NICK ournick\s*/);
return expect(socket.received.argsForCall[1]).toMatch(/USER ournick 0 \* :.+/);
});
});
it('appends an underscore when the desired nick is in use', function() {
socket.respondWithData(":irc.freenode.net 433 * ournick :Nickname is already in use.");
waitsForArrayBufferConversion();
return runs(function() {
return expect(socket.received.mostRecentCall.args).toMatch(/NICK ournick_\s*/);
});
});
return describe('then connects', function() {
var joinChannel;
joinChannel = function(chan, nick) {
if (nick == null) {
nick = 'ournick';
}
socket.respondWithData(":" + nick + "!ournick@company.com JOIN :" + chan);
return waitsForArrayBufferConversion();
};
beforeEach(function() {
resetSpies();
socket.respondWithData(":cameron.freenode.net 001 ournick :Welcome");
return waitsForArrayBufferConversion();
});
it("is in the 'connected' state", function() {
return runs(function() {
return expect(irc.state).toBe('connected');
});
});
it('emits connect', function() {
return runs(function() {
return expect(chat.onConnected).toHaveBeenCalled();
});
});
it('emits a welcome message', function() {
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith(SERVER_WINDOW, 'welcome', 'Welcome');
});
});
it("parses and stores isupport response", function() {
var cmd, data;
socket.respondWithData(":someserver.example.com 005 ournick CHANTYPES=&#+ EXCEPTS INVEX PREFIX=(ov)@+ :are supported by this server");
waitsForArrayBufferConversion();
return runs(function() {
expect(irc.support['chantypes']).toBe('&#+');
expect(irc.support['invex']).toBe(true);
return expect(irc.isValidChannelPrefix('+foo')).toBe(true);
});
});
it("properly parses commands with parseCommand()", function() {
var cmd, data;
data = ":ournick!ournick@name.corp.company.com JOIN :#bash";
cmd = irc.util.parseCommand(data);
console.log(cmd);
expect(cmd.command).toBe('JOIN');
expect(cmd.params).toEqual(["#bash"]);
expect(cmd.prefix).toBe('ournick!ournick@name.corp.company.com');
data = ":irc.corp.company.com 324 ournick #bash +smntQ ";
cmd = irc.util.parseCommand(data);
expect(cmd.command).toBe('324');
return expect(cmd.params).toEqual(['ournick', '#bash', '+smntQ']);
});
it("properly creates commands on doCommand()", function() {
irc.doCommand('JOIN', '#awesome');
irc.doCommand('PRIVMSG', '#awesome', 'hello world');
irc.doCommand('NICK', 'ournick');
irc.doCommand('WHOIS', 'ournick');
irc.doCommand('PART', '#awesome', 'this channel is not awesome');
irc.doCommand('NOTICE', 'frigg', 'SOURCE', true);
waitsForArrayBufferConversion();
return runs(function() {
expect(socket.received.argsForCall[0]).toMatch(/JOIN #awesome\s*/);
expect(socket.received.argsForCall[1]).toMatch(/PRIVMSG #awesome :hello world\s*/);
expect(socket.received.argsForCall[2]).toMatch(/NICK ournick\s*/);
expect(socket.received.argsForCall[3]).toMatch(/WHOIS ournick\s*/);
expect(socket.received.argsForCall[4]).toMatch(/PART #awesome :this channel is not awesome\s*/);
return expect(socket.received.argsForCall[5]).toMatch(/NOTICE frigg :SOURCE\s*/);
});
});
it("emits 'join' after joining a room", function() {
joinChannel('#awesome');
return runs(function() {
return expect(chat.onJoined).toHaveBeenCalled();
});
});
it("emits a message when someone else joins a room", function() {
joinChannel('#awesome');
joinChannel('#awesome', 'bill');
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('#awesome', 'join', 'bill');
});
});
it("responds to a PING with a PONG", function() {
socket.respondWithData("PING :" + ((new Date()).getTime()));
waitsForArrayBufferConversion();
return runs(function() {
expect(socket.received.callCount).toBe(1);
return expect(socket.received.mostRecentCall.args).toMatch(/PONG \d+\s*/);
});
});
it("sends a PING after a long period of inactivity", function() {
jasmine.Clock.tick(80000);
waitsForArrayBufferConversion();
return runs(function() {
expect(socket.received.callCount).toBe(1);
return expect(socket.received.mostRecentCall.args).toMatch(/PING \d+\s*/);
});
});
it("doesn't send a PING if regularly active", function() {
jasmine.Clock.tick(50000);
socket.respondWithData("PING :" + ((new Date()).getTime()));
jasmine.Clock.tick(50000);
irc.doCommand('JOIN', '#awesome');
waitsForArrayBufferConversion();
return runs(function() {
jasmine.Clock.tick(50000);
waitsForArrayBufferConversion();
return runs(function() {
return expect(socket.received.callCount).toBe(2);
});
});
});
it("can disconnected from the server on /quit", function() {
irc.quit('this is my reason');
waitsForArrayBufferConversion();
return runs(function() {
expect(socket.received.callCount).toBe(1);
expect(socket.received.mostRecentCall.args).toMatch(/QUIT :this is my reason\s*/);
expect(irc.state).toBe('disconnected');
return expect(socket.close).toHaveBeenCalled();
});
});
it("emits 'topic' after someone sets the topic", function() {
joinChannel('#awesome');
socket.respondWithData(":ournick_i!~ournick@09-stuff.company.com TOPIC #awesome :I am setting the topic!");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('#awesome', 'topic', 'ournick_i', 'I am setting the topic!');
});
});
it("emits 'topic' after joining a room with a topic", function() {
joinChannel('#awesome');
socket.respondWithData(":freenode.net 332 ournick #awesome :I am setting the topic!");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('#awesome', 'topic', void 0, 'I am setting the topic!');
});
});
it("emits 'topic' with no topic argument after receiving rpl_notopic", function() {
joinChannel('#awesome');
socket.respondWithData(":freenode.net 331 ournick #awesome :No topic is set.");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('#awesome', 'topic', void 0, void 0);
});
});
it("emits a 'kick' message when receives KICK for someone else", function() {
joinChannel('#awesome');
socket.respondWithData(":jerk!user@65.93.146.49 KICK #awesome someguy :just cause");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('#awesome', 'kick', 'jerk', 'someguy', 'just cause');
});
});
it("emits 'part' and a 'kick' message when receives KICK for self", function() {
joinChannel('#awesome');
socket.respondWithData(":jerk!user@65.93.146.49 KICK #awesome ournick :just cause");
waitsForArrayBufferConversion();
return runs(function() {
expect(chat.onIRCMessage).toHaveBeenCalledWith('#awesome', 'kick', 'jerk', 'ournick', 'just cause');
return expect(chat.onParted).toHaveBeenCalledWith('#awesome');
});
});
it("emits an error notice with the given message when doing a command without privilege", function() {
joinChannel('#awesome');
socket.respondWithData(":freenode.net 482 ournick #awesome :You're not a channel operator");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith(CURRENT_WINDOW, 'error', "#awesome :You're not a channel operator");
});
});
it("emits a mode notice when someone is given channel operator status", function() {
joinChannel('#awesome');
socket.respondWithData(":nice_guy!nice@guy.com MODE #awesome +o ournick");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('#awesome', 'mode', 'nice_guy', 'ournick', '+o');
});
});
it("emits a nick notice to the server window when user's nick is changed", function() {
socket.respondWithData(":ournick!user@company.com NICK :newnick");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith(SERVER_WINDOW, 'nick', 'ournick', 'newnick');
});
});
it("doesn't try to set nick name to own nick name on 'nick in use' message", function() {
var data;
irc.doCommand('NICK', 'ournick_');
socket.respondWithData("ournick!user@company.com NICK :ournick_");
irc.doCommand('NICK', 'ournick');
data = ":irc.freenode.net 433 * ournick_ ournick :Nickname is already in use.";
socket.respondWithData(data);
waitsForArrayBufferConversion();
return runs(function() {
return expect(socket.received.mostRecentCall.args).toMatch(/NICK ournick__\s*/);
});
});
it("emits a privmsg notice when a private message is received", function() {
socket.respondWithData(":someguy!user@company.com PRIVMSG #awesome :hi!");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('#awesome', 'privmsg', 'someguy', 'hi!');
});
});
it("emits a privmsg notice when a direct message is received", function() {
socket.respondWithData(":someguy!user@company.com PRIVMSG ournick :hi!");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('ournick', 'privmsg', 'someguy', 'hi!');
});
});
it("emits a privmsg notice when a notice message is received", function() {
socket.respondWithData(":someguy!user@company.com NOTICE ournick :hi!");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith(CURRENT_WINDOW, 'privmsg', 'someguy', 'hi!');
});
});
it("emits a privmsg notice when a busy message is received", function() {
socket.respondWithData(":server@freenode.net 301 ournick someguy :I'm busy");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('ournick', 'privmsg', 'someguy', "is away: I'm busy");
});
});
it("emits a away notice when the user is no longer away", function() {
socket.respondWithData(":server@freenode.net 305 ournick :Not away");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith(CURRENT_WINDOW, 'away', 'Not away');
});
});
it("emits a away notice when the user is now away", function() {
socket.respondWithData(":server@freenode.net 306 ournick :Now away");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith(CURRENT_WINDOW, 'away', 'Now away');
});
});
it("emits 'notice' when the server sends a direct NOTICE", function() {
chat.onIRCMessage.reset();
socket.respondWithData(":server@freenode.net NOTICE * :No Ident response");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith(SERVER_WINDOW, 'notice', 'No Ident response');
});
});
return describe("handles WHOIS/WHOWAS response code of", function() {
it("311", function() {
socket.respondWithData(":server@freenode.net 311 ournick frigg ~frigguy 127.0.0.1 * :Our User");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('ournick', 'privmsg',
'frigg', 'is frigg!~frigguy@127.0.0.1 (Our User)');
});
});
it("312", function() {
socket.respondWithData(":server@freenode.net 312 ournick frigg freenode.net :FreeNode Network");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('ournick', 'privmsg',
'frigg', 'connected via freenode.net (FreeNode Network)');
});
});
it("313", function() {
socket.respondWithData(":server@freenode.net 313 ournick frigg :is not an IRC Operator, but plays one on TV");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('ournick', 'privmsg',
'frigg', 'is not an IRC Operator, but plays one on TV');
});
});
it("314", function() {
socket.respondWithData(":server@freenode.net 314 ournick frigg ~frigguy 127.0.0.1 * :Our User");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('ournick', 'privmsg',
'frigg', 'was frigg!~frigguy@127.0.0.1 (Our User)');
});
});
it("317", function() {
var now = Math.floor(new Date().valueOf() / 1000);
socket.respondWithData(":server@freenode.net 317 ournick frigg 101 " + now + " :seconds idle, logged in");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('ournick', 'privmsg',
'frigg', 'has been idle for 101 seconds, and signed on at: ' + getReadableTime(now * 1000));
});
});
it("318", function() {
socket.respondWithData(":server@freenode.net 318 ournick frigg :End of WHOIS list.");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('ournick', 'privmsg',
'frigg', 'End of WHOIS list.');
});
});
it("319", function() {
socket.respondWithData(":server@freenode.net 319 ournick frigg :#foo @#bar &baz");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('ournick', 'privmsg',
'frigg', 'is on channels: #foo @#bar &baz');
});
});
it("330", function() {
socket.respondWithData(":server@freenode.net 330 ournick frigg FriggUser :is authenticated as");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('ournick', 'privmsg',
'frigg', 'is authenticated as FriggUser');
});
});
it("338", function() {
socket.respondWithData(":server@freenode.net 338 ournick frigg foo@bar.com 224.1.1.1 :over the rainbow");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('ournick', 'privmsg',
'frigg', 'is actually foo@bar.com/224.1.1.1 (over the rainbow)');
});
});
it("369", function() {
socket.respondWithData(":server@freenode.net 369 ournick frigg :End of WHOWAS list.");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('ournick', 'privmsg',
'frigg', 'End of WHOWAS list.');
});
});
it("671", function() {
socket.respondWithData(":server@freenode.net 671 ournick frigg :is using a secure connection");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('ournick', 'privmsg',
'frigg', 'is using a secure connection');
});
});
});
return describe("has a CTCP handler which", function() {
it("responds to CTCP VERSION with the appropriate notice message", function() {
socket.respondWithData(":frigg PRIVMSG ournick :\u0001VERSION\u0001");
waitsForArrayBufferConversion();
return runs(function() {
var versionResponse;
versionResponse = /NOTICE\sfrigg\s:\u0001VERSION\sCIRC\s[0-9.]*\sChrome\u0001\s*/;
return expect(socket.received.mostRecentCall.args).toMatch(versionResponse);
});
});
it("responds to CTCP PING with the appropriate notice message", function() {
socket.respondWithData(":frigg PRIVMSG ournick :\u0001PING 1234\u0001");
waitsForArrayBufferConversion();
return runs(function() {
var versionResponse;
versionResponse = /NOTICE\sfrigg\s:\u0001PING\s1234\u0001\s*/;
return expect(socket.received.mostRecentCall.args).toMatch(versionResponse);
});
});
it("responds to CTCP SOURCE with the appropriate notice message", function() {
socket.respondWithData(":frigg PRIVMSG ournick :\u0001SOURCE\u0001");
waitsForArrayBufferConversion();
return runs(function() {
var versionResponse;
versionResponse = /NOTICE\sfrigg\s:\u0001SOURCE\u0001\s*/;
return expect(socket.received.mostRecentCall.args).toMatch(versionResponse);
});
});
return it("ignores unsupported CTCP messages", function() {
chat.onIRCMessage.reset();
socket.respondWithData(":frigg PRIVMSG ournick :\u0001ACTION\u0001");
waitsForArrayBufferConversion();
return runs(function() {
return expect(chat.onIRCMessage).toHaveBeenCalledWith('ournick', 'privmsg', 'frigg', '\u0001ACTION\u0001');
});
});
});
});
});
});
}).call(this);
| 48.153361 | 144 | 0.591903 |
b18a18d368b447885d2040960718db536faf9755
| 271 |
lua
|
Lua
|
res/quest/yasha_thief.lua
|
tizian/Cendric2
|
5b0438c73a751bcc0d63c3af839af04ab0fb21a3
|
[
"MIT"
] | 279 |
2015-05-06T19:04:07.000Z
|
2022-03-21T21:33:38.000Z
|
res/quest/yasha_thief.lua
|
tizian/Cendric2
|
5b0438c73a751bcc0d63c3af839af04ab0fb21a3
|
[
"MIT"
] | 222 |
2016-10-26T15:56:25.000Z
|
2021-10-03T15:30:18.000Z
|
res/quest/yasha_thief.lua
|
tizian/Cendric2
|
5b0438c73a751bcc0d63c3af839af04ab0fb21a3
|
[
"MIT"
] | 49 |
2015-10-01T21:23:03.000Z
|
2022-03-19T20:11:31.000Z
|
collectibles =
{
{"qe_thunderheart", 1},
}
markers = {
{
map = "res/map/highland/highland.tmx",
position = {225, 1900},
step = 0
},
{
map = "res/map/gandriasewers/gandriasewers.tmx",
npc = "npc_vincent3",
position = {125, 175},
step = -1
}
}
| 15.055556 | 50 | 0.571956 |
2a16cb5d7fcfb135d5fbbdbbec6e4ce3c16a397a
| 405 |
html
|
HTML
|
source/templates/blog-article-3.html
|
koljakutschera/yafbp-example-blog
|
bb097363f9cfd656d49f0129e409e10e4899bccb
|
[
"MIT",
"Unlicense"
] | null | null | null |
source/templates/blog-article-3.html
|
koljakutschera/yafbp-example-blog
|
bb097363f9cfd656d49f0129e409e10e4899bccb
|
[
"MIT",
"Unlicense"
] | null | null | null |
source/templates/blog-article-3.html
|
koljakutschera/yafbp-example-blog
|
bb097363f9cfd656d49f0129e409e10e4899bccb
|
[
"MIT",
"Unlicense"
] | null | null | null |
---
type: blog
title: Blog - Article 3
published : "2016-09-17"
category : Categorie 2
tags: ["Tag 3", "Tag 4"]
---
{% extends "layouts/basic.html" %}
{% block meta %}
<meta name="description" content="This is blog article 3.">
{% endblock %}
{% block body %}
{% include "includes/blogArticleHead.html" %}
<p>Text of blog Article...</p>
{% include "includes/blogArticleFooter.html" %}
{% endblock %}
| 18.409091 | 59 | 0.646914 |
740bf2da19bc412d7b544578db00dbe6339ffeb5
| 3,635 |
swift
|
Swift
|
CatalinaMusicBridge/Controllers/Listener.swift
|
boyvanamstel/CatalinaMusicScripting-BugReport
|
c3a74e7988d1085ac8ea7a5de98840524d54b5f4
|
[
"MIT"
] | 3 |
2019-06-05T13:43:05.000Z
|
2019-10-19T12:15:59.000Z
|
CatalinaMusicBridge/Controllers/Listener.swift
|
boyvanamstel/CatalinaMusicScripting-BugReport
|
c3a74e7988d1085ac8ea7a5de98840524d54b5f4
|
[
"MIT"
] | null | null | null |
CatalinaMusicBridge/Controllers/Listener.swift
|
boyvanamstel/CatalinaMusicScripting-BugReport
|
c3a74e7988d1085ac8ea7a5de98840524d54b5f4
|
[
"MIT"
] | null | null | null |
//
// Listener.swift
// CatalinaMusicBridge
//
// Created by Boy van Amstel on 05/06/2019.
// Copyright © 2019 Danger Cove. All rights reserved.
//
import AppKit
class Listener {
// MARK: - Properties
var didUpdatePlayerInfo: ((PlayerInfo) -> Void)?
private(set) var playerInfo = PlayerInfo(state: .unknown)
// MARK: - Object lifecycle
deinit {
stop()
}
// MARK: - Observers
private var isEnabled = false
func start() {
guard !isEnabled else { return }
isEnabled = true
DistributedNotificationCenter
.default()
.addObserver(self,
selector: #selector(handlePlayerStateChange(_:)),
name: .musicPlayerInfo,
object: nil)
updatePlayerInfo()
}
func stop() {
guard isEnabled else { return }
DistributedNotificationCenter.default().removeObserver(self)
}
// MARK: - Actions
@objc private func handlePlayerStateChange(_ notification: Notification) {
// Note: I'm aware we could use the player state from the `userInfo`, that's not the point of this example.
updatePlayerInfo()
}
private func updatePlayerInfo() {
let artist = fetchArtist()
let name = fetchName()
let state = fetchPlayerState()
let artwork = fetchArtwork()
let playerInfo = PlayerInfo(state: state, artist: artist, name: name, artwork: artwork)
self.playerInfo = playerInfo
didUpdatePlayerInfo?(playerInfo)
}
// MARK: - Scripts
private func fetchArtist() -> String? {
var error: NSDictionary?
let source = """
tell application "Music"
get artist of current track
end tell
"""
let script = NSAppleScript(source: source)
guard let output = script?.executeAndReturnError(&error) else {
print("Track name error:\n\(error ?? [:])")
return nil
}
return output.stringValue
}
private func fetchName() -> String? {
var error: NSDictionary?
let source = """
tell application "Music"
get name of current track
end tell
"""
let script = NSAppleScript(source: source)
guard let output = script?.executeAndReturnError(&error) else {
print("Track name error:\n\(error ?? [:])")
return nil
}
return output.stringValue
}
private func fetchPlayerState() -> PlayerInfo.State {
var error: NSDictionary?
let source = """
tell application "Music"
player state
end
"""
let script = NSAppleScript(source: source)
guard let output = script?.executeAndReturnError(&error),
let stateString = output.stringValue else {
print("Player State error:\n\(error ?? [:])")
return .unknown
}
let state = PlayerInfo.State(rawValue: stateString) ?? .unknown
return state
}
private func fetchArtwork() -> NSImage? {
var error: NSDictionary?
let source = """
tell application "Music"
set trackArtworks to artworks of current track
if exists (every artwork) of current track
data of artwork 1 of current track
end if
end tell
"""
let script = NSAppleScript(source: source)
guard let output = script?.executeAndReturnError(&error) else {
print("Artwork error:\n\(error ?? [:])")
return nil
}
return NSImage(data: output.data)
}
}
| 25.41958 | 115 | 0.581293 |
bca80f5a08ca840e9bc1635b04c4ed92fee3844d
| 1,311 |
js
|
JavaScript
|
src/movie-app/results.controller.js
|
rbelow/angularjs-movie-app
|
e2069292bb2edea9ca2209ca4b388fb9bcc29b9a
|
[
"MIT"
] | null | null | null |
src/movie-app/results.controller.js
|
rbelow/angularjs-movie-app
|
e2069292bb2edea9ca2209ca4b388fb9bcc29b9a
|
[
"MIT"
] | null | null | null |
src/movie-app/results.controller.js
|
rbelow/angularjs-movie-app
|
e2069292bb2edea9ca2209ca4b388fb9bcc29b9a
|
[
"MIT"
] | null | null | null |
angular // eslint-disable-line
.module('movieApp')
.controller('ResultsController', function ($scope, $location, $exceptionHandler, $log, omdbApi) {
// $scope.results = []
// $scope.results.push({ data: { Title:"Star Wars: Episode IV - A New Hope" }})
// $scope.results.push({ data: { Title: "Star Wars: Episode V - The Empire Strikes Back" }})
// $scope.results.push({ data: { Title: "Star Wars: Episode VI - Return of the Jedi" }})
var query = $location.search().q
$log.debug('Controller loaded with query: ', query)
// copied from `omdb/service.spec.js`
omdbApi
.search(query)
.then(function (data) {
$log.debug('Data returned for query: ', query, data)
$scope.results = data.Search
})
.catch(function (e) {
// it's *not* angularjs best practice to `throw` native exceptions
// throw 'Something went wrong!' // eslint-disable-line
$exceptionHandler(e)
// $exceptionHandler(e)
// $exceptionHandler('something else went wrong')
})
// expand search result movie data
$scope.expand = function expand (index, id) {
omdbApi.find(id)
.then(function (data) {
$scope.results[index].data = data
$scope.results[index].open = true
})
}
})
| 36.416667 | 99 | 0.600305 |
8e9c470d193e2ed0b2dc6783617fc6718e93307b
| 1,407 |
rb
|
Ruby
|
lib/netsuite/actions/get.rb
|
generalthings/netsuite
|
6b25262ad317a04e4b6fb3922f7353c83cd6548b
|
[
"MIT"
] | null | null | null |
lib/netsuite/actions/get.rb
|
generalthings/netsuite
|
6b25262ad317a04e4b6fb3922f7353c83cd6548b
|
[
"MIT"
] | null | null | null |
lib/netsuite/actions/get.rb
|
generalthings/netsuite
|
6b25262ad317a04e4b6fb3922f7353c83cd6548b
|
[
"MIT"
] | 1 |
2022-01-11T13:06:57.000Z
|
2022-01-11T13:06:57.000Z
|
module NetSuite
module Actions
class Get
include SavonSupport
def initialize(id)
@id = id
end
private
def request
connection.request :platformMsgs, :get do
soap.namespaces['xmlns:platformMsgs'] = 'urn:messages_2011_2.platform.webservices.netsuite.com'
soap.namespaces['xmlns:platformCore'] = 'urn:core_2011_2.platform.webservices.netsuite.com'
soap.header = auth_header
soap.body = request_body
end
end
# <soap:Body>
# <platformMsgs:get>
# <platformMsgs:baseRef internalId="983" type="customer" xsi:type="platformCore:RecordRef">
# <platformCore:name/>
# </platformMsgs:baseRef>
# </platformMsgs:get>
# </soap:Body>
def request_body
{
'platformMsgs:baseRef' => {},
:attributes! => {
'platformMsgs:baseRef' => {
:internalId => @id,
:type => 'customer',
'xsi:type' => 'platformCore:RecordRef'
}
}
}
end
def success?
@success ||= response_hash[:status][:@is_success] == 'true'
end
def response_body
@response_body ||= response_hash[:record]
end
def response_hash
@response_hash = @response[:get_response][:read_response]
end
end
end
end
| 25.125 | 105 | 0.552239 |
c44a852f39167caa56274d50380725b5344487a9
| 509 |
h
|
C
|
src/SearchResultPoi/SearchResultPoi.h
|
usamakhan049/assignment
|
40eb153e8fd74f73ba52ce29417d8220ab744b5d
|
[
"BSD-2-Clause"
] | 69 |
2017-06-07T10:47:03.000Z
|
2022-03-24T08:33:33.000Z
|
src/SearchResultPoi/SearchResultPoi.h
|
usamakhan049/assignment
|
40eb153e8fd74f73ba52ce29417d8220ab744b5d
|
[
"BSD-2-Clause"
] | 23 |
2017-06-07T10:47:00.000Z
|
2020-07-09T10:31:17.000Z
|
src/SearchResultPoi/SearchResultPoi.h
|
usamakhan049/assignment
|
40eb153e8fd74f73ba52ce29417d8220ab744b5d
|
[
"BSD-2-Clause"
] | 31 |
2017-08-12T13:19:32.000Z
|
2022-01-04T20:33:40.000Z
|
// Copyright eeGeo Ltd (2012-2015), All Rights Reserved
#pragma once
namespace ExampleApp
{
namespace SearchResultPoi
{
namespace SdkModel
{
class ISearchResultPoiMyPinService;
class ISearchResultPoiViewImageFetcher;
}
namespace View
{
class ISearchResultPoiModule;
class ISearchResultPoiViewModel;
class ISearchResultPoiView;
class SearchResultPoiController;
}
}
}
| 21.208333 | 55 | 0.603143 |
85db3a61fadd208dedc5910cacc9c6c23edfa347
| 20,532 |
rs
|
Rust
|
src/circuit/permutation.rs
|
litezk/franklin-crypto
|
f6c5132b64012c79c11b193edd5a15bb02959be9
|
[
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null |
src/circuit/permutation.rs
|
litezk/franklin-crypto
|
f6c5132b64012c79c11b193edd5a15bb02959be9
|
[
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null |
src/circuit/permutation.rs
|
litezk/franklin-crypto
|
f6c5132b64012c79c11b193edd5a15bb02959be9
|
[
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null |
extern crate bit_vec;
use self::bit_vec::BitVec;
use bellman::pairing::{
Engine,
};
use bellman::{
SynthesisError,
ConstraintSystem
};
use super::{
Assignment
};
use super::num::AllocatedNum;
use super::boolean::{
AllocatedBit,
Boolean
};
use std::cmp::Ordering;
pub trait PermutationElement<E: Engine>: Sized + Clone {
fn switch_2x2<CS>(
cs: CS,
a: &Self,
b: &Self,
switched_on: bool
) -> Result<(Self, Self), SynthesisError>
where CS: ConstraintSystem<E>;
}
pub trait SortablePermutationElement<E: Engine>: PermutationElement<E> {
fn cmp(
a: &Self,
b: &Self,
) -> Ordering;
fn enforce_leq<CS>(
cs: CS,
a: &Self,
b: &Self
) -> Result<(), SynthesisError>
where CS: ConstraintSystem<E>;
}
pub fn is_valid_permutation(
permutation: &[usize]
) -> bool
{
let mut set: std::collections::HashSet<usize> = std::collections::HashSet::with_capacity(permutation.len());
for element in permutation.iter() {
if *element >= permutation.len() {
return false;
}
if set.contains(element) {
return false;
}
set.insert(*element);
}
return true;
}
fn enforce_permutation_recursive<E: Engine, CS, PE>(
mut cs: CS,
original: &[PE],
permutation: &[usize]
) -> Result<Vec<PE>, SynthesisError>
where CS: ConstraintSystem<E>,
PE: PermutationElement<E>
{
assert_eq!(original.len(), permutation.len());
match original.len() {
1 => Ok(vec![original[0].clone()]),
2 => {
let (c, d) = PE::switch_2x2(
cs.namespace(|| "switch_2x2"),
&original[0],
&original[1],
permutation[0] != 0
)?;
Ok(vec![c, d])
}
_ => {
let n = original.len();
// position in permutation of each element from 0 to n - 1
let mut pos_in_permutation = vec![0; n];
for i in 0..n {
pos_in_permutation[permutation[i]] = i;
}
let mut front_layer_switches_on = BitVec::from_elem(n / 2, false);
let mut back_layer_switches_on = BitVec::from_elem(n / 2, false);
// permutations of recursive tasks
let mut perm_left: Vec<usize> = vec![0; n / 2];
let mut perm_right: Vec<usize> = vec![0; (n + 1) / 2];
// considered positions in permutation
let mut used_positions = BitVec::from_elem(n, false);
for i in (0..n).rev() {
if (used_positions.get(i).expect("used_positions must contain n elements")) {
continue;
}
if (n % 2 == 1 && i == n - 1) {
used_positions.set(i, true);
perm_right[i / 2] = permutation[i] / 2;
// start with neighbour by value
let mut current_value = permutation[i] ^ 1;
while (current_value != n) {
// drop element with (permutation[index] == current_value) to the left subtask
assert_eq!(used_positions.get(pos_in_permutation[current_value]), Some(false));
used_positions.set(pos_in_permutation[current_value], true);
perm_left[pos_in_permutation[current_value] / 2] = current_value / 2;
// mark switch with index equal to (pos_in_permutation[current_value] / 2)
front_layer_switches_on.set(pos_in_permutation[current_value] / 2, pos_in_permutation[current_value] % 2 == 1);
// change current_value's focus to the neighbour in permutation
current_value = permutation[pos_in_permutation[current_value] ^ 1];
// drop element with (permutation[index] == current_value) to the right subtask
assert_eq!(used_positions.get(pos_in_permutation[current_value]), Some(false));
used_positions.set(pos_in_permutation[current_value], true);
perm_right[pos_in_permutation[current_value] / 2] = current_value / 2;
// change current_value's focus to the neighbour by value
current_value = current_value ^ 1;
}
}
else {
used_positions.set(i, true);
perm_right[i / 2] = permutation[i] / 2;
// start with neighbour in permutation
let mut current_value = permutation[i ^ 1];
loop {
// drop element with (permutation[index] == current_value) to the left subtask
assert_eq!(used_positions.get(pos_in_permutation[current_value]), Some(false));
used_positions.set(pos_in_permutation[current_value], true);
perm_left[pos_in_permutation[current_value] / 2] = current_value / 2;
// mark switch with index equal to (pos_in_permutation[current_value] / 2)
front_layer_switches_on.set(pos_in_permutation[current_value] / 2, pos_in_permutation[current_value] % 2 == 1);
// change current_value's focus to the neighbour by value
current_value = current_value ^ 1;
if (current_value == permutation[i]) {
break;
}
// drop element with (permutation[index] == current_value) to the right subtask
assert_eq!(used_positions.get(pos_in_permutation[current_value]), Some(false));
used_positions.set(pos_in_permutation[current_value], true);
perm_right[pos_in_permutation[current_value] / 2] = current_value / 2;
// change current_value's focus to the neighbour in permutation
current_value = permutation[pos_in_permutation[current_value] ^ 1];
}
}
}
let mut left: Vec<PE> = vec![];
let mut right: Vec<PE> = vec![];
for i in (0..n).step_by(2) {
if (i + 1 < n) {
let (l, r) = PE::switch_2x2(
cs.namespace(|| format!("switch of front layer with index {}", i / 2)),
&original[i],
&original[i + 1],
front_layer_switches_on.get(i / 2).expect("front_layer_switches_on must contain n / 2 elements")
)?;
left.push(l);
right.push(r);
}
else {
right.push(original[i].clone());
}
}
// result of recursive tasks
let left = enforce_permutation_recursive(
cs.namespace(|| "left recursive task"),
left.as_slice(),
perm_left.as_slice(),
)?;
assert_eq!(left.len(), n / 2);
let right = enforce_permutation_recursive(
cs.namespace(|| "right recursive task"),
right.as_slice(),
perm_right.as_slice(),
)?;
assert_eq!(right.len(), (n + 1) / 2);
for i in 0..n {
if !(n % 2 == 1 && i == n - 1) && !(n % 2 == 1 && pos_in_permutation[i] == n - 1) {
back_layer_switches_on.set(
i / 2,
front_layer_switches_on.get(pos_in_permutation[i] / 2).expect("front_layer_switches_on must contain n / 2 elements")
^ (pos_in_permutation[i] % 2 == 0) ^ (i % 2 == 0)
);
}
}
let mut result_of_permutation: Vec<PE> = vec![];
for i in (0..n).step_by(2) {
if (i + 1 < n) {
let (l, r) = PE::switch_2x2(
cs.namespace(|| format!("switch of back layer with index {}", i / 2)),
&left[i / 2],
&right[i / 2],
back_layer_switches_on.get(i / 2).expect("back_layer_switches_on must contain n / 2 elements")
)?;
result_of_permutation.push(l);
result_of_permutation.push(r);
}
else {
result_of_permutation.push(right.last().expect("subtask result can't be empty").clone());
}
}
Ok(result_of_permutation)
}
}
}
/// AS-Waksman permutation network
pub fn enforce_permutation<E: Engine, CS, PE>(
mut cs: CS,
original: &[PE],
permutation: &[usize]
) -> Result<Vec<PE>, SynthesisError>
where CS: ConstraintSystem<E>,
PE: PermutationElement<E>
{
assert!(is_valid_permutation(permutation), "permutation is not valid");
Ok(enforce_permutation_recursive(
cs,
original,
permutation
)?)
}
pub fn enforce_sort<E: Engine, CS, SPE>(
mut cs: CS,
original: &[SPE]
) -> Result<Vec<SPE>, SynthesisError>
where CS: ConstraintSystem<E>,
SPE: SortablePermutationElement<E>
{
let mut original_sorted: Vec<_> = original.iter().enumerate().collect();
original_sorted.sort_by(|lhs: &(usize, &SPE), rhs: &(usize, &SPE)| {
SPE::cmp(lhs.1, rhs.1)
});
let mut permutation: Vec<usize> = vec![0; original.len()];
for (position_in_sorted_version, (index_in_original, value)) in original_sorted.iter().enumerate() {
permutation[*index_in_original] = position_in_sorted_version;
}
let result = enforce_permutation(
cs.namespace(|| "AS-Waksman permutation network"),
original,
permutation.as_slice()
)?;
for i in 1..result.len() {
SPE::enforce_leq(
cs.namespace(|| format!("enforce comparing elements {} and {}", i - 1, i)),
&result[i - 1],
&result[i]
)?;
}
Ok(result)
}
#[cfg(test)]
mod test {
use super::*;
use rand::{XorShiftRng, SeedableRng, Rand, Rng};
use bellman::pairing::bn256::{Bn256, Fr};
use circuit::test::*;
use bellman::pairing::ff::PrimeField;
#[derive(Clone)]
struct TestSPE<E: Engine>
{
pub field: Vec<AllocatedNum<E>>
}
impl<E: Engine> PermutationElement<E> for TestSPE<E>
{
fn switch_2x2<CS>(
mut cs: CS,
a: &Self,
b: &Self,
switched_on: bool
) -> Result<(Self, Self), SynthesisError>
where CS: ConstraintSystem<E>
{
assert_eq!(a.field.len(), b.field.len());
let mut c = TestSPE { field: vec![] };
let mut d = TestSPE { field: vec![] };
if (a.field.len() == 1) {
let c_value = match (a.field[0].get_value(), b.field[0].get_value(), switched_on) {
(Some(a), Some(b), false) => Some(a),
(Some(a), Some(b), true) => Some(b),
(_, _, _) => None
};
c.field.push(AllocatedNum::alloc(
cs.namespace(|| "c"),
|| c_value.grab()
)?);
let d_value = match (a.field[0].get_value(), b.field[0].get_value(), switched_on) {
(Some(a), Some(b), false) => Some(b),
(Some(a), Some(b), true) => Some(a),
(_, _, _) => None
};
d.field.push(AllocatedNum::alloc(
cs.namespace(|| "d"),
|| d_value.grab()
)?);
cs.enforce(
|| "(a == c) or (a == d)",
|lc| lc + a.field[0].get_variable() - c.field[0].get_variable(),
|lc| lc + a.field[0].get_variable() - d.field[0].get_variable(),
|lc| lc
);
cs.enforce(
|| "a + b == c + d",
|lc| lc + a.field[0].get_variable() + b.field[0].get_variable(),
|lc| lc + CS::one(),
|lc| lc + c.field[0].get_variable() + d.field[0].get_variable(),
);
}
else {
let switch = Boolean::from(AllocatedBit::alloc(
cs.namespace(|| "switch variable"),
Some(switched_on)
)?);
for (i, (a, b)) in a.field.iter().zip(&b.field).enumerate() {
c.field.push(AllocatedNum::conditionally_select(
cs.namespace(|| format!("c[{}]", i)), a, b, &switch.not()
)?);
d.field.push(AllocatedNum::conditionally_select(
cs.namespace(|| format!("d[{}]", i)), a, b, &switch
)?);
}
}
Ok((c, d))
}
}
impl<E: Engine> SortablePermutationElement<E> for TestSPE<E>
{
fn cmp(
a: &Self,
b: &Self,
) -> Ordering
{
for (a, b) in a.field.iter().zip(&b.field) {
let comparison_result = match (a.get_value(), b.get_value()) {
(Some(a_value), Some(b_value)) => {
let a_repr = a_value.into_repr();
let b_repr = b_value.into_repr();
a_repr.cmp(&b_repr)
}
(None, Some(_)) => Ordering::Less,
(None, None) => Ordering::Equal,
(Some(_), None) => Ordering::Greater
};
if (comparison_result != Ordering::Equal) {
return comparison_result;
}
}
return Ordering::Equal;
}
fn enforce_leq<CS>(
mut cs: CS,
a: &Self,
b: &Self
) -> Result<(), SynthesisError>
where CS: ConstraintSystem<E>
{
let mut is_prefixes_equal = Boolean::from(
AllocatedBit::alloc(
cs.namespace(|| "is_prefixes_equal"),
Some(true)
)?
);
Boolean::enforce_equal(
cs.namespace(|| "is_prefixes_equal start value"),
&is_prefixes_equal,
&Boolean::Constant(true)
)?;
let mut lt = Boolean::from(
AllocatedBit::alloc(
cs.namespace(|| "lt"),
Some(false)
)?
);
Boolean::enforce_equal(
cs.namespace(|| "lt start value"),
<,
&Boolean::Constant(false)
)?;
for (i, (a, b)) in a.field.iter().zip(&b.field).enumerate() {
let comparison_result = AllocatedNum::less_than(
cs.namespace(|| format!("comparison_result of a[{}] and b[{}]", i, i)),
a,
b
)?;
let a_lt_b_here_and_prefixes_are_equal = Boolean::and(
cs.namespace(|| format!("a[{}] less than b[{}] and suffixes are equal at element with index {}", i, i, i)),
&comparison_result,
&is_prefixes_equal
)?;
lt = Boolean::or(
cs.namespace(|| format!("lt after {} element consideration", i + 1)),
<,
&a_lt_b_here_and_prefixes_are_equal
)?;
let a_equals_b = &Boolean::from(AllocatedNum::equals(
cs.namespace(|| format!("a[{}] equal to b[{}]", i, i)),
a,
b
)?);
is_prefixes_equal = Boolean::and(
cs.namespace(|| format!("is_prefixes_equal after {} element consideration", i + 1)),
&is_prefixes_equal,
&a_equals_b
)?;
}
let leq = Boolean::or(
cs.namespace(|| "leq"),
<,
&is_prefixes_equal
)?;
Boolean::enforce_equal(
cs.namespace(|| "leq is true"),
&leq,
&Boolean::Constant(true)
)?;
Ok(())
}
}
#[test]
fn test_switch_2x2() {
let rng = &mut XorShiftRng::from_seed([0x5dbe6259, 0x8d313d76, 0x3237db17, 0xe5bc0654]);
for size in 1..=15 {
for switched_on in 0..2 {
let mut cs = TestConstraintSystem::<Bn256>::new();
let a = TestSPE {
field: (0..size).map(
|i| AllocatedNum::alloc(
cs.namespace(|| format!("a[{}]", i)),
|| Ok(rng.gen())
).unwrap()
).collect::<Vec<_>>()
};
let b = TestSPE {
field: (0..size).map(
|i| AllocatedNum::alloc(
cs.namespace(|| format!("b[{}]", i)),
|| Ok(rng.gen())
).unwrap()
).collect::<Vec<_>>()
};
let (c, d) = <TestSPE<Bn256> as PermutationElement<Bn256>>::switch_2x2(
cs.namespace(|| "switch_2x2"),
&a,
&b,
switched_on != 0
).unwrap();
let a = a.field.iter().map(|i| i.get_value().unwrap()).collect::<Vec<_>>();
let b = b.field.iter().map(|i| i.get_value().unwrap()).collect::<Vec<_>>();
let c = c.field.iter().map(|i| i.get_value().unwrap()).collect::<Vec<_>>();
let d = d.field.iter().map(|i| i.get_value().unwrap()).collect::<Vec<_>>();
if (switched_on == 0) {
assert_eq!(a, c);
assert_eq!(b, d);
}
else {
assert_eq!(a, d);
assert_eq!(b, c);
}
assert!(cs.is_satisfied());
}
}
}
#[test]
fn test_enforce_sort() {
let rng = &mut XorShiftRng::from_seed([0x5dbe6259, 0x8d313d76, 0x3237db17, 0xe5bc0654]);
for iteration in 0..5 {
for size in 2..=50 {
for fields in 1..=2 {
let mut cs = TestConstraintSystem::<Bn256>::new();
let original_vector = (0..size).map(|i|
TestSPE{
field: (0..fields).map(|j|
AllocatedNum::alloc(
cs.namespace(|| format!("input {} {} (size({}), fields({}))", i, j, size, fields)),
|| Ok(rng.gen())
).unwrap()
).collect::<Vec<_>>()
}
).collect::<Vec<_>>();
let mut expected_sorted = original_vector.clone();
expected_sorted.sort_by(|lhs: &TestSPE<Bn256>, rhs: &TestSPE<Bn256>| {
<TestSPE<Bn256> as SortablePermutationElement<Bn256>>::cmp(lhs, rhs)
});
let sorted = enforce_sort(
cs.namespace(|| "enforce_sort"),
original_vector.as_slice()
).unwrap();
assert_eq!(expected_sorted.len(), sorted.len());
for (expected_i, result_i) in expected_sorted.iter().zip(&sorted) {
assert_eq!(expected_i.field.len(), result_i.field.len());
for (expected, result) in expected_i.field.iter().zip(&result_i.field) {
assert_eq!(expected.get_value().unwrap(), result.get_value().unwrap());
}
}
assert!(cs.is_satisfied());
}
}
}
}
}
| 36.404255 | 140 | 0.456897 |
70ad4d05f49b22a84d05d9927921d1970e1b2e60
| 190 |
go
|
Go
|
web/index.go
|
daychou/snake
|
f355ef30778f4c118f433f0e4e1d4817e10466d5
|
[
"MIT"
] | 226 |
2021-08-20T16:59:38.000Z
|
2022-03-31T12:16:04.000Z
|
web/index.go
|
daychou/snake
|
f355ef30778f4c118f433f0e4e1d4817e10466d5
|
[
"MIT"
] | 14 |
2021-09-03T16:06:53.000Z
|
2022-03-31T07:54:45.000Z
|
web/index.go
|
daychou/snake
|
f355ef30778f4c118f433f0e4e1d4817e10466d5
|
[
"MIT"
] | 39 |
2021-08-23T03:07:41.000Z
|
2022-03-31T07:02:28.000Z
|
package web
import (
"net/http"
"github.com/gin-gonic/gin"
)
// Index home page
func Index(c *gin.Context) {
c.HTML(http.StatusOK, "index", gin.H{
"title": "首页",
"ctx": c,
})
}
| 11.875 | 38 | 0.594737 |
1fa1ba09da224971128e48f7a49e8ce4d204c32c
| 182,966 |
sql
|
SQL
|
Scripts/s-09-carga-propietario.sql
|
atorr5555/ProyectoBD
|
1f0bea67060854ffdd977a6a54edca78781ddac2
|
[
"MIT"
] | null | null | null |
Scripts/s-09-carga-propietario.sql
|
atorr5555/ProyectoBD
|
1f0bea67060854ffdd977a6a54edca78781ddac2
|
[
"MIT"
] | null | null | null |
Scripts/s-09-carga-propietario.sql
|
atorr5555/ProyectoBD
|
1f0bea67060854ffdd977a6a54edca78781ddac2
|
[
"MIT"
] | null | null | null |
--@Autor: FLores Fuentes Kevin y Torres Verastegui Jose Antonio
--@Fecha creación: 19/06/2020
--@Descripción: Carga de propietarios y sus telefonos
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Rolf', 'Botger', 'Pimm', null, 'rpimm0@indiegogo.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3259294356', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Marcel', 'Ambrosio', 'Fellnee', null, 'mfellnee1@narod.ru');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7093733845', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Suzann', 'Durtnell', 'Linthead', null, 'slinthead2@independent.co.uk');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5697084980', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sydney', 'Roake', 'Chazerand', null, 'schazerand3@marriott.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9274054714', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Dorthea', 'Carlin', 'Avramov', null, 'davramov4@weebly.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3031126708', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Othilia', 'Jacobsohn', 'Clint', null, 'oclint5@example.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4128878479', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Malachi', 'Esposito', 'Rubega', null, 'mrubega6@wsj.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1991230476', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Daryle', 'Carillo', 'Lambertz', null, 'dlambertz7@godaddy.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2665079300', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cob', 'Southwell', 'Reeds', null, 'creeds8@squarespace.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1163086968', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Keeley', 'Mibourne', 'McAllester', null, 'kmcallester9@admin.ch');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6748346972', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Chadwick', 'Duinbleton', 'Harrod', null, 'charroda@amazon.co.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7233702495', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Zahara', 'St. Clair', 'Hiom', null, 'zhiomb@dedecms.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5208528478', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Brigg', 'Borwick', 'Etches', null, 'betchesc@auda.org.au');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2088859548', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Keelby', 'Scarbarrow', 'MacGregor', null, 'kmacgregord@google.com.au');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2407103947', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Thedric', 'Midlar', 'Chaff', null, 'tchaffe@sciencedaily.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7897606413', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Osbert', 'McGenn', 'Tuxill', null, 'otuxillf@plala.or.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4473918651', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bob', 'Lis', 'Gillow', null, 'bgillowg@google.nl');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6051458945', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Karlan', 'Carrick', 'Sleeman', null, 'ksleemanh@cnbc.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8161529829', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hadlee', 'O''Mohun', 'Kidston', null, 'hkidstoni@hexun.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9246919811', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Eduino', 'Petruska', 'Manuello', null, 'emanuelloj@taobao.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3653982508', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Beverlee', 'Piser', 'Dawber', null, 'bdawberk@google.com.au');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5659526814', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Rafaello', 'Mossom', 'Bibby', null, 'rbibbyl@nydailynews.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6222120305', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Denney', 'Popworth', 'Pond', null, 'dpondm@ustream.tv');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4384070192', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Maxim', 'Boner', 'Gingle', null, 'mginglen@stumbleupon.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1664303004', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ruprecht', 'Itzig', 'Burnsall', null, 'rburnsallo@nytimes.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2591353897', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Olympie', 'Tatters', 'Longmuir', null, 'olongmuirp@mlb.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9138854414', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sandor', 'Chadd', 'McJarrow', null, 'smcjarrowq@amazon.de');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2416539168', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Boigie', 'Derks', 'Kumaar', null, 'bkumaarr@4shared.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2456440212', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Salomi', 'Attoe', 'Crickett', null, 'scricketts@acquirethisname.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5573554110', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Giffard', 'Palfreman', 'Benediktsson', null, 'gbenediktssont@ask.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3051564619', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Tulley', 'Gatman', 'Kernock', null, 'tkernocku@zdnet.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4848810573', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bertie', 'Presley', 'Synke', null, 'bsynkev@ifeng.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9382962874', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Kendall', 'Siviour', 'Rucklidge', null, 'krucklidgew@nifty.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3542066904', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Curran', 'Petworth', 'Rouby', null, 'croubyx@jimdo.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5324990741', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Deanne', 'Luckman', 'Ziebart', null, 'dziebarty@mac.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4076157153', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Karine', 'Niezen', 'Postins', null, 'kpostinsz@salon.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9152032000', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Willem', 'Newport', 'Oakenfall', null, 'woakenfall10@dmoz.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3656020694', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sibylle', 'Giacomello', 'Berget', null, 'sberget11@hp.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5063908691', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Kissie', 'Waber', 'Kitlee', null, 'kkitlee12@i2i.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9962752948', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cosette', 'Guarin', 'Walkley', null, 'cwalkley13@nationalgeographic.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1422163532', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Benjamin', 'Moxted', 'Clague', null, 'bclague14@ucoz.ru');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2616186801', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Kameko', 'Hardern', 'Courtenay', null, 'kcourtenay15@weibo.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1758485452', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ringo', 'Dalmon', 'Umbers', null, 'rumbers16@blinklist.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7958224481', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Maureen', 'Sugars', 'Aspell', null, 'maspell17@bloglines.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7326877660', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Auberta', 'Engelmann', 'Mattheus', null, 'amattheus18@apple.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4896751073', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hedwiga', 'Kewish', 'Scimone', null, 'hscimone19@geocities.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8182587380', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sada', 'Warham', 'MacAscaidh', null, 'smacascaidh1a@fda.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2716624352', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hinda', 'Leemans', 'Carrodus', null, 'hcarrodus1b@va.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6405920696', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Carolin', 'Coffin', 'Rundle', null, 'crundle1c@woothemes.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4318979676', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Margie', 'Rozet', 'Braunlein', null, 'mbraunlein1d@springer.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8685950350', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Elvyn', 'Glanders', 'Readmire', null, 'ereadmire1e@cocolog-nifty.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2891294860', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Coralie', 'Dahlback', 'Tunkin', null, 'ctunkin1f@bing.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7995060911', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Grange', 'Calcut', 'Rigate', null, 'grigate1g@businessweek.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6414618896', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Farlay', 'Sains', 'Stegel', null, 'fstegel1h@wsj.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8846352385', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Yoshiko', 'Darrel', 'Divall', null, 'ydivall1i@4shared.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3293241204', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Lane', 'Isgate', 'Asp', null, 'lasp1j@privacy.gov.au');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1922227523', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Kristyn', 'Prandoni', 'Zanetti', null, 'kzanetti1k@delicious.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1853900956', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Thom', 'Glasscoo', 'Redhouse', null, 'tredhouse1l@arstechnica.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3284463659', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Innis', 'Sarjeant', 'Twidale', null, 'itwidale1m@salon.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7029489892', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Rivi', 'Gianolo', 'Napper', null, 'rnapper1n@typepad.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7247329834', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Brose', 'Waterhous', 'Crumley', null, 'bcrumley1o@free.fr');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6316662958', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Godwin', 'Theaker', 'Dougliss', null, 'gdougliss1p@sciencedaily.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7404779378', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Daveen', 'Sapsford', 'Henker', null, 'dhenker1q@who.int');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7521945909', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cleon', 'Mahony', 'Hackleton', null, 'chackleton1r@timesonline.co.uk');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1277337329', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Lorie', 'Vink', 'Landsbury', null, 'llandsbury1s@a8.net');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6941446822', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Arnuad', 'Felgat', 'Kenwin', null, 'akenwin1t@geocities.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8714971702', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Rosabel', 'Rappoport', 'Kersaw', null, 'rkersaw1u@godaddy.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6313185615', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Nefen', 'Larvent', 'Dowell', null, 'ndowell1v@trellian.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1779449859', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Farrand', 'Belli', 'Raunds', null, 'fraunds1w@rambler.ru');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4217698844', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Herculie', 'Janczyk', 'Willden', null, 'hwillden1x@craigslist.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6661761326', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Magdalen', 'Kleinstub', 'Stelli', null, 'mstelli1y@gnu.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1855517424', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Alisander', 'Vallantine', 'Midson', null, 'amidson1z@howstuffworks.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9459632529', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Stu', 'Persence', 'Arthars', null, 'sarthars20@naver.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4022479522', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hyman', 'Warden', 'Pollak', null, 'hpollak21@aboutads.info');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4156578085', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Urbanus', 'Reavey', 'Hearns', null, 'uhearns22@yellowbook.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9726486545', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Lona', 'La Croce', 'Boyan', null, 'lboyan23@blog.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3796391942', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Reuven', 'Delepine', 'Alekseicik', null, 'ralekseicik24@privacy.gov.au');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7821346891', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cam', 'MacConnal', 'Edgeon', null, 'cedgeon25@typepad.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9448483506', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Edlin', 'Zylberdik', 'Brimmell', null, 'ebrimmell26@amazon.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3835720755', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bartie', 'Gier', 'Orniz', null, 'borniz27@springer.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4529933369', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Susannah', 'Marqyes', 'Kernock', null, 'skernock28@joomla.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2598190420', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Verney', 'Rouby', 'Dunmore', null, 'vdunmore29@goo.ne.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4717867933', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sayer', 'Vigneron', 'Shawl', null, 'sshawl2a@usda.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9893811567', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Mil', 'Brands', 'Gowdy', null, 'mgowdy2b@google.ru');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9575768809', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bree', 'Petel', 'Smeal', null, 'bsmeal2c@symantec.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9355763469', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Atlante', 'O''Luby', 'Rooms', null, 'arooms2d@purevolume.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7088931689', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Denny', 'McQuillan', 'Joy', null, 'djoy2e@cbslocal.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5111402290', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Carlin', 'Ratnage', 'Sonier', null, 'csonier2f@wikimedia.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7889406393', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Reamonn', 'Deverall', 'Castagnier', null, 'rcastagnier2g@fc2.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5444038585', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Merla', 'Lamden', 'Joskowicz', null, 'mjoskowicz2h@uol.com.br');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8142191482', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Tomasina', 'Boyall', 'Dimberline', null, 'tdimberline2i@last.fm');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3022093772', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Rupert', 'Troman', 'Jablonski', null, 'rjablonski2j@taobao.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9842103623', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jamal', 'Hammonds', 'Sarjent', null, 'jsarjent2k@blog.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8974717908', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Grayce', 'Bogges', 'McQuaker', null, 'gmcquaker2l@ovh.net');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1653453920', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Conni', 'Garard', 'Moorey', null, 'cmoorey2m@bloglines.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5164516215', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Dante', 'Skein', 'Mansell', null, 'dmansell2n@va.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5128989689', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Haley', 'Hyatt', 'How', null, 'hhow2o@mediafire.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2755622882', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Paul', 'Fanshaw', 'Biasi', null, 'pbiasi2p@technorati.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3974080494', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Gregoor', 'Ollerhead', 'Shoosmith', null, 'gshoosmith2q@dailymotion.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6371622054', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Mikkel', 'Fuzzens', 'Harses', null, 'mharses2r@seattletimes.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5937922072', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Dukey', 'Eburne', 'Addis', null, 'daddis2s@bing.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7725919352', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Chaddy', 'Gibbons', 'Largen', null, 'clargen2t@sina.com.cn');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7709135174', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Michale', 'Haughey', 'Muino', null, 'mmuino2u@deliciousdays.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7976204694', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Farr', 'Exposito', 'Rought', null, 'frought2v@yellowpages.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6789139635', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Winonah', 'Callaby', 'Doale', null, 'wdoale2w@mlb.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3875792316', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Idalia', 'Glowacz', 'Camamill', null, 'icamamill2x@omniture.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9539122797', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sheba', 'Wigg', 'Ondracek', null, 'sondracek2y@people.com.cn');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4338353750', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Dore', 'Keelan', 'Jersch', null, 'djersch2z@yahoo.co.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2605560724', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Malcolm', 'Cutler', 'Skirvane', null, 'mskirvane30@shutterfly.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4635027694', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Napoleon', 'Clewlowe', 'Pesselt', null, 'npesselt31@ebay.co.uk');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3761875300', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jasun', 'Grimwade', 'Shovlin', null, 'jshovlin32@hexun.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4486188980', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cassi', 'Muzzi', 'Berrecloth', null, 'cberrecloth33@cnet.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9865615702', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sharla', 'Anderbrugge', 'Paeckmeyer', null, 'spaeckmeyer34@nsw.gov.au');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8515266425', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ichabod', 'Sherwin', 'Shakesby', null, 'ishakesby35@list-manage.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5276841345', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Emmye', 'Duerdin', 'Botham', null, 'ebotham36@addthis.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2741684995', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Valentine', 'Phipps', 'Gyde', null, 'vgyde37@netscape.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9171694993', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Morton', 'Beggi', 'Simpkiss', null, 'msimpkiss38@ucsd.edu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1385034316', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Huey', 'Clendinning', 'Dainty', null, 'hdainty39@de.vu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4721297010', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jase', 'Peyzer', 'Fenners', null, 'jfenners3a@cnbc.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7412799713', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Modestine', 'Matherson', 'Jozwicki', null, 'mjozwicki3b@smh.com.au');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8072425225', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ruben', 'Muckloe', 'McGuggy', null, 'rmcguggy3c@abc.net.au');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9403477063', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Kerby', 'Kort', 'Juris', null, 'kjuris3d@w3.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9077903413', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jacquelyn', 'Harly', 'Cockney', null, 'jcockney3e@dagondesign.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5237406659', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Felix', 'Lichfield', 'Zanini', null, 'fzanini3f@dropbox.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7459971008', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Trenna', 'Choppen', 'Spavon', null, 'tspavon3g@wired.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3039661983', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Vivien', 'Grosier', 'Waye', null, 'vwaye3h@dailymotion.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9314262379', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Nikolos', 'Howerd', 'Mackiewicz', null, 'nmackiewicz3i@freewebs.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1777168666', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Tara', 'Llewhellin', 'McCollum', null, 'tmccollum3j@unblog.fr');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6848193937', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Abigail', 'Postin', 'Boyde', null, 'aboyde3k@cmu.edu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9589102024', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jinny', 'Pietrusiak', 'Figgen', null, 'jfiggen3l@blogger.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7681602111', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Remus', 'Jeannin', 'Starkie', null, 'rstarkie3m@wordpress.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1534298692', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Carroll', 'Jeffray', 'Segar', null, 'csegar3n@loc.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7952962629', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Arielle', 'Lynnett', 'Levay', null, 'alevay3o@hud.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4167783031', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Nicolis', 'Lindeberg', 'Towndrow', null, 'ntowndrow3p@plala.or.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5558780542', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Nickolai', 'Andrivot', 'Jedryka', null, 'njedryka3q@omniture.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1837362033', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Dannie', 'Londsdale', 'Nesterov', null, 'dnesterov3r@google.co.uk');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2271503236', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Harwilll', 'Kidd', 'Paszak', null, 'hpaszak3s@bluehost.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8501836889', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hobie', 'Haddon', 'Beadel', null, 'hbeadel3t@t-online.de');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2558533838', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Philip', 'Asty', 'McAvin', null, 'pmcavin3u@google.com.au');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9673412276', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jeanna', 'McAless', 'Boddington', null, 'jboddington3v@java.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8283433515', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Theda', 'Spray', 'Bortoloni', null, 'tbortoloni3w@constantcontact.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5067015989', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Andris', 'Jacklings', 'Grant', null, 'agrant3x@examiner.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6609507059', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Thibaut', 'Macklam', 'Joslow', null, 'tjoslow3y@wp.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4265834981', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cy', 'Toope', 'Hazeley', null, 'chazeley3z@intel.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4778085490', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cinda', 'McHaffy', 'Gillibrand', null, 'cgillibrand40@yahoo.co.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4067386671', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Christan', 'Bugg', 'Thurlbeck', null, 'cthurlbeck41@360.cn');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6352940911', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Erroll', 'Shackleford', 'Witheridge', null, 'ewitheridge42@reuters.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9047876930', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Marilin', 'Gabriely', 'Quenby', null, 'mquenby43@bloomberg.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8612323017', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jennilee', 'Rumens', 'Winwright', null, 'jwinwright44@moonfruit.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3715334310', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Phaedra', 'Christopher', 'Jackalin', null, 'pjackalin45@zimbio.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1762184653', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Brewer', 'Josupeit', 'Jeakins', null, 'bjeakins46@ibm.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8683864328', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jillie', 'Rossi', 'Ruddiforth', null, 'jruddiforth47@vkontakte.ru');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4169605843', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Matelda', 'Boarder', 'Krojn', null, 'mkrojn48@behance.net');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3393039089', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cati', 'Braywood', 'O''Farrell', null, 'cofarrell49@yale.edu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9544180920', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hadley', 'Mains', 'Norquoy', null, 'hnorquoy4a@diigo.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4688733722', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Garrott', 'Brockley', 'Emberson', null, 'gemberson4b@yolasite.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6374534819', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Wildon', 'Seemmonds', 'Klein', null, 'wklein4c@foxnews.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5027356983', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Maisie', 'Handaside', 'Dobson', null, 'mdobson4d@house.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3943023649', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Franny', 'Kilmurray', 'Borrie', null, 'fborrie4e@sphinn.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4137054171', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Prisca', 'Pues', 'Yeowell', null, 'pyeowell4f@4shared.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8762766895', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bev', 'Naseby', 'Deboy', null, 'bdeboy4g@taobao.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7148930534', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Simona', 'Dancy', 'Tunnock', null, 'stunnock4h@google.com.hk');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9877599666', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sam', 'Trayling', 'Plank', null, 'splank4i@wikipedia.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7533706600', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Colan', 'Dewes', 'Feben', null, 'cfeben4j@aboutads.info');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7601150425', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Nicoli', 'Stendall', 'Corpe', null, 'ncorpe4k@utexas.edu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8392242810', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Charla', 'Aloshkin', 'Duxbarry', null, 'cduxbarry4l@comsenz.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4233281945', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hester', 'Vieyra', 'Izzett', null, 'hizzett4m@sohu.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9906026311', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Robb', 'Schanke', 'O''Hallagan', null, 'rohallagan4n@canalblog.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7164986347', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bobbette', 'Luke', 'Tarplee', null, 'btarplee4o@freewebs.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9697695998', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Janeczka', 'Evamy', 'Drever', null, 'jdrever4p@illinois.edu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3002220163', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Alisa', 'Brailsford', 'Couvet', null, 'acouvet4q@cpanel.net');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5492768086', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Korie', 'Lebbern', 'Templman', null, 'ktemplman4r@blogtalkradio.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3892209378', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hedi', 'Bassom', 'Luto', null, 'hluto4s@yelp.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6682025422', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hunter', 'Detheridge', 'Farrent', null, 'hfarrent4t@over-blog.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8021929778', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ezmeralda', 'De La Salle', 'Dinsey', null, 'edinsey4u@hibu.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2006911467', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Mick', 'Dunkirk', 'Lundie', null, 'mlundie4v@exblog.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2642583977', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Obidiah', 'Coster', 'Savory', null, 'osavory4w@eventbrite.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1155934908', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Rozalin', 'Merry', 'Klicher', null, 'rklicher4x@edublogs.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4295034998', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Roosevelt', 'Spadazzi', 'Cheney', null, 'rcheney4y@reference.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9419401168', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Conant', 'Cropton', 'Bletcher', null, 'cbletcher4z@usgs.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2141793508', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Chelsey', 'Fearn', 'Heigl', null, 'cheigl50@twitter.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1329381895', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Nikolaus', 'Bashford', 'Valentelli', null, 'nvalentelli51@xrea.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1419417327', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Salli', 'Dunnet', 'Vedyaev', null, 'svedyaev52@irs.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7775095198', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Michal', 'Boerder', 'Burrows', null, 'mburrows53@t.co');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7697224389', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Willyt', 'Kittiman', 'Weedall', null, 'wweedall54@people.com.cn');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4033446115', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cass', 'Peregrine', 'Zolini', null, 'czolini55@arizona.edu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1751865439', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Walther', 'Seeney', 'Kennicott', null, 'wkennicott56@csmonitor.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3813085923', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Brewer', 'Follacaro', 'Cominello', null, 'bcominello57@princeton.edu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4277014298', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Redd', 'Stickens', 'Malam', null, 'rmalam58@cloudflare.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4874180093', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Coraline', 'MacCarrick', 'Wigelsworth', null, 'cwigelsworth59@newsvine.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8734107119', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Emilio', 'Josowitz', 'Capaldo', null, 'ecapaldo5a@goodreads.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4199705577', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Gennie', 'Gruczka', 'Fearns', null, 'gfearns5b@google.ru');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3456799870', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Tulley', 'Klainer', 'Thatcham', null, 'tthatcham5c@prlog.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6932571275', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Tudor', 'Woodard', 'McKissack', null, 'tmckissack5d@gizmodo.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6407054830', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Nikoletta', 'Summerill', 'Scrange', null, 'nscrange5e@mashable.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7793444859', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Dallas', 'Kristufek', 'Rudeyeard', null, 'drudeyeard5f@wix.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1758060809', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Vonnie', 'Bucktharp', 'Woodley', null, 'vwoodley5g@hexun.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8134248008', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Erena', 'Harrismith', 'Clyant', null, 'eclyant5h@freewebs.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9919730185', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Herby', 'Whawell', 'Garard', null, 'hgarard5i@goo.gl');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1753368087', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Corly', 'La Torre', 'Aksell', null, 'caksell5j@bing.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2517977825', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Tiff', 'Whild', 'Abdie', null, 'tabdie5k@meetup.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8808700821', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sonnie', 'Sturges', 'Pollins', null, 'spollins5l@google.ca');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5205588028', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Felice', 'Milburn', 'Swift', null, 'fswift5m@list-manage.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3883582404', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sancho', 'Abbatini', 'Phibb', null, 'sphibb5n@europa.eu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6847527769', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Karole', 'Vispo', 'Bow', null, 'kbow5o@shareasale.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6947556427', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cass', 'Robathon', 'Sheather', null, 'csheather5p@ft.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2735330656', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Butch', 'Stribbling', 'Mechi', null, 'bmechi5q@marketwatch.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3768402909', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Eadie', 'Sirmon', 'Capaldo', null, 'ecapaldo5r@unesco.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3801002036', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Elayne', 'Tuplin', 'Guilliland', null, 'eguilliland5s@cdbaby.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8105637298', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sal', 'Cowern', 'McTavish', null, 'smctavish5t@soup.io');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4357736111', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Filmore', 'Pallaske', 'Cowper', null, 'fcowper5u@scientificamerican.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2391341113', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Redd', 'Froggatt', 'Attenbrough', null, 'rattenbrough5v@soundcloud.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8993649543', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jerrilyn', 'Hanner', 'Deere', null, 'jdeere5w@purevolume.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8065434060', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Northrop', 'Matthewson', 'Custard', null, 'ncustard5x@sogou.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5338713829', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Orsola', 'Tolomei', 'Tummons', null, 'otummons5y@chron.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6464729764', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bryn', 'Oak', 'Grisbrook', null, 'bgrisbrook5z@arizona.edu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2224827105', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Aland', 'Calyton', 'Wallington', null, 'awallington60@jimdo.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8571640689', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Laurice', 'Goldup', 'Gadesby', null, 'lgadesby61@issuu.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8579334002', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Malorie', 'Halpine', 'Illwell', null, 'millwell62@mapy.cz');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5829993840', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Carney', 'Quipp', 'Hursthouse', null, 'chursthouse63@skyrock.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8838110188', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Shelbi', 'Dollimore', 'Overstall', null, 'soverstall64@fda.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1036325409', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Electra', 'Pigeon', 'Martignoni', null, 'emartignoni65@bing.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7366930389', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Gale', 'Carlesi', 'Nilles', null, 'gnilles66@fema.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9566853929', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Georgine', 'Leatt', 'Fakeley', null, 'gfakeley67@yahoo.co.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8973829483', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Adan', 'Henrion', 'Howgill', null, 'ahowgill68@twitpic.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9336503363', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cchaddie', 'Swithenby', 'MacComiskey', null, 'cmaccomiskey69@kickstarter.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4316210956', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Byran', 'Ondrich', 'de Chastelain', null, 'bdechastelain6a@wufoo.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3508939869', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Harland', 'Baseggio', 'Hartington', null, 'hhartington6b@seesaa.net');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6429153221', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ramona', 'Mayman', 'Creavin', null, 'rcreavin6c@phpbb.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9836189351', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cornelius', 'Sleney', 'Ardy', null, 'cardy6d@w3.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8438883997', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Edin', 'Galfour', 'Esposita', null, 'eesposita6e@bloglines.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4699046368', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ely', 'Chyuerton', 'Tincey', null, 'etincey6f@zdnet.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2521782037', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Annaliese', 'McCambrois', 'Todman', null, 'atodman6g@trellian.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7287949702', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Karly', 'Pymar', 'Rosencrantz', null, 'krosencrantz6h@gmpg.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1892521935', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'My', 'Shier', 'Pattisson', null, 'mpattisson6i@hp.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8583029645', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Melisandra', 'Goatman', 'Mapledoore', null, 'mmapledoore6j@drupal.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8281979036', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Clayton', 'Hainning', 'Hambric', null, 'chambric6k@flavors.me');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3622914690', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Malva', 'Pietzner', 'Grenville', null, 'mgrenville6l@usnews.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5507581023', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Robbin', 'Richardes', 'Scane', null, 'rscane6m@booking.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6908192577', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Aksel', 'Piddletown', 'Quenell', null, 'aquenell6n@theguardian.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7227912113', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jandy', 'Kubal', 'Peirce', null, 'jpeirce6o@dell.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1801273492', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ros', 'Lumsdall', 'Surplice', null, 'rsurplice6p@hugedomains.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6695867072', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Carmen', 'Gladeche', 'Belhomme', null, 'cbelhomme6q@google.com.br');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3859577624', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Neile', 'Ikin', 'McCullouch', null, 'nmccullouch6r@sciencedaily.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6616955760', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Terrence', 'Lauridsen', 'Oldham', null, 'toldham6s@mtv.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1528042754', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Nonah', 'Clementet', 'Cokayne', null, 'ncokayne6t@yelp.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6793683294', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ivor', 'Isacq', 'Ohms', null, 'iohms6u@t.co');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8908966063', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sibby', 'Sarney', 'Dawidsohn', null, 'sdawidsohn6v@techcrunch.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8049053202', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Astrix', 'Clemmow', 'Shipperbottom', null, 'ashipperbottom6w@devhub.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5191247788', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Lorry', 'Duddridge', 'Charlton', null, 'lcharlton6x@odnoklassniki.ru');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9135360150', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Mariejeanne', 'Aingel', 'Egle', null, 'megle6y@microsoft.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2993708615', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Moss', 'Kubalek', 'Strange', null, 'mstrange6z@ucoz.ru');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5356167689', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Minetta', 'Lumsdon', 'Pettyfer', null, 'mpettyfer70@blogtalkradio.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8296236422', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jeramie', 'Bonhill', 'McKibben', null, 'jmckibben71@nba.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2927038838', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sheilah', 'Kevern', 'Hamnett', null, 'shamnett72@amazon.co.uk');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6686820377', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Lee', 'Seward', 'Tiesman', null, 'ltiesman73@delicious.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2551324201', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Emma', 'Dunton', 'Housecroft', null, 'ehousecroft74@google.co.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6945174793', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Irwin', 'Kingswood', 'Every', null, 'ievery75@amazonaws.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4395573436', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Dougie', 'Kitchenman', 'MacGee', null, 'dmacgee76@nytimes.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9605490273', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Winn', 'Walder', 'Dixon', null, 'wdixon77@blogspot.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8839902268', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Pat', 'Robion', 'Mawford', null, 'pmawford78@gravatar.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7575533982', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Lory', 'Ast', 'Rankin', null, 'lrankin79@ifeng.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3009343555', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Wendie', 'Pressland', 'Guilloux', null, 'wguilloux7a@weebly.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8014583812', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Rhody', 'Cromblehome', 'Feaveryear', null, 'rfeaveryear7b@usgs.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9769525661', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Valerie', 'Truscott', 'O'' Mullane', null, 'vomullane7c@prlog.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3746598458', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Murdoch', 'McKevany', 'Gatman', null, 'mgatman7d@unc.edu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3285377659', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hortensia', 'Kennford', 'Gregory', null, 'hgregory7e@photobucket.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5262555421', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bennie', 'Silvers', 'Shelly', null, 'bshelly7f@marketwatch.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3422841154', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Gasper', 'Scarrott', 'Evison', null, 'gevison7g@stanford.edu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1753929389', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Glenn', 'Gayton', 'Ruddoch', null, 'gruddoch7h@mayoclinic.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1398764097', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Vita', 'Haberjam', 'Scemp', null, 'vscemp7i@amazon.de');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6928119373', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bink', 'Connor', 'Whall', null, 'bwhall7j@deliciousdays.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9364009802', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Trina', 'Jostan', 'Ponter', null, 'tponter7k@disqus.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4458770191', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Tobiah', 'Erridge', 'Foakes', null, 'tfoakes7l@ow.ly');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5381192489', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bekki', 'Gilsthorpe', 'Joynt', null, 'bjoynt7m@boston.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8928406369', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sharon', 'Connikie', 'Ambrosetti', null, 'sambrosetti7n@hatena.ne.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4085829985', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Anatollo', 'Gallaccio', 'MacDonogh', null, 'amacdonogh7o@amazon.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9082707304', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hetty', 'Dash', 'Westley', null, 'hwestley7p@ustream.tv');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2635409732', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Delphine', 'D''Alwis', 'Rothchild', null, 'drothchild7q@nytimes.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6737793420', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Gram', 'Orsay', 'Cyphus', null, 'gcyphus7r@constantcontact.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7656499150', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Uriel', 'MacMenamy', 'Knifton', null, 'uknifton7s@studiopress.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4364916377', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Marijo', 'Welsby', 'Ayling', null, 'mayling7t@lulu.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3575896512', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Winifred', 'Considine', 'Baignard', null, 'wbaignard7u@about.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1488485280', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Alvin', 'Matyushonok', 'Fairebrother', null, 'afairebrother7v@mtv.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3698147035', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Leonhard', 'Haill', 'Ibbison', null, 'libbison7w@blogtalkradio.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9448293402', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Essa', 'Rantoul', 'Mattaus', null, 'emattaus7x@sciencedirect.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3724927605', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Romola', 'Yuryatin', 'Dumbare', null, 'rdumbare7y@nba.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1425934547', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ethelda', 'Grooby', 'Urridge', null, 'eurridge7z@webs.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3894375794', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cosme', 'Sewley', 'Gibben', null, 'cgibben80@wikipedia.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9487633903', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Merla', 'Louche', 'Metschke', null, 'mmetschke81@earthlink.net');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6424174735', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Aeriel', 'Zanuciolii', 'Giercke', null, 'agiercke82@istockphoto.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9982824603', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Russell', 'Moss', 'Alvin', null, 'ralvin83@mysql.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1671762899', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Kipp', 'Stanyon', 'De Francisci', null, 'kdefrancisci84@shinystat.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9658718622', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ruddy', 'Torbard', 'Kayley', null, 'rkayley85@typepad.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3972445317', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Brand', 'Pull', 'Bottini', null, 'bbottini86@paypal.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1747920728', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Tandi', 'Beccero', 'Patching', null, 'tpatching87@utexas.edu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8079242459', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Findley', 'Corbie', 'Causley', null, 'fcausley88@dell.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2362911990', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Leonanie', 'Hamlyn', 'Doore', null, 'ldoore89@hibu.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8962838558', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Daile', 'Petschel', 'Doutch', null, 'ddoutch8a@naver.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4073436324', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Vale', 'Sambeck', 'Yeldham', null, 'vyeldham8b@ycombinator.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7941022807', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Carroll', 'Tickle', 'Forsythe', null, 'cforsythe8c@wikipedia.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4125032937', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Basia', 'Pickance', 'Brookes', null, 'bbrookes8d@ask.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3367774722', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Carmelle', 'Apdell', 'Dobbing', null, 'cdobbing8e@imageshack.us');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9439261976', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Dawn', 'Kingsman', 'Magnus', null, 'dmagnus8f@ustream.tv');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1764933166', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Izzy', 'Fonte', 'Fosdike', null, 'ifosdike8g@friendfeed.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3175893428', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Chiquita', 'Ducker', 'Simonato', null, 'csimonato8h@sbwire.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9317709440', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Barnett', 'Mille', 'Arnaldi', null, 'barnaldi8i@ca.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7735933634', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sky', 'Kingswood', 'Curthoys', null, 'scurthoys8j@ca.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7985227989', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Janeczka', 'Fillis', 'Vinson', null, 'jvinson8k@wikispaces.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3651027384', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Carmelle', 'Holdall', 'McGiveen', null, 'cmcgiveen8l@com.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8274093739', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Elset', 'Arnopp', 'de Keyser', null, 'edekeyser8m@hc360.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9058781119', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cosetta', 'Measom', 'Ambrus', null, 'cambrus8n@mozilla.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3431106570', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Gwennie', 'Halleybone', 'O''Fearguise', null, 'gofearguise8o@bluehost.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3888809790', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hatty', 'Bonnaire', 'McGrah', null, 'hmcgrah8p@symantec.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6008282350', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Lydon', 'Dominicacci', 'Hollow', null, 'lhollow8q@hao123.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3626693589', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jarad', 'Spencley', 'Costi', null, 'jcosti8r@elegantthemes.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1749562825', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Oona', 'Labro', 'Crittal', null, 'ocrittal8s@nytimes.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5694902203', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Thurston', 'Spatari', 'Parkin', null, 'tparkin8t@hostgator.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1642666316', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Clarey', 'Prout', 'Adamec', null, 'cadamec8u@google.ca');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5007258597', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Iggy', 'Viger', 'Sawer', null, 'isawer8v@time.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3366523938', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Antonina', 'Oller', 'Oene', null, 'aoene8w@zdnet.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7977756304', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Yoko', 'Durkin', 'Danton', null, 'ydanton8x@taobao.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3646325785', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Marcy', 'Snyder', 'Ferrarello', null, 'mferrarello8y@rakuten.co.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3927877370', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Birgit', 'Imlaw', 'Bradford', null, 'bbradford8z@loc.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5152038607', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cristobal', 'Joslyn', 'Linnard', null, 'clinnard90@umn.edu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5696099953', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cynthy', 'Volcker', 'Sicha', null, 'csicha91@icio.us');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5156048586', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Drucie', 'Wilde', 'Lemerle', null, 'dlemerle92@bizjournals.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1822099547', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sheffield', 'Bursnoll', 'Oleszcuk', null, 'soleszcuk93@histats.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7336146105', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Dominique', 'Ishchenko', 'Henriquet', null, 'dhenriquet94@soundcloud.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4925820452', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Stephannie', 'Vaszoly', 'Stutte', null, 'sstutte95@youku.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2903810685', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hansiain', 'Beniesh', 'Darwood', null, 'hdarwood96@etsy.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2949758107', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bordy', 'Hardiker', 'Leist', null, 'bleist97@de.vu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2825260001', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Giorgia', 'Wicklin', 'Oene', null, 'goene98@sciencedaily.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3046159041', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ax', 'Ghidini', 'O'' Mullane', null, 'aomullane99@about.me');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4216578651', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Malynda', 'Campanelle', 'Nowaczyk', null, 'mnowaczyk9a@europa.eu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9173258256', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Valentino', 'Braghini', 'Sager', null, 'vsager9b@woothemes.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9104803483', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Howey', 'Casin', 'Gimlet', null, 'hgimlet9c@pagesperso-orange.fr');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9966923650', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Leyla', 'Poston', 'Stopforth', null, 'lstopforth9d@mysql.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8673684604', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Robinia', 'Severs', 'Maric', null, 'rmaric9e@accuweather.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2765091190', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Eileen', 'McCaughren', 'Simonsson', null, 'esimonsson9f@un.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9782615298', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Orbadiah', 'Critch', 'Comellini', null, 'ocomellini9g@mlb.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9536277549', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Lorette', 'Castaignet', 'Benian', null, 'lbenian9h@xing.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3987851103', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Crissy', 'Gergher', 'Koenraad', null, 'ckoenraad9i@parallels.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7384969943', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Iain', 'Bouchard', 'Spradbery', null, 'ispradbery9j@dell.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6415115268', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Zelig', 'Bussell', 'Barbey', null, 'zbarbey9k@gov.uk');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9293231304', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Adriena', 'Thoresby', 'Brandino', null, 'abrandino9l@mail.ru');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4302347741', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Amerigo', 'Dumingos', 'Aucock', null, 'aaucock9m@delicious.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9264679711', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Boone', 'Uttermare', 'Clarycott', null, 'bclarycott9n@desdev.cn');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4292631027', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bertina', 'Goady', 'Klamman', null, 'bklamman9o@rambler.ru');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4676276673', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Caresse', 'Dyball', 'Lombard', null, 'clombard9p@geocities.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8698587344', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Laverne', 'Seiffert', 'Beevor', null, 'lbeevor9q@altervista.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6587018562', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Nadine', 'Rochford', 'Vivers', null, 'nvivers9r@quantcast.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1307266219', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jamill', 'Menault', 'Gorvette', null, 'jgorvette9s@seattletimes.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7488637565', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Lester', 'Padfield', 'Stable', null, 'lstable9t@google.es');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6373177453', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Dyane', 'Sharvell', 'Kenrat', null, 'dkenrat9u@wired.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6224455649', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cinnamon', 'Lewisham', 'Haines', null, 'chaines9v@oaic.gov.au');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5931906989', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Geoffry', 'Roskilly', 'Cleveland', null, 'gcleveland9w@shareasale.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9062956053', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Eddie', 'Corradi', 'Kevis', null, 'ekevis9x@nifty.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1508920395', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Corry', 'Tasch', 'Leming', null, 'cleming9y@icio.us');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8707259542', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Annamaria', 'Colrein', 'Golledge', null, 'agolledge9z@netlog.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2355039209', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sanders', 'Cruden', 'Girardez', null, 'sgirardeza0@amazonaws.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8899023628', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Melessa', 'Leeburn', 'Curbishley', null, 'mcurbishleya1@goo.ne.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4476544856', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cara', 'Cord', 'Sorsbie', null, 'csorsbiea2@bravesites.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9281984677', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Pennie', 'Turvey', 'Bulfit', null, 'pbulfita3@flickr.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4155550712', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Maddi', 'McGloughlin', 'O''Harney', null, 'moharneya4@eventbrite.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1586327081', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Burty', 'Face', 'Ferebee', null, 'bferebeea5@soundcloud.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5028686523', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Warren', 'Fairbridge', 'Constance', null, 'wconstancea6@webmd.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6854290957', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Michael', 'Buzine', 'Hadwick', null, 'mhadwicka7@disqus.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6903612845', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Anya', 'Muckleston', 'Looks', null, 'alooksa8@mtv.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3112353624', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Eartha', 'Pearl', 'Rucklesse', null, 'erucklessea9@cbc.ca');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8981323603', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ossie', 'Scohier', 'Emmer', null, 'oemmeraa@bloglines.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1966360397', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jamima', 'Sayles', 'Hasslocher', null, 'jhasslocherab@newsvine.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3144851700', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Deni', 'Rizzardini', 'Hounsome', null, 'dhounsomeac@acquirethisname.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3688498373', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Rafaelia', 'Pestell', 'Sherington', null, 'rsheringtonad@youku.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1758667647', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Dina', 'Sprosson', 'Darcy', null, 'ddarcyae@bravesites.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7921309622', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Culley', 'Chastenet', 'Pilling', null, 'cpillingaf@constantcontact.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1451414301', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Lewie', 'Hailwood', 'Vere', null, 'lvereag@slate.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7321866554', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Vera', 'Yesenev', 'Hamshaw', null, 'vhamshawah@domainmarket.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4186125684', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Inglebert', 'Abrahamian', 'Egan', null, 'ieganai@wordpress.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7338209530', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Carline', 'Drummond', 'Knott', null, 'cknottaj@alibaba.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4348207867', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Josefa', 'Stent', 'Spowage', null, 'jspowageak@icio.us');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9686513207', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Germaine', 'McCartney', 'Masdon', null, 'gmasdonal@moonfruit.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9786723538', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jehanna', 'Dencs', 'Fernyhough', null, 'jfernyhougham@wix.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6792304713', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Tomi', 'Branchet', 'Brozek', null, 'tbrozekan@indiegogo.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8841949299', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Konstance', 'Burbage', 'Eles', null, 'kelesao@vimeo.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2713934791', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bird', 'Keat', 'Slowan', null, 'bslowanap@phoca.cz');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5296363174', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jacquelin', 'Robinson', 'Pickring', null, 'jpickringaq@example.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1634802666', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Allard', 'Sabban', 'Suthworth', null, 'asuthworthar@microsoft.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5242672342', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Anthiathia', 'Hartburn', 'Oliveras', null, 'aoliverasas@etsy.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2218126353', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Lynnette', 'Baddoe', 'Klassman', null, 'lklassmanat@howstuffworks.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8757350959', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Van', 'Rayworth', 'Kinnard', null, 'vkinnardau@etsy.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2811097735', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bamby', 'Hrycek', 'Scrowson', null, 'bscrowsonav@youku.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3132062494', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Chaddie', 'Rigg', 'Fenning', null, 'cfenningaw@loc.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2901534338', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Kelsey', 'Gadsby', 'Hows', null, 'khowsax@edublogs.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7648367024', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Robenia', 'Meugens', 'Heintz', null, 'rheintzay@nsw.gov.au');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7756682862', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Carena', 'Pattini', 'Oatley', null, 'coatleyaz@godaddy.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2011666842', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Heindrick', 'Finley', 'Freer', null, 'hfreerb0@free.fr');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1683631539', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Elizabet', 'Lambotin', 'Giff', null, 'egiffb1@sciencedirect.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9682223975', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Dylan', 'Yetton', 'Paolini', null, 'dpaolinib2@sina.com.cn');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6487412096', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Rogerio', 'Yearnsley', 'Hardwell', null, 'rhardwellb3@state.tx.us');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7015526977', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ingar', 'Sandells', 'Girardeau', null, 'igirardeaub4@go.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5453424205', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bond', 'Connew', 'Croysdale', null, 'bcroysdaleb5@hatena.ne.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1227419264', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Edmon', 'Mewes', 'Shere', null, 'eshereb6@mapy.cz');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2888772145', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Dulciana', 'Potier', 'Ferrolli', null, 'dferrollib7@reference.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6027016417', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Nancie', 'Duplock', 'Strangeway', null, 'nstrangewayb8@pbs.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4911825645', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Tommi', 'Coolbear', 'Yarrow', null, 'tyarrowb9@simplemachines.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6564836137', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Stafford', 'Bichard', 'Hawking', null, 'shawkingba@prweb.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3565648319', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Tom', 'Volks', 'Castanyer', null, 'tcastanyerbb@zimbio.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8153774849', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Rooney', 'Le Galle', 'Phoebe', null, 'rphoebebc@edublogs.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2748111012', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Henry', 'Shemelt', 'Cribbin', null, 'hcribbinbd@reddit.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2365621174', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Horacio', 'Bysouth', 'Suttaby', null, 'hsuttabybe@hao123.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8596669659', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Boycey', 'Tinwell', 'Cheetham', null, 'bcheethambf@wufoo.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6794240876', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ciro', 'Barroux', 'Pleven', null, 'cplevenbg@yellowpages.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4401063743', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bertrando', 'Nottingham', 'McTavish', null, 'bmctavishbh@aboutads.info');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5781785528', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bethina', 'Ivanenko', 'Asals', null, 'basalsbi@icq.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2457647042', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Debby', 'Joynt', 'Hawkyens', null, 'dhawkyensbj@prnewswire.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6515102087', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Alf', 'Puddifer', 'Lung', null, 'alungbk@businessweek.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1726197864', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Taylor', 'Muriel', 'Chominski', null, 'tchominskibl@homestead.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6042700315', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Erik', 'Scurfield', 'Lello', null, 'elellobm@comsenz.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2713647647', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Grier', 'Lettice', 'Louche', null, 'glouchebn@elpais.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3781990341', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Betty', 'Bolding', 'Hinkins', null, 'bhinkinsbo@rambler.ru');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8483828933', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Coleman', 'Mulderrig', 'Kesey', null, 'ckeseybp@prweb.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9574458944', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cecily', 'Butfield', 'Ortsmann', null, 'cortsmannbq@yellowpages.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9867152750', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hildagard', 'Thackham', 'Fermin', null, 'hferminbr@java.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5793768897', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Kelley', 'Pogg', 'Binney', null, 'kbinneybs@plala.or.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1069857202', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Gertruda', 'Hammerstone', 'Brecknall', null, 'gbrecknallbt@howstuffworks.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7843731987', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bordy', 'Blanch', 'Green', null, 'bgreenbu@issuu.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1102420038', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Kaia', 'Aylesbury', 'Halliwell', null, 'khalliwellbv@etsy.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1068717333', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Morgen', 'Dunnan', 'Strooband', null, 'mstroobandbw@vk.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1623393122', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Patrice', 'Haker', 'Siveter', null, 'psiveterbx@un.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7273863558', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hamish', 'Newlyn', 'Apperley', null, 'happerleyby@intel.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6591451580', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Gabriella', 'Jennins', 'Sobtka', null, 'gsobtkabz@plala.or.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3253177936', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Osbourne', 'Hue', 'Luckwell', null, 'oluckwellc0@imgur.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1881152462', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Alistair', 'Eeles', 'Dubbin', null, 'adubbinc1@time.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1102559649', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Carlin', 'Emmitt', 'Heathcote', null, 'cheathcotec2@last.fm');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1303415418', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ramsay', 'Havill', 'Larciere', null, 'rlarcierec3@bandcamp.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7086135573', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Johnette', 'Hitzmann', 'Raven', null, 'jravenc4@usgs.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8425044616', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Brewer', 'Spavon', 'Ordidge', null, 'bordidgec5@marketwatch.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7582414295', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Latisha', 'Conachy', 'Lutzmann', null, 'llutzmannc6@booking.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4683264978', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ave', 'Salway', 'Mustin', null, 'amustinc7@wikispaces.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1846692834', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cozmo', 'Cosley', 'Mosconi', null, 'cmosconic8@opera.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2167366503', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Kinna', 'Ochiltree', 'Petschelt', null, 'kpetscheltc9@github.io');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5758453867', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jeromy', 'Leveret', 'Carlet', null, 'jcarletca@moonfruit.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2834297629', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Edyth', 'Donnan', 'Stoter', null, 'estotercb@miitbeian.gov.cn');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9514597497', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Adi', 'Riceards', 'Hucker', null, 'ahuckercc@clickbank.net');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4713813865', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jody', 'Wharram', 'Rissen', null, 'jrissencd@amazon.de');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2401964763', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Aloysius', 'Devas', 'Calles', null, 'acallesce@istockphoto.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5271586909', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Nance', 'Kelling', 'Staite', null, 'nstaitecf@craigslist.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9652030964', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Niccolo', 'Hannond', 'Kinder', null, 'nkindercg@odnoklassniki.ru');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6507765971', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Lotta', 'Vasilov', 'Hendrickx', null, 'lhendrickxch@naver.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1009274788', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jacob', 'Screas', 'Baxstare', null, 'jbaxstareci@zimbio.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5441824873', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jae', 'Bentham3', 'Phair', null, 'jphaircj@house.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7125073471', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Ardith', 'Meeny', 'Welsby', null, 'awelsbyck@wikia.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6487244719', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Bradan', 'Cherm', 'Richemont', null, 'brichemontcl@java.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6368892585', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hanna', 'Jenkerson', 'Ludmann', null, 'hludmanncm@blogs.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3501002864', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Annaliese', 'Bensusan', 'Wittey', null, 'awitteycn@t-online.de');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7951809722', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Essie', 'Harrowsmith', 'Mumbey', null, 'emumbeyco@alibaba.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7435292635', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jania', 'Cush', 'Wartonby', null, 'jwartonbycp@infoseek.co.jp');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7802674296', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Nollie', 'Cady', 'Lehrer', null, 'nlehrercq@wikispaces.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5059492530', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Gilli', 'Folan', 'Bier', null, 'gbiercr@sfgate.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3833386686', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Dominick', 'Issacov', 'Teasey', null, 'dteaseycs@free.fr');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8521892312', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Austina', 'Wyett', 'Lentsch', null, 'alentschct@wikimedia.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7377628810', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Kellia', 'Franzman', 'Kunc', null, 'kkunccu@sbwire.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9368701750', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Frank', 'Hansmann', 'Tantum', null, 'ftantumcv@tinyurl.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3919116091', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Tommi', 'Wiszniewski', 'Apdell', null, 'tapdellcw@alibaba.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5615993725', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Katherina', 'Butt', 'Boynes', null, 'kboynescx@sitemeter.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5217766183', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Reinhold', 'Tolworthy', 'Presshaugh', null, 'rpresshaughcy@ox.ac.uk');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8197357696', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Rem', 'Pollie', 'Venneur', null, 'rvenneurcz@paypal.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8554535329', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Pete', 'Bassom', 'Jaffray', null, 'pjaffrayd0@virginia.edu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4975872014', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Adria', 'Restorick', 'Jaggard', null, 'ajaggardd1@patch.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3549838060', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Norrie', 'Boydle', 'Acock', null, 'nacockd2@clickbank.net');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1592874441', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Gilly', 'Dunham', 'Batt', null, 'gbattd3@nature.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9135296991', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Immanuel', 'Downing', 'Willingam', null, 'iwillingamd4@eepurl.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4526441067', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Sandye', 'Powder', 'Flukes', null, 'sflukesd5@bizjournals.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5207584770', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Flory', 'Gulvin', 'Caslett', null, 'fcaslettd6@gov.uk');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8699253639', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cally', 'Klimkin', 'O'' Mullane', null, 'comullaned7@bandcamp.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2893188774', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Delilah', 'Huchot', 'Gonet', null, 'dgonetd8@ovh.net');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2783216745', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Tilda', 'Brislawn', 'Hillin', null, 'thillind9@imageshack.us');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8113141690', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Klemens', 'Sword', 'Lorand', null, 'klorandda@acquirethisname.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '2747316889', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Stanislaus', 'Hinchshaw', 'Harrie', null, 'sharriedb@unblog.fr');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9431134470', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Celina', 'Chrispin', 'Tatersale', null, 'ctatersaledc@cam.ac.uk');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7134127997', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Kerby', 'Treven', 'Saul', null, 'ksauldd@nydailynews.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7575246530', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Dot', 'Dryburgh', 'Dowdney', null, 'ddowdneyde@studiopress.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6944615387', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Audie', 'Klimpke', 'Kofax', null, 'akofaxdf@163.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6496901564', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Rhoda', 'Prenty', 'Teodori', null, 'rteodoridg@booking.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6412622764', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Gian', 'Alleway', 'Emms', null, 'gemmsdh@netlog.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '5113598284', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Gabbie', 'Adamovsky', 'Hrus', null, 'ghrusdi@cdc.gov');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9855050717', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Margalit', 'Masse', 'Dobrovsky', null, 'mdobrovskydj@patch.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '6467143489', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Berti', 'Itzkovich', 'Losebie', null, 'blosebiedk@aol.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '3465435214', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Jacintha', 'Wimpey', 'Studdard', null, 'jstuddarddl@sitemeter.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '9888499612', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Iain', 'Schirok', 'Greatbatch', null, 'igreatbatchdm@mlb.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8137583787', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Cristie', 'Marages', 'Dabnot', null, 'cdabnotdn@shutterfly.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7164133536', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Abbe', 'Levi', 'Eldered', null, 'aeldereddo@un.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '4202630527', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Elga', 'Pattrick', 'Uglow', null, 'euglowdp@youtube.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '7896859717', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Phil', 'Lemmers', 'Endrici', null, 'pendricidq@mail.ru');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1534006646', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Brigitte', 'Trevaskus', 'Crocetto', null, 'bcrocettodr@tamu.edu');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '8518912558', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Hebert', 'Frenzel;', 'Fattorini', null, 'hfattorinids@hao123.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1151953531', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Symon', 'Bartlomieczak', 'Lissett', null, 'slissettdt@lulu.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1326069732', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Christoffer', 'Waltho', 'Bartak', null, 'cbartakdu@facebook.com');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1072589783', seq_propietario.currval);
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Shelton', 'Petticrow', 'Woodman', null, 'swoodmandv@dmoz.org');
insert into telefono_propietario (telefono_propietario_id, num_telefono, propietario_id) values (seq_telefono_propietario.nextval, '1528513474', seq_propietario.currval);
| 182.055721 | 210 | 0.821732 |
84462700f22b1f5a32b7201138a4b8064b771f1c
| 684 |
tab
|
SQL
|
table_parts/06_2019-12-13_LRK_flaring-2_new-A2_8-plates_L103-L110.tab
|
Adrian-Cantu/modELISA
|
86665fe3f13e922f8b26094616f37c37ceb7593b
|
[
"MIT"
] | null | null | null |
table_parts/06_2019-12-13_LRK_flaring-2_new-A2_8-plates_L103-L110.tab
|
Adrian-Cantu/modELISA
|
86665fe3f13e922f8b26094616f37c37ceb7593b
|
[
"MIT"
] | null | null | null |
table_parts/06_2019-12-13_LRK_flaring-2_new-A2_8-plates_L103-L110.tab
|
Adrian-Cantu/modELISA
|
86665fe3f13e922f8b26094616f37c37ceb7593b
|
[
"MIT"
] | null | null | null |
1 2 3 4 5 6 7 8 9 10 11 12
0.097 0.0647 0.0552 0.0524 1.7433 0.639 0.2905 0.1374 1.7933 0.7209 0.3847 0.196
0.2163 0.1271 0.089 0.0654 0.2025 0.1064 0.0751 0.0636 0.207 0.1156 0.0793 0.0728
0.2095 0.1147 0.0772 0.0641 0.1912 0.1016 0.0721 0.0634 0.1912 0.1135 0.0786 0.0716
0.119 0.0743 0.0598 0.0524 0.1082 0.0674 0.0554 0.0508 0.1076 0.0713 0.0582 0.0588
0.17 0.0831 0.0635 0.058 0.1606 0.075 0.0618 0.0572 0.157 0.0811 0.0648 0.0656
0.3974 0.1966 0.1164 0.0838 0.4017 0.1708 0.1036 0.0769 0.4024 0.1955 0.1163 0.0856
0.568 0.2635 0.1324 0.086 0.5604 0.2084 0.113 0.076 0.5305 0.2403 0.1306 0.0905
0.2399 0.1234 0.0793 0.0625 0.2249 0.0995 0.0713 0.0573 0.2175 0.1248 0.0805 0.0725
| 68.4 | 83 | 0.701754 |
d8c3a00c7a0dc145e17010a536dfd2ec0bdcef6c
| 1,054 |
kt
|
Kotlin
|
android-sdk/src/main/java/webtrekk/android/sdk/integration/MappIntelligenceListener.kt
|
Neno0o/webtrekk-new-android-sdk
|
f493dfe7e85591e6806fa3a94c50e394eda3cb60
|
[
"MIT"
] | 8 |
2019-03-28T14:15:25.000Z
|
2019-10-10T11:56:26.000Z
|
android-sdk/src/main/java/webtrekk/android/sdk/integration/MappIntelligenceListener.kt
|
Neno0o/webtrekk-android-sdk-BETA
|
f493dfe7e85591e6806fa3a94c50e394eda3cb60
|
[
"MIT"
] | 4 |
2021-05-21T10:59:45.000Z
|
2022-03-16T16:10:47.000Z
|
android-sdk/src/main/java/webtrekk/android/sdk/integration/MappIntelligenceListener.kt
|
Neno0o/webtrekk-android-sdk-BETA
|
f493dfe7e85591e6806fa3a94c50e394eda3cb60
|
[
"MIT"
] | 1 |
2019-07-22T13:55:45.000Z
|
2019-07-22T13:55:45.000Z
|
package webtrekk.android.sdk.integration
import android.content.BroadcastReceiver
import android.content.Context
import android.content.Intent
import webtrekk.android.sdk.util.alias
import webtrekk.android.sdk.util.userUpdate
/**
* Created by Aleksandar Marinkovic on 30/07/2020.
* Copyright (c) 2020 MAPP.
*/
internal class MappIntelligenceListener : BroadcastReceiver() {
override fun onReceive(context: Context, intent: Intent) {
if (intent.type == SET_ALIAS) {
userUpdate = true
alias = intent.getStringExtra(INTELLIGENCE_DATA) ?: ""
}
}
companion object {
const val MappToWebtrekk = "mapp.to.webtrekk.event"
const val WebtrekkToMapp = "webtrekk.to.mapp.event"
const val INTELLIGENCE_DATA = "INTELLIGENCE_DATA"
const val GET_ALIAS = "GET_ALIAS"
const val SET_ALIAS = "SET_ALIAS"
const val PAGE = "PAGE"
const val EVENT = "EVENT"
const val MEDIA = "MEDIA"
const val CRASH = "CRASH"
const val FORM = "FORM"
}
}
| 31.939394 | 66 | 0.671727 |
7208d29d7a0a08cd38896da525fe41f03787be62
| 1,376 |
rs
|
Rust
|
examples/todomvc/src/header.rs
|
lights0123/maple
|
e5ef27b0dcdba315c5e4a9cea27b99b30530ceb3
|
[
"MIT"
] | null | null | null |
examples/todomvc/src/header.rs
|
lights0123/maple
|
e5ef27b0dcdba315c5e4a9cea27b99b30530ceb3
|
[
"MIT"
] | null | null | null |
examples/todomvc/src/header.rs
|
lights0123/maple
|
e5ef27b0dcdba315c5e4a9cea27b99b30530ceb3
|
[
"MIT"
] | null | null | null |
use maple_core::prelude::*;
use wasm_bindgen::JsCast;
use web_sys::{Event, HtmlInputElement, KeyboardEvent};
use crate::AppState;
pub fn Header(app_state: AppState) -> TemplateResult {
let value = Signal::new(String::new());
let input_ref = NodeRef::new();
let handle_input = cloned!((value) => move |event: Event| {
let target: HtmlInputElement = event.target().unwrap().unchecked_into();
value.set(target.value());
});
let handle_submit = cloned!((app_state, value, input_ref) => move |event: Event| {
let event: KeyboardEvent = event.unchecked_into();
if event.key() == "Enter" {
let mut task = value.get().as_ref().clone();
task = task.trim().to_string();
if !task.is_empty() {
app_state.add_todo(task);
value.set("".to_string());
input_ref.get().unchecked_into::<HtmlInputElement>().set_value(""); // FIXME: bind to value property instead of attribute
}
}
});
template! {
header(class="header") {
h1 { "todos" }
input(ref=input_ref,
class="new-todo",
placeholder="What needs to be done?",
value=value.get(),
on:input=handle_input,
on:keyup=handle_submit,
)
}
}
}
| 30.577778 | 137 | 0.549419 |
2a1bd1f2505352e52ddc8827a62bd1c895a311c3
| 3,701 |
html
|
HTML
|
util/events/meetings/asis-cr94.html
|
ashok-khanna/cmu-ai-repository
|
685d5143204e3292777d2f283fe3977a1737905b
|
[
"MIT-CMU"
] | null | null | null |
util/events/meetings/asis-cr94.html
|
ashok-khanna/cmu-ai-repository
|
685d5143204e3292777d2f283fe3977a1737905b
|
[
"MIT-CMU"
] | null | null | null |
util/events/meetings/asis-cr94.html
|
ashok-khanna/cmu-ai-repository
|
685d5143204e3292777d2f283fe3977a1737905b
|
[
"MIT-CMU"
] | null | null | null |
From schwartz@panix.com Wed Feb 9 14:34:46 EST 1994
Article: 5574 of news.announce.conferences
Xref: glinda.oz.cs.cmu.edu news.announce.conferences:5574
Newsgroups: news.announce.conferences
Path: honeydew.srv.cs.cmu.edu!fs7.ece.cmu.edu!europa.eng.gtefsd.com!uunet!sparky!rick
From: schwartz@panix.com (Ray Schwartz)
Subject: CFP: 5th ASIS SIG/CR Classification Research Workshop
Message-ID: <1994Feb4.194942.11936@sparky.sterling.com>
Sender: rick@sparky.sterling.com (Richard Ohnemus)
Organization: PANIX Public Access Internet and Unix, NYC
Date: Fri, 4 Feb 1994 19:49:42 GMT
Approved: rick@sparky.sterling.com
Expires: Mon, 16 May 1994 08:00:00 GMT
Lines: 66
X-Md4-Signature: 0efcba452823b046f971dcebeb9c6550
CALL FOR PARTICIPATION
5th ASIS SIG/CR Classification Research Workshop
QUESTIONS, CONTROVERSIES AND CONCLUSIONS
IN CLASSIFICATION RESEARCH
The American Society for Information Science Special Interest
Group on Classification Research (ASIS SIG/CR) invites
submissions for the 5th ASIS Classification Research Workshop, to
be held at the 57th Annual Meeting of ASIS in Alexandria, VA. The
workshop will take place Sunday, October 16th, 1994, 8:30 a.m. -
5:00 p.m. ASIS '94 continues through Thursday, October 20th.
The CR Workshop is designed to be an exchange of ideas among
active researchers with interests in the creation, development,
management,representation, display, comparison, compatibility,
theory, and application of classification schemes. Emphasis will
be on semantic classification, in contrast to statistically based
schemes. Topics include, but are not limited to:
- Warrant for concepts in classification schemes.
- Concept acquisition.
- Basis for semantic classes.
- Automated techniques to assist in creating classification
schemes.
- Statistical techniques used for developing explicit semantic
classes.
- Relations and their properties.
- Inheritance and subsumption.
- Knowledge representation schemes.
- Classification algorithms.
- Procedural knowledge in classification schemes.
- Reasoning with classification schemes.
- Software for management of classification schemes.
- Interfaces for displaying classification schemes.
- Data structures and programming languages for classification
schemes.
- Image classification.
- Comparison and compatibility between classification schemes.
- Applications such as subject analysis, natural language
understanding, information retrieval, expert systems.
The CR Workshop welcomes submissions from various disciplines.
Those interested in participating are invited to submit a short
(1-2 page single-spaced) position paper summarizing substantive
work that has been conducted in the above areas or other areas
related to semantic classification schemes, and a statement
briefly outlining the reason for wanting to participate in the
workshop. Submissions may include background papers as
attachments. Participation will be of two kinds: presenter and
regular participant. Those selected as presenters will be invited
to submit expanded versions of their position papers and to speak
to those papers in brief presentations during the workshop. All
position papers (both expanded and short papers) will be
published in proceedings to be distributed prior to the workshop.
The workshop registration fee is $35.00.
Submissions should be made by email, or diskette accompanied by
paper copy, or paper copy only (fax or postal), to arrive by May
15, 1994, to:
*Raya Fidel, Graduate School of Library and Information Science,
University of Washington, FM-30, Seattle, WA 98195; Internet:
fidelr@u.washington.edu; Phone: 206-543-1888; Fax: 206-685-8049*
| 43.541176 | 85 | 0.802216 |
8684c184b8e29c3c22e9770293d701ba1ead71b2
| 798 |
rs
|
Rust
|
crate/workspace_tests/src/ui_audio_loading/ui_audio_loading_bundle.rs
|
Lighty0410/autexousious
|
99d142d8fdbf2076f3fd929f61b8140d47cf6b86
|
[
"Apache-2.0",
"MIT"
] | 41 |
2020-03-13T04:45:03.000Z
|
2022-01-17T18:13:09.000Z
|
crate/workspace_tests/src/ui_audio_loading/ui_audio_loading_bundle.rs
|
Lighty0410/autexousious
|
99d142d8fdbf2076f3fd929f61b8140d47cf6b86
|
[
"Apache-2.0",
"MIT"
] | 61 |
2016-06-19T01:28:12.000Z
|
2021-07-17T08:21:44.000Z
|
crate/workspace_tests/src/ui_audio_loading/ui_audio_loading_bundle.rs
|
Lighty0410/autexousious
|
99d142d8fdbf2076f3fd929f61b8140d47cf6b86
|
[
"Apache-2.0",
"MIT"
] | 3 |
2020-03-21T21:53:36.000Z
|
2021-01-30T01:10:55.000Z
|
#[cfg(test)]
mod test {
use std::path::PathBuf;
use amethyst::{assets::AssetStorage, ecs::WorldExt, Error};
use amethyst_test::AmethystApplication;
use ui_audio_model::{config::UiSfxPaths, loaded::UiSfxMap, UiAudioLoadingStatus};
use ui_audio_loading::UiAudioLoadingBundle;
#[test]
fn bundle_build_adds_ui_resources() -> Result<(), Error> {
AmethystApplication::blank()
.with_bundle(UiAudioLoadingBundle::new(PathBuf::default()))
.with_assertion(|world| {
// Panics if the Systems weren't added
world.read_resource::<AssetStorage<UiSfxPaths>>();
world.read_resource::<UiAudioLoadingStatus>();
world.read_resource::<UiSfxMap>();
})
.run()
}
}
| 31.92 | 85 | 0.615288 |
9504a628ed5fb37193757af844c113689ae83eb7
| 386,324 |
css
|
CSS
|
Overview Page/www.softwareag.cloud/site/style.8cda379e7e32d4ff0a6e0c587b68c81319f59d13_252.css
|
Nawajish/wmio-b2b-website
|
deb94e25ec40090f2725768b3d4881b3d67182f1
|
[
"Apache-2.0"
] | null | null | null |
Overview Page/www.softwareag.cloud/site/style.8cda379e7e32d4ff0a6e0c587b68c81319f59d13_252.css
|
Nawajish/wmio-b2b-website
|
deb94e25ec40090f2725768b3d4881b3d67182f1
|
[
"Apache-2.0"
] | null | null | null |
Overview Page/www.softwareag.cloud/site/style.8cda379e7e32d4ff0a6e0c587b68c81319f59d13_252.css
|
Nawajish/wmio-b2b-website
|
deb94e25ec40090f2725768b3d4881b3d67182f1
|
[
"Apache-2.0"
] | null | null | null |
@font-face{font-family:"Avenir";src:url("fonts/avenir-next-bold.woff2") format("woffs");font-weight:700;font-style:normal}@font-face{font-family:"Avenir";src:url("fonts/avenir-next-light.woff2") format("woffs");font-weight:300;font-style:normal}@font-face{font-family:"Avenir";src:url("fonts/avenir-next-regular.woff2") format("woffs");font-weight:400;font-style:normal}@font-face{font-family:"Roboto";src:url("fonts/Roboto-Regular.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:"Roboto";src:url("fonts/Roboto-RegularItalic.woff") format("woff");font-weight:normal;font-style:italic}@font-face{font-family:"Roboto";src:url("fonts/Roboto-Bold.woff") format("woff");font-weight:bold;font-style:normal}@font-face{font-family:"Roboto";src:url("fonts/Roboto-Light.woff") format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Roboto";src:url("fonts/Roboto-Medium.woff") format("woff");font-weight:500;font-style:normal}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{font-size:16px;line-height:1.45;font-family:var(--font-family-base, "Roboto","Helvetica",Arial,sans-serif);color:var(--gray-text, #333)}h1,h2,h3,h4{margin:0 0 0.5em;font-weight:inherit;line-height:1.2;font-family:var(--font-family-headings, "Avenir","Roboto","Helvetica",Arial,sans-serif)}.h1,.h2,.h3,.h4{display:inline}h1,.h1{margin-top:0;font-size:2.998em}@media (min-width: 992px){h1,.h1{font-size:3.998em}}h2,.h2{font-size:2.127em;font-weight:300}@media (min-width: 992px){h2,.h2{font-size:2.827em}}h3,.h3{font-size:1.569em}@media (min-width: 992px){h3,.h3{font-size:1.999em}}h4,.h4{font-size:1.214em}@media (min-width: 992px){h4,.h4{font-size:1.414em}}.lead,.landing-page .centered-article p:first-of-type,.landing-page .product-cta .container>p:first-of-type{font-size:1.2em;font-weight:300}p{margin:0 0 1.3em}strong{font-weight:700}small,.small{font-size:0.707em}.text-small,.landing-page-card-list .container>ul>li>.card ul{font-size:0.875em;line-height:1.4}blockquote{padding:0;margin:0 0 2rem;font-style:italic;position:relative;color:#666}blockquote p{margin:0}blockquote:before{content:'“';font-size:4em;position:absolute;left:-30px;top:-20px;color:var(--brand-darker, #0B385B);opacity:.5}blockquote small{color:gray;display:block;margin-top:.5rem;font-style:normal}blockquote small::before{content:"\2014 \00A0"}.list-unstyled{padding:0;margin:0;list-style:none}.text-regular{font-weight:normal}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.text-truncate{display:block;text-overflow:ellipsis;overflow:hidden}.text-nowrap{white-space:nowrap}hr{margin:1rem 0;border-top:1px solid #E5E5E5;border-bottom:0}@font-face{font-family:"dlt-icons";src:url("fonts/dlt-icons.eot");src:url("fonts/dlt-iconsd41d.eot?#iefix") format("embedded-opentype"),url("fonts/dlt-icons.woff2") format("woff2"),url("fonts/dlt-icons.woff") format("woff"),url("fonts/dlt-icons.ttf") format("truetype"),url("fonts/dlt-icons.svg#dlt-icons") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"dlt-icons";src:url("fonts/dlt-icons.svg#dlt-icons") format("svg")}}[data-icon]:before{content:attr(data-icon)}[data-icon]:before,.dlt-icon-accessibility-settings:before,.dlt-icon-accounting:before,.dlt-icon-add-identity-provider:before,.dlt-icon-add-stage:before,.dlt-icon-add-tag:before,.dlt-icon-add-user:before,.dlt-icon-alarm:before,.dlt-icon-app-switcher:before,.dlt-icon-arrow-down:before,.dlt-icon-arrow-left:before,.dlt-icon-arrow-right:before,.dlt-icon-arrow-up:before,.dlt-icon-attach:before,.dlt-icon-badge:before,.dlt-icon-bar-chart:before,.dlt-icon-bluetooth-symbol:before,.dlt-icon-body:before,.dlt-icon-bookmark:before,.dlt-icon-breadcrumb:before,.dlt-icon-briefcase:before,.dlt-icon-bug:before,.dlt-icon-building:before,.dlt-icon-button:before,.dlt-icon-buy:before,.dlt-icon-calculator:before,.dlt-icon-calendar:before,.dlt-icon-calendar-add:before,.dlt-icon-calendar-remove:before,.dlt-icon-cam:before,.dlt-icon-car:before,.dlt-icon-card:before,.dlt-icon-caret-down:before,.dlt-icon-caret-left:before,.dlt-icon-caret-right:before,.dlt-icon-caret-up:before,.dlt-icon-case:before,.dlt-icon-centralized-network:before,.dlt-icon-chat:before,.dlt-icon-check:before,.dlt-icon-check-circle:before,.dlt-icon-checkbox-selected:before,.dlt-icon-checkbox-unselected:before,.dlt-icon-chevron-breadcrumb:before,.dlt-icon-chevron-circle-down:before,.dlt-icon-chevron-circle-left:before,.dlt-icon-chevron-circle-right:before,.dlt-icon-chevron-circle-up:before,.dlt-icon-chevron-double-down:before,.dlt-icon-chevron-double-left:before,.dlt-icon-chevron-double-right:before,.dlt-icon-chevron-double-up:before,.dlt-icon-chevron-down:before,.dlt-icon-chevron-left:before,.dlt-icon-chevron-right:before,.dlt-icon-chevron-up:before,.dlt-icon-circle:before,.dlt-icon-clipboard-with-a-green-tick:before,.dlt-icon-clock:before,.dlt-icon-close:before,.dlt-icon-cloud:before,.dlt-icon-cloud-checked:before,.dlt-icon-cloud-download:before,.dlt-icon-cloud-error:before,.dlt-icon-cloud-minus:before,.dlt-icon-cloud-plus:before,.dlt-icon-cloud-remote-working:before,.dlt-icon-cloud-restricted:before,.dlt-icon-cloud-search:before,.dlt-icon-cloud-settings:before,.dlt-icon-cloud-unavailable:before,.dlt-icon-cloud-upload:before,.dlt-icon-code:before,.dlt-icon-collapse:before,.dlt-icon-column:before,.dlt-icon-compass:before,.dlt-icon-connected:before,.dlt-icon-contacts-book:before,.dlt-icon-contract:before,.dlt-icon-copy:before,.dlt-icon-cross:before,.dlt-icon-customize:before,.dlt-icon-dashboard:before,.dlt-icon-data-transfer:before,.dlt-icon-database:before,.dlt-icon-database-administrator:before,.dlt-icon-delete:before,.dlt-icon-density-column-customization:before,.dlt-icon-density-large:before,.dlt-icon-density-medium:before,.dlt-icon-density-small:before,.dlt-icon-density-xlarge:before,.dlt-icon-department:before,.dlt-icon-deploy:before,.dlt-icon-desktop:before,.dlt-icon-disconnected:before,.dlt-icon-document:before,.dlt-icon-document-with-a-check-mark:before,.dlt-icon-document-with-code:before,.dlt-icon-documents:before,.dlt-icon-download:before,.dlt-icon-dropdown:before,.dlt-icon-duplicate:before,.dlt-icon-edit:before,.dlt-icon-edit-file:before,.dlt-icon-env-permission:before,.dlt-icon-environment:before,.dlt-icon-erase:before,.dlt-icon-error:before,.dlt-icon-expand:before,.dlt-icon-external-link:before,.dlt-icon-filter:before,.dlt-icon-flag-outline:before,.dlt-icon-flow:before,.dlt-icon-flow-chart:before,.dlt-icon-folder:before,.dlt-icon-footer:before,.dlt-icon-fullscreen:before,.dlt-icon-fullscreen-exit:before,.dlt-icon-gift:before,.dlt-icon-goal:before,.dlt-icon-graph:before,.dlt-icon-grid:before,.dlt-icon-group:before,.dlt-icon-hamburger:before,.dlt-icon-hashtag:before,.dlt-icon-header:before,.dlt-icon-health-examine:before,.dlt-icon-heart:before,.dlt-icon-help:before,.dlt-icon-home:before,.dlt-icon-identification-documents:before,.dlt-icon-info:before,.dlt-icon-invoice:before,.dlt-icon-key:before,.dlt-icon-landing-page:before,.dlt-icon-light-bulb-outline:before,.dlt-icon-link:before,.dlt-icon-list:before,.dlt-icon-lock:before,.dlt-icon-mail:before,.dlt-icon-marker:before,.dlt-icon-mind-map:before,.dlt-icon-minus:before,.dlt-icon-minus-circle:before,.dlt-icon-more-menu:before,.dlt-icon-network:before,.dlt-icon-notification:before,.dlt-icon-online:before,.dlt-icon-open:before,.dlt-icon-open-document:before,.dlt-icon-pages:before,.dlt-icon-palette:before,.dlt-icon-parking:before,.dlt-icon-password:before,.dlt-icon-password-hide:before,.dlt-icon-password-show:before,.dlt-icon-paste:before,.dlt-icon-photo-gallery:before,.dlt-icon-picture:before,.dlt-icon-pie-chart:before,.dlt-icon-play:before,.dlt-icon-plus:before,.dlt-icon-plus-circle:before,.dlt-icon-price-tag:before,.dlt-icon-print:before,.dlt-icon-process:before,.dlt-icon-product:before,.dlt-icon-profile:before,.dlt-icon-qr-code:before,.dlt-icon-redo:before,.dlt-icon-refresh:before,.dlt-icon-restore:before,.dlt-icon-robot:before,.dlt-icon-row:before,.dlt-icon-ruler:before,.dlt-icon-ruler-pencil:before,.dlt-icon-rules:before,.dlt-icon-sales-performance:before,.dlt-icon-save:before,.dlt-icon-search:before,.dlt-icon-send:before,.dlt-icon-sensor:before,.dlt-icon-server:before,.dlt-icon-settings:before,.dlt-icon-share:before,.dlt-icon-sheet-of-paper:before,.dlt-icon-shield:before,.dlt-icon-small-business:before,.dlt-icon-stacked-organizational-chart:before,.dlt-icon-star:before,.dlt-icon-stop:before,.dlt-icon-storage:before,.dlt-icon-submit-document:before,.dlt-icon-success:before,.dlt-icon-tab:before,.dlt-icon-table:before,.dlt-icon-tag:before,.dlt-icon-target-symbol:before,.dlt-icon-team:before,.dlt-icon-temperature:before,.dlt-icon-text-input:before,.dlt-icon-unbookmark:before,.dlt-icon-undo:before,.dlt-icon-ungroup:before,.dlt-icon-unheart:before,.dlt-icon-unlink:before,.dlt-icon-unlock:before,.dlt-icon-unsort:before,.dlt-icon-unstar:before,.dlt-icon-up-down-arrows:before,.dlt-icon-upload:before,.dlt-icon-warning:before,.dlt-icon-wireless-network:before,.dlt-icon-workspace:before{display:inline-block;font-family:"dlt-icons";font-style:normal;font-weight:normal;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.dlt-icon-accessibility-settings:before{content:"\f100"}.dlt-icon-accounting:before{content:"\f101"}.dlt-icon-add-identity-provider:before{content:"\f1b7"}.dlt-icon-add-stage:before{content:"\f1f6"}.dlt-icon-add-tag:before{content:"\f102"}.dlt-icon-add-user:before{content:"\f103"}.dlt-icon-alarm:before{content:"\f104"}.dlt-icon-app-switcher:before{content:"\f105"}.dlt-icon-arrow-down:before{content:"\f106"}.dlt-icon-arrow-left:before{content:"\f107"}.dlt-icon-arrow-right:before{content:"\f108"}.dlt-icon-arrow-up:before{content:"\f1ca"}.dlt-icon-attach:before{content:"\f10c"}.dlt-icon-badge:before{content:"\f10d"}.dlt-icon-bar-chart:before{content:"\f10e"}.dlt-icon-bluetooth-symbol:before{content:"\f10f"}.dlt-icon-body:before{content:"\f110"}.dlt-icon-bookmark:before{content:"\f111"}.dlt-icon-breadcrumb:before{content:"\f112"}.dlt-icon-briefcase:before{content:"\f113"}.dlt-icon-bug:before{content:"\f114"}.dlt-icon-building:before{content:"\f115"}.dlt-icon-button:before{content:"\f116"}.dlt-icon-buy:before{content:"\f117"}.dlt-icon-calculator:before{content:"\f118"}.dlt-icon-calendar:before{content:"\f119"}.dlt-icon-calendar-add:before{content:"\f11a"}.dlt-icon-calendar-remove:before{content:"\f11b"}.dlt-icon-cam:before{content:"\f11c"}.dlt-icon-car:before{content:"\f11d"}.dlt-icon-card:before{content:"\f11e"}.dlt-icon-caret-down:before{content:"\f1da"}.dlt-icon-caret-left:before{content:"\f1db"}.dlt-icon-caret-right:before{content:"\f1dc"}.dlt-icon-caret-up:before{content:"\f1dd"}.dlt-icon-case:before{content:"\f127"}.dlt-icon-centralized-network:before{content:"\f128"}.dlt-icon-chat:before{content:"\f129"}.dlt-icon-check:before{content:"\f1bf"}.dlt-icon-check-circle:before{content:"\f1de"}.dlt-icon-checkbox-selected:before{content:"\f1d0"}.dlt-icon-checkbox-unselected:before{content:"\f1d1"}.dlt-icon-chevron-breadcrumb:before{content:"\f1df"}.dlt-icon-chevron-circle-down:before{content:"\f1e0"}.dlt-icon-chevron-circle-left:before{content:"\f1e1"}.dlt-icon-chevron-circle-right:before{content:"\f1e2"}.dlt-icon-chevron-circle-up:before{content:"\f1e3"}.dlt-icon-chevron-double-down:before{content:"\f1e4"}.dlt-icon-chevron-double-left:before{content:"\f1e5"}.dlt-icon-chevron-double-right:before{content:"\f1e6"}.dlt-icon-chevron-double-up:before{content:"\f1e7"}.dlt-icon-chevron-down:before{content:"\f1e8"}.dlt-icon-chevron-left:before{content:"\f1e9"}.dlt-icon-chevron-right:before{content:"\f1ea"}.dlt-icon-chevron-up:before{content:"\f1eb"}.dlt-icon-circle:before{content:"\f1f9"}.dlt-icon-clipboard-with-a-green-tick:before{content:"\f12d"}.dlt-icon-clock:before{content:"\f12e"}.dlt-icon-close:before{content:"\f12f"}.dlt-icon-cloud:before{content:"\f130"}.dlt-icon-cloud-checked:before{content:"\f1b8"}.dlt-icon-cloud-download:before{content:"\f131"}.dlt-icon-cloud-error:before{content:"\f1b9"}.dlt-icon-cloud-minus:before{content:"\f132"}.dlt-icon-cloud-plus:before{content:"\f133"}.dlt-icon-cloud-remote-working:before{content:"\f1ba"}.dlt-icon-cloud-restricted:before{content:"\f134"}.dlt-icon-cloud-search:before{content:"\f1bb"}.dlt-icon-cloud-settings:before{content:"\f1bc"}.dlt-icon-cloud-unavailable:before{content:"\f1bd"}.dlt-icon-cloud-upload:before{content:"\f135"}.dlt-icon-code:before{content:"\f136"}.dlt-icon-collapse:before{content:"\f137"}.dlt-icon-column:before{content:"\f138"}.dlt-icon-compass:before{content:"\f139"}.dlt-icon-connected:before{content:"\f13a"}.dlt-icon-contacts-book:before{content:"\f13b"}.dlt-icon-contract:before{content:"\f13c"}.dlt-icon-copy:before{content:"\f1d2"}.dlt-icon-cross:before{content:"\f1ec"}.dlt-icon-customize:before{content:"\f13e"}.dlt-icon-dashboard:before{content:"\f13f"}.dlt-icon-data-transfer:before{content:"\f140"}.dlt-icon-database:before{content:"\f141"}.dlt-icon-database-administrator:before{content:"\f142"}.dlt-icon-delete:before{content:"\f143"}.dlt-icon-density-column-customization:before{content:"\f1c0"}.dlt-icon-density-large:before{content:"\f1c1"}.dlt-icon-density-medium:before{content:"\f1c2"}.dlt-icon-density-small:before{content:"\f1c3"}.dlt-icon-density-xlarge:before{content:"\f1c4"}.dlt-icon-department:before{content:"\f144"}.dlt-icon-deploy:before{content:"\f145"}.dlt-icon-desktop:before{content:"\f146"}.dlt-icon-disconnected:before{content:"\f147"}.dlt-icon-document:before{content:"\f148"}.dlt-icon-document-with-a-check-mark:before{content:"\f149"}.dlt-icon-document-with-code:before{content:"\f14a"}.dlt-icon-documents:before{content:"\f14b"}.dlt-icon-download:before{content:"\f150"}.dlt-icon-dropdown:before{content:"\f151"}.dlt-icon-duplicate:before{content:"\f1d8"}.dlt-icon-edit:before{content:"\f152"}.dlt-icon-edit-file:before{content:"\f153"}.dlt-icon-env-permission:before{content:"\f1f7"}.dlt-icon-environment:before{content:"\f1f8"}.dlt-icon-erase:before{content:"\f1fa"}.dlt-icon-error:before{content:"\f1ed"}.dlt-icon-expand:before{content:"\f156"}.dlt-icon-external-link:before{content:"\f157"}.dlt-icon-filter:before{content:"\f158"}.dlt-icon-flag-outline:before{content:"\f159"}.dlt-icon-flow:before{content:"\f15a"}.dlt-icon-flow-chart:before{content:"\f15b"}.dlt-icon-folder:before{content:"\f15c"}.dlt-icon-footer:before{content:"\f15d"}.dlt-icon-fullscreen:before{content:"\f15e"}.dlt-icon-fullscreen-exit:before{content:"\f1ee"}.dlt-icon-gift:before{content:"\f15f"}.dlt-icon-goal:before{content:"\f160"}.dlt-icon-graph:before{content:"\f161"}.dlt-icon-grid:before{content:"\f162"}.dlt-icon-group:before{content:"\f163"}.dlt-icon-hamburger:before{content:"\f164"}.dlt-icon-hashtag:before{content:"\f165"}.dlt-icon-header:before{content:"\f166"}.dlt-icon-health-examine:before{content:"\f167"}.dlt-icon-heart:before{content:"\f168"}.dlt-icon-help:before{content:"\f169"}.dlt-icon-home:before{content:"\f16a"}.dlt-icon-identification-documents:before{content:"\f16b"}.dlt-icon-info:before{content:"\f1ef"}.dlt-icon-invoice:before{content:"\f16d"}.dlt-icon-key:before{content:"\f16e"}.dlt-icon-landing-page:before{content:"\f16f"}.dlt-icon-light-bulb-outline:before{content:"\f170"}.dlt-icon-link:before{content:"\f171"}.dlt-icon-list:before{content:"\f172"}.dlt-icon-lock:before{content:"\f173"}.dlt-icon-mail:before{content:"\f174"}.dlt-icon-marker:before{content:"\f175"}.dlt-icon-mind-map:before{content:"\f176"}.dlt-icon-minus:before{content:"\f1f0"}.dlt-icon-minus-circle:before{content:"\f1f4"}.dlt-icon-more-menu:before{content:"\f178"}.dlt-icon-network:before{content:"\f179"}.dlt-icon-notification:before{content:"\f17a"}.dlt-icon-online:before{content:"\f17b"}.dlt-icon-open:before{content:"\f17c"}.dlt-icon-open-document:before{content:"\f17d"}.dlt-icon-pages:before{content:"\f17e"}.dlt-icon-palette:before{content:"\f17f"}.dlt-icon-parking:before{content:"\f180"}.dlt-icon-password:before{content:"\f181"}.dlt-icon-password-hide:before{content:"\f182"}.dlt-icon-password-show:before{content:"\f183"}.dlt-icon-paste:before{content:"\f1d9"}.dlt-icon-photo-gallery:before{content:"\f184"}.dlt-icon-picture:before{content:"\f185"}.dlt-icon-pie-chart:before{content:"\f186"}.dlt-icon-play:before{content:"\f1fb"}.dlt-icon-plus:before{content:"\f1f1"}.dlt-icon-plus-circle:before{content:"\f1f5"}.dlt-icon-price-tag:before{content:"\f188"}.dlt-icon-print:before{content:"\f189"}.dlt-icon-process:before{content:"\f18a"}.dlt-icon-product:before{content:"\f18b"}.dlt-icon-profile:before{content:"\f18c"}.dlt-icon-qr-code:before{content:"\f18d"}.dlt-icon-redo:before{content:"\f18e"}.dlt-icon-refresh:before{content:"\f18f"}.dlt-icon-restore:before{content:"\f190"}.dlt-icon-robot:before{content:"\f191"}.dlt-icon-row:before{content:"\f192"}.dlt-icon-ruler:before{content:"\f193"}.dlt-icon-ruler-pencil:before{content:"\f194"}.dlt-icon-rules:before{content:"\f195"}.dlt-icon-sales-performance:before{content:"\f196"}.dlt-icon-save:before{content:"\f1fc"}.dlt-icon-search:before{content:"\f197"}.dlt-icon-send:before{content:"\f198"}.dlt-icon-sensor:before{content:"\f199"}.dlt-icon-server:before{content:"\f19a"}.dlt-icon-settings:before{content:"\f19b"}.dlt-icon-share:before{content:"\f19c"}.dlt-icon-sheet-of-paper:before{content:"\f19d"}.dlt-icon-shield:before{content:"\f19e"}.dlt-icon-small-business:before{content:"\f19f"}.dlt-icon-stacked-organizational-chart:before{content:"\f1a0"}.dlt-icon-star:before{content:"\f1a1"}.dlt-icon-stop:before{content:"\f1fd"}.dlt-icon-storage:before{content:"\f1a2"}.dlt-icon-submit-document:before{content:"\f1a3"}.dlt-icon-success:before{content:"\f1f2"}.dlt-icon-tab:before{content:"\f1a5"}.dlt-icon-table:before{content:"\f1a6"}.dlt-icon-tag:before{content:"\f1a7"}.dlt-icon-target-symbol:before{content:"\f1a8"}.dlt-icon-team:before{content:"\f1a9"}.dlt-icon-temperature:before{content:"\f1aa"}.dlt-icon-text-input:before{content:"\f1ab"}.dlt-icon-unbookmark:before{content:"\f1ac"}.dlt-icon-undo:before{content:"\f1ad"}.dlt-icon-ungroup:before{content:"\f1ae"}.dlt-icon-unheart:before{content:"\f1af"}.dlt-icon-unlink:before{content:"\f1b0"}.dlt-icon-unlock:before{content:"\f1b1"}.dlt-icon-unsort:before{content:"\f1c9"}.dlt-icon-unstar:before{content:"\f1b2"}.dlt-icon-up-down-arrows:before{content:"\f1be"}.dlt-icon-upload:before{content:"\f1b3"}.dlt-icon-warning:before{content:"\f1f3"}.dlt-icon-wireless-network:before{content:"\f1b5"}.dlt-icon-workspace:before{content:"\f1b6"}@font-face{font-family:"sag_product_icons";src:url("fonts/sag_product_icons.eot");src:url("fonts/sag_product_iconsd41d.eot?#iefix") format("embedded-opentype"),url("fonts/sag_product_icons.woff2") format("woff2"),url("fonts/sag_product_icons.woff") format("woff"),url("fonts/sag_product_icons.ttf") format("truetype"),url("fonts/sag_product_icons.svg#sag_product_icons") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"sag_product_icons";src:url("fonts/sag_product_icons.svg#sag_product_icons") format("svg")}}.sci-prod-icon-alfabet:before,.sci-prod-icon-aris:before,.sci-prod-icon-cloud-container:before,.sci-prod-icon-cloudcontainer:before,.sci-prod-icon-cumulocity-iot:before,.sci-prod-icon-cumulocity:before,.sci-prod-icon-mycloud:before,.sci-prod-icon-wm-agile-apps:before,.sci-prod-icon-wm-api:before,.sci-prod-icon-apiportal:before,.sci-prod-icon-apigateway:before,.sci-prod-icon-wm-b2b:before,.sci-prod-icon-b2b:before,.sci-prod-icon-wm-integration:before,.sci-prod-icon-integrationcloud:before,.sci-prod-icon-webmethodsioint:before,.sci-prod-icon-wm-integration-io:before{display:inline-block;font-family:"sag_product_icons";font-style:normal;font-weight:normal;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.sci-prod-icon-alfabet:before{content:""}.sci-prod-icon-aris:before{content:""}.sci-prod-icon-cloud-container:before,.sci-prod-icon-cloudcontainer:before{content:""}.sci-prod-icon-cumulocity-iot:before,.sci-prod-icon-cumulocity:before{content:""}.sci-prod-icon-mycloud:before{content:""}.sci-prod-icon-wm-agile-apps:before{content:""}.sci-prod-icon-apiportal:before,.sci-prod-icon-apigateway:before,.sci-prod-icon-wm-api:before{content:""}.sci-prod-icon-wm-b2b:before,.sci-prod-icon-b2b:before{content:""}.sci-prod-icon-integrationcloud:before,.sci-prod-icon-wm-integration:before{content:""}.sci-prod-icon-webmethodsioint:before,.sci-prod-icon-wm-integration-io:before{content:""}/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity, filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:40px;height:4px;background-color:currentColor;border-radius:4px;position:absolute;transition-property:transform;transition-duration:0.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger-label{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.hamburger--squeeze .hamburger-inner{transition-duration:0.075s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze .hamburger-inner::before{transition:top 0.075s 0.12s ease, opacity 0.075s ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 0.075s ease, opacity 0.075s 0.12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s 0.13s linear}.hamburger--spring .hamburger-inner::before{top:10px;transition:top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring .hamburger-inner::after{top:20px;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:0.22s;background-color:transparent}.hamburger--spring.is-active .hamburger-inner::before{top:0;transition:top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner::after{top:0;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 10px, 0) rotate(-45deg)}.navbar-nav{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.navbar-container{margin:0 auto}.navbar-nav .nav-item,.navbar-nav .nav-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.navbar-nav .nav-icon>a{font-size:24px;padding:.75rem .75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:white}.navbar-nav .nav-icon>a:hover,.navbar-nav .nav-icon>a:focus{text-decoration:none;background-color:var(--brand-medium-dark, #14629F)}@media (max-width: 991px){.navbar-nav .nav-icon>a{width:100%;padding:7px .5rem}}.navbar-nav .nav-icon.dropdown.show>a{background-color:var(--brand-medium-dark, #14629F)}.navbar-nav .nav-item a:not(.dropdown-item):not(.btn){text-decoration:none;font-size:16px;border:0;border-left:4px solid transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.5;width:100%;white-space:nowrap;padding:12px 1rem}.products-menu .navbar-nav .nav-item a:not(.dropdown-item):not(.btn){padding:12px .4rem}.navbar-nav .nav-btn{padding-top:1em;padding-left:.75rem}.navbar-nav .nav-btn .btn{padding:0.19rem 1.5rem}.navbar-nav .nav-btn .btn+.btn{margin-left:.5rem}@media (max-width: 992px){.navbar-nav .nav-btn .btn{width:220px !important}.navbar-nav .nav-btn .btn+.btn{margin-left:0;margin-top:.5rem}}.products-menu{padding:0 1rem;top:4rem;right:0;left:0;position:fixed;z-index:1029;background:white;-webkit-transition:background .5s ease;transition:background .5s ease;box-shadow:0 0.02rem 0.1rem rgba(0,0,0,0.15)}.products-menu .navbar-nav{min-height:3rem}.products-menu .product-nav-logo-holder{display:block;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.products-menu .product-nav-logo-holder>img{height:25px;width:auto;display:block}.products-menu .dropdown-holder{padding:0;-ms-flex-item-align:center;align-self:center}.products-menu .nav-item a:not(.btn){color:var(--gray-text, #333)}.products-menu .nav-item a:not(.btn).dropdown-toggle{padding:0.3rem 1.5rem 0.3rem 0;border-radius:.2rem;min-height:40px}.products-menu .nav-item a:not(.btn).dropdown-toggle:after{position:absolute;right:5px}.products-menu .nav-item a:not(.btn).dropdown-toggle img{max-height:20px;width:auto}.products-menu .nav-item.active a{color:var(--brand-primary, #1776BF);-webkit-box-shadow:inset 0 -4px var(--brand-primary, #1776BF);box-shadow:inset 0 -4px var(--brand-primary, #1776BF);pointer-events:none}@media (max-width: 992px){.products-menu .nav-item{width:100%}.products-menu .nav-item .dropdown{width:100%}.products-menu .nav-item .dropdown .dropdown-menu{width:100%}}.products-menu .nav-item.try-free{padding:0.45em 0;display:none}.products-menu .nav-item.try-free .btn{padding:0.3rem 1rem}@media screen and (min-width: 992px){.products-menu .nav-item.try-free{display:block;margin-left:auto}.products-menu .nav-item.try-free+.nav-item.try-free{margin-left:1rem}.products-menu.headroom--unpinned{-webkit-transform:translateY(-4rem);transform:translateY(-4rem)}}.tabs-menu.headroom--not-top{position:fixed}.products-dropdown .dropdown-toggle::after{border-top-color:#5FAEEC;border-bottom-color:#5FAEEC}.products-dropdown.show{background-color:white;box-shadow:0 0 4px 2px rgba(0,0,0,0.3)}.products-dropdown.show .dropdown-toggle{border-bottom-color:white !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;position:relative;z-index:1001}.products-dropdown.show .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;border-color:transparent;top:-4px !important;min-width:100%;padding:0}.products-dropdown.show .dropdown-menu .dropdown-item{display:-webkit-box;display:-ms-flexbox;display:flex}.products-dropdown.show .dropdown-menu .dropdown-item img{max-height:19px}.products-dropdown.show .dropdown-menu .dropdown-item.active{background:var(--brand-primary, #1776BF);color:white;pointer-events:none}.header.navigation{background-color:var(--brand-primary, #1776BF);color:white;padding:0 1.5rem;box-shadow:0 0.02rem 0.1rem rgba(0,0,0,0.15);top:0;right:0;left:0;position:fixed;z-index:1030}.header.navigation .navbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.header.navigation .navbar-brand{height:4rem;max-width:12.5rem;margin-right:1rem;margin-left:3.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header.navigation .navbar-brand .img-responsive,.header.navigation .navbar-brand .even-odd-list>.container img,.even-odd-list>.container .header.navigation .navbar-brand img{max-width:12.5rem !important;max-height:100%}.header.navigation .navbar-toggle{position:absolute;left:0;top:2px;z-index:1040}.header.navigation .navbar-toggle:focus{outline:none}.header.navigation .nav-item a:not(.dropdown-item){color:white}.header.navigation .nav-item a:not(.dropdown-item):hover{background-color:var(--brand-medium-dark, #14629F)}.header.navigation .nav-item a:not(.dropdown-item):focus{outline:none;box-shadow:inset 1px 0 0 white, inset -1px 0 0 white}.header.navigation .nav-item .dropdown-toggle{padding-right:.5rem !important;height:100%}.header.navigation .nav-item .dropdown-menu:not(.default){padding:0;background-color:var(--brand-medium-dark, #14629F);border-top-left-radius:0;border-top-right-radius:0;border:0;margin-top:-4px !important}.header.navigation .nav-item .dropdown-menu:not(.default) .dropdown-item{color:white;line-height:32px;padding-top:.5rem;padding-bottom:.5rem;font-size:1rem}.header.navigation .nav-item .dropdown-menu:not(.default) .dropdown-item:hover,.header.navigation .nav-item .dropdown-menu:not(.default) .dropdown-item:active,.header.navigation .nav-item .dropdown-menu:not(.default) .dropdown-item:focus{color:white;background:var(--brand-dark, #0F4C7B)}.header.navigation .nav-item .dropdown-menu:not(.default) .dropdown-item.active{color:white;background:var(--brand-darker, #0B385B);-webkit-box-shadow:none;box-shadow:none}.header.navigation .nav-item .dropdown-menu:not(.default) .dropdown-divider{border-color:rgba(255,255,255,0.15);margin:0}.header.navigation .nav-item .dropdown-item img{width:24px;height:24px;margin-right:12px;display:inline-block;vertical-align:middle}.header.navigation .nav-item.active>a,.header.navigation .nav-item.active .dropdown>a{border-color:white !important;background-color:var(--brand-medium-dark, #14629F)}@media (min-width: 992px){.header.navigation .nav-item.active>a,.header.navigation .nav-item.active .dropdown>a{-webkit-box-shadow:inset 0 4px 0 white;box-shadow:inset 0 4px 0 white}}.header.navigation .nav-item .dropdown.show>a{border-color:white !important;background-color:var(--brand-medium-dark, #14629F)}.header.navigation .navbar-right .dropdown-item{border:0;line-height:2rem;padding-bottom:0;padding-top:0}.header.navigation .navbar-right .dropdown-info{margin-top:.5rem;line-height:1.25rem;pointer-events:none;border:none}.header.navigation .navbar-right .dropdown-menu-right{right:.1rem;margin-top:-.5rem;box-shadow:0 2px 12px 2px rgba(0,0,0,0.12)}.header.navigation #sci-environments-menu-dropdown .dropdown-toggle{padding:0 .75rem !important;line-height:1.2}.header.navigation #sci-environments-menu-dropdown .dropdown-toggle .d-flex{align-items:center}.header.navigation #sci-environments-menu-dropdown .dropdown-toggle .d-flex div #sci-environments-first div{display:block;text-overflow:ellipsis;overflow:hidden;max-width:12.77rem;white-space:nowrap}.header.navigation #sci-environments-menu-dropdown .dropdown-toggle small{opacity:.7}.header.navigation #sci-environments-menu-dropdown a.nav-link:focus{box-shadow:none}.header.navigation #sci-help-menu #sci-version-info{font-size:.75rem;color:#666}.header.navigation #sci-help-menu #sci-version-info.hidden+.dropdown-divider{display:none}.header.navigation #sci-help-menu a.nav-link>i,.header.navigation #sci-appswitcher a.nav-link>i{height:1.5rem;margin-bottom:.5rem}.header.navigation .text-truncate{display:block;text-overflow:ellipsis;overflow:hidden}.header.navigation .text-nowrap{white-space:nowrap}@media screen and (max-width: 991px){.navbar-collapse{position:absolute;z-index:1030;top:4rem;left:0;min-height:calc(100vh - 4rem);width:15rem;background-color:var(--brand-primary, #1776BF);-webkit-transform:translateX(-15rem);transform:translateX(-15rem);-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.navbar-collapse .navbar-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.navbar-collapse.open{-webkit-transform:translateX(0);transform:translateX(0)}.navbar-collapse .dropdown{width:100%}.navbar-collapse .dropdown .dropdown-menu{left:4px;right:auto}.navbar-collapse .dropdown .dropdown-menu.arrow-top.dropdown-menu-right:before{left:15px;right:auto}.navbar-collapse .dropdown .dropdown-menu.arrow-top.dropdown-menu-right:after{left:16px;right:auto}.nav-cover{position:fixed;background-color:rgba(0,0,0,0);top:4rem;bottom:0;width:0;left:0;-webkit-transition:width .4s ease-in-out;transition:width .4s ease-in-out}.open .nav-cover{width:100%}}@media screen and (min-width: 992px){.headroom{will-change:transform;-webkit-transition:-webkit-transform 200ms linear;transition:-webkit-transform 200ms linear;transition:transform 200ms linear;transition:transform 200ms linear, -webkit-transform 200ms linear}.header.navigation.headroom--pinned{-webkit-transform:translateY(0%);transform:translateY(0%)}.header.navigation.headroom--unpinned{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.sci-cloud .header.navigation.headroom--unpinned{-webkit-transform:translateY(0%);transform:translateY(0%)}.header.navigation{padding:0 1.5rem}.header.navigation .navbar-toggle{display:none}.header.navigation .navbar-collapse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.header.navigation .navbar-collapse .navbar-right{margin-left:auto}.header.navigation .navbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.header.navigation .navbar .nav-item a{border:0 solid transparent;width:auto}.header.navigation .navbar .nav-item.active>a{-webkit-box-shadow:inset 0 4px 0 white;box-shadow:inset 0 4px 0 white}.header.navigation .navbar-brand{margin-left:0}.header.navigation .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;height:100%}}body .gsc-search-box.gsc-search-box-tools{width:220px;padding:16px 12px 0;position:relative}body .gsc-search-box-tools .gsc-search-box .gsc-input{background-color:transparent !important;padding-right:0;background-image:none !important}body .gsc-search-box-tools .gsc-search-box input.gsc-input{display:block !important;padding:0 8px !important;width:100% !important;height:32px !important;border:0 solid #e5e7e7 !important;border-radius:0 !important;background-color:var(--brand-medium-dark, #14629F) !important;background-image:none !important;color:white !important;font-size:14px !important;line-height:1.42857143 !important;-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;text-indent:0 !important;margin:0 !important}body .gsc-search-box-tools .gsc-search-box input.gsc-input:focus{background-color:white !important;color:var(--gray-text, #333) !important}body .gsc-search-box-tools .gsc-search-box input.gsc-input::-webkit-input-placeholder{color:rgba(255,255,255,0.5) !important}body .gsc-search-box-tools .gsc-search-box input.gsc-input::-moz-placeholder{color:rgba(255,255,255,0.5) !important}body .gsc-search-box-tools .gsc-search-box input.gsc-input:-ms-input-placeholder{color:rgba(255,255,255,0.5) !important}body .gsc-search-box-tools .gsc-search-box input.gsc-input:-moz-placeholder{color:rgba(255,255,255,0.5) !important}body .gsib_a{width:100%;padding:0 !important;border:0 !important}body .gsst_b{padding-top:3px}body .gsc-input-box-focus,body .gsc-input-box-hover{-webkit-box-shadow:none !important;box-shadow:none !important}body td.gsc-search-button{position:relative}body td.gsc-search-button .gsc-search-button-v2,body td.gsc-search-button .gsc-search-button-v2:focus{width:34px;padding:0;height:32px;border-radius:0;background-color:var(--brand-medium-dark, #14629F);border:0;margin:0;cursor:pointer}body td.gsc-search-button .gsc-search-button-v2:focus,body td.gsc-search-button .gsc-search-button-v2:focus:focus{border:0;-webkit-box-shadow:none;box-shadow:none}body td.gsc-search-button .gsc-search-button-v2>svg,body td.gsc-search-button .gsc-search-button-v2:focus>svg{width:auto;height:auto;margin:auto;opacity:.8}body td.gsc-search-button .gsc-search-button-v2:hover{background-color:var(--brand-medium-dark, #14629F)}body td.gsc-search-button .gsc-search-button-v2:hover>svg{opacity:1}body .gsc-adBlock{display:none}body .gsc-input-box{border:0;background-color:transparent;height:32px}body table.gsc-search-box .gsst_b{position:absolute;top:16px;right:46px}body table.gsc-search-box .gsst_b .gsst_a{padding-top:3.5px}body table.gsc-search-box .gsst_b .gsst_a .gscb_a{color:#B3B3B3;font-size:21px}.gsc-control-cse .gsc-table-result{font-family:"Roboto","Helvetica",Arial,sans-serif}.cse .gsc-control-cse,.gsc-control-cse{padding:0 !important;border:0 !important}/*!
* Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}.container{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}@media (min-width: 1400px){.container{max-width:1280px}}.container-fluid,#teconsent{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}.row,.even-odd-list>.container>ul,.landing-page-card-list .container>ul{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.even-odd-list>.container>ul>li:nth-child(even),.col-lg-6,.col-lg-7,.even-odd-list>.container>ul>li:nth-child(odd),.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.landing-page-card-list .container>ul>li,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto{position:relative;width:100%;padding-right:16px;padding-left:16px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media (min-width: 992px){.col-lg,.landing-page-card-list .container>ul>li{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5,.even-odd-list>.container>ul>li:nth-child(even){flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7,.even-odd-list>.container>ul>li:nth-child(odd){flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media (min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}@media (min-width: 1400px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xxl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xxl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xxl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xxl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media (min-width: 1400px){.d-xxl-none{display:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center,.landing-page-card-list .container>ul{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}@media (min-width: 1400px){.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.m-sci-4{margin:4px !important}.mt-sci-4,.my-sci-4{margin-top:4px !important}.mr-sci-4,.mx-sci-4{margin-right:4px !important}.mb-sci-4,.my-sci-4{margin-bottom:4px !important}.ml-sci-4,.mx-sci-4{margin-left:4px !important}.m-sci-8{margin:8px !important}.mt-sci-8,.my-sci-8{margin-top:8px !important}.mr-sci-8,.mx-sci-8{margin-right:8px !important}.mb-sci-8,.my-sci-8{margin-bottom:8px !important}.ml-sci-8,.mx-sci-8{margin-left:8px !important}.m-sci-12{margin:12px !important}.mt-sci-12,.my-sci-12{margin-top:12px !important}.mr-sci-12,.mx-sci-12{margin-right:12px !important}.mb-sci-12,.my-sci-12{margin-bottom:12px !important}.ml-sci-12,.mx-sci-12{margin-left:12px !important}.m-sci-16{margin:16px !important}.mt-sci-16,.my-sci-16{margin-top:16px !important}.mr-sci-16,.mx-sci-16{margin-right:16px !important}.mb-sci-16,.my-sci-16{margin-bottom:16px !important}.ml-sci-16,.mx-sci-16{margin-left:16px !important}.m-sci-24{margin:24px !important}.mt-sci-24,.my-sci-24{margin-top:24px !important}.mr-sci-24,.mx-sci-24{margin-right:24px !important}.mb-sci-24,.my-sci-24{margin-bottom:24px !important}.ml-sci-24,.mx-sci-24{margin-left:24px !important}.m-sci-40{margin:40px !important}.mt-sci-40,.my-sci-40{margin-top:40px !important}.mr-sci-40,.mx-sci-40{margin-right:40px !important}.mb-sci-40,.my-sci-40{margin-bottom:40px !important}.ml-sci-40,.mx-sci-40{margin-left:40px !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.p-sci-4{padding:4px !important}.pt-sci-4,.py-sci-4{padding-top:4px !important}.pr-sci-4,.px-sci-4{padding-right:4px !important}.pb-sci-4,.py-sci-4{padding-bottom:4px !important}.pl-sci-4,.px-sci-4{padding-left:4px !important}.p-sci-8{padding:8px !important}.pt-sci-8,.py-sci-8{padding-top:8px !important}.pr-sci-8,.px-sci-8{padding-right:8px !important}.pb-sci-8,.py-sci-8{padding-bottom:8px !important}.pl-sci-8,.px-sci-8{padding-left:8px !important}.p-sci-12{padding:12px !important}.pt-sci-12,.py-sci-12{padding-top:12px !important}.pr-sci-12,.px-sci-12{padding-right:12px !important}.pb-sci-12,.py-sci-12{padding-bottom:12px !important}.pl-sci-12,.px-sci-12{padding-left:12px !important}.p-sci-16{padding:16px !important}.pt-sci-16,.py-sci-16{padding-top:16px !important}.pr-sci-16,.px-sci-16{padding-right:16px !important}.pb-sci-16,.py-sci-16{padding-bottom:16px !important}.pl-sci-16,.px-sci-16{padding-left:16px !important}.p-sci-24{padding:24px !important}.pt-sci-24,.py-sci-24{padding-top:24px !important}.pr-sci-24,.px-sci-24{padding-right:24px !important}.pb-sci-24,.py-sci-24{padding-bottom:24px !important}.pl-sci-24,.px-sci-24{padding-left:24px !important}.p-sci-40{padding:40px !important}.pt-sci-40,.py-sci-40{padding-top:40px !important}.pr-sci-40,.px-sci-40{padding-right:40px !important}.pb-sci-40,.py-sci-40{padding-bottom:40px !important}.pl-sci-40,.px-sci-40{padding-left:40px !important}.m-n1{margin:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-nsci-4{margin:-4px !important}.mt-nsci-4,.my-nsci-4{margin-top:-4px !important}.mr-nsci-4,.mx-nsci-4{margin-right:-4px !important}.mb-nsci-4,.my-nsci-4{margin-bottom:-4px !important}.ml-nsci-4,.mx-nsci-4{margin-left:-4px !important}.m-nsci-8{margin:-8px !important}.mt-nsci-8,.my-nsci-8{margin-top:-8px !important}.mr-nsci-8,.mx-nsci-8{margin-right:-8px !important}.mb-nsci-8,.my-nsci-8{margin-bottom:-8px !important}.ml-nsci-8,.mx-nsci-8{margin-left:-8px !important}.m-nsci-12{margin:-12px !important}.mt-nsci-12,.my-nsci-12{margin-top:-12px !important}.mr-nsci-12,.mx-nsci-12{margin-right:-12px !important}.mb-nsci-12,.my-nsci-12{margin-bottom:-12px !important}.ml-nsci-12,.mx-nsci-12{margin-left:-12px !important}.m-nsci-16{margin:-16px !important}.mt-nsci-16,.my-nsci-16{margin-top:-16px !important}.mr-nsci-16,.mx-nsci-16{margin-right:-16px !important}.mb-nsci-16,.my-nsci-16{margin-bottom:-16px !important}.ml-nsci-16,.mx-nsci-16{margin-left:-16px !important}.m-nsci-24{margin:-24px !important}.mt-nsci-24,.my-nsci-24{margin-top:-24px !important}.mr-nsci-24,.mx-nsci-24{margin-right:-24px !important}.mb-nsci-24,.my-nsci-24{margin-bottom:-24px !important}.ml-nsci-24,.mx-nsci-24{margin-left:-24px !important}.m-nsci-40{margin:-40px !important}.mt-nsci-40,.my-nsci-40{margin-top:-40px !important}.mr-nsci-40,.mx-nsci-40{margin-right:-40px !important}.mb-nsci-40,.my-nsci-40{margin-bottom:-40px !important}.ml-nsci-40,.mx-nsci-40{margin-left:-40px !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.m-sm-sci-4{margin:4px !important}.mt-sm-sci-4,.my-sm-sci-4{margin-top:4px !important}.mr-sm-sci-4,.mx-sm-sci-4{margin-right:4px !important}.mb-sm-sci-4,.my-sm-sci-4{margin-bottom:4px !important}.ml-sm-sci-4,.mx-sm-sci-4{margin-left:4px !important}.m-sm-sci-8{margin:8px !important}.mt-sm-sci-8,.my-sm-sci-8{margin-top:8px !important}.mr-sm-sci-8,.mx-sm-sci-8{margin-right:8px !important}.mb-sm-sci-8,.my-sm-sci-8{margin-bottom:8px !important}.ml-sm-sci-8,.mx-sm-sci-8{margin-left:8px !important}.m-sm-sci-12{margin:12px !important}.mt-sm-sci-12,.my-sm-sci-12{margin-top:12px !important}.mr-sm-sci-12,.mx-sm-sci-12{margin-right:12px !important}.mb-sm-sci-12,.my-sm-sci-12{margin-bottom:12px !important}.ml-sm-sci-12,.mx-sm-sci-12{margin-left:12px !important}.m-sm-sci-16{margin:16px !important}.mt-sm-sci-16,.my-sm-sci-16{margin-top:16px !important}.mr-sm-sci-16,.mx-sm-sci-16{margin-right:16px !important}.mb-sm-sci-16,.my-sm-sci-16{margin-bottom:16px !important}.ml-sm-sci-16,.mx-sm-sci-16{margin-left:16px !important}.m-sm-sci-24{margin:24px !important}.mt-sm-sci-24,.my-sm-sci-24{margin-top:24px !important}.mr-sm-sci-24,.mx-sm-sci-24{margin-right:24px !important}.mb-sm-sci-24,.my-sm-sci-24{margin-bottom:24px !important}.ml-sm-sci-24,.mx-sm-sci-24{margin-left:24px !important}.m-sm-sci-40{margin:40px !important}.mt-sm-sci-40,.my-sm-sci-40{margin-top:40px !important}.mr-sm-sci-40,.mx-sm-sci-40{margin-right:40px !important}.mb-sm-sci-40,.my-sm-sci-40{margin-bottom:40px !important}.ml-sm-sci-40,.mx-sm-sci-40{margin-left:40px !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.p-sm-sci-4{padding:4px !important}.pt-sm-sci-4,.py-sm-sci-4{padding-top:4px !important}.pr-sm-sci-4,.px-sm-sci-4{padding-right:4px !important}.pb-sm-sci-4,.py-sm-sci-4{padding-bottom:4px !important}.pl-sm-sci-4,.px-sm-sci-4{padding-left:4px !important}.p-sm-sci-8{padding:8px !important}.pt-sm-sci-8,.py-sm-sci-8{padding-top:8px !important}.pr-sm-sci-8,.px-sm-sci-8{padding-right:8px !important}.pb-sm-sci-8,.py-sm-sci-8{padding-bottom:8px !important}.pl-sm-sci-8,.px-sm-sci-8{padding-left:8px !important}.p-sm-sci-12{padding:12px !important}.pt-sm-sci-12,.py-sm-sci-12{padding-top:12px !important}.pr-sm-sci-12,.px-sm-sci-12{padding-right:12px !important}.pb-sm-sci-12,.py-sm-sci-12{padding-bottom:12px !important}.pl-sm-sci-12,.px-sm-sci-12{padding-left:12px !important}.p-sm-sci-16{padding:16px !important}.pt-sm-sci-16,.py-sm-sci-16{padding-top:16px !important}.pr-sm-sci-16,.px-sm-sci-16{padding-right:16px !important}.pb-sm-sci-16,.py-sm-sci-16{padding-bottom:16px !important}.pl-sm-sci-16,.px-sm-sci-16{padding-left:16px !important}.p-sm-sci-24{padding:24px !important}.pt-sm-sci-24,.py-sm-sci-24{padding-top:24px !important}.pr-sm-sci-24,.px-sm-sci-24{padding-right:24px !important}.pb-sm-sci-24,.py-sm-sci-24{padding-bottom:24px !important}.pl-sm-sci-24,.px-sm-sci-24{padding-left:24px !important}.p-sm-sci-40{padding:40px !important}.pt-sm-sci-40,.py-sm-sci-40{padding-top:40px !important}.pr-sm-sci-40,.px-sm-sci-40{padding-right:40px !important}.pb-sm-sci-40,.py-sm-sci-40{padding-bottom:40px !important}.pl-sm-sci-40,.px-sm-sci-40{padding-left:40px !important}.m-sm-n1{margin:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-nsci-4{margin:-4px !important}.mt-sm-nsci-4,.my-sm-nsci-4{margin-top:-4px !important}.mr-sm-nsci-4,.mx-sm-nsci-4{margin-right:-4px !important}.mb-sm-nsci-4,.my-sm-nsci-4{margin-bottom:-4px !important}.ml-sm-nsci-4,.mx-sm-nsci-4{margin-left:-4px !important}.m-sm-nsci-8{margin:-8px !important}.mt-sm-nsci-8,.my-sm-nsci-8{margin-top:-8px !important}.mr-sm-nsci-8,.mx-sm-nsci-8{margin-right:-8px !important}.mb-sm-nsci-8,.my-sm-nsci-8{margin-bottom:-8px !important}.ml-sm-nsci-8,.mx-sm-nsci-8{margin-left:-8px !important}.m-sm-nsci-12{margin:-12px !important}.mt-sm-nsci-12,.my-sm-nsci-12{margin-top:-12px !important}.mr-sm-nsci-12,.mx-sm-nsci-12{margin-right:-12px !important}.mb-sm-nsci-12,.my-sm-nsci-12{margin-bottom:-12px !important}.ml-sm-nsci-12,.mx-sm-nsci-12{margin-left:-12px !important}.m-sm-nsci-16{margin:-16px !important}.mt-sm-nsci-16,.my-sm-nsci-16{margin-top:-16px !important}.mr-sm-nsci-16,.mx-sm-nsci-16{margin-right:-16px !important}.mb-sm-nsci-16,.my-sm-nsci-16{margin-bottom:-16px !important}.ml-sm-nsci-16,.mx-sm-nsci-16{margin-left:-16px !important}.m-sm-nsci-24{margin:-24px !important}.mt-sm-nsci-24,.my-sm-nsci-24{margin-top:-24px !important}.mr-sm-nsci-24,.mx-sm-nsci-24{margin-right:-24px !important}.mb-sm-nsci-24,.my-sm-nsci-24{margin-bottom:-24px !important}.ml-sm-nsci-24,.mx-sm-nsci-24{margin-left:-24px !important}.m-sm-nsci-40{margin:-40px !important}.mt-sm-nsci-40,.my-sm-nsci-40{margin-top:-40px !important}.mr-sm-nsci-40,.mx-sm-nsci-40{margin-right:-40px !important}.mb-sm-nsci-40,.my-sm-nsci-40{margin-bottom:-40px !important}.ml-sm-nsci-40,.mx-sm-nsci-40{margin-left:-40px !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.m-md-sci-4{margin:4px !important}.mt-md-sci-4,.my-md-sci-4{margin-top:4px !important}.mr-md-sci-4,.mx-md-sci-4{margin-right:4px !important}.mb-md-sci-4,.my-md-sci-4{margin-bottom:4px !important}.ml-md-sci-4,.mx-md-sci-4{margin-left:4px !important}.m-md-sci-8{margin:8px !important}.mt-md-sci-8,.my-md-sci-8{margin-top:8px !important}.mr-md-sci-8,.mx-md-sci-8{margin-right:8px !important}.mb-md-sci-8,.my-md-sci-8{margin-bottom:8px !important}.ml-md-sci-8,.mx-md-sci-8{margin-left:8px !important}.m-md-sci-12{margin:12px !important}.mt-md-sci-12,.my-md-sci-12{margin-top:12px !important}.mr-md-sci-12,.mx-md-sci-12{margin-right:12px !important}.mb-md-sci-12,.my-md-sci-12{margin-bottom:12px !important}.ml-md-sci-12,.mx-md-sci-12{margin-left:12px !important}.m-md-sci-16{margin:16px !important}.mt-md-sci-16,.my-md-sci-16{margin-top:16px !important}.mr-md-sci-16,.mx-md-sci-16{margin-right:16px !important}.mb-md-sci-16,.my-md-sci-16{margin-bottom:16px !important}.ml-md-sci-16,.mx-md-sci-16{margin-left:16px !important}.m-md-sci-24{margin:24px !important}.mt-md-sci-24,.my-md-sci-24{margin-top:24px !important}.mr-md-sci-24,.mx-md-sci-24{margin-right:24px !important}.mb-md-sci-24,.my-md-sci-24{margin-bottom:24px !important}.ml-md-sci-24,.mx-md-sci-24{margin-left:24px !important}.m-md-sci-40{margin:40px !important}.mt-md-sci-40,.my-md-sci-40{margin-top:40px !important}.mr-md-sci-40,.mx-md-sci-40{margin-right:40px !important}.mb-md-sci-40,.my-md-sci-40{margin-bottom:40px !important}.ml-md-sci-40,.mx-md-sci-40{margin-left:40px !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.p-md-sci-4{padding:4px !important}.pt-md-sci-4,.py-md-sci-4{padding-top:4px !important}.pr-md-sci-4,.px-md-sci-4{padding-right:4px !important}.pb-md-sci-4,.py-md-sci-4{padding-bottom:4px !important}.pl-md-sci-4,.px-md-sci-4{padding-left:4px !important}.p-md-sci-8{padding:8px !important}.pt-md-sci-8,.py-md-sci-8{padding-top:8px !important}.pr-md-sci-8,.px-md-sci-8{padding-right:8px !important}.pb-md-sci-8,.py-md-sci-8{padding-bottom:8px !important}.pl-md-sci-8,.px-md-sci-8{padding-left:8px !important}.p-md-sci-12{padding:12px !important}.pt-md-sci-12,.py-md-sci-12{padding-top:12px !important}.pr-md-sci-12,.px-md-sci-12{padding-right:12px !important}.pb-md-sci-12,.py-md-sci-12{padding-bottom:12px !important}.pl-md-sci-12,.px-md-sci-12{padding-left:12px !important}.p-md-sci-16{padding:16px !important}.pt-md-sci-16,.py-md-sci-16{padding-top:16px !important}.pr-md-sci-16,.px-md-sci-16{padding-right:16px !important}.pb-md-sci-16,.py-md-sci-16{padding-bottom:16px !important}.pl-md-sci-16,.px-md-sci-16{padding-left:16px !important}.p-md-sci-24{padding:24px !important}.pt-md-sci-24,.py-md-sci-24{padding-top:24px !important}.pr-md-sci-24,.px-md-sci-24{padding-right:24px !important}.pb-md-sci-24,.py-md-sci-24{padding-bottom:24px !important}.pl-md-sci-24,.px-md-sci-24{padding-left:24px !important}.p-md-sci-40{padding:40px !important}.pt-md-sci-40,.py-md-sci-40{padding-top:40px !important}.pr-md-sci-40,.px-md-sci-40{padding-right:40px !important}.pb-md-sci-40,.py-md-sci-40{padding-bottom:40px !important}.pl-md-sci-40,.px-md-sci-40{padding-left:40px !important}.m-md-n1{margin:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-nsci-4{margin:-4px !important}.mt-md-nsci-4,.my-md-nsci-4{margin-top:-4px !important}.mr-md-nsci-4,.mx-md-nsci-4{margin-right:-4px !important}.mb-md-nsci-4,.my-md-nsci-4{margin-bottom:-4px !important}.ml-md-nsci-4,.mx-md-nsci-4{margin-left:-4px !important}.m-md-nsci-8{margin:-8px !important}.mt-md-nsci-8,.my-md-nsci-8{margin-top:-8px !important}.mr-md-nsci-8,.mx-md-nsci-8{margin-right:-8px !important}.mb-md-nsci-8,.my-md-nsci-8{margin-bottom:-8px !important}.ml-md-nsci-8,.mx-md-nsci-8{margin-left:-8px !important}.m-md-nsci-12{margin:-12px !important}.mt-md-nsci-12,.my-md-nsci-12{margin-top:-12px !important}.mr-md-nsci-12,.mx-md-nsci-12{margin-right:-12px !important}.mb-md-nsci-12,.my-md-nsci-12{margin-bottom:-12px !important}.ml-md-nsci-12,.mx-md-nsci-12{margin-left:-12px !important}.m-md-nsci-16{margin:-16px !important}.mt-md-nsci-16,.my-md-nsci-16{margin-top:-16px !important}.mr-md-nsci-16,.mx-md-nsci-16{margin-right:-16px !important}.mb-md-nsci-16,.my-md-nsci-16{margin-bottom:-16px !important}.ml-md-nsci-16,.mx-md-nsci-16{margin-left:-16px !important}.m-md-nsci-24{margin:-24px !important}.mt-md-nsci-24,.my-md-nsci-24{margin-top:-24px !important}.mr-md-nsci-24,.mx-md-nsci-24{margin-right:-24px !important}.mb-md-nsci-24,.my-md-nsci-24{margin-bottom:-24px !important}.ml-md-nsci-24,.mx-md-nsci-24{margin-left:-24px !important}.m-md-nsci-40{margin:-40px !important}.mt-md-nsci-40,.my-md-nsci-40{margin-top:-40px !important}.mr-md-nsci-40,.mx-md-nsci-40{margin-right:-40px !important}.mb-md-nsci-40,.my-md-nsci-40{margin-bottom:-40px !important}.ml-md-nsci-40,.mx-md-nsci-40{margin-left:-40px !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.m-lg-sci-4{margin:4px !important}.mt-lg-sci-4,.my-lg-sci-4{margin-top:4px !important}.mr-lg-sci-4,.mx-lg-sci-4{margin-right:4px !important}.mb-lg-sci-4,.my-lg-sci-4{margin-bottom:4px !important}.ml-lg-sci-4,.mx-lg-sci-4{margin-left:4px !important}.m-lg-sci-8{margin:8px !important}.mt-lg-sci-8,.my-lg-sci-8{margin-top:8px !important}.mr-lg-sci-8,.mx-lg-sci-8{margin-right:8px !important}.mb-lg-sci-8,.my-lg-sci-8{margin-bottom:8px !important}.ml-lg-sci-8,.mx-lg-sci-8{margin-left:8px !important}.m-lg-sci-12{margin:12px !important}.mt-lg-sci-12,.my-lg-sci-12{margin-top:12px !important}.mr-lg-sci-12,.mx-lg-sci-12{margin-right:12px !important}.mb-lg-sci-12,.my-lg-sci-12{margin-bottom:12px !important}.ml-lg-sci-12,.mx-lg-sci-12{margin-left:12px !important}.m-lg-sci-16{margin:16px !important}.mt-lg-sci-16,.my-lg-sci-16{margin-top:16px !important}.mr-lg-sci-16,.mx-lg-sci-16{margin-right:16px !important}.mb-lg-sci-16,.my-lg-sci-16{margin-bottom:16px !important}.ml-lg-sci-16,.mx-lg-sci-16{margin-left:16px !important}.m-lg-sci-24{margin:24px !important}.mt-lg-sci-24,.my-lg-sci-24{margin-top:24px !important}.mr-lg-sci-24,.mx-lg-sci-24{margin-right:24px !important}.mb-lg-sci-24,.my-lg-sci-24{margin-bottom:24px !important}.ml-lg-sci-24,.mx-lg-sci-24{margin-left:24px !important}.m-lg-sci-40{margin:40px !important}.mt-lg-sci-40,.my-lg-sci-40{margin-top:40px !important}.mr-lg-sci-40,.mx-lg-sci-40{margin-right:40px !important}.mb-lg-sci-40,.my-lg-sci-40{margin-bottom:40px !important}.ml-lg-sci-40,.mx-lg-sci-40{margin-left:40px !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.p-lg-sci-4{padding:4px !important}.pt-lg-sci-4,.py-lg-sci-4{padding-top:4px !important}.pr-lg-sci-4,.px-lg-sci-4{padding-right:4px !important}.pb-lg-sci-4,.py-lg-sci-4{padding-bottom:4px !important}.pl-lg-sci-4,.px-lg-sci-4{padding-left:4px !important}.p-lg-sci-8{padding:8px !important}.pt-lg-sci-8,.py-lg-sci-8{padding-top:8px !important}.pr-lg-sci-8,.px-lg-sci-8{padding-right:8px !important}.pb-lg-sci-8,.py-lg-sci-8{padding-bottom:8px !important}.pl-lg-sci-8,.px-lg-sci-8{padding-left:8px !important}.p-lg-sci-12{padding:12px !important}.pt-lg-sci-12,.py-lg-sci-12{padding-top:12px !important}.pr-lg-sci-12,.px-lg-sci-12{padding-right:12px !important}.pb-lg-sci-12,.py-lg-sci-12{padding-bottom:12px !important}.pl-lg-sci-12,.px-lg-sci-12{padding-left:12px !important}.p-lg-sci-16{padding:16px !important}.pt-lg-sci-16,.py-lg-sci-16{padding-top:16px !important}.pr-lg-sci-16,.px-lg-sci-16{padding-right:16px !important}.pb-lg-sci-16,.py-lg-sci-16{padding-bottom:16px !important}.pl-lg-sci-16,.px-lg-sci-16{padding-left:16px !important}.p-lg-sci-24{padding:24px !important}.pt-lg-sci-24,.py-lg-sci-24{padding-top:24px !important}.pr-lg-sci-24,.px-lg-sci-24{padding-right:24px !important}.pb-lg-sci-24,.py-lg-sci-24{padding-bottom:24px !important}.pl-lg-sci-24,.px-lg-sci-24{padding-left:24px !important}.p-lg-sci-40{padding:40px !important}.pt-lg-sci-40,.py-lg-sci-40{padding-top:40px !important}.pr-lg-sci-40,.px-lg-sci-40{padding-right:40px !important}.pb-lg-sci-40,.py-lg-sci-40{padding-bottom:40px !important}.pl-lg-sci-40,.px-lg-sci-40{padding-left:40px !important}.m-lg-n1{margin:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-nsci-4{margin:-4px !important}.mt-lg-nsci-4,.my-lg-nsci-4{margin-top:-4px !important}.mr-lg-nsci-4,.mx-lg-nsci-4{margin-right:-4px !important}.mb-lg-nsci-4,.my-lg-nsci-4{margin-bottom:-4px !important}.ml-lg-nsci-4,.mx-lg-nsci-4{margin-left:-4px !important}.m-lg-nsci-8{margin:-8px !important}.mt-lg-nsci-8,.my-lg-nsci-8{margin-top:-8px !important}.mr-lg-nsci-8,.mx-lg-nsci-8{margin-right:-8px !important}.mb-lg-nsci-8,.my-lg-nsci-8{margin-bottom:-8px !important}.ml-lg-nsci-8,.mx-lg-nsci-8{margin-left:-8px !important}.m-lg-nsci-12{margin:-12px !important}.mt-lg-nsci-12,.my-lg-nsci-12{margin-top:-12px !important}.mr-lg-nsci-12,.mx-lg-nsci-12{margin-right:-12px !important}.mb-lg-nsci-12,.my-lg-nsci-12{margin-bottom:-12px !important}.ml-lg-nsci-12,.mx-lg-nsci-12{margin-left:-12px !important}.m-lg-nsci-16{margin:-16px !important}.mt-lg-nsci-16,.my-lg-nsci-16{margin-top:-16px !important}.mr-lg-nsci-16,.mx-lg-nsci-16{margin-right:-16px !important}.mb-lg-nsci-16,.my-lg-nsci-16{margin-bottom:-16px !important}.ml-lg-nsci-16,.mx-lg-nsci-16{margin-left:-16px !important}.m-lg-nsci-24{margin:-24px !important}.mt-lg-nsci-24,.my-lg-nsci-24{margin-top:-24px !important}.mr-lg-nsci-24,.mx-lg-nsci-24{margin-right:-24px !important}.mb-lg-nsci-24,.my-lg-nsci-24{margin-bottom:-24px !important}.ml-lg-nsci-24,.mx-lg-nsci-24{margin-left:-24px !important}.m-lg-nsci-40{margin:-40px !important}.mt-lg-nsci-40,.my-lg-nsci-40{margin-top:-40px !important}.mr-lg-nsci-40,.mx-lg-nsci-40{margin-right:-40px !important}.mb-lg-nsci-40,.my-lg-nsci-40{margin-bottom:-40px !important}.ml-lg-nsci-40,.mx-lg-nsci-40{margin-left:-40px !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.m-xl-sci-4{margin:4px !important}.mt-xl-sci-4,.my-xl-sci-4{margin-top:4px !important}.mr-xl-sci-4,.mx-xl-sci-4{margin-right:4px !important}.mb-xl-sci-4,.my-xl-sci-4{margin-bottom:4px !important}.ml-xl-sci-4,.mx-xl-sci-4{margin-left:4px !important}.m-xl-sci-8{margin:8px !important}.mt-xl-sci-8,.my-xl-sci-8{margin-top:8px !important}.mr-xl-sci-8,.mx-xl-sci-8{margin-right:8px !important}.mb-xl-sci-8,.my-xl-sci-8{margin-bottom:8px !important}.ml-xl-sci-8,.mx-xl-sci-8{margin-left:8px !important}.m-xl-sci-12{margin:12px !important}.mt-xl-sci-12,.my-xl-sci-12{margin-top:12px !important}.mr-xl-sci-12,.mx-xl-sci-12{margin-right:12px !important}.mb-xl-sci-12,.my-xl-sci-12{margin-bottom:12px !important}.ml-xl-sci-12,.mx-xl-sci-12{margin-left:12px !important}.m-xl-sci-16{margin:16px !important}.mt-xl-sci-16,.my-xl-sci-16{margin-top:16px !important}.mr-xl-sci-16,.mx-xl-sci-16{margin-right:16px !important}.mb-xl-sci-16,.my-xl-sci-16{margin-bottom:16px !important}.ml-xl-sci-16,.mx-xl-sci-16{margin-left:16px !important}.m-xl-sci-24{margin:24px !important}.mt-xl-sci-24,.my-xl-sci-24{margin-top:24px !important}.mr-xl-sci-24,.mx-xl-sci-24{margin-right:24px !important}.mb-xl-sci-24,.my-xl-sci-24{margin-bottom:24px !important}.ml-xl-sci-24,.mx-xl-sci-24{margin-left:24px !important}.m-xl-sci-40{margin:40px !important}.mt-xl-sci-40,.my-xl-sci-40{margin-top:40px !important}.mr-xl-sci-40,.mx-xl-sci-40{margin-right:40px !important}.mb-xl-sci-40,.my-xl-sci-40{margin-bottom:40px !important}.ml-xl-sci-40,.mx-xl-sci-40{margin-left:40px !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.p-xl-sci-4{padding:4px !important}.pt-xl-sci-4,.py-xl-sci-4{padding-top:4px !important}.pr-xl-sci-4,.px-xl-sci-4{padding-right:4px !important}.pb-xl-sci-4,.py-xl-sci-4{padding-bottom:4px !important}.pl-xl-sci-4,.px-xl-sci-4{padding-left:4px !important}.p-xl-sci-8{padding:8px !important}.pt-xl-sci-8,.py-xl-sci-8{padding-top:8px !important}.pr-xl-sci-8,.px-xl-sci-8{padding-right:8px !important}.pb-xl-sci-8,.py-xl-sci-8{padding-bottom:8px !important}.pl-xl-sci-8,.px-xl-sci-8{padding-left:8px !important}.p-xl-sci-12{padding:12px !important}.pt-xl-sci-12,.py-xl-sci-12{padding-top:12px !important}.pr-xl-sci-12,.px-xl-sci-12{padding-right:12px !important}.pb-xl-sci-12,.py-xl-sci-12{padding-bottom:12px !important}.pl-xl-sci-12,.px-xl-sci-12{padding-left:12px !important}.p-xl-sci-16{padding:16px !important}.pt-xl-sci-16,.py-xl-sci-16{padding-top:16px !important}.pr-xl-sci-16,.px-xl-sci-16{padding-right:16px !important}.pb-xl-sci-16,.py-xl-sci-16{padding-bottom:16px !important}.pl-xl-sci-16,.px-xl-sci-16{padding-left:16px !important}.p-xl-sci-24{padding:24px !important}.pt-xl-sci-24,.py-xl-sci-24{padding-top:24px !important}.pr-xl-sci-24,.px-xl-sci-24{padding-right:24px !important}.pb-xl-sci-24,.py-xl-sci-24{padding-bottom:24px !important}.pl-xl-sci-24,.px-xl-sci-24{padding-left:24px !important}.p-xl-sci-40{padding:40px !important}.pt-xl-sci-40,.py-xl-sci-40{padding-top:40px !important}.pr-xl-sci-40,.px-xl-sci-40{padding-right:40px !important}.pb-xl-sci-40,.py-xl-sci-40{padding-bottom:40px !important}.pl-xl-sci-40,.px-xl-sci-40{padding-left:40px !important}.m-xl-n1{margin:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-nsci-4{margin:-4px !important}.mt-xl-nsci-4,.my-xl-nsci-4{margin-top:-4px !important}.mr-xl-nsci-4,.mx-xl-nsci-4{margin-right:-4px !important}.mb-xl-nsci-4,.my-xl-nsci-4{margin-bottom:-4px !important}.ml-xl-nsci-4,.mx-xl-nsci-4{margin-left:-4px !important}.m-xl-nsci-8{margin:-8px !important}.mt-xl-nsci-8,.my-xl-nsci-8{margin-top:-8px !important}.mr-xl-nsci-8,.mx-xl-nsci-8{margin-right:-8px !important}.mb-xl-nsci-8,.my-xl-nsci-8{margin-bottom:-8px !important}.ml-xl-nsci-8,.mx-xl-nsci-8{margin-left:-8px !important}.m-xl-nsci-12{margin:-12px !important}.mt-xl-nsci-12,.my-xl-nsci-12{margin-top:-12px !important}.mr-xl-nsci-12,.mx-xl-nsci-12{margin-right:-12px !important}.mb-xl-nsci-12,.my-xl-nsci-12{margin-bottom:-12px !important}.ml-xl-nsci-12,.mx-xl-nsci-12{margin-left:-12px !important}.m-xl-nsci-16{margin:-16px !important}.mt-xl-nsci-16,.my-xl-nsci-16{margin-top:-16px !important}.mr-xl-nsci-16,.mx-xl-nsci-16{margin-right:-16px !important}.mb-xl-nsci-16,.my-xl-nsci-16{margin-bottom:-16px !important}.ml-xl-nsci-16,.mx-xl-nsci-16{margin-left:-16px !important}.m-xl-nsci-24{margin:-24px !important}.mt-xl-nsci-24,.my-xl-nsci-24{margin-top:-24px !important}.mr-xl-nsci-24,.mx-xl-nsci-24{margin-right:-24px !important}.mb-xl-nsci-24,.my-xl-nsci-24{margin-bottom:-24px !important}.ml-xl-nsci-24,.mx-xl-nsci-24{margin-left:-24px !important}.m-xl-nsci-40{margin:-40px !important}.mt-xl-nsci-40,.my-xl-nsci-40{margin-top:-40px !important}.mr-xl-nsci-40,.mx-xl-nsci-40{margin-right:-40px !important}.mb-xl-nsci-40,.my-xl-nsci-40{margin-bottom:-40px !important}.ml-xl-nsci-40,.mx-xl-nsci-40{margin-left:-40px !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media (min-width: 1400px){.m-xxl-0{margin:0 !important}.mt-xxl-0,.my-xxl-0{margin-top:0 !important}.mr-xxl-0,.mx-xxl-0{margin-right:0 !important}.mb-xxl-0,.my-xxl-0{margin-bottom:0 !important}.ml-xxl-0,.mx-xxl-0{margin-left:0 !important}.m-xxl-1{margin:.25rem !important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem !important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem !important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem !important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem !important}.m-xxl-2{margin:.5rem !important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem !important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem !important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem !important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem !important}.m-xxl-3{margin:1rem !important}.mt-xxl-3,.my-xxl-3{margin-top:1rem !important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem !important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem !important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem !important}.m-xxl-4{margin:1.5rem !important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem !important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem !important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem !important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem !important}.m-xxl-5{margin:3rem !important}.mt-xxl-5,.my-xxl-5{margin-top:3rem !important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem !important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem !important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem !important}.m-xxl-sci-4{margin:4px !important}.mt-xxl-sci-4,.my-xxl-sci-4{margin-top:4px !important}.mr-xxl-sci-4,.mx-xxl-sci-4{margin-right:4px !important}.mb-xxl-sci-4,.my-xxl-sci-4{margin-bottom:4px !important}.ml-xxl-sci-4,.mx-xxl-sci-4{margin-left:4px !important}.m-xxl-sci-8{margin:8px !important}.mt-xxl-sci-8,.my-xxl-sci-8{margin-top:8px !important}.mr-xxl-sci-8,.mx-xxl-sci-8{margin-right:8px !important}.mb-xxl-sci-8,.my-xxl-sci-8{margin-bottom:8px !important}.ml-xxl-sci-8,.mx-xxl-sci-8{margin-left:8px !important}.m-xxl-sci-12{margin:12px !important}.mt-xxl-sci-12,.my-xxl-sci-12{margin-top:12px !important}.mr-xxl-sci-12,.mx-xxl-sci-12{margin-right:12px !important}.mb-xxl-sci-12,.my-xxl-sci-12{margin-bottom:12px !important}.ml-xxl-sci-12,.mx-xxl-sci-12{margin-left:12px !important}.m-xxl-sci-16{margin:16px !important}.mt-xxl-sci-16,.my-xxl-sci-16{margin-top:16px !important}.mr-xxl-sci-16,.mx-xxl-sci-16{margin-right:16px !important}.mb-xxl-sci-16,.my-xxl-sci-16{margin-bottom:16px !important}.ml-xxl-sci-16,.mx-xxl-sci-16{margin-left:16px !important}.m-xxl-sci-24{margin:24px !important}.mt-xxl-sci-24,.my-xxl-sci-24{margin-top:24px !important}.mr-xxl-sci-24,.mx-xxl-sci-24{margin-right:24px !important}.mb-xxl-sci-24,.my-xxl-sci-24{margin-bottom:24px !important}.ml-xxl-sci-24,.mx-xxl-sci-24{margin-left:24px !important}.m-xxl-sci-40{margin:40px !important}.mt-xxl-sci-40,.my-xxl-sci-40{margin-top:40px !important}.mr-xxl-sci-40,.mx-xxl-sci-40{margin-right:40px !important}.mb-xxl-sci-40,.my-xxl-sci-40{margin-bottom:40px !important}.ml-xxl-sci-40,.mx-xxl-sci-40{margin-left:40px !important}.p-xxl-0{padding:0 !important}.pt-xxl-0,.py-xxl-0{padding-top:0 !important}.pr-xxl-0,.px-xxl-0{padding-right:0 !important}.pb-xxl-0,.py-xxl-0{padding-bottom:0 !important}.pl-xxl-0,.px-xxl-0{padding-left:0 !important}.p-xxl-1{padding:.25rem !important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem !important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem !important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem !important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem !important}.p-xxl-2{padding:.5rem !important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem !important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem !important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem !important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem !important}.p-xxl-3{padding:1rem !important}.pt-xxl-3,.py-xxl-3{padding-top:1rem !important}.pr-xxl-3,.px-xxl-3{padding-right:1rem !important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem !important}.pl-xxl-3,.px-xxl-3{padding-left:1rem !important}.p-xxl-4{padding:1.5rem !important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem !important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem !important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem !important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem !important}.p-xxl-5{padding:3rem !important}.pt-xxl-5,.py-xxl-5{padding-top:3rem !important}.pr-xxl-5,.px-xxl-5{padding-right:3rem !important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem !important}.pl-xxl-5,.px-xxl-5{padding-left:3rem !important}.p-xxl-sci-4{padding:4px !important}.pt-xxl-sci-4,.py-xxl-sci-4{padding-top:4px !important}.pr-xxl-sci-4,.px-xxl-sci-4{padding-right:4px !important}.pb-xxl-sci-4,.py-xxl-sci-4{padding-bottom:4px !important}.pl-xxl-sci-4,.px-xxl-sci-4{padding-left:4px !important}.p-xxl-sci-8{padding:8px !important}.pt-xxl-sci-8,.py-xxl-sci-8{padding-top:8px !important}.pr-xxl-sci-8,.px-xxl-sci-8{padding-right:8px !important}.pb-xxl-sci-8,.py-xxl-sci-8{padding-bottom:8px !important}.pl-xxl-sci-8,.px-xxl-sci-8{padding-left:8px !important}.p-xxl-sci-12{padding:12px !important}.pt-xxl-sci-12,.py-xxl-sci-12{padding-top:12px !important}.pr-xxl-sci-12,.px-xxl-sci-12{padding-right:12px !important}.pb-xxl-sci-12,.py-xxl-sci-12{padding-bottom:12px !important}.pl-xxl-sci-12,.px-xxl-sci-12{padding-left:12px !important}.p-xxl-sci-16{padding:16px !important}.pt-xxl-sci-16,.py-xxl-sci-16{padding-top:16px !important}.pr-xxl-sci-16,.px-xxl-sci-16{padding-right:16px !important}.pb-xxl-sci-16,.py-xxl-sci-16{padding-bottom:16px !important}.pl-xxl-sci-16,.px-xxl-sci-16{padding-left:16px !important}.p-xxl-sci-24{padding:24px !important}.pt-xxl-sci-24,.py-xxl-sci-24{padding-top:24px !important}.pr-xxl-sci-24,.px-xxl-sci-24{padding-right:24px !important}.pb-xxl-sci-24,.py-xxl-sci-24{padding-bottom:24px !important}.pl-xxl-sci-24,.px-xxl-sci-24{padding-left:24px !important}.p-xxl-sci-40{padding:40px !important}.pt-xxl-sci-40,.py-xxl-sci-40{padding-top:40px !important}.pr-xxl-sci-40,.px-xxl-sci-40{padding-right:40px !important}.pb-xxl-sci-40,.py-xxl-sci-40{padding-bottom:40px !important}.pl-xxl-sci-40,.px-xxl-sci-40{padding-left:40px !important}.m-xxl-n1{margin:-.25rem !important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem !important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem !important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem !important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem !important}.m-xxl-n2{margin:-.5rem !important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem !important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem !important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem !important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem !important}.m-xxl-n3{margin:-1rem !important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem !important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem !important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem !important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem !important}.m-xxl-n4{margin:-1.5rem !important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem !important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem !important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem !important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem !important}.m-xxl-n5{margin:-3rem !important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem !important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem !important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem !important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem !important}.m-xxl-nsci-4{margin:-4px !important}.mt-xxl-nsci-4,.my-xxl-nsci-4{margin-top:-4px !important}.mr-xxl-nsci-4,.mx-xxl-nsci-4{margin-right:-4px !important}.mb-xxl-nsci-4,.my-xxl-nsci-4{margin-bottom:-4px !important}.ml-xxl-nsci-4,.mx-xxl-nsci-4{margin-left:-4px !important}.m-xxl-nsci-8{margin:-8px !important}.mt-xxl-nsci-8,.my-xxl-nsci-8{margin-top:-8px !important}.mr-xxl-nsci-8,.mx-xxl-nsci-8{margin-right:-8px !important}.mb-xxl-nsci-8,.my-xxl-nsci-8{margin-bottom:-8px !important}.ml-xxl-nsci-8,.mx-xxl-nsci-8{margin-left:-8px !important}.m-xxl-nsci-12{margin:-12px !important}.mt-xxl-nsci-12,.my-xxl-nsci-12{margin-top:-12px !important}.mr-xxl-nsci-12,.mx-xxl-nsci-12{margin-right:-12px !important}.mb-xxl-nsci-12,.my-xxl-nsci-12{margin-bottom:-12px !important}.ml-xxl-nsci-12,.mx-xxl-nsci-12{margin-left:-12px !important}.m-xxl-nsci-16{margin:-16px !important}.mt-xxl-nsci-16,.my-xxl-nsci-16{margin-top:-16px !important}.mr-xxl-nsci-16,.mx-xxl-nsci-16{margin-right:-16px !important}.mb-xxl-nsci-16,.my-xxl-nsci-16{margin-bottom:-16px !important}.ml-xxl-nsci-16,.mx-xxl-nsci-16{margin-left:-16px !important}.m-xxl-nsci-24{margin:-24px !important}.mt-xxl-nsci-24,.my-xxl-nsci-24{margin-top:-24px !important}.mr-xxl-nsci-24,.mx-xxl-nsci-24{margin-right:-24px !important}.mb-xxl-nsci-24,.my-xxl-nsci-24{margin-bottom:-24px !important}.ml-xxl-nsci-24,.mx-xxl-nsci-24{margin-left:-24px !important}.m-xxl-nsci-40{margin:-40px !important}.mt-xxl-nsci-40,.my-xxl-nsci-40{margin-top:-40px !important}.mr-xxl-nsci-40,.mx-xxl-nsci-40{margin-right:-40px !important}.mb-xxl-nsci-40,.my-xxl-nsci-40{margin-bottom:-40px !important}.ml-xxl-nsci-40,.mx-xxl-nsci-40{margin-left:-40px !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto !important}}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.form-control{display:block;width:100%;height:calc(2.6rem + 2px);padding:.5rem 1rem;font-size:1rem;line-height:1.6;color:#4D4D4D;background-color:#fff;background-clip:padding-box;border:1px solid gray;border-radius:0;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media screen and (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control::-ms-clear,.form-control::-ms-reveal{display:none}.form-control:focus{color:#4D4D4D;background-color:#fff;border-color:var(--brand-primary, #1776BF);outline:0;box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF)}.form-control::placeholder{color:gray;opacity:1}.form-control:not(:disabled):not([disabled]):not([readonly]):hover,.form-control:not(:disabled):not([disabled]):not([readonly]):focus{border-color:var(--brand-primary, #1776BF);outline:0;box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF)}.form-control:disabled,.form-control[readonly]{background-color:#F2F2F2;opacity:1}.form-control.textFieldError,.mktoInvalid,select.mktoInvalid,.form-control.ng-invalid.ng-touched,.form-control.textFieldError+.input-group-append,.mktoInvalid+.input-group-append,select.mktoInvalid+.input-group-append,.form-control.ng-invalid.ng-touched+.input-group-append{border-bottom:#E0000E;box-shadow:inset 0 -3px 0 #E0000E !important}.form-control.textFieldError:focus,.mktoInvalid:focus,.form-control.textFieldError:hover,.mktoInvalid:hover,.form-control.ng-invalid.ng-touched:focus,.form-control.ng-invalid.ng-touched:hover,.form-control.textFieldError+.input-group-append:focus,.mktoInvalid+.input-group-append:focus,select.mktoInvalid+.input-group-append:focus,.form-control.textFieldError+.input-group-append:hover,.mktoInvalid+.input-group-append:hover,select.mktoInvalid+.input-group-append:hover,.form-control.ng-invalid.ng-touched+.input-group-append:focus,.form-control.ng-invalid.ng-touched+.input-group-append:hover{color:#4D4D4D;background-color:#fff;border-color:var(--brand-primary, #1776BF);border-bottom-color:#E0000E !important;outline:0;box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF),inset 0 -3px 0 #E0000E !important}.form-control.delite-highlight.ng-invalid.ng-untouched.ng-dirty,.form-control.delite-highlight.ng-invalid.ng-untouched.ng-pristine:focus{border-bottom:var(--brand-primary, #1776BF);box-shadow:0 3px 0 var(--brand-primary, #1776BF) !important}:not(output):-moz-ui-invalid{box-shadow:none}select.form-control:focus::-ms-value{color:#4D4D4D;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.6}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;line-height:1.6;color:var(--gray-text, #333);background-color:transparent;border:solid transparent;border-width:1px 0;text-overflow:ellipsis;overflow:hidden}.form-control-plaintext.form-control-sm,.form-group-sm .form-control-plaintext.form-control,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm,.form-group-sm .form-control{height:calc(1.8125rem + 2px + 1px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:0}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto !important}.form-group{margin-bottom:1rem;position:relative}.form-group label:not(.custom-control-label){font-weight:500}.form-group .clear,.form-group .toggle-password{position:absolute;right:8px;color:var(--link-color, var(--brand-primary, #1776BF));display:none}.form-group .clear:hover,.form-group .toggle-password:hover{color:var(--link-color-hover, var(--brand-medium-dark, #14629F))}.form-group:hover .clear,.form-group:hover .toggle-password{display:block}.form-group .toggle-password{color:inherit}.form-group .form-control:focus ~ .clear,.form-group .form-control:focus ~ .toggle-password{display:block}.form-group .form-control+.clear,.form-group .form-control+.toggle-password{top:4px}.form-group label+.kcInputWrapperClass>.clear,.form-group label+.form-control+.clear,.form-group label+.kcInputWrapperClass>.toggle-password,.form-group label+.form-control+.toggle-password{top:28px}.form-text.validationFailure:before,.mktoErrorMsg:before,.form-text.validationInfo:before,.validationInfo.mktoErrorMsg:before,tag-input .error-messages .error-message span:before{display:inline-block;font-family:"dlt-icons";font-style:normal;font-weight:normal;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;font-size:1rem;vertical-align:text-bottom}.form-text,.mktoErrorMsg{display:block;margin-top:.25rem;font-size:.875rem}.form-text.validationFailure,.mktoErrorMsg{font-size:.75rem}.form-text.validationFailure>span,.mktoErrorMsg>span{position:relative;top:-1px}.form-text.validationFailure:before,.mktoErrorMsg:before{content:"";color:#E0000E}.form-text.validationInfo,.validationInfo.mktoErrorMsg{font-size:.75rem}.form-text.validationInfo>span,.validationInfo.mktoErrorMsg>span{position:relative;top:-1px}.form-text.validationInfo:before,.validationInfo.mktoErrorMsg:before{content:"";color:var(--brand-light, #1C8CE3)}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled ~ .form-check-label{color:var(--text-muted, #999)}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#657506}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#657506;background-color:#657506;border-radius:0}.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#657506}.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#657506;box-shadow:0 0 0 1px rgba(101,117,6,0.25)}.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip,.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-tooltip,.custom-select.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-tooltip{display:block}.was-validated .form-control-file:valid ~ .valid-feedback,.was-validated .form-control-file:valid ~ .valid-tooltip,.form-control-file.is-valid ~ .valid-feedback,.form-control-file.is-valid ~ .valid-tooltip{display:block}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#657506}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#657506}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{background-color:#ceee0c}.was-validated .custom-control-input:valid ~ .valid-feedback,.was-validated .custom-control-input:valid ~ .valid-tooltip,.custom-control-input.is-valid ~ .valid-feedback,.custom-control-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{background-color:#8fa608}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 1px rgba(101,117,6,0.25)}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#657506}.was-validated .custom-file-input:valid ~ .custom-file-label::after,.custom-file-input.is-valid ~ .custom-file-label::after{border-color:inherit}.was-validated .custom-file-input:valid ~ .valid-feedback,.was-validated .custom-file-input:valid ~ .valid-tooltip,.custom-file-input.is-valid ~ .valid-feedback,.custom-file-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{box-shadow:0 0 0 1px rgba(101,117,6,0.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#E0000E}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#E0000E;background-color:#e0000e;border-radius:0}.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#E0000E}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#E0000E;box-shadow:0 0 0 1px rgba(224,0,14,0.25)}.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip,.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-control-file:invalid ~ .invalid-feedback,.was-validated .form-control-file:invalid ~ .invalid-tooltip,.form-control-file.is-invalid ~ .invalid-feedback,.form-control-file.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#E0000E}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#E0000E}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{background-color:#ff616a}.was-validated .custom-control-input:invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip,.custom-control-input.is-invalid ~ .invalid-feedback,.custom-control-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{background-color:#ff1423}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 1px rgba(224,0,14,0.25)}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#E0000E}.was-validated .custom-file-input:invalid ~ .custom-file-label::after,.custom-file-input.is-invalid ~ .custom-file-label::after{border-color:inherit}.was-validated .custom-file-input:invalid ~ .invalid-feedback,.was-validated .custom-file-input:invalid ~ .invalid-tooltip,.custom-file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{box-shadow:0 0 0 1px rgba(224,0,14,0.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.form-group-sm label{font-size:.875rem}.form-group-sm p{font-size:.875rem}@supports (-moz-appearance: none){.custom-select{padding-left:0.3125rem !important}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.custom-select,.custom-select:focus{background-position-x:right -5.5rem !important;background-position-y:top .35rem !important;background-size:13rem !important}.col-md-6 .custom-select,.col-md-6 .custom-select:focus{background-position-x:right -2.25rem !important;background-position-y:top .35rem !important;background-size:6.5rem !important;padding-right:.25rem}}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:var(--brand-primary, #1776BF);background-color:#fff;box-shadow:none}.custom-control-input:focus ~ .custom-control-label::before{border-color:var(--brand-primary, #1776BF) !important;outline:0;box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF)}.custom-control-input:active ~ .custom-control-label::before{border-color:var(--brand-primary, #1776BF);outline:0;box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF)}.custom-control-input:disabled ~ .custom-control-label{color:gray}.custom-control-input:disabled ~ .custom-control-label::before{background-color:#E5E5E5}.custom-control-label{position:relative;margin-bottom:0;font-size:.875rem;padding-top:.25rem;font-weight:normal}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";user-select:none;background-color:#fff;border:1px solid gray;transition:all .25s ease-in;outline:1px solid transparent;outline-offset:-2px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:0}.custom-checkbox .custom-control-label{cursor:pointer}.custom-checkbox .custom-control-label:hover:before{border-color:var(--brand-primary, #1776BF) !important;outline:0;box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF)}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{border-color:gray}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='var(--brand-primary, %231776BF)' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");background-size:60%}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{background-color:#fff;border-color:#fff}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='var(--brand-primary, %231776BF)' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(var(--brand-primary, #1776BF), 0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(var(--brand-primary, #1776BF), 0.5)}.custom-checkbox .custom-control-input.ng-invalid.ng-touched ~ .custom-control-label::before{border-color:#E0000E}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-label{cursor:pointer}.custom-radio .custom-control-label:hover:before{border-color:var(--brand-primary, #1776BF) !important;outline:0;box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF)}.custom-radio .custom-control-input:checked ~ .custom-control-label::before{background-color:#fff}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='var(--brand-primary, %231776BF)'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(var(--brand-primary, #1776BF), 0.5)}.custom-select{display:inline-block;width:100%;height:calc(2.6rem + 2px);padding:.25rem 1.5rem .25rem .5rem;line-height:1.6;color:#4D4D4D;vertical-align:middle;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%231776BF' d='M2 4L0 2h4z'/%3E%3C/svg%3E") no-repeat right .5rem center;background-size:14px;border:1px solid gray;border-radius:0;appearance:none;-webkit-appearance:none;-moz-appearance:none}.custom-select:focus,.custom-select:hover{border-color:var(--brand-primary, #1776BF);outline:0;box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF)}.custom-select:focus::-ms-value,.custom-select:hover::-ms-value{color:#4D4D4D;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.5rem;background-image:none}.custom-select:disabled{color:gray;background-color:#E5E5E5}.custom-select::-ms-expand{opacity:0}.custom-select.form-control-error,.custom-select.mktoInvalid{border-bottom-color:#E0000E;box-shadow:inset 0 -3px 0 #E0000E}.custom-select.form-control-error:focus,.custom-select.form-control-error:hover,.custom-select.mktoInvalid:focus,.custom-select.mktoInvalid:hover{color:#4D4D4D;background-color:#fff;border-color:var(--brand-primary, #1776BF);border-bottom-color:#E0000E;outline:0;box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF),0 3px 0 #E0000E}.custom-select-sm,.form-group-sm .custom-select{height:calc(1.8125rem + 2px + 1px);padding-top:.25rem;padding-bottom:.25rem;font-size:.875rem;line-height:1.5}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.25rem;padding-bottom:.25rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.6rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.6rem + 2px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-label{border-color:var(--brand-primary, #1776BF);box-shadow:0 0 0 1px white,0 0 0 2px #fff}.custom-file-input:focus ~ .custom-file-label::after{border-color:var(--brand-primary, #1776BF)}.custom-file-input:disabled ~ .custom-file-label{background-color:#F2F2F2}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.6rem + 2px);padding:.5rem 1rem;line-height:1.6;color:#4D4D4D;background-color:#fff;border:1px solid gray;border-radius:0;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.6rem;padding:.5rem 1rem;line-height:1.6;color:#4D4D4D;content:"Browse";background-color:#E5E5E5;border-left:1px solid gray;border-radius:0 0 0 0}.custom-range{width:100%;padding-left:0;background-color:transparent;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 1px white,0 0 0 2px #fff}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 1px white,0 0 0 2px #fff}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 1px white,0 0 0 2px #fff}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#fff;border:0;border-radius:1rem;box-shadow:0 0.1rem 0.25rem rgba(0,0,0,0.1);transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#fff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#CCCCCB;border-color:transparent;border-radius:1rem;box-shadow:inset 0 0.25rem 0.25rem rgba(0,0,0,0.1)}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#fff;border:0;border-radius:1rem;box-shadow:0 0.1rem 0.25rem rgba(0,0,0,0.1);transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#fff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#CCCCCB;border-color:transparent;border-radius:1rem;box-shadow:inset 0 0.25rem 0.25rem rgba(0,0,0,0.1)}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:1px;margin-left:1px;background-color:#fff;border:0;border-radius:1rem;box-shadow:0 0.1rem 0.25rem rgba(0,0,0,0.1);transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#fff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem;box-shadow:inset 0 0.25rem 0.25rem rgba(0,0,0,0.1)}.custom-range::-ms-fill-lower{background-color:#CCCCCB;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#CCCCCB;border-radius:1rem}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media screen and (prefers-reduced-motion: reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.custom-select,.input-group>.custom-file{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus ~ .custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.5rem 1rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.6;color:#4D4D4D;text-align:center;white-space:nowrap;background-color:#E5E5E5;border:1px solid gray;border-radius:0}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{height:calc(1.8125rem + 2px + 1px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:0}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;box-shadow:none;padding:.5rem 1rem;font-size:.875rem;line-height:1.6;border-radius:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media screen and (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover,.btn:focus{text-decoration:none}.btn.disabled,.btn:disabled{opacity:.65;box-shadow:none}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active{box-shadow:none}.btn:not(:disabled):not(.disabled):active:focus,.btn:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 1px white,0 0 0 2px #fff,none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-outline-white{color:#fff;background-color:transparent;background-image:none;border-color:#fff}.btn-outline-white:hover{background-color:#fff}.btn-outline-white:focus,.btn-outline-white.focus{box-shadow:0 0 0 1px white,0 0 0 2px #fff}.btn-outline-white.disabled,.btn-outline-white:disabled{color:#fff;background-color:transparent}.btn-outline-white:not(:disabled):not(.disabled):active,.btn-outline-white:not(:disabled):not(.disabled).active,.show>.btn-outline-white.dropdown-toggle{color:#fff;background-color:#fff;border-color:#fff}.btn-outline-white:not(:disabled):not(.disabled):active:focus,.btn-outline-white:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-white.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #fff}.btn-outline-gray-95{color:#F2F2F2;background-color:transparent;background-image:none;border-color:#F2F2F2}.btn-outline-gray-95:hover{background-color:#F2F2F2}.btn-outline-gray-95:focus,.btn-outline-gray-95.focus{box-shadow:0 0 0 1px white,0 0 0 2px #F2F2F2}.btn-outline-gray-95.disabled,.btn-outline-gray-95:disabled{color:#F2F2F2;background-color:transparent}.btn-outline-gray-95:not(:disabled):not(.disabled):active,.btn-outline-gray-95:not(:disabled):not(.disabled).active,.show>.btn-outline-gray-95.dropdown-toggle{color:#F2F2F2;background-color:#F2F2F2;border-color:#F2F2F2}.btn-outline-gray-95:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-95:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-95.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #F2F2F2}.btn-outline-gray-90{color:#E5E5E5;background-color:transparent;background-image:none;border-color:#E5E5E5}.btn-outline-gray-90:hover{background-color:#E5E5E5}.btn-outline-gray-90:focus,.btn-outline-gray-90.focus{box-shadow:0 0 0 1px white,0 0 0 2px #E5E5E5}.btn-outline-gray-90.disabled,.btn-outline-gray-90:disabled{color:#E5E5E5;background-color:transparent}.btn-outline-gray-90:not(:disabled):not(.disabled):active,.btn-outline-gray-90:not(:disabled):not(.disabled).active,.show>.btn-outline-gray-90.dropdown-toggle{color:#E5E5E5;background-color:#E5E5E5;border-color:#E5E5E5}.btn-outline-gray-90:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-90:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-90.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #E5E5E5}.btn-outline-gray-80{color:#CCCCCB;background-color:transparent;background-image:none;border-color:#CCCCCB}.btn-outline-gray-80:hover{background-color:#CCCCCB}.btn-outline-gray-80:focus,.btn-outline-gray-80.focus{box-shadow:0 0 0 1px white,0 0 0 2px #CCCCCB}.btn-outline-gray-80.disabled,.btn-outline-gray-80:disabled{color:#CCCCCB;background-color:transparent}.btn-outline-gray-80:not(:disabled):not(.disabled):active,.btn-outline-gray-80:not(:disabled):not(.disabled).active,.show>.btn-outline-gray-80.dropdown-toggle{color:#CCCCCB;background-color:#CCCCCB;border-color:#CCCCCB}.btn-outline-gray-80:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-80:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-80.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #CCCCCB}.btn-outline-gray-70{color:#B3B3B3;background-color:transparent;background-image:none;border-color:#B3B3B3}.btn-outline-gray-70:hover{background-color:#B3B3B3}.btn-outline-gray-70:focus,.btn-outline-gray-70.focus{box-shadow:0 0 0 1px white,0 0 0 2px #B3B3B3}.btn-outline-gray-70.disabled,.btn-outline-gray-70:disabled{color:#B3B3B3;background-color:transparent}.btn-outline-gray-70:not(:disabled):not(.disabled):active,.btn-outline-gray-70:not(:disabled):not(.disabled).active,.show>.btn-outline-gray-70.dropdown-toggle{color:#B3B3B3;background-color:#B3B3B3;border-color:#B3B3B3}.btn-outline-gray-70:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-70:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-70.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #B3B3B3}.btn-outline-gray-60{color:#999;background-color:transparent;background-image:none;border-color:#999}.btn-outline-gray-60:hover{background-color:#999}.btn-outline-gray-60:focus,.btn-outline-gray-60.focus{box-shadow:0 0 0 1px white,0 0 0 2px #999}.btn-outline-gray-60.disabled,.btn-outline-gray-60:disabled{color:#999;background-color:transparent}.btn-outline-gray-60:not(:disabled):not(.disabled):active,.btn-outline-gray-60:not(:disabled):not(.disabled).active,.show>.btn-outline-gray-60.dropdown-toggle{color:#999;background-color:#999;border-color:#999}.btn-outline-gray-60:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-60:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-60.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #999}.btn-outline-gray-50{color:gray;background-color:transparent;background-image:none;border-color:gray}.btn-outline-gray-50:hover{background-color:gray}.btn-outline-gray-50:focus,.btn-outline-gray-50.focus{box-shadow:0 0 0 1px white,0 0 0 2px gray}.btn-outline-gray-50.disabled,.btn-outline-gray-50:disabled{color:gray;background-color:transparent}.btn-outline-gray-50:not(:disabled):not(.disabled):active,.btn-outline-gray-50:not(:disabled):not(.disabled).active,.show>.btn-outline-gray-50.dropdown-toggle{color:gray;background-color:gray;border-color:gray}.btn-outline-gray-50:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-50:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-50.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px gray}.btn-outline-gray-40{color:#666;background-color:transparent;background-image:none;border-color:#666}.btn-outline-gray-40:hover{background-color:#666}.btn-outline-gray-40:focus,.btn-outline-gray-40.focus{box-shadow:0 0 0 1px white,0 0 0 2px #666}.btn-outline-gray-40.disabled,.btn-outline-gray-40:disabled{color:#666;background-color:transparent}.btn-outline-gray-40:not(:disabled):not(.disabled):active,.btn-outline-gray-40:not(:disabled):not(.disabled).active,.show>.btn-outline-gray-40.dropdown-toggle{color:#666;background-color:#666;border-color:#666}.btn-outline-gray-40:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-40:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-40.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #666}.btn-outline-gray-30{color:#4D4D4D;background-color:transparent;background-image:none;border-color:#4D4D4D}.btn-outline-gray-30:hover{background-color:#4D4D4D}.btn-outline-gray-30:focus,.btn-outline-gray-30.focus{box-shadow:0 0 0 1px white,0 0 0 2px #4D4D4D}.btn-outline-gray-30.disabled,.btn-outline-gray-30:disabled{color:#4D4D4D;background-color:transparent}.btn-outline-gray-30:not(:disabled):not(.disabled):active,.btn-outline-gray-30:not(:disabled):not(.disabled).active,.show>.btn-outline-gray-30.dropdown-toggle{color:#4D4D4D;background-color:#4D4D4D;border-color:#4D4D4D}.btn-outline-gray-30:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-30:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-30.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #4D4D4D}.btn-outline-almost-black{color:#333;background-color:transparent;background-image:none;border-color:#333}.btn-outline-almost-black:hover{background-color:#333}.btn-outline-almost-black:focus,.btn-outline-almost-black.focus{box-shadow:0 0 0 1px white,0 0 0 2px #333}.btn-outline-almost-black.disabled,.btn-outline-almost-black:disabled{color:#333;background-color:transparent}.btn-outline-almost-black:not(:disabled):not(.disabled):active,.btn-outline-almost-black:not(:disabled):not(.disabled).active,.show>.btn-outline-almost-black.dropdown-toggle{color:#333;background-color:#333;border-color:#333}.btn-outline-almost-black:not(:disabled):not(.disabled):active:focus,.btn-outline-almost-black:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-almost-black.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #333}.btn-outline-black{color:#000;background-color:transparent;background-image:none;border-color:#000}.btn-outline-black:hover{background-color:#000}.btn-outline-black:focus,.btn-outline-black.focus{box-shadow:0 0 0 1px white,0 0 0 2px #000}.btn-outline-black.disabled,.btn-outline-black:disabled{color:#000;background-color:transparent}.btn-outline-black:not(:disabled):not(.disabled):active,.btn-outline-black:not(:disabled):not(.disabled).active,.show>.btn-outline-black.dropdown-toggle{color:#000;background-color:#000;border-color:#000}.btn-outline-black:not(:disabled):not(.disabled):active:focus,.btn-outline-black:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-black.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #000}.btn-outline-blue-98{color:#F6FAFE;background-color:transparent;background-image:none;border-color:#F6FAFE}.btn-outline-blue-98:hover{background-color:#F6FAFE}.btn-outline-blue-98:focus,.btn-outline-blue-98.focus{box-shadow:0 0 0 1px white,0 0 0 2px #F6FAFE}.btn-outline-blue-98.disabled,.btn-outline-blue-98:disabled{color:#F6FAFE;background-color:transparent}.btn-outline-blue-98:not(:disabled):not(.disabled):active,.btn-outline-blue-98:not(:disabled):not(.disabled).active,.show>.btn-outline-blue-98.dropdown-toggle{color:#F6FAFE;background-color:#F6FAFE;border-color:#F6FAFE}.btn-outline-blue-98:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-98:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-98.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #F6FAFE}.btn-outline-blue-89{color:#CDE6F9;background-color:transparent;background-image:none;border-color:#CDE6F9}.btn-outline-blue-89:hover{background-color:#CDE6F9}.btn-outline-blue-89:focus,.btn-outline-blue-89.focus{box-shadow:0 0 0 1px white,0 0 0 2px #CDE6F9}.btn-outline-blue-89.disabled,.btn-outline-blue-89:disabled{color:#CDE6F9;background-color:transparent}.btn-outline-blue-89:not(:disabled):not(.disabled):active,.btn-outline-blue-89:not(:disabled):not(.disabled).active,.show>.btn-outline-blue-89.dropdown-toggle{color:#CDE6F9;background-color:#CDE6F9;border-color:#CDE6F9}.btn-outline-blue-89:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-89:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-89.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #CDE6F9}.btn-outline-blue-77{color:#96CAF3;background-color:transparent;background-image:none;border-color:#96CAF3}.btn-outline-blue-77:hover{background-color:#96CAF3}.btn-outline-blue-77:focus,.btn-outline-blue-77.focus{box-shadow:0 0 0 1px white,0 0 0 2px #96CAF3}.btn-outline-blue-77.disabled,.btn-outline-blue-77:disabled{color:#96CAF3;background-color:transparent}.btn-outline-blue-77:not(:disabled):not(.disabled):active,.btn-outline-blue-77:not(:disabled):not(.disabled).active,.show>.btn-outline-blue-77.dropdown-toggle{color:#96CAF3;background-color:#96CAF3;border-color:#96CAF3}.btn-outline-blue-77:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-77:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-77.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #96CAF3}.btn-outline-blue-65{color:#5FAEEC;background-color:transparent;background-image:none;border-color:#5FAEEC}.btn-outline-blue-65:hover{background-color:#5FAEEC}.btn-outline-blue-65:focus,.btn-outline-blue-65.focus{box-shadow:0 0 0 1px white,0 0 0 2px #5FAEEC}.btn-outline-blue-65.disabled,.btn-outline-blue-65:disabled{color:#5FAEEC;background-color:transparent}.btn-outline-blue-65:not(:disabled):not(.disabled):active,.btn-outline-blue-65:not(:disabled):not(.disabled).active,.show>.btn-outline-blue-65.dropdown-toggle{color:#5FAEEC;background-color:#5FAEEC;border-color:#5FAEEC}.btn-outline-blue-65:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-65:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-65.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #5FAEEC}.btn-outline-blue-50{color:var(--brand-light, #1C8CE3);background-color:transparent;background-image:none;border-color:var(--brand-light, #1C8CE3)}.btn-outline-blue-50:hover{background-color:var(--brand-light, #1C8CE3)}.btn-outline-blue-50:focus,.btn-outline-blue-50.focus{box-shadow:0 0 0 1px white,0 0 0 2px var(--brand-light, #1C8CE3)}.btn-outline-blue-50.disabled,.btn-outline-blue-50:disabled{color:var(--brand-light, #1C8CE3);background-color:transparent}.btn-outline-blue-50:not(:disabled):not(.disabled):active,.btn-outline-blue-50:not(:disabled):not(.disabled).active,.show>.btn-outline-blue-50.dropdown-toggle{color:var(--brand-light, #1C8CE3);background-color:var(--brand-light, #1C8CE3);border-color:var(--brand-light, #1C8CE3)}.btn-outline-blue-50:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-50:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-50.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px var(--brand-light, #1C8CE3)}.btn-outline-blue-primary{color:var(--brand-primary, #1776BF);background-color:transparent;background-image:none;border-color:var(--brand-primary, #1776BF)}.btn-outline-blue-primary:hover{background-color:var(--brand-primary, #1776BF)}.btn-outline-blue-primary:focus,.btn-outline-blue-primary.focus{box-shadow:0 0 0 1px white,0 0 0 2px var(--brand-primary, #1776BF)}.btn-outline-blue-primary.disabled,.btn-outline-blue-primary:disabled{color:var(--brand-primary, #1776BF);background-color:transparent}.btn-outline-blue-primary:not(:disabled):not(.disabled):active,.btn-outline-blue-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-blue-primary.dropdown-toggle{color:var(--brand-primary, #1776BF);background-color:var(--brand-primary, #1776BF);border-color:var(--brand-primary, #1776BF)}.btn-outline-blue-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-primary.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px var(--brand-primary, #1776BF)}.btn-outline-primary{color:var(--brand-primary, #1776BF);background-color:transparent;background-image:none;border-color:var(--brand-primary, #1776BF)}.btn-outline-primary:hover{background-color:var(--brand-primary, #1776BF)}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 1px white,0 0 0 2px var(--brand-primary, #1776BF)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:var(--brand-primary, #1776BF);background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:var(--brand-primary, #1776BF);background-color:var(--brand-primary, #1776BF);border-color:var(--brand-primary, #1776BF)}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px var(--brand-primary, #1776BF)}.btn-outline-blue-35{color:var(--brand-medium-dark, #14629F);background-color:transparent;background-image:none;border-color:var(--brand-medium-dark, #14629F)}.btn-outline-blue-35:hover{background-color:var(--brand-medium-dark, #14629F)}.btn-outline-blue-35:focus,.btn-outline-blue-35.focus{box-shadow:0 0 0 1px white,0 0 0 2px var(--brand-medium-dark, #14629F)}.btn-outline-blue-35.disabled,.btn-outline-blue-35:disabled{color:var(--brand-medium-dark, #14629F);background-color:transparent}.btn-outline-blue-35:not(:disabled):not(.disabled):active,.btn-outline-blue-35:not(:disabled):not(.disabled).active,.show>.btn-outline-blue-35.dropdown-toggle{color:var(--brand-medium-dark, #14629F);background-color:var(--brand-medium-dark, #14629F);border-color:var(--brand-medium-dark, #14629F)}.btn-outline-blue-35:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-35:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-35.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px var(--brand-medium-dark, #14629F)}.btn-outline-blue-27{color:var(--brand-dark, #0F4C7B);background-color:transparent;background-image:none;border-color:var(--brand-dark, #0F4C7B)}.btn-outline-blue-27:hover{background-color:var(--brand-dark, #0F4C7B)}.btn-outline-blue-27:focus,.btn-outline-blue-27.focus{box-shadow:0 0 0 1px white,0 0 0 2px var(--brand-dark, #0F4C7B)}.btn-outline-blue-27.disabled,.btn-outline-blue-27:disabled{color:var(--brand-dark, #0F4C7B);background-color:transparent}.btn-outline-blue-27:not(:disabled):not(.disabled):active,.btn-outline-blue-27:not(:disabled):not(.disabled).active,.show>.btn-outline-blue-27.dropdown-toggle{color:var(--brand-dark, #0F4C7B);background-color:var(--brand-dark, #0F4C7B);border-color:var(--brand-dark, #0F4C7B)}.btn-outline-blue-27:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-27:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-27.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px var(--brand-dark, #0F4C7B)}.btn-outline-blue-20{color:var(--brand-darker, #0B385B);background-color:transparent;background-image:none;border-color:var(--brand-darker, #0B385B)}.btn-outline-blue-20:hover{background-color:var(--brand-darker, #0B385B)}.btn-outline-blue-20:focus,.btn-outline-blue-20.focus{box-shadow:0 0 0 1px white,0 0 0 2px var(--brand-darker, #0B385B)}.btn-outline-blue-20.disabled,.btn-outline-blue-20:disabled{color:var(--brand-darker, #0B385B);background-color:transparent}.btn-outline-blue-20:not(:disabled):not(.disabled):active,.btn-outline-blue-20:not(:disabled):not(.disabled).active,.show>.btn-outline-blue-20.dropdown-toggle{color:var(--brand-darker, #0B385B);background-color:var(--brand-darker, #0B385B);border-color:var(--brand-darker, #0B385B)}.btn-outline-blue-20:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-20:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-20.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px var(--brand-darker, #0B385B)}.btn-outline-blue-14{color:#08293F;background-color:transparent;background-image:none;border-color:#08293F}.btn-outline-blue-14:hover{background-color:#08293F}.btn-outline-blue-14:focus,.btn-outline-blue-14.focus{box-shadow:0 0 0 1px white,0 0 0 2px #08293F}.btn-outline-blue-14.disabled,.btn-outline-blue-14:disabled{color:#08293F;background-color:transparent}.btn-outline-blue-14:not(:disabled):not(.disabled):active,.btn-outline-blue-14:not(:disabled):not(.disabled).active,.show>.btn-outline-blue-14.dropdown-toggle{color:#08293F;background-color:#08293F;border-color:#08293F}.btn-outline-blue-14:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-14:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-14.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #08293F}.btn-outline-purple-98{color:#F9F5FF;background-color:transparent;background-image:none;border-color:#F9F5FF}.btn-outline-purple-98:hover{background-color:#F9F5FF}.btn-outline-purple-98:focus,.btn-outline-purple-98.focus{box-shadow:0 0 0 1px white,0 0 0 2px #F9F5FF}.btn-outline-purple-98.disabled,.btn-outline-purple-98:disabled{color:#F9F5FF;background-color:transparent}.btn-outline-purple-98:not(:disabled):not(.disabled):active,.btn-outline-purple-98:not(:disabled):not(.disabled).active,.show>.btn-outline-purple-98.dropdown-toggle{color:#F9F5FF;background-color:#F9F5FF;border-color:#F9F5FF}.btn-outline-purple-98:not(:disabled):not(.disabled):active:focus,.btn-outline-purple-98:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-purple-98.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #F9F5FF}.btn-outline-purple-92{color:#E8D6FF;background-color:transparent;background-image:none;border-color:#E8D6FF}.btn-outline-purple-92:hover{background-color:#E8D6FF}.btn-outline-purple-92:focus,.btn-outline-purple-92.focus{box-shadow:0 0 0 1px white,0 0 0 2px #E8D6FF}.btn-outline-purple-92.disabled,.btn-outline-purple-92:disabled{color:#E8D6FF;background-color:transparent}.btn-outline-purple-92:not(:disabled):not(.disabled):active,.btn-outline-purple-92:not(:disabled):not(.disabled).active,.show>.btn-outline-purple-92.dropdown-toggle{color:#E8D6FF;background-color:#E8D6FF;border-color:#E8D6FF}.btn-outline-purple-92:not(:disabled):not(.disabled):active:focus,.btn-outline-purple-92:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-purple-92.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #E8D6FF}.btn-outline-purple-84{color:#D1ADFF;background-color:transparent;background-image:none;border-color:#D1ADFF}.btn-outline-purple-84:hover{background-color:#D1ADFF}.btn-outline-purple-84:focus,.btn-outline-purple-84.focus{box-shadow:0 0 0 1px white,0 0 0 2px #D1ADFF}.btn-outline-purple-84.disabled,.btn-outline-purple-84:disabled{color:#D1ADFF;background-color:transparent}.btn-outline-purple-84:not(:disabled):not(.disabled):active,.btn-outline-purple-84:not(:disabled):not(.disabled).active,.show>.btn-outline-purple-84.dropdown-toggle{color:#D1ADFF;background-color:#D1ADFF;border-color:#D1ADFF}.btn-outline-purple-84:not(:disabled):not(.disabled):active:focus,.btn-outline-purple-84:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-purple-84.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #D1ADFF}.btn-outline-purple-75{color:#B780FF;background-color:transparent;background-image:none;border-color:#B780FF}.btn-outline-purple-75:hover{background-color:#B780FF}.btn-outline-purple-75:focus,.btn-outline-purple-75.focus{box-shadow:0 0 0 1px white,0 0 0 2px #B780FF}.btn-outline-purple-75.disabled,.btn-outline-purple-75:disabled{color:#B780FF;background-color:transparent}.btn-outline-purple-75:not(:disabled):not(.disabled):active,.btn-outline-purple-75:not(:disabled):not(.disabled).active,.show>.btn-outline-purple-75.dropdown-toggle{color:#B780FF;background-color:#B780FF;border-color:#B780FF}.btn-outline-purple-75:not(:disabled):not(.disabled):active:focus,.btn-outline-purple-75:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-purple-75.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #B780FF}.btn-outline-purple-65{color:#9A4DFF;background-color:transparent;background-image:none;border-color:#9A4DFF}.btn-outline-purple-65:hover{background-color:#9A4DFF}.btn-outline-purple-65:focus,.btn-outline-purple-65.focus{box-shadow:0 0 0 1px white,0 0 0 2px #9A4DFF}.btn-outline-purple-65.disabled,.btn-outline-purple-65:disabled{color:#9A4DFF;background-color:transparent}.btn-outline-purple-65:not(:disabled):not(.disabled):active,.btn-outline-purple-65:not(:disabled):not(.disabled).active,.show>.btn-outline-purple-65.dropdown-toggle{color:#9A4DFF;background-color:#9A4DFF;border-color:#9A4DFF}.btn-outline-purple-65:not(:disabled):not(.disabled):active:focus,.btn-outline-purple-65:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-purple-65.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #9A4DFF}.btn-outline-purple-56{color:#801FFF;background-color:transparent;background-image:none;border-color:#801FFF}.btn-outline-purple-56:hover{background-color:#801FFF}.btn-outline-purple-56:focus,.btn-outline-purple-56.focus{box-shadow:0 0 0 1px white,0 0 0 2px #801FFF}.btn-outline-purple-56.disabled,.btn-outline-purple-56:disabled{color:#801FFF;background-color:transparent}.btn-outline-purple-56:not(:disabled):not(.disabled):active,.btn-outline-purple-56:not(:disabled):not(.disabled).active,.show>.btn-outline-purple-56.dropdown-toggle{color:#801FFF;background-color:#801FFF;border-color:#801FFF}.btn-outline-purple-56:not(:disabled):not(.disabled):active:focus,.btn-outline-purple-56:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-purple-56.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #801FFF}.btn-outline-purple-47{color:#6800F0;background-color:transparent;background-image:none;border-color:#6800F0}.btn-outline-purple-47:hover{background-color:#6800F0}.btn-outline-purple-47:focus,.btn-outline-purple-47.focus{box-shadow:0 0 0 1px white,0 0 0 2px #6800F0}.btn-outline-purple-47.disabled,.btn-outline-purple-47:disabled{color:#6800F0;background-color:transparent}.btn-outline-purple-47:not(:disabled):not(.disabled):active,.btn-outline-purple-47:not(:disabled):not(.disabled).active,.show>.btn-outline-purple-47.dropdown-toggle{color:#6800F0;background-color:#6800F0;border-color:#6800F0}.btn-outline-purple-47:not(:disabled):not(.disabled):active:focus,.btn-outline-purple-47:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-purple-47.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #6800F0}.btn-outline-purple-34{color:#4B00AD;background-color:transparent;background-image:none;border-color:#4B00AD}.btn-outline-purple-34:hover{background-color:#4B00AD}.btn-outline-purple-34:focus,.btn-outline-purple-34.focus{box-shadow:0 0 0 1px white,0 0 0 2px #4B00AD}.btn-outline-purple-34.disabled,.btn-outline-purple-34:disabled{color:#4B00AD;background-color:transparent}.btn-outline-purple-34:not(:disabled):not(.disabled):active,.btn-outline-purple-34:not(:disabled):not(.disabled).active,.show>.btn-outline-purple-34.dropdown-toggle{color:#4B00AD;background-color:#4B00AD;border-color:#4B00AD}.btn-outline-purple-34:not(:disabled):not(.disabled):active:focus,.btn-outline-purple-34:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-purple-34.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #4B00AD}.btn-outline-purple-22{color:#310070;background-color:transparent;background-image:none;border-color:#310070}.btn-outline-purple-22:hover{background-color:#310070}.btn-outline-purple-22:focus,.btn-outline-purple-22.focus{box-shadow:0 0 0 1px white,0 0 0 2px #310070}.btn-outline-purple-22.disabled,.btn-outline-purple-22:disabled{color:#310070;background-color:transparent}.btn-outline-purple-22:not(:disabled):not(.disabled):active,.btn-outline-purple-22:not(:disabled):not(.disabled).active,.show>.btn-outline-purple-22.dropdown-toggle{color:#310070;background-color:#310070;border-color:#310070}.btn-outline-purple-22:not(:disabled):not(.disabled):active:focus,.btn-outline-purple-22:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-purple-22.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #310070}.btn-outline-purple-16{color:#230052;background-color:transparent;background-image:none;border-color:#230052}.btn-outline-purple-16:hover{background-color:#230052}.btn-outline-purple-16:focus,.btn-outline-purple-16.focus{box-shadow:0 0 0 1px white,0 0 0 2px #230052}.btn-outline-purple-16.disabled,.btn-outline-purple-16:disabled{color:#230052;background-color:transparent}.btn-outline-purple-16:not(:disabled):not(.disabled):active,.btn-outline-purple-16:not(:disabled):not(.disabled).active,.show>.btn-outline-purple-16.dropdown-toggle{color:#230052;background-color:#230052;border-color:#230052}.btn-outline-purple-16:not(:disabled):not(.disabled):active:focus,.btn-outline-purple-16:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-purple-16.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #230052}.btn-outline-pink-98{color:#FFF5FB;background-color:transparent;background-image:none;border-color:#FFF5FB}.btn-outline-pink-98:hover{background-color:#FFF5FB}.btn-outline-pink-98:focus,.btn-outline-pink-98.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FFF5FB}.btn-outline-pink-98.disabled,.btn-outline-pink-98:disabled{color:#FFF5FB;background-color:transparent}.btn-outline-pink-98:not(:disabled):not(.disabled):active,.btn-outline-pink-98:not(:disabled):not(.disabled).active,.show>.btn-outline-pink-98.dropdown-toggle{color:#FFF5FB;background-color:#FFF5FB;border-color:#FFF5FB}.btn-outline-pink-98:not(:disabled):not(.disabled):active:focus,.btn-outline-pink-98:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-pink-98.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FFF5FB}.btn-outline-pink-94{color:#FFE0F1;background-color:transparent;background-image:none;border-color:#FFE0F1}.btn-outline-pink-94:hover{background-color:#FFE0F1}.btn-outline-pink-94:focus,.btn-outline-pink-94.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FFE0F1}.btn-outline-pink-94.disabled,.btn-outline-pink-94:disabled{color:#FFE0F1;background-color:transparent}.btn-outline-pink-94:not(:disabled):not(.disabled):active,.btn-outline-pink-94:not(:disabled):not(.disabled).active,.show>.btn-outline-pink-94.dropdown-toggle{color:#FFE0F1;background-color:#FFE0F1;border-color:#FFE0F1}.btn-outline-pink-94:not(:disabled):not(.disabled):active:focus,.btn-outline-pink-94:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-pink-94.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FFE0F1}.btn-outline-pink-87{color:#FFBDE2;background-color:transparent;background-image:none;border-color:#FFBDE2}.btn-outline-pink-87:hover{background-color:#FFBDE2}.btn-outline-pink-87:focus,.btn-outline-pink-87.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FFBDE2}.btn-outline-pink-87.disabled,.btn-outline-pink-87:disabled{color:#FFBDE2;background-color:transparent}.btn-outline-pink-87:not(:disabled):not(.disabled):active,.btn-outline-pink-87:not(:disabled):not(.disabled).active,.show>.btn-outline-pink-87.dropdown-toggle{color:#FFBDE2;background-color:#FFBDE2;border-color:#FFBDE2}.btn-outline-pink-87:not(:disabled):not(.disabled):active:focus,.btn-outline-pink-87:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-pink-87.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FFBDE2}.btn-outline-pink-78{color:#FF8FCE;background-color:transparent;background-image:none;border-color:#FF8FCE}.btn-outline-pink-78:hover{background-color:#FF8FCE}.btn-outline-pink-78:focus,.btn-outline-pink-78.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FF8FCE}.btn-outline-pink-78.disabled,.btn-outline-pink-78:disabled{color:#FF8FCE;background-color:transparent}.btn-outline-pink-78:not(:disabled):not(.disabled):active,.btn-outline-pink-78:not(:disabled):not(.disabled).active,.show>.btn-outline-pink-78.dropdown-toggle{color:#FF8FCE;background-color:#FF8FCE;border-color:#FF8FCE}.btn-outline-pink-78:not(:disabled):not(.disabled):active:focus,.btn-outline-pink-78:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-pink-78.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FF8FCE}.btn-outline-pink-69{color:#FF61BA;background-color:transparent;background-image:none;border-color:#FF61BA}.btn-outline-pink-69:hover{background-color:#FF61BA}.btn-outline-pink-69:focus,.btn-outline-pink-69.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FF61BA}.btn-outline-pink-69.disabled,.btn-outline-pink-69:disabled{color:#FF61BA;background-color:transparent}.btn-outline-pink-69:not(:disabled):not(.disabled):active,.btn-outline-pink-69:not(:disabled):not(.disabled).active,.show>.btn-outline-pink-69.dropdown-toggle{color:#FF61BA;background-color:#FF61BA;border-color:#FF61BA}.btn-outline-pink-69:not(:disabled):not(.disabled):active:focus,.btn-outline-pink-69:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-pink-69.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FF61BA}.btn-outline-pink-56{color:#FF1F9E;background-color:transparent;background-image:none;border-color:#FF1F9E}.btn-outline-pink-56:hover{background-color:#FF1F9E}.btn-outline-pink-56:focus,.btn-outline-pink-56.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FF1F9E}.btn-outline-pink-56.disabled,.btn-outline-pink-56:disabled{color:#FF1F9E;background-color:transparent}.btn-outline-pink-56:not(:disabled):not(.disabled):active,.btn-outline-pink-56:not(:disabled):not(.disabled).active,.show>.btn-outline-pink-56.dropdown-toggle{color:#FF1F9E;background-color:#FF1F9E;border-color:#FF1F9E}.btn-outline-pink-56:not(:disabled):not(.disabled):active:focus,.btn-outline-pink-56:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-pink-56.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FF1F9E}.btn-outline-pink-accent{color:#E0007F;background-color:transparent;background-image:none;border-color:#E0007F}.btn-outline-pink-accent:hover{background-color:#E0007F}.btn-outline-pink-accent:focus,.btn-outline-pink-accent.focus{box-shadow:0 0 0 1px white,0 0 0 2px #E0007F}.btn-outline-pink-accent.disabled,.btn-outline-pink-accent:disabled{color:#E0007F;background-color:transparent}.btn-outline-pink-accent:not(:disabled):not(.disabled):active,.btn-outline-pink-accent:not(:disabled):not(.disabled).active,.show>.btn-outline-pink-accent.dropdown-toggle{color:#E0007F;background-color:#E0007F;border-color:#E0007F}.btn-outline-pink-accent:not(:disabled):not(.disabled):active:focus,.btn-outline-pink-accent:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-pink-accent.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #E0007F}.btn-outline-pink-35{color:#B30065;background-color:transparent;background-image:none;border-color:#B30065}.btn-outline-pink-35:hover{background-color:#B30065}.btn-outline-pink-35:focus,.btn-outline-pink-35.focus{box-shadow:0 0 0 1px white,0 0 0 2px #B30065}.btn-outline-pink-35.disabled,.btn-outline-pink-35:disabled{color:#B30065;background-color:transparent}.btn-outline-pink-35:not(:disabled):not(.disabled):active,.btn-outline-pink-35:not(:disabled):not(.disabled).active,.show>.btn-outline-pink-35.dropdown-toggle{color:#B30065;background-color:#B30065;border-color:#B30065}.btn-outline-pink-35:not(:disabled):not(.disabled):active:focus,.btn-outline-pink-35:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-pink-35.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #B30065}.btn-outline-pink-24{color:#7A0045;background-color:transparent;background-image:none;border-color:#7A0045}.btn-outline-pink-24:hover{background-color:#7A0045}.btn-outline-pink-24:focus,.btn-outline-pink-24.focus{box-shadow:0 0 0 1px white,0 0 0 2px #7A0045}.btn-outline-pink-24.disabled,.btn-outline-pink-24:disabled{color:#7A0045;background-color:transparent}.btn-outline-pink-24:not(:disabled):not(.disabled):active,.btn-outline-pink-24:not(:disabled):not(.disabled).active,.show>.btn-outline-pink-24.dropdown-toggle{color:#7A0045;background-color:#7A0045;border-color:#7A0045}.btn-outline-pink-24:not(:disabled):not(.disabled):active:focus,.btn-outline-pink-24:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-pink-24.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #7A0045}.btn-outline-pink-17{color:#570030;background-color:transparent;background-image:none;border-color:#570030}.btn-outline-pink-17:hover{background-color:#570030}.btn-outline-pink-17:focus,.btn-outline-pink-17.focus{box-shadow:0 0 0 1px white,0 0 0 2px #570030}.btn-outline-pink-17.disabled,.btn-outline-pink-17:disabled{color:#570030;background-color:transparent}.btn-outline-pink-17:not(:disabled):not(.disabled):active,.btn-outline-pink-17:not(:disabled):not(.disabled).active,.show>.btn-outline-pink-17.dropdown-toggle{color:#570030;background-color:#570030;border-color:#570030}.btn-outline-pink-17:not(:disabled):not(.disabled):active:focus,.btn-outline-pink-17:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-pink-17.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #570030}.btn-outline-red-97{color:#FFF0F0;background-color:transparent;background-image:none;border-color:#FFF0F0}.btn-outline-red-97:hover{background-color:#FFF0F0}.btn-outline-red-97:focus,.btn-outline-red-97.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FFF0F0}.btn-outline-red-97.disabled,.btn-outline-red-97:disabled{color:#FFF0F0;background-color:transparent}.btn-outline-red-97:not(:disabled):not(.disabled):active,.btn-outline-red-97:not(:disabled):not(.disabled).active,.show>.btn-outline-red-97.dropdown-toggle{color:#FFF0F0;background-color:#FFF0F0;border-color:#FFF0F0}.btn-outline-red-97:not(:disabled):not(.disabled):active:focus,.btn-outline-red-97:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-red-97.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FFF0F0}.btn-outline-red-90{color:#FFCCCF;background-color:transparent;background-image:none;border-color:#FFCCCF}.btn-outline-red-90:hover{background-color:#FFCCCF}.btn-outline-red-90:focus,.btn-outline-red-90.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FFCCCF}.btn-outline-red-90.disabled,.btn-outline-red-90:disabled{color:#FFCCCF;background-color:transparent}.btn-outline-red-90:not(:disabled):not(.disabled):active,.btn-outline-red-90:not(:disabled):not(.disabled).active,.show>.btn-outline-red-90.dropdown-toggle{color:#FFCCCF;background-color:#FFCCCF;border-color:#FFCCCF}.btn-outline-red-90:not(:disabled):not(.disabled):active:focus,.btn-outline-red-90:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-red-90.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FFCCCF}.btn-outline-red-78{color:#FF8F96;background-color:transparent;background-image:none;border-color:#FF8F96}.btn-outline-red-78:hover{background-color:#FF8F96}.btn-outline-red-78:focus,.btn-outline-red-78.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FF8F96}.btn-outline-red-78.disabled,.btn-outline-red-78:disabled{color:#FF8F96;background-color:transparent}.btn-outline-red-78:not(:disabled):not(.disabled):active,.btn-outline-red-78:not(:disabled):not(.disabled).active,.show>.btn-outline-red-78.dropdown-toggle{color:#FF8F96;background-color:#FF8F96;border-color:#FF8F96}.btn-outline-red-78:not(:disabled):not(.disabled):active:focus,.btn-outline-red-78:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-red-78.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FF8F96}.btn-outline-red-68{color:#FF5C66;background-color:transparent;background-image:none;border-color:#FF5C66}.btn-outline-red-68:hover{background-color:#FF5C66}.btn-outline-red-68:focus,.btn-outline-red-68.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FF5C66}.btn-outline-red-68.disabled,.btn-outline-red-68:disabled{color:#FF5C66;background-color:transparent}.btn-outline-red-68:not(:disabled):not(.disabled):active,.btn-outline-red-68:not(:disabled):not(.disabled).active,.show>.btn-outline-red-68.dropdown-toggle{color:#FF5C66;background-color:#FF5C66;border-color:#FF5C66}.btn-outline-red-68:not(:disabled):not(.disabled):active:focus,.btn-outline-red-68:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-red-68.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FF5C66}.btn-outline-red-56{color:#FF1F2D;background-color:transparent;background-image:none;border-color:#FF1F2D}.btn-outline-red-56:hover{background-color:#FF1F2D}.btn-outline-red-56:focus,.btn-outline-red-56.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FF1F2D}.btn-outline-red-56.disabled,.btn-outline-red-56:disabled{color:#FF1F2D;background-color:transparent}.btn-outline-red-56:not(:disabled):not(.disabled):active,.btn-outline-red-56:not(:disabled):not(.disabled).active,.show>.btn-outline-red-56.dropdown-toggle{color:#FF1F2D;background-color:#FF1F2D;border-color:#FF1F2D}.btn-outline-red-56:not(:disabled):not(.disabled):active:focus,.btn-outline-red-56:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-red-56.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FF1F2D}.btn-outline-red-44{color:#E0000E;background-color:transparent;background-image:none;border-color:#E0000E}.btn-outline-red-44:hover{background-color:#E0000E}.btn-outline-red-44:focus,.btn-outline-red-44.focus{box-shadow:0 0 0 1px white,0 0 0 2px #E0000E}.btn-outline-red-44.disabled,.btn-outline-red-44:disabled{color:#E0000E;background-color:transparent}.btn-outline-red-44:not(:disabled):not(.disabled):active,.btn-outline-red-44:not(:disabled):not(.disabled).active,.show>.btn-outline-red-44.dropdown-toggle{color:#E0000E;background-color:#E0000E;border-color:#E0000E}.btn-outline-red-44:not(:disabled):not(.disabled):active:focus,.btn-outline-red-44:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-red-44.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #E0000E}.btn-outline-red-37{color:#BD000C;background-color:transparent;background-image:none;border-color:#BD000C}.btn-outline-red-37:hover{background-color:#BD000C}.btn-outline-red-37:focus,.btn-outline-red-37.focus{box-shadow:0 0 0 1px white,0 0 0 2px #BD000C}.btn-outline-red-37.disabled,.btn-outline-red-37:disabled{color:#BD000C;background-color:transparent}.btn-outline-red-37:not(:disabled):not(.disabled):active,.btn-outline-red-37:not(:disabled):not(.disabled).active,.show>.btn-outline-red-37.dropdown-toggle{color:#BD000C;background-color:#BD000C;border-color:#BD000C}.btn-outline-red-37:not(:disabled):not(.disabled):active:focus,.btn-outline-red-37:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-red-37.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #BD000C}.btn-outline-red-28{color:#8F0009;background-color:transparent;background-image:none;border-color:#8F0009}.btn-outline-red-28:hover{background-color:#8F0009}.btn-outline-red-28:focus,.btn-outline-red-28.focus{box-shadow:0 0 0 1px white,0 0 0 2px #8F0009}.btn-outline-red-28.disabled,.btn-outline-red-28:disabled{color:#8F0009;background-color:transparent}.btn-outline-red-28:not(:disabled):not(.disabled):active,.btn-outline-red-28:not(:disabled):not(.disabled).active,.show>.btn-outline-red-28.dropdown-toggle{color:#8F0009;background-color:#8F0009;border-color:#8F0009}.btn-outline-red-28:not(:disabled):not(.disabled):active:focus,.btn-outline-red-28:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-red-28.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #8F0009}.btn-outline-red-21{color:#6B0006;background-color:transparent;background-image:none;border-color:#6B0006}.btn-outline-red-21:hover{background-color:#6B0006}.btn-outline-red-21:focus,.btn-outline-red-21.focus{box-shadow:0 0 0 1px white,0 0 0 2px #6B0006}.btn-outline-red-21.disabled,.btn-outline-red-21:disabled{color:#6B0006;background-color:transparent}.btn-outline-red-21:not(:disabled):not(.disabled):active,.btn-outline-red-21:not(:disabled):not(.disabled).active,.show>.btn-outline-red-21.dropdown-toggle{color:#6B0006;background-color:#6B0006;border-color:#6B0006}.btn-outline-red-21:not(:disabled):not(.disabled):active:focus,.btn-outline-red-21:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-red-21.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #6B0006}.btn-outline-red-16{color:#520005;background-color:transparent;background-image:none;border-color:#520005}.btn-outline-red-16:hover{background-color:#520005}.btn-outline-red-16:focus,.btn-outline-red-16.focus{box-shadow:0 0 0 1px white,0 0 0 2px #520005}.btn-outline-red-16.disabled,.btn-outline-red-16:disabled{color:#520005;background-color:transparent}.btn-outline-red-16:not(:disabled):not(.disabled):active,.btn-outline-red-16:not(:disabled):not(.disabled).active,.show>.btn-outline-red-16.dropdown-toggle{color:#520005;background-color:#520005;border-color:#520005}.btn-outline-red-16:not(:disabled):not(.disabled):active:focus,.btn-outline-red-16:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-red-16.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #520005}.btn-outline-orange-97{color:#FFF6F0;background-color:transparent;background-image:none;border-color:#FFF6F0}.btn-outline-orange-97:hover{background-color:#FFF6F0}.btn-outline-orange-97:focus,.btn-outline-orange-97.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FFF6F0}.btn-outline-orange-97.disabled,.btn-outline-orange-97:disabled{color:#FFF6F0;background-color:transparent}.btn-outline-orange-97:not(:disabled):not(.disabled):active,.btn-outline-orange-97:not(:disabled):not(.disabled).active,.show>.btn-outline-orange-97.dropdown-toggle{color:#FFF6F0;background-color:#FFF6F0;border-color:#FFF6F0}.btn-outline-orange-97:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-97:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-97.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FFF6F0}.btn-outline-orange-92{color:#FFE8D6;background-color:transparent;background-image:none;border-color:#FFE8D6}.btn-outline-orange-92:hover{background-color:#FFE8D6}.btn-outline-orange-92:focus,.btn-outline-orange-92.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FFE8D6}.btn-outline-orange-92.disabled,.btn-outline-orange-92:disabled{color:#FFE8D6;background-color:transparent}.btn-outline-orange-92:not(:disabled):not(.disabled):active,.btn-outline-orange-92:not(:disabled):not(.disabled).active,.show>.btn-outline-orange-92.dropdown-toggle{color:#FFE8D6;background-color:#FFE8D6;border-color:#FFE8D6}.btn-outline-orange-92:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-92:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-92.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FFE8D6}.btn-outline-orange-81{color:#FFC89E;background-color:transparent;background-image:none;border-color:#FFC89E}.btn-outline-orange-81:hover{background-color:#FFC89E}.btn-outline-orange-81:focus,.btn-outline-orange-81.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FFC89E}.btn-outline-orange-81.disabled,.btn-outline-orange-81:disabled{color:#FFC89E;background-color:transparent}.btn-outline-orange-81:not(:disabled):not(.disabled):active,.btn-outline-orange-81:not(:disabled):not(.disabled).active,.show>.btn-outline-orange-81.dropdown-toggle{color:#FFC89E;background-color:#FFC89E;border-color:#FFC89E}.btn-outline-orange-81:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-81:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-81.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FFC89E}.btn-outline-orange-67{color:#FFA057;background-color:transparent;background-image:none;border-color:#FFA057}.btn-outline-orange-67:hover{background-color:#FFA057}.btn-outline-orange-67:focus,.btn-outline-orange-67.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FFA057}.btn-outline-orange-67.disabled,.btn-outline-orange-67:disabled{color:#FFA057;background-color:transparent}.btn-outline-orange-67:not(:disabled):not(.disabled):active,.btn-outline-orange-67:not(:disabled):not(.disabled).active,.show>.btn-outline-orange-67.dropdown-toggle{color:#FFA057;background-color:#FFA057;border-color:#FFA057}.btn-outline-orange-67:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-67:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-67.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FFA057}.btn-outline-orange-56{color:#FF801F;background-color:transparent;background-image:none;border-color:#FF801F}.btn-outline-orange-56:hover{background-color:#FF801F}.btn-outline-orange-56:focus,.btn-outline-orange-56.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FF801F}.btn-outline-orange-56.disabled,.btn-outline-orange-56:disabled{color:#FF801F;background-color:transparent}.btn-outline-orange-56:not(:disabled):not(.disabled):active,.btn-outline-orange-56:not(:disabled):not(.disabled).active,.show>.btn-outline-orange-56.dropdown-toggle{color:#FF801F;background-color:#FF801F;border-color:#FF801F}.btn-outline-orange-56:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-56:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-56.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FF801F}.btn-outline-orange-45{color:#E66400;background-color:transparent;background-image:none;border-color:#E66400}.btn-outline-orange-45:hover{background-color:#E66400}.btn-outline-orange-45:focus,.btn-outline-orange-45.focus{box-shadow:0 0 0 1px white,0 0 0 2px #E66400}.btn-outline-orange-45.disabled,.btn-outline-orange-45:disabled{color:#E66400;background-color:transparent}.btn-outline-orange-45:not(:disabled):not(.disabled):active,.btn-outline-orange-45:not(:disabled):not(.disabled).active,.show>.btn-outline-orange-45.dropdown-toggle{color:#E66400;background-color:#E66400;border-color:#E66400}.btn-outline-orange-45:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-45:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-45.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #E66400}.btn-outline-orange-38{color:#C25400;background-color:transparent;background-image:none;border-color:#C25400}.btn-outline-orange-38:hover{background-color:#C25400}.btn-outline-orange-38:focus,.btn-outline-orange-38.focus{box-shadow:0 0 0 1px white,0 0 0 2px #C25400}.btn-outline-orange-38.disabled,.btn-outline-orange-38:disabled{color:#C25400;background-color:transparent}.btn-outline-orange-38:not(:disabled):not(.disabled):active,.btn-outline-orange-38:not(:disabled):not(.disabled).active,.show>.btn-outline-orange-38.dropdown-toggle{color:#C25400;background-color:#C25400;border-color:#C25400}.btn-outline-orange-38:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-38:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-38.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #C25400}.btn-outline-orange-31{color:#9E4400;background-color:transparent;background-image:none;border-color:#9E4400}.btn-outline-orange-31:hover{background-color:#9E4400}.btn-outline-orange-31:focus,.btn-outline-orange-31.focus{box-shadow:0 0 0 1px white,0 0 0 2px #9E4400}.btn-outline-orange-31.disabled,.btn-outline-orange-31:disabled{color:#9E4400;background-color:transparent}.btn-outline-orange-31:not(:disabled):not(.disabled):active,.btn-outline-orange-31:not(:disabled):not(.disabled).active,.show>.btn-outline-orange-31.dropdown-toggle{color:#9E4400;background-color:#9E4400;border-color:#9E4400}.btn-outline-orange-31:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-31:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-31.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #9E4400}.btn-outline-orange-23{color:#753200;background-color:transparent;background-image:none;border-color:#753200}.btn-outline-orange-23:hover{background-color:#753200}.btn-outline-orange-23:focus,.btn-outline-orange-23.focus{box-shadow:0 0 0 1px white,0 0 0 2px #753200}.btn-outline-orange-23.disabled,.btn-outline-orange-23:disabled{color:#753200;background-color:transparent}.btn-outline-orange-23:not(:disabled):not(.disabled):active,.btn-outline-orange-23:not(:disabled):not(.disabled).active,.show>.btn-outline-orange-23.dropdown-toggle{color:#753200;background-color:#753200;border-color:#753200}.btn-outline-orange-23:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-23:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-23.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #753200}.btn-outline-orange-18{color:#5C2800;background-color:transparent;background-image:none;border-color:#5C2800}.btn-outline-orange-18:hover{background-color:#5C2800}.btn-outline-orange-18:focus,.btn-outline-orange-18.focus{box-shadow:0 0 0 1px white,0 0 0 2px #5C2800}.btn-outline-orange-18.disabled,.btn-outline-orange-18:disabled{color:#5C2800;background-color:transparent}.btn-outline-orange-18:not(:disabled):not(.disabled):active,.btn-outline-orange-18:not(:disabled):not(.disabled).active,.show>.btn-outline-orange-18.dropdown-toggle{color:#5C2800;background-color:#5C2800;border-color:#5C2800}.btn-outline-orange-18:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-18:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-18.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #5C2800}.btn-outline-yellow-95{color:#FFFEE6;background-color:transparent;background-image:none;border-color:#FFFEE6}.btn-outline-yellow-95:hover{background-color:#FFFEE6}.btn-outline-yellow-95:focus,.btn-outline-yellow-95.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FFFEE6}.btn-outline-yellow-95.disabled,.btn-outline-yellow-95:disabled{color:#FFFEE6;background-color:transparent}.btn-outline-yellow-95:not(:disabled):not(.disabled):active,.btn-outline-yellow-95:not(:disabled):not(.disabled).active,.show>.btn-outline-yellow-95.dropdown-toggle{color:#FFFEE6;background-color:#FFFEE6;border-color:#FFFEE6}.btn-outline-yellow-95:not(:disabled):not(.disabled):active:focus,.btn-outline-yellow-95:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-yellow-95.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FFFEE6}.btn-outline-yellow-89{color:#FFFBC7;background-color:transparent;background-image:none;border-color:#FFFBC7}.btn-outline-yellow-89:hover{background-color:#FFFBC7}.btn-outline-yellow-89:focus,.btn-outline-yellow-89.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FFFBC7}.btn-outline-yellow-89.disabled,.btn-outline-yellow-89:disabled{color:#FFFBC7;background-color:transparent}.btn-outline-yellow-89:not(:disabled):not(.disabled):active,.btn-outline-yellow-89:not(:disabled):not(.disabled).active,.show>.btn-outline-yellow-89.dropdown-toggle{color:#FFFBC7;background-color:#FFFBC7;border-color:#FFFBC7}.btn-outline-yellow-89:not(:disabled):not(.disabled):active:focus,.btn-outline-yellow-89:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-yellow-89.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FFFBC7}.btn-outline-yellow-79{color:#FFF794;background-color:transparent;background-image:none;border-color:#FFF794}.btn-outline-yellow-79:hover{background-color:#FFF794}.btn-outline-yellow-79:focus,.btn-outline-yellow-79.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FFF794}.btn-outline-yellow-79.disabled,.btn-outline-yellow-79:disabled{color:#FFF794;background-color:transparent}.btn-outline-yellow-79:not(:disabled):not(.disabled):active,.btn-outline-yellow-79:not(:disabled):not(.disabled).active,.show>.btn-outline-yellow-79.dropdown-toggle{color:#FFF794;background-color:#FFF794;border-color:#FFF794}.btn-outline-yellow-79:not(:disabled):not(.disabled):active:focus,.btn-outline-yellow-79:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-yellow-79.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FFF794}.btn-outline-yellow-56{color:#FFF01F;background-color:transparent;background-image:none;border-color:#FFF01F}.btn-outline-yellow-56:hover{background-color:#FFF01F}.btn-outline-yellow-56:focus,.btn-outline-yellow-56.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FFF01F}.btn-outline-yellow-56.disabled,.btn-outline-yellow-56:disabled{color:#FFF01F;background-color:transparent}.btn-outline-yellow-56:not(:disabled):not(.disabled):active,.btn-outline-yellow-56:not(:disabled):not(.disabled).active,.show>.btn-outline-yellow-56.dropdown-toggle{color:#FFF01F;background-color:#FFF01F;border-color:#FFF01F}.btn-outline-yellow-56:not(:disabled):not(.disabled):active:focus,.btn-outline-yellow-56:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-yellow-56.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FFF01F}.btn-outline-yellow-47{color:#F0DF00;background-color:transparent;background-image:none;border-color:#F0DF00}.btn-outline-yellow-47:hover{background-color:#F0DF00}.btn-outline-yellow-47:focus,.btn-outline-yellow-47.focus{box-shadow:0 0 0 1px white,0 0 0 2px #F0DF00}.btn-outline-yellow-47.disabled,.btn-outline-yellow-47:disabled{color:#F0DF00;background-color:transparent}.btn-outline-yellow-47:not(:disabled):not(.disabled):active,.btn-outline-yellow-47:not(:disabled):not(.disabled).active,.show>.btn-outline-yellow-47.dropdown-toggle{color:#F0DF00;background-color:#F0DF00;border-color:#F0DF00}.btn-outline-yellow-47:not(:disabled):not(.disabled):active:focus,.btn-outline-yellow-47:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-yellow-47.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #F0DF00}.btn-outline-yellow-42{color:#D6C800;background-color:transparent;background-image:none;border-color:#D6C800}.btn-outline-yellow-42:hover{background-color:#D6C800}.btn-outline-yellow-42:focus,.btn-outline-yellow-42.focus{box-shadow:0 0 0 1px white,0 0 0 2px #D6C800}.btn-outline-yellow-42.disabled,.btn-outline-yellow-42:disabled{color:#D6C800;background-color:transparent}.btn-outline-yellow-42:not(:disabled):not(.disabled):active,.btn-outline-yellow-42:not(:disabled):not(.disabled).active,.show>.btn-outline-yellow-42.dropdown-toggle{color:#D6C800;background-color:#D6C800;border-color:#D6C800}.btn-outline-yellow-42:not(:disabled):not(.disabled):active:focus,.btn-outline-yellow-42:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-yellow-42.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #D6C800}.btn-outline-yellow-34{color:#ADA200;background-color:transparent;background-image:none;border-color:#ADA200}.btn-outline-yellow-34:hover{background-color:#ADA200}.btn-outline-yellow-34:focus,.btn-outline-yellow-34.focus{box-shadow:0 0 0 1px white,0 0 0 2px #ADA200}.btn-outline-yellow-34.disabled,.btn-outline-yellow-34:disabled{color:#ADA200;background-color:transparent}.btn-outline-yellow-34:not(:disabled):not(.disabled):active,.btn-outline-yellow-34:not(:disabled):not(.disabled).active,.show>.btn-outline-yellow-34.dropdown-toggle{color:#ADA200;background-color:#ADA200;border-color:#ADA200}.btn-outline-yellow-34:not(:disabled):not(.disabled):active:focus,.btn-outline-yellow-34:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-yellow-34.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #ADA200}.btn-outline-yellow-25{color:#807700;background-color:transparent;background-image:none;border-color:#807700}.btn-outline-yellow-25:hover{background-color:#807700}.btn-outline-yellow-25:focus,.btn-outline-yellow-25.focus{box-shadow:0 0 0 1px white,0 0 0 2px #807700}.btn-outline-yellow-25.disabled,.btn-outline-yellow-25:disabled{color:#807700;background-color:transparent}.btn-outline-yellow-25:not(:disabled):not(.disabled):active,.btn-outline-yellow-25:not(:disabled):not(.disabled).active,.show>.btn-outline-yellow-25.dropdown-toggle{color:#807700;background-color:#807700;border-color:#807700}.btn-outline-yellow-25:not(:disabled):not(.disabled):active:focus,.btn-outline-yellow-25:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-yellow-25.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #807700}.btn-outline-yellow-18{color:#5C5500;background-color:transparent;background-image:none;border-color:#5C5500}.btn-outline-yellow-18:hover{background-color:#5C5500}.btn-outline-yellow-18:focus,.btn-outline-yellow-18.focus{box-shadow:0 0 0 1px white,0 0 0 2px #5C5500}.btn-outline-yellow-18.disabled,.btn-outline-yellow-18:disabled{color:#5C5500;background-color:transparent}.btn-outline-yellow-18:not(:disabled):not(.disabled):active,.btn-outline-yellow-18:not(:disabled):not(.disabled).active,.show>.btn-outline-yellow-18.dropdown-toggle{color:#5C5500;background-color:#5C5500;border-color:#5C5500}.btn-outline-yellow-18:not(:disabled):not(.disabled):active:focus,.btn-outline-yellow-18:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-yellow-18.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #5C5500}.btn-outline-yellow-14{color:#474200;background-color:transparent;background-image:none;border-color:#474200}.btn-outline-yellow-14:hover{background-color:#474200}.btn-outline-yellow-14:focus,.btn-outline-yellow-14.focus{box-shadow:0 0 0 1px white,0 0 0 2px #474200}.btn-outline-yellow-14.disabled,.btn-outline-yellow-14:disabled{color:#474200;background-color:transparent}.btn-outline-yellow-14:not(:disabled):not(.disabled):active,.btn-outline-yellow-14:not(:disabled):not(.disabled).active,.show>.btn-outline-yellow-14.dropdown-toggle{color:#474200;background-color:#474200;border-color:#474200}.btn-outline-yellow-14:not(:disabled):not(.disabled):active:focus,.btn-outline-yellow-14:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-yellow-14.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #474200}.btn-outline-green-95{color:#FAFEE7;background-color:transparent;background-image:none;border-color:#FAFEE7}.btn-outline-green-95:hover{background-color:#FAFEE7}.btn-outline-green-95:focus,.btn-outline-green-95.focus{box-shadow:0 0 0 1px white,0 0 0 2px #FAFEE7}.btn-outline-green-95.disabled,.btn-outline-green-95:disabled{color:#FAFEE7;background-color:transparent}.btn-outline-green-95:not(:disabled):not(.disabled):active,.btn-outline-green-95:not(:disabled):not(.disabled).active,.show>.btn-outline-green-95.dropdown-toggle{color:#FAFEE7;background-color:#FAFEE7;border-color:#FAFEE7}.btn-outline-green-95:not(:disabled):not(.disabled):active:focus,.btn-outline-green-95:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-95.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #FAFEE7}.btn-outline-green-89{color:#F5FCCA;background-color:transparent;background-image:none;border-color:#F5FCCA}.btn-outline-green-89:hover{background-color:#F5FCCA}.btn-outline-green-89:focus,.btn-outline-green-89.focus{box-shadow:0 0 0 1px white,0 0 0 2px #F5FCCA}.btn-outline-green-89.disabled,.btn-outline-green-89:disabled{color:#F5FCCA;background-color:transparent}.btn-outline-green-89:not(:disabled):not(.disabled):active,.btn-outline-green-89:not(:disabled):not(.disabled).active,.show>.btn-outline-green-89.dropdown-toggle{color:#F5FCCA;background-color:#F5FCCA;border-color:#F5FCCA}.btn-outline-green-89:not(:disabled):not(.disabled):active:focus,.btn-outline-green-89:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-89.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #F5FCCA}.btn-outline-green-77{color:#EAFA8F;background-color:transparent;background-image:none;border-color:#EAFA8F}.btn-outline-green-77:hover{background-color:#EAFA8F}.btn-outline-green-77:focus,.btn-outline-green-77.focus{box-shadow:0 0 0 1px white,0 0 0 2px #EAFA8F}.btn-outline-green-77.disabled,.btn-outline-green-77:disabled{color:#EAFA8F;background-color:transparent}.btn-outline-green-77:not(:disabled):not(.disabled):active,.btn-outline-green-77:not(:disabled):not(.disabled).active,.show>.btn-outline-green-77.dropdown-toggle{color:#EAFA8F;background-color:#EAFA8F;border-color:#EAFA8F}.btn-outline-green-77:not(:disabled):not(.disabled):active:focus,.btn-outline-green-77:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-77.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #EAFA8F}.btn-outline-green-49{color:#CDEF0B;background-color:transparent;background-image:none;border-color:#CDEF0B}.btn-outline-green-49:hover{background-color:#CDEF0B}.btn-outline-green-49:focus,.btn-outline-green-49.focus{box-shadow:0 0 0 1px white,0 0 0 2px #CDEF0B}.btn-outline-green-49.disabled,.btn-outline-green-49:disabled{color:#CDEF0B;background-color:transparent}.btn-outline-green-49:not(:disabled):not(.disabled):active,.btn-outline-green-49:not(:disabled):not(.disabled).active,.show>.btn-outline-green-49.dropdown-toggle{color:#CDEF0B;background-color:#CDEF0B;border-color:#CDEF0B}.btn-outline-green-49:not(:disabled):not(.disabled):active:focus,.btn-outline-green-49:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-49.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #CDEF0B}.btn-outline-green-44{color:#BAD80A;background-color:transparent;background-image:none;border-color:#BAD80A}.btn-outline-green-44:hover{background-color:#BAD80A}.btn-outline-green-44:focus,.btn-outline-green-44.focus{box-shadow:0 0 0 1px white,0 0 0 2px #BAD80A}.btn-outline-green-44.disabled,.btn-outline-green-44:disabled{color:#BAD80A;background-color:transparent}.btn-outline-green-44:not(:disabled):not(.disabled):active,.btn-outline-green-44:not(:disabled):not(.disabled).active,.show>.btn-outline-green-44.dropdown-toggle{color:#BAD80A;background-color:#BAD80A;border-color:#BAD80A}.btn-outline-green-44:not(:disabled):not(.disabled):active:focus,.btn-outline-green-44:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-44.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #BAD80A}.btn-outline-green-38{color:#A0B909;background-color:transparent;background-image:none;border-color:#A0B909}.btn-outline-green-38:hover{background-color:#A0B909}.btn-outline-green-38:focus,.btn-outline-green-38.focus{box-shadow:0 0 0 1px white,0 0 0 2px #A0B909}.btn-outline-green-38.disabled,.btn-outline-green-38:disabled{color:#A0B909;background-color:transparent}.btn-outline-green-38:not(:disabled):not(.disabled):active,.btn-outline-green-38:not(:disabled):not(.disabled).active,.show>.btn-outline-green-38.dropdown-toggle{color:#A0B909;background-color:#A0B909;border-color:#A0B909}.btn-outline-green-38:not(:disabled):not(.disabled):active:focus,.btn-outline-green-38:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-38.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #A0B909}.btn-outline-success{color:#A0B909;background-color:transparent;background-image:none;border-color:#A0B909}.btn-outline-success:hover{background-color:#A0B909}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 1px white,0 0 0 2px #A0B909}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#A0B909;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#A0B909;background-color:#A0B909;border-color:#A0B909}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #A0B909}.btn-outline-green-31{color:#829707;background-color:transparent;background-image:none;border-color:#829707}.btn-outline-green-31:hover{background-color:#829707}.btn-outline-green-31:focus,.btn-outline-green-31.focus{box-shadow:0 0 0 1px white,0 0 0 2px #829707}.btn-outline-green-31.disabled,.btn-outline-green-31:disabled{color:#829707;background-color:transparent}.btn-outline-green-31:not(:disabled):not(.disabled):active,.btn-outline-green-31:not(:disabled):not(.disabled).active,.show>.btn-outline-green-31.dropdown-toggle{color:#829707;background-color:#829707;border-color:#829707}.btn-outline-green-31:not(:disabled):not(.disabled):active:focus,.btn-outline-green-31:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-31.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #829707}.btn-outline-green-24{color:#657506;background-color:transparent;background-image:none;border-color:#657506}.btn-outline-green-24:hover{background-color:#657506}.btn-outline-green-24:focus,.btn-outline-green-24.focus{box-shadow:0 0 0 1px white,0 0 0 2px #657506}.btn-outline-green-24.disabled,.btn-outline-green-24:disabled{color:#657506;background-color:transparent}.btn-outline-green-24:not(:disabled):not(.disabled):active,.btn-outline-green-24:not(:disabled):not(.disabled).active,.show>.btn-outline-green-24.dropdown-toggle{color:#657506;background-color:#657506;border-color:#657506}.btn-outline-green-24:not(:disabled):not(.disabled):active:focus,.btn-outline-green-24:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-24.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #657506}.btn-outline-green-18{color:#4C5705;background-color:transparent;background-image:none;border-color:#4C5705}.btn-outline-green-18:hover{background-color:#4C5705}.btn-outline-green-18:focus,.btn-outline-green-18.focus{box-shadow:0 0 0 1px white,0 0 0 2px #4C5705}.btn-outline-green-18.disabled,.btn-outline-green-18:disabled{color:#4C5705;background-color:transparent}.btn-outline-green-18:not(:disabled):not(.disabled):active,.btn-outline-green-18:not(:disabled):not(.disabled).active,.show>.btn-outline-green-18.dropdown-toggle{color:#4C5705;background-color:#4C5705;border-color:#4C5705}.btn-outline-green-18:not(:disabled):not(.disabled):active:focus,.btn-outline-green-18:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-18.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #4C5705}.btn-outline-green-14{color:#3B4503;background-color:transparent;background-image:none;border-color:#3B4503}.btn-outline-green-14:hover{background-color:#3B4503}.btn-outline-green-14:focus,.btn-outline-green-14.focus{box-shadow:0 0 0 1px white,0 0 0 2px #3B4503}.btn-outline-green-14.disabled,.btn-outline-green-14:disabled{color:#3B4503;background-color:transparent}.btn-outline-green-14:not(:disabled):not(.disabled):active,.btn-outline-green-14:not(:disabled):not(.disabled).active,.show>.btn-outline-green-14.dropdown-toggle{color:#3B4503;background-color:#3B4503;border-color:#3B4503}.btn-outline-green-14:not(:disabled):not(.disabled):active:focus,.btn-outline-green-14:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-14.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #3B4503}.btn-outline-teal-97{color:#F1FDFC;background-color:transparent;background-image:none;border-color:#F1FDFC}.btn-outline-teal-97:hover{background-color:#F1FDFC}.btn-outline-teal-97:focus,.btn-outline-teal-97.focus{box-shadow:0 0 0 1px white,0 0 0 2px #F1FDFC}.btn-outline-teal-97.disabled,.btn-outline-teal-97:disabled{color:#F1FDFC;background-color:transparent}.btn-outline-teal-97:not(:disabled):not(.disabled):active,.btn-outline-teal-97:not(:disabled):not(.disabled).active,.show>.btn-outline-teal-97.dropdown-toggle{color:#F1FDFC;background-color:#F1FDFC;border-color:#F1FDFC}.btn-outline-teal-97:not(:disabled):not(.disabled):active:focus,.btn-outline-teal-97:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-teal-97.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #F1FDFC}.btn-outline-teal-92{color:#DBFAF9;background-color:transparent;background-image:none;border-color:#DBFAF9}.btn-outline-teal-92:hover{background-color:#DBFAF9}.btn-outline-teal-92:focus,.btn-outline-teal-92.focus{box-shadow:0 0 0 1px white,0 0 0 2px #DBFAF9}.btn-outline-teal-92.disabled,.btn-outline-teal-92:disabled{color:#DBFAF9;background-color:transparent}.btn-outline-teal-92:not(:disabled):not(.disabled):active,.btn-outline-teal-92:not(:disabled):not(.disabled).active,.show>.btn-outline-teal-92.dropdown-toggle{color:#DBFAF9;background-color:#DBFAF9;border-color:#DBFAF9}.btn-outline-teal-92:not(:disabled):not(.disabled):active:focus,.btn-outline-teal-92:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-teal-92.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #DBFAF9}.btn-outline-teal-81{color:#A9F4F0;background-color:transparent;background-image:none;border-color:#A9F4F0}.btn-outline-teal-81:hover{background-color:#A9F4F0}.btn-outline-teal-81:focus,.btn-outline-teal-81.focus{box-shadow:0 0 0 1px white,0 0 0 2px #A9F4F0}.btn-outline-teal-81.disabled,.btn-outline-teal-81:disabled{color:#A9F4F0;background-color:transparent}.btn-outline-teal-81:not(:disabled):not(.disabled):active,.btn-outline-teal-81:not(:disabled):not(.disabled).active,.show>.btn-outline-teal-81.dropdown-toggle{color:#A9F4F0;background-color:#A9F4F0;border-color:#A9F4F0}.btn-outline-teal-81:not(:disabled):not(.disabled):active:focus,.btn-outline-teal-81:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-teal-81.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #A9F4F0}.btn-outline-teal-66{color:#64EDE3;background-color:transparent;background-image:none;border-color:#64EDE3}.btn-outline-teal-66:hover{background-color:#64EDE3}.btn-outline-teal-66:focus,.btn-outline-teal-66.focus{box-shadow:0 0 0 1px white,0 0 0 2px #64EDE3}.btn-outline-teal-66.disabled,.btn-outline-teal-66:disabled{color:#64EDE3;background-color:transparent}.btn-outline-teal-66:not(:disabled):not(.disabled):active,.btn-outline-teal-66:not(:disabled):not(.disabled).active,.show>.btn-outline-teal-66.dropdown-toggle{color:#64EDE3;background-color:#64EDE3;border-color:#64EDE3}.btn-outline-teal-66:not(:disabled):not(.disabled):active:focus,.btn-outline-teal-66:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-teal-66.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #64EDE3}.btn-outline-teal-46{color:#19D2C7;background-color:transparent;background-image:none;border-color:#19D2C7}.btn-outline-teal-46:hover{background-color:#19D2C7}.btn-outline-teal-46:focus,.btn-outline-teal-46.focus{box-shadow:0 0 0 1px white,0 0 0 2px #19D2C7}.btn-outline-teal-46.disabled,.btn-outline-teal-46:disabled{color:#19D2C7;background-color:transparent}.btn-outline-teal-46:not(:disabled):not(.disabled):active,.btn-outline-teal-46:not(:disabled):not(.disabled).active,.show>.btn-outline-teal-46.dropdown-toggle{color:#19D2C7;background-color:#19D2C7;border-color:#19D2C7}.btn-outline-teal-46:not(:disabled):not(.disabled):active:focus,.btn-outline-teal-46:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-teal-46.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #19D2C7}.btn-outline-teal-39{color:#15B0A6;background-color:transparent;background-image:none;border-color:#15B0A6}.btn-outline-teal-39:hover{background-color:#15B0A6}.btn-outline-teal-39:focus,.btn-outline-teal-39.focus{box-shadow:0 0 0 1px white,0 0 0 2px #15B0A6}.btn-outline-teal-39.disabled,.btn-outline-teal-39:disabled{color:#15B0A6;background-color:transparent}.btn-outline-teal-39:not(:disabled):not(.disabled):active,.btn-outline-teal-39:not(:disabled):not(.disabled).active,.show>.btn-outline-teal-39.dropdown-toggle{color:#15B0A6;background-color:#15B0A6;border-color:#15B0A6}.btn-outline-teal-39:not(:disabled):not(.disabled):active:focus,.btn-outline-teal-39:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-teal-39.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #15B0A6}.btn-outline-teal-31{color:#108E86;background-color:transparent;background-image:none;border-color:#108E86}.btn-outline-teal-31:hover{background-color:#108E86}.btn-outline-teal-31:focus,.btn-outline-teal-31.focus{box-shadow:0 0 0 1px white,0 0 0 2px #108E86}.btn-outline-teal-31.disabled,.btn-outline-teal-31:disabled{color:#108E86;background-color:transparent}.btn-outline-teal-31:not(:disabled):not(.disabled):active,.btn-outline-teal-31:not(:disabled):not(.disabled).active,.show>.btn-outline-teal-31.dropdown-toggle{color:#108E86;background-color:#108E86;border-color:#108E86}.btn-outline-teal-31:not(:disabled):not(.disabled):active:focus,.btn-outline-teal-31:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-teal-31.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #108E86}.btn-outline-teal-23{color:#0C6A64;background-color:transparent;background-image:none;border-color:#0C6A64}.btn-outline-teal-23:hover{background-color:#0C6A64}.btn-outline-teal-23:focus,.btn-outline-teal-23.focus{box-shadow:0 0 0 1px white,0 0 0 2px #0C6A64}.btn-outline-teal-23.disabled,.btn-outline-teal-23:disabled{color:#0C6A64;background-color:transparent}.btn-outline-teal-23:not(:disabled):not(.disabled):active,.btn-outline-teal-23:not(:disabled):not(.disabled).active,.show>.btn-outline-teal-23.dropdown-toggle{color:#0C6A64;background-color:#0C6A64;border-color:#0C6A64}.btn-outline-teal-23:not(:disabled):not(.disabled):active:focus,.btn-outline-teal-23:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-teal-23.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #0C6A64}.btn-outline-teal-16{color:#094845;background-color:transparent;background-image:none;border-color:#094845}.btn-outline-teal-16:hover{background-color:#094845}.btn-outline-teal-16:focus,.btn-outline-teal-16.focus{box-shadow:0 0 0 1px white,0 0 0 2px #094845}.btn-outline-teal-16.disabled,.btn-outline-teal-16:disabled{color:#094845;background-color:transparent}.btn-outline-teal-16:not(:disabled):not(.disabled):active,.btn-outline-teal-16:not(:disabled):not(.disabled).active,.show>.btn-outline-teal-16.dropdown-toggle{color:#094845;background-color:#094845;border-color:#094845}.btn-outline-teal-16:not(:disabled):not(.disabled):active:focus,.btn-outline-teal-16:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-teal-16.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #094845}.btn-outline-teal-12{color:#063733;background-color:transparent;background-image:none;border-color:#063733}.btn-outline-teal-12:hover{background-color:#063733}.btn-outline-teal-12:focus,.btn-outline-teal-12.focus{box-shadow:0 0 0 1px white,0 0 0 2px #063733}.btn-outline-teal-12.disabled,.btn-outline-teal-12:disabled{color:#063733;background-color:transparent}.btn-outline-teal-12:not(:disabled):not(.disabled):active,.btn-outline-teal-12:not(:disabled):not(.disabled).active,.show>.btn-outline-teal-12.dropdown-toggle{color:#063733;background-color:#063733;border-color:#063733}.btn-outline-teal-12:not(:disabled):not(.disabled):active:focus,.btn-outline-teal-12:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-teal-12.dropdown-toggle:focus{box-shadow:0 0 0 1px white,0 0 0 1px #063733}.btn-link{font-weight:400;color:var(--link-color, var(--brand-primary, #1776BF));background-color:transparent;border-color:transparent;cursor:pointer}.btn-link:hover{color:var(--link-color, var(--brand-primary, #1776BF));text-decoration:none;background-color:transparent;border-color:transparent}.btn-link:focus,.btn-link.focus{text-decoration:none;border-color:rgba(var(--link-color, var(--brand-primary, #1776BF)), 0.2);box-shadow:none;outline:none}.btn-link:active{box-shadow:none}.btn-link:disabled,.btn-link.disabled{opacity:.5;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:0}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:0 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group.show .dropdown-toggle{box-shadow:none}.btn-group.show .dropdown-toggle.btn-link{box-shadow:none}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:0;pointer-events:none}.modal.fade .modal-dialog{transition:top 0.3s ease-out,transform 0.3s ease-out;transform:translate(0, -100%)}@media screen and (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{top:50%;transform:translate(0, -50%)}.modal-dialog .close{text-decoration:none;color:gray;background:none;border:0;padding:0;margin:0;-webkit-appearance:none}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 0)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 0);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 0)}.modal-dialog-centered::before{display:block;height:calc(100vh - 0);content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.05);border-radius:0;box-shadow:0 0.25rem 0.75rem 0.5rem rgba(0,0,0,0.24);outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.6}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid rgba(0,0,0,0.1);border-top-left-radius:0;border-top-right-radius:0}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid rgba(0,0,0,0.1);border-bottom-right-radius:0;border-bottom-left-radius:0}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:0 auto}.modal-dialog-scrollable{max-height:calc(100% - 0)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 0)}.modal-dialog-centered{min-height:calc(100% - 0)}.modal-dialog-centered::before{height:calc(100vh - 0)}.modal-content{box-shadow:0 0.5rem 1.5rem 0.5rem rgba(0,0,0,0.24)}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width: 1200px){.modal-xl{max-width:1140px}}/*!
* Containers
*/.bg-white{background-color:#fff}.bg-gray-95{background-color:#F2F2F2}.bg-gray-90{background-color:#E5E5E5}.bg-gray-80{background-color:#CCCCCB}.bg-gray-70{background-color:#B3B3B3}.bg-gray-60{background-color:#999}.bg-gray-50{background-color:gray}.bg-gray-40{background-color:#666}.bg-gray-30{background-color:#4D4D4D}.bg-almost-black{background-color:#333}.bg-black{background-color:#000}.bg-blue-98{background-color:#F6FAFE}.bg-blue-89{background-color:#CDE6F9}.bg-blue-77{background-color:#96CAF3}.bg-blue-65{background-color:#5FAEEC}.bg-blue-50{background-color:var(--brand-light, #1C8CE3)}.bg-blue-primary{background-color:var(--brand-primary, #1776BF)}.bg-primary{background-color:var(--brand-primary, #1776BF)}.bg-blue-35{background-color:var(--brand-medium-dark, #14629F)}.bg-blue-27{background-color:var(--brand-dark, #0F4C7B)}.bg-blue-20{background-color:var(--brand-darker, #0B385B)}.bg-blue-14{background-color:#08293F}.bg-purple-98{background-color:#F9F5FF}.bg-purple-92{background-color:#E8D6FF}.bg-purple-84{background-color:#D1ADFF}.bg-purple-75{background-color:#B780FF}.bg-purple-65{background-color:#9A4DFF}.bg-purple-56{background-color:#801FFF}.bg-purple-47{background-color:#6800F0}.bg-purple-34{background-color:#4B00AD}.bg-purple-22{background-color:#310070}.bg-purple-16{background-color:#230052}.bg-pink-98{background-color:#FFF5FB}.bg-pink-94{background-color:#FFE0F1}.bg-pink-87{background-color:#FFBDE2}.bg-pink-78{background-color:#FF8FCE}.bg-pink-69{background-color:#FF61BA}.bg-pink-56{background-color:#FF1F9E}.bg-pink-accent{background-color:#E0007F}.bg-pink-35{background-color:#B30065}.bg-pink-24{background-color:#7A0045}.bg-pink-17{background-color:#570030}.bg-red-97{background-color:#FFF0F0}.bg-red-90{background-color:#FFCCCF}.bg-red-78{background-color:#FF8F96}.bg-red-68{background-color:#FF5C66}.bg-red-56{background-color:#FF1F2D}.bg-red-44{background-color:#E0000E}.bg-red-37{background-color:#BD000C}.bg-red-28{background-color:#8F0009}.bg-red-21{background-color:#6B0006}.bg-red-16{background-color:#520005}.bg-orange-97{background-color:#FFF6F0}.bg-orange-92{background-color:#FFE8D6}.bg-orange-81{background-color:#FFC89E}.bg-orange-67{background-color:#FFA057}.bg-orange-56{background-color:#FF801F}.bg-orange-45{background-color:#E66400}.bg-orange-38{background-color:#C25400}.bg-orange-31{background-color:#9E4400}.bg-orange-23{background-color:#753200}.bg-orange-18{background-color:#5C2800}.bg-yellow-95{background-color:#FFFEE6}.bg-yellow-89{background-color:#FFFBC7}.bg-yellow-79{background-color:#FFF794}.bg-yellow-56{background-color:#FFF01F}.bg-yellow-47{background-color:#F0DF00}.bg-yellow-42{background-color:#D6C800}.bg-yellow-34{background-color:#ADA200}.bg-yellow-25{background-color:#807700}.bg-yellow-18{background-color:#5C5500}.bg-yellow-14{background-color:#474200}.bg-green-95{background-color:#FAFEE7}.bg-green-89{background-color:#F5FCCA}.bg-green-77{background-color:#EAFA8F}.bg-green-49{background-color:#CDEF0B}.bg-green-44{background-color:#BAD80A}.bg-green-38{background-color:#A0B909}.bg-success{background-color:#A0B909}.bg-green-31{background-color:#829707}.bg-green-24{background-color:#657506}.bg-green-18{background-color:#4C5705}.bg-green-14{background-color:#3B4503}.bg-teal-97{background-color:#F1FDFC}.bg-teal-92{background-color:#DBFAF9}.bg-teal-81{background-color:#A9F4F0}.bg-teal-66{background-color:#64EDE3}.bg-teal-46{background-color:#19D2C7}.bg-teal-39{background-color:#15B0A6}.bg-teal-31{background-color:#108E86}.bg-teal-23{background-color:#0C6A64}.bg-teal-16{background-color:#094845}.bg-teal-12{background-color:#063733}.text-white{color:#fff}a.text-white:hover{color:#fff}.text-gray-95{color:#F2F2F2}a.text-gray-95:hover{color:#F2F2F2}.text-gray-90{color:#E5E5E5}a.text-gray-90:hover{color:#E5E5E5}.text-gray-80{color:#CCCCCB}a.text-gray-80:hover{color:#CCCCCB}.text-gray-70{color:#B3B3B3}a.text-gray-70:hover{color:#B3B3B3}.text-gray-60{color:#999}a.text-gray-60:hover{color:#999}.text-gray-50{color:gray}a.text-gray-50:hover{color:gray}.text-gray-40{color:#666}a.text-gray-40:hover{color:#666}.text-gray-30{color:#4D4D4D}a.text-gray-30:hover{color:#4D4D4D}.text-almost-black{color:#333}a.text-almost-black:hover{color:#333}.text-black{color:#000}a.text-black:hover{color:#000}.text-blue-98{color:#F6FAFE}a.text-blue-98:hover{color:#F6FAFE}.text-blue-89{color:#CDE6F9}a.text-blue-89:hover{color:#CDE6F9}.text-blue-77{color:#96CAF3}a.text-blue-77:hover{color:#96CAF3}.text-blue-65{color:#5FAEEC}a.text-blue-65:hover{color:#5FAEEC}.text-blue-50{color:var(--brand-light, #1C8CE3)}a.text-blue-50:hover{color:var(--brand-light, #1C8CE3)}.text-blue-primary{color:var(--brand-primary, #1776BF)}a.text-blue-primary:hover{color:var(--brand-primary, #1776BF)}.text-primary{color:var(--brand-primary, #1776BF)}a.text-primary:hover{color:var(--brand-primary, #1776BF)}.text-blue-35{color:var(--brand-medium-dark, #14629F)}a.text-blue-35:hover{color:var(--brand-medium-dark, #14629F)}.text-blue-27{color:var(--brand-dark, #0F4C7B)}a.text-blue-27:hover{color:var(--brand-dark, #0F4C7B)}.text-blue-20{color:var(--brand-darker, #0B385B)}a.text-blue-20:hover{color:var(--brand-darker, #0B385B)}.text-blue-14{color:#08293F}a.text-blue-14:hover{color:#08293F}.text-purple-98{color:#F9F5FF}a.text-purple-98:hover{color:#F9F5FF}.text-purple-92{color:#E8D6FF}a.text-purple-92:hover{color:#E8D6FF}.text-purple-84{color:#D1ADFF}a.text-purple-84:hover{color:#D1ADFF}.text-purple-75{color:#B780FF}a.text-purple-75:hover{color:#B780FF}.text-purple-65{color:#9A4DFF}a.text-purple-65:hover{color:#9A4DFF}.text-purple-56{color:#801FFF}a.text-purple-56:hover{color:#801FFF}.text-purple-47{color:#6800F0}a.text-purple-47:hover{color:#6800F0}.text-purple-34{color:#4B00AD}a.text-purple-34:hover{color:#4B00AD}.text-purple-22{color:#310070}a.text-purple-22:hover{color:#310070}.text-purple-16{color:#230052}a.text-purple-16:hover{color:#230052}.text-pink-98{color:#FFF5FB}a.text-pink-98:hover{color:#FFF5FB}.text-pink-94{color:#FFE0F1}a.text-pink-94:hover{color:#FFE0F1}.text-pink-87{color:#FFBDE2}a.text-pink-87:hover{color:#FFBDE2}.text-pink-78{color:#FF8FCE}a.text-pink-78:hover{color:#FF8FCE}.text-pink-69{color:#FF61BA}a.text-pink-69:hover{color:#FF61BA}.text-pink-56{color:#FF1F9E}a.text-pink-56:hover{color:#FF1F9E}.text-pink-accent{color:#E0007F}a.text-pink-accent:hover{color:#E0007F}.text-pink-35{color:#B30065}a.text-pink-35:hover{color:#B30065}.text-pink-24{color:#7A0045}a.text-pink-24:hover{color:#7A0045}.text-pink-17{color:#570030}a.text-pink-17:hover{color:#570030}.text-red-97{color:#FFF0F0}a.text-red-97:hover{color:#FFF0F0}.text-red-90{color:#FFCCCF}a.text-red-90:hover{color:#FFCCCF}.text-red-78{color:#FF8F96}a.text-red-78:hover{color:#FF8F96}.text-red-68{color:#FF5C66}a.text-red-68:hover{color:#FF5C66}.text-red-56{color:#FF1F2D}a.text-red-56:hover{color:#FF1F2D}.text-red-44{color:#E0000E}a.text-red-44:hover{color:#E0000E}.text-red-37{color:#BD000C}a.text-red-37:hover{color:#BD000C}.text-red-28{color:#8F0009}a.text-red-28:hover{color:#8F0009}.text-red-21{color:#6B0006}a.text-red-21:hover{color:#6B0006}.text-red-16{color:#520005}a.text-red-16:hover{color:#520005}.text-orange-97{color:#FFF6F0}a.text-orange-97:hover{color:#FFF6F0}.text-orange-92{color:#FFE8D6}a.text-orange-92:hover{color:#FFE8D6}.text-orange-81{color:#FFC89E}a.text-orange-81:hover{color:#FFC89E}.text-orange-67{color:#FFA057}a.text-orange-67:hover{color:#FFA057}.text-orange-56{color:#FF801F}a.text-orange-56:hover{color:#FF801F}.text-orange-45{color:#E66400}a.text-orange-45:hover{color:#E66400}.text-orange-38{color:#C25400}a.text-orange-38:hover{color:#C25400}.text-orange-31{color:#9E4400}a.text-orange-31:hover{color:#9E4400}.text-orange-23{color:#753200}a.text-orange-23:hover{color:#753200}.text-orange-18{color:#5C2800}a.text-orange-18:hover{color:#5C2800}.text-yellow-95{color:#FFFEE6}a.text-yellow-95:hover{color:#FFFEE6}.text-yellow-89{color:#FFFBC7}a.text-yellow-89:hover{color:#FFFBC7}.text-yellow-79{color:#FFF794}a.text-yellow-79:hover{color:#FFF794}.text-yellow-56{color:#FFF01F}a.text-yellow-56:hover{color:#FFF01F}.text-yellow-47{color:#F0DF00}a.text-yellow-47:hover{color:#F0DF00}.text-yellow-42{color:#D6C800}a.text-yellow-42:hover{color:#D6C800}.text-yellow-34{color:#ADA200}a.text-yellow-34:hover{color:#ADA200}.text-yellow-25{color:#807700}a.text-yellow-25:hover{color:#807700}.text-yellow-18{color:#5C5500}a.text-yellow-18:hover{color:#5C5500}.text-yellow-14{color:#474200}a.text-yellow-14:hover{color:#474200}.text-green-95{color:#FAFEE7}a.text-green-95:hover{color:#FAFEE7}.text-green-89{color:#F5FCCA}a.text-green-89:hover{color:#F5FCCA}.text-green-77{color:#EAFA8F}a.text-green-77:hover{color:#EAFA8F}.text-green-49{color:#CDEF0B}a.text-green-49:hover{color:#CDEF0B}.text-green-44{color:#BAD80A}a.text-green-44:hover{color:#BAD80A}.text-green-38{color:#A0B909}a.text-green-38:hover{color:#A0B909}.text-success{color:#A0B909}a.text-success:hover{color:#A0B909}.text-green-31{color:#829707}a.text-green-31:hover{color:#829707}.text-green-24{color:#657506}a.text-green-24:hover{color:#657506}.text-green-18{color:#4C5705}a.text-green-18:hover{color:#4C5705}.text-green-14{color:#3B4503}a.text-green-14:hover{color:#3B4503}.text-teal-97{color:#F1FDFC}a.text-teal-97:hover{color:#F1FDFC}.text-teal-92{color:#DBFAF9}a.text-teal-92:hover{color:#DBFAF9}.text-teal-81{color:#A9F4F0}a.text-teal-81:hover{color:#A9F4F0}.text-teal-66{color:#64EDE3}a.text-teal-66:hover{color:#64EDE3}.text-teal-46{color:#19D2C7}a.text-teal-46:hover{color:#19D2C7}.text-teal-39{color:#15B0A6}a.text-teal-39:hover{color:#15B0A6}.text-teal-31{color:#108E86}a.text-teal-31:hover{color:#108E86}.text-teal-23{color:#0C6A64}a.text-teal-23:hover{color:#0C6A64}.text-teal-16{color:#094845}a.text-teal-16:hover{color:#094845}.text-teal-12{color:#063733}a.text-teal-12:hover{color:#063733}.text-muted{color:#666}/*!
* Buttons
*/.btn{text-decoration:none}.btn.btn-primary{color:#fff;background-color:var(--brand-primary, #1776BF);border-color:var(--brand-primary, #1776BF);outline:1px solid transparent;outline-offset:-2px;transition:all .25s ease-in}.btn.btn-primary:hover:not(:disabled):not(.disabled),.btn.btn-primary:focus:not(:disabled):not(.disabled){color:var(--brand-primary, #1776BF);background:#fff;border-color:var(--brand-primary, #1776BF);outline:1px solid var(--brand-primary, #1776BF)}.btn.btn-primary.disabled,.btn.btn-primary:disabled{opacity:0.5;cursor:not-allowed}.btn.btn-primary:not(:disabled):not(.disabled):active,.btn.btn-primary:not(:disabled):not(.disabled).active,.show>.btn.btn-primary.dropdown-toggle{color:#fff;background-color:#0F4C7B;background-image:none;border-color:#0F4C7B}.btn.btn-primary:not(:disabled):not(.disabled):active:hover,.btn.btn-primary:not(:disabled):not(.disabled):active:focus,.btn.btn-primary:not(:disabled):not(.disabled).active:hover,.btn.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn.btn-primary.dropdown-toggle:hover,.show>.btn.btn-primary.dropdown-toggle:focus{outline:1px solid #0F4C7B}.btn.btn-blue-primary{color:#fff;background-color:var(--brand-primary, #1776BF);border-color:var(--brand-primary, #1776BF);outline:1px solid transparent;outline-offset:-2px;transition:all .25s ease-in}.btn.btn-blue-primary:hover:not(:disabled):not(.disabled),.btn.btn-blue-primary:focus:not(:disabled):not(.disabled){color:var(--brand-primary, #1776BF);background:#fff;border-color:var(--brand-primary, #1776BF);outline:1px solid var(--brand-primary, #1776BF)}.btn.btn-blue-primary.disabled,.btn.btn-blue-primary:disabled{opacity:0.5;cursor:not-allowed}.btn.btn-blue-primary:not(:disabled):not(.disabled):active,.btn.btn-blue-primary:not(:disabled):not(.disabled).active,.show>.btn.btn-blue-primary.dropdown-toggle{color:#fff;background-color:#08293F;background-image:none;border-color:#08293F}.btn.btn-blue-primary:not(:disabled):not(.disabled):active:hover,.btn.btn-blue-primary:not(:disabled):not(.disabled):active:focus,.btn.btn-blue-primary:not(:disabled):not(.disabled).active:hover,.btn.btn-blue-primary:not(:disabled):not(.disabled).active:focus,.show>.btn.btn-blue-primary.dropdown-toggle:hover,.show>.btn.btn-blue-primary.dropdown-toggle:focus{outline:1px solid #08293F}.btn.btn-secondary{color:var(--brand-primary, #1776BF);background-color:#fff;border-color:var(--brand-primary, #1776BF);outline:1px solid transparent;outline-offset:-2px;transition:all .25s ease-in}.btn.btn-secondary:hover:not(:disabled):not(.disabled),.btn.btn-secondary:focus:not(:disabled):not(.disabled){color:var(--brand-primary, #1776BF);background:#fff;border-color:var(--brand-primary, #1776BF);outline:1px solid var(--brand-primary, #1776BF)}.btn.btn-secondary.disabled,.btn.btn-secondary:disabled{opacity:0.5;cursor:not-allowed}.btn.btn-secondary:not(:disabled):not(.disabled):active,.btn.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn.btn-secondary.dropdown-toggle{color:var(--brand-primary, #1776BF);background-color:#CDE6F9;background-image:none;border-color:var(--brand-primary, #1776BF)}.btn.btn-secondary:not(:disabled):not(.disabled):active:hover,.btn.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn.btn-secondary:not(:disabled):not(.disabled).active:hover,.btn.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn.btn-secondary.dropdown-toggle:hover,.show>.btn.btn-secondary.dropdown-toggle:focus{outline:1px solid var(--brand-primary, #1776BF)}.btn.btn-ghost-primary{color:var(--brand-primary, #1776BF);background-color:#fff;border-color:var(--brand-primary, #1776BF);outline:1px solid transparent;outline-offset:-2px;transition:all .25s ease-in}.btn.btn-ghost-primary:hover:not(:disabled):not(.disabled),.btn.btn-ghost-primary:focus:not(:disabled):not(.disabled){color:var(--brand-primary, #1776BF);background:#fff;border-color:var(--brand-primary, #1776BF);outline:1px solid var(--brand-primary, #1776BF)}.btn.btn-ghost-primary.disabled,.btn.btn-ghost-primary:disabled{opacity:0.5;cursor:not-allowed}.btn.btn-ghost-primary:not(:disabled):not(.disabled):active,.btn.btn-ghost-primary:not(:disabled):not(.disabled).active,.show>.btn.btn-ghost-primary.dropdown-toggle{color:var(--brand-primary, #1776BF);background-color:#CDE6F9;background-image:none;border-color:var(--brand-primary, #1776BF)}.btn.btn-ghost-primary:not(:disabled):not(.disabled):active:hover,.btn.btn-ghost-primary:not(:disabled):not(.disabled):active:focus,.btn.btn-ghost-primary:not(:disabled):not(.disabled).active:hover,.btn.btn-ghost-primary:not(:disabled):not(.disabled).active:focus,.show>.btn.btn-ghost-primary.dropdown-toggle:hover,.show>.btn.btn-ghost-primary.dropdown-toggle:focus{outline:1px solid var(--brand-primary, #1776BF)}.btn.btn-ghost-default{color:#fff;background-color:rgba(0,0,0,0);border-color:#fff;outline:1px solid transparent;outline-offset:-2px;transition:all .25s ease-in}.btn.btn-ghost-default:hover:not(:disabled):not(.disabled),.btn.btn-ghost-default:focus:not(:disabled):not(.disabled){color:#fff;background:var(--brand-primary, #1776BF);border-color:var(--brand-primary, #1776BF);outline:1px solid var(--brand-primary, #1776BF)}.btn.btn-ghost-default.disabled,.btn.btn-ghost-default:disabled{opacity:0.5;cursor:not-allowed}.btn.btn-ghost-default:not(:disabled):not(.disabled):active,.btn.btn-ghost-default:not(:disabled):not(.disabled).active,.show>.btn.btn-ghost-default.dropdown-toggle{color:#fff;background-color:#08293F;background-image:none;border-color:#08293F}.btn.btn-ghost-default:not(:disabled):not(.disabled):active:hover,.btn.btn-ghost-default:not(:disabled):not(.disabled):active:focus,.btn.btn-ghost-default:not(:disabled):not(.disabled).active:hover,.btn.btn-ghost-default:not(:disabled):not(.disabled).active:focus,.show>.btn.btn-ghost-default.dropdown-toggle:hover,.show>.btn.btn-ghost-default.dropdown-toggle:focus{outline:1px solid #08293F}.btn.btn-default{color:var(--brand-primary, #1776BF);background-color:#fff;border-color:var(--brand-primary, #1776BF);outline:1px solid transparent;outline-offset:-2px;transition:all .25s ease-in}.btn.btn-default:hover:not(:disabled):not(.disabled),.btn.btn-default:focus:not(:disabled):not(.disabled){color:var(--brand-primary, #1776BF);background:#fff;border-color:var(--brand-primary, #1776BF);outline:1px solid var(--brand-primary, #1776BF)}.btn.btn-default.disabled,.btn.btn-default:disabled{opacity:0.5;cursor:not-allowed}.btn.btn-default:not(:disabled):not(.disabled):active,.btn.btn-default:not(:disabled):not(.disabled).active,.show>.btn.btn-default.dropdown-toggle{color:var(--brand-primary, #1776BF);background-color:#CDE6F9;background-image:none;border-color:var(--brand-primary, #1776BF)}.btn.btn-default:not(:disabled):not(.disabled):active:hover,.btn.btn-default:not(:disabled):not(.disabled):active:focus,.btn.btn-default:not(:disabled):not(.disabled).active:hover,.btn.btn-default:not(:disabled):not(.disabled).active:focus,.show>.btn.btn-default.dropdown-toggle:hover,.show>.btn.btn-default.dropdown-toggle:focus{outline:1px solid var(--brand-primary, #1776BF)}.btn.btn-danger{color:#fff;background-color:#E0000E;border-color:#E0000E;outline:1px solid transparent;outline-offset:-2px;transition:all .25s ease-in}.btn.btn-danger:hover:not(:disabled):not(.disabled),.btn.btn-danger:focus:not(:disabled):not(.disabled){color:#E0000E;background:#fff;border-color:#E0000E;outline:1px solid #E0000E}.btn.btn-danger.disabled,.btn.btn-danger:disabled{opacity:0.5;cursor:not-allowed}.btn.btn-danger:not(:disabled):not(.disabled):active,.btn.btn-danger:not(:disabled):not(.disabled).active,.show>.btn.btn-danger.dropdown-toggle{color:#fff;background-color:#6B0006;background-image:none;border-color:#6B0006}.btn.btn-danger:not(:disabled):not(.disabled):active:hover,.btn.btn-danger:not(:disabled):not(.disabled):active:focus,.btn.btn-danger:not(:disabled):not(.disabled).active:hover,.btn.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn.btn-danger.dropdown-toggle:hover,.show>.btn.btn-danger.dropdown-toggle:focus{outline:1px solid #6B0006}.btn.btn-success{color:#fff;background-color:#657506;border-color:#657506;outline:1px solid transparent;outline-offset:-2px;transition:all .25s ease-in}.btn.btn-success:hover:not(:disabled):not(.disabled),.btn.btn-success:focus:not(:disabled):not(.disabled){color:#657506;background:#fff;border-color:#657506;outline:1px solid #657506}.btn.btn-success.disabled,.btn.btn-success:disabled{opacity:0.5;cursor:not-allowed}.btn.btn-success:not(:disabled):not(.disabled):active,.btn.btn-success:not(:disabled):not(.disabled).active,.show>.btn.btn-success.dropdown-toggle{color:#fff;background-color:#3B4503;background-image:none;border-color:#3B4503}.btn.btn-success:not(:disabled):not(.disabled):active:hover,.btn.btn-success:not(:disabled):not(.disabled):active:focus,.btn.btn-success:not(:disabled):not(.disabled).active:hover,.btn.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn.btn-success.dropdown-toggle:hover,.show>.btn.btn-success.dropdown-toggle:focus{outline:1px solid #3B4503}.btn.btn-emphasis{color:#fff;background-color:#E0007F;border-color:#E0007F;outline:1px solid transparent;outline-offset:-2px;transition:all .25s ease-in}.btn.btn-emphasis:hover:not(:disabled):not(.disabled),.btn.btn-emphasis:focus:not(:disabled):not(.disabled){color:#E0007F;background:#fff;border-color:#E0007F;outline:1px solid #E0007F}.btn.btn-emphasis.disabled,.btn.btn-emphasis:disabled{opacity:0.5;cursor:not-allowed}.btn.btn-emphasis:not(:disabled):not(.disabled):active,.btn.btn-emphasis:not(:disabled):not(.disabled).active,.show>.btn.btn-emphasis.dropdown-toggle{color:#fff;background-color:#7A0045;background-image:none;border-color:#7A0045}.btn.btn-emphasis:not(:disabled):not(.disabled):active:hover,.btn.btn-emphasis:not(:disabled):not(.disabled):active:focus,.btn.btn-emphasis:not(:disabled):not(.disabled).active:hover,.btn.btn-emphasis:not(:disabled):not(.disabled).active:focus,.show>.btn.btn-emphasis.dropdown-toggle:hover,.show>.btn.btn-emphasis.dropdown-toggle:focus{outline:1px solid #7A0045}.btn-block{display:block;margin:0 auto}.btn-success{color:white}.btn.btn-link:hover{color:var(--brand-primary, #1776BF)}.btn-link.spin-icon{pointer-events:none;color:var(--link-color, var(--brand-primary, #1776BF)) !important}.btn-link.spin-icon .icon{height:31px}.spin-animation,.btn-link.spin-icon .icon{-webkit-animation:icon-spin 1.5s infinite linear;animation:icon-spin 1.5s infinite linear}.btn-emphasis{border-radius:16px !important;outline:none !important}.btn-emphasis:focus,.btn-emphasis:hover,.btn-emphasis:active{outline:none !important}@-webkit-keyframes icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.to-the-top{position:fixed;right:48px;bottom:20px;z-index:38;font-size:2rem;display:block;margin:0;padding:0;width:50px;height:50px;border:1px solid #999;border-radius:50%;background-color:transparent;color:#999;text-align:center;opacity:.5;transition:all 0.4s ease;cursor:pointer}.to-the-top:hover,.to-the-top:focus{border-color:transparent;background-color:var(--brand-primary, #1776BF);color:white;opacity:1;outline:none}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{padding-right:0 !important;position:relative;line-height:1.6em;display:flex;align-items:center;justify-content:center}.dropdown-toggle::after{display:inline-block;font-family:"dlt-icons";content:"";font-size:1.55em}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;max-width:280px;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:.875rem;color:var(--gray-text, #333);text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:0 solid #fff;border-radius:0;box-shadow:0 0 4px 2px rgba(0,0,0,0.3)}.dropdown-menu.arrow-top:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #fff;border-left:7px solid transparent;border-bottom-color:#fff;content:""}.dropdown-menu.arrow-top:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:""}.dropdown-menu.arrow-top.dropdown-menu-right:before{left:auto;right:15px}.dropdown-menu.arrow-top.dropdown-menu-right:after{left:auto;right:16px}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;font-family:"dlt-icons";content:"";font-size:1.55em;transform:rotate(-180deg)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;font-family:"dlt-icons";content:"";font-size:1.55em}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;font-family:"dlt-icons";content:"";font-size:1.55em}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"]{right:auto;bottom:auto}.dropdown-divider{margin:.5rem 1rem;border-top:1px solid #E5E5E5}.dropdown-item+hr{margin:0 1rem !important;border-top:1px dotted #CCCCCB;border-bottom:0}.dropdown-item{display:block;width:100%;padding:.375rem 1rem;clear:both;color:var(--gray-text, #333);text-align:inherit;white-space:nowrap;background-color:transparent;border-width:1px 0 1px 0;border-color:transparent;border-style:solid;text-decoration:none}.dropdown-item:hover{color:var(--gray-text, #333);text-decoration:none;box-shadow:inset 0 0 0 2px var(--brand-primary, #1776BF)}.dropdown-item:focus{border-color:gray;outline:none}.dropdown-item.active,.dropdown-item:active{color:var(--gray-text, #333);text-decoration:none;background-color:#CDE6F9;border-color:gray}.dropdown-item.disabled,.dropdown-item:disabled{color:#999;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;color:var(--gray-text, #333);white-space:nowrap}.dropdown-item-text{display:block;padding:.375rem 1rem;color:var(--gray-text, #333)}.fade{transition:opacity 0.15s linear}@media screen and (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height 0.35s ease}@media screen and (prefers-reduced-motion: reduce){.collapsing{transition:none}}.svg-wrap{position:relative;width:100%}.svg-wrap>svg{position:absolute;width:100%;fill:white}.svg-wrap.bottom{right:0;bottom:0;left:0}@media (min-width: 992px){.svg-wrap.bottom{bottom:-1px}}.svg-wrap.top{top:0;right:0;left:0}.alert{background-color:white;-webkit-box-shadow:0 8px 24px 0 rgba(0,0,0,0.24);box-shadow:0 8px 24px 0 rgba(0,0,0,0.24);font-size:.875rem;line-height:1.5rem;padding:.75rem 2.5rem .75rem 3rem;position:relative;pointer-events:auto}.alert:before{display:inline-block;font-family:"dlt-icons";font-style:normal;font-weight:normal;font-variant:normal;line-height:1.25rem;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;margin-right:.25rem;font-size:1.5rem;position:absolute;left:0.8rem;top:0.8rem}.alert .close{position:absolute;z-index:10;right:1rem;top:.9rem;text-decoration:none;color:gray;background:none;border:0;padding:1px 2px;margin:0;-webkit-appearance:none;font-size:1rem;height:1.25rem;line-height:1.25rem}.alert .close:hover,.alert .close:focus{box-shadow:inset 0 0 0 2px var(--brand-primary, #1776BF);outline:none}.alert .close:active{background-color:#CDE6F9}.alert.alert-error,.alert.alert-danger{border-left:4px solid #E0000E}.alert.alert-error:before,.alert.alert-danger:before{content:"";color:#E0000E}.alert.alert-success{border-left:4px solid #A0B909}.alert.alert-success:before{content:"";color:#A0B909}.alert.alert-info{border-left:4px solid var(--brand-light, #1C8CE3)}.alert.alert-info:before{content:"";color:var(--brand-light, #1C8CE3)}.alert.alert-warning{border-left:4px solid #FF801F}.alert.alert-warning:before{content:"";color:#FF801F}.alert .alert-title{line-height:1.5;font-size:1rem;font-weight:500;margin-bottom:.25rem}.alerts{position:fixed;z-index:1050;max-height:100vh;overflow-y:auto;padding:1rem;margin:0 auto;width:100%;left:0;pointer-events:none}.alerts .btn,.alerts .close{pointer-events:auto;cursor:pointer}.alerts>.top{max-width:1280px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.alerts>.right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.alerts>.right>.alert{min-width:17.5rem;max-width:35rem}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:var(--font-family-base, "Roboto","Helvetica",Arial,sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:1}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#fff}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#fff}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#fff}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#fff}.tooltip-inner{max-width:300px;padding:.25rem .5rem;color:var(--gray-text, #333);text-align:left;line-height:1.25rem;background-color:#fff;border-radius:0;-webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);box-shadow:0 0 4px rgba(0,0,0,0.5)}.product-intro{padding-top:9rem;background-color:var(--brand-darker, #0B385B);background-image:radial-gradient(circle at 27% bottom, var(--brand-light, #1C8CE3) 0%, var(--brand-darker, #0B385B) 60%);position:relative;color:white}.product-intro img{width:auto;height:auto;max-height:160px;max-width:100%}.product-intro .illustration-wrapper>img{max-height:none;display:block;margin:0 auto}.product-intro .svg-wrap.bottom{margin-top:180px}@media (max-width: 992px){.product-intro .svg-wrap.bottom{height:84px !important}}.product-cta-form-container{position:relative}.product-cta-success-message{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;flex-flow:column;justify-content:center;padding:1.5rem;background-color:white;color:var(--gray-text, #333)}.product-cta-success-message h3{color:var(--brand-medium-dark, #14629F)}.product-highlights{margin-top:-240px}.highlights{flex-direction:column}.highlights h3{color:var(--brand-medium-dark, #14629F)}@media (max-width: 991px){.highlights .row .col-lg-5,.highlights .even-odd-list>.container>ul .col-lg-5,.highlights .landing-page-card-list .container>ul .col-lg-5,.landing-page-card-list .highlights .container>ul .col-lg-5,.highlights .row .even-odd-list>.container>ul>li:nth-child(even),.highlights .even-odd-list>.container>ul>li:nth-child(even),.highlights .landing-page-card-list .even-odd-list>.container>ul>li:nth-child(even){-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;margin-top:4rem}.highlights .row .col-lg-6,.highlights .even-odd-list>.container>ul .col-lg-6,.highlights .landing-page-card-list .container>ul .col-lg-6,.landing-page-card-list .highlights .container>ul .col-lg-6,.highlights .row .col-lg-7,.highlights .even-odd-list>.container>ul .col-lg-7,.highlights .landing-page-card-list .container>ul .col-lg-7,.landing-page-card-list .highlights .container>ul .col-lg-7,.highlights .row .even-odd-list>.container>ul>li:nth-child(odd),.highlights .even-odd-list>.container>ul>li:nth-child(odd),.highlights .landing-page-card-list .even-odd-list>.container>ul>li:nth-child(odd){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media (min-width: 992px){.highlights .row .col-lg-5,.highlights .even-odd-list>.container>ul .col-lg-5,.highlights .landing-page-card-list .container>ul .col-lg-5,.landing-page-card-list .highlights .container>ul .col-lg-5,.highlights .row .even-odd-list>.container>ul>li:nth-child(even),.highlights .even-odd-list>.container>ul>li:nth-child(even),.highlights .landing-page-card-list .even-odd-list>.container>ul>li:nth-child(even){margin-top:auto;margin-bottom:auto}.highlights .row:nth-child(even) .col-lg-5,.highlights .even-odd-list>.container>ul:nth-child(even) .col-lg-5,.highlights .landing-page-card-list .container>ul:nth-child(even) .col-lg-5,.landing-page-card-list .highlights .container>ul:nth-child(even) .col-lg-5,.highlights .row:nth-child(even) .even-odd-list>.container>ul>li:nth-child(even),.highlights .even-odd-list>.container>ul:nth-child(even) .even-odd-list>.container>ul>li:nth-child(even),.highlights .landing-page-card-list .container>ul:nth-child(even) .even-odd-list>.container>ul>li:nth-child(even),.landing-page-card-list .highlights .container>ul:nth-child(even) .even-odd-list>.container>ul>li:nth-child(even){margin-left:auto}.highlights .row:nth-child(odd) .col-lg-5,.highlights .even-odd-list>.container>ul:nth-child(odd) .col-lg-5,.highlights .landing-page-card-list .container>ul:nth-child(odd) .col-lg-5,.landing-page-card-list .highlights .container>ul:nth-child(odd) .col-lg-5,.highlights .row:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(even),.highlights .even-odd-list>.container>ul:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(even),.highlights .landing-page-card-list .container>ul:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(even),.landing-page-card-list .highlights .container>ul:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(even){-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.highlights .row:nth-child(odd) .col-lg-6,.highlights .even-odd-list>.container>ul:nth-child(odd) .col-lg-6,.highlights .landing-page-card-list .container>ul:nth-child(odd) .col-lg-6,.landing-page-card-list .highlights .container>ul:nth-child(odd) .col-lg-6,.highlights .row:nth-child(odd) .col-lg-7,.highlights .even-odd-list>.container>ul:nth-child(odd) .col-lg-7,.highlights .landing-page-card-list .container>ul:nth-child(odd) .col-lg-7,.landing-page-card-list .highlights .container>ul:nth-child(odd) .col-lg-7,.highlights .row:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(odd),.highlights .even-odd-list>.container>ul:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(odd),.highlights .landing-page-card-list .container>ul:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(odd),.landing-page-card-list .highlights .container>ul:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(odd){text-align:right}.highlights .row:last-child .col-md-12 .separator,.highlights .even-odd-list>.container>ul:last-child .col-md-12 .separator,.highlights .landing-page-card-list .container>ul:last-child .col-md-12 .separator,.landing-page-card-list .highlights .container>ul:last-child .col-md-12 .separator{opacity:0}}@media (min-width: 1200px){.highlights .row:nth-child(odd) .col-lg-5,.highlights .even-odd-list>.container>ul:nth-child(odd) .col-lg-5,.highlights .landing-page-card-list .container>ul:nth-child(odd) .col-lg-5,.landing-page-card-list .highlights .container>ul:nth-child(odd) .col-lg-5,.highlights .row:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(even),.highlights .even-odd-list>.container>ul:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(even),.highlights .landing-page-card-list .container>ul:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(even),.landing-page-card-list .highlights .container>ul:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(even){margin-left:40px}.highlights .row:nth-child(odd) .col-lg-5,.highlights .even-odd-list>.container>ul:nth-child(odd) .col-lg-5,.highlights .landing-page-card-list .container>ul:nth-child(odd) .col-lg-5,.landing-page-card-list .highlights .container>ul:nth-child(odd) .col-lg-5,.highlights .row:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(even),.highlights .even-odd-list>.container>ul:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(even),.highlights .landing-page-card-list .container>ul:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(even),.landing-page-card-list .highlights .container>ul:nth-child(odd) .even-odd-list>.container>ul>li:nth-child(even){margin-left:40px}}.product-how-it-works{background-color:var(--brand-darker, #0B385B);background-image:radial-gradient(circle at 12% -10%, var(--brand-light, #1C8CE3) 0%, var(--brand-darker, #0B385B) 49%);position:relative}.product-how-it-works .svg-wrap.top{margin-bottom:-120px}.product-testimonials{padding-top:4.5rem}.testimonial-item{margin-top:.5rem;margin-bottom:3rem}.testimonial-item .img-circle{border:1px solid white;-webkit-box-shadow:0 7px 20px rgba(0,0,0,0.15);box-shadow:0 7px 20px rgba(0,0,0,0.15)}.testimonials_slider{position:relative;overflow:hidden;width:100%;min-height:300px}.testimonials_slider .slider{width:100%;height:100%}.testimonials_slider .slide{padding-top:0;min-width:100vw}.testimonials_slider .slide img{max-width:160px !important;width:160px;margin-bottom:20px}.slider-buttons{display:flex;width:100%;justify-content:center}.slider-buttons>div{width:14px;height:14px;border-radius:50%;background:#E5E5E5;margin:0 6px 0 0;opacity:1}.slider-buttons>div.selected{background:var(--brand-primary, #1776BF)}.product-case-studies{background-color:var(--brand-darker, #0B385B);background-image:radial-gradient(circle at 37%, var(--brand-light, #1C8CE3) 0%, var(--brand-darker, #0B385B) 60%);position:relative}.product-capabilities,.dev-center{background-color:var(--brand-darker, #0B385B);background-image:radial-gradient(circle at 27% bottom, var(--brand-light, #1C8CE3) 0%, var(--brand-darker, #0B385B) 60%);margin-bottom:-165px;color:white}.dev-center{margin-bottom:0}.dev-center>.svg-wrap{height:81px !important}.dev-center>.svg-wrap svg{height:100%}.product-cta{color:white;padding-top:0;padding-bottom:4.5rem;background-color:var(--brand-darker, #0B385B);background-image:radial-gradient(circle at right bottom, var(--brand-light, #1C8CE3) 0%, var(--brand-darker, #0B385B) 60%)}.top-products-overview{margin:0 -16px;position:relative;background-image:radial-gradient(circle at center -38%, #3dd8ff 0%, #101750 64%)}.top-products-overview .center-products{min-height:25vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;color:white;padding-top:8vh;margin-bottom:-5rem}.scene--full{position:absolute}.product-list .col-lg-6>svg{max-width:100%;height:auto}.product-pricing{background-color:var(--brand-darker, #0B385B);background-image:radial-gradient(circle at 27% bottom, var(--brand-light, #1C8CE3) 0%, var(--brand-darker, #0B385B) 60%);margin-bottom:-205px;color:white}.pricing-table{font-size:0.875rem}.pricing-table ul{text-align:left;font-size:.875rem}.pricing-table .collapse,.pricing-table .collapsing{font-size:0.875rem}.pricing-table .collapse,.pricing-table .collapsing{position:relative;-webkit-box-shadow:0 20px 40px rgba(0,0,0,0.15);box-shadow:0 20px 40px rgba(0,0,0,0.15)}.pricing-table .collapse .row.panel,.pricing-table .collapse .even-odd-list>.container>ul.panel,.pricing-table .collapse .landing-page-card-list .container>ul.panel,.landing-page-card-list .pricing-table .collapse .container>ul.panel,.pricing-table .collapsing .row.panel,.pricing-table .collapsing .even-odd-list>.container>ul.panel,.pricing-table .collapsing .landing-page-card-list .container>ul.panel,.landing-page-card-list .pricing-table .collapsing .container>ul.panel{background-color:#F2F2F2}.pricing-table .collapse .row.panel:nth-child(odd),.pricing-table .collapse .even-odd-list>.container>ul.panel:nth-child(odd),.pricing-table .collapse .landing-page-card-list .container>ul.panel:nth-child(odd),.landing-page-card-list .pricing-table .collapse .container>ul.panel:nth-child(odd),.pricing-table .collapsing .row.panel:nth-child(odd),.pricing-table .collapsing .even-odd-list>.container>ul.panel:nth-child(odd),.pricing-table .collapsing .landing-page-card-list .container>ul.panel:nth-child(odd),.landing-page-card-list .pricing-table .collapsing .container>ul.panel:nth-child(odd){background-color:white}.pricing-table .collapse.show,.pricing-table .collapse.open,.pricing-table .collapsing.show,.pricing-table .collapsing.open{max-height:100%}.pricing-header{position:relative;min-height:120px;width:100%}.pricing-header h4{margin:0;font-weight:bold;color:var(--brand-primary, #1776BF)}.pricing-header .panel{min-height:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 -10px 20px rgba(0,0,0,0.05);box-shadow:0 -10px 20px rgba(0,0,0,0.05)}.pricing-header .col-sm:nth-child(1)>.panel{border-top-left-radius:10px}.pricing-header .col-sm:last-child>.panel{border-top-right-radius:10px}#pricing-header,#pricing-header-2{position:absolute;top:0;left:0;right:0;z-index:1028}#pricing-header .panel,#pricing-header-2 .panel{-webkit-transition:all 0.35s ease;transition:all 0.35s ease}#pricing-header.headroom--not-top,#pricing-header-2.headroom--not-top{position:fixed;top:112px;background-color:var(--brand-medium-dark, #14629F);-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.15);box-shadow:0 2px 3px rgba(0,0,0,0.15)}@media (min-width: 992px){#pricing-header.headroom--not-top,#pricing-header-2.headroom--not-top{top:112px}#pricing-header.headroom--not-top.nomenu,#pricing-header-2.headroom--not-top.nomenu{top:48px}}#pricing-header.headroom--not-top .panel,#pricing-header-2.headroom--not-top .panel{min-height:10px;background-color:transparent;color:white;padding-top:1rem;padding-bottom:1rem;-webkit-box-shadow:none;box-shadow:none}#pricing-header.headroom--not-top .panel h4,#pricing-header-2.headroom--not-top .panel h4{font-size:16px;font-weight:normal;color:inherit}@media (min-width: 992px){#pricing-header.headroom--not-top.headroom--unpinned,#pricing-header-2.headroom--not-top.headroom--unpinned{-webkit-transform:translateY(-4rem);transform:translateY(-4rem)}#pricing-header.headroom--not-top.headroom--unpinned.nomenu,#pricing-header-2.headroom--not-top.headroom--unpinned.nomenu{-webkit-transform:translateY(-48px);transform:translateY(-48px)}}.pricing-footer .col-sm:nth-child(2)>.panel{border-bottom-left-radius:10px;-webkit-box-shadow:0 10px 20px rgba(0,0,0,0.05);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.pricing-footer .col-sm:last-child>.panel{border-bottom-right-radius:10px}.pricing-footer .panel{padding:2rem;-webkit-box-shadow:10px 10px 20px rgba(0,0,0,0.05);box-shadow:10px 10px 20px rgba(0,0,0,0.05)}.pricing-footer .panel .btn{width:100%}.pricing-footer .panel .dropdown{display:block}.pricing-footer-buy .col-sm:nth-child(2)>.panel{border-bottom-left-radius:10px;-webkit-box-shadow:0 10px 20px rgba(0,0,0,0.05);box-shadow:0 10px 20px rgba(0,0,0,0.05);border-bottom-right-radius:0px}.pricing-footer-buy .col-sm:last-child>.panel{border-bottom-right-radius:10px}.pricing-footer-buy .panel{padding:2rem;margin-top:-10px;-webkit-box-shadow:10px 10px 20px rgba(0,0,0,0.05);box-shadow:10px 10px 20px rgba(0,0,0,0.05);border-bottom-right-radius:10px}.pricing-footer-buy .panel .btn{width:100%}.pricing-footer-buy .panel .dropdown{display:block}.currency-dollar{display:none}.sag-cur-usd .currency-dollar{display:block}.sag-cur-usd .currency-euro{display:none}.devcenter-list .col-md-6{display:-webkit-box;display:-ms-flexbox;display:flex}.devcenter-list .col-md-6 .card{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.devcenter-list .col-md-6 .card p:first-child{margin:0}.devcenter-list .col-md-6 .card h2{margin:0;color:#B3B3B3;font-weight:300}.devcenter-list .col-md-6 .card .card-footer{margin-top:auto}.devcenter-list .col-md-6 .card img{max-width:100%;height:auto;max-height:70px;margin:0;display:block}.product-news{padding-bottom:3rem}.resources-page,.home,.sla-page{background-color:var(--brand-darker, #0B385B);background-image:radial-gradient(circle at 27% bottom, var(--brand-light, #1C8CE3) 0%, var(--brand-darker, #0B385B) 60%);margin-bottom:-165px;color:white}.resources-list .collapse.show{overflow:visible}.pagination{padding:0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination .page-item{margin:0 .1rem}.pagination .page-item:first-child,.pagination .page-item:last-child{display:none}.page-link{border:1px solid #CCCCCB;display:inline-block;padding:0;line-height:2;width:34px;text-align:center;text-decoration:none;border-radius:50%;-webkit-transition:all .25s ease;transition:all .25s ease;color:var(--brand-primary, #1776BF)}.page-link:hover{color:white;background-color:gray;border-color:gray}.disabled .page-link{color:#CCCCCB;pointer-events:none}.active .page-link{background-color:var(--brand-primary, #1776BF);color:white;border-color:var(--brand-primary, #1776BF);pointer-events:none}.page-link[aria-label="Previous"],.page-link[aria-label="Next"]{overflow:hidden}.page-link[aria-label="Previous"] span,.page-link[aria-label="Next"] span{text-indent:-100px;display:inline-block;position:relative}.page-link[aria-label="Previous"] span:before,.page-link[aria-label="Next"] span:before{content:'›';position:absolute;text-indent:0;left:0;margin-left:-4px;font-size:1.7rem;bottom:10px;line-height:.5}.page-link[aria-label="Previous"] span:before{content:'‹'}.card{background:white;padding:1.5rem;border-radius:.5rem;overflow:hidden;margin-bottom:2rem;color:var(--gray-text, #333)}.fit-v .card,.landing-page-card-list .container>ul>li .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;width:100%}.fit-v .card>.row,.landing-page-card-list .container>ul>li .card>.row,.fit-v .even-odd-list>.container.card>ul,.landing-page-card-list .container>ul>li .even-odd-list>.container.card>ul,.fit-v .landing-page-card-list .container.card>ul,.landing-page-card-list .fit-v .container.card>ul,.landing-page-card-list .container>ul>li .container.card>ul{height:100%}.card .card-image{margin:-1.5rem 0 -1.9rem -1.5rem}.card h4{font-weight:bold;color:var(--brand-medium-dark, #14629F)}.card .card-title,.landing-page-card-list .container>ul>li>.card p:first-of-type{color:var(--brand-medium-dark, #14629F);line-height:1.2;font-weight:bold}.card .card-label{font-size:8px;text-transform:uppercase;letter-spacing:0.2em;color:white;background-color:var(--brand-darker, #0B385B);padding:3px 16px 2px;font-weight:bold;position:absolute;top:0;right:0;left:0}.card .card-image{margin:0 -1.5rem}.card .card-image-square,.card .card-image-rectangle{margin:0 -1.5rem;padding-bottom:100%;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative}.card .card-image-square:first-child,.card .card-image-rectangle:first-child{margin-top:-1.5rem;margin-bottom:1rem}.card .card-image-rectangle{padding-bottom:58.5%}.card .card-footer{margin-top:auto;padding-top:1rem}.card hr{border:0;border-top:1px solid #E5E5E5;margin:1.5rem 0}.card-horizontal{padding:0}.card-horizontal .card-image{background-repeat:no-repeat;background-size:cover;background-position:center;position:absolute;top:0;right:0;bottom:-1px;left:0;margin:0}.card-horizontal .card-content{padding:1.5rem}.counter-card{min-height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:1rem 2rem;margin-left:1.5rem;margin-right:1.5rem}.counter-card h4{font-weight:bold;margin-top:4rem}.counter-card:after{counter-increment:section;content:counter(section);position:absolute;top:-26px;right:1rem;font-size:13rem;font-weight:bold;opacity:.075;color:currentColor}.news-title{color:var(--brand-darker, #0B385B);min-height:48px;line-height:1.2}.sci-card{background:white;padding:0;margin-bottom:3rem;color:var(--gray-text, #333);-webkit-box-shadow:0 0.125rem 0.25rem 1px rgba(0,0,0,0.075);box-shadow:0 0.125rem 0.25rem 1px rgba(0,0,0,0.075);position:relative;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;width:100%;-webkit-transition:-webkit-box-shadow .25s ease;transition:-webkit-box-shadow .25s ease;transition:box-shadow .25s ease;transition:box-shadow .25s ease, -webkit-box-shadow .25s ease}.sci-card:after{content:'';position:absolute;z-index:1;width:100%;height:.25rem;bottom:0;left:0;background-color:transparent}.sci-info .sci-card:after{background-color:var(--brand-light, #1C8CE3)}.sci-success .sci-card:after{background-color:#A0B909}.sci-error .sci-card:after{background-color:#E0000E}.sci-warning .sci-card:after{background-color:#FF801F}.sci-card .sci-card-title{font-size:1rem;margin:0;font-weight:300}.sci-card .sci-product-description{font-size:.875rem;margin-bottom:0}.sci-card .sci-product-img{max-width:160px;height:auto;margin:0 auto;display:block}.sci-card:hover{background-color:#F6FAFE;-webkit-box-shadow:0 0.125rem 0.25rem 1px rgba(0,0,0,0.075),inset 2px 0 0 var(--brand-primary, #1776BF),inset -2px 0 0 var(--brand-primary, #1776BF),inset 0 2px 0 var(--brand-primary, #1776BF),inset 0 -2px 0 var(--brand-primary, #1776BF);box-shadow:0 0.125rem 0.25rem 1px rgba(0,0,0,0.075),inset 2px 0 0 var(--brand-primary, #1776BF),inset -2px 0 0 var(--brand-primary, #1776BF),inset 0 2px 0 var(--brand-primary, #1776BF),inset 0 -2px 0 var(--brand-primary, #1776BF)}.sci-card+.sci-product-expiry-label{bottom:0;display:block;position:absolute;left:1rem;font-size:.75rem;height:3rem;margin:0;margin-right:0.875rem;color:#151515}.sci-card+.sci-product-expiry-label i{font-size:.875rem}.sci-info .sci-card+.sci-product-expiry-label i{color:var(--brand-light, #1C8CE3)}.sci-error .sci-card+.sci-product-expiry-label i{color:#E0000E}.sci-warning .sci-card+.sci-product-expiry-label i{color:#FF801F}.sci-success .sci-card+.sci-product-expiry-label i{color:#A0B909}.sci-card-header{position:relative;padding:1rem}.sci-card-header .sci-card-title{text-align:center;padding:0 25px;min-height:46px}.sci-card-header .sci-card-actions{position:absolute;right:2px;top:2px}.sci-card-header .sci-card-actions>button,.sci-card-header .sci-card-actions>.btn{padding:0;width:1.5rem;height:1.5rem;background:transparent;font-size:1rem;line-height:1rem;margin:.9rem .5rem .5rem}.sci-card-header .sci-card-actions>button:hover,.sci-card-header .sci-card-actions>button:focus,.sci-card-header .sci-card-actions>.btn:hover,.sci-card-header .sci-card-actions>.btn:focus{outline:none;box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF);border-color:var(--brand-primary, #1776BF)}.sci-card-header .sci-card-actions>button:active,.sci-card-header .sci-card-actions>.btn:active{background-color:#CDE6F9}.sci-card-block{padding:0 1rem 1rem}.sci-card-block:first-child{padding-top:1rem}.sci-card-footer{padding:1rem;margin-top:auto}.sci-card-icon{text-align:center;font-size:4.5rem;color:var(--brand-primary, #1776BF)}.sci-card-expired{background:#F2F2F2;pointer-events:none;-webkit-box-shadow:none;box-shadow:none}.sci-card-expired .sci-card-title,.sci-card-expired .sci-product-img{opacity:0.5}.sci-card-expired:hover{border:none;background-color:#F2F2F2;-webkit-box-shadow:none;box-shadow:none}.sci-card-expired .btn-secondary,.sci-card-expired .dlt-icon-more-menu{pointer-events:auto}.sci-card-expired .btn-secondary:not(:active){background:white}.product-link-more-menu .list-group-item:hover{background-color:#CDE6F9}body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;min-height:calc(100vh - 16px);position:relative;overflow-x:hidden}a{color:var(--link-color, var(--brand-primary, #1776BF));text-decoration:none}a:hover{color:var(--link-color-hover, var(--brand-medium-dark, #14629F));text-decoration:underline}.list-collapse-button{text-decoration:none;position:relative;min-width:90px;display:inline-block}.list-collapse-button:after{content:"⌃";-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-left:8px;display:inline-block;height:20px;position:absolute;-webkit-transition:all .25s ease;transition:all .25s ease}.list-collapse-button:before{content:"Show"}.list-collapse-button[aria-expanded="true"]:before{content:"Hide"}.list-collapse-button[aria-expanded="true"]:after{-webkit-transform:rotate(0);transform:rotate(0);padding-top:3px}.main-footer{font-weight:300;font-size:0.875em;margin-top:auto;position:relative;z-index:10}.main-footer .copyright{padding:6px 1rem;border-top:1px solid rgba(255,255,255,0.2);margin:0 0 -1rem;text-align:center}.main-footer .copyright p{margin:0;opacity:.8}.main-footer .copyright a{font-size:12px}.main-footer .lead,.main-footer .landing-page .centered-article p:first-of-type,.landing-page .centered-article .main-footer p:first-of-type,.main-footer .landing-page .product-cta .container>p:first-of-type,.landing-page .product-cta .main-footer .container>p:first-of-type{text-transform:uppercase;color:rgba(255,255,255,0.8);margin-top:1.3rem}.main-footer .list-unstyled li a{display:block;padding:0.27rem 0}.main-footer p{color:rgba(255,255,255,0.6)}.main-footer a:not(.btn){color:rgba(255,255,255,0.6);text-decoration:none}.main-footer a:not(.btn):hover{color:#fff}.social-menu{padding:0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex}.social-menu li{padding:.5rem}.social-menu li svg{height:24px;fill:currentColor}#teconsent{position:relative;z-index:12;height:0;margin:0}#teconsent>a{height:0;position:absolute;top:-5px;display:inline-block;font-size:12px;color:rgba(255,255,255,0.6)}#teconsent>a:hover{color:#fff}.illustration-wrapper{margin-top:0}.illustration-wrapper svg{max-width:100%;display:block;margin:0 auto}.illustration-wrapper svg .main-color{fill:white}.page-header{padding-top:11rem}.page-header h1{font-weight:bold}.page-header p{font-size:1.2em;font-weight:300}.page-header p:last-child{margin-bottom:0}.news-single .page-header{padding-top:5rem}.news-single h1{font-size:2rem}.news-single .news-content p:first-child{font-size:1.2em;font-weight:300}.sla-single .page-header{padding-top:5rem}.sla-single h1{color:var(--gray-text, #333);font-size:2.7rem}.sla-single h2{font-size:2rem;font-weight:bold;color:var(--brand-light, #1C8CE3)}.single .page-header{padding-top:5rem}.single-case-study{margin-top:4rem}.single-case-study .page-header{background-repeat:no-repeat;background-size:cover;background-position:center;margin-bottom:-100px;padding-top:8rem;background-color:rgba(0,0,0,0.3);background-blend-mode:multiply}.twitter-feed{max-height:700px}.fit-v,.landing-page-card-list .container>ul>li{display:-webkit-box;display:-ms-flexbox;display:flex}.iframe-container{padding-top:4rem;height:100vh}.iframe-container iframe{width:100%;min-height:100%}.home{background-image:radial-gradient(circle at 27% bottom, var(--brand-light, #1C8CE3) 0%, var(--brand-darker, #0B385B) 60%),radial-gradient(circle at 70% 55%, var(--brand-light, #1C8CE3) 0%, var(--brand-darker, #0B385B) 20%);margin-bottom:0 !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-top:4.5rem}.home .bottom{margin-top:auto}.home .illustration-wrapper svg{max-width:100%;display:block;margin:2rem auto 0}.home-list h3,.home-list h4{margin-bottom:0;margin-top:1rem;font-weight:bold}.home-list .bg-blue-20,.home-list .bg-blue-65,.home-list .blue-35{padding:1rem;margin:6px;border-radius:1rem}.home-list .bg-blue-35,.home-list .bg-blue-20{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;margin-right:6px;width:calc(100% - 12px)}.home-list .border-white{margin:12px 6px}.home-list .home-illustration-wrapper svg{max-width:100%;max-height:210px}.mycloud-container{padding:4rem .5rem;width:100%;margin-right:auto;margin-left:auto}.section-separator{position:relative;margin:0 -1rem;pointer-events:none}.section-separator>.svg-wrap{position:absolute;z-index:1}.updates-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -0.5rem}.updates-grid>.fit-v,.landing-page-card-list .container>ul.updates-grid>li{-webkit-box-flex:1;-ms-flex:1 1 30%;flex:1 1 30%;padding:0 1rem}@supports (display: grid){.updates-grid{display:grid;grid-gap:2rem;grid-template-columns:100%;margin:0;padding:0 3rem}.updates-grid>.fit-v,.landing-page-card-list .container>ul.updates-grid>li{padding:0;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}@media (min-width: 992px){.updates-grid{grid-template-columns:25% 25% 25% 25%}.updates-grid .fit-v,.updates-grid .landing-page-card-list .container>ul>li,.landing-page-card-list .updates-grid .container>ul>li{grid-column:span 1}.updates-grid .fit-v .card,.updates-grid .landing-page-card-list .container>ul>li .card,.landing-page-card-list .updates-grid .container>ul>li .card{margin-bottom:0}.updates-grid .fit-v .card .card-image-square,.updates-grid .landing-page-card-list .container>ul>li .card .card-image-square,.landing-page-card-list .updates-grid .container>ul>li .card .card-image-square{padding-bottom:100%}.updates-grid .fit-v:nth-child(5n+1),.updates-grid .landing-page-card-list .container>ul>li:nth-child(5n+1),.landing-page-card-list .updates-grid .container>ul>li:nth-child(5n+1){grid-column:span 2;grid-row:span 1}.updates-grid .fit-v:nth-child(5n+1) .card .card-image-square,.updates-grid .landing-page-card-list .container>ul>li:nth-child(5n+1) .card .card-image-square,.landing-page-card-list .updates-grid .container>ul>li:nth-child(5n+1) .card .card-image-square{padding-bottom:43.4%;background-position:center top}}}.sla-page{padding-top:6rem}.youtube-wrapper iframe{margin-bottom:-6px}.border-bottom{box-shadow:inset 0 -1px 0 rgba(0,0,0,0.05)}.sticky-holder{position:unset !important}@media (min-width: 768px){.sticky-holder{min-height:100vh}}.sticky-product-sidebar{position:sticky;top:120px;display:flex;flex-direction:column}.sticky-product-sidebar .list-group-scrollable{max-height:calc(100vh - 240px);margin-bottom:1rem}.tab-content{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.tabs-menu-container{position:relative;padding-top:12rem}.tabs-menu{position:absolute;top:0;left:0;right:0;z-index:1028}.tabs-menu:before{content:'';position:absolute;width:0;height:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:var(--brand-medium-dark, #14629F);-webkit-transition:all .95s ease;transition:all .95s ease;border-radius:50px}.tabs-menu>.container{position:relative;z-index:10}.tabs-menu.headroom--not-top{position:fixed;top:112px}.tabs-menu.headroom--not-top.nomenu{top:48px}.tabs-menu.headroom--not-top:before{width:100%;height:100%;border-radius:0}@media (min-width: 992px){.tabs-menu.headroom--not-top.headroom--unpinned{-webkit-transform:translateY(-4rem);transform:translateY(-4rem)}}@media (min-width: 992px){.tabs-menu.headroom--not-top.headroom--unpinned.nomenu{-webkit-transform:translateY(-48px);transform:translateY(-48px)}}.nav-pills{margin:0;padding:1rem 0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-pills .nav-item{padding:0 .5rem}@media (max-width: 992px){.nav-pills{padding:.5rem 0;font-size:.707rem}.nav-pills .nav-item{padding:0.25rem}}.nav-pills .nav-link{background-color:white;color:var(--brand-primary, #1776BF);border:1px solid transparent;border-color:currentColor;text-decoration:none;border-radius:1.2rem;padding:.344rem 1.2rem;display:inline-block;-webkit-transition:all .95s ease;transition:all .95s ease}.nav-pills .nav-link:hover{background-color:var(--brand-primary, #1776BF);background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.1)), to(rgba(0,0,0,0.1)));background-image:linear-gradient(rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);color:white;text-decoration:none}.headroom--not-top .nav-pills .nav-link{background-color:transparent;color:white}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:white;background-color:var(--brand-darker, #0B385B)}.label-info{white-space:nowrap;border-radius:4px;padding:0 8px;display:inline-block;font-size:12px;background-color:var(--brand-light, #1C8CE3);color:white}.table{width:100%;margin-bottom:1rem;background-color:rgba(0,0,0,0);border-spacing:0}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #E5E5E5}.table thead th{vertical-align:bottom;border-bottom:2px solid #E5E5E5}.table thead th.empty{border-color:transparent;background-color:transparent}.table tbody+tbody{border-top:2px solid #E5E5E5}.table .table{background-color:#fff}.table-sm th,.table-sm td{padding:.3rem}.table-bordered{border:1px solid #E5E5E5}.table-bordered th,.table-bordered td{border:1px solid #E5E5E5}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-borderless .border-bottom{border-bottom:1px solid var(--brand-primary, #1776BF)}.table-striped tbody tr:nth-of-type(odd){background-color:#F2F2F2}.table-hover tbody tr:hover{background-color:rgba(0,0,0,0.075)}.table .thead-dark th{color:#fff;background-color:#4D4D4D;border-color:#606060}.table .thead-light th{color:var(--brand-primary, #1776BF);background-color:#F2F2F2;border-color:#E5E5E5}.table-dark{color:#fff;background-color:#4D4D4D}.table-dark th,.table-dark td,.table-dark thead th{border-color:#606060}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}@media (max-width: 1399.98px){.table-responsive-xxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xxl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.faqs{width:100%}.product-cta .faqs{margin-top:-120px}.faq{border:1px solid #E5E5E5;border-bottom-width:0;background-color:white;-webkit-box-shadow:0 20px 60px rgba(0,0,0,0.15);box-shadow:0 20px 60px rgba(0,0,0,0.15)}.faq:last-child{border-bottom-width:1px}.faq>a{display:block;padding:1rem 1rem;text-decoration:none;color:var(--brand-medium-dark, #14629F);position:relative}.faq>a:hover{color:var(--brand-primary, #1776BF)}.faq>a:after{content:'+';position:absolute;right:1rem;top:6px;font-size:2em}.faq>a[aria-expanded="true"]{color:var(--brand-primary, #1776BF);font-weight:bold}.faq>a[aria-expanded="true"]:after{content:'—'}.faq .collapse-inner{padding:0 1rem 1rem;color:var(--gray-text, #333)}.panel{background-color:white;padding:1.5rem 1rem;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.03),0 20px 40px rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.03),0 20px 40px rgba(0,0,0,0.15)}.collapse .panel,.collapsing .panel{padding:1rem;-webkit-box-shadow:none;box-shadow:none}.collapse .panel .small,.collapsing .panel .small{color:var(--brand-dark, #0F4C7B);font-size:0.707rem}.collapse .panel .small strong,.collapsing .panel .small strong{color:var(--brand-primary, #1776BF)}.panel .small{font-size:0.815rem;color:var(--brand-dark, #0F4C7B)}a.panel[data-toggle]{display:block;padding:1rem 1rem;text-decoration:none;color:var(--gray-text, #333);position:relative;background-color:#F6FAFE;position:relative;font-size:0.815rem}a.panel[data-toggle]:hover{color:var(--brand-primary, #1776BF)}a.panel[data-toggle]:after{content:'+';position:absolute;right:1rem;top:6px;font-size:2em}a.panel[data-toggle][aria-expanded="true"]{background-color:#CDE6F9;color:var(--brand-medium-dark, #14629F);font-weight:bold}a.panel[data-toggle][aria-expanded="true"]:after{content:'—'}.user-info .dropdown-toggle{display:block;padding-left:.25rem !important;padding-right:.25rem !important;margin-right:-.25rem}.user-info .dropdown-toggle::after{content:''}.user-info .img-circle{height:2.5rem;width:2.5rem}.user-info .user-details{font-size:.875rem;font-weight:500}.user-info .dropdown-menu-right{right:-.1rem !important}.user-info span.img-circle.top-level{color:white;text-align:center;line-height:2.5rem}.user-info span.img-circle.top-level>i{font-size:1.5rem;margin:auto}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#B3B3B3;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{color:#B3B3B3;text-decoration:none;background-color:#F2F2F2}.list-group-item-action:active{color:var(--gray-text, #333);background-color:#4D4D4D}.list-group-item{position:relative;display:block;padding:.75rem 1rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,0.125)}.list-group-item>a{color:var(--gray-text, #333);display:block;padding-left:1rem;text-decoration:none;line-height:1}.list-group-item>a:hover{color:var(--link-color-hover, var(--brand-medium-dark, #14629F))}.list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.list-group-item:hover,.list-group-item:focus{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#999;background-color:#fff}.list-group-item.active,.list-group-item.current{background-color:#fff;z-index:2;color:var(--brand-primary, #1776BF);box-shadow:inset 4px 0 0 var(--link-color, var(--brand-primary, #1776BF))}.list-group-item.active a,.list-group-item.current a{color:var(--brand-primary, #1776BF)}.list-group-flush .list-group-item{border-right:0;border-left:0;padding-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-scrollable{overflow-y:auto;min-height:150px}.list-group-scrollable::-webkit-scrollbar{width:.5rem;height:.5rem}.list-group-scrollable::-webkit-scrollbar-track{background:#E5E5E5;border-radius:.5rem}.list-group-scrollable::-webkit-scrollbar-thumb{background:#999;border-radius:.5rem}.subscribe-newsletter .mktoFormRow.col-sm-6{max-width:100%;flex:0 0 100%}.subscribe-newsletter.thankyou{position:relative}.subscribe-newsletter.thankyou .dismiss{position:absolute;top:0;right:0;bottom:0;left:0;background-color:white;padding:1.5rem;display:flex;flex-flow:column;justify-content:center;align-items:center}.subscribe-newsletter.thankyou .dismiss .lead,.subscribe-newsletter.thankyou .dismiss .landing-page .centered-article p:first-of-type,.landing-page .centered-article .subscribe-newsletter.thankyou .dismiss p:first-of-type,.subscribe-newsletter.thankyou .dismiss .landing-page .product-cta .container>p:first-of-type,.landing-page .product-cta .subscribe-newsletter.thankyou .dismiss .container>p:first-of-type{font-weight:bold;text-align:center}.client-logo{height:120px;width:120px;border-radius:50%;display:inline-block;background-position:center;background-size:contain;background-repeat:no-repeat;box-shadow:0px 6px 20px rgba(0,0,0,0.06);background-color:white}.client-logo.large-logo{box-shadow:none;width:100%;max-width:240px;height:210px;border-radius:0}.client-logo.full-logo{width:100%;height:0;padding-bottom:100%;background-size:90%}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:var(--font-family-base, "Roboto","Helvetica",Arial,sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.7rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.05);border-radius:.25rem;box-shadow:0 0.25rem 0.5rem rgba(0,0,0,0.2)}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 0}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^="top"]>.arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^="top"]>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,0.1)}.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^="top"]>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^="right"]>.arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:0 0}.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^="right"]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,0.1)}.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^="right"]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^="bottom"]>.arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^="bottom"]>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,0.1)}.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^="bottom"]>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^="left"]>.arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:0 0}.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^="left"]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,0.1)}.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^="left"]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:1rem 1rem;margin-bottom:0;color:var(--gray-text, #333);background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(0 - 1px);border-top-right-radius:calc(0 - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:var(--gray-text, #333)}.landing-page .fullpage-image{margin-right:-1rem;margin-left:-1rem;padding-top:6rem;background-position:center top;background-size:cover;background-repeat:no-repeat}.landing-page .fullpage-image>.container{min-height:21.9vh}@media (min-width: 992px){.landing-page .fullpage-image:first-of-type{padding-top:12rem}.landing-page .fullpage-image:first-of-type>.container{min-height:11.7vh}}.landing-page .fullpage-image+.pad-top-size-8{padding-top:0}.landing-page .centered-article h4{color:var(--brand-medium-dark, #14629F)}.landing-page .product-cta{padding-bottom:0}.landing-page .product-cta .container h1{margin-bottom:1rem}.landing-page .product-cta .container ul,.landing-page .product-cta .container form{text-align:left}.landing-page .product-cta .container p{text-align:center}.landing-page .product-cta:last-of-type{padding-bottom:4.5rem}.landing-page .product-cta:last-of-type .container+.svg-wrap{display:none}.even-odd-list>.container p:nth-child(even){margin:0 2em 2em 0}.even-odd-list>.container>ul{margin:0;padding:0;list-style:none}.tablelp{background-color:#f6f9fb;box-shadow:0 20px 40px rgba(0,0,0,0.15);font-weight:bold}.tablelp .cell{display:flex;flex-direction:column;justify-content:center;padding:2em;border-width:8px;border-style:solid;border-color:white}.tablelp h1{margin:0;font-size:3em}.tablelp h4,.tablelp p{margin:0}.package{display:flex;margin-left:-10%;padding:0;width:120%;border-spacing:0}@media (max-width: 992px){.package{margin-left:10%;width:80%}}.package .gap{display:flex;flex-wrap:wrap;padding:10px}@media (max-width: 992px){.package .gap{padding:10px 0}}.package .gap p:first-of-type{font-weight:400;font-size:1em}.package .gap .highlight{background-color:#a0b909}.package .header-cell{margin:0 0 -5px;padding:20px 0;width:100%;height:80px;border-width:5px;border-style:solid;border-color:white;background-color:#e0e2e4;box-shadow:0 30px 40px rgba(0,0,0,0.15);word-break:normal;font-weight:bold;font-size:18px}.package .cell{margin:0 0 -5px;padding:23px;width:100%;height:240px;border-width:5px;border-style:solid;border-color:white;background-color:#f6f9fb;box-shadow:0 30px 40px rgba(0,0,0,0.15);text-align:left}.package .highlight-cell{display:flex;align-items:center;justify-content:center;padding:20px 0;width:100%;height:20px;border-width:5px;border-style:solid;border-color:white;background-color:white;box-shadow:0 20px 40px rgba(0,0,0,0.15);word-break:normal;font-weight:bold;font-size:20px}.landing-page-card-list .container{text-align:center}.landing-page-card-list .container>ul{margin:0;padding:0;list-style:none;text-align:left;font-size:1.3rem}.landing-page-card-list .container>ul>li>.card p:first-of-type{font-size:1.3rem}.landing-page-card-list .container>ul>li>.card>p{font-size:1rem}.landing-page-card-list .container>ul>li>.card ul{padding-left:1rem;list-style:disc;font-size:1rem}.landing-page-card-list .container>ul>li>.card li{padding-bottom:1rem}.landing-page-card-list:last-of-type .container+.svg-wrap{display:none}.documentation-page{background-color:#F2F2F2;margin:0 -1rem -1rem;padding-bottom:5rem;padding-top:120px}.documentation-page h1,.documentation-page h2,.documentation-page h3,.documentation-page h4,.documentation-page h5{font-family:"Roboto","Helvetica",Arial,sans-serif}.documentation-page .main-content{background-color:white;box-shadow:0 4px 4px rgba(0,0,0,0.01),0 8px 8px rgba(0,0,0,0.01),0 16px 16px rgba(0,0,0,0.03),0 32px 32px rgba(0,0,0,0.05),0 32px 64px rgba(0,0,0,0.1),0 -3px 32px rgba(0,0,0,0.1);transition:transform 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99),filter 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99);overflow:hidden;margin-right:auto;margin-left:auto;padding:60px;max-width:1200px;border-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px}.documentation-page .main-content .section-header{margin:-60px -60px 60px;padding:40px 60px;background-image:linear-gradient(to right, #1c8ce3 0, #5faeec 100%)}.documentation-page .main-content .section-header h1{font-size:3rem;margin:0;color:white;font-weight:300}.documentation-page .main-content .section-header+p{font-size:1.4em;font-weight:300}.documentation-page .main-content h2{font-size:2rem;padding-top:0;margin-top:24px;padding-bottom:16px;border-bottom:1px dotted #CCCCCB;font-weight:200;color:var(--brand-primary, #1776BF);margin-bottom:2rem}.documentation-page .main-content h3{color:var(--brand-primary, #1776BF);font-weight:300;margin-top:4rem}.documentation-page .main-content ol{list-style-type:decimal}.documentation-page .main-content ol li ol{list-style-type:lower-alpha}.documentation-page .main-content ol li ol li ol{list-style-type:lower-roman}.documentation-page .main-content .table-responsive{width:100%;margin-bottom:1.5rem;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar;border:0rem;-webkit-overflow-scrolling:touch}.documentation-page .main-content .table-responsive table{width:100%;margin-bottom:1rem;color:#333;border-collapse:collapse;border-spacing:0}.documentation-page .main-content .table-responsive table tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0.05)}.documentation-page .main-content .table-responsive table tr>td{word-break:break-word}.documentation-page .main-content .table-responsive table th,.documentation-page .main-content .table-responsive table td{padding:.75rem;vertical-align:top;border-top:1px solid #E5E5E5}.single-release{padding:0}@media (min-width: 768px){.single-release{padding:2rem;-webkit-box-shadow:0 20px 60px rgba(0,0,0,0.15);box-shadow:0 20px 60px rgba(0,0,0,0.15)}}.single-release .h2 small{font-size:1rem}.single-release h2{font-size:2rem;font-weight:bold;padding-bottom:.5rem;margin-bottom:2rem}.single-release h3{font-size:1.4rem;font-weight:bold;color:var(--brand-medium-dark, #14629F)}.single-release h3,.single-release h4,.single-release h5{margin-top:3rem}.single-release h2+h3{margin-top:0}.single-release ul{padding-left:0;margin-left:18px}.single-release li>p{margin-bottom:0}.single-release img{max-width:100%;height:auto}.sci-page-header{padding-top:2rem;position:sticky;top:4rem;background:white;z-index:1;margin-left:-2px;margin-right:-2px}.sci-page-header h1{font-size:1.5rem;font-family:"Roboto","Helvetica",Arial,sans-serif;margin-bottom:0;padding-bottom:0.5em}.sci-nav-tabs-bar{padding:0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-bottom:1px solid #CCCCCB;position:sticky;top:8.5rem;background:#fff;z-index:1;margin-left:-2px;margin-right:-2px}.sci-nav-tabs-bar li>a{display:block;color:var(--gray-text, #333);text-decoration:none;padding:.5rem 1rem;border-bottom:4px solid transparent}.sci-nav-tabs-bar li>a:hover,.sci-nav-tabs-bar li>a:focus{color:var(--brand-primary, #1776BF)}.sci-nav-tabs-bar li>a.nav-menu-active{color:var(--brand-primary, #1776BF);border-bottom-color:var(--brand-primary, #1776BF)}.sci-search-dropdown{position:relative}.sci-search-dropdown .sci-search-results-dropdown{top:100%;z-index:1000}.sci-search-dropdown .search-results{display:block;margin:0 0 0 0;padding:0;list-style:none;left:0;z-index:1000;min-width:10rem;margin:0.125rem 0 0;font-size:0.875rem;text-align:left;background-color:#fff;background-clip:padding-box;border-radius:0;-webkit-box-shadow:0 0.5rem 1rem rgba(0,0,0,0.175);box-shadow:0 0.5rem 1rem rgba(0,0,0,0.175)}.sci-search-dropdown .search-results li a{cursor:pointer}.input-group-search{position:relative}.input-group-search .form-control{padding-right:2rem}.input-group-search .icon-button{position:absolute;top:8px;right:10px}.input-group-search .form-control-sm+.icon-button,.input-group-search .form-group-sm .form-control+.icon-button,.form-group-sm .input-group-search .form-control+.icon-button{top:5px}.signup-form{padding:1.35rem}.signup-form .form-group{margin-top:38.5px;margin-bottom:0}.signup-form .form-group .environment-name{color:#333333;font-family:Roboto;font-size:14px;font-weight:500;line-height:17px;width:119px;text-align:left}.signup-form .form-group .form-control{padding-right:1.8rem}.signup-form .form-group .feedback{position:relative;margin-top:0.47%;margin-bottom:1.17%}.signup-form .form-group .feedback .form-text,.signup-form .form-group .feedback .mktoErrorMsg{position:absolute;margin-top:0.47%;margin-bottom:1.18%}.signup-form .form-group .feedback .form-text .info,.signup-form .form-group .feedback .mktoErrorMsg .info{color:#333333;font-family:Roboto;font-size:12px;font-weight:500;line-height:14px;text-align:left}.signup-form .form-group .feedback .info{font-size:.75rem;margin-top:4px;position:absolute}.signup-form .form-group .environment-group{height:32px;margin-bottom:0 !important;border:1px solid #666666}.signup-form .form-group .environment-group .environment-name-textbox{display:inline-block;width:65%}.signup-form .form-group .environment-group .environment-name-textbox .default-cursor-style{width:100%;text-align:right;padding-right:5% !important}.signup-form .form-group .environment-group .environment-name-textbox .clear{position:absolute !important;right:0 !important;width:3%}.signup-form .form-group .environment-group .environment-name-textbox span{left:61.4% !important}@media (max-width: 540px){.signup-form .form-group .environment-group .environment-name-textbox{display:block;width:100%}.signup-form .form-group .environment-group .environment-name-textbox span{left:92.5% !important}}.signup-form .form-group .environment-group .rectangle-copy-12{background-color:#E5E5E5;border:1px solid #666666;height:32px}.signup-form .form-group .environment-group .environment-label-name{display:inline-block;width:35%;float:right;clear:both;border:none;border-bottom:1px solid #666666;background-color:#E5E5E5;text-align:center}.signup-form .form-group .environment-group .environment-label-name .softwareag-cloud{color:#666;text-align:left;font-family:Roboto;font-size:0.875rem;font-weight:400;line-height:17px}.signup-form .form-group .environment-group .environment-label-name .environment-label{vertical-align:bottom}@media (max-width: 540px){.signup-form .form-group .environment-group .environment-label-name{display:block;width:100%;float:left;clear:both}}@media (max-width: 540px){.signup-form .form-group .environment-group .environment-group{height:64px !important}}.signup-form .form-group .next{color:#ffffff;font-family:Roboto;font-size:14px;font-weight:400;line-height:17px;width:384px;text-align:center}.signup-form .form-group .background{background-color:#1776bf;border:1px solid #1776bf;width:100%;height:40px}.signup-form .form-group .background span{font-family:Roboto;font-size:0.875rem;font-weight:400;line-height:17px;width:100%;text-align:center}.signup-form .sci-logo-svg{margin-top:80px;height:25px}@media (min-width: 992px){.signup-form .sci-logo-svg{height:25px;margin-top:80px}}.signup-form .log-in-to-your-account{color:#424242;font-family:Roboto;font-size:22px;font-weight:500;line-height:26px;text-align:left;margin-top:25.04px}.signup-form .no-account{margin-top:6.5px;font-family:Roboto;font-size:14px;font-weight:400;line-height:17px;text-align:left}.signup-form .no-account .links-regular{color:#1776bf;font-family:Roboto;font-size:14px;font-weight:400;line-height:17px;text-align:left}.signup-form .feedback .info{color:#333333;font-family:Roboto;font-size:12px;font-weight:500;line-height:14px;text-align:left}.sci-router-form{font-family:"Roboto","Helvetica",Arial,sans-serif;margin-top:5rem}.sci-router-form .sci-logo-svg{height:1.56rem}.sci-router-form .sci-page-title{color:#4D4D4D;font-size:1.375rem;font-weight:500;line-height:2rem;margin-top:1.275rem}.sci-router-form .sci-alternative-action{color:#333;font-size:.875rem;margin-top:.25rem;line-height:1.25rem}.sci-router-form .sci-alternative-action .sci-link{color:var(--brand-primary, #1776BF);margin-left:.5rem}.sci-router-form .sci-user-detail{margin-top:2.5rem}.sci-router-form .validation-and-link .feedback .form-text,.sci-router-form .validation-and-link .feedback .mktoErrorMsg{width:calc(100% - 10.5rem) !important;font-size:.75rem}.sci-router-form .validation-and-link .feedback .sci-link{font-size:.875rem;color:var(--brand-primary, #1776BF);text-align:right;float:right;cursor:pointer;line-height:1rem;margin-top:.25rem}.sci-router-form .validation-and-link .feedback .dlt-icon-info{font-size:1rem;line-height:.875rem}.sci-success-alert{position:absolute;z-index:100;width:40rem;top:1rem}.sci-list-group-header{font-size:.875rem;font-weight:bold;letter-spacing:0.03em;padding:1rem .5rem;background-color:#F2F2F2}.sci-list-group{font-size:.875rem;margin-bottom:1rem}@media screen and (max-width: 991px){.sci-list-group{border-top:1px solid #E5E5E5}}.sci-list-group .sci-list-group-item{padding:1rem .5rem;box-shadow:inset 0 -1px 0 #E5E5E5}.sci-list-group .sci-list-group-item:hover{background-color:transparent;box-shadow:inset 0 0 0 2px var(--brand-primary, #1776BF)}.sci-list-group .sci-list-group-item p{margin-bottom:0}.sci-list-group .sci-list-group-item .btn{padding-top:0;padding-bottom:0}.sci-list-group .sci-list-group-item .btn-link.btn-lg,.sci-list-group .sci-list-group-item .btn-group-lg>.btn-link.btn{width:2rem;height:2rem;line-height:1;margin-right:12px;margin-left:.5rem;background-color:transparent;border:1px solid transparent;padding:0;outline-offset:-2px}.sci-list-group .sci-list-group-item .btn-link.btn-lg:hover,.sci-list-group .sci-list-group-item .btn-group-lg>.btn-link.btn:hover{border-color:#1776bf;-webkit-box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF);-moz-box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF);box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF);outline:0}.sci-list-group .sci-list-group-item .btn-link.btn-lg:active,.sci-list-group .sci-list-group-item .btn-group-lg>.btn-link.btn:active{background-color:#CDE6F9}.sci-list-group .sci-list-group-item .btn-link.btn-lg i,.sci-list-group .sci-list-group-item .btn-group-lg>.btn-link.btn i{font-size:1.5rem}.sci-list-group .sci-list-group-item .btn-link.btn-lg a,.sci-list-group .sci-list-group-item .btn-group-lg>.btn-link.btn a{padding:3px}.sci-list-group .sci-list-group-item .highlight-cell{border:1px solid var(--brand-light, #1C8CE3);border-radius:2px;color:var(--brand-light, #1C8CE3);font-size:0.6875rem;line-height:0.8125rem;text-align:center;margin-left:.2rem;padding:.2rem}.sci-list-group .sci-list-group-item .btn-link:disabled,.sci-list-group .sci-list-group-item .btn-link.disabled{pointer-events:inherit;cursor:not-allowed}.sci-list-group .sci-list-group-item .btn-link:disabled:hover,.sci-list-group .sci-list-group-item .btn-link.disabled:hover{box-shadow:none;border-color:transparent;outline:none}.sci-list-group .sci-list-group-item .btn-link:disabled:active,.sci-list-group .sci-list-group-item .btn-link.disabled:active{background-color:transparent}.sci-list-group .sci-list-group-item .sci-empty-text::before{content:"none";color:#4A494A;opacity:0.5}.user-avatar{display:block;width:40px;height:40px;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group' fill='%23e5e5e5'%3E%3Cpath d='M12,0 C5.37248,0 0,5.37248 0,12 C0,18.62752 5.37248,24 12,24 C18.62752,24 24,18.62752 24,12 C24,5.37248 18.62752,0 12,0 M12,2.33008 C17.34416,2.33008 21.67008,6.65472 21.67008,12 C21.67008,17.344 17.34512,21.66992 12,21.66992 C6.65584,21.66992 2.32992,17.34512 2.32992,12 C2.32992,6.656 6.65504,2.33008 12,2.33008' id='Fill-10-Copy'%3E%3C/path%3E%3Cpath d='M17.8030737,17.059871 C16.3925417,18.6765462 14.3166414,19.6973926 12,19.6973926 C9.68299989,19.6973926 7.60644858,18.6761276 6.19576985,17.0586097 C6.24672632,17.0453999 6.29906049,17.0325848 6.3528094,17.02016 C8.50850904,16.52224 10.6334861,16.07808 9.61068089,14.19264 C6.5819485,8.608 8.74788899,5.44 11.9993599,5.44 C15.1881057,5.44 17.4090908,8.49024 14.388039,14.19392 C13.3959563,16.06784 15.4454071,16.51328 17.6459105,17.02144 C17.6997021,17.033858 17.7520775,17.0466669 17.8030737,17.059871 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:cover;background-position:top center;background-repeat:no-repeat;margin-right:.5rem}.user-new{width:40px;height:40px}.userImg{position:relative;max-width:40px}.userImg:after{position:absolute;content:"";background-image:url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group' fill='%23e5e5e5'%3E%3Cpath d='M12,0 C5.37248,0 0,5.37248 0,12 C0,18.62752 5.37248,24 12,24 C18.62752,24 24,18.62752 24,12 C24,5.37248 18.62752,0 12,0 M12,2.33008 C17.34416,2.33008 21.67008,6.65472 21.67008,12 C21.67008,17.344 17.34512,21.66992 12,21.66992 C6.65584,21.66992 2.32992,17.34512 2.32992,12 C2.32992,6.656 6.65504,2.33008 12,2.33008' id='Fill-10-Copy'%3E%3C/path%3E%3Cpath d='M17.8030737,17.059871 C16.3925417,18.6765462 14.3166414,19.6973926 12,19.6973926 C9.68299989,19.6973926 7.60644858,18.6761276 6.19576985,17.0586097 C6.24672632,17.0453999 6.29906049,17.0325848 6.3528094,17.02016 C8.50850904,16.52224 10.6334861,16.07808 9.61068089,14.19264 C6.5819485,8.608 8.74788899,5.44 11.9993599,5.44 C15.1881057,5.44 17.4090908,8.49024 14.388039,14.19392 C13.3959563,16.06784 15.4454071,16.51328 17.6459105,17.02144 C17.6997021,17.033858 17.7520775,17.0466669 17.8030737,17.059871 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:cover;background-position:top center;background-repeat:no-repeat;display:block;position:absolute;z-index:2;top:0;left:0;width:100%;height:100%}.sci-dnd-list-group .sci-list-group-item{cursor:grab}.sci-dnd-list-group .sci-list-group-item.sci-drag-over{background-color:white;border:2px dashed var(--brand-primary, #1776BF);color:transparent}.sci-environment-grid .sci-list-group-item{line-height:2rem}.sci-toolbar{margin-top:1rem;margin-bottom:1rem}.sci-toolbar .btn-link{color:var(--link-color, var(--brand-primary, #1776BF));padding-top:0;padding-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:2rem;height:2rem;border:1px solid var(--brand-primary, #1776BF);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sci-toolbar .btn-link .icon{font-size:1.4rem;margin-right:4px}.sci-toolbar .btn-link:hover,.sci-toolbar .btn-link:focus{outline:none;box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF)}.sci-toolbar .btn-link:active{background-color:#CDE6F9}.sci-toolbar .btn-link-primary{color:white;background-color:var(--brand-primary, #1776BF)}.sci-toolbar .btn-link-primary:hover,.sci-toolbar .btn-link-primary:focus{color:var(--link-color, var(--brand-primary, #1776BF));background-color:white;outline:none;box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF)}.sci-toolbar .btn-link-primary:active{color:white;background-color:var(--brand-dark, #0F4C7B)}.sci-user-detail h2{font-size:1.375rem;padding-top:1rem;font-family:"Roboto","Helvetica",Arial,sans-serif;overflow:hidden;text-overflow:ellipsis;font-weight:300;line-height:1.625rem;margin-bottom:1.5rem;margin-top:1rem}.sci-user-detail h3{font-family:"Roboto","Helvetica",Arial,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.375rem;margin-left:0.875rem;padding-top:6rem;margin-top:-6rem}.sci-user-detail fieldset{border:none;padding-top:0.75rem;padding-bottom:1rem}.sci-user-detail .form-group{margin-bottom:1.5rem;font-size:.875rem}.sci-user-detail .form-group .feedback{position:relative}.sci-user-detail .form-group .feedback .form-text,.sci-user-detail .form-group .feedback .mktoErrorMsg{position:absolute}.sci-user-detail .form-group .sci-form-control-group{position:relative;display:flex;align-items:center;width:100%}.sci-user-detail .form-group .sci-form-control-group:focus-within .clear-icon{visibility:visible}.sci-user-detail .form-group .sci-form-control-group .form-control[type=text],.sci-user-detail .form-group .sci-form-control-group .form-control[type=password]{padding-right:1.8rem}.sci-user-detail .form-group .sci-form-control-group .form-control[type=text].unmasked,.sci-user-detail .form-group .sci-form-control-group .form-control[type=password].unmasked{padding-right:3.4rem}.sci-user-detail .form-group .sci-form-control-group .clear-icon,.sci-user-detail .form-group .sci-form-control-group .password-show-icon{cursor:pointer;position:absolute;right:.25rem;text-decoration:none;border:none;font-size:1.3rem;color:var(--brand-primary, #1776BF);background-color:transparent;padding:0;margin:0;width:1.5rem;height:1.5rem;line-height:1.6rem;text-align:center;overflow:hidden;top:4px}.sci-user-detail .form-group .sci-form-control-group .clear-icon:active:not(:disabled),.sci-user-detail .form-group .sci-form-control-group .clear-icon:focus,.sci-user-detail .form-group .sci-form-control-group .password-show-icon:active:not(:disabled),.sci-user-detail .form-group .sci-form-control-group .password-show-icon:focus{background-color:#CDE6F9;color:var(--brand-primary, #1776BF);outline:2px solid var(--brand-primary, #1776BF);outline-offset:-2px}.sci-user-detail .form-group .sci-form-control-group .clear-icon i,.sci-user-detail .form-group .sci-form-control-group .password-show-icon i{margin-left:2px;margin-top:1px}.sci-user-detail .form-group .sci-form-control-group .clear-icon{visibility:hidden}.sci-user-detail .form-group .sci-form-control-group .clear-icon-more-padding{right:2rem}@supports (-ms-ime-align: auto){.sci-user-detail .form-group .sci-form-control-group .form-control:focus+.clear-icon,.sci-user-detail .form-group .sci-form-control-group .clear-icon:focus{visibility:visible}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.sci-user-detail .form-group .sci-form-control-group .form-control:focus+.clear-icon,.sci-user-detail .form-group .sci-form-control-group .clear-icon:focus{visibility:visible}}.sci-user-detail .form-group .sci-form-control-group.sci-info-hint ~ .feedback .info{display:none;font-size:0.75rem;line-height:1rem;font-weight:400;color:#151515}.sci-user-detail .form-group .sci-form-control-group.sci-info-hint ~ .feedback .info i{font-size:1.125rem;line-height:1.2rem;vertical-align:middle}.sci-user-detail .form-group .sci-form-control-group.sci-info-hint ~ .feedback .info .info-text{font-weight:500;color:#333}.sci-user-detail .form-group .sci-form-control-group.sci-info-hint:focus-within ~ .feedback .validationFailure,.sci-user-detail .form-group .sci-form-control-group.sci-info-hint:focus-within ~ .feedback .mktoErrorMsg{display:none}.sci-user-detail .form-group .sci-form-control-group.sci-info-hint:focus-within ~ .feedback .info{display:inline-block}.sci-user-detail .form-group .sci-form-control-group.sci-info-hint:focus-within input{border-bottom:#1c8ce3;box-shadow:inset 0 -4px 0 #1c8ce3, inset 0 0 0 1px #1776BF !important}.sci-user-detail .form-group .input-group.sci-form-control-group .clear-icon{right:8.3rem;z-index:9}.sci-user-detail .form-group .sci-radio-button.disabled{cursor:not-allowed}.sci-user-detail .form-group .sci-radio-button.disabled .custom-control{pointer-events:none;opacity:.5}.sci-user-detail .sci-fieldset-section{max-width:25rem}.sci-user-detail .sci-addaction-btn{position:relative;top:-3.5rem;float:right;margin-right:-7rem}.sci-user-detail footer{position:sticky;bottom:0;background-color:white;box-shadow:0 -2px 4px 0 rgba(0,0,0,0.16);height:3.5rem;padding:.5rem 2rem;min-width:calc(100vw - 1rem)}.sci-user-detail .dlt-icon-info,.sci-user-detail .dlt-icon-check{color:var(--brand-light, #1C8CE3)}.sci-user-detail .sci-checkall-btn{padding-top:0;padding-bottom:0;font-size:.75rem}.sci-user-detail .sci-checkall-btn i{padding-right:.2rem;font-size:.875rem;line-height:1.2rem}.sci-user-detail textarea{max-width:100%}.sci-user-detail .inside-tab-navigation ~ section h3{padding-top:13rem;margin-top:-13rem}.sci-view-user-detail .form-group{margin-bottom:1.5rem}.sci-view-user-detail .form-group .form-control-plaintext,.sci-view-user-detail .form-group figure{padding-left:.5rem}.userImage{background-color:var(--brand-primary, #1776BF);color:white;text-align:center;line-height:2.5rem}.userImage>i{font-size:1.5rem;margin:auto}@media screen and (min-width: 992px){.sci-user-roles-grid-container{max-width:calc(100vw - 17rem);overflow-x:auto}.sci-user-detail .sci-table-of-contents ~ section{max-width:calc(100vw - 17rem)}}.profile-picture{position:relative;width:150px;height:150px;background-size:100px 100px;background-repeat:no-repeat;background-position:1.25rem center;border-radius:0;margin:0}.profile-picture:hover,.profile-picture:active{background-image:none !important}.profile-picture:hover .infotext>span,.profile-picture:active .infotext>span{visibility:visible !important}.profile-picture figcaption{font-size:.75rem}.profile-picture .btn-secondary{height:2rem}.profile-picture img{width:140px;height:140px;position:absolute;border-radius:0;background-color:var(--brand-primary, #1776BF)}.profile-picture label{position:relative;font-weight:400}.profile-picture .drag-over .infotext{color:var(--brand-primary, #1776BF);border:dashed 3px var(--brand-primary, #1776BF)}.profile-picture .infotext{margin-top:5px;height:140px;width:140px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--gray-text, #333);border:1px dashed #666;border-radius:0;font-size:.875rem;text-align:center;font-weight:400;line-height:1.5rem}.sci-product-btns{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.sci-product-btns>a{display:block;-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;color:#333;text-align:center;font-size:2rem}.sci-product-btns>.sci-product-main-btn{font-size:4rem;margin-left:auto}.sci-appswitcher{width:275px;padding:0}.sci-appswitcher.dropdown-menu{left:16px !important;margin-top:-.5rem}@media (min-width: 992px){.sci-appswitcher{width:23.5rem;max-width:none}.sci-appswitcher.dropdown-menu{left:auto !important;right:.1rem}.sci-appswitcher.dropdown-menu.arrow-top:before{left:auto;right:15px}.sci-appswitcher.dropdown-menu.arrow-top:after{left:auto;right:16px}}.sci-appswitcher .sci-appswitcher-inner{overflow-y:auto;max-height:calc(100vh - 280px);padding:1rem 0}@media (min-width: 992px){.sci-appswitcher .sci-appswitcher-inner{max-height:calc(100vh - 100px)}}.sci-appswitcher .sci-appswitcher-inner::-webkit-scrollbar{width:.5rem;height:.5rem}.sci-appswitcher .sci-appswitcher-inner::-webkit-scrollbar-track{background:#E5E5E5;border-radius:.5rem}.sci-appswitcher .sci-appswitcher-inner::-webkit-scrollbar-thumb{background:#999;border-radius:.5rem}.sci-appswitcher .switcher-apps{margin:0;list-style:none;display:flex;flex-flow:row wrap;justify-content:stretch;padding:0 1rem}.sci-appswitcher .switcher-apps>a{padding:0;width:6.5rem;height:6.5rem;text-align:center;display:flex;flex-flow:column nowrap;align-items:stretch;color:var(--gray-text, #333);border:2px solid transparent;font-size:12px;margin:1rem 1rem 0 0}.sci-appswitcher .switcher-apps>a:hover,.sci-appswitcher .switcher-apps>a:focus{text-decoration:none;border-color:var(--brand-primary, #1776BF);outline:none}.sci-appswitcher .switcher-apps>a:active{background-color:#CDE6F9}.sci-appswitcher .switcher-apps>a:nth-child(-n+3){margin-top:0}.sci-appswitcher .switcher-apps>a:nth-child(3n+3){margin-right:0}.sci-appswitcher .switcher-apps svg{display:block;margin:.5rem auto .25rem;width:40px;height:40px}@media (min-width: 992px){.sci-appswitcher .switcher-apps svg{width:48px;height:48px}}.sci-appswitcher .switcher-apps svg ~ span{line-height:1rem}.sci-appswitcher .switcher-apps+.switcher-apps{margin-top:1rem;position:relative}.sci-appswitcher .switcher-apps+.switcher-apps>h6{display:flex;flex:0 100%;font-size:.875rem;font-weight:500;margin-bottom:1rem;margin-top:0}.sci-appswitcher .switcher-apps+.switcher-apps:before{content:'';display:block;border-top:1px solid #E5E5E5;width:100%;margin-bottom:1rem}.sci-appswitcher .switcher-apps+.switcher-apps>a:nth-child(-n+3){margin-top:0}.sci-appswitcher .switcher-apps+.switcher-apps>a:nth-child(3n+3){margin-right:1rem}.sci-appswitcher .switcher-apps+.switcher-apps>a:nth-child(-n+4){margin-top:0}.sci-appswitcher .switcher-apps+.switcher-apps>a:nth-child(3n+4){margin-right:0}.sci-appswitcher .dropdown-menu-right{right:.5rem;margin-top:-.3rem}.sci-prompt{padding:2.5rem}.sci-prompt .modal-header{font-size:1.25rem;font-weight:500;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 0 1.5rem 0;line-height:1.74rem;border:0}.sci-prompt .modal-header:before{display:inline-block;font-family:"dlt-icons";font-style:normal;font-weight:normal;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;font-size:1.5rem;position:relative;left:0;top:0;margin-right:.5rem}.sci-prompt .modal-header .close{padding:.1rem .15rem 0rem;margin:-.25rem -.25rem -1rem auto;font-size:1.5rem;cursor:pointer}.sci-prompt .modal-header .close:hover,.sci-prompt .modal-header .close:focus{box-shadow:inset 0 0 0 2px var(--brand-primary, #1776BF);outline:none}.sci-prompt .modal-header .close:active{background-color:#CDE6F9}.sci-prompt.error-prompt,.sci-prompt.danger-prompt{border-left:4px solid #E0000E}.sci-prompt.error-prompt .modal-header:before,.sci-prompt.danger-prompt .modal-header:before{content:"";color:#E0000E}.sci-prompt.success-prompt{border-left:4px solid #A0B909}.sci-prompt.success-prompt .modal-header::before{content:"";color:#A0B909}.sci-prompt.info-prompt{border-left:4px solid var(--brand-light, #1C8CE3)}.sci-prompt.info-prompt .modal-header::before{content:"";color:var(--brand-light, #1C8CE3)}.sci-prompt.warning-prompt{border-left:4px solid #FF801F}.sci-prompt.warning-prompt .modal-header::before{content:"";color:#FF801F}.sci-prompt .modal-body{padding:0;font-size:.875rem}.sci-prompt .modal-body p:last-child{margin-bottom:0}.sci-prompt .modal-footer{border-color:transparent;padding:2.5rem 0 0 0}.sci-modal-xl .modal-lg{max-width:83.33vw}.sci-empty-state{background:white;padding:1.5rem;margin-bottom:2rem;color:#B3B3B3;font-size:13px;text-align:center;font-weight:500;box-shadow:0 0 4px 0 rgba(0,0,0,0.1)}.sci-empty-state i{font-size:2rem}.loading-mask{position:relative;pointer-events:none;min-height:400px}.loading-mask::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0.15);z-index:9995}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.loading-mask::after{content:'';position:absolute;border-width:3px;border-style:solid;border-color:transparent var(--brand-primary, #1776BF) var(--brand-primary, #1776BF);border-radius:50%;width:48px;height:48px;top:calc(50% - 12px);left:calc(50% - 12px);animation:1s linear 0s normal none infinite running spin;filter:drop-shadow(0 0 2 rgba(0,0,0,0.33));z-index:9999}.sci-overlay-list{margin:-.3rem -1rem}.sci-overlay-list a{border:none;font-size:.875rem;color:var(--gray-text, #333);cursor:pointer;line-height:2rem;padding-bottom:0;padding-top:0}.sci-overlay-list .menu-icons{font-size:1rem;padding-right:.5rem}.sci-product-dropdown-menu{box-shadow:0 2px 12px 2px rgba(0,0,0,0.12);border:none;border-radius:0}.sci-product-dropdown-menu.bs-popover-bottom,.sci-product-dropdown-menu.bs-popover-auto[x-placement^="bottom"]{margin-left:-6.15rem;margin-top:.75rem}.sci-product-dropdown-menu.bs-popover-bottom .arrow,.sci-product-dropdown-menu.bs-popover-auto[x-placement^="bottom"] .arrow{left:auto !important;right:1rem}.sci-overlay-menu-section{overflow-y:auto;max-height:calc(100vh * 0.8129)}.sci-overlay-menu-section:not(:first-child){padding:.5rem 0 0 0}.sci-overlay-menu-section a{display:block;text-overflow:ellipsis;overflow:hidden;max-width:17.5rem;white-space:nowrap}.sci-overlay-menu-section .sci-overlay-menu-group-label{font-weight:500;font-size:.875rem;line-height:1.25rem;padding:.5rem 0 .25rem 1rem}.sci-overlay-menu-section .sci-active-dropdown-item{border-left:4px solid var(--brand-primary, #1776BF) !important;padding-left:0.75rem}.sci-overlay-menu-section .sci-active-dropdown-item:hover{border-left-width:2px !important;padding-left:0.875rem}.sci-overlay-menu-section::-webkit-scrollbar{width:.5rem}.sci-overlay-menu-section::-webkit-scrollbar-track{background:#E5E5E5;border-radius:.5rem}.sci-overlay-menu-section::-webkit-scrollbar-thumb{background:#999;border-radius:.5rem}#sci-environments-first .sci-env-first-div{display:inline-block;max-width:280px;white-space:nowrap;overflow:hidden !important;text-overflow:ellipsis}.sci-toggle-switch{position:relative;display:inline-block;width:40px;height:1rem;margin-top:10px;margin-bottom:-10px;cursor:pointer}.sci-toggle-switch input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border-width:1px;visibility:visible;white-space:nowrap}.sci-toggle-switch input:checked+.slider-round{border:1px solid gray}.sci-toggle-switch input:checked+.slider-round:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.sci-toggle-switch input.inactive+.slider-round:before{background-color:gray}.sci-toggle-switch input.active+.slider-round:before{left:0}.sci-toggle-switch input.active:checked:disabled:hover+.slider-round,.sci-toggle-switch input.inactive:checked:disabled:hover+.slider-round{box-shadow:none;border:1px solid gray}.sci-toggle-switch .slider-round{position:absolute;top:0;left:0;right:0;bottom:0;background-color:white;border:1px solid gray;border-radius:34px}.sci-toggle-switch .slider-round::before{position:absolute;content:'';height:10px;width:10px;left:3px;bottom:2px;background-color:white;border-radius:50%;background-color:var(--brand-primary, #1776BF)}.sci-toggle-switch input:focus+.slider-round,.sci-toggle-switch:hover .slider-round,.sci-toggle-switch input.active:checked:hover+.slider-round{box-shadow:0 0 0 1px var(--brand-primary, #1776BF);border:1px solid var(--brand-primary, #1776BF)}.sci-toggle-switch:hover>input:disabled+.slider-round{box-shadow:none;border:1px solid gray}.sci-toggle-switch .switch-text{color:var(--gray-text, #333);font-family:var(--font-family-base, "Roboto","Helvetica",Arial,sans-serif);font-size:.875rem;font-weight:400;line-height:16px;text-align:left;margin-left:50px}.sci-toggle-switch input:disabled+.slider-round,.sci-toggle-switch input:disabled ~ .switch-text{opacity:.5;cursor:not-allowed}.sci-table-of-contents ul{position:fixed;top:6rem;right:1.5rem;background-color:white;min-width:14rem;height:auto;margin:0}.sci-table-of-contents ul li{line-height:1.8;list-style:none;margin-bottom:1rem;padding-left:.5rem;border-left:.25rem solid transparent}.sci-table-of-contents ul li.active,.sci-table-of-contents ul li:active{border-left-color:var(--brand-primary, #1776BF)}.sci-table-of-contents ul li:hover{border-left-color:#CCCCCB}.sci-table-of-contents ul li a{font-size:1rem;font-weight:500;color:var(--gray-text, #333);text-align:left;line-height:1.5rem;text-decoration:none;cursor:pointer}.sci-table-of-contents ul.inside-tab-navigation{top:12.5rem}.sci-table-of-contents.inside-tab-navigation ul{top:12.5rem}.sci-grid{width:fit-content;border-collapse:collapse;border:1px solid #E5E5E5}.sci-grid tr{height:2.875rem}.sci-grid tr:nth-child(odd) td{background-color:#F2F2F2}.sci-grid tr th{border:1px solid #E5E5E5;border-bottom-width:2px;padding:.7rem 2rem .7rem .75rem;text-align:left;font-weight:500}.sci-grid tr th:first-child{border-right-width:2px}.sci-grid tr td{border:1px solid #E5E5E5;padding:0.70rem}.sci-grid tr td:first-child{border-right-width:2px;font-weight:500}.sci-grid .custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before,.sci-grid .custom-checkbox .custom-control-input:disabled ~ .custom-control-label::after{opacity:0.5;background-color:white;cursor:not-allowed;box-shadow:none}.sci-grid .sci-grid-title{float:left;font-size:1.125rem;font-weight:500;line-height:1.375rem}.sci-grid .sci-grid-actionbar{float:right}@supports (-moz-appearance: none){.sci-grid .custom-checkbox .custom-control-label{position:absolute}}tag-input .error-messages{position:absolute}tag-input .error-messages .error-message span{color:#333}tag-input .error-messages .error-message span:before{content:"";color:#E0000E}.sci-tag-theme.ng2-tag-input{border:1px solid gray !important;padding:1px 4px !important;min-height:2rem !important;line-height:1.2rem !important}.sci-tag-theme.ng2-tag-input.ng2-tag-input--focused{border:1px solid var(--brand-primary, #1776BF) !important;box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF) !important}.sci-tag-theme.ng2-tag-input.ng2-tag-input--invalid{border-bottom:#E0000E;box-shadow:inset 0 -3px 0 #E0000E !important}.sci-tag-theme.ng2-tag-input .ng2-tag-input__text-input{height:1.75rem !important;font-size:.875rem !important}.sci-tag-theme.ng2-tag-input delete-icon:hover,.sci-tag-theme.ng2-tag-input .bootstrap:hover{-webkit-transform:scale(1.2) translateY(-1px) !important;transform:scale(1.2) translateY(-1px) !important}.sci-tag-theme.ng2-tag-input delete-icon svg,.sci-tag-theme.ng2-tag-input .bootstrap svg{height:1rem !important;vertical-align:middle !important}.sci-tag-theme.ng2-tag-input delete-icon svg path,.sci-tag-theme.ng2-tag-input .bootstrap svg path{fill:#0f4c7b !important}.sci-tag-theme.ng2-tag-input tag,.sci-tag-theme.ng2-tag-input .ng-trigger{height:1.5rem !important;line-height:1.4rem !important;font-size:.875rem !important;border-radius:0px !important;background:transparent !important;border:1px solid #666666}.sci-tag-theme.ng2-tag-input tag .tag__text,.sci-tag-theme.ng2-tag-input .ng-trigger .tag__text{color:#333}.sci-tag-theme.ng2-tag-input tag:hover,.sci-tag-theme.ng2-tag-input .ng-trigger:hover{background:transparent !important;border:1px solid #1776bf !important;box-shadow:inset 0 0 0 1px #1776bf !important}@supports (-moz-appearance: none){.sci-tag-theme.ng2-tag-input .ng2-tags-container{margin-top:1px;margin-bottom:-1px}.sci-tag-theme.ng2-tag-input tag,.sci-tag-theme.ng2-tag-input .ng-trigger{line-height:1.4rem !important}}.sci-free-forever{padding:2rem}.sci-free-forever .sci-card{margin:1.5rem 0;-webkit-box-shadow:0 0.125rem 0.25rem 1px rgba(0,0,0,0.16);box-shadow:0 0.125rem 0.25rem 1px rgba(0,0,0,0.16)}.sci-free-forever .sci-card:hover{cursor:unset;background-color:unset;-webkit-box-shadow:0 0.125rem 0.25rem 1px rgba(0,0,0,0.16);box-shadow:0 0.125rem 0.25rem 1px rgba(0,0,0,0.16)}.sci-free-forever .sci-card.free-forever-edition{border-top:0.25rem solid var(--brand-primary, #1776BF);padding-bottom:1rem}.sci-free-forever .sci-card.free-forever-edition .ff-tag{color:var(--brand-primary, #1776BF);font-size:.75rem;font-weight:500;margin:.5rem 1rem 0;line-height:1.25rem}.sci-free-forever .sci-card.free-trial{padding-top:1.5rem;padding-bottom:1.5rem}.sci-free-forever .sci-card .ff-header{margin:.5rem 1.5rem .25rem}.sci-free-forever .sci-card .ff-title{font-size:1.125rem;font-weight:500;color:#333;line-height:1.5rem;margin-bottom:0}.sci-free-forever .sci-card .ff-product{font-size:1rem;font-weight:500;color:#000;line-height:1.5rem}.sci-free-forever .sci-card .ff-label{font-weight:500;font-size:.875rem;color:#333;line-height:1.5rem;margin:.5rem 1.5rem 0}.sci-free-forever .sci-card .ff-description{margin-left:1.5rem;font-size:.75rem;color:#666;line-height:1rem}.sci-free-forever .sci-card .ff-note{display:none}.sci-free-forever .terms-conditions .tc-header{font-size:1rem;font-weight:500;line-height:1.5rem;margin-bottom:.75rem}.sci-free-forever .terms-conditions .tc-content{border:1px solid #666;height:11.5rem;overflow-y:scroll;margin-bottom:.325rem;margin-top:1px;padding:.25rem 1rem .5rem}.sci-free-forever .terms-conditions .tc-content iframe{position:relative;display:block;overflow:hidden;width:100%;border:none}.sci-free-forever .terms-conditions .tc-instruction{line-height:1rem;font-size:12px}.sci-free-forever .terms-conditions .tc-instruction i{color:var(--brand-light, #1C8CE3);font-size:1.125rem;vertical-align:top}.sci-free-forever .terms-conditions .tc-printer-version{color:var(--link-color, var(--brand-primary, #1776BF));font-size:1rem;cursor:pointer}.sci-free-forever .modal-body{max-height:calc(84vh - 9.5rem);overflow-y:auto}.sci-free-forever .modal-footer{padding-top:1.5rem}.sci-free-forever .modal-footer .ff-note{font-size:.875rem}.sci-product-card{width:inherit;height:auto;background:white 0% 0% no-repeat;-webkit-box-shadow:0px 2px 4px 1px rgba(0,0,0,0.16);-moz-box-shadow:0px 2px 4px 1px rgba(0,0,0,0.16);box-shadow:0px 2px 4px 1px rgba(0,0,0,0.16);padding:1.5rem 1rem 1rem 1rem;position:relative;border:2px solid white;outline:0;min-height:7.5rem}.sci-product-card .sci-product-card-title{display:flex;flex-flow:row wrap}.sci-product-card .sci-product-card-title div.icon-holder{width:2.5rem;height:2.5rem;display:flex;flex-basis:2.5rem;flex-shrink:0;margin:0 .5rem}.sci-product-card .sci-product-card-title div.icon-holder i{font-size:2.5rem;line-height:1;color:var(--brand-primary, #1776BF)}.sci-product-card .sci-product-card-title h3{font-weight:500;font-size:1.125rem;color:#4D4D4D;padding:0 .5rem;padding-right:1rem;margin-bottom:0;margin-top:0;line-height:1.2;display:flex;flex-flow:column wrap;flex:1 1;align-self:center}.sci-product-card .sci-product-card-content{padding-top:2.5rem;height:auto;overflow:hidden;min-height:5.125rem}.sci-product-card .sci-product-card-content p{padding:0 .5rem;font-size:.875rem;line-height:1.5;margin-bottom:.125rem}.sci-product-card .sci-product-card-content .btn-sm,.sci-product-card .sci-product-card-content .btn-group-sm>.btn{height:2rem;line-height:1.6}.sci-product-card .sci-product-card-actions{padding-top:1rem;display:flex;justify-content:flex-end}.sci-product-card .sci-product-card-actions>*+*{margin-left:.5rem}.sci-product-card .sci-product-card-actions .sci-more-menu{display:inline-block;position:relative;height:1.5rem;width:1.5rem}.sci-product-card .sci-product-card-actions .sci-more-menu button{position:absolute}.sci-product-card .sci-product-card-actions button,.sci-product-card .sci-product-card-actions .btn{padding:.25rem;width:2rem;height:2rem;background:transparent}.sci-product-card .sci-product-card-actions button:hover,.sci-product-card .sci-product-card-actions button:focus,.sci-product-card .sci-product-card-actions .btn:hover,.sci-product-card .sci-product-card-actions .btn:focus{outline:none;box-shadow:inset 0 0 0 1px var(--brand-primary, #1776BF);border-color:var(--brand-primary, #1776BF)}.sci-product-card .sci-product-card-actions button:active,.sci-product-card .sci-product-card-actions .btn:active{background-color:#CDE6F9}.sci-product-card .sci-product-card-actions button i,.sci-product-card .sci-product-card-actions .btn i{font-size:1.5rem;line-height:1.5rem}.sci-product-card:after{content:'';position:absolute;z-index:1;width:calc(100% + 6px);height:.25rem;bottom:-3px;left:-3px;right:6px;background-color:transparent}.sci-info .sci-product-card:after{background-color:var(--brand-light, #1C8CE3)}.sci-success .sci-product-card:after{background-color:#A0B909}.sci-error .sci-product-card:after{background-color:#E0000E}.sci-warning .sci-product-card:after{background-color:#FF801F}.sci-product-card+.sci-product-expiry-label{bottom:-3.25rem;display:block;position:absolute;left:1rem;font-size:.75rem;height:3rem;margin:0;margin-right:0.875rem;color:#151515}.sci-product-card+.sci-product-expiry-label i{font-size:.875rem}.sci-product-card+.sci-product-expiry-label a{text-decoration:none;color:var(--link-color, var(--brand-primary, #1776BF));cursor:pointer;display:inline-block;white-space:nowrap}.sci-product-card+.sci-product-expiry-label a:hover,.sci-product-card+.sci-product-expiry-label a:focus{text-decoration:underline;color:var(--link-color, var(--brand-primary, #1776BF));outline:none}.sci-product-card+.sci-product-expiry-label a:active{color:var(--brand-dark, #0F4C7B);text-decoration:none}.sci-info .sci-product-card+.sci-product-expiry-label i{color:var(--brand-light, #1C8CE3)}.sci-error .sci-product-card+.sci-product-expiry-label i{color:#E0000E}.sci-warning .sci-product-card+.sci-product-expiry-label i{color:#FF801F}.sci-success .sci-product-card+.sci-product-expiry-label i{color:#A0B909}.sci-product-card.sci-product-expired{cursor:default}.sci-product-card.sci-product-expired .sci-product-card-title{opacity:0.5}.sci-product-headline{font-size:1rem;font-weight:500;line-height:2rem}.sci-basic-plan .sci-product-card:after{background-image:linear-gradient(90deg, #E1E1E1 0%, #B9B9B9 100%)}@font-face{font-family:'dlt-icons-temp';src:url("fonts/dlt-icons-tempba0f.eot?lh8ucs");src:url("fonts/dlt-icons-tempba0f.eot?lh8ucs#iefix") format("embedded-opentype"),url("fonts/dlt-icons-tempba0f.ttf?lh8ucs") format("truetype"),url("fonts/dlt-icons-tempba0f.woff?lh8ucs") format("woff"),url("fonts/dlt-icons-tempba0f.svg?lh8ucs#dlt-icons-temp") format("svg");font-weight:normal;font-style:normal;font-display:block}[class^="dlt-icon-"],[class*=" dlt-icon-"]{font-family:'dlt-icons-temp' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dlt-icon-student-male:before{content:"\e900"}.dlt-icon-free-forever:before{content:"\e901"}.dlt-icon-free-trial:before{content:"\e902"}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.collapse{-webkit-transition:max-height 0.35s ease;transition:max-height 0.35s ease;max-height:0;overflow:hidden}.collapse.open,.collapse.show{-webkit-transition:max-height 0.35s ease;transition:max-height 0.35s ease;max-height:calc(100vh - 64px)}.resources-list .collapse.open,.resources-list .collapse.show{max-height:100%}.img-responsive,.even-odd-list>.container img{max-width:100% !important;height:auto}.img-circle{border-radius:50%}.img-grayscale{filter:gray;-webkit-filter:grayscale(1);filter:grayscale(1);transition:filter 0.25s ease}.img-grayscale:hover{-webkit-filter:grayscale(0);filter:none}/*!
* SIZES
*/.pad-top-size-1{padding-top:.5rem}.pad-top-size-2{padding-top:1rem}.pad-top-size-3{padding-top:1.5rem}.pad-top-size-4{padding-top:2rem}.pad-top-size-5{padding-top:2.5rem}.pad-top-size-6{padding-top:3rem}.pad-top-size-7{padding-top:3.5rem}.pad-top-size-8{padding-top:4rem}.pad-top-size-9{padding-top:4.5rem}.pad-top-size-10{padding-top:5rem}.pad-top-size-11{padding-top:5.5rem}.pad-top-size-12{padding-top:6rem}.pad-top-size-13{padding-top:6.5rem}.pad-top-size-14{padding-top:7rem}.pad-top-size-15{padding-top:7.5rem}.pad-bottom-size-1{padding-bottom:.5rem}.pad-bottom-size-2{padding-bottom:1rem}.pad-bottom-size-3{padding-bottom:1.5rem}.pad-bottom-size-4{padding-bottom:2rem}.pad-bottom-size-5{padding-bottom:2.5rem}.pad-bottom-size-6{padding-bottom:3rem}.pad-bottom-size-7{padding-bottom:3.5rem}.pad-bottom-size-8{padding-bottom:4rem}.pad-bottom-size-9{padding-bottom:4.5rem}.pad-bottom-size-10{padding-bottom:5rem}.pad-bottom-size-11{padding-bottom:5.5rem}.pad-bottom-size-12{padding-bottom:6rem}.pad-bottom-size-13{padding-bottom:6.5rem}.pad-bottom-size-14{padding-bottom:7rem}.pad-bottom-size-15{padding-bottom:7.5rem}.pad-right-size-1{padding-right:.5rem}.pad-right-size-2{padding-right:1rem}.pad-right-size-3{padding-right:1.5rem}.pad-right-size-4{padding-right:2rem}.pad-right-size-5{padding-right:2.5rem}.pad-right-size-6{padding-right:3rem}.pad-right-size-7{padding-right:3.5rem}.pad-right-size-8{padding-right:4rem}.pad-right-size-9{padding-right:4.5rem}.pad-right-size-10{padding-right:5rem}.pad-right-size-11{padding-right:5.5rem}.pad-right-size-12{padding-right:6rem}.pad-right-size-13{padding-right:6.5rem}.pad-right-size-14{padding-right:7rem}.pad-right-size-15{padding-right:7.5rem}.pad-left-size-1{padding-left:.5rem}.pad-left-size-2{padding-left:1rem}.pad-left-size-3{padding-left:1.5rem}.pad-left-size-4{padding-left:2rem}.pad-left-size-5{padding-left:2.5rem}.pad-left-size-6{padding-left:3rem}.pad-left-size-7{padding-left:3.5rem}.pad-left-size-8{padding-left:4rem}.pad-left-size-9{padding-left:4.5rem}.pad-left-size-10{padding-left:5rem}.pad-left-size-11{padding-left:5.5rem}.pad-left-size-12{padding-left:6rem}.pad-left-size-13{padding-left:6.5rem}.pad-left-size-14{padding-left:7rem}.pad-left-size-15{padding-left:7.5rem}.margin-top-size-1{margin-top:.5rem}.margin-top-size-2{margin-top:1rem}.margin-top-size-3{margin-top:1.5rem}.margin-top-size-4{margin-top:2rem}.margin-top-size-5{margin-top:2.5rem}.margin-top-size-6{margin-top:3rem}.margin-top-size-7{margin-top:3.5rem}.margin-top-size-8{margin-top:4rem}.margin-top-size-9{margin-top:4.5rem}.margin-top-size-10{margin-top:5rem}.margin-top-size-11{margin-top:5.5rem}.margin-top-size-12{margin-top:6rem}.margin-top-size-13{margin-top:6.5rem}.margin-top-size-14{margin-top:7rem}.margin-top-size-15{margin-top:7.5rem}.margin-bottom-size-1{margin-bottom:.5rem}.margin-bottom-size-2{margin-bottom:1rem}.margin-bottom-size-3{margin-bottom:1.5rem}.margin-bottom-size-4{margin-bottom:2rem}.margin-bottom-size-5{margin-bottom:2.5rem}.margin-bottom-size-6{margin-bottom:3rem}.margin-bottom-size-7{margin-bottom:3.5rem}.margin-bottom-size-8{margin-bottom:4rem}.margin-bottom-size-9{margin-bottom:4.5rem}.margin-bottom-size-10{margin-bottom:5rem}.margin-bottom-size-11{margin-bottom:5.5rem}.margin-bottom-size-12{margin-bottom:6rem}.margin-bottom-size-13{margin-bottom:6.5rem}.margin-bottom-size-14{margin-bottom:7rem}.margin-bottom-size-15{margin-bottom:7.5rem}.margin-right-size-1{margin-right:.5rem}.margin-right-size-2{margin-right:1rem}.margin-right-size-3{margin-right:1.5rem}.margin-right-size-4{margin-right:2rem}.margin-right-size-5{margin-right:2.5rem}.margin-right-size-6{margin-right:3rem}.margin-right-size-7{margin-right:3.5rem}.margin-right-size-8{margin-right:4rem}.margin-right-size-9{margin-right:4.5rem}.margin-right-size-10{margin-right:5rem}.margin-right-size-11{margin-right:5.5rem}.margin-right-size-12{margin-right:6rem}.margin-right-size-13{margin-right:6.5rem}.margin-right-size-14{margin-right:7rem}.margin-right-size-15{margin-right:7.5rem}.margin-left-size-1{margin-left:.5rem}.margin-left-size-2{margin-left:1rem}.margin-left-size-3{margin-left:1.5rem}.margin-left-size-4{margin-left:2rem}.margin-left-size-5{margin-left:2.5rem}.margin-left-size-6{margin-left:3rem}.margin-left-size-7{margin-left:3.5rem}.margin-left-size-8{margin-left:4rem}.margin-left-size-9{margin-left:4.5rem}.margin-left-size-10{margin-left:5rem}.margin-left-size-11{margin-left:5.5rem}.margin-left-size-12{margin-left:6rem}.margin-left-size-13{margin-left:6.5rem}.margin-left-size-14{margin-left:7rem}.margin-left-size-15{margin-left:7.5rem}.m-t-auto{margin-top:auto}.m-r-auto{margin-right:auto}.m-b-auto{margin-bottom:auto}.m-l-auto{margin-left:auto}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}@media (max-width: 576px){.visible-xs{display:block !important}table .visible-xs{display:table}tr .visible-xs{display:table-row !important}th .visible-xs,td .visible-xs{display:table-cell !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm{display:block !important}table .visible-sm{display:table}tr .visible-sm{display:table-row !important}th .visible-sm,td .visible-sm{display:table-cell !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md{display:block !important}table .visible-md{display:table}tr .visible-md{display:table-row !important}th .visible-md,td .visible-md{display:table-cell !important}}@media (min-width: 1200px){.visible-lg{display:block !important}table .visible-lg{display:table}tr .visible-lg{display:table-row !important}th .visible-lg,td .visible-lg{display:table-cell !important}}@media (max-width: 576px){.hidden-xs{display:none !important}}@media (min-width: 577px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important}}@media (min-width: 1200px){.hidden-lg{display:none !important}}.hidden{display:none !important}.img-shadow{border-radius:10px;-webkit-box-shadow:0 20px 60px rgba(0,0,0,0.15);box-shadow:0 20px 60px rgba(0,0,0,0.15);overflow:hidden}.media-shadow{border-radius:10px;-webkit-box-shadow:0 20px 60px rgba(0,0,0,0.15);box-shadow:0 20px 60px rgba(0,0,0,0.15);overflow:hidden}.img-block{width:100%;height:auto;display:block}.shadow-1{-webkit-box-shadow:0 20px 60px rgba(0,0,0,0.15);box-shadow:0 20px 60px rgba(0,0,0,0.15)}.shadow-2{-webkit-box-shadow:10px 20px 60px rgba(0,0,0,0.06);box-shadow:10px 20px 60px rgba(0,0,0,0.06)}.separator{padding-top:4.5rem;padding-bottom:4.5rem;opacity:0.6;display:block;position:relative}.separator:before{position:absolute;width:50px;border-top:1px solid transparent;content:"";left:50%;margin-left:-25px}@media screen and (min-width: 992px){.show-on-hover{visibility:hidden}}*:hover>.show-on-hover,*:hover>div>.show-on-hover,*:hover>div>div>.show-on-hover{visibility:visible}.clickable{cursor:pointer}.center-block{display:block;margin:0 auto}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(0.25, 0.25, 0.75, 0.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(0.6, -0.28, 0.735, 0.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(0.47, 0, 0.745, 0.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(0.39, 0.575, 0.565, 1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0, 100px, 0)}[data-aos=fade-down]{transform:translate3d(0, -100px, 0)}[data-aos=fade-right]{transform:translate3d(-100px, 0, 0)}[data-aos=fade-left]{transform:translate3d(100px, 0, 0)}[data-aos=fade-up-right]{transform:translate3d(-100px, 100px, 0)}[data-aos=fade-up-left]{transform:translate3d(100px, 100px, 0)}[data-aos=fade-down-right]{transform:translate3d(-100px, -100px, 0)}[data-aos=fade-down-left]{transform:translate3d(100px, -100px, 0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(0.6)}[data-aos=zoom-in-up]{transform:translate3d(0, 100px, 0) scale(0.6)}[data-aos=zoom-in-down]{transform:translate3d(0, -100px, 0) scale(0.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px, 0, 0) scale(0.6)}[data-aos=zoom-in-left]{transform:translate3d(100px, 0, 0) scale(0.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0, 100px, 0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0, -100px, 0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px, 0, 0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px, 0, 0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0, 100%, 0)}[data-aos=slide-down]{transform:translate3d(0, -100%, 0)}[data-aos=slide-right]{transform:translate3d(-100%, 0, 0)}[data-aos=slide-left]{transform:translate3d(100%, 0, 0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease, -webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:inherit;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:1px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;-webkit-box-flex:1;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;-webkit-box-flex:1;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;-webkit-box-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width: 900px){.cc-btn{white-space:normal}}@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;-webkit-box-flex:1;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;-webkit-box-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;-webkit-box-flex:0;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}.hidden{display:none !important}
/*# sourceMappingURL=style.8cda379e7e32d4ff0a6e0c587b68c81319f59d13_252.css.map */
| 19,316.2 | 188,444 | 0.770739 |
d2383200360c90fa0e564014b28b31cbef7f50ba
| 9,168 |
sql
|
SQL
|
network/services/registry/src/test/resources/test_data.sql
|
pSCANNER/SCANNER
|
a4b213d9f07d3e417e5b3f1b0c03be9e27c9b9d8
|
[
"BSD-3-Clause"
] | null | null | null |
network/services/registry/src/test/resources/test_data.sql
|
pSCANNER/SCANNER
|
a4b213d9f07d3e417e5b3f1b0c03be9e27c9b9d8
|
[
"BSD-3-Clause"
] | null | null | null |
network/services/registry/src/test/resources/test_data.sql
|
pSCANNER/SCANNER
|
a4b213d9f07d3e417e5b3f1b0c03be9e27c9b9d8
|
[
"BSD-3-Clause"
] | null | null | null |
set search_path = scanner_registry;
INSERT into site (site_name, description) VALUES
('ISI', 'USC Information Sciences Institute'),
('ALTAMED', 'Altamed Medical Group'),
('RAND', 'RAND Corporation'),
('UCSD', 'University of California, San Diego');
INSERT INTO node (site_id, node_name, host_url, host_port, base_path, description, is_master) VALUES
(1, 'Test Master', 'https://scanner.misd.isi.edu', 9998, '/scanner/query/', 'ISI Test Network Master Node', true),
(2, 'Test Worker', 'https://scanner-node1.misd.isi.edu', 8888, '/scanner/dataset/','ISI Test Network Worker Node (ALTAMED SIM)', false),
(3, 'Test Worker', 'https://scanner-node2.misd.isi.edu', 8888, '/scanner/dataset/', 'ISI Test Network Worker Node (RAND SIM)', false),
(4, 'Test Worker', 'https://scanner-node3.misd.isi.edu', 8888, '/scanner/dataset/', 'ISI Test Network Worker Node (UCSD SIM)', false);
INSERT INTO scanner_user (user_name, email, HSPC_documents, Phone, Reports_To, Active, First_Name, Middle_Initial, Last_Name, PubMed_Author_ID, is_superuser) VALUES
('scanner', 'dmeeker@rand.org, laura@isi.edu, mdarcy@isi.edu, serban@isi.edu', null, null, 0, true, 'SCANNER', NULL, 'Network Administrator', NULL, true),
('dmeeker', 'dmeeker@rand.org', null, '2139262658', 0, true, 'Daniella', 'EP', 'Meeker', NULL, false),
('laura', 'laura@isi.edu', null, null, 0, true, 'Laura', NULL, 'Pearlman', NULL, false),
('mdarcy', 'mdarcy@isi.edu', null, null, 0, true, 'Mike', NULL, 'D''Arcy', NULL, false),
('serban', 'serban@isi.edu', null, null, 0, true, 'Serban', NULL, 'Voinea', NULL, false);
INSERT INTO study (study_name, description, IRB_ID, Protocol, Study_Owner, Start_Date, End_Date, Clinical_Trials_ID, Analysis_Plan, study_status_type_id) VALUES
('SCANNER', 'SCANNER Network', '', 'Administrative study used to manage global SCANNER Network configuration', 1, null, null, null, null,1),
('MTM', 'Medication Therapy Management', '', 'Analyze MTM data on multiple sites with both OCEANS and GLORE', 2, '2013-08-15', '2013-08-15', null, 'Very Important Analysis on Multiple Sites',1),
('BEARI', 'Behavioral Economics for Acute Respitory Infections', '', 'Analyze BEARI data on multiple ISI VMs with both OCEANS and GLORE', 2, '2013-08-15', '2013-08-15', null, 'Determine if performance is contingent on principal diagnosis',1);
INSERT INTO standard_role(standard_role_name, description, create_by_default, add_to_study_policy_by_default, add_to_user_role_by_default) VALUES
('Principal Investigator','Manages study roles and defines study policies',true,true,true),
('Site PI','Manages access to local site resources by defining site policies',true,false,false),
('Investigator', 'Can execute analysis programs based on predefined study and site policies',true,false,true);
INSERT INTO study_role (study_id,role_within_study) VALUES
(1,'ISI Site Administrator'),
(1,'ALTAMED Site Administrator'),
(1,'RAND Site Administrator'),
(1,'UCSD Site Administrator'),
(2,'Principal Investigator'),
(2,'Site PI'),
(2,'Investigator'),
(3,'Principal Investigator'),
(3,'Site PI'),
(3,'Investigator');
INSERT INTO user_role(user_id, role_id) VALUES
(2, 3),
(2, 5),
(2, 7),
(2, 8),
(3, 4),
(3, 7),
(3, 10),
(4, 1),
(4, 2),
(4, 7),
(5, 7);
INSERT INTO study_management_policy(study_id, role_id) VALUES
(2,5),
(3,8);
INSERT INTO study_requested_site(study_id, site_id) VALUES
(2,1),
(2,2),
(2,3),
(2,4),
(3,1),
(3,3);
INSERT INTO site_policy(site_id, role_id) VALUES
(1,1),
(2,2),
(3,3),
(4,4),
(1,6),
(3,9);
INSERT INTO tool_library (library_name, version, description) VALUES
('OCEANS', '1', 'Executes Meta-Regression Across Multiple Sites'),
('GLORE', '1', 'Executes Virtually Pooled Analysis Across Multiple Sites'),
('PTR', '1', 'Executes Prep to Research Analysis Across Multiple Sites');
INSERT INTO analysis_tool (tool_name, tool_path, Tool_Parent_Library_ID, Tool_Description, Input_Format_Specifications, Output_Format_Specifications, Information_Email) VALUES
('Logistic Regression', '/oceans/lr', 1, 'Meta-regression with logit', '', '', 'michael.matheny@vanderbilt.edu'),
('Logistic Regression', '/glore/lr', 2, 'Virtually pooled logistic regression ', '', '', 'x1jiang@ucsd.edu'),
('Prep to Research', '/ptr', 3, 'Aggregate patient counts based on OMOP concept matching ', '', '', 'dmeeker@rand.org');
INSERT INTO data_set_definition (data_set_name, description, Data_Processing_Specification, Data_Processing_Program, Author_UID, Originating_Study_ID, Data_Set_Confidentiality_Level) VALUES
('MTM-1', 'MTM Sample Dataset 1', null, null, 2, 2, 100),
('BEARI-1', 'BEARI Sample Dataset 1', null, null, 3, 3, 100),
('PTR', 'Prep to Research Dataset', null, null, 2, 1, 100);
INSERT INTO data_set_instance ( Data_Set_Definition_ID, data_set_instance_name, description, node_id, data_source) VALUES
(1, 'MTM ALTAMED', 'MTM Simulation data generated by Altamed', 2, 'MTM_SIMULATED_ALTAMED.csv'),
(1, 'MTM RAND', 'MTM Simulation data generated by RAND', 3, 'MTM_SIMULATED_RAND.csv'),
(1, 'MTM UCSD', 'MTM Simulation data generated by UCSD', 4, 'MTM_SIMULATED_UCSD.csv'),
(3, 'PTR ALTAMED', 'PTR Simulation data generated by Altamed', 2, 'PTR_SIMULATED_ALTAMED.csv'),
(3, 'PTR RAND', 'PTR Simulation data generated by RAND', 3, 'PTR_SIMULATED_RAND.csv'),
(3, 'PTR UCSD', 'PTR Simulation data generated by UCSD', 4, 'PTR_SIMULATED_UCSD.csv');
INSERT INTO study_policy_statement (study_id, data_set_definition_id, policy_originator, attestation, role_id, analysis_tool_id, access_mode, policy_status_id) VALUES
(2, 1, 2, ' DataSetDefinition 1 will be analyzed with with GLORE Logistic Regression in a mode without approval before transfer of aggregate/patient-level data by role Principal Investigator. ', 5, 2, 0, 0),
(2, 1, 2, ' DataSetDefinition 1 will be analyzed with with GLORE Logistic Regression in a mode without approval before transfer of aggregate/patient-level data by role Investigator. ', 7, 2, 0, 0),
(2, 1, 2, ' DataSetDefinition 1 will be analyzed with with OCEANS Logistic Regression in a mode with approval before transfer of aggregate/patient-level data by role Principal Investigator. ', 5, 1, 1, 0),
(2, 1, 2, ' DataSetDefinition 1 will be analyzed with with OCEANS Logistic Regression in a mode with approval before transfer of aggregate/patient-level data by role Investigator. ', 7, 1, 1, 0),
(2, 1, 2, ' DataSetDefinition 1 will be analyzed with with OCEANS Logistic Regression in a mode without approval before transfer of aggregate/patient-level data by role Principal Investigator. ', 5, 1, 0, 0),
(2, 1, 2, ' DataSetDefinition 1 will be analyzed with with OCEANS Logistic Regression in a mode without approval before transfer of aggregate/patient-level data by role Investigator. ', 7, 1, 0, 0),
(3, 2, 2, ' DataSetDefinition 2 will be analyzed with with GLORE Logistic Regression in a mode without approval before transfer of aggregate/patient-level data by role Principal Investigator. ', 8, 2, 0, 0),
(3, 2, 2, ' DataSetDefinition 2 will be analyzed with with GLORE Logistic Regression in a mode without approval before transfer of aggregate/patient-level data by role Investigator. ', 10, 2, 0, 0);
INSERT INTO analysis_policy_statement (data_set_instance_id, role_id, analysis_tool_id, access_mode_id, policy_status_id, parent_study_policy_statement_id) VALUES
(1,7,1,1,0,4),
(2,7,1,0,0,6),
(3,7,1,0,0,6),
(1,7,2,0,0,2),
(2,7,2,0,0,2),
(3,7,2,0,0,2);
INSERT INTO data_set_variable_metadata (data_set_definition, variable_name, variable_description, variable_type, variable_options) VALUES
(1, 'group', 'group', 'binary', NULL),
(1, 'male', 'male', 'binary', NULL),
(1, 'eth', 'ethnicity', 'binary', NULL),
(1, 'age', 'age', 'integer', NULL),
(1, 'smoke', 'smoking history', 'binary', NULL),
(1, 'categorical_insurance', 'insurance status ', 'binary', NULL),
(1, 'a1c baseline', 'HbA1c at baseline', 'continuous', NULL),
(1, 'sybp baseline', 'Systolic BP at baseline', 'continuous', NULL),
(1, 'dibp baseline', 'Diastolic BP at baseline', 'continuous', NULL),
(1, 'ldl baseline', 'LDL at basleine', 'continuous', NULL),
(1, 'totchol baseline', 'Total cholesterol baseline measurement', 'continuous', NULL),
(1, 'trig baseline', 'Triglycerides baseline measurement', 'continuous', NULL),
(1, 'hdl baseline', 'HDL baseline measurement', 'continuous', NULL),
(1, 'bmi baseline', 'BMI baseline', 'continuous', NULL),
(1, 'days between index date and final measure date', 'days between index date and final measure date', 'integer', NULL),
(1, 'number of visits', 'number of visits', 'integer', NULL),
(1, 'a1c final', 'a1c final', 'continuous', NULL),
(1, 'bmi final', 'bmi final', 'continuous', NULL),
(1, 'sybp final', 'sybp final', 'continuous', NULL),
(1, 'dibp final', 'dibp final', 'continuous', NULL),
(1, 'ldl final', 'ldl final', 'continuous', NULL),
(1, 'totchol final', 'totchol final', 'continuous', NULL),
(1, 'trig final', 'trig final', 'continuous', NULL),
(1, 'hdl final', 'hdl final', 'continuous', NULL),
(1, 'outcome_a1c_final_lt_9', '1 if final A1C is less than 9', 'binary', NULL);
| 63.227586 | 243 | 0.713896 |
3e6502195282883423cdac5917eb212cda06e729
| 2,597 |
h
|
C
|
modules/OCULUS/external/oculusSDK/LibOVR/Include/OVR_Version.h
|
Mithsen/Gallbladder
|
981cec68ca9e9af8613a6bf5a71048f86c16a070
|
[
"BSD-3-Clause"
] | 37 |
2016-03-30T09:34:10.000Z
|
2021-08-19T03:19:30.000Z
|
modules/OCULUS/external/oculusSDK/LibOVR/Include/OVR_Version.h
|
Mithsen/Gallbladder
|
981cec68ca9e9af8613a6bf5a71048f86c16a070
|
[
"BSD-3-Clause"
] | 9 |
2016-03-29T10:58:35.000Z
|
2016-04-28T13:00:41.000Z
|
modules/OCULUS/external/oculusSDK/LibOVR/Include/OVR_Version.h
|
Mithsen/Gallbladder
|
981cec68ca9e9af8613a6bf5a71048f86c16a070
|
[
"BSD-3-Clause"
] | 23 |
2016-03-29T03:07:41.000Z
|
2021-07-12T01:41:09.000Z
|
/********************************************************************************//**
\file OVR_Version.h
\brief This header provides LibOVR version identification.
\copyright Copyright 2014 Oculus VR, LLC All Rights reserved.
*************************************************************************************/
#ifndef OVR_Version_h
#define OVR_Version_h
/// Conventional string-ification macro.
#if !defined(OVR_STRINGIZE)
#define OVR_STRINGIZEIMPL(x) #x
#define OVR_STRINGIZE(x) OVR_STRINGIZEIMPL(x)
#endif
// We are on major version 6 of the beta pre-release SDK. At some point we will
// transition to product version 1 and reset the major version back to 1 (first
// product release, version 1.0).
#define OVR_PRODUCT_VERSION 0
#define OVR_MAJOR_VERSION 8
#define OVR_MINOR_VERSION 0
#define OVR_PATCH_VERSION 0
#define OVR_BUILD_NUMBER 0
// This is the major version of the service that the DLL is compatible with.
// When we backport changes to old versions of the DLL we update the old DLLs
// to move this version number up to the latest version.
// The DLL is responsible for checking that the service is the version it supports
// and returning an appropriate error message if it has not been made compatible.
#define OVR_DLL_COMPATIBLE_MAJOR_VERSION 8
#define OVR_FEATURE_VERSION 0
/// "Product.Major.Minor.Patch"
#if !defined(OVR_VERSION_STRING)
#define OVR_VERSION_STRING OVR_STRINGIZE(OVR_PRODUCT_VERSION.OVR_MAJOR_VERSION.OVR_MINOR_VERSION.OVR_PATCH_VERSION)
#endif
/// "Product.Major.Minor.Patch.Build"
#if !defined(OVR_DETAILED_VERSION_STRING)
#define OVR_DETAILED_VERSION_STRING OVR_STRINGIZE(OVR_PRODUCT_VERSION.OVR_MAJOR_VERSION.OVR_MINOR_VERSION.OVR_PATCH_VERSION.OVR_BUILD_NUMBER)
#endif
// This is the product version for the Oculus Display Driver. A continuous
// process will propagate this value to all dependent files
#define OVR_DISPLAY_DRIVER_PRODUCT_VERSION "1.2.8.0"
// This is the product version for the Oculus Position Tracker Driver. A
// continuous process will propagate this value to all dependent files
#define OVR_POSITIONAL_TRACKER_DRIVER_PRODUCT_VERSION "1.0.14.0"
/// \brief file description for version info
/// This appears in the user-visible file properties. It is intended to convey publicly
/// available additional information such as feature builds.
#if !defined(OVR_FILE_DESCRIPTION_STRING)
#if defined(_DEBUG)
#define OVR_FILE_DESCRIPTION_STRING "dev build debug"
#else
#define OVR_FILE_DESCRIPTION_STRING "dev build"
#endif
#endif
#endif // OVR_Version_h
| 37.1 | 145 | 0.733154 |
7f7bb6635c0da7ba6a918a2b24c38edfa27ac35c
| 1,695 |
go
|
Go
|
backend/xmlsignalgraph.go
|
axel-freesp/sge
|
fd1b955dc2c2b4f4200144270d39c7cd75165c10
|
[
"BSD-2-Clause"
] | null | null | null |
backend/xmlsignalgraph.go
|
axel-freesp/sge
|
fd1b955dc2c2b4f4200144270d39c7cd75165c10
|
[
"BSD-2-Clause"
] | null | null | null |
backend/xmlsignalgraph.go
|
axel-freesp/sge
|
fd1b955dc2c2b4f4200144270d39c7cd75165c10
|
[
"BSD-2-Clause"
] | null | null | null |
package backend
import (
"encoding/xml"
"fmt"
"github.com/axel-freesp/sge/tool"
)
type XmlSignalGraph struct {
XMLName xml.Name `xml:"http://www.freesp.de/xml/freeSP signal-graph"`
Version string `xml:"version,attr"`
Libraries []XmlLibraryRef `xml:"library"`
InputNodes []XmlInputNode `xml:"nodes>input"`
OutputNodes []XmlOutputNode `xml:"nodes>output"`
ProcessingNodes []XmlProcessingNode `xml:"nodes>processing-node"`
Connections []XmlConnect `xml:"connections>connect"`
}
func XmlSignalGraphNew() *XmlSignalGraph {
return &XmlSignalGraph{xml.Name{freespNamespace, "signal-graph"}, "1.0", nil, nil, nil, nil, nil}
}
func (g *XmlSignalGraph) Read(data []byte) (cnt int, err error) {
err = xml.Unmarshal(data, g)
cnt = len(data)
return
}
func (g *XmlSignalGraph) Write() (data []byte, err error) {
data, err = xml.MarshalIndent(g, "", " ")
if err != nil {
err = fmt.Errorf("XmlSignalGraph.Write error: %v", err)
}
return
}
func (g *XmlSignalGraph) ReadFile(filepath string) error {
data, err := tool.ReadFile(filepath)
if err != nil {
return fmt.Errorf("XmlSignalGraph.ReadFile error: Failed to read file %s", filepath)
}
_, err = g.Read(data)
if err != nil {
return fmt.Errorf("XmlSignalGraph.ReadFile error: %v", err)
}
return err
}
func (g *XmlSignalGraph) WriteFile(filepath string) error {
data, err := g.Write()
if err != nil {
return err
}
buf := make([]byte, len(data)+len(xmlHeader))
for i := 0; i < len(xmlHeader); i++ {
buf[i] = xmlHeader[i]
}
for i := 0; i < len(data); i++ {
buf[i+len(xmlHeader)] = data[i]
}
return tool.WriteFile(filepath, buf)
}
| 26.904762 | 98 | 0.647198 |
73abcdb16e291cf1dab6262d164ce530ad3f0164
| 8,019 |
sql
|
SQL
|
db/critterchronologer.sql
|
Josh-Hollopeter/CritterChronologer
|
98b1eadc020a005b2c2d3e642ee0a31edc9af15c
|
[
"MIT"
] | null | null | null |
db/critterchronologer.sql
|
Josh-Hollopeter/CritterChronologer
|
98b1eadc020a005b2c2d3e642ee0a31edc9af15c
|
[
"MIT"
] | null | null | null |
db/critterchronologer.sql
|
Josh-Hollopeter/CritterChronologer
|
98b1eadc020a005b2c2d3e642ee0a31edc9af15c
|
[
"MIT"
] | null | null | null |
-- MySQL Workbench Forward Engineering
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION';
-- -----------------------------------------------------
-- Schema CritterChronologer
-- -----------------------------------------------------
DROP SCHEMA IF EXISTS `CritterChronologer` ;
-- -----------------------------------------------------
-- Schema CritterChronologer
-- -----------------------------------------------------
CREATE SCHEMA IF NOT EXISTS `CritterChronologer` DEFAULT CHARACTER SET utf8 ;
USE `CritterChronologer` ;
-- -----------------------------------------------------
-- Table `CritterChronologer`.`Customer`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `CritterChronologer`.`Customer` ;
CREATE TABLE IF NOT EXISTS `CritterChronologer`.`Customer` (
`id` INT NOT NULL AUTO_INCREMENT,
`name` VARCHAR(45) NULL,
`notes` VARCHAR(450) NULL,
`phone_number` VARCHAR(45) NULL,
PRIMARY KEY (`id`))
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Table `CritterChronologer`.`Pet`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `CritterChronologer`.`Pet` ;
CREATE TABLE IF NOT EXISTS `CritterChronologer`.`Pet` (
`id` INT NOT NULL AUTO_INCREMENT,
`type` VARCHAR(45) NULL,
`name` VARCHAR(45) NULL,
`birth_date` DATE NULL,
`notes` VARCHAR(4500) NULL,
`Customer_id` INT NOT NULL,
PRIMARY KEY (`id`),
INDEX `fk_Pet_Customer1_idx` (`Customer_id` ASC),
CONSTRAINT `fk_Pet_Customer1`
FOREIGN KEY (`Customer_id`)
REFERENCES `CritterChronologer`.`Customer` (`id`)
ON DELETE NO ACTION
ON UPDATE NO ACTION)
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Table `CritterChronologer`.`Employee`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `CritterChronologer`.`Employee` ;
CREATE TABLE IF NOT EXISTS `CritterChronologer`.`Employee` (
`id` INT NOT NULL AUTO_INCREMENT,
`name` VARCHAR(45) NULL,
PRIMARY KEY (`id`))
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Table `CritterChronologer`.`Schedule`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `CritterChronologer`.`Schedule` ;
CREATE TABLE IF NOT EXISTS `CritterChronologer`.`Schedule` (
`id` INT NOT NULL AUTO_INCREMENT,
`day` DATE NULL,
`customer_id` INT NULL,
`activity` VARCHAR(45) NULL,
`Pet_id` INT NOT NULL,
`Employee_id` INT NOT NULL,
PRIMARY KEY (`id`),
INDEX `fk_Schedule_Pet_idx` (`Pet_id` ASC),
INDEX `fk_Schedule_Employee1_idx` (`Employee_id` ASC),
CONSTRAINT `fk_Schedule_Pet`
FOREIGN KEY (`Pet_id`)
REFERENCES `CritterChronologer`.`Pet` (`id`)
ON DELETE NO ACTION
ON UPDATE NO ACTION,
CONSTRAINT `fk_Schedule_Employee1`
FOREIGN KEY (`Employee_id`)
REFERENCES `CritterChronologer`.`Employee` (`id`)
ON DELETE NO ACTION
ON UPDATE NO ACTION)
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Table `CritterChronologer`.`Week`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `CritterChronologer`.`Week` ;
CREATE TABLE IF NOT EXISTS `CritterChronologer`.`Week` (
`id` INT NOT NULL,
`name` VARCHAR(45) NULL,
PRIMARY KEY (`id`),
UNIQUE INDEX `name_UNIQUE` (`name` ASC))
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Table `CritterChronologer`.`Week_has_Employee`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `CritterChronologer`.`Week_has_Employee` ;
CREATE TABLE IF NOT EXISTS `CritterChronologer`.`Week_has_Employee` (
`Week_days_id` INT NOT NULL,
`Employees_id` INT NOT NULL,
PRIMARY KEY (`Week_days_id`, `Employees_id`),
INDEX `fk_Week_has_Employee_Employee1_idx` (`Employees_id` ASC),
INDEX `fk_Week_has_Employee_Week1_idx` (`Week_days_id` ASC),
CONSTRAINT `fk_Week_has_Employee_Week1`
FOREIGN KEY (`Week_days_id`)
REFERENCES `CritterChronologer`.`Week` (`id`)
ON DELETE NO ACTION
ON UPDATE NO ACTION,
CONSTRAINT `fk_Week_has_Employee_Employee1`
FOREIGN KEY (`Employees_id`)
REFERENCES `CritterChronologer`.`Employee` (`id`)
ON DELETE NO ACTION
ON UPDATE NO ACTION)
ENGINE = InnoDB;
SET SQL_MODE = '';
DROP USER IF EXISTS user1;
SET SQL_MODE='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION';
CREATE USER 'user1' IDENTIFIED BY 'user1';
GRANT SELECT, INSERT, TRIGGER, UPDATE, DELETE ON TABLE `CritterChronologer`.* TO 'user1';
SET SQL_MODE=@OLD_SQL_MODE;
SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS;
SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS;
-- -----------------------------------------------------
-- Data for table `CritterChronologer`.`Customer`
-- -----------------------------------------------------
START TRANSACTION;
USE `CritterChronologer`;
INSERT INTO `CritterChronologer`.`Customer` (`id`, `name`, `notes`, `phone_number`) VALUES (1, 'name', 'notes', '814-661-0397');
COMMIT;
-- -----------------------------------------------------
-- Data for table `CritterChronologer`.`Pet`
-- -----------------------------------------------------
START TRANSACTION;
USE `CritterChronologer`;
INSERT INTO `CritterChronologer`.`Pet` (`id`, `type`, `name`, `birth_date`, `notes`, `Customer_id`) VALUES (1, 'Dog', 'doggy', '1970-01-01', 'goes woof', 1);
COMMIT;
-- -----------------------------------------------------
-- Data for table `CritterChronologer`.`Employee`
-- -----------------------------------------------------
START TRANSACTION;
USE `CritterChronologer`;
INSERT INTO `CritterChronologer`.`Employee` (`id`, `name`) VALUES (1, 'name');
COMMIT;
-- -----------------------------------------------------
-- Data for table `CritterChronologer`.`Schedule`
-- -----------------------------------------------------
START TRANSACTION;
USE `CritterChronologer`;
INSERT INTO `CritterChronologer`.`Schedule` (`id`, `day`, `customer_id`, `activity`, `Pet_id`, `Employee_id`) VALUES (1, '2020-12-25', 1, 'jumping', 1, 1);
COMMIT;
-- -----------------------------------------------------
-- Data for table `CritterChronologer`.`Week`
-- -----------------------------------------------------
START TRANSACTION;
USE `CritterChronologer`;
INSERT INTO `CritterChronologer`.`Week` (`id`, `name`) VALUES (1, 'Monday');
INSERT INTO `CritterChronologer`.`Week` (`id`, `name`) VALUES (2, 'Tuesday');
INSERT INTO `CritterChronologer`.`Week` (`id`, `name`) VALUES (3 , 'Wednesday');
INSERT INTO `CritterChronologer`.`Week` (`id`, `name`) VALUES (4, 'Thursday');
INSERT INTO `CritterChronologer`.`Week` (`id`, `name`) VALUES (5, 'Friday');
INSERT INTO `CritterChronologer`.`Week` (`id`, `name`) VALUES (6, 'Saturday');
INSERT INTO `CritterChronologer`.`Week` (`id`, `name`) VALUES (7, 'Sunday');
COMMIT;
-- -----------------------------------------------------
-- Data for table `CritterChronologer`.`Week_has_Employee`
-- -----------------------------------------------------
START TRANSACTION;
USE `CritterChronologer`;
INSERT INTO `CritterChronologer`.`Week_has_Employee` (`Week_days_id`, `Employees_id`) VALUES (1, 1);
INSERT INTO `CritterChronologer`.`Week_has_Employee` (`Week_days_id`, `Employees_id`) VALUES (2, 1);
INSERT INTO `CritterChronologer`.`Week_has_Employee` (`Week_days_id`, `Employees_id`) VALUES (3, 1);
INSERT INTO `CritterChronologer`.`Week_has_Employee` (`Week_days_id`, `Employees_id`) VALUES (4, 1);
INSERT INTO `CritterChronologer`.`Week_has_Employee` (`Week_days_id`, `Employees_id`) VALUES (5, 1);
INSERT INTO `CritterChronologer`.`Week_has_Employee` (`Week_days_id`, `Employees_id`) VALUES (6, 1);
INSERT INTO `CritterChronologer`.`Week_has_Employee` (`Week_days_id`, `Employees_id`) VALUES (7, 1);
COMMIT;
| 37.825472 | 159 | 0.588477 |
dd6df9210e7c6cdf980f8fd47d88a06b2c46b907
| 3,273 |
go
|
Go
|
app/job/main/vip/service/frozen.go
|
78182648/blibli-go
|
7c717cc07073ff3397397fd3c01aa93234b142e3
|
[
"MIT"
] | 22 |
2019-04-27T06:44:41.000Z
|
2022-02-04T16:54:14.000Z
|
app/job/main/vip/service/frozen.go
|
YouthAge/blibli-go
|
7c717cc07073ff3397397fd3c01aa93234b142e3
|
[
"MIT"
] | null | null | null |
app/job/main/vip/service/frozen.go
|
YouthAge/blibli-go
|
7c717cc07073ff3397397fd3c01aa93234b142e3
|
[
"MIT"
] | 34 |
2019-05-07T08:22:27.000Z
|
2022-03-25T08:14:56.000Z
|
package service
import (
"context"
"encoding/json"
"time"
"go-common/app/job/main/vip/model"
"go-common/library/log"
"go-common/library/queue/databus"
"github.com/pkg/errors"
)
func (s *Service) accloginproc() {
defer func() {
if r := recover(); r != nil {
r = errors.WithStack(r.(error))
log.Error("Runtime error caught: %+v", r)
go s.accloginproc()
}
}()
var (
err error
msgChan = s.accLogin.Messages()
msg *databus.Message
ok bool
)
for {
msg, ok = <-msgChan
log.Info("login ip msg %+v", string(msg.Value))
if !ok {
log.Info("accLogin msgChan closed")
}
if err = msg.Commit(); err != nil {
log.Error("msg.Commit err(%+v)", err)
}
m := &model.LoginLog{}
if err = json.Unmarshal([]byte(msg.Value), m); err != nil {
log.Error("json.Unmarshal(%v) err(%+v)", m, err)
continue
}
s.Frozen(context.TODO(), m)
}
}
// Frozen handle vip frozen logic.
func (s *Service) Frozen(c context.Context, ll *model.LoginLog) (err error) {
var (
lc int64
uvs *model.VipUserInfo
ctx = context.TODO()
)
// 判定用户是否为vip
if uvs, err = s.dao.VipStatus(ctx, ll.Mid); err != nil {
log.Error("s.dao.VipStatus(%d)err(%+v)", ll.Mid, err)
return
}
if uvs == nil || uvs.Status == model.VipStatusOverTime {
log.Warn("user(%d) not vip.(%+v)", ll.Mid, uvs)
return
}
// 判定是否为15分钟4次以上不同ip登录
if err = s.dao.AddLogginIP(ctx, ll.Mid, ll.IP); err != nil {
log.Error("s.dao.AddLogginIP(%d)err(%+v)", ll.Mid, err)
return
}
if lc, err = s.dao.LoginCount(ctx, ll.Mid); err != nil {
log.Error("s.dao.LoginCount(%d)err(%+v)", ll.Mid, err)
return
}
if lc >= s.c.Property.FrozenLimit {
if err = s.dao.Enqueue(ctx, ll.Mid, time.Now().Add(s.frozenDate).Unix()); err != nil {
log.Error("enqueue error(%+v)", err)
}
if err = s.dao.SetVipFrozen(ctx, ll.Mid); err != nil {
log.Error("set vip frozen err(%+v)", err)
}
//通知业务方清理缓存
s.cleanCache(ll.Mid)
if err = s.notifyOldVip(ll.Mid, -1); err != nil {
log.Error("del vip java frozen err(%+v)", err)
}
log.Info("mid(%+v) frozen success", ll.Mid)
}
return
}
// unFrozenJob timing to unFrozen vip user
func (s *Service) unFrozenJob() {
log.Info("unfrozen job start........................................")
defer func() {
if r := recover(); r != nil {
r = errors.WithStack(r.(error))
log.Error("recover panic error(%+v)", r)
}
log.Info("unfrozen job end.............................")
}()
var (
err error
mids []int64
ctx = context.TODO()
)
if mids, err = s.dao.Dequeue(ctx); err != nil {
log.Error("s.dao.Dequeue err(%+v)", err)
return
}
for _, mid := range mids {
if err = s.dao.RemQueue(ctx, mid); err != nil {
log.Error("s.dao.RemQueue(%d)err(%+v)", mid, err)
continue
}
if err = s.dao.DelCache(ctx, mid); err != nil {
log.Error("del cache mid(%+v) err(%+v)", mid, err)
}
if err = s.dao.DelVipFrozen(ctx, mid); err != nil {
log.Error("del vip frozen err(%+v)", err)
}
if err = s.notifyOldVip(mid, 0); err != nil {
log.Error("del vip java frozen err(%+v)", err)
}
s.cleanCache(mid)
log.Info("mid(%+v) unfrozen success", mid)
}
}
// FIXME AFTER REMOVE JAVA.
func (s *Service) notifyOldVip(mid, status int64) error {
return s.dao.OldFrozenChange(mid, status)
}
| 24.795455 | 88 | 0.594867 |
477dc5b771c509b050b5e706841cbd36341f6ce0
| 9,915 |
html
|
HTML
|
index.html
|
kleciavladmaker/projeto_myfriend
|
3fe440c34f628260fb2644fc920d827878def7be
|
[
"MIT"
] | 1 |
2020-11-05T13:56:41.000Z
|
2020-11-05T13:56:41.000Z
|
index.html
|
kleciavladmaker/projeto_myfriend
|
3fe440c34f628260fb2644fc920d827878def7be
|
[
"MIT"
] | null | null | null |
index.html
|
kleciavladmaker/projeto_myfriend
|
3fe440c34f628260fb2644fc920d827878def7be
|
[
"MIT"
] | null | null | null |
<!DOCTYPE html>
<html leng='pt-br'>
<head>
<title>My Friends - Home </title>
<meta charset="utf-8"/>
<meta name="description" content="Plataforma My Friends é uma ferramenta de interação entre Ongs e voluntarios" /><!---->
<meta name="keywords" content="Doação, voluntarios, filantropia, açao, social, caridade" /><!--palavras chaves para o buscador-->
<meta name="author" content="Equipe de desenvolvimento Myfriends" />
<link rel="icon" type="Myfriends.icon" href="icon/favicon.ico" class="icon"/>
<link href="https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Raleway:wght@300;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Raleway:wght@300;500&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="CSS/normaliz.css">
<link rel="stylesheet" type="text/css" href="CSS/estilo.css">
</head>
<body>
<div class="header">
<div class="linha">
<header>
<div class= "coluna col4">
<h1 class="logo"> MyFriend</h1>
</div>
<div class= "coluna col8">
<nav>
<ul class="menu inline sem-marcador">
<li><a href="index.html">Home</a></li>
<li><a href="quemsomos.html">Quem somos</a></li>
<li><a href="myfriendslogin.html">Login</a></li>
<li><a href="myfriendsfaleconosco.html">Fale conosco</a></li>
</ul>
</nav>
</div>
</header>
</div>
</div>
<div class="linha">
<section>
<div class="conteudo-video">
<div class="coluna col12">
<h2>Você pode fazer a diferença</h2>
<video width="100%" height="auto" controls>
<source src="video/Meu Filme.mp4" type="video/mp4"/>
Seu navegador não suporta este video.
</video>
<p>Video produzido pela equipe de voluntários relatando sobre as experiencias vivenciada na plataforma.</p>
<a class="botao" onclick="document.getElementById('tgl').style.display='block'">Ler mais depoimentos »</a>
<div id="tgl" class="tgl" style="display:none">
<ul class="sem-padding sem-marcador">
<li>
<h4>Priscilla Fernandes, 24 anos - Educadora da Ong</h4>
<p>
Á partir do trabalho voluntário nós da Ong Casa e Cidadania acolhemos jovens em situação de vulnerabilidade,
para crianças que precisam de proteção, e vimos que através so site My Friend poderiamos ter mais visibilidade
para as pessoas que apoiem nossa causa, aqui encontramos voluntários desde professores a psicologos voluntários
para apoiar a causa em pró das crianças.
</p>
</li>
<li>
<h4>Maria José, 35 anos - Criadora da Ong </h4>
<p>
Nossa Ong promove o desenvolvimento local e inclusão social capazes de combater a fome,
através do nosso cadastro no site, tivemos ajuda de várias pessoas atráves de doações de
alimentos e voluntários de cozinha para o preparo de refeições para os necessitados.
Através de criação do evento dentro do site, podemos criar uma rede de voluntários que não
chegariamos tão cedo, sem ajuda da platafora.
</p>
</li>
<li>
<h4>João Pedro, 65 anos - Criador da Ong</h4>
<p>
Desenvolvi esse projeto ao relembrar da minha infância onde passava ás tardes nas praças com meus amigos,
elas eram bem cuidades, arvorizadas lindas de se verem, andando pela cidade ainda vemos as praças mas não
tão bem cuidadas como antigamente, dessa maneira criei esse projeto, mas precisava de voluntários para ajudar
na redecoração dessas praças para tornar mais agradeveis. Assim ao pesquisar sites de cadastro me deparei com o
My Friend onde tinham pessoas que se voluntariaram e me ajudam até hoje a cuidar das praças da nossa cidade.
</p>
</li>
<li>
<h4>Diogo Ferreia, 32 anos - Criador do projeto.</h4>
<p>
Vi em minha fazenda uma oportunidade de criação de projeto para ajudar na distribuição de alimentos para as
pessoas que mais precisam, tenho m² quadrados livres e resolvi chamar a comunidade para realizarmos a colheita amiga,
aqui temos um grupo de voluntários onde plantam na minha terra, aqui encontra desde frutas a leguminosas e são distribuidas
para pessoas que não tem condições de obter esses alimentos, vi aqui uma oportunidade de ajudar as pessoas mais necessitadas.
Estava em falta de voluntários para esse projeto. Sendo assim criei um evento no site My Friend, e me supreendi com a quantidade
de pessoas que vieram ajudar.
</p>
</li>
<li>
<h4>Maria das Mercês - 45 anos - Criadora do projeto social</h4>
<p>
Em 2013 criei esse projeto para ajudar crianças que possuem necessidades especiais, aquelas que precisam de tratamentos
mais intensivos como a fisioterapia, infelizmente quase fechei essa Ong por falta de voluntários, o site foi a luz do
fim do tunel para mim, após cadastrar o meu projeto social no My Friend consegui ajuda necessária que faltava, psciocologos,
médicos, fisioterapeutas e cuidadores todos voluntários, o que é muito gratificante. Tenho somente a agradecer pela criação
desse site pois me fez ver a luz novamente no meu projeto, e ajudar as pessoas me traz muita esperança e esperança nas pessoas.
</p>
</li>
<li>
<h4>Bárbara Brandão - 20 anos - Criadora da Ong</h4>
<p>
Sempre fui apaixonada por animais, e a criação dessa Ong surgiu através disso, em 2019 vi aquele que veio ser meu
amigo de 4 patas na rua, precisando de cuidados pensei quanto animais vivem naquela situação, aos meus 19 anos vi ali
uma oportunidade de ajudar os animais e criei a ong pata amiga, dentro do site My Friend criei um grande evento de adoção
de pets e coloquei na plataforma, sem muita esperança no ínicio, mas a quantidade de pessoas que foram ao meu pequeno evento
me surpreendeu, e desde lá continuo usando o site para mais eventos e também em busca de voluntários, pessoas comuns e
até médicos voluntários!!!
</p>
</li>
<li>
<h4>Gustavo de Paula - 26 anos - Idealizador do Projeto</h4>
<p>
Eu sempre me vi na tecnlogia, e desde de sempre sou apaixonado por ela, á alguns anos comecei a criar jogos gratuitos
educativos para as crianças, aí vi uma grande oportunidade em ajudar as pessoas que não possuem acesso a tecnologia,
assim criei a Ong Tecno amigo, onde consegui doação de espaço e equipamentos necessários, de lá para cá me cadastrei no
My Friend em busca de voluntários professores de tecnologias, para conseguirmos ensinarmos para aquelas pessoas que não
possuem acesso a tecnologia, desde de crianças á idosos, aqueles que tem vontade mas não tem acesso a tecnologia.
</p>
</li>
</ul>
<a class="botao" onclick="document.getElementById('tgl').style.display='none'">Ler menos »</a>
</div>
</div>
</div>
</section>
</div>
<div class="conteudo-extra">
<div class="linha">
<div class="coluna col12">
<div class="destaque">
<h3>Projeto em destaque do mês: <strong class="cor-titulo">Música Para Todos</strong></h3>
<img src="img/img-proj/img-projeto-musica.png" alt="" class="img img-proj" />
<p>O projeto <strong>Musica Para Todos</strong> O Projeto Música Para Todos ao longo de seus 18 anos tem contribuído de modo efetivo na formação de milhares de crianças, jovens e adultos.
<a class="botao" href="">Ler mais »</a>.</p>
</div>
</div>
</div>
<div class="complemento">
<div class="linha">
<div class="coluna col12 topicos">
<section>
<div class="parceiros">
<div class="ong">
<a href="https://aacd.org.br/"><img src="img/img-colaboradores/logo-aacd-baixa.png"
alt="logo" class="img img-logo"></a>
<p>AACD</p>
</div>
<div class="ong">
<a href="https://mid.ibict.br/"><img src="img/img-colaboradores/logo-Centro de Inclusão Digital.jpg"
alt="logo" class="img img-logo"></a>
<p>Centro de Inclusão Digital</p>
</div>
<div class="ong">
<a href="http://www.institutodacrianca.com.br/"><img src="img/img-colaboradores/logo-Instituto da Criança.png"
alt="logo" class="img img-logo"></a>
<p>Instituto da Criança</p>
</div>
<div class="ong">
<a href="https://www.saudecrianca.org.br/quem-somos-3/"><img src="img/img-colaboradores/logo-Saúde Criança.jpg"
alt="logo" class="img img-logo"></a>
<p>Saúde Criança</p>
</div>
<div class="ong">
<a href="https://www.fadc.org.br/"><img src="img/img-colaboradores/logo-Fundação Abrinq.jpg"
alt="logo" class="img img-logo"></a>
<p>Fundação Abrinq</p>
</div>
<div class="ong">
<a href="http://vivario.org.br/"><img src="img/img-colaboradores/logo-viva-rio.png"
alt="logo" class="img img-logo"></a>
<p>Viva Rio</p>
</div>
<div class="ong">
<a href="https://www.sosma.org.br/"><img src="img/img-colaboradores//logo-Fundação SOS Mata Atlântica.jpg"
alt="logo" class="img img-logo"></a>
<p>Fundação SOS Mata Atlântica</p>
</div>
</div>
</section>
</div>
</div>
</div>
<div class="footer">
<div class="linha">
<footer>
<div class="coluna col12">
<span>© 2019 - Desenvolvedores: Equipe My Friends </span>
</div>
</footer>
</div>
</div>
</body>
</html>
| 46.116279 | 194 | 0.640242 |
edd9bab27f61c5e3937fb7e012fa3a40d35a2f10
| 437 |
asm
|
Assembly
|
oeis/213/A213060.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11 |
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/213/A213060.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9 |
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/213/A213060.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3 |
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A213060: Lucas(n) mod n, Lucas(n)= A000032(n).
; Submitted by Christian Krause
; 0,1,1,3,1,0,1,7,4,3,1,10,1,3,14,15,1,0,1,7,11,3,1,2,11,3,22,7,1,18,1,31,4,3,4,34,1,3,17,7,1,18,1,7,41,3,1,2,29,23,4,7,1,0,44,47,4,3,1,22,1,3,41,63,11,18,1,7,50,53,1,2,1,3,64,7,73,18,1,47,22,3,1,70,11,3,62,47,1,18,3,7,35,3,49,2,1,59,76,27
add $0,1
mov $2,$0
seq $0,32 ; Lucas numbers beginning at 2: L(n) = L(n-1) + L(n-2), L(0) = 2, L(1) = 1.
mod $0,$2
| 48.555556 | 239 | 0.581236 |
394ed823e3996c68d1bb57b4127dd0b6fda8081b
| 464 |
sql
|
SQL
|
modules/core/db/init/oracle/10.create-db.sql
|
cubait/cuba-addon-lookup-preview
|
4106d9495dfa6eb657af0e53c0b46047c647ff4a
|
[
"Apache-2.0"
] | null | null | null |
modules/core/db/init/oracle/10.create-db.sql
|
cubait/cuba-addon-lookup-preview
|
4106d9495dfa6eb657af0e53c0b46047c647ff4a
|
[
"Apache-2.0"
] | null | null | null |
modules/core/db/init/oracle/10.create-db.sql
|
cubait/cuba-addon-lookup-preview
|
4106d9495dfa6eb657af0e53c0b46047c647ff4a
|
[
"Apache-2.0"
] | null | null | null |
-- begin LUPREVIEW_ENTITY_PROPERTY
create table LUPREVIEW_ENTITY_PROPERTY (
ID varchar2(32),
CREATE_TS timestamp,
CREATED_BY varchar2(50 char),
UPDATE_TS timestamp,
UPDATED_BY varchar2(50 char),
VERSION number(10) not null,
--
USER_ID varchar2(32),
ENTITY_NAME varchar2(255 char) not null,
PROPERTY_NAME varchar2(255 char) not null,
SORT_ORDER number(10),
--
primary key (ID)
)^
-- end LUPREVIEW_ENTITY_PROPERTY
| 25.777778 | 46 | 0.704741 |
4119fc9e6b7bffdfdb541391f4578b8d34e05262
| 4,860 |
c
|
C
|
xgks/src/lib/x/xSet.c
|
josborne-noaa/Ferret
|
ee1e694c5eebafd559b5887930ec4091ef3f4583
|
[
"Unlicense"
] | 48 |
2016-03-18T22:05:39.000Z
|
2022-01-29T20:34:09.000Z
|
xgks/src/lib/x/xSet.c
|
josborne-noaa/Ferret
|
ee1e694c5eebafd559b5887930ec4091ef3f4583
|
[
"Unlicense"
] | 1,974 |
2017-11-21T20:59:45.000Z
|
2022-02-08T01:35:30.000Z
|
xgks/src/lib/x/xSet.c
|
josborne-noaa/Ferret
|
ee1e694c5eebafd559b5887930ec4091ef3f4583
|
[
"Unlicense"
] | 21 |
2016-03-18T22:28:55.000Z
|
2021-03-15T10:52:11.000Z
|
/*
* Copyright IBM Corporation 1989
*
* All Rights Reserved
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose and without fee is hereby granted,
* provided that the above copyright notice appear in all copies and that
* both that copyright notice and this permission notice appear in
* supporting documentation, and that the name of IBM not be
* used in advertising or publicity pertaining to distribution of the
* software without specific, written prior permission.
*
* IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
* ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
* IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
* ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
* WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
* ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*
* University of Illinois at Urbana-Champaign
* Department of Computer Science
* 1304 W. Springfield Ave.
* Urbana, IL 61801
*
* (C) Copyright 1987, 1988 by The University of Illinois Board of Trustees.
* All rights reserved.
*
* Tool: X 11 Graphical Kernel System
* Author: Gregory Scott Rogers
* Author: Sung Hsien Ching Kelvin
* Author: Yu Pan
*/
/*LINTLIBRARY*/
#include "udposix.h"
#include <stdlib.h>
#include "gks_implem.h"
#ifndef lint
static char afsid[] = "$__Header$";
static char rcsid[] = "$Id$";
#endif
xXgksSetForeground(dpy, gc, fg)
Display *dpy;
GC gc;
unsigned long fg;
{
XSetForeground(dpy, gc, fg);
}
xXgksSetLineAttributes(dpy, gc, line_width, line_style, cap_style, join_style)
Display *dpy;
GC gc;
unsigned int line_width;
int line_style, cap_style, join_style;
{
XSetLineAttributes(dpy, gc, line_width, line_style, cap_style,
join_style);
}
xXgksSetStipple(dpy, gc, stipple)
Display *dpy;
GC gc;
Pixmap stipple;
{
XSetStipple(dpy, gc, stipple);
}
xXgksSetDashes(dpy, gc, ws, i)
Display *dpy;
GC gc;
WS_STATE_PTR ws;
Gint i;
{
if (i != ws->last_dash_index)
XSetDashes(dpy, gc, 0, xgksDASHES[i].dashl, xgksDASHES[i].dn);
}
xXgksSetTile(dpy, gc, tile)
Display *dpy;
GC gc;
Pixmap tile;
{
XSetTile(dpy, gc, tile);
}
xXgksSetClipMask(dpy, gc, pixmap)
Display *dpy;
GC gc;
Pixmap pixmap;
{
XSetClipMask(dpy, gc, pixmap);
}
xXgksSetPlineClipRectangles(dpy, gc, ws, rectangle)
Display *dpy;
GC gc;
WS_STATE_PTR ws;
XRectangle *rectangle;
{
if ((rectangle->x != ws->last_pline_rectangle.x)
|| (rectangle->y != ws->last_pline_rectangle.y)
|| (rectangle->width != ws->last_pline_rectangle.width)
|| (rectangle->height != ws->last_pline_rectangle.height)) {
XSetClipRectangles(dpy, gc, 0, 0, rectangle, 1, Unsorted);
ws->last_pline_rectangle = *rectangle;
}
}
xXgksSetPmarkerClipRectangles(dpy, gc, ws, rectangle)
Display *dpy;
GC gc;
WS_STATE_PTR ws;
XRectangle *rectangle;
{
if ((rectangle->x != ws->last_pmarker_rectangle.x)
|| (rectangle->y != ws->last_pmarker_rectangle.y)
|| (rectangle->width != ws->last_pmarker_rectangle.width)
|| (rectangle->height != ws->last_pmarker_rectangle.height)) {
XSetClipRectangles(dpy, gc, 0, 0, rectangle, 1, Unsorted);
ws->last_pmarker_rectangle = *rectangle;
}
}
xXgksSetFillAreaClipRectangles(dpy, gc, ws, rectangle)
Display *dpy;
GC gc;
WS_STATE_PTR ws;
XRectangle *rectangle;
{
if ((rectangle->x != ws->last_farea_rectangle.x)
|| (rectangle->y != ws->last_farea_rectangle.y)
|| (rectangle->width != ws->last_farea_rectangle.width)
|| (rectangle->height != ws->last_farea_rectangle.height)) {
XSetClipRectangles(dpy, gc, 0, 0, rectangle, 1, Unsorted);
ws->last_farea_rectangle = *rectangle;
}
}
xXgksSetTextClipRectangles(dpy, gc, ws, rectangle)
Display *dpy;
GC gc;
WS_STATE_PTR ws;
XRectangle *rectangle;
{
if ((rectangle->x != ws->last_text_rectangle.x)
|| (rectangle->y != ws->last_text_rectangle.y)
|| (rectangle->width != ws->last_text_rectangle.width)
|| (rectangle->height != ws->last_text_rectangle.height)) {
XSetClipRectangles(dpy, gc, 0, 0, rectangle, 1, Unsorted);
ws->last_text_rectangle = *rectangle;
}
}
xXgksSetFillStyle(dpy, gc, fill_style)
Display *dpy;
GC gc;
int fill_style;
{
XSetFillStyle(dpy, gc, fill_style);
}
| 27.150838 | 78 | 0.638683 |
ffa5bfe5c62b386bdf105d5f361201a7d39906a1
| 263 |
lua
|
Lua
|
MMOCoreORB/bin/scripts/object/custom_content/tangible/loot/npc_loot/place_setting_generic.lua
|
V-Fib/FlurryClone
|
40e0ca7245ec31b3815eb6459329fd9e70f88936
|
[
"Zlib",
"OpenSSL"
] | 18 |
2017-02-09T15:36:05.000Z
|
2021-12-21T04:22:15.000Z
|
MMOCoreORB/bin/scripts/object/custom_content/tangible/loot/npc_loot/place_setting_generic.lua
|
V-Fib/FlurryClone
|
40e0ca7245ec31b3815eb6459329fd9e70f88936
|
[
"Zlib",
"OpenSSL"
] | 61 |
2016-12-30T21:51:10.000Z
|
2021-12-10T20:25:56.000Z
|
MMOCoreORB/bin/scripts/object/custom_content/tangible/loot/npc_loot/place_setting_generic.lua
|
V-Fib/FlurryClone
|
40e0ca7245ec31b3815eb6459329fd9e70f88936
|
[
"Zlib",
"OpenSSL"
] | 71 |
2017-01-01T05:34:38.000Z
|
2022-03-29T01:04:00.000Z
|
object_tangible_loot_npc_loot_place_setting_generic = object_tangible_loot_npc_loot_shared_place_setting_generic:new {
}
ObjectTemplates:addTemplate(object_tangible_loot_npc_loot_place_setting_generic, "object/tangible/loot/npc/loot/place_setting_generic.iff")
| 43.833333 | 139 | 0.904943 |
2d529108966e06f5d5800f34ca37bd27f42d6016
| 46 |
rs
|
Rust
|
src/resources/score.rs
|
jprekz/Tofu_on_Fire
|
fa5b5833d16e029e5cee1cbf253c547f94c810b6
|
[
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null |
src/resources/score.rs
|
jprekz/Tofu_on_Fire
|
fa5b5833d16e029e5cee1cbf253c547f94c810b6
|
[
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null |
src/resources/score.rs
|
jprekz/Tofu_on_Fire
|
fa5b5833d16e029e5cee1cbf253c547f94c810b6
|
[
"Apache-2.0",
"MIT-0",
"MIT"
] | 1 |
2020-12-06T05:22:01.000Z
|
2020-12-06T05:22:01.000Z
|
pub struct Score {
pub score: Vec<u32>,
}
| 11.5 | 24 | 0.608696 |
0bd10caf089039cb3ebd1d908f53936c033266a4
| 2,877 |
js
|
JavaScript
|
tests/baselines/reference/collisionArgumentsFunction.js
|
mybios/tstolua
|
d46c774bde9094221a9e32755430d42f441bfe8d
|
[
"Apache-2.0"
] | 5 |
2015-09-10T21:41:15.000Z
|
2022-01-20T08:07:13.000Z
|
tests/baselines/reference/collisionArgumentsFunction.js
|
mybios/tstolua
|
d46c774bde9094221a9e32755430d42f441bfe8d
|
[
"Apache-2.0"
] | null | null | null |
tests/baselines/reference/collisionArgumentsFunction.js
|
mybios/tstolua
|
d46c774bde9094221a9e32755430d42f441bfe8d
|
[
"Apache-2.0"
] | null | null | null |
//// [collisionArgumentsFunction.ts]
// Functions
function f1(arguments: number, ...restParameters) { //arguments is error
var arguments = 10; // no error
}
function f12(i: number, ...arguments) { //arguments is error
var arguments: any[]; // no error
}
function f1NoError(arguments: number) { // no error
var arguments = 10; // no error
}
declare function f2(i: number, ...arguments); // no error - no code gen
declare function f21(arguments: number, ...rest); // no error - no code gen
declare function f2NoError(arguments: number); // no error
function f3(...restParameters) {
var arguments = 10; // no error
}
function f3NoError() {
var arguments = 10; // no error
}
function f4(arguments: number, ...rest); // no codegen no error
function f4(arguments: string, ...rest); // no codegen no error
function f4(arguments: any, ...rest) { // error
var arguments: any; // No error
}
function f42(i: number, ...arguments); // no codegen no error
function f42(i: string, ...arguments); // no codegen no error
function f42(i: any, ...arguments) { // error
var arguments: any[]; // No error
}
function f4NoError(arguments: number); // no error
function f4NoError(arguments: string); // no error
function f4NoError(arguments: any) { // no error
var arguments: any; // No error
}
declare function f5(arguments: number, ...rest); // no codegen no error
declare function f5(arguments: string, ...rest); // no codegen no error
declare function f52(i: number, ...arguments); // no codegen no error
declare function f52(i: string, ...arguments); // no codegen no error
declare function f6(arguments: number); // no codegen no error
declare function f6(arguments: string); // no codegen no error
//// [collisionArgumentsFunction.js]
// Functions
function f1(arguments) {
var restParameters = [];
for (var _i = 1; _i < arguments.length; _i++) {
restParameters[_i - 1] = arguments[_i];
}
var arguments = 10; // no error
}
function f12(i) {
var arguments = [];
for (var _i = 1; _i < arguments.length; _i++) {
arguments[_i - 1] = arguments[_i];
}
var arguments; // no error
}
function f1NoError(arguments) {
var arguments = 10; // no error
}
function f3() {
var restParameters = [];
for (var _i = 0; _i < arguments.length; _i++) {
restParameters[_i - 0] = arguments[_i];
}
var arguments = 10; // no error
}
function f3NoError() {
var arguments = 10; // no error
}
function f4(arguments) {
var rest = [];
for (var _i = 1; _i < arguments.length; _i++) {
rest[_i - 1] = arguments[_i];
}
var arguments; // No error
}
function f42(i) {
var arguments = [];
for (var _i = 1; _i < arguments.length; _i++) {
arguments[_i - 1] = arguments[_i];
}
var arguments; // No error
}
function f4NoError(arguments) {
var arguments; // No error
}
| 30.935484 | 75 | 0.642336 |
0bef7312671690a4af3c8be6576a762a35eda391
| 356 |
js
|
JavaScript
|
tests/dummy/app/components/functional-component.js
|
taras/ember-react-components
|
9ea3986b6fbe189bb39825ae3c08c57b521d9122
|
[
"MIT"
] | 34 |
2018-09-07T08:20:11.000Z
|
2021-08-30T16:39:06.000Z
|
tests/dummy/app/components/functional-component.js
|
taras/ember-react-components
|
9ea3986b6fbe189bb39825ae3c08c57b521d9122
|
[
"MIT"
] | 23 |
2018-07-04T18:49:11.000Z
|
2022-02-12T07:04:05.000Z
|
tests/dummy/app/components/functional-component.js
|
taras/ember-react-components
|
9ea3986b6fbe189bb39825ae3c08c57b521d9122
|
[
"MIT"
] | 11 |
2018-07-02T19:41:18.000Z
|
2021-05-26T19:59:58.000Z
|
// BEGIN-SNIPPET functional-component.js
import React from 'react';
import WithEmberSupport from 'ember-react-components';
export default WithEmberSupport(function FunctionalComponent(props) {
const { name, children } = props;
return (
<div id="wrapper">
<div data-test-name>{name}</div>
{children}
</div>
);
});
// END-SNIPPET
| 22.25 | 69 | 0.682584 |
64c2cb8bcf607470b0cae09d157cf1f3bf99987a
| 1,107 |
lua
|
Lua
|
httpserver/request.lua
|
Mr-Pi/nodemcu-simple-httpserver
|
3093a96e554d342368bb2498d0ccac48a7fad7db
|
[
"MIT"
] | null | null | null |
httpserver/request.lua
|
Mr-Pi/nodemcu-simple-httpserver
|
3093a96e554d342368bb2498d0ccac48a7fad7db
|
[
"MIT"
] | null | null | null |
httpserver/request.lua
|
Mr-Pi/nodemcu-simple-httpserver
|
3093a96e554d342368bb2498d0ccac48a7fad7db
|
[
"MIT"
] | null | null | null |
-- vim: ts=4 sw=4
--
--
require "console"
if not httpreq then httpreq={} end
function httpreq.updateResponders()
dofile("httpserver/updateResponders.lc")
end
function httpreq.assembleBasicHeader(code, codeMsg, contentType, length, additionalHeaders)
return dofile("httpserver/assembleHeader.lc")(code, codeMsg, contentType, length, additionalHeaders)
end
function httpreq.assembleSimplePackage(code, codeMsg, contentType, body, additionalHeaders)
local package=httpreq.assembleBasicHeader(code, codeMsg, contentType, #tostring(body), additionalHeaders)
package=package.."\r\n"..tostring(body)
collectgarbage()
return package
end
function httpreq.parseHeader(payload)
return dofile("httpserver/parseHeader.lc")(payload)
end
function httpreq.errorResponder(code, codeMsg, socketAdditionalHeaders, additionalHeaders)
return dofile("httpserver/errorResponders.lc")(code, codeMsg, socketAdditionalHeaders, additionalHeaders)
end
function httpreq.sendFinal(socket, data)
socket:send(data)
socket:on("sent", function(socket) socket:close() socket=nil end)
end
return console.moduleLoaded(...)
| 27.675 | 106 | 0.798555 |
5fd44da126594b3f2ab6a9ace815b244b279555f
| 1,783 |
c
|
C
|
nologin/nologin.c
|
buricco/lc-subset
|
9fad44bca8a6b55d0c11171d2e2a3887216525ee
|
[
"NCSA"
] | 7 |
2022-01-31T09:07:42.000Z
|
2022-02-19T16:35:14.000Z
|
nologin/nologin.c
|
buricco/lc-subset
|
9fad44bca8a6b55d0c11171d2e2a3887216525ee
|
[
"NCSA"
] | null | null | null |
nologin/nologin.c
|
buricco/lc-subset
|
9fad44bca8a6b55d0c11171d2e2a3887216525ee
|
[
"NCSA"
] | null | null | null |
/*
* SPDX-License-Identifier: NCSA
*
* nologin(8) - politely refuse a login
*
* Copyright 2020 S. V. Nickolas.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal with 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:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimers.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimers in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the names of the authors nor the names of contributors may be
* used to endorse or promote products derived from this Software without
* specific prior written permission.
*
* 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 CONTRIBUTORS 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 WITH THE SOFTWARE.
*/
#include <stdio.h>
#pragma argsused
int main (int argc, char **argv)
{
puts ("This account is currently not available.");
return 0;
}
| 43.487805 | 78 | 0.744812 |
ebd9aef2395a8b807f656fc69415d10f9309fdb8
| 63,888 |
rs
|
Rust
|
src/quill_type_deduce/src/type_check.rs
|
quill-lang/quill-v1
|
4d82605799aedad2320345006da36060c9ee9bb8
|
[
"MIT"
] | 2 |
2018-11-06T20:05:09.000Z
|
2021-12-26T14:05:20.000Z
|
src/quill_type_deduce/src/type_check.rs
|
thirdsgames/quill
|
4d82605799aedad2320345006da36060c9ee9bb8
|
[
"MIT"
] | 199 |
2021-05-10T16:57:09.000Z
|
2022-02-17T17:17:40.000Z
|
src/quill_type_deduce/src/type_check.rs
|
thirdsgames/quill
|
4d82605799aedad2320345006da36060c9ee9bb8
|
[
"MIT"
] | null | null | null |
//! Performs type deduction and type checking of expressions and patterns.
use std::collections::{btree_map::Entry, BTreeMap};
use quill_common::{
diagnostic::{Diagnostic, DiagnosticResult, ErrorMessage, HelpMessage, HelpType, Severity},
location::{Location, Range, Ranged, SourceFileIdentifier},
name::QualifiedName,
};
use quill_index::{
compute_used_files, AspectI, DefinitionI, ProjectIndex, TypeDeclarationI, TypeDeclarationTypeI,
TypeParameter,
};
use quill_parser::{
definition::{DefinitionBodyP, DefinitionCaseP, DefinitionDeclP, DefinitionP, TypeParameterP},
expr_pat::{ConstantValue, ConstructDataFields, ExprPatP},
file::FileP,
identifier::{IdentifierP, NameP},
types::TypeP,
visibility::Visibility,
};
use quill_type::{BorrowCondition, PrimitiveType, Type};
use crate::{
hindley_milner::{deduce_expr_type, VisibleLocalNames},
hir::{
definition::{Definition, DefinitionBody, DefinitionCase},
expr::{BoundVariable, Expression, ExpressionContents, TypeVariable},
pattern::Pattern,
SourceFileHIR,
},
index_resolve::{replace_type_variables, resolve_type_constructor},
type_resolve::TypeVariableId,
};
pub fn check(
source_file: &SourceFileIdentifier,
project_index: &ProjectIndex,
file_parsed: FileP,
) -> DiagnosticResult<SourceFileHIR> {
let type_checker = TypeChecker {
source_file,
project_index,
messages: Vec::new(),
};
type_checker.compute(project_index, file_parsed)
}
pub(crate) struct TypeChecker<'a> {
pub(crate) source_file: &'a SourceFileIdentifier,
pub(crate) project_index: &'a ProjectIndex,
pub(crate) messages: Vec<ErrorMessage>,
}
/// A utility for printing type variables to screen.
/// Works like the Display trait, but works better for printing type variable names.
pub struct TypeVariablePrinter {
/// Maps type variable IDs to the names we use to render them.
type_variable_names: BTreeMap<TypeVariableId, String>,
/// When we see a new type variable that we've not named yet, what name should we give it?
/// This monotonically increasing counter is used to work out what the name should be.
type_variable_name: u32,
/// A substitution mapping type variables to the substituted type variable.
/// This map is tried before making a new name for a type variable.
substitution: BTreeMap<TypeVariableId, TypeVariable>,
}
impl TypeVariablePrinter {
pub fn new(substitution: BTreeMap<TypeVariableId, TypeVariable>) -> Self {
Self {
type_variable_names: BTreeMap::new(),
type_variable_name: 0,
substitution,
}
}
pub fn print(&mut self, ty: TypeVariable) -> String {
match ty {
TypeVariable::Named { name, parameters } => {
let mut result = name.to_string();
if !parameters.is_empty() {
result += "[";
for (i, param) in parameters.into_iter().enumerate() {
if i != 0 {
result += ", ";
}
result += &self.print(param);
}
result += "]";
}
result
}
TypeVariable::Function(l, r) => {
// TODO sort out precedence
format!("{} -> ({})", self.print(*l), self.print(*r))
}
TypeVariable::Unknown { id } => self.get_name(&id),
TypeVariable::Variable {
variable,
parameters,
} => {
let mut result = variable;
if !parameters.is_empty() {
result += "[";
for (i, param) in parameters.into_iter().enumerate() {
if i != 0 {
result += ", ";
}
result += &self.print(param);
}
result += "]";
}
result
}
TypeVariable::Primitive(prim) => format!("{}", prim),
TypeVariable::Borrow { ty } => {
format!("&{}", self.print(*ty))
}
TypeVariable::Impl { name, parameters } => {
let mut result = format!("impl {}", name);
if !parameters.is_empty() {
result += "[";
for (i, param) in parameters.into_iter().enumerate() {
if i != 0 {
result += ", ";
}
result += &self.print(param);
}
result += "]";
}
result
}
}
}
fn get_name(&mut self, ty: &TypeVariableId) -> String {
if let Some(result) = self.substitution.get(ty) {
let cloned = result.clone();
// If the substitution doesn't do anything, don't stick in an infinite loop.
// We don't need to worry about cycles - the substitution is defined to be idempotent.
if let TypeVariable::Unknown { id: other_id } = cloned {
if other_id == *ty {
// The substitution exists, but maps the value to itself.
} else {
return self.print(TypeVariable::Unknown { id: other_id });
}
} else {
return self.print(cloned);
}
}
if let Some(result) = self.type_variable_names.get(ty) {
return result.clone();
}
let name = self.new_name();
self.type_variable_names.insert(*ty, name.clone());
name
}
fn new_name(&mut self) -> String {
let id = self.type_variable_name;
self.type_variable_name += 1;
// Assign a new lowercase Greek letter to this type.
// There are 24 letters to choose from.
// If we overflow this, just add a suffix to the name.
let name = std::char::from_u32('α' as u32 + (id % 24)).unwrap();
let suffix = id / 24;
if suffix > 0 {
format!("<{}{}>", name, suffix)
} else {
format!("<{}>", name)
}
}
}
/// Represents a declaration that may be in a different source file.
pub struct ForeignDeclaration<T> {
pub source_file: SourceFileIdentifier,
pub decl: T,
}
/// What names are visible in a given source file?
/// This is generated from the imports provided at the top of a source file.
pub struct VisibleNames<'a> {
pub types: BTreeMap<&'a str, ForeignDeclaration<&'a TypeDeclarationI>>,
pub enum_variants: BTreeMap<&'a str, ForeignDeclaration<&'a str>>,
pub definitions: BTreeMap<&'a str, ForeignDeclaration<&'a DefinitionI>>,
pub aspects: BTreeMap<&'a str, ForeignDeclaration<&'a AspectI>>,
}
/// Work out what names are visible inside a file.
/// This is the counterpart to `compute_visible_types_and_aspects` once we've got the full project index.
fn compute_visible_names<'a>(
source_file: &'a SourceFileIdentifier,
file_parsed: &FileP,
project_index: &'a ProjectIndex,
) -> DiagnosticResult<VisibleNames<'a>> {
let mut messages = Vec::new();
let mut visible_types = BTreeMap::<&str, Vec<ForeignDeclaration<_>>>::new();
let mut visible_enum_variants = BTreeMap::<&str, Vec<ForeignDeclaration<_>>>::new();
let mut visible_defs = BTreeMap::<&str, Vec<ForeignDeclaration<_>>>::new();
let mut visible_aspects = BTreeMap::<&str, Vec<ForeignDeclaration<_>>>::new();
let (used_files, more_messages) = compute_used_files(source_file, file_parsed, |name| {
project_index.is_file_indexed(name)
})
.destructure();
assert!(
more_messages.is_empty(),
"should have errored in `compute_visible_types_and_aspects`"
);
for file in used_files.unwrap() {
let file_index = project_index.get_file_index(&file.file);
for (ty, decl) in &file_index.types {
visible_types
.entry(ty.as_str())
.or_default()
.push(ForeignDeclaration {
source_file: file.file.clone(),
decl,
});
}
for (variant, ty) in &file_index.enum_variant_types {
visible_enum_variants
.entry(variant.as_str())
.or_default()
.push(ForeignDeclaration {
source_file: file.file.clone(),
decl: &file_index.types[ty],
});
}
for (name, def) in &file_index.definitions {
visible_defs
.entry(name.as_str())
.or_default()
.push(ForeignDeclaration {
source_file: file.file.clone(),
decl: def,
});
}
for (name, def) in &file_index.aspects {
visible_aspects
.entry(name.as_str())
.or_default()
.push(ForeignDeclaration {
source_file: file.file.clone(),
decl: def,
});
}
}
// Now generate error messages if the multimap contains any duplicate entries.
let types = visible_types
.into_iter()
.map(|(key, mut decls)| {
if decls.len() == 1 {
(key, decls.pop().unwrap())
} else {
unreachable!("should have errored in `compute_visible_types`")
}
})
.collect();
let enum_variants = visible_enum_variants.into_iter().filter_map(|(key, mut decls)| {
if decls.len() == 1 {
let decl = decls.pop().unwrap();
Some((key, ForeignDeclaration { source_file: decl.source_file, decl: decl.decl.name.name.as_str() }))
} else {
messages.push(ErrorMessage::new_with_many(
format!("an enum variant with name `{}` was imported from multiple locations, which could cause ambiguity, so this name will not be usable in this file", key),
Severity::Warning,
Diagnostic::in_file(source_file),
decls.into_iter().map(|decl| HelpMessage {
message: format!("defined in {} here", decl.source_file),
help_type: HelpType::Note,
diagnostic: Diagnostic::at(&decl.source_file, &decl.decl.name.range),
}).collect()
));
None
}
})
.collect();
let definitions = visible_defs.into_iter().filter_map(|(key, mut decls)| {
if decls.len() == 1 {
Some((key, decls.pop().unwrap()))
} else {
messages.push(ErrorMessage::new_with_many(
format!("a definition with name `{}` was imported from multiple locations, which could cause ambiguity, so this name will not be usable in this file", key),
Severity::Warning,
Diagnostic::in_file(source_file),
decls.into_iter().map(|decl| HelpMessage {
message: format!("defined in {} here", decl.source_file),
help_type: HelpType::Note,
diagnostic: Diagnostic::at(&decl.source_file, &decl.decl.name.range),
}).collect()
));
None
}
})
.collect();
let aspects = visible_aspects.into_iter().filter_map(|(key, mut decls)| {
if decls.len() == 1 {
Some((key, decls.pop().unwrap()))
} else {
messages.push(ErrorMessage::new_with_many(
format!("an aspect with name `{}` was imported from multiple locations, which could cause ambiguity, so this name will not be usable in this file", key),
Severity::Warning,
Diagnostic::in_file(source_file),
decls.into_iter().map(|decl| HelpMessage {
message: format!("defined in {} here", decl.source_file),
help_type: HelpType::Note,
diagnostic: Diagnostic::at(&decl.source_file, &decl.decl.name.range),
}).collect()
));
None
}
})
.collect();
DiagnosticResult::ok_with_many(
VisibleNames {
types,
enum_variants,
definitions,
aspects,
},
messages,
)
}
impl<'a> TypeChecker<'a> {
fn compute(
mut self,
project_index: &ProjectIndex,
file_parsed: FileP,
) -> DiagnosticResult<SourceFileHIR> {
let visible_names = {
let (visible_names, more_messages) =
compute_visible_names(self.source_file, &file_parsed, project_index).destructure();
self.messages.extend(more_messages);
visible_names.unwrap()
};
let mut definitions = BTreeMap::<String, Definition>::new();
for definition in file_parsed.definitions {
let symbol = self.project_index.definition(&QualifiedName {
source_file: self.source_file.clone(),
name: definition.decl.name.name.clone(),
range: Location { line: 0, col: 0 }.into(),
});
let symbol_type = &symbol.symbol_type;
if let Some((name, def)) = self.compute_definition(
&visible_names,
&VisibleLocalNames::new(),
definition,
symbol_type,
) {
definitions.insert(name, def);
}
}
DiagnosticResult::ok_with_many(SourceFileHIR { definitions }, self.messages)
}
/// Returns a string for the definition name, along with the fully type checked definition.
/// Appends messages to the inner message log.
fn compute_definition(
&mut self,
visible_names: &VisibleNames,
visible_local_names: &VisibleLocalNames,
definition: DefinitionP,
symbol_type: &Type,
) -> Option<(String, Definition)> {
let def_name = definition.decl.name;
let type_parameters = definition.decl.type_parameters;
match definition.body {
DefinitionBodyP::PatternMatch(cases) => {
// We need to check pattern exhaustiveness in the definition's cases.
// Let's resolve each case's patterns and expressions.
let cases = cases
.into_iter()
.map(|case| {
self.resolve_case(visible_names, &def_name.name, case, symbol_type.clone())
})
.collect::<DiagnosticResult<_>>();
// Now we can check whether the patterns are valid.
let cases_validated = cases.bind(|cases| {
cases
.into_iter()
.map(|(range, args, replacement)| {
self.validate_case(
visible_names,
visible_local_names,
symbol_type,
range,
args,
replacement,
def_name.range,
)
})
.collect::<DiagnosticResult<_>>()
});
// Check that the patterns we have generated are exhaustive.
let validated = cases_validated.deny().bind(|cases_validated| {
if cases_validated.is_empty() {
DiagnosticResult::fail(ErrorMessage::new(
format!("no body was given for definition `{}`", def_name.name),
Severity::Error,
Diagnostic::at(self.source_file, &def_name.range),
))
} else {
let arity = cases_validated[0].1.len();
DiagnosticResult::ok((cases_validated, arity))
}
});
let (definition_parsed, mut inner_messages) = validated.destructure();
self.messages.append(&mut inner_messages);
if let Some((cases, arity)) = definition_parsed {
let (arg_types, return_type) = get_args_of_type_arity(symbol_type, arity);
let def = Definition {
range: def_name.range,
type_variables: type_parameters
.into_iter()
.map(|id| TypeParameter {
name: id.name.name,
parameters: id.parameters,
})
.collect(),
arg_types,
return_type,
body: DefinitionBody::PatternMatch(
cases
.into_iter()
.map(|(range, arg_patterns, replacement)| DefinitionCase {
range,
arg_patterns,
replacement,
})
.collect(),
),
};
Some((def_name.name, def))
} else {
None
}
}
DefinitionBodyP::CompilerIntrinsic(_) => {
// There's no type checking to be done for a compiler intrinsic.
// All compiler intrinsics have the maximal possible arity.
let (arg_types, return_type) = get_args_of_type(symbol_type);
let def = Definition {
range: def_name.range,
type_variables: type_parameters
.into_iter()
.map(|id| TypeParameter {
name: id.name.name,
parameters: id.parameters,
})
.collect(),
arg_types,
return_type,
body: DefinitionBody::CompilerIntrinsic,
};
Some((def_name.name, def))
}
}
}
fn resolve_case(
&self,
visible_names: &VisibleNames,
function_name: &str,
case: DefinitionCaseP,
symbol_type: Type,
) -> DiagnosticResult<(Range, Vec<Pattern>, ExprPatP)> {
let range = case.pattern.range();
let pattern =
self.resolve_func_pattern(visible_names, function_name, case.pattern, symbol_type);
let replacement = case.replacement;
pattern.map(|pattern| (range, pattern, replacement))
}
/// Verify that the given case exactly matches the required type, and also type check the expression given the arguments' types and the expected output type.
#[allow(clippy::too_many_arguments)]
fn validate_case(
&self,
visible_names: &VisibleNames,
visible_local_names: &VisibleLocalNames,
symbol_type: &Type,
range: Range,
args: Vec<Pattern>,
replacement: ExprPatP,
definition_identifier_range: Range,
) -> DiagnosticResult<(Range, Vec<Pattern>, Expression)> {
let (symbol_args, _) = get_args_of_type(symbol_type);
// The types in `args` must match the first `args.len()` types in symbol_args.
if args.len() > symbol_args.len() {
return DiagnosticResult::fail(ErrorMessage::new(
String::from("too many arguments given to function"),
Severity::Error,
Diagnostic::at(self.source_file, &args[symbol_args.len()]),
));
}
// Let's recalculate symbol_args and result to match the number of arguments we supplied.
let (symbol_args, result) = get_args_of_type_arity(symbol_type, args.len());
// Now we can check that the types provided in `args` match the expected `symbol_args`.
let arg_vars = args
.iter()
.zip(symbol_args.into_iter())
.map(|(pattern, expected_type)| {
self.match_and_bind(visible_names, pattern, expected_type, None)
})
.collect::<DiagnosticResult<_>>();
// Collect the list of maps into a single map, ensuring that we don't have duplicate variable names.
let arg_vars = arg_vars.bind(|arg_vars| collect_bound_vars(self.source_file, arg_vars));
// Now, parse the expression, now that we know the input variable types.
arg_vars
.bind(|arg_vars| {
deduce_expr_type(
self.source_file,
self.project_index,
visible_names,
visible_local_names,
&arg_vars,
replacement,
result,
definition_identifier_range,
)
})
.map(|expr| (range, args, expr))
}
/// Match the pattern to the type. If the pattern is a match for the type, a map is returned which
/// shows what variable names have what types.
/// If `borrow_condition` is Some, then this is inside a borrow with the given condition.
/// Under this circumstance, the returned type should instead be a borrowed type.
fn match_and_bind(
&self,
visible_names: &VisibleNames,
pattern: &Pattern,
expected_type: Type,
borrow_condition: Option<BorrowCondition>,
) -> DiagnosticResult<BTreeMap<String, BoundVariable>> {
match pattern {
Pattern::Named(identifier) => {
let mut map = BTreeMap::new();
map.insert(
identifier.name.clone(),
BoundVariable {
var_type: if let Some(borrow_condition) = borrow_condition {
Type::Borrow {
ty: Box::new(expected_type),
borrow: Some(borrow_condition),
}
} else {
expected_type
},
range: identifier.range,
},
);
DiagnosticResult::ok(map)
}
Pattern::Constant { .. } => DiagnosticResult::ok(BTreeMap::new()),
Pattern::TypeConstructor {
type_ctor,
fields: provided_fields,
} => match expected_type {
Type::Named {
parameters: concrete_type_parameters,
..
} => {
// Find the data type declaration in the index.
let data_type_decl =
visible_names.types[type_ctor.data_type.name.as_str()].decl;
// Find the original list of named type parameters.
// For instance, in a data type `Foo[A]`, the named type parameter list is `[A]`.
// We can then create a bijective correspondence between the list of `concrete_type_parameters` given
// and the list of `named_type_parameters`, so we can identify which type parameter has which value.
// Also, find the list of fields for the type constructor that we're creating.
let (named_type_parameters, expected_fields) = {
match &data_type_decl.decl_type {
TypeDeclarationTypeI::Data(datai) => {
let fields = datai
.type_ctor
.fields
.iter()
.map(|(name, ty)| (name.name.clone(), ty.clone()))
.collect::<BTreeMap<String, Type>>();
(&datai.type_params, fields)
}
TypeDeclarationTypeI::Enum(enumi) => {
let variant = enumi
.variants
.iter()
.find(|variant| {
&variant.name.name == type_ctor.variant.as_ref().unwrap()
})
.unwrap();
let fields = variant
.type_ctor
.fields
.iter()
.map(|(name, ty)| (name.name.clone(), ty.clone()))
.collect::<BTreeMap<String, Type>>();
(&enumi.type_params, fields)
}
}
};
// Process the fields provided to this type constructor.
let provided_fields = provided_fields
.iter()
.map(|(name, _ty, pat)| (name.name.clone(), pat.clone()))
.collect::<BTreeMap<String, Pattern>>();
// Check that the names of the provided fields and the expected fields match.
let mut bound_vars = Vec::new();
for (field_name, pattern) in &provided_fields {
// Does this field actually belong to the type constructor?
if let Some(field_type) = expected_fields.get(field_name) {
// For each field in the constructor, we need to match that field against the known type
// of this field. So we need to match the type parameters in this type constructor
// against the type parameters above.
// This means that when matching a `Maybe Bool`, the type constructor `Just { value: T }` becomes `Just { value: Bool }`,
// because the `T` is replaced with the concrete type `Bool`.
let expected_type = replace_type_variables(
field_type.clone(),
named_type_parameters,
&concrete_type_parameters,
);
bound_vars.push(self.match_and_bind(
visible_names,
pattern,
expected_type,
borrow_condition.clone(),
));
}
}
DiagnosticResult::sequence(bound_vars)
.bind(|bound_vars| collect_bound_vars(self.source_file, bound_vars))
.bind(|result| {
// Check that all of the fields were actually referenced.
let mut messages = Vec::new();
for field_name in expected_fields.keys() {
if !provided_fields.contains_key(field_name) {
messages.push(ErrorMessage::new(
format!(
"this pattern is missing the field `{}`",
field_name
),
Severity::Error,
Diagnostic::at(self.source_file, &type_ctor.range),
))
}
}
DiagnosticResult::ok_with_many(result, messages)
})
}
_ => panic!("should have errored in resolve_type_pattern"),
},
Pattern::Impl {
impl_token,
fields: provided_fields,
..
} => match expected_type {
Type::Impl {
name: aspect_name,
parameters: concrete_type_parameters,
..
} => {
// Find the data type declaration in the index.
let decl = &visible_names.aspects[aspect_name.name.as_str()];
// Find the original list of named type parameters.
// For instance, in a data type `Foo[A]`, the named type parameter list is `[A]`.
// We can then create a bijective correspondence between the list of `concrete_type_parameters` given
// and the list of `named_type_parameters`, so we can identify which type parameter has which value.
// Also, find the list of fields for the type constructor that we're creating.
let (named_type_parameters, expected_fields) = {
let fields = decl
.decl
.definitions
.iter()
.map(|def| (def.name.name.clone(), def.symbol_type.clone()))
.collect::<BTreeMap<String, Type>>();
(&decl.decl.type_variables, fields)
};
// Process the fields provided to this type constructor.
let provided_fields = provided_fields
.iter()
.map(|(name, _ty, pat)| (name.name.clone(), pat.clone()))
.collect::<BTreeMap<String, Pattern>>();
// Check that the names of the provided fields and the expected fields match.
let mut bound_vars = Vec::new();
for (field_name, pattern) in &provided_fields {
// Does this field actually belong to the type constructor?
if let Some(field_type) = expected_fields.get(field_name) {
// For each field in the constructor, we need to match that field against the known type
// of this field. So we need to match the type parameters in this type constructor
// against the type parameters above.
// This means that when matching a `Maybe Bool`, the type constructor `Just { value: T }` becomes `Just { value: Bool }`,
// because the `T` is replaced with the concrete type `Bool`.
let expected_type = replace_type_variables(
field_type.clone(),
named_type_parameters,
&concrete_type_parameters,
);
bound_vars.push(self.match_and_bind(
visible_names,
pattern,
expected_type,
borrow_condition.clone(),
));
}
}
DiagnosticResult::sequence(bound_vars)
.bind(|bound_vars| collect_bound_vars(self.source_file, bound_vars))
.bind(|result| {
// Check that all of the fields were actually referenced.
let mut messages = Vec::new();
for field_name in expected_fields.keys() {
if !provided_fields.contains_key(field_name) {
messages.push(ErrorMessage::new(
format!(
"this pattern is missing the field `{}`",
field_name
),
Severity::Error,
Diagnostic::at(self.source_file, impl_token),
))
}
}
DiagnosticResult::ok_with_many(result, messages)
})
}
_ => panic!("should have errored in resolve_type_pattern"),
},
Pattern::Borrow { borrowed, .. } => {
match expected_type {
Type::Borrow { ty, borrow } => {
// Add the lifetime to the types inside this borrow.
// The `Some(borrow.unwrap())` asserts that `borrow` is Some.
self.match_and_bind(visible_names, &*borrowed, *ty, Some(borrow.unwrap()))
}
_ => panic!("should have errored in resolve_type_pattern"),
}
}
Pattern::Unknown(_) => DiagnosticResult::ok(BTreeMap::new()),
Pattern::Function { .. } => unimplemented!(),
}
}
/// Converts a pattern representing a function invocation into a pattern object.
/// The returned values are the function's parameters.
/// This function does not guarantee that the returned pattern is valid for the function.
fn resolve_func_pattern(
&self,
visible_names: &VisibleNames,
function_name: &str,
expression: ExprPatP,
symbol_type: Type,
) -> DiagnosticResult<Vec<Pattern>> {
// We decompose the pattern into the name of the function followed by its arguments.
let mut args = Vec::new();
let mut function_name_expr = expression;
while let ExprPatP::Apply(left, right) = function_name_expr {
function_name_expr = *left;
args.insert(0, *right);
}
if let ExprPatP::Variable(identifier) = function_name_expr {
// This identifier should be the function.
if identifier.segments.len() == 1 && identifier.segments[0].name == function_name {
} else {
return DiagnosticResult::fail(ErrorMessage::new_with(
String::from("this did not match the function being defined"),
Severity::Error,
Diagnostic::at(self.source_file, &identifier),
HelpMessage {
message: format!("replace this with `{}`", function_name),
help_type: HelpType::Help,
diagnostic: Diagnostic::at(self.source_file, &identifier),
},
));
}
} else {
return DiagnosticResult::fail(ErrorMessage::new_with(
String::from("expected the name of the function"),
Severity::Error,
Diagnostic::at(self.source_file, &function_name_expr),
HelpMessage {
message: format!("replace this with `{}`", function_name),
help_type: HelpType::Help,
diagnostic: Diagnostic::at(self.source_file, &function_name_expr),
},
));
}
// Check that the amount of arguments is at most the arity of this function.
// This is done by first finding the maximal list of arguments to be supplied to this function.
let (param_types, _return_type) = get_args_of_type(&symbol_type);
if param_types.len() < args.len() {
return DiagnosticResult::fail(ErrorMessage::new_with(
String::from("too many arguments"),
Severity::Error,
Diagnostic::at(
self.source_file,
&args[param_types.len()..]
.iter()
.map(|arg| arg.range())
.reduce(Range::union)
.unwrap(),
),
HelpMessage {
message: "remove this extra argument".to_string(),
help_type: HelpType::Help,
diagnostic: Diagnostic::at(self.source_file, &args[param_types.len()]),
},
));
}
// Now that the function's name has been parsed, let's process each argument.
args.into_iter()
.zip(param_types)
.map(|(expression, ty)| self.resolve_type_pattern(visible_names, expression, ty))
.collect::<DiagnosticResult<Vec<_>>>()
}
/// Converts a pattern representing a value or type constructor into a pattern object.
/// We know ahead of time what type this value should be, but we have no guarantee that the given
/// pattern really matches this type. If a type mismatch is found, an error is emitted.
pub(crate) fn resolve_type_pattern(
&self,
visible_names: &VisibleNames,
expression: ExprPatP,
expected_type: Type,
) -> DiagnosticResult<Pattern> {
match expression {
ExprPatP::Variable(identifier) => {
if identifier.segments.len() == 1 {
DiagnosticResult::ok(Pattern::Named(NameP {
name: identifier.segments[0].name.clone(),
range: identifier.range(),
}))
} else {
DiagnosticResult::fail(ErrorMessage::new(
"expected a variable name, not a qualified name".to_string(),
Severity::Error,
Diagnostic::at(self.source_file, &identifier),
))
}
}
ExprPatP::Constant { range, value } => match expected_type {
Type::Borrow { ty, .. } => DiagnosticResult::fail(ErrorMessage::new(
format!(
"expected a borrow of a value of type {}, not `{}`",
ty,
get_constant_type(&value)
),
Severity::Error,
Diagnostic::at(self.source_file, &range),
)),
Type::Named { .. } => DiagnosticResult::fail(ErrorMessage::new(
format!(
"expected a type constructor, not `{}`",
get_constant_type(&value)
),
Severity::Error,
Diagnostic::at(self.source_file, &range),
)),
Type::Function(_, _) => DiagnosticResult::fail(ErrorMessage::new(
format!("expected a function, not `{}`", get_constant_type(&value)),
Severity::Error,
Diagnostic::at(self.source_file, &range),
)),
Type::Variable { variable, .. } => DiagnosticResult::fail(ErrorMessage::new(
format!(
"expected a value of type `{}`, not `{}`",
variable,
get_constant_type(&value)
),
Severity::Error,
Diagnostic::at(self.source_file, &range),
)),
Type::Primitive(prim) => {
// We need to check that the expected type and the value's type are the same.
if prim == get_constant_type(&value) {
DiagnosticResult::ok(Pattern::Constant { range, value })
} else {
DiagnosticResult::fail(ErrorMessage::new(
format!(
"expected a value of type `{}`, not `{}`",
prim,
get_constant_type(&value)
),
Severity::Error,
Diagnostic::at(self.source_file, &range),
))
}
}
Type::Impl { .. } => DiagnosticResult::fail(ErrorMessage::new(
format!(
"expected an aspect implementation, not `{}`",
get_constant_type(&value),
),
Severity::Error,
Diagnostic::at(self.source_file, &range),
)),
},
ExprPatP::String { .. } => todo!(),
ExprPatP::Apply(left, _right) => DiagnosticResult::fail(ErrorMessage::new(
String::from("expected a type constructor pattern"),
Severity::Error,
Diagnostic::at(self.source_file, &*left),
)),
ExprPatP::Unknown(range) => DiagnosticResult::ok(Pattern::Unknown(range)),
ExprPatP::Lambda { lambda_token, .. } => DiagnosticResult::fail(ErrorMessage::new(
String::from("lambda abstractions are not allowed in patterns"),
Severity::Error,
Diagnostic::at(self.source_file, &lambda_token),
)),
ExprPatP::Let { let_token, .. } => DiagnosticResult::fail(ErrorMessage::new(
String::from("let expressions are not allowed in patterns"),
Severity::Error,
Diagnostic::at(self.source_file, &let_token),
)),
ExprPatP::Block { open_bracket, .. } => DiagnosticResult::fail(ErrorMessage::new(
String::from("blocks are not allowed in patterns"),
Severity::Error,
Diagnostic::at(self.source_file, &open_bracket),
)),
ExprPatP::Borrow {
borrow_token, expr, ..
} => match expected_type {
Type::Borrow { ty, .. } => self
.resolve_type_pattern(visible_names, *expr, *ty)
.map(|pat| Pattern::Borrow {
borrow_token,
borrowed: Box::new(pat),
}),
Type::Named { .. } => DiagnosticResult::fail(ErrorMessage::new(
String::from("expected a type constructor, not a borrow"),
Severity::Error,
Diagnostic::at(self.source_file, &borrow_token),
)),
Type::Function(_, _) => DiagnosticResult::fail(ErrorMessage::new(
String::from("expected a function, not a borrow"),
Severity::Error,
Diagnostic::at(self.source_file, &borrow_token),
)),
Type::Variable { variable, .. } => DiagnosticResult::fail(ErrorMessage::new(
format!("expected a value of type `{}`, not a borrow", variable),
Severity::Error,
Diagnostic::at(self.source_file, &borrow_token),
)),
Type::Primitive(prim) => DiagnosticResult::fail(ErrorMessage::new(
format!("expected a value of type {}, not a borrow", prim),
Severity::Error,
Diagnostic::at(self.source_file, &borrow_token),
)),
Type::Impl { .. } => DiagnosticResult::fail(ErrorMessage::new(
String::from("expected an aspect implementation, not a borrow"),
Severity::Error,
Diagnostic::at(self.source_file, &borrow_token),
)),
},
ExprPatP::Explicit { explicit_token, .. } => DiagnosticResult::fail(ErrorMessage::new(
String::from("explicit token not allowed in patterns"),
Severity::Error,
Diagnostic::at(self.source_file, &explicit_token),
)),
ExprPatP::Copy { copy_token, .. } => DiagnosticResult::fail(ErrorMessage::new(
String::from("copies are not allowed in patterns"),
Severity::Error,
Diagnostic::at(self.source_file, ©_token),
)),
ExprPatP::ConstructData {
data_constructor,
fields,
..
} => resolve_type_constructor(self.source_file, &data_constructor, visible_names).bind(
|type_ctor| {
match expected_type {
Type::Named { name, parameters } => {
let field_types = match &self.project_index.type_decl(&name).decl_type {
TypeDeclarationTypeI::Data(datai) => datai
.type_ctor
.fields
.iter()
.map(|(name, ty)| {
(
name,
replace_type_variables(
ty.clone(),
&datai.type_params,
¶meters,
),
)
})
.collect::<Vec<_>>(),
TypeDeclarationTypeI::Enum(enumi) => enumi
.variants
.iter()
.find(|variant| {
variant.name.name == type_ctor.variant.as_deref().unwrap()
})
.unwrap() // FIXME: this can panic if an enum variant for the wrong enum is supplied
.type_ctor
.fields
.iter()
.map(|(name, ty)| {
(
name,
replace_type_variables(
ty.clone(),
&enumi.type_params,
¶meters,
),
)
})
.collect::<Vec<_>>(),
};
let fields =
self.resolve_destructure(visible_names, fields, &field_types);
fields.map(|fields| {
// Find the fields on the type, and cache their types.
Pattern::TypeConstructor {
type_ctor,
fields: fields
.into_iter()
.map(|(name, pat)| {
let ty = field_types
.iter()
.find_map(|(fname, ftype)| {
if **fname == name {
Some(ftype.clone())
} else {
None
}
})
.unwrap();
(name, ty, pat)
})
.collect(),
}
})
}
Type::Function(_, _) => DiagnosticResult::fail(ErrorMessage::new(
String::from("expected a function, not a type constructor"),
Severity::Error,
Diagnostic::at(self.source_file, &type_ctor.range),
)),
Type::Variable { variable, .. } => {
DiagnosticResult::fail(ErrorMessage::new(
format!(
"expected a value of type `{}`, not a type constructor",
variable
),
Severity::Error,
Diagnostic::at(self.source_file, &type_ctor.range),
))
}
Type::Primitive(prim) => DiagnosticResult::fail(ErrorMessage::new(
format!("expected a value of type {}, not a type constructor", prim),
Severity::Error,
Diagnostic::at(self.source_file, &type_ctor.range),
)),
Type::Borrow { ty, .. } => DiagnosticResult::fail(ErrorMessage::new(
format!(
"expected a borrow of a value of type {}, not a type constructor",
ty
),
Severity::Error,
Diagnostic::at(self.source_file, &type_ctor.range),
)),
Type::Impl { .. } => DiagnosticResult::fail(ErrorMessage::new(
String::from(
"expected an aspect implementation, not a type constructor",
),
Severity::Error,
Diagnostic::at(self.source_file, &type_ctor.range),
)),
}
},
),
ExprPatP::Impl { .. } => unreachable!(),
ExprPatP::ImplPattern {
impl_token, fields, ..
} => {
match &expected_type {
Type::Impl { name, parameters } => {
let aspecti = self.project_index.aspect(name);
let field_types = aspecti
.definitions
.iter()
.map(|def| {
(
&def.name,
replace_type_variables(
def.symbol_type.clone(),
&aspecti.type_variables,
parameters,
),
)
})
.collect::<Vec<_>>();
let fields = self.resolve_destructure(visible_names, fields, &field_types);
fields.map(|fields| {
// Find the fields on the type, and cache their types.
Pattern::Impl {
impl_token,
fields: fields
.into_iter()
.map(|(name, pat)| {
let ty = field_types
.iter()
.find_map(|(fname, ftype)| {
if **fname == name {
Some(ftype.clone())
} else {
None
}
})
.unwrap();
(name, ty, pat)
})
.collect(),
}
})
}
Type::Named { .. } => DiagnosticResult::fail(ErrorMessage::new(
String::from("expected a type constructor, not an impl"),
Severity::Error,
Diagnostic::at(self.source_file, &impl_token),
)),
Type::Function(_, _) => DiagnosticResult::fail(ErrorMessage::new(
String::from("expected a function, not an impl"),
Severity::Error,
Diagnostic::at(self.source_file, &impl_token),
)),
Type::Variable { variable, .. } => DiagnosticResult::fail(ErrorMessage::new(
format!("expected a value of type `{}`, not an impl", variable),
Severity::Error,
Diagnostic::at(self.source_file, &impl_token),
)),
Type::Primitive(prim) => DiagnosticResult::fail(ErrorMessage::new(
format!("expected a value of type {}, not an impl", prim),
Severity::Error,
Diagnostic::at(self.source_file, &impl_token),
)),
Type::Borrow { ty, .. } => DiagnosticResult::fail(ErrorMessage::new(
format!("expected a borrow of a value of type {}, not an impl", ty),
Severity::Error,
Diagnostic::at(self.source_file, &impl_token),
)),
}
}
ExprPatP::Match { match_token, .. } => DiagnosticResult::fail(ErrorMessage::new(
String::from("match expressions are not allowed in patterns"),
Severity::Error,
Diagnostic::at(self.source_file, &match_token),
)),
}
}
fn resolve_destructure(
&self,
visible_names: &VisibleNames,
fields: ConstructDataFields,
field_types: &[(&NameP, Type)],
) -> DiagnosticResult<Vec<(NameP, Pattern)>> {
// Use the known types of each fields to find the real types of each field
// in this destructure block.
fields
.fields
.into_iter()
.map(|(field_name, field_pattern)| {
self.resolve_type_pattern(
visible_names,
field_pattern,
field_types
.iter()
.find_map(
|(name, ty)| {
if **name == field_name {
Some(ty)
} else {
None
}
},
)
.unwrap()
.clone(),
)
.map(|pat| (field_name, pat))
})
.chain(fields.auto_fields.into_iter().map(|field_name| {
DiagnosticResult::ok((field_name.clone(), Pattern::Named(field_name)))
}))
.collect::<DiagnosticResult<_>>()
}
/// Type check the implementation of an aspect.
pub(crate) fn compute_impl(
mut self,
impl_token: Range,
aspect: &AspectI,
parameters: &[Type],
cases: Vec<DefinitionCaseP>,
visible_names: &VisibleNames,
visible_local_names: &VisibleLocalNames,
) -> DiagnosticResult<ExpressionContents> {
// Split apart each definition in the impl body.
let mut cases_by_func_name = BTreeMap::<String, Vec<DefinitionCaseP>>::new();
for case in cases {
let func_name = get_func_name(&case.pattern);
cases_by_func_name.entry(func_name).or_default().push(case);
}
let mut implementations = BTreeMap::new();
for def in &aspect.definitions {
let symbol_type =
replace_type_variables(def.symbol_type.clone(), &aspect.type_variables, parameters);
let implementation = DefinitionP {
decl: DefinitionDeclP {
vis: Visibility::Private,
default: None,
name: NameP {
name: def.name.name.clone(),
range: impl_token,
},
type_parameters: def
.type_variables
.iter()
.map(|param| TypeParameterP {
name: NameP {
name: param.name.clone(),
range: impl_token,
},
parameters: param.parameters,
})
.collect(),
definition_type: to_typep(&symbol_type, impl_token),
},
body: DefinitionBodyP::PatternMatch(
cases_by_func_name
.remove(&def.name.name)
.unwrap_or_default(),
),
};
// Type check this implementation.
let result = self.compute_definition(
visible_names,
visible_local_names,
implementation,
&symbol_type,
);
if let Some((k, v)) = result {
implementations.insert(k, v);
}
}
DiagnosticResult::ok_with_many(
ExpressionContents::Impl {
impl_token,
implementations,
},
std::mem::take(&mut self.messages),
)
}
}
pub(crate) fn get_constant_type(constant: &ConstantValue) -> PrimitiveType {
match constant {
ConstantValue::Unit => PrimitiveType::Unit,
ConstantValue::Bool(_) => PrimitiveType::Bool,
ConstantValue::Int(_) => PrimitiveType::Int,
ConstantValue::Char(_) => PrimitiveType::Char,
}
}
/// Retrieves the function name defined by this function pattern.
fn get_func_name(pattern: &ExprPatP) -> String {
match pattern {
ExprPatP::Variable(name) => name.segments[0].name.clone(),
ExprPatP::Apply(left, _) => get_func_name(&*left),
_ => unreachable!(),
}
}
/// Flattens a list of maps into a single map, adding error messages if variables were multiply defined.
fn collect_bound_vars(
source_file: &SourceFileIdentifier,
bound_variables: Vec<BTreeMap<String, BoundVariable>>,
) -> DiagnosticResult<BTreeMap<String, BoundVariable>> {
let mut messages = Vec::new();
let mut map = BTreeMap::<String, BoundVariable>::new();
for inner in bound_variables {
for (k, v) in inner {
match map.entry(k) {
Entry::Occupied(occupied) => {
messages.push(ErrorMessage::new_with(
format!("variable `{}` was already defined", occupied.key()),
Severity::Error,
Diagnostic::at(source_file, &v.range),
HelpMessage {
message: String::from("previously defined here"),
help_type: HelpType::Note,
diagnostic: Diagnostic::at(source_file, &occupied.get().range),
},
));
}
Entry::Vacant(vacant) => {
vacant.insert(v);
}
}
}
}
DiagnosticResult::ok_with_many(map, messages)
}
/// Treating this symbol as a function, what are its arguments' types and the result type?
/// If this is not a function, then it is treated as a zero-argument function.
pub fn get_args_of_type(symbol_type: &Type) -> (Vec<Type>, Type) {
match symbol_type {
Type::Function(left, right) => {
let (mut args, out) = get_args_of_type(right);
args.insert(0, *left.clone());
(args, out)
}
_ => (Vec::new(), symbol_type.clone()),
}
}
/// Treating this symbol as a function, what are its arguments' types and the result type?
/// If this is not a function, then it is treated as a zero-argument function.
///
/// This enforces that the function is treated as a `num_args`-argument function,
/// by currying arguments until the required arity is achieved.
fn get_args_of_type_arity(symbol_type: &Type, num_args: usize) -> (Vec<Type>, Type) {
let (mut symbol_args, mut result) = get_args_of_type(symbol_type);
// Now, let's edit the `symbol_args` and `result` type to match the number of arguments we supplied.
// For example, if we have a function of type `a -> b -> c` and we supplied one argument of type `a`, the result is of type `b -> c`.
while symbol_args.len() > num_args {
let last_arg = symbol_args.pop().unwrap();
result = Type::Function(Box::new(last_arg), Box::new(result));
}
(symbol_args, result)
}
/// A hack to allow us to feed known types back into the type inference engine.
fn to_typep(ty: &Type, range: Range) -> TypeP {
let qualified_to_identifier = |name: &QualifiedName| IdentifierP {
segments: name
.source_file
.module
.segments
.iter()
.map(|segment| segment.0.clone())
.chain(std::iter::once(name.source_file.file.0.clone()))
.chain(std::iter::once(name.name.clone()))
.map(|s| NameP { name: s, range })
.collect(),
};
match ty {
Type::Named { name, parameters } => TypeP::Named {
identifier: qualified_to_identifier(name),
params: parameters.iter().map(|ty| to_typep(ty, range)).collect(),
},
Type::Variable {
variable,
parameters,
} => TypeP::Named {
identifier: IdentifierP {
segments: vec![NameP {
name: variable.clone(),
range,
}],
},
params: parameters.iter().map(|ty| to_typep(ty, range)).collect(),
},
Type::Function(l, r) => TypeP::Function(
Box::new(to_typep(&*l, range)),
Box::new(to_typep(&*r, range)),
),
Type::Primitive(prim) => TypeP::Named {
identifier: IdentifierP {
segments: vec![NameP {
name: prim.to_string(),
range,
}],
},
params: Vec::new(),
},
Type::Borrow { .. } => todo!(),
Type::Impl { .. } => todo!(),
}
}
| 44.865169 | 175 | 0.460666 |
51179f96e4582dea40293c43598b06ef8376e7b5
| 5,719 |
c
|
C
|
test/lcmsgen.c
|
rand00/gg
|
5a22678c3048eb21c92e6ff4939ed423a9929c61
|
[
"BSD-3-Clause"
] | 1 |
2021-08-14T09:30:06.000Z
|
2021-08-14T09:30:06.000Z
|
test/lcmsgen.c
|
rand00/gg
|
5a22678c3048eb21c92e6ff4939ed423a9929c61
|
[
"BSD-3-Clause"
] | null | null | null |
test/lcmsgen.c
|
rand00/gg
|
5a22678c3048eb21c92e6ff4939ed423a9929c61
|
[
"BSD-3-Clause"
] | null | null | null |
/*
Copyright (c) 2013 Török Edwin
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 Török Edwin nor the names of
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.
*/
/* Usage:
* $ gcc lcmsgen.c `pkg-config lcms2 --libs --cflags` -O2 -o lcmsgen
* $ ./lcmsgen >rgbtest.csv
*/
#include <lcms2.h>
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
static double frand(void)
{
return (double)rand() / (double)RAND_MAX;
}
static cmsHTRANSFORM xform_srgb_to_lrgb;
static cmsHTRANSFORM xform_srgb_to_lab;
static cmsHTRANSFORM xform_srgb_to_lgray;
static void generate_testcase(double r, double g, double b)
{
double SRGB[3] = {r,g,b};
double LRGB[3];
cmsCIELab Lab;
double gray;
cmsDoTransform(xform_srgb_to_lrgb, SRGB, LRGB, 1);
cmsDoTransform(xform_srgb_to_lab, SRGB, &Lab, 1);
cmsDoTransform(xform_srgb_to_lgray, SRGB, &gray, 1);
/* Use 6 digits precision. do not use more because you'd start seeing
* small errors, probably because LCMS is using single precision float
* internally.
* This means 4 fractional digits for Lab, since it already has ~2 before.
* */
printf("%.6f,%.6f,%.6f,%.6f,%.6f,%.6f,%.4f,%.4f,%.4f,%6f\n",
SRGB[0],SRGB[1],SRGB[2],
LRGB[0],LRGB[1],LRGB[2],
Lab.L, Lab.a, Lab.b, gray);
}
static void errlog(cmsContext id, cmsUInt32Number code, const char *text)
{
printf("Error (%x): %s\n", code, text);
}
static void init(void)
{
cmsCIEXYZ D65_XYZ = {0.95047, 1.0, 1.08883 };
cmsCIExyY D65;
cmsXYZ2xyY(&D65, &D65_XYZ);
cmsToneCurve *linear = cmsBuildGamma(NULL, 1.0);
cmsToneCurve *linrgb[3] = {linear,linear,linear};
cmsCIExyYTRIPLE primaries = {
{0.64, 0.33, 1.0},
{0.30, 0.60, 1.0},
{0.15, 0.06, 1.0}
};
cmsFloat64Number P[5] = { 2.4, 1. / 1.055, 0.055 / 1.055, 1. / 12.92, 0.04045 };
cmsToneCurve *srgb = cmsBuildParametricToneCurve(NULL, 4, P);
cmsToneCurve *srgbcurve[3] = {srgb,srgb,srgb};
cmsHPROFILE hsRGB = cmsCreateRGBProfile(&D65, &primaries, srgbcurve);
cmsHPROFILE hLab = cmsCreateLab4Profile(NULL);
cmsHPROFILE hlRGB = cmsCreateRGBProfile(&D65, &primaries, linrgb);
cmsHPROFILE hlGray = cmsCreateGrayProfile(cmsD50_xyY(), linear);
cmsSetHeaderFlags(hlGray, cmsEmbeddedProfileTrue);
cmsSaveProfileToFile(hlGray,"lgray.icc");
cmsSetHeaderFlags(hlRGB, cmsEmbeddedProfileTrue);
cmsSaveProfileToFile(hlRGB,"lrgb.icc");
xform_srgb_to_lrgb = cmsCreateTransform(hsRGB, TYPE_RGB_DBL,
hlRGB, TYPE_RGB_DBL,
INTENT_RELATIVE_COLORIMETRIC,
cmsFLAGS_NOOPTIMIZE /* preserve precision */
);
xform_srgb_to_lab = cmsCreateTransform(hsRGB, TYPE_RGB_DBL, hLab,
TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC,
cmsFLAGS_NOOPTIMIZE);
xform_srgb_to_lgray = cmsCreateTransform(hsRGB, TYPE_RGB_DBL, hlGray,
TYPE_GRAY_DBL, INTENT_RELATIVE_COLORIMETRIC,
cmsFLAGS_NOOPTIMIZE);
cmsCloseProfile(hsRGB);
cmsCloseProfile(hlRGB);
cmsCloseProfile(hLab);
cmsCloseProfile(hlGray);
cmsFreeToneCurve(linear);
cmsFreeToneCurve(srgb);
cmsSetLogErrorHandler(errlog);
/* sRGB, RGB, Lab, Gray */
printf("R',G',B',R,G,B,L,a,b,Gray\n");
}
static void done(void)
{
cmsDeleteTransform(xform_srgb_to_lrgb);
cmsDeleteTransform(xform_srgb_to_lab);
cmsDeleteTransform(xform_srgb_to_lgray);
}
int main(void)
{
unsigned i;
init();
/* Generate testcases for in-gamut colors */
/* generate testcases for monochromatic values */
for (i=0;i<256;i++) {
double v = ((double)i) / 255.0;
generate_testcase(v,v,v);
}
/* generate some color testcases */
for (i=0;i<256;i++) {
double r = ((double)i) / 255.0;
double g = fmod((double)i + 128.5, 255.0) / 255.0;
double b = fmod(255.25 - (double)i, 255.0) / 255.0;
generate_testcase(r,g,b);
}
srand(1);
/* generate some random colors */
for (i=0;i<256;i++) {
generate_testcase(frand(),frand(),frand());
}
done();
}
| 36.196203 | 88 | 0.65501 |
5aab4a40c87bdfb98cb6f7a0bc0f7bd648e1bcd7
| 4,300 |
rs
|
Rust
|
ton_client/client/src/boc/parse.rs
|
andy-a-o/TON-SDK
|
b66b0e78861aea7e2433a680089cff7fb45f6678
|
[
"Apache-2.0"
] | null | null | null |
ton_client/client/src/boc/parse.rs
|
andy-a-o/TON-SDK
|
b66b0e78861aea7e2433a680089cff7fb45f6678
|
[
"Apache-2.0"
] | null | null | null |
ton_client/client/src/boc/parse.rs
|
andy-a-o/TON-SDK
|
b66b0e78861aea7e2433a680089cff7fb45f6678
|
[
"Apache-2.0"
] | null | null | null |
use crate::boc::internal::deserialize_object_from_base64;
use crate::boc::Error;
use crate::client::ClientContext;
use crate::error::ClientResult;
use serde_json::Value;
#[derive(Serialize, Deserialize, Clone, ApiType)]
pub struct ParamsOfParse {
/// BOC encoded as base64
pub boc: String,
}
#[derive(Serialize, Deserialize, Clone, ApiType)]
pub struct ResultOfParse {
/// JSON containing parsed BOC
pub parsed: serde_json::Value,
}
/// Parses message boc into a JSON
///
/// JSON structure is compatible with GraphQL API message object
#[api_function]
pub fn parse_message(
_context: std::sync::Arc<ClientContext>,
params: ParamsOfParse,
) -> ClientResult<ResultOfParse> {
let object = deserialize_object_from_base64::<ton_block::Message>(¶ms.boc, "message")?;
let set = ton_block_json::MessageSerializationSet {
block_id: None,
boc: object.boc,
id: object.cell_hash,
message: object.object,
proof: None,
status: ton_block::MessageProcessingStatus::Finalized,
transaction_id: None,
transaction_now: None,
};
let parsed = ton_block_json::db_serialize_message_ex(
"id",
&set,
ton_block_json::SerializationMode::QServer,
)
.map_err(|err| Error::serialization_error(err, "message"))?;
Ok(ResultOfParse {
parsed: parsed.into(),
})
}
/// Parses transaction boc into a JSON
///
/// JSON structure is compatible with GraphQL API transaction object
#[api_function]
pub fn parse_transaction(
_context: std::sync::Arc<ClientContext>,
params: ParamsOfParse,
) -> ClientResult<ResultOfParse> {
let object =
deserialize_object_from_base64::<ton_block::Transaction>(¶ms.boc, "transaction")?;
let set = ton_block_json::TransactionSerializationSetEx {
block_id: None,
boc: &object.boc,
id: &object.cell_hash,
transaction: &object.object,
proof: None,
status: ton_block::TransactionProcessingStatus::Finalized,
workchain_id: None,
};
let parsed = ton_block_json::db_serialize_transaction_ex(
"id",
set,
ton_block_json::SerializationMode::QServer,
)
.map_err(|err| Error::serialization_error(err, "transaction"))?;
Ok(ResultOfParse {
parsed: parsed.into(),
})
}
/// Parses account boc into a JSON
///
/// JSON structure is compatible with GraphQL API account object
#[api_function]
pub fn parse_account(
_context: std::sync::Arc<ClientContext>,
params: ParamsOfParse,
) -> ClientResult<ResultOfParse> {
let object = deserialize_object_from_base64::<ton_block::Account>(¶ms.boc, "account")?;
let set = ton_block_json::AccountSerializationSet {
boc: object.boc,
proof: None,
account: object.object,
};
let parsed = ton_block_json::db_serialize_account_ex(
"id",
&set,
ton_block_json::SerializationMode::QServer,
)
.map_err(|err| Error::serialization_error(err, "account"))?;
Ok(ResultOfParse {
parsed: parsed.into(),
})
}
/// Parses block boc into a JSON
///
/// JSON structure is compatible with GraphQL API block object
#[api_function]
pub fn parse_block(
_context: std::sync::Arc<ClientContext>,
params: ParamsOfParse,
) -> ClientResult<ResultOfParse> {
let object = deserialize_object_from_base64::<ton_block::Block>(¶ms.boc, "block")?;
let set = ton_block_json::BlockSerializationSet {
boc: object.boc,
id: object.cell_hash,
block: object.object,
status: ton_block::BlockProcessingStatus::Finalized,
};
let parsed = ton_block_json::db_serialize_block_ex(
"id",
&set,
ton_block_json::SerializationMode::QServer,
)
.map_err(|err| Error::serialization_error(err, "block"))?;
Ok(ResultOfParse {
parsed: parsed.into(),
})
}
pub fn source_boc(parsed: &Value) -> ClientResult<String> {
Ok(parsed["boc"]
.as_str()
.ok_or(Error::missing_source_boc())?
.into())
}
pub fn required_boc(parsed: &Option<Value>) -> ClientResult<String> {
if let Some(parsed) = parsed {
Ok(source_boc(parsed)?)
} else {
Err(Error::missing_source_boc())
}
}
| 27.21519 | 95 | 0.657674 |
00ed9da34f4c9e012f41147f5d7845c9cb206e05
| 305 |
sql
|
SQL
|
ConsultasSQL.sql
|
P0l1c3na/Senado
|
effba57c763db88ac2eb316751f80a15fb83dc46
|
[
"Unlicense"
] | 1 |
2018-11-20T12:16:55.000Z
|
2018-11-20T12:16:55.000Z
|
ConsultasSQL.sql
|
P0l1c3na/Senado
|
effba57c763db88ac2eb316751f80a15fb83dc46
|
[
"Unlicense"
] | null | null | null |
ConsultasSQL.sql
|
P0l1c3na/Senado
|
effba57c763db88ac2eb316751f80a15fb83dc46
|
[
"Unlicense"
] | 1 |
2018-11-20T13:43:42.000Z
|
2018-11-20T13:43:42.000Z
|
select descricao,quantidadecontratada, contratada from itens inner join contratos on itens.numerocontrato=contratos.numerocontratos where numerocontrato = 'CT-CT/20140041';
========== Despesa.findByValorReembolsadoTotal ==========
SELECT SUM(d.valor_reembolsado) FROM Despesa d WHERE d.senador = :senador
| 76.25 | 172 | 0.790164 |
748a24807c966f696987191017861aa3177a6ed1
| 579 |
kts
|
Kotlin
|
rentalproperty-be-directory/build.gradle.kts
|
otuskotlin/otuskotlin-202012-rentalproperty-vd
|
d921e9c8ce4b071efa9ae7bc251f663660b8f5f6
|
[
"MIT"
] | null | null | null |
rentalproperty-be-directory/build.gradle.kts
|
otuskotlin/otuskotlin-202012-rentalproperty-vd
|
d921e9c8ce4b071efa9ae7bc251f663660b8f5f6
|
[
"MIT"
] | null | null | null |
rentalproperty-be-directory/build.gradle.kts
|
otuskotlin/otuskotlin-202012-rentalproperty-vd
|
d921e9c8ce4b071efa9ae7bc251f663660b8f5f6
|
[
"MIT"
] | 1 |
2021-02-11T09:53:06.000Z
|
2021-02-11T09:53:06.000Z
|
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm")
kotlin("plugin.serialization")
}
group = "${rootProject.group}.be.directory"
version = rootProject.version
dependencies {
val serializationVersion: String by project
implementation(kotlin("stdlib-jdk8"))
api("org.jetbrains.kotlinx:kotlinx-serialization-core:$serializationVersion")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:$serializationVersion")
}
val compileKotlin: KotlinCompile by tasks
compileKotlin.kotlinOptions {
freeCompilerArgs = listOf("-Xinline-classes")
}
| 26.318182 | 79 | 0.787565 |
502a02844ceb1f129118b4d1d006d126453cfce7
| 5,001 |
go
|
Go
|
config/config.go
|
intel-secl/authservice
|
30f5707fe6538e2c7ae528ad87d6f224df135b94
|
[
"BSD-3-Clause"
] | 2 |
2020-10-16T07:04:46.000Z
|
2020-12-08T20:45:08.000Z
|
config/config.go
|
intel-secl/authservice
|
30f5707fe6538e2c7ae528ad87d6f224df135b94
|
[
"BSD-3-Clause"
] | null | null | null |
config/config.go
|
intel-secl/authservice
|
30f5707fe6538e2c7ae528ad87d6f224df135b94
|
[
"BSD-3-Clause"
] | null | null | null |
/*
* Copyright (C) 2019 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
package config
import (
"errors"
"intel/isecl/authservice/v3/constants"
commLog "intel/isecl/lib/common/v3/log"
"intel/isecl/lib/common/v3/setup"
"os"
"path"
"sync"
"time"
errorLog "github.com/pkg/errors"
log "github.com/sirupsen/logrus"
"gopkg.in/yaml.v2"
)
// should move this into lib common, as its duplicated across AAS and AAS
// Configuration is the global configuration struct that is marshalled/unmarshaled to a persisted yaml file
// Probably should embed a config generic struct
type Configuration struct {
configFile string
Port int
CmsTlsCertDigest string
Postgres struct {
DBName string
Username string
Password string
Hostname string
Port int
SSLMode string
SSLCert string
}
LogMaxLength int
LogEnableStdout bool
LogLevel log.Level
AuthDefender struct {
MaxAttempts int
IntervalMins int
LockoutDurationMins int
}
Token struct {
IncludeKid bool
TokenDurationMins int
}
CMSBaseUrl string
Subject struct {
TLSCertCommonName string
JWTCertCommonName string
}
TLSKeyFile string
TLSCertFile string
CertSANList string
ReadTimeout time.Duration
ReadHeaderTimeout time.Duration
WriteTimeout time.Duration
IdleTimeout time.Duration
MaxHeaderBytes int
}
var mu sync.Mutex
var global *Configuration
func Global() *Configuration {
if global == nil {
global = Load(path.Join(constants.ConfigDir, constants.ConfigFile))
}
return global
}
var ErrNoConfigFile = errors.New("no config file")
func (conf *Configuration) SaveConfiguration(c setup.Context) error {
var err error = nil
tlsCertDigest, err := c.GetenvString(constants.CmsTlsCertDigestEnv, "TLS certificate digest")
if err == nil && tlsCertDigest != "" {
conf.CmsTlsCertDigest = tlsCertDigest
} else if conf.CmsTlsCertDigest == "" {
commLog.GetDefaultLogger().Error("CMS_TLS_CERT_SHA384 is not defined in environment")
return errorLog.Wrap(errors.New("CMS_TLS_CERT_SHA384 is not defined in environment"), "config/config:SaveConfiguration() ENV variable not found")
}
cmsBaseUrl, err := c.GetenvString("CMS_BASE_URL", "CMS Base URL")
if err == nil && cmsBaseUrl != "" {
conf.CMSBaseUrl = cmsBaseUrl
} else if conf.CMSBaseUrl == "" {
commLog.GetDefaultLogger().Error("CMS_BASE_URL is not defined in environment")
return errorLog.Wrap(errors.New("CMS_BASE_URL is not defined in environment"), "config/config:SaveConfiguration() ENV variable not found")
}
jwtCertCN, err := c.GetenvString("AAS_JWT_CERT_CN", "AAS JWT Certificate Common Name")
if err == nil && jwtCertCN != "" {
conf.Subject.JWTCertCommonName = jwtCertCN
} else if conf.Subject.JWTCertCommonName == "" {
conf.Subject.JWTCertCommonName = constants.DefaultAasJwtCn
}
tlsCertCN, err := c.GetenvString("AAS_TLS_CERT_CN", "AAS TLS Certificate Common Name")
if err == nil && tlsCertCN != "" {
conf.Subject.TLSCertCommonName = tlsCertCN
} else if conf.Subject.TLSCertCommonName == "" {
conf.Subject.TLSCertCommonName = constants.DefaultAasTlsCn
}
tlsKeyPath, err := c.GetenvString("KEY_PATH", "Path of file where TLS key needs to be stored")
if err == nil && tlsKeyPath != "" {
conf.TLSKeyFile = tlsKeyPath
} else if conf.TLSKeyFile == "" {
conf.TLSKeyFile = constants.DefaultTLSKeyFile
}
tlsCertPath, err := c.GetenvString("CERT_PATH", "Path of file/directory where TLS certificate needs to be stored")
if err == nil && tlsCertPath != "" {
conf.TLSCertFile = tlsCertPath
} else if conf.TLSCertFile == "" {
conf.TLSCertFile = constants.DefaultTLSCertFile
}
sanList, err := c.GetenvString("SAN_LIST", "SAN list for TLS")
if err == nil && sanList != "" {
conf.CertSANList = sanList
} else if conf.CertSANList == "" {
conf.CertSANList = constants.DefaultAasTlsSan
}
jwtTokenDuration, err := c.GetenvInt("AAS_JWT_TOKEN_DURATION_MINS", "AAS JWT token life span")
if err == nil {
conf.Token.TokenDurationMins = jwtTokenDuration
} else {
conf.Token.TokenDurationMins = constants.DefaultAasJwtDurationMins
}
return conf.Save()
}
func (conf *Configuration) Save() error {
if conf.configFile == "" {
return ErrNoConfigFile
}
file, err := os.OpenFile(conf.configFile, os.O_RDWR, 0)
if err != nil {
// we have an error
if os.IsNotExist(err) {
// error is that the config doesnt yet exist, create it
file, err = os.Create(conf.configFile)
os.Chmod(conf.configFile, 0640)
if err != nil {
return err
}
} else {
// someother I/O related error
return err
}
}
defer file.Close()
return yaml.NewEncoder(file).Encode(conf)
}
func Load(path string) *Configuration {
var c Configuration
file, err := os.Open(path)
if err == nil {
defer file.Close()
yaml.NewDecoder(file).Decode(&c)
} else {
// file doesnt exist, create a new blank one
c.LogLevel = log.InfoLevel
}
c.configFile = path
return &c
}
| 27.327869 | 147 | 0.711258 |
702c922649e9a013d98dd03f9eaffbbb14731df7
| 700 |
go
|
Go
|
src/app/app/client.go
|
mateuszdyminski/health-checker
|
4b06384f7d115cc06f41b1584237b8b542f5d472
|
[
"Apache-2.0"
] | null | null | null |
src/app/app/client.go
|
mateuszdyminski/health-checker
|
4b06384f7d115cc06f41b1584237b8b542f5d472
|
[
"Apache-2.0"
] | null | null | null |
src/app/app/client.go
|
mateuszdyminski/health-checker
|
4b06384f7d115cc06f41b1584237b8b542f5d472
|
[
"Apache-2.0"
] | null | null | null |
package main
import (
"encoding/json"
"fmt"
"net/http"
"time"
"github.com/golang/glog"
)
type Data struct {
Duration string
}
func runChecker(address string, h *hub) {
for _ = range time.Tick(10 * time.Second) {
now := time.Now()
resp, err := http.Get(address)
defer resp.Body.Close()
if err != nil {
glog.Errorf("Cant get content from %s, err: %v", address, err)
} else {
elapsed := time.Since(now)
glog.Infof("Request ok, took: %s", elapsed)
duration := Data{fmt.Sprintf("%d", int64(elapsed/time.Millisecond))}
resp, err := json.Marshal(duration)
if err != nil {
glog.Error("Cant marshal json: %v", err)
return
}
h.broadcast <- resp
}
}
}
| 17.948718 | 71 | 0.621429 |
4d89dc0963eceeeaf0817285b3ae187d48c70bf7
| 99 |
html
|
HTML
|
app/templates/fourOwfour.html
|
shureim/One-minute-pitches
|
29d08dc0f7fc05cb62151613a243f6803d150425
|
[
"MIT"
] | null | null | null |
app/templates/fourOwfour.html
|
shureim/One-minute-pitches
|
29d08dc0f7fc05cb62151613a243f6803d150425
|
[
"MIT"
] | null | null | null |
app/templates/fourOwfour.html
|
shureim/One-minute-pitches
|
29d08dc0f7fc05cb62151613a243f6803d150425
|
[
"MIT"
] | null | null | null |
{% extends 'base.html' %}
{% block content %}
<h1>Sorry! can't find the page</h1>
{% endblock%}
| 16.5 | 37 | 0.59596 |
27dc1aa28d74c1c01ff061705e59991e6e507766
| 35,942 |
css
|
CSS
|
dist/css/fundament.min.css
|
getfundament/fundament
|
6a353f592778095be7ac950fbbbb82b40ee677f8
|
[
"MIT"
] | 2 |
2017-01-12T10:25:11.000Z
|
2017-02-17T10:06:53.000Z
|
dist/css/fundament.min.css
|
getfundament/fundament
|
6a353f592778095be7ac950fbbbb82b40ee677f8
|
[
"MIT"
] | 3 |
2017-01-16T19:37:10.000Z
|
2017-02-16T21:02:53.000Z
|
dist/css/fundament.min.css
|
getfundament/fundament
|
6a353f592778095be7ac950fbbbb82b40ee677f8
|
[
"MIT"
] | null | null | null |
/*!
* Fundament framework v0.4.0
*
* https://getfundament.com
*
* @author Jason Koolman and The Fundament Authors
* @license MIT
*/html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}*{box-sizing:border-box}html{font-size:16px;font-family:Source Sans Pro,sans-serif;line-height:1.5;color:#222}body{background-color:#fff}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.75rem;font-family:Source Sans Pro,sans-serif;color:inherit;line-height:1}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child{margin-bottom:0}h1{font-size:2.625rem}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}a{color:#0288d1}a,a:hover{text-decoration:none}a:hover{color:#016194}p{margin-top:0;margin-bottom:1rem}p.lead{font-size:1.25rem}p:last-child{margin-bottom:0}.text-primary{color:#0288d1}.text-positive{color:#4caf50}.text-warning{color:#ffa000}.text-negative{color:#d84315}.text-muted{color:#888}@media (min-width:0){.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}}@media (min-width:570px){.text-sm-left{text-align:left!important}.text-sm-center{text-align:center!important}.text-sm-right{text-align:right!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-center{text-align:center!important}.text-md-right{text-align:right!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-center{text-align:center!important}.text-lg-right{text-align:right!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-center{text-align:center!important}.text-xl-right{text-align:right!important}}.bg-primary{background-color:#0288d1;color:#fff}.bg-positive{background-color:#4caf50;color:#fff}.bg-warning{background-color:#ffa000;color:#fff}.bg-negative{background-color:#d84315;color:#fff}.bg-inverse{background-color:#333;color:#fff}.img-auto{max-width:100%;height:auto}.img-fluid{width:100%;height:auto}.block-center{margin-left:auto;margin-right:auto}@media (min-width:0){.mt-0{margin-top:0!important}.pt-0{padding-top:0!important}.mt-1{margin-top:.25rem!important}.pt-1{padding-top:.25rem!important}.mt-2{margin-top:.5rem!important}.pt-2{padding-top:.5rem!important}.mt-3{margin-top:1rem!important}.pt-3{padding-top:1rem!important}.mt-4{margin-top:2rem!important}.pt-4{padding-top:2rem!important}.mt-5{margin-top:3rem!important}.pt-5{padding-top:3rem!important}.mr-0{margin-right:0!important}.pr-0{padding-right:0!important}.mr-1{margin-right:.25rem!important}.pr-1{padding-right:.25rem!important}.mr-2{margin-right:.5rem!important}.pr-2{padding-right:.5rem!important}.mr-3{margin-right:1rem!important}.pr-3{padding-right:1rem!important}.mr-4{margin-right:2rem!important}.pr-4{padding-right:2rem!important}.mr-5{margin-right:3rem!important}.pr-5{padding-right:3rem!important}.mb-0{margin-bottom:0!important}.pb-0{padding-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.pb-1{padding-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.pb-2{padding-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.pb-3{padding-bottom:1rem!important}.mb-4{margin-bottom:2rem!important}.pb-4{padding-bottom:2rem!important}.mb-5{margin-bottom:3rem!important}.pb-5{padding-bottom:3rem!important}.ml-0{margin-left:0!important}.pl-0{padding-left:0!important}.ml-1{margin-left:.25rem!important}.pl-1{padding-left:.25rem!important}.ml-2{margin-left:.5rem!important}.pl-2{padding-left:.5rem!important}.ml-3{margin-left:1rem!important}.pl-3{padding-left:1rem!important}.ml-4{margin-left:2rem!important}.pl-4{padding-left:2rem!important}.ml-5{margin-left:3rem!important}.pl-5{padding-left:3rem!important}}@media (min-width:570px){.mt-sm-0{margin-top:0!important}.pt-sm-0{padding-top:0!important}.mt-sm-1{margin-top:.25rem!important}.pt-sm-1{padding-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.pt-sm-2{padding-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.pt-sm-3{padding-top:1rem!important}.mt-sm-4{margin-top:2rem!important}.pt-sm-4{padding-top:2rem!important}.mt-sm-5{margin-top:3rem!important}.pt-sm-5{padding-top:3rem!important}.mr-sm-0{margin-right:0!important}.pr-sm-0{padding-right:0!important}.mr-sm-1{margin-right:.25rem!important}.pr-sm-1{padding-right:.25rem!important}.mr-sm-2{margin-right:.5rem!important}.pr-sm-2{padding-right:.5rem!important}.mr-sm-3{margin-right:1rem!important}.pr-sm-3{padding-right:1rem!important}.mr-sm-4{margin-right:2rem!important}.pr-sm-4{padding-right:2rem!important}.mr-sm-5{margin-right:3rem!important}.pr-sm-5{padding-right:3rem!important}.mb-sm-0{margin-bottom:0!important}.pb-sm-0{padding-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.pb-sm-1{padding-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.pb-sm-2{padding-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.pb-sm-3{padding-bottom:1rem!important}.mb-sm-4{margin-bottom:2rem!important}.pb-sm-4{padding-bottom:2rem!important}.mb-sm-5{margin-bottom:3rem!important}.pb-sm-5{padding-bottom:3rem!important}.ml-sm-0{margin-left:0!important}.pl-sm-0{padding-left:0!important}.ml-sm-1{margin-left:.25rem!important}.pl-sm-1{padding-left:.25rem!important}.ml-sm-2{margin-left:.5rem!important}.pl-sm-2{padding-left:.5rem!important}.ml-sm-3{margin-left:1rem!important}.pl-sm-3{padding-left:1rem!important}.ml-sm-4{margin-left:2rem!important}.pl-sm-4{padding-left:2rem!important}.ml-sm-5{margin-left:3rem!important}.pl-sm-5{padding-left:3rem!important}}@media (min-width:768px){.mt-md-0{margin-top:0!important}.pt-md-0{padding-top:0!important}.mt-md-1{margin-top:.25rem!important}.pt-md-1{padding-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.pt-md-2{padding-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.pt-md-3{padding-top:1rem!important}.mt-md-4{margin-top:2rem!important}.pt-md-4{padding-top:2rem!important}.mt-md-5{margin-top:3rem!important}.pt-md-5{padding-top:3rem!important}.mr-md-0{margin-right:0!important}.pr-md-0{padding-right:0!important}.mr-md-1{margin-right:.25rem!important}.pr-md-1{padding-right:.25rem!important}.mr-md-2{margin-right:.5rem!important}.pr-md-2{padding-right:.5rem!important}.mr-md-3{margin-right:1rem!important}.pr-md-3{padding-right:1rem!important}.mr-md-4{margin-right:2rem!important}.pr-md-4{padding-right:2rem!important}.mr-md-5{margin-right:3rem!important}.pr-md-5{padding-right:3rem!important}.mb-md-0{margin-bottom:0!important}.pb-md-0{padding-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.pb-md-1{padding-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.pb-md-2{padding-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.pb-md-3{padding-bottom:1rem!important}.mb-md-4{margin-bottom:2rem!important}.pb-md-4{padding-bottom:2rem!important}.mb-md-5{margin-bottom:3rem!important}.pb-md-5{padding-bottom:3rem!important}.ml-md-0{margin-left:0!important}.pl-md-0{padding-left:0!important}.ml-md-1{margin-left:.25rem!important}.pl-md-1{padding-left:.25rem!important}.ml-md-2{margin-left:.5rem!important}.pl-md-2{padding-left:.5rem!important}.ml-md-3{margin-left:1rem!important}.pl-md-3{padding-left:1rem!important}.ml-md-4{margin-left:2rem!important}.pl-md-4{padding-left:2rem!important}.ml-md-5{margin-left:3rem!important}.pl-md-5{padding-left:3rem!important}}@media (min-width:992px){.mt-lg-0{margin-top:0!important}.pt-lg-0{padding-top:0!important}.mt-lg-1{margin-top:.25rem!important}.pt-lg-1{padding-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.pt-lg-2{padding-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.pt-lg-3{padding-top:1rem!important}.mt-lg-4{margin-top:2rem!important}.pt-lg-4{padding-top:2rem!important}.mt-lg-5{margin-top:3rem!important}.pt-lg-5{padding-top:3rem!important}.mr-lg-0{margin-right:0!important}.pr-lg-0{padding-right:0!important}.mr-lg-1{margin-right:.25rem!important}.pr-lg-1{padding-right:.25rem!important}.mr-lg-2{margin-right:.5rem!important}.pr-lg-2{padding-right:.5rem!important}.mr-lg-3{margin-right:1rem!important}.pr-lg-3{padding-right:1rem!important}.mr-lg-4{margin-right:2rem!important}.pr-lg-4{padding-right:2rem!important}.mr-lg-5{margin-right:3rem!important}.pr-lg-5{padding-right:3rem!important}.mb-lg-0{margin-bottom:0!important}.pb-lg-0{padding-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.pb-lg-1{padding-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.pb-lg-2{padding-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.pb-lg-3{padding-bottom:1rem!important}.mb-lg-4{margin-bottom:2rem!important}.pb-lg-4{padding-bottom:2rem!important}.mb-lg-5{margin-bottom:3rem!important}.pb-lg-5{padding-bottom:3rem!important}.ml-lg-0{margin-left:0!important}.pl-lg-0{padding-left:0!important}.ml-lg-1{margin-left:.25rem!important}.pl-lg-1{padding-left:.25rem!important}.ml-lg-2{margin-left:.5rem!important}.pl-lg-2{padding-left:.5rem!important}.ml-lg-3{margin-left:1rem!important}.pl-lg-3{padding-left:1rem!important}.ml-lg-4{margin-left:2rem!important}.pl-lg-4{padding-left:2rem!important}.ml-lg-5{margin-left:3rem!important}.pl-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.mt-xl-0{margin-top:0!important}.pt-xl-0{padding-top:0!important}.mt-xl-1{margin-top:.25rem!important}.pt-xl-1{padding-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.pt-xl-2{padding-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.pt-xl-3{padding-top:1rem!important}.mt-xl-4{margin-top:2rem!important}.pt-xl-4{padding-top:2rem!important}.mt-xl-5{margin-top:3rem!important}.pt-xl-5{padding-top:3rem!important}.mr-xl-0{margin-right:0!important}.pr-xl-0{padding-right:0!important}.mr-xl-1{margin-right:.25rem!important}.pr-xl-1{padding-right:.25rem!important}.mr-xl-2{margin-right:.5rem!important}.pr-xl-2{padding-right:.5rem!important}.mr-xl-3{margin-right:1rem!important}.pr-xl-3{padding-right:1rem!important}.mr-xl-4{margin-right:2rem!important}.pr-xl-4{padding-right:2rem!important}.mr-xl-5{margin-right:3rem!important}.pr-xl-5{padding-right:3rem!important}.mb-xl-0{margin-bottom:0!important}.pb-xl-0{padding-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.pb-xl-1{padding-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.pb-xl-2{padding-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.pb-xl-3{padding-bottom:1rem!important}.mb-xl-4{margin-bottom:2rem!important}.pb-xl-4{padding-bottom:2rem!important}.mb-xl-5{margin-bottom:3rem!important}.pb-xl-5{padding-bottom:3rem!important}.ml-xl-0{margin-left:0!important}.pl-xl-0{padding-left:0!important}.ml-xl-1{margin-left:.25rem!important}.pl-xl-1{padding-left:.25rem!important}.ml-xl-2{margin-left:.5rem!important}.pl-xl-2{padding-left:.5rem!important}.ml-xl-3{margin-left:1rem!important}.pl-xl-3{padding-left:1rem!important}.ml-xl-4{margin-left:2rem!important}.pl-xl-4{padding-left:2rem!important}.ml-xl-5{margin-left:3rem!important}.pl-xl-5{padding-left:3rem!important}}@media (max-width:569px){.hide-sm-down{display:none!important}}@media (min-width:570px){.hide-sm-up{display:none!important}}@media (max-width:767px){.hide-md-down{display:none!important}}@media (min-width:768px){.hide-md-up{display:none!important}}@media (max-width:991px){.hide-lg-down{display:none!important}}@media (min-width:992px){.hide-lg-up{display:none!important}}@media (max-width:1199px){.hide-xl-down{display:none!important}}@media (min-width:1200px){.hide-xl-up{display:none!important}}.clear:after,.container:after{content:" ";display:table;clear:both}.sr-content{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(0,0,0,0)}.btn{display:inline-block;padding:.5625rem 1.125rem;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:1.25;font-weight:400;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:0;border:1px solid transparent;border-radius:.25rem;transition:all .28s ease;color:#222;background-color:#e8e8e8}.btn:focus,.btn:hover{color:#222;background-color:#dbdbdb}.btn:active{color:#222;background-color:#cfcfcf}.btn.btn--disabled,.btn:disabled{opacity:.6;pointer-events:none}.btn--primary{color:#fff;background-color:#0288d1}.btn--primary:focus,.btn--primary:hover{color:#fff;background-color:#0278b8}.btn--primary:active{color:#fff;background-color:#02679e}.btn--inverse{color:#fff;background-color:#333}.btn--inverse:focus,.btn--inverse:hover{color:#fff;background-color:#262626}.btn--inverse:active{color:#fff;background-color:#1a1a1a}.btn--positive{color:#fff;background-color:#4caf50}.btn--positive:focus,.btn--positive:hover{color:#fff;background-color:#449d48}.btn--positive:active{color:#fff;background-color:#3d8b40}.btn--warning{color:#fff;background-color:#ffa000}.btn--warning:focus,.btn--warning:hover{color:#fff;background-color:#e69000}.btn--warning:active{color:#fff;background-color:#cc8000}.btn--negative{color:#fff;background-color:#d84315}.btn--negative:focus,.btn--negative:hover{color:#fff;background-color:#c13c13}.btn--negative:active{color:#fff;background-color:#aa3510}.btn--hollow{border-color:#ddd;color:#888;background-color:transparent}.btn--hollow:focus,.btn--hollow:hover{border-color:#cbcbcb;color:#767676;background-color:transparent}.btn--hollow:active{border-color:#b9b9b9;color:#646464;background-color:transparent}.btn--hollow.btn--primary{border-color:#0288d1;color:#0288d1}.btn--hollow.btn--primary:focus,.btn--hollow.btn--primary:hover{border-color:#0271ae;color:#0271ae}.btn--hollow.btn--primary:active{border-color:#015a8a;color:#015a8a}.btn--hollow.btn--positive{border-color:#4caf50;color:#4caf50}.btn--hollow.btn--positive:focus,.btn--hollow.btn--positive:hover{border-color:#419645;color:#419645}.btn--hollow.btn--positive:active{border-color:#367d39;color:#367d39}.btn--hollow.btn--warning{border-color:#ffa000;color:#ffa000}.btn--hollow.btn--warning:focus,.btn--hollow.btn--warning:hover{border-color:#db8a00;color:#db8a00}.btn--hollow.btn--warning:active{border-color:#b87300;color:#b87300}.btn--hollow.btn--negative{border-color:#d84315;color:#d84315}.btn--hollow.btn--negative:focus,.btn--hollow.btn--negative:hover{border-color:#b73912;color:#b73912}.btn--hollow.btn--negative:active{border-color:#972f0f;color:#972f0f}.btn--hollow.btn--inverse{border-color:#333;color:#333}.btn--hollow.btn--inverse:focus,.btn--hollow.btn--inverse:hover{border-color:#212121;color:#212121}.btn--hollow.btn--inverse:active{border-color:#0f0f0f;color:#0f0f0f}.btn--sm{padding:.375rem .6875rem;font-size:.875rem}.btn--lg{padding:.8125rem 1.5rem;font-size:1.25rem}.btn--fluid{display:block;width:100%}.btn--icon .icon{margin-right:.5rem;line-height:1}.btn--icon .icon.icon--right{margin-right:0;margin-left:.5rem}.btn-group{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.btn-group>.btn{border-radius:0}.btn-group>.btn:first-child{border-radius:.25rem 0 0 .25rem}.btn-group>.btn:last-child{border-radius:0 .25rem .25rem 0}.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn:focus,.btn-group>.btn:hover{position:relative;z-index:1}.btn-group--fluid{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.btn-group--fluid>.btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.card{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;box-shadow:0 1px 3px rgba(0,0,0,.06)}.card>div:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>div:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card__block{position:relative;padding:1rem}.card__block+.card__block{border-top:1px solid #e8e8e8}.card__img{overflow:hidden}.card__img img{display:block;width:100%;height:auto}.card__img--cover{position:relative}.card__img--cover img{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.card--primary{background-color:#0288d1}.card--inverse,.card--primary{border-color:transparent;color:#fff}.card--inverse{background-color:#333}.card-group{display:block;margin-left:-7.5px;margin-right:-7.5px}.card-group>.card{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:none;margin:0 7.5px}@media (min-width:768px){.card-group{display:-webkit-box;display:-ms-flexbox;display:flex}}.card-group--connected{margin-left:0;margin-right:0}.card-group--connected>.card{margin:0;border-radius:0}.card-group--connected>.card:first-child{border-radius:.25rem .25rem 0 0}.card-group--connected>.card:last-child{border-radius:0 0 .25rem .25rem}.card-group--connected>.card+.card{border-top-width:0}@media (min-width:768px){.card-group--connected>.card:first-child{border-radius:.25rem 0 0 .25rem}.card-group--connected>.card:last-child{border-radius:0 .25rem .25rem 0}.card-group--connected>.card+.card{border-left-width:0;border-top-width:1px}}.container{position:relative;width:100%;min-height:1px;padding:0 15px;margin-left:auto;margin-right:auto}@media (min-width:570px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:940px}}@media (min-width:1200px){.container{max-width:1140px}}.container--fluid{max-width:none}.page-dimmer{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background-color:transparent;transition:all .28s ease}.page-dimmer.is-active{background-color:rgba(0,0,0,.4)}.dialog-wrap{position:fixed;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;z-index:1001}.dialog{display:none;position:relative;max-width:80%;max-height:80%;min-width:290px;overflow:auto;background-color:#fff;border-radius:.25rem;box-shadow:0 3px 14px rgba(0,0,0,.15)}.dialog__block{width:40rem;max-width:100%;padding:1rem}.dialog__block+.dialog__block{border-top:1px solid #e8e8e8}.dialog__close{position:absolute;top:1rem;right:1rem;cursor:pointer}.dialog--sm .dialog__block{width:24rem}.dialog--lg .dialog__block{width:56rem}.dropdown{position:relative;display:inline-block;outline:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dropdown:after{content:" ";display:inline-block;margin-left:.25em;margin-top:-.125em;vertical-align:middle;border-left:.25em solid transparent;border-right:.25em solid transparent;border-top:.25em solid}.dropdown .menu{display:none;position:absolute;top:100%;left:0;min-width:8rem;margin:.5rem -1px;z-index:100;line-height:1;text-align:left;white-space:nowrap;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;box-shadow:0 2px 6px rgba(0,0,0,.1)}.dropdown .menu__item{display:block;padding:.625rem .8125rem;border-bottom:1px solid #f8f8f8}.dropdown .menu__item:last-child{border-bottom-width:0}.dropdown .menu__item:hover{background-color:#f8f8f8}.dropdown .menu__item.is-active{font-weight:bolder;background-color:#f8f8f8}.dropdown.dropdown--reversed .menu{top:auto;bottom:100%}.dropdown.dropdown--reversed .menu__item:last-child{border-bottom-width:1px}.dropdown--select:after{position:absolute;top:50%;right:.9375rem}.dropdown--select>span{pointer-events:none}.dropdown--select .menu{left:-1px;right:-1px;max-height:275px;margin:0;overflow-y:auto;border:1px solid #0288d1;box-shadow:none}.dropdown--select:not(.dropdown--reversed) .menu{border-top-width:0;border-radius:0 0 .25rem .25rem}.dropdown--select:not(.dropdown--reversed) .menu__item:first-child{border-top:1px solid #f8f8f8}.dropdown--select:not(.dropdown--reversed).is-open{border-radius:.25rem .25rem 0 0}.dropdown--select.dropdown--reversed .menu{border-bottom-width:0;border-radius:.25rem .25rem 0 0}.dropdown--select.dropdown--reversed .menu__item:last-child{border-bottom-width:1px}.dropdown--select.dropdown--reversed.is-open{border-radius:0 0 .25rem .25rem}.dropdown--select.is-empty>span{color:#aaa}label{margin-bottom:.25rem;font-size:.9375rem;font-weight:bolder;vertical-align:middle}.form-field,label{display:inline-block}.form-field{position:relative;width:100%;margin-bottom:1rem}@media (min-width:570px){.form-inline .form-field{width:auto;margin-bottom:0}.form-inline .form-field+.form-field{margin-left:.5rem}.form-inline .btn{margin-left:.5rem;vertical-align:bottom}}.form-info{display:inline-block;margin-top:.25rem;margin-bottom:0;font-size:.9375rem}.grid>.row{padding-top:15px;padding-bottom:15px}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-15px;margin-right:-15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:767px){.row--stacking{display:block}}.row--compact{margin-left:0;margin-right:0}.row--compact>.col{padding-left:0;padding-right:0}.row--relaxed{margin-left:-22.5px;margin-right:-22.5px}.row--relaxed>.col{padding-left:22.5px;padding-right:22.5px}.col{position:relative;width:100%;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:0){.col--1{width:8.33333%}.col--2{width:16.66667%}.col--3{width:25%}.col--4{width:33.33333%}.col--5{width:41.66667%}.col--6{width:50%}.col--7{width:58.33333%}.col--8{width:66.66667%}.col--9{width:75%}.col--10{width:83.33333%}.col--11{width:91.66667%}.col--12{width:100%}}@media (min-width:570px){.col--sm-1{width:8.33333%}.col--sm-2{width:16.66667%}.col--sm-3{width:25%}.col--sm-4{width:33.33333%}.col--sm-5{width:41.66667%}.col--sm-6{width:50%}.col--sm-7{width:58.33333%}.col--sm-8{width:66.66667%}.col--sm-9{width:75%}.col--sm-10{width:83.33333%}.col--sm-11{width:91.66667%}.col--sm-12{width:100%}}@media (min-width:768px){.col--md-1{width:8.33333%}.col--md-2{width:16.66667%}.col--md-3{width:25%}.col--md-4{width:33.33333%}.col--md-5{width:41.66667%}.col--md-6{width:50%}.col--md-7{width:58.33333%}.col--md-8{width:66.66667%}.col--md-9{width:75%}.col--md-10{width:83.33333%}.col--md-11{width:91.66667%}.col--md-12{width:100%}}@media (min-width:992px){.col--lg-1{width:8.33333%}.col--lg-2{width:16.66667%}.col--lg-3{width:25%}.col--lg-4{width:33.33333%}.col--lg-5{width:41.66667%}.col--lg-6{width:50%}.col--lg-7{width:58.33333%}.col--lg-8{width:66.66667%}.col--lg-9{width:75%}.col--lg-10{width:83.33333%}.col--lg-11{width:91.66667%}.col--lg-12{width:100%}}@media (min-width:1200px){.col--xl-1{width:8.33333%}.col--xl-2{width:16.66667%}.col--xl-3{width:25%}.col--xl-4{width:33.33333%}.col--xl-5{width:41.66667%}.col--xl-6{width:50%}.col--xl-7{width:58.33333%}.col--xl-8{width:66.66667%}.col--xl-9{width:75%}.col--xl-10{width:83.33333%}.col--xl-11{width:91.66667%}.col--xl-12{width:100%}}.dropdown--select,.input{display:block;width:100%;margin:0;outline:0;padding:.5625rem .8125rem;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:1.25;color:#222;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;transition:all .28s ease}.dropdown--select:hover,.input:hover{color:#222;background-color:#fff;border-color:#c9c9c9}.dropdown--select:focus,.input:focus{color:#222;background-color:#fff;border-color:#0288d1}.input--sm{padding:.375rem .625rem;font-size:.875rem}.input--lg{padding:.75rem 1rem;font-size:1.25rem}.input--inline{display:inline-block;width:auto}.input-group{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.input-group>.btn,.input-group>.dropdown--select,.input-group>.input,.input-group>.label{border-radius:0}.input-group>.btn:first-child,.input-group>.dropdown--select:first-child,.input-group>.input:first-child,.input-group>.label:first-child{border-radius:.25rem 0 0 .25rem}.input-group>.btn:last-child,.input-group>.dropdown--select:last-child,.input-group>.input:last-child,.input-group>.label:last-child{border-radius:0 .25rem .25rem 0}.input-group>.btn:not(:first-child),.input-group>.dropdown--select:not(:first-child),.input-group>.input:not(:first-child),.input-group>.label:not(:first-child){margin-left:-1px}.input-group>.dropdown--select,.input-group>.input{-webkit-box-flex:1;-ms-flex:1;flex:1}.input-group>.btn,.input-group>.label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.input-group>.label{padding:.5625rem .8125rem;border:1px solid #ddd;font-size:1rem;line-height:1.25}.input-group>.btn:focus,.input-group>.dropdown--select:focus,.input-group>.input:focus{position:relative;z-index:1}.input-group--inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto}.input-check{display:block;font-size:1rem;font-weight:400;cursor:pointer}.input-check input,.input-check span{vertical-align:middle;margin-top:-.125rem;margin-right:.25rem}.input-check:last-child{margin-bottom:0}.input-check--custom{position:relative}.input-check--custom:hover span:after{content:" ";opacity:1;-webkit-transform:scale(1);transform:scale(1)}.input-check--custom input{display:none}.input-check--custom input:checked+span:after{content:" ";opacity:1;-webkit-transform:scale(1);transform:scale(1);background-color:#0288d1}.input-check--custom input[type=radio]+span,.input-check--custom input[type=radio]+span:after{border-radius:1em}.input-check--custom input[type=checkbox]+span{border-radius:.125rem}.input-check--custom input[type=checkbox]+span:after{border-radius:calc(.125rem - 1px)}.input-check--custom span{display:inline-block;padding:.5425rem;pointer-events:none;background-color:#fff;border:1px solid #ddd}.input-check--custom span:after{content:" ";display:block;width:.5rem;height:.5rem;opacity:0;background-color:#c4c4c4;-webkit-transform:scale(0);transform:scale(0);transition:all .2s}input[type=date].dropdown--select,input[type=date].input,input[type=datetime].dropdown--select,input[type=datetime].input,input[type=time].dropdown--select,input[type=time].input,select.dropdown--select,select.input{padding:calc(.5625rem - 1px) calc(.8125rem - 2px)}textarea.dropdown--select,textarea.input{resize:vertical}::-webkit-input-placeholder{color:#aaa}:-moz-placeholder,::-moz-placeholder{color:#aaa}:-ms-input-placeholder{color:#aaa}.label{border-radius:.25rem;overflow:hidden;font-size:.875em;font-weight:400;line-height:1;vertical-align:middle;color:#222;background-color:#e8e8e8}.label,.label>span{display:inline-block;padding:.35em .625em}.label>span{margin:-.35em -.625em -.35em .625em;font-weight:lighter;vertical-align:top;background-color:rgba(0,0,0,.08)}.label--primary{color:#fff;background-color:#0288d1}.label--positive{color:#fff;background-color:#4caf50}.label--warning{color:#fff;background-color:#ffa000}.label--negative{color:#fff;background-color:#d84315}.label--inverse{color:#fff;background-color:#333}.label--hollow{border:1px solid #e8e8e8;background-color:transparent}.label--hollow.label--primary{border-color:#0288d1;color:#0288d1}.label--hollow.label--positive{border-color:#4caf50;color:#4caf50}.label--hollow.label--warning{border-color:#ffa000;color:#ffa000}.label--hollow.label--negative{border-color:#d84315;color:#d84315}.label--hollow.label--inverse{border-color:#333;color:#333}.list{display:block;line-height:1.25}ul.list{margin:0;padding-left:0;list-style:none}.list__item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.75rem 1rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-bottom:1px solid #e8e8e8;background-color:transparent}.list__item:first-child{border-top:1px solid #e8e8e8}.list__item>:not(:last-child){margin-right:.75rem}.list__item--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list__content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.list__content>.list{margin-top:.75rem}.menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.menu__link{display:block;padding:.5rem 1.125rem}.menu--fluid .menu__item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.menu--pills .menu__link{border-radius:.25rem}.menu--pills .menu__link.is-active{color:#fff;background-color:#0288d1}.menu--tabs{border-bottom:1px solid #ddd}.menu--tabs .menu__item{margin-bottom:-1px}.menu--tabs .menu__link{border:1px solid transparent;border-radius:.25rem .25rem 0 0}.menu--tabs .menu__link.is-active{color:#222;background-color:#fff;border-color:#ddd #ddd transparent}.msg{position:relative;margin-bottom:1rem;padding:.75rem 1rem;border:1px solid #ddd;background-color:#fff;border-radius:.25rem}.msg:last-child{margin-bottom:0}.msg__title{margin-bottom:.375rem;color:inherit}.msg__close{position:absolute;top:.75rem;right:1rem;padding:0;background:none;border:0;outline:0;opacity:.8;color:inherit;cursor:pointer;font-size:1.5rem;font-weight:700;-webkit-appearance:none}.msg__close:hover{opacity:1}.msg--positive{color:#255627;border-color:rgba(76,175,80,.3);background-color:rgba(76,175,80,.04)}.msg--warning{color:#805000;border-color:rgba(255,160,0,.3);background-color:rgba(255,160,0,.04)}.msg--negative{color:#7b260c;border-color:rgba(216,67,21,.2);background-color:rgba(216,67,21,.04)}.msg--info{color:#01466c;border-color:rgba(2,136,209,.2);background-color:rgba(2,136,209,.04)}.msg--dismissable{padding-right:2rem}.msg--sm{padding:.375rem .75rem;font-size:.875rem}.msg--sm.msg--dismissable{padding-right:1.75rem}.msg--sm.msg--dismissable .msg__close{top:.375rem;right:.75rem;font-size:1.375rem}.msg--lg{padding:1rem 1.25rem;font-size:1.25rem}.msg--lg.msg--dismissable{padding-right:2.25rem}.msg--lg.msg--dismissable .msg__close{top:1rem;right:1.25rem;font-size:1.75rem}.popup{display:none;position:absolute;z-index:10;max-width:18rem;padding:.4375rem .75rem;font-size:.9375rem;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;box-shadow:0 2px 6px rgba(0,0,0,.1)}.popup:after,.popup:before{content:" ";position:absolute;width:0;height:0}.popup--basic:after,.popup--basic:before{content:none}.popup--inverse{color:#fff;background-color:#222;border-color:transparent;box-shadow:none}.popup--north:before{top:100%;left:50%;margin-left:-7px;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid;border-top-color:#ddd}.popup--north:after{top:100%;left:50%;margin-left:-6px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid;border-top-color:#fff}.popup--northeast:before{top:100%;right:.875rem;margin-right:-1px;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid;border-top-color:#ddd}.popup--northeast:after{top:100%;right:.875rem;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid;border-top-color:#fff}.popup--east:before{top:50%;right:100%;margin-top:-7px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid;border-right-color:#ddd}.popup--east:after{top:50%;right:100%;margin-top:-6px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid;border-right-color:#fff}.popup--southeast:before{bottom:100%;right:.875rem;margin-right:-1px;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid;border-bottom-color:#ddd}.popup--southeast:after{bottom:100%;right:.875rem;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid;border-bottom-color:#fff}.popup--south:before{bottom:100%;left:50%;margin-left:-7px;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid;border-bottom-color:#ddd}.popup--south:after{bottom:100%;left:50%;margin-left:-6px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid;border-bottom-color:#fff}.popup--southwest:before{bottom:100%;left:.875rem;margin-left:-1px;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid;border-bottom-color:#ddd}.popup--southwest:after{bottom:100%;left:.875rem;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid;border-bottom-color:#fff}.popup--west:before{top:50%;left:100%;margin-top:-7px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid;border-left-color:#ddd}.popup--west:after{top:50%;left:100%;margin-top:-6px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid;border-left-color:#fff}.popup--northwest:before{top:100%;left:.875rem;margin-left:-1px;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid;border-top-color:#ddd}.popup--northwest:after{top:100%;left:.875rem;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid;border-top-color:#fff}.table{width:100%;margin-bottom:1rem;border-collapse:collapse}.table th{text-align:left}.table td,.table th{padding:.625rem;border-bottom:1px solid #e8e8e8;vertical-align:top}.table--primary{color:#fff;background-color:#0288d1}.table--primary td,.table--primary th{border-bottom:1px solid #02a2f9}.table--inverse{color:#fff;background-color:#333}.table--inverse td,.table--inverse th{border-bottom:1px solid #474747}.table--sm td,.table--sm th{padding:.375rem}.table--lg td,.table--lg th{padding:.875rem}.table--striped tbody tr:nth-child(odd){background-color:rgba(0,0,0,.025)}.table--bordered{border:1px solid #e8e8e8}.table--bordered td,.table--bordered th{border-right:1px solid #e8e8e8}.table--interactive tbody tr:hover{background-color:rgba(0,0,0,.05)}.table-view{overflow-x:auto;margin-bottom:1rem}.table-view .table{margin-bottom:0}
/*# sourceMappingURL=fundament.min.css.map */
| 3,594.2 | 35,759 | 0.778588 |
dd2379cb4aca0ca7256779aead1d8b1340a3d091
| 4,002 |
go
|
Go
|
cmd/douban.go
|
linuxing3/gospider
|
28f2d2747cd7f318d0589391ef28a64120a8d780
|
[
"Apache-2.0"
] | null | null | null |
cmd/douban.go
|
linuxing3/gospider
|
28f2d2747cd7f318d0589391ef28a64120a8d780
|
[
"Apache-2.0"
] | null | null | null |
cmd/douban.go
|
linuxing3/gospider
|
28f2d2747cd7f318d0589391ef28a64120a8d780
|
[
"Apache-2.0"
] | null | null | null |
package cmd
import (
"context"
"fmt"
"log"
"net/http"
"regexp"
"strconv"
"strings"
"github.com/PuerkitoBio/goquery"
"github.com/linuxing3/gospider/config"
"github.com/linuxing3/gospider/prisma/db"
)
type DoubanMovie struct {
Title string
Subtitle string
Other string
Desc string
Year string
Area string
Tag string
Star string
Comment string
Quote string
}
type Page struct {
Page int
Url string
}
var (
DoubanBaseUrl = "https://movie.douban.com/top250"
DoubanTopPageSelector = "#content > div > div.article > div.paginator > a"
)
// GetPages 获取分页
func GetPages(url string) (pages []Page) {
htmlContent, err := config.GetHTTPHtmlContent(DoubanBaseUrl, DoubanTopPageSelector, config.DocBodySelector)
if err != nil {
log.Fatal(err)
}
pageList, err := config.GetDataList(htmlContent, DoubanTopPageSelector)
if err != nil {
log.Fatal("No list")
}
pageList.Each(func(i int, selection *goquery.Selection) {
title, _ := strconv.Atoi(selection.Text())
url, _ := selection.Attr("href")
pageUrl := strings.Join([]string{DoubanBaseUrl, url}, "")
pages = append(pages, Page{
Page: title,
Url: pageUrl,
})
})
return pages
}
// ParseMovies 在每一个页面上分析电影数据
func ParseMovies(doc *goquery.Document) (movies []DoubanMovie) {
movieSelector := "#content > div > div.article > ol > li"
doc.Find(movieSelector).Each(func(i int, s *goquery.Selection) {
fmt.Printf("获取第 %d 个电影\n", i)
title := s.Find(".hd > a > span").Eq(0).Text()
subtitle := s.Find(".hd > a > span").Eq(1).Text()
subtitle = strings.TrimLeft(subtitle, " / ")
other := s.Find(".hd > a > span").Eq(2).Text()
other = strings.TrimLeft(other, " / ")
desc := strings.TrimSpace(s.Find(".bd > p").Eq(0).Text())
DescInfo := strings.Split(desc, "\n")
desc = DescInfo[0]
movieDesc := strings.Split(DescInfo[1], "/")
year := strings.TrimSpace(movieDesc[0])
area := strings.TrimSpace(movieDesc[1])
tag := strings.TrimSpace(movieDesc[2])
star := s.Find(".bd > .star > .rating_num").Text()
comment := strings.TrimSpace(s.Find(".bd > .star > span").Eq(3).Text())
compile := regexp.MustCompile("[0-9]")
comment = strings.Join(compile.FindAllString(comment, -1), "")
quote := s.Find(".quote > .inq").Text()
movie := DoubanMovie{
Title: title,
Subtitle: subtitle,
Other: other,
Desc: desc,
Year: year,
Area: area,
Tag: tag,
Star: star,
Comment: comment,
Quote: quote,
}
// log.Printf("i: %d, movie: %v", i, movie)
movies = append(movies, movie)
})
return movies
}
// SaveMovies 保存电影记录到数据库
func SaveMovies(movies []DoubanMovie) {
client := db.NewClient()
if err := client.Prisma.Connect(); err != nil {
log.Fatalln(err)
}
defer func() {
if err := client.Prisma.Disconnect(); err != nil {
panic(err)
}
}()
ctx := context.Background()
for _, movie := range movies {
_, err := client.Movies.CreateOne(
db.Movies.Title.Set(movie.Title),
db.Movies.Subtitle.Set(movie.Subtitle),
db.Movies.Desc.Set(movie.Desc),
db.Movies.Area.Set(movie.Area),
db.Movies.Year.Set(movie.Year),
db.Movies.Tag.Set(movie.Tag),
db.Movies.Star.Set(movie.Star),
).Exec(ctx)
if err != nil {
fmt.Println(err)
}
}
}
// ExampleScrape 测试抓取网页
func ExampleScrape() {
// Request the HTML page.
res, err := http.Get("http://metalsucks.net")
if err != nil {
log.Fatal(err)
}
defer res.Body.Close()
if res.StatusCode != 200 {
log.Fatalf("status code error: %d %s", res.StatusCode, res.Status)
}
// Load the HTML document
doc, err := goquery.NewDocumentFromReader(res.Body)
if err != nil {
log.Fatal(err)
}
fmt.Println("Example scrapy")
// Find the review items
doc.Find(".sidebar-reviews article .content-block").Each(func(i int, s *goquery.Selection) {
// For each item found, get the band and title
band := s.Find("a").Text()
title := s.Find("i").Text()
fmt.Printf("Review %d: %s - %s\n", i, band, title)
})
}
| 22.868571 | 108 | 0.64068 |
f6c5545d82731a2f0bdc424dd850c5a773cb2b00
| 1,451 |
lua
|
Lua
|
KkthnxUI/Modules/Misc/MassGuildKick.lua
|
mrrosh/KkthnxUI_WotLK
|
59d36f99bebce53b90fbfd3806911b7a61133dab
|
[
"MIT"
] | 1 |
2022-02-09T22:49:43.000Z
|
2022-02-09T22:49:43.000Z
|
KkthnxUI/Modules/Misc/MassGuildKick.lua
|
mopd/KkthnxUI_WotLK
|
bf1199cce61ba3d465872f5b2a0839b787b1eb95
|
[
"MIT"
] | null | null | null |
KkthnxUI/Modules/Misc/MassGuildKick.lua
|
mopd/KkthnxUI_WotLK
|
bf1199cce61ba3d465872f5b2a0839b787b1eb95
|
[
"MIT"
] | 2 |
2018-09-19T22:32:21.000Z
|
2022-01-01T20:51:30.000Z
|
local K, C, L, _ = select(2, ...):unpack()
local split = string.split
local tonumber = tonumber
SLASH_MASSGUILDKICK1 = "/cleanguild"
SLASH_MASSGUILDKICK2 = "/MassGuildKick"
SlashCmdList["MASSGUILDKICK"] = function(msg)
local minLevel, minDays, minRankIndex = split(",", msg)
minRankIndex = tonumber(minRankIndex)
minLevel = tonumber(minLevel)
minDays = tonumber(minDays)
if not minLevel or not minDays then
K.Print("Usage: /cleanguild <minLevel>, <minDays>, [<minRankIndex>]")
return
end
if minDays > 31 then
K.Print("Maximum days value must be below 32.")
return
end
if not minRankIndex then minRankIndex = GuildControlGetNumRanks() - 1 end
for i = 1, GetNumGuildMembers() do
local name, _, rankIndex, level, class, _, note, officerNote, connected, _, class = GetGuildRosterInfo(i)
local minLevelx = minLevel
if class == "DEATHKNIGHT" then
minLevelx = minLevelx + 55
end
if not connected then
local years, months, days, hours = GetGuildRosterLastOnline(i)
if days ~= nil and ((years > 0 or months > 0 or days >= minDays) and rankIndex >= minRankIndex) and note ~= nil and officerNote ~= nil and (level <= minLevelx) then
GuildUninvite(name)
end
end
end
SendChatMessage("Guild Cleanup Results: Removed all guild members below rank "..GuildControlGetRankName(minRankIndex)..", that have a minimal level of "..minLevel..", and have not been online for at least: "..minDays.." days.", "GUILD")
end
| 33.744186 | 237 | 0.718815 |
d9e7d37a2ea61d28e0f701afeefbf49fecdbced9
| 4,033 |
rs
|
Rust
|
linkerd/buffer/src/lib.rs
|
javaducky/linkerd2-proxy
|
b1b6b5376e200dc4d681ed78f2f2be26cc20c2ea
|
[
"Apache-2.0"
] | null | null | null |
linkerd/buffer/src/lib.rs
|
javaducky/linkerd2-proxy
|
b1b6b5376e200dc4d681ed78f2f2be26cc20c2ea
|
[
"Apache-2.0"
] | null | null | null |
linkerd/buffer/src/lib.rs
|
javaducky/linkerd2-proxy
|
b1b6b5376e200dc4d681ed78f2f2be26cc20c2ea
|
[
"Apache-2.0"
] | null | null | null |
use futures::Async;
use linkerd2_error::Error;
use std::time::Duration;
use tokio::sync::{mpsc, watch};
mod dispatch;
pub mod error;
mod layer;
mod service;
pub use self::{dispatch::Dispatch, layer::SpawnBufferLayer, service::Buffer};
struct InFlight<Req, F> {
request: Req,
tx: tokio::sync::oneshot::Sender<Result<F, linkerd2_error::Error>>,
}
pub(crate) fn new<Req, S>(
inner: S,
capacity: usize,
idle_timeout: Option<Duration>,
) -> (Buffer<Req, S::Future>, Dispatch<S, Req, S::Future>)
where
Req: Send + 'static,
S: tower::Service<Req> + Send + 'static,
S::Error: Into<Error>,
S::Response: Send + 'static,
S::Future: Send + 'static,
{
let (tx, rx) = mpsc::channel(capacity);
let (ready_tx, ready_rx) = watch::channel(Ok(Async::NotReady));
let dispatch = Dispatch::new(inner, rx, ready_tx, idle_timeout);
(Buffer::new(tx, ready_rx), dispatch)
}
#[cfg(test)]
mod test {
use futures::{future, Async, Future, Poll};
use std::sync::Arc;
use tower::util::ServiceExt;
use tower::Service;
use tower_test::mock;
#[test]
fn propagates_readiness() {
run(|| {
let (service, mut handle) = mock::pair::<(), ()>();
let (mut service, mut dispatch) = super::new(service, 1, None);
handle.allow(0);
assert!(dispatch.poll().expect("never fails").is_not_ready());
assert!(service.poll_ready().expect("must not fail").is_not_ready());
handle.allow(1);
assert!(dispatch.poll().expect("never fails").is_not_ready());
assert!(service.poll_ready().expect("must not fail").is_ready());
// Consume the allowed call.
drop(service.call(()));
handle.send_error(Bad);
assert!(dispatch.poll().expect("never fails").is_ready());
assert!(service
.poll_ready()
.expect_err("must fail")
.source()
.unwrap()
.is::<Bad>());
Ok::<(), ()>(())
})
}
#[test]
fn repolls_ready_on_notification() {
struct ReadyNotify {
notified: bool,
_handle: Arc<()>,
}
impl tower::Service<()> for ReadyNotify {
type Response = ();
type Error = Bad;
type Future = future::FutureResult<(), Bad>;
fn poll_ready(&mut self) -> Poll<(), Bad> {
println!("Polling");
if self.notified {
return Err(Bad);
}
println!("Notifying");
futures::task::current().notify();
self.notified = true;
Ok(Async::Ready(()))
}
fn call(&mut self, _: ()) -> Self::Future {
unimplemented!("not called");
}
}
run(|| {
let _handle = Arc::new(());
let handle = Arc::downgrade(&_handle);
let (service, dispatch) = super::new(
ReadyNotify {
_handle,
notified: false,
},
1,
None,
);
tokio::spawn(dispatch.map_err(|_| ()));
service.ready().then(move |ret| {
assert!(ret.is_err());
assert!(
handle.upgrade().is_none(),
"inner service must be dropped on error"
);
Ok::<(), ()>(())
})
})
}
#[derive(Debug)]
struct Bad;
impl std::error::Error for Bad {}
impl std::fmt::Display for Bad {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
write!(f, "bad")
}
}
fn run<F, R>(f: F)
where
F: FnOnce() -> R + 'static,
R: future::IntoFuture<Item = ()> + 'static,
{
tokio::runtime::current_thread::run(future::lazy(f).map_err(|_| panic!("Failed")));
}
}
| 28.602837 | 91 | 0.491198 |
510f5eea422e5d5e8aede2e7acc7113f5ccb838b
| 1,918 |
c
|
C
|
data/codepage/libuna_codepage.c/copy_from_byte_stream-start.c
|
libyal/libyal
|
407e4710c9c11000dc45427d72bbdbdc2861c51a
|
[
"Apache-2.0"
] | 176 |
2015-01-11T01:57:37.000Z
|
2022-03-30T05:31:33.000Z
|
data/codepage/libuna_codepage.c/copy_from_byte_stream-start.c
|
libyal/libyal
|
407e4710c9c11000dc45427d72bbdbdc2861c51a
|
[
"Apache-2.0"
] | 79 |
2015-01-07T19:05:32.000Z
|
2022-01-25T15:19:29.000Z
|
data/codepage/libuna_codepage.c/copy_from_byte_stream-start.c
|
libyal/libyal
|
407e4710c9c11000dc45427d72bbdbdc2861c51a
|
[
"Apache-2.0"
] | 25 |
2015-07-16T13:29:00.000Z
|
2022-02-12T08:15:19.000Z
|
/* Copies an Unicode character from a ${codepage_description} encoded byte stream
* Returns 1 if successful or -1 on error
*/
int libuna_codepage_${codepage_name}_copy_from_byte_stream(
libuna_unicode_character_t *unicode_character,
const uint8_t *byte_stream,
size_t byte_stream_size,
size_t *byte_stream_index,
libcerror_error_t **error )
{
static char *function = "libuna_codepage_${codepage_name}_copy_from_byte_stream";
libuna_unicode_character_t safe_unicode_character = 0xfffd;
size_t safe_byte_stream_index = 0;
uint8_t byte_stream_character = 0;
if( unicode_character == NULL )
{
libcerror_error_set(
error,
LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
"%s: invalid Unicode character.",
function );
return( -1 );
}
if( byte_stream == NULL )
{
libcerror_error_set(
error,
LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
"%s: invalid byte stream.",
function );
return( -1 );
}
if( byte_stream_size > (size_t) SSIZE_MAX )
{
libcerror_error_set(
error,
LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
LIBCERROR_ARGUMENT_ERROR_VALUE_EXCEEDS_MAXIMUM,
"%s: invalid byte stream size value exceeds maximum.",
function );
return( -1 );
}
if( byte_stream_index == NULL )
{
libcerror_error_set(
error,
LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
"%s: invalid byte stream index.",
function );
return( -1 );
}
safe_byte_stream_index = *byte_stream_index;
if( safe_byte_stream_index >= byte_stream_size )
{
libcerror_error_set(
error,
LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
LIBCERROR_ARGUMENT_ERROR_VALUE_TOO_SMALL,
"%s: byte stream too small.",
function );
return( -1 );
}
byte_stream_character = byte_stream[ safe_byte_stream_index++ ];
| 25.573333 | 110 | 0.71585 |
22f8226248ffdf143dc568a1f2e06c59f4a146df
| 474 |
h
|
C
|
headers/private/interface/ToolTipWindow.h
|
Kirishikesan/haiku
|
835565c55830f2dab01e6e332cc7e2d9c015b51e
|
[
"MIT"
] | 1,338 |
2015-01-03T20:06:56.000Z
|
2022-03-26T13:49:54.000Z
|
headers/private/interface/ToolTipWindow.h
|
Kirishikesan/haiku
|
835565c55830f2dab01e6e332cc7e2d9c015b51e
|
[
"MIT"
] | 15 |
2015-01-17T22:19:32.000Z
|
2021-12-20T12:35:00.000Z
|
headers/private/interface/ToolTipWindow.h
|
Kirishikesan/haiku
|
835565c55830f2dab01e6e332cc7e2d9c015b51e
|
[
"MIT"
] | 350 |
2015-01-08T14:15:27.000Z
|
2022-03-21T18:14:35.000Z
|
/*
* Copyright 2009-2012, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef TOOL_TIP_WINDOW_H
#define TOOL_TIP_WINDOW_H
#include <Window.h>
namespace BPrivate {
class ToolTipWindow : public BWindow {
public:
ToolTipWindow(BToolTip* tip, BPoint where,
void* owner);
virtual void MessageReceived(BMessage* message);
private:
void* fOwner;
};
} // namespace BPrivate
#endif // TOOL_TIP_WINDOW_H
| 15.290323 | 56 | 0.708861 |
fe20e994b2c606cdddd517ae10685defba1ba632
| 572 |
h
|
C
|
Sources/Batch/Modules/Opt Out/BAOptOutEventTracker.h
|
BatchLabs/Batch-iOS-SDK
|
17644488872e62ff09a9106592aecbf79c04e6e7
|
[
"MIT"
] | 10 |
2020-12-03T17:08:02.000Z
|
2022-03-16T16:22:45.000Z
|
Sources/Batch/Modules/Opt Out/BAOptOutEventTracker.h
|
BatchLabs/Batch-iOS-SDK
|
17644488872e62ff09a9106592aecbf79c04e6e7
|
[
"MIT"
] | 6 |
2020-10-15T12:56:22.000Z
|
2022-02-18T14:12:49.000Z
|
Sources/Batch/Modules/Opt Out/BAOptOutEventTracker.h
|
BatchLabs/Batch-iOS-SDK
|
17644488872e62ff09a9106592aecbf79c04e6e7
|
[
"MIT"
] | 3 |
2020-12-16T16:15:11.000Z
|
2021-12-22T15:03:00.000Z
|
//
// BAOptOutEventTracker.h
// Batch
//
// Copyright © Batch.com. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <Batch/BAEvent.h>
#import <Batch/BAPromise.h>
/**
Event tracker that works for opt-out purposes.
Differences with the "classic" event tracker:
- It works when opted out
- It can notify the caller when an event HAS been tracked (meaning that the server _accepted_ it)
- It doesn't store anything on disk, and does not retry on failure
*/
@interface BAOptOutEventTracker : NSObject
- (BAPromise*)track:(BAEvent*)event;
@end
| 22.88 | 99 | 0.725524 |
b15fd32f4db1150499c97ad791d245c2cbcced66
| 16,799 |
h
|
C
|
runtime/base/locks.h
|
Paschalis/android-llvm
|
317f7fd4b736a0511a2273a2487915c34cf8933e
|
[
"Apache-2.0"
] | 20 |
2021-06-24T16:38:42.000Z
|
2022-01-20T16:15:57.000Z
|
runtime/base/locks.h
|
Paschalis/android-llvm
|
317f7fd4b736a0511a2273a2487915c34cf8933e
|
[
"Apache-2.0"
] | null | null | null |
runtime/base/locks.h
|
Paschalis/android-llvm
|
317f7fd4b736a0511a2273a2487915c34cf8933e
|
[
"Apache-2.0"
] | 4 |
2021-11-03T06:01:12.000Z
|
2022-02-24T02:57:31.000Z
|
/*
* Copyright (C) 2011 The Android Open Source Project
*
* 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 ART_RUNTIME_BASE_LOCKS_H_
#define ART_RUNTIME_BASE_LOCKS_H_
#include <stdint.h>
#include <iosfwd>
#include <vector>
#include "base/atomic.h"
#include "base/macros.h"
namespace art {
class BaseMutex;
class ConditionVariable;
class SHARED_LOCKABLE ReaderWriterMutex;
class SHARED_LOCKABLE MutatorMutex;
class LOCKABLE Mutex;
class Thread;
// LockLevel is used to impose a lock hierarchy [1] where acquisition of a Mutex at a higher or
// equal level to a lock a thread holds is invalid. The lock hierarchy achieves a cycle free
// partial ordering and thereby cause deadlock situations to fail checks.
//
// [1] http://www.drdobbs.com/parallel/use-lock-hierarchies-to-avoid-deadlock/204801163
enum LockLevel : uint8_t {
kLoggingLock = 0,
kSwapMutexesLock,
kUnexpectedSignalLock,
kThreadSuspendCountLock,
kAbortLock,
kNativeDebugInterfaceLock,
kSignalHandlingLock,
// A generic lock level for mutexs that should not allow any additional mutexes to be gained after
// acquiring it.
kGenericBottomLock,
// Tracks the second acquisition at the same lock level for kThreadWaitLock. This is an exception
// to the normal lock ordering, used to implement Monitor::Wait - while holding one kThreadWait
// level lock, it is permitted to acquire a second one - with internal safeguards to ensure that
// the second lock acquisition does not result in deadlock. This is implemented in the lock
// order by treating the second acquisition of a kThreadWaitLock as a kThreadWaitWakeLock
// acquisition. Thus, acquiring kThreadWaitWakeLock requires holding kThreadWaitLock. This entry
// is here near the bottom of the hierarchy because other locks should not be
// acquired while it is held. kThreadWaitLock cannot be moved here because GC
// activity acquires locks while holding the wait lock.
kThreadWaitWakeLock,
kJdwpAdbStateLock,
kJdwpSocketLock,
kRegionSpaceRegionLock,
kMarkSweepMarkStackLock,
// Can be held while GC related work is done, and thus must be above kMarkSweepMarkStackLock
kThreadWaitLock,
kCHALock,
kJitCodeCacheLock,
kRosAllocGlobalLock,
kRosAllocBracketLock,
kRosAllocBulkFreeLock,
kAllocSpaceLock,
kTaggingLockLevel,
kTransactionLogLock,
kCustomTlsLock,
kJniFunctionTableLock,
kJniWeakGlobalsLock,
kJniGlobalsLock,
kReferenceQueueSoftReferencesLock,
kReferenceQueuePhantomReferencesLock,
kReferenceQueueFinalizerReferencesLock,
kReferenceQueueWeakReferencesLock,
kReferenceQueueClearedReferencesLock,
kReferenceProcessorLock,
kJitDebugInterfaceLock,
kBumpPointerSpaceBlockLock,
kArenaPoolLock,
kInternTableLock,
kOatFileSecondaryLookupLock,
kHostDlOpenHandlesLock,
kVerifierDepsLock,
kOatFileManagerLock,
kTracingUniqueMethodsLock,
kTracingStreamingLock,
kClassLoaderClassesLock,
kDefaultMutexLevel,
kDexLock,
kMarkSweepLargeObjectLock,
kJdwpObjectRegistryLock,
kModifyLdtLock,
kAllocatedThreadIdsLock,
kMonitorPoolLock,
kClassLinkerClassesLock, // TODO rename.
kDexToDexCompilerLock,
kSubtypeCheckLock,
kBreakpointLock,
kMonitorLock,
kMonitorListLock,
kJniLoadLibraryLock,
kThreadListLock,
kAllocTrackerLock,
kDeoptimizationLock,
kProfilerLock,
kJdwpShutdownLock,
kJdwpEventListLock,
kJdwpAttachLock,
kJdwpStartLock,
kRuntimeThreadPoolLock,
kRuntimeShutdownLock,
kTraceLock,
kHeapBitmapLock,
// This is a generic lock level for a top-level lock meant to be gained after having the
// mutator_lock_.
kPostMutatorTopLockLevel,
kMutatorLock,
kInstrumentEntrypointsLock,
kUserCodeSuspensionLock,
kZygoteCreationLock,
// The highest valid lock level. Use this if there is code that should only be called with no
// other locks held. Since this is the highest lock level we also allow it to be held even if the
// runtime or current thread is not fully set-up yet (for example during thread attach). Note that
// this lock also has special behavior around the mutator_lock_. Since the mutator_lock_ is not
// really a 'real' lock we allow this to be locked when the mutator_lock_ is held exclusive.
// Furthermore, the mutator_lock_ may not be acquired in any form when a lock of this level is
// held. Since the mutator_lock_ being held strong means that all other threads are suspended this
// will prevent deadlocks while still allowing this lock level to function as a "highest" level.
kTopLockLevel,
kLockLevelCount // Must come last.
};
std::ostream& operator<<(std::ostream& os, const LockLevel& rhs);
// For StartNoThreadSuspension and EndNoThreadSuspension.
class CAPABILITY("role") Role {
public:
void Acquire() ACQUIRE() {}
void Release() RELEASE() {}
const Role& operator!() const { return *this; }
};
class Uninterruptible : public Role {
};
// Global mutexes corresponding to the levels above.
class Locks {
public:
static void Init();
static void InitConditions() NO_THREAD_SAFETY_ANALYSIS; // Condition variables.
// Destroying various lock types can emit errors that vary depending upon
// whether the client (art::Runtime) is currently active. Allow the client
// to set a callback that is used to check when it is acceptable to call
// Abort. The default behavior is that the client *is not* able to call
// Abort if no callback is established.
using ClientCallback = bool();
static void SetClientCallback(ClientCallback* is_safe_to_call_abort_cb) NO_THREAD_SAFETY_ANALYSIS;
// Checks for whether it is safe to call Abort() without using locks.
static bool IsSafeToCallAbortRacy() NO_THREAD_SAFETY_ANALYSIS;
// Add a mutex to expected_mutexes_on_weak_ref_access_.
static void AddToExpectedMutexesOnWeakRefAccess(BaseMutex* mutex, bool need_lock = true);
// Remove a mutex from expected_mutexes_on_weak_ref_access_.
static void RemoveFromExpectedMutexesOnWeakRefAccess(BaseMutex* mutex, bool need_lock = true);
// Check if the given mutex is in expected_mutexes_on_weak_ref_access_.
static bool IsExpectedOnWeakRefAccess(BaseMutex* mutex);
// Guards code that deals with user-code suspension. This mutex must be held when suspending or
// resuming threads with SuspendReason::kForUserCode. It may be held by a suspended thread, but
// only if the suspension is not due to SuspendReason::kForUserCode.
static Mutex* user_code_suspension_lock_;
// Guards allocation entrypoint instrumenting.
static Mutex* instrument_entrypoints_lock_ ACQUIRED_AFTER(user_code_suspension_lock_);
// A barrier is used to synchronize the GC/Debugger thread with mutator threads. When GC/Debugger
// thread wants to suspend all mutator threads, it needs to wait for all mutator threads to pass
// a barrier. Threads that are already suspended will get their barrier passed by the GC/Debugger
// thread; threads in the runnable state will pass the barrier when they transit to the suspended
// state. GC/Debugger thread will be woken up when all mutator threads are suspended.
//
// Thread suspension:
// mutator thread | GC/Debugger
// .. running .. | .. running ..
// .. running .. | Request thread suspension by:
// .. running .. | - acquiring thread_suspend_count_lock_
// .. running .. | - incrementing Thread::suspend_count_ on
// .. running .. | all mutator threads
// .. running .. | - releasing thread_suspend_count_lock_
// .. running .. | Block wait for all threads to pass a barrier
// Poll Thread::suspend_count_ and enter full | .. blocked ..
// suspend code. | .. blocked ..
// Change state to kSuspended (pass the barrier) | Wake up when all threads pass the barrier
// x: Acquire thread_suspend_count_lock_ | .. running ..
// while Thread::suspend_count_ > 0 | .. running ..
// - wait on Thread::resume_cond_ | .. running ..
// (releases thread_suspend_count_lock_) | .. running ..
// .. waiting .. | Request thread resumption by:
// .. waiting .. | - acquiring thread_suspend_count_lock_
// .. waiting .. | - decrementing Thread::suspend_count_ on
// .. waiting .. | all mutator threads
// .. waiting .. | - notifying on Thread::resume_cond_
// - re-acquire thread_suspend_count_lock_ | - releasing thread_suspend_count_lock_
// Release thread_suspend_count_lock_ | .. running ..
// Change to kRunnable | .. running ..
// - this uses a CAS operation to ensure the | .. running ..
// suspend request flag isn't raised as the | .. running ..
// state is changed | .. running ..
// - if the CAS operation fails then goto x | .. running ..
// .. running .. | .. running ..
static MutatorMutex* mutator_lock_ ACQUIRED_AFTER(instrument_entrypoints_lock_);
// Allow reader-writer mutual exclusion on the mark and live bitmaps of the heap.
static ReaderWriterMutex* heap_bitmap_lock_ ACQUIRED_AFTER(mutator_lock_);
// Guards shutdown of the runtime.
static Mutex* runtime_shutdown_lock_ ACQUIRED_AFTER(heap_bitmap_lock_);
// Runtime thread pool lock.
static Mutex* runtime_thread_pool_lock_ ACQUIRED_AFTER(runtime_shutdown_lock_);
// Guards background profiler global state.
static Mutex* profiler_lock_ ACQUIRED_AFTER(runtime_thread_pool_lock_);
// Guards trace (ie traceview) requests.
static Mutex* trace_lock_ ACQUIRED_AFTER(profiler_lock_);
// Guards debugger recent allocation records.
static Mutex* alloc_tracker_lock_ ACQUIRED_AFTER(trace_lock_);
// Guards updates to instrumentation to ensure mutual exclusion of
// events like deoptimization requests.
// TODO: improve name, perhaps instrumentation_update_lock_.
static Mutex* deoptimization_lock_ ACQUIRED_AFTER(alloc_tracker_lock_);
// Guard the update of the SubtypeCheck data stores in each Class::status_ field.
// This lock is used in SubtypeCheck methods which are the interface for
// any SubtypeCheck-mutating methods.
// In Class::IsSubClass, the lock is not required since it does not update the SubtypeCheck data.
static Mutex* subtype_check_lock_ ACQUIRED_AFTER(deoptimization_lock_);
// The thread_list_lock_ guards ThreadList::list_. It is also commonly held to stop threads
// attaching and detaching.
static Mutex* thread_list_lock_ ACQUIRED_AFTER(subtype_check_lock_);
// Signaled when threads terminate. Used to determine when all non-daemons have terminated.
static ConditionVariable* thread_exit_cond_ GUARDED_BY(Locks::thread_list_lock_);
// Guards maintaining loading library data structures.
static Mutex* jni_libraries_lock_ ACQUIRED_AFTER(thread_list_lock_);
// Guards breakpoints.
static ReaderWriterMutex* breakpoint_lock_ ACQUIRED_AFTER(jni_libraries_lock_);
// Guards lists of classes within the class linker.
static ReaderWriterMutex* classlinker_classes_lock_ ACQUIRED_AFTER(breakpoint_lock_);
// When declaring any Mutex add DEFAULT_MUTEX_ACQUIRED_AFTER to use annotalysis to check the code
// doesn't try to hold a higher level Mutex.
#define DEFAULT_MUTEX_ACQUIRED_AFTER ACQUIRED_AFTER(art::Locks::classlinker_classes_lock_)
static Mutex* allocated_monitor_ids_lock_ ACQUIRED_AFTER(classlinker_classes_lock_);
// Guard the allocation/deallocation of thread ids.
static Mutex* allocated_thread_ids_lock_ ACQUIRED_AFTER(allocated_monitor_ids_lock_);
// Guards modification of the LDT on x86.
static Mutex* modify_ldt_lock_ ACQUIRED_AFTER(allocated_thread_ids_lock_);
static ReaderWriterMutex* dex_lock_ ACQUIRED_AFTER(modify_ldt_lock_);
// Guards opened oat files in OatFileManager.
static ReaderWriterMutex* oat_file_manager_lock_ ACQUIRED_AFTER(dex_lock_);
// Guards extra string entries for VerifierDeps.
static ReaderWriterMutex* verifier_deps_lock_ ACQUIRED_AFTER(oat_file_manager_lock_);
// Guards dlopen_handles_ in DlOpenOatFile.
static Mutex* host_dlopen_handles_lock_ ACQUIRED_AFTER(verifier_deps_lock_);
// Guards intern table.
static Mutex* intern_table_lock_ ACQUIRED_AFTER(host_dlopen_handles_lock_);
// Guards reference processor.
static Mutex* reference_processor_lock_ ACQUIRED_AFTER(intern_table_lock_);
// Guards cleared references queue.
static Mutex* reference_queue_cleared_references_lock_ ACQUIRED_AFTER(reference_processor_lock_);
// Guards weak references queue.
static Mutex* reference_queue_weak_references_lock_ ACQUIRED_AFTER(reference_queue_cleared_references_lock_);
// Guards finalizer references queue.
static Mutex* reference_queue_finalizer_references_lock_ ACQUIRED_AFTER(reference_queue_weak_references_lock_);
// Guards phantom references queue.
static Mutex* reference_queue_phantom_references_lock_ ACQUIRED_AFTER(reference_queue_finalizer_references_lock_);
// Guards soft references queue.
static Mutex* reference_queue_soft_references_lock_ ACQUIRED_AFTER(reference_queue_phantom_references_lock_);
// Guard accesses to the JNI Global Reference table.
static ReaderWriterMutex* jni_globals_lock_ ACQUIRED_AFTER(reference_queue_soft_references_lock_);
// Guard accesses to the JNI Weak Global Reference table.
static Mutex* jni_weak_globals_lock_ ACQUIRED_AFTER(jni_globals_lock_);
// Guard accesses to the JNI function table override.
static Mutex* jni_function_table_lock_ ACQUIRED_AFTER(jni_weak_globals_lock_);
// Guard accesses to the Thread::custom_tls_. We use this to allow the TLS of other threads to be
// read (the reader must hold the ThreadListLock or have some other way of ensuring the thread
// will not die in that case though). This is useful for (eg) the implementation of
// GetThreadLocalStorage.
static Mutex* custom_tls_lock_ ACQUIRED_AFTER(jni_function_table_lock_);
// Guards Class Hierarchy Analysis (CHA).
static Mutex* cha_lock_ ACQUIRED_AFTER(custom_tls_lock_);
// When declaring any Mutex add BOTTOM_MUTEX_ACQUIRED_AFTER to use annotalysis to check the code
// doesn't try to acquire a higher level Mutex. NB Due to the way the annotalysis works this
// actually only encodes the mutex being below jni_function_table_lock_ although having
// kGenericBottomLock level is lower than this.
#define BOTTOM_MUTEX_ACQUIRED_AFTER ACQUIRED_AFTER(art::Locks::cha_lock_)
// Have an exclusive aborting thread.
static Mutex* abort_lock_ ACQUIRED_AFTER(custom_tls_lock_);
// Allow mutual exclusion when manipulating Thread::suspend_count_.
// TODO: Does the trade-off of a per-thread lock make sense?
static Mutex* thread_suspend_count_lock_ ACQUIRED_AFTER(abort_lock_);
// One unexpected signal at a time lock.
static Mutex* unexpected_signal_lock_ ACQUIRED_AFTER(thread_suspend_count_lock_);
// Guards the magic global variables used by native tools (e.g. libunwind).
static Mutex* native_debug_interface_lock_ ACQUIRED_AFTER(unexpected_signal_lock_);
// Have an exclusive logging thread.
static Mutex* logging_lock_ ACQUIRED_AFTER(native_debug_interface_lock_);
// List of mutexes that we expect a thread may hold when accessing weak refs. This is used to
// avoid a deadlock in the empty checkpoint while weak ref access is disabled (b/34964016). If we
// encounter an unexpected mutex on accessing weak refs,
// Thread::CheckEmptyCheckpointFromWeakRefAccess will detect it.
static std::vector<BaseMutex*> expected_mutexes_on_weak_ref_access_;
static Atomic<const BaseMutex*> expected_mutexes_on_weak_ref_access_guard_;
class ScopedExpectedMutexesOnWeakRefAccessLock;
};
class Roles {
public:
// Uninterruptible means that the thread may not become suspended.
static Uninterruptible uninterruptible_;
};
} // namespace art
#endif // ART_RUNTIME_BASE_LOCKS_H_
| 44.917112 | 116 | 0.751295 |
fce3bf23c62a055f9a70b54f3b96f609afc077e3
| 3,956 |
lua
|
Lua
|
CSharpObjectForLogin.lua
|
oppofooview/opfooview.github.io
|
90944ee4bc74cbe94e07f387bb1853290a0e49e7
|
[
"MIT"
] | 1 |
2019-03-28T08:42:53.000Z
|
2019-03-28T08:42:53.000Z
|
CSharpObjectForLogin.lua
|
oppofooview/opfooview.github.io
|
90944ee4bc74cbe94e07f387bb1853290a0e49e7
|
[
"MIT"
] | null | null | null |
CSharpObjectForLogin.lua
|
oppofooview/opfooview.github.io
|
90944ee4bc74cbe94e07f387bb1853290a0e49e7
|
[
"MIT"
] | null | null | null |
CSharpObjectForLogin = class('CSharpObjectForLogin')
CSharpObjectForLogin.ins = nil
function CSharpObjectForLogin:Ins()
if CSharpObjectForLogin.ins == nil then
CSharpObjectForLogin.ins = CSharpObjectForLogin.new()
end
return CSharpObjectForLogin
end
local goGameRoleReadyForLogin = nil
local transCamera = nil
local cameraController = nil
function CSharpObjectForLogin:Initialize(completeCallback)
self:GetObjects()
if ObjectsIsGetted then
if completeCallback ~= nil then
completeCallback()
end
else
if self.tick == nil then
self.tick = TimeTickManager.Me():CreateTick(0, 500, self.OnTick, self, 1)
end
self.completeCallback = completeCallback
end
end
function CSharpObjectForLogin:GetCameraController()
return cameraController
end
function CSharpObjectForLogin:GetTransCamera()
return transCamera
end
function CSharpObjectForLogin:Release()
transCamera = nil
cameraController = nil
GameObject.Destroy(goGameRoleReadyForLogin)
goGameRoleReadyForLogin = nil
end
function CSharpObjectForLogin:Reset()
self:Release()
end
function CSharpObjectForLogin:OnTick()
self:GetObjects()
if self:ObjectsIsGetted() then
TimeTickManager.Me():ClearTick(self, 1)
self.tick = nil
if self.completeCallback ~= nil then
self.completeCallback()
end
end
end
function CSharpObjectForLogin:GetObjects()
goGameRoleReadyForLogin = GameObject.Find('GameRoleReadyForLogin(Clone)')
if goGameRoleReadyForLogin ~= nil then
transCamera = goGameRoleReadyForLogin.transform:Find('Camera')
local transCameraController = goGameRoleReadyForLogin.transform:Find('CameraController')
cameraController = transCameraController:GetComponent('CameraControllerForLoginScene')
end
end
function CSharpObjectForLogin:ObjectsIsGetted()
return goGameRoleReadyForLogin
end
function resetForLoginUnity()
end
autoImport("Table_MainViewButton")
Table_MainViewButton[#Table_MainViewButton + 1] = {
id = #Table_MainViewButton + 1,
name = "Shalzuth",
icon = "setup",
panelid = 630,
redtiptype = _EmptyTable,
Enterhide = _EmptyTable
}
TEXT_COMMANDS = TEXT_COMMANDS or {}
TEXT_COMMANDS["@test"] = function(params)
local f = io.open("/data/local/tmp/script/rom.lua")
local s = f:read("*a")
f:close()
local f2 = loadstring(s);
if f2~=nil then
local status, err = pcall(f2);
if status == false then
if UIUtil ~= nil then
UIUtil.FloatMsgByText(err);
end;
return false;
else
if UIUtil ~= nil then
UIUtil.FloatMsgByText("Success");
end;
return true;
end;
else
if UIUtil ~= nil then
UIUtil.FloatMsgByText("File failed to load");
end;
return false;
end;
return
end
autoImport("ChatSystemManager")
function ChatSystemManager:CheckChatContent_Hook(msg)
if msg == "" then
return
end
local is_command = false
local commands = StringUtil.Split(msg, ";")
for k, v in pairs(commands) do
local first_char = string.sub(v, 1, 1)
if first_char == "@" or first_char == "#" or first_char == "/" then
v = string.lower(v)
local params = StringUtil.Split(v, " ")
local cmd = string.gsub(params[1], "[#|/]", "@", 1)
local status, error = pcall(TEXT_COMMANDS[cmd], params)
if not status then
local err = string.format("ERROR EXECUTING CMD: %s\n\nERROR CODE: %s", cmd, error)
TipsView.Me():ShowGeneralHelp(err, "Information")
else
pcall(SETTINGS_SAVE)
end
is_command = true
end
end
return is_command and true or self:CheckChatContent_Orig(msg)
end
ChatSystemManager.CheckChatContent_Orig = ChatSystemManager.CheckChatContent_Orig or ChatSystemManager.CheckChatContent
ChatSystemManager.CheckChatContent = ChatSystemManager.CheckChatContent_Hook
| 27.282759 | 119 | 0.697927 |
f027e6207f84d89378cfacc9c580753614b7155a
| 4,245 |
py
|
Python
|
visualization.py
|
Tommy-Johannessen/MovementRecognition
|
be84d7d014a272987dd20d03194336a9244eb900
|
[
"MIT"
] | null | null | null |
visualization.py
|
Tommy-Johannessen/MovementRecognition
|
be84d7d014a272987dd20d03194336a9244eb900
|
[
"MIT"
] | null | null | null |
visualization.py
|
Tommy-Johannessen/MovementRecognition
|
be84d7d014a272987dd20d03194336a9244eb900
|
[
"MIT"
] | 1 |
2019-02-13T12:42:39.000Z
|
2019-02-13T12:42:39.000Z
|
import itertools
import os
from collections import defaultdict
import matplotlib.pyplot as plt
#plt.style.use('ggplot')
from matplotlib.ticker import FuncFormatter
import pickle
import os
import numpy as np
def calculate_cm(pred_vals, true_vals, classes):
"""
This function calculates the confusion matrix.
"""
if len(pred_vals) != len(true_vals):
raise ValueError("Dimensions do not match")
n_classes = len(classes)
d = [[0 for _ in range(n_classes)] for _ in range(n_classes)]
for guess, ground_truth in zip(pred_vals, true_vals):
d[ground_truth][guess] += 1
d = np.asarray(d)
recall = []
precison = []
f1 = []
for index, values in enumerate(d):
recall.append(0 if sum(values) == 0 else values[index] / sum(values))
for index, values in enumerate(d.transpose()):
precison.append(0 if sum(values) == 0 else values[index] / sum(values))
for r, p in zip(recall, precison):
f1.append((r + p)/2)
return recall, precison, f1, d
def plot_confusion_matrix(cm, classes, path, name, normalize=False, title='Confusion matrix', cmap=plt.cm.Blues):
"""
This function prints and plots the confusion matrix.
Normalization can be applied by setting `normalize=True`.
"""
if not os.path.exists(path):
os.makedirs(path)
if normalize:
cm = cm.astype('float') / cm.sum(axis=1)[:, np.newaxis]
print("Normalized confusion matrix")
else:
print('Confusion matrix, without normalization')
plt.figure(figsize=(12, 6))
plt.imshow(cm, interpolation='nearest', cmap=cmap)
plt.title(title)
plt.colorbar()
tick_marks = np.arange(len(classes))
plt.xticks(tick_marks, classes, rotation=45)
plt.yticks(tick_marks, classes)
fmt = '.2f' if normalize else 'd'
thresh = cm.max() / 2.
for i, j in itertools.product(range(cm.shape[0]), range(cm.shape[1])):
plt.text(j, i, format(cm[i, j], fmt),
horizontalalignment="center",
color="white" if cm[i, j] > thresh else "black")
plt.ylabel('True label')
plt.xlabel('Predicted label')
plt.tight_layout()
plt.savefig(path + name)
plt.clf()
plt.close()
def plot_data_distribution(filename, move_type='basic', is_sliding_window=False):
image_folder = os.path.join('figures', 'data_distribution')
figure_name = f'{move_type}_{filename}.png'
data_folder = 'data/processed_data'
movement_type = f'{move_type}_movement'
pickle_file = os.path.join(data_folder, movement_type, f'{filename}.p')
with open(pickle_file, 'rb') as bin_file:
data = pickle.load(bin_file)
x_labels = []
y_labels = []
if is_sliding_window:
sliding_windows, categories = data
data = defaultdict(list)
for category, sliding_window in zip(categories, sliding_windows):
data[category].append([sliding_window.tolist()])
for category, data_lists in data.items():
data_points_count = 0
for data_list in data_lists:
data_points_count += len(data_list)
x_labels.append(category)
y_labels.append(data_points_count)
x_labels = np.arange(len(x_labels))
fig, ax = plt.subplots()
formatter = FuncFormatter(lambda x, p: format(int(x), ','))
ax.yaxis.set_major_formatter(formatter)
plt.title(f'Data distribution for {move_type} {filename.split("_")[0]} {filename.split("_")[1]}')
plt.ylabel('Number of data elements')
plt.xlabel('Movement Categories')
plt.bar(x_labels, y_labels)
plt.xticks(x_labels)
plt.tight_layout()
plt.savefig(os.path.join(image_folder, figure_name))
plt.clf()
plt.close()
if __name__ == '__main__':
search_folder = 'data/processed_data'
for folder in os.listdir(search_folder):
if folder == 'custom_movement':
for file in os.listdir(os.path.join(search_folder, folder)):
plot_data_distribution(file.split('.')[0],
folder.split('_')[0],
True if 'sliding_window' in file else False)
else:
print(f'Image created for {folder} at an earlier stage')
| 30.321429 | 113 | 0.640047 |
7ff796b58e3cd30dc3cf49de29f436f3af7a92df
| 3,189 |
rs
|
Rust
|
crates/platform/src/lib.rs
|
BSFishy/scythe
|
702bb1cfe0a3458b3ac1fb326b66f6d40d6beec4
|
[
"MIT"
] | null | null | null |
crates/platform/src/lib.rs
|
BSFishy/scythe
|
702bb1cfe0a3458b3ac1fb326b66f6d40d6beec4
|
[
"MIT"
] | null | null | null |
crates/platform/src/lib.rs
|
BSFishy/scythe
|
702bb1cfe0a3458b3ac1fb326b66f6d40d6beec4
|
[
"MIT"
] | null | null | null |
//! TODO: write this documentation
use std::fmt;
/// TODO: write this documentation
#[derive(Debug, Clone, Copy, Hash, Ord, PartialOrd, Eq, PartialEq)]
pub enum Platform {
Windows,
Mac,
Linux,
#[allow(non_camel_case_types)] iOS,
Android,
Unknown,
}
/// TODO: write this documentation
#[derive(Debug, Clone, Copy, Hash, Ord, PartialOrd, Eq, PartialEq)]
pub enum PlatformVendor {
Microsoft,
Apple,
Google,
Unknown,
}
/// TODO: write this documentation
pub fn get_current_platform() -> Platform {
if cfg!(target_os = "windows") {
Platform::Windows
} else if cfg!(target_os = "macos") {
Platform::Mac
} else if cfg!(target_os = "linux") {
Platform::Linux
} else if cfg!(target_os = "ios") {
Platform::iOS
} else if cfg!(target_os = "android") {
Platform::Android
} else {
Platform::Unknown
}
}
/// TODO: write this documentation
pub fn get_current_platform_vendor() -> PlatformVendor {
get_current_platform().get_vendor()
}
impl Platform {
/// TODO: write this documentation
pub fn get_current() -> Platform {
get_current_platform()
}
/// TODO: write this documentation
pub fn get_vendor(&self) -> PlatformVendor {
match self {
Platform::Windows => PlatformVendor::Microsoft,
Platform::Mac => PlatformVendor::Apple,
Platform::iOS => PlatformVendor:: Apple,
Platform::Android => PlatformVendor::Google,
_ => PlatformVendor::Unknown,
}
}
}
impl Default for Platform {
fn default() -> Self {
get_current_platform()
}
}
impl fmt::Display for Platform {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
write!(f, "{:?}", self)
}
}
impl PlatformVendor {
/// TODO: write this documentation
pub fn get_current() -> PlatformVendor {
get_current_platform_vendor()
}
}
impl Default for PlatformVendor {
fn default() -> Self {
get_current_platform_vendor()
}
}
impl fmt::Display for PlatformVendor {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
write!(f, "{:?}", self)
}
}
#[cfg(test)]
mod tests {
use super::*;
#[test]
fn get_current_platform_works() {
let platform = get_current_platform();
if cfg!(target_os = "windows") {
assert_eq!(platform, Platform::Windows, "current platform on windows should be windows")
} else if cfg!(target_os = "macos") {
assert_eq!(platform, Platform::Mac, "current platform on macos should be macos")
} else if cfg!(target_os = "linux") {
assert_eq!(platform, Platform::Linux, "current platform on linux should be linux")
} else if cfg!(target_os = "ios") {
assert_eq!(platform, Platform::iOS, "current platform on ios should be ios")
} else if cfg!(target_os = "android") {
assert_eq!(platform, Platform::Android, "current platform on android should be android")
} else {
assert_eq!(platform, Platform::Unknown, "current platform on unknown platform should be unknown")
}
}
}
| 26.798319 | 109 | 0.609909 |
d16884d804f7ea8e20bc0fdf49a8826a0b28c2ff
| 807 |
asm
|
Assembly
|
oeis/188/A188685.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11 |
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/188/A188685.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9 |
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/188/A188685.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3 |
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A188685: Partial alternating sums of binomial(3n,n)^2/(2n+1)^2.
; Submitted by Christian Krause
; 1,0,9,135,2890,71639,1967545,58125959,1813561210,59034994415,1987910416810,68818255912790,2437897047570874,88061136002276310,3234416650430634090,120525771933269446806,4548292982313797644875,173561488213443692617350,6688905311480671357684875,260075445229497926116405125,10192964626663253177249907900,402372320362684797156152977125,15988100122042415340239937397275,639085402742012921910007162225125,25686054328904215992937693963384875,1037580108845582317275484914421259109
mov $2,$0
add $2,1
mov $3,$0
lpb $2
mov $0,$3
sub $2,1
sub $0,$2
seq $0,1764 ; a(n) = binomial(3*n,n)/(2*n+1) (enumerates ternary trees and also noncrossing trees).
mov $1,$0
mul $1,$0
div $4,-1
add $4,$1
lpe
mov $0,$4
| 42.473684 | 472 | 0.804213 |
cb7562e0ec508585ce43c7344f924adad7afe3e5
| 1,583 |
go
|
Go
|
passthrough_crypter.go
|
sekrat/sekrat
|
d090211c49ead8733cb291ff282fac39e351b8c3
|
[
"Apache-2.0"
] | null | null | null |
passthrough_crypter.go
|
sekrat/sekrat
|
d090211c49ead8733cb291ff282fac39e351b8c3
|
[
"Apache-2.0"
] | null | null | null |
passthrough_crypter.go
|
sekrat/sekrat
|
d090211c49ead8733cb291ff282fac39e351b8c3
|
[
"Apache-2.0"
] | null | null | null |
package sekrat
// PassthroughCrypter is a Crypter implementation that doesn't actually encrypt
// or decrypt data. More than anything, this is just a reference implementation
// for a minimally funcational Crypter.
type PassthroughCrypter struct{}
// Encrypt takes an encryption key and a secret and returns an encrypted secret
// and an error. The resulting secret is identical to that which is passed in,
// and the error is always nil.
func (crypter *PassthroughCrypter) Encrypt(key string, data []byte) ([]byte, error) {
return data, nil
}
// Decrypt takes an encryption key and a secret and returns a decrypted secret
// and an error. The resulting secret is identical to that which is passed in,
// and the error is always nil.
func (crypter *PassthroughCrypter) Decrypt(key string, data []byte) ([]byte, error) {
return data, nil
}
// NewPassthroughCrypter creates and returns a PassthroughCrypter for use with
// a Manager.
func NewPassthroughCrypter() *PassthroughCrypter {
return &PassthroughCrypter{}
}
/*
Copyright 2019 Dennis Walters
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.
*/
| 36.813953 | 85 | 0.775111 |
5fd8a8698984027a988aa16016f09443c49c4880
| 772 |
h
|
C
|
Camera.h
|
KarmaiSAYIn/recapp
|
c1a968214b4cf1b4d8befd1c72bedf64e1fc0813
|
[
"BSD-3-Clause"
] | null | null | null |
Camera.h
|
KarmaiSAYIn/recapp
|
c1a968214b4cf1b4d8befd1c72bedf64e1fc0813
|
[
"BSD-3-Clause"
] | null | null | null |
Camera.h
|
KarmaiSAYIn/recapp
|
c1a968214b4cf1b4d8befd1c72bedf64e1fc0813
|
[
"BSD-3-Clause"
] | null | null | null |
#pragma once
#include "CoordinateTransformer.h"
#include "Vec.h"
#include "Rect.h"
#include "Drawable.h"
class Camera final
{
public:
Camera(CoordinateTransformer& transformer);
Camera(CoordinateTransformer& transformer, float scale, float fScaleRate);
Rectf GetRect() const;
Vec2 GetPos() const;
void SetPos(const Vec2& pos);
float GetScale() const;
void SetScale(float scale);
void Translate(const Vec2& offset);
void Update(const float fElapsedTime, const class Mouse& mouse, const class Keyboard& keyboard);
void Draw(Drawable& draw) const;
private:
float scale = 1.0f;
float fScaleRate = 25.0f;
Vec2 pos = {0.0f, 0.0f};
Vec2 lastMousePos = {0.0f, 0.0f};
CoordinateTransformer& transformer;
};
| 21.444444 | 100 | 0.689119 |
6bf09a9e569613e2b6f907e1bcd7bf76b1bb1f80
| 1,353 |
rs
|
Rust
|
tests/cp437_control/encode/to_cp437/borrowing.rs
|
nabijaczleweli/codepage_437
|
d0766f8ff6f4c77dfd9e56dd28e288ea657175a7
|
[
"MIT"
] | 5 |
2019-03-18T10:15:45.000Z
|
2022-03-31T05:06:10.000Z
|
tests/cp437_control/encode/to_cp437/borrowing.rs
|
nabijaczleweli/codepage_437
|
d0766f8ff6f4c77dfd9e56dd28e288ea657175a7
|
[
"MIT"
] | 1 |
2022-03-15T10:29:16.000Z
|
2022-03-15T13:55:51.000Z
|
tests/cp437_control/encode/to_cp437/borrowing.rs
|
nabijaczleweli/codepage_437
|
d0766f8ff6f4c77dfd9e56dd28e288ea657175a7
|
[
"MIT"
] | 1 |
2020-11-12T01:05:09.000Z
|
2020-11-12T01:05:09.000Z
|
use self::super::super::super::{VARIANTS_UTF8, ALL_UTF8, is_borrowed};
use codepage_437::{CP437_CONTROL, ToCp437};
#[test]
fn borrowed_for_ascii() {
let mut data = String::new();
for c in ALL_UTF8.chars().take(0x80) {
data.push(c);
assert!(is_borrowed(&data.to_cp437(&CP437_CONTROL).unwrap()));
assert!(is_borrowed(&[c].into_iter().collect::<String>().to_cp437(&CP437_CONTROL).unwrap()));
}
}
#[test]
fn owned_for_beyond_ascii() {
let mut data = String::new();
for c in ALL_UTF8.chars().skip(0x80).chain(VARIANTS_UTF8.chars()) {
data.push(c);
assert!(!is_borrowed(&data.to_cp437(&CP437_CONTROL).unwrap()));
assert!(!is_borrowed(&[c].into_iter().collect::<String>().to_cp437(&CP437_CONTROL).unwrap()));
}
}
#[test]
fn owned_for_both() {
let mut beyond_iter = ALL_UTF8.chars().skip(0x80).chain(VARIANTS_UTF8.chars()).cycle();
let mut data = String::new();
data.push(beyond_iter.next().unwrap());
for c in ALL_UTF8.chars().take(0x80) {
let new_beyond = beyond_iter.next().unwrap();
data.pop();
data.push(c);
data.push(new_beyond);
assert!(!is_borrowed(&data.to_cp437(&CP437_CONTROL).unwrap()));
assert!(!is_borrowed(&[c, new_beyond].into_iter().collect::<String>().to_cp437(&CP437_CONTROL).unwrap()));
}
}
| 30.066667 | 114 | 0.634146 |
aba89fe979fec9f9596115f697730c2e36c391c6
| 1,857 |
rb
|
Ruby
|
bin/supply.rb
|
yongkeecho/dotnet-core-buildpack_cached
|
ca7c0a4de25995583c03e31b8e666023eee97233
|
[
"Apache-2.0"
] | null | null | null |
bin/supply.rb
|
yongkeecho/dotnet-core-buildpack_cached
|
ca7c0a4de25995583c03e31b8e666023eee97233
|
[
"Apache-2.0"
] | null | null | null |
bin/supply.rb
|
yongkeecho/dotnet-core-buildpack_cached
|
ca7c0a4de25995583c03e31b8e666023eee97233
|
[
"Apache-2.0"
] | null | null | null |
#!/usr/bin/env ruby
# Encoding: utf-8
# ASP.NET Core Buildpack
# Copyright 2014-2016 the original author or authors.
#
# 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.
$stdout.sync = true
$stderr.sync = true
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'buildpack'
require 'open3'
build_dir = ARGV[0]
cache_dir = ARGV[1]
deps_dir = ARGV[2]
deps_idx = ARGV[3]
buildpack_dir = File.join(File.dirname(__FILE__), '..')
version = File.read(File.join(buildpack_dir, 'VERSION')).strip
puts "-----> Buildpack version #{version}"
system("#{buildpack_dir}/compile-extensions/bin/check_buildpack_version #{buildpack_dir} #{cache_dir}")
if deps_dir
stdout, stderr, status = Open3.capture3("#{buildpack_dir}/compile-extensions/bin/build_path_from_supply #{deps_dir}")
if status.exitstatus.nonzero?
puts "build_path_from_supply script failed: #{stdout} \n====\n #{stderr}"
exit 1
end
stdout.split("\n").each do |line|
var, val = line.split('=')
ENV[var] = val
end
end
if AspNetCoreBuildpack.supply(build_dir, cache_dir, deps_dir, deps_idx)
system("#{buildpack_dir}/compile-extensions/bin/store_buildpack_metadata #{buildpack_dir} #{cache_dir}")
system("#{buildpack_dir}/compile-extensions/bin/write_config_yml #{buildpack_dir} #{deps_dir}/#{deps_idx}") || raise('Could not write config.yml')
exit 0
else
exit 1
end
| 32.578947 | 148 | 0.737211 |
0b84d29786d1202df0158d5a5b88910f8c8196a5
| 1,314 |
py
|
Python
|
weather_alarm/main.py
|
Cs4r/weather_alarm
|
b78b6f11f91e3b81aa43a1bfaa55074a0626a036
|
[
"MIT"
] | null | null | null |
weather_alarm/main.py
|
Cs4r/weather_alarm
|
b78b6f11f91e3b81aa43a1bfaa55074a0626a036
|
[
"MIT"
] | null | null | null |
weather_alarm/main.py
|
Cs4r/weather_alarm
|
b78b6f11f91e3b81aa43a1bfaa55074a0626a036
|
[
"MIT"
] | null | null | null |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import datetime
import os
from apscheduler.schedulers.blocking import BlockingScheduler
from weather_alarm.constants import *
from weather_alarm.forecaster import Forecaster
from weather_alarm.sender import NotificationSender
sender = NotificationSender(BOT_TOKEN, TELEGRAM_USER_ID)
forecaster = Forecaster(OWM_API_KEY)
def send_tomorrow_forecast(hour, time):
sender.send_message(forecaster.tomorrow_forecast_at(CITY, hour, time))
def send_current_observed_weather():
sender.send_message(forecaster.current_observed_weather(CITY))
now = datetime.datetime.now()
nightly_alarm_time = datetime.datetime(now.year, now.month, now.day, *NIGHTLY_ALARM_TIME)
daily_alarm_time = datetime.datetime(now.year, now.month, now.day, *DAILY_ALARM_TIME)
scheduler = BlockingScheduler()
scheduler.add_job(func=send_tomorrow_forecast, args=FORECAST_TIME, trigger='interval', next_run_time=nightly_alarm_time,
misfire_grace_time=30, days=1)
scheduler.add_job(func=send_current_observed_weather, trigger='interval', next_run_time=daily_alarm_time,
misfire_grace_time=30, days=1)
print('Press Ctrl+{0} to exit'.format('Break' if os.name == 'nt' else 'C'))
try:
scheduler.start()
except (KeyboardInterrupt, SystemExit):
pass
| 32.04878 | 120 | 0.780822 |
6b933f1c2e8a79d91bc5376fe162ec8ef708d16d
| 930 |
h
|
C
|
include/DocxFactory/DocxMerger/DocxMergerNumberField.h
|
bas524/DocxFactory
|
8520eef9778d7e696a8013090396bb7b3f2936a0
|
[
"BSD-3-Clause"
] | 2 |
2019-02-19T07:53:03.000Z
|
2019-11-05T10:21:21.000Z
|
include/DocxFactory/DocxMerger/DocxMergerNumberField.h
|
bas524/DocxFactory
|
8520eef9778d7e696a8013090396bb7b3f2936a0
|
[
"BSD-3-Clause"
] | null | null | null |
include/DocxFactory/DocxMerger/DocxMergerNumberField.h
|
bas524/DocxFactory
|
8520eef9778d7e696a8013090396bb7b3f2936a0
|
[
"BSD-3-Clause"
] | 1 |
2021-07-09T07:29:48.000Z
|
2021-07-09T07:29:48.000Z
|
#ifndef __DOCXFACTORY_DOCX_MERGER_NUMBER_FIELD_H__
#define __DOCXFACTORY_DOCX_MERGER_NUMBER_FIELD_H__
#include "DocxFactory/DocxMerger/DocxMergerField.h"
namespace DocxFactory {
using namespace std;
class ZipFile;
class UnzipFile;
struct NumFormat;
class DocxMergerPasteFieldGroup;
class DocxMergerNumberField : public DocxMergerField {
public:
DocxMergerNumberField();
virtual ~DocxMergerNumberField();
virtual void save(DocxMergerPasteFieldGroup* p_pasteFieldGroup);
virtual void setClipboardValue(const string& p_value);
virtual void setClipboardValue(double p_value);
virtual void deserialize(UnzipFile* p_unzipFile);
protected:
private:
DocxMergerNumberField(const DocxMergerNumberField& p_other);
DocxMergerNumberField operator=(const DocxMergerNumberField);
NumFormat* m_numFormat;
};
};
#endif
| 22.142857 | 72 | 0.737634 |
184af73c64d4b169f19c678b7a6ad71d8e692219
| 3,201 |
css
|
CSS
|
docs/_app/assets/Game-f218da57.css
|
mdean808/audial
|
99a9933135ae5421933882bc5e92345fbbb03009
|
[
"MIT"
] | 1 |
2022-03-31T00:28:50.000Z
|
2022-03-31T00:28:50.000Z
|
docs/_app/assets/Game-f218da57.css
|
mdean808/audial
|
99a9933135ae5421933882bc5e92345fbbb03009
|
[
"MIT"
] | null | null | null |
docs/_app/assets/Game-f218da57.css
|
mdean808/audial
|
99a9933135ae5421933882bc5e92345fbbb03009
|
[
"MIT"
] | null | null | null |
.autocomplete.svelte-1nqq7zl.svelte-1nqq7zl{min-width:200px;display:inline-block;max-width:100%;position:relative;vertical-align:top;height:2.25em}.autocomplete.svelte-1nqq7zl.svelte-1nqq7zl:not(.hide-arrow):not(.is-loading):after{border:3px solid;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em;border-color:#3273dc;right:1.125em;z-index:4}.autocomplete.show-clear.svelte-1nqq7zl.svelte-1nqq7zl:not(.hide-arrow):after{right:2.3em}.autocomplete.svelte-1nqq7zl .svelte-1nqq7zl{box-sizing:border-box}.autocomplete-input.svelte-1nqq7zl.svelte-1nqq7zl{font:inherit;width:100%;height:100%;padding:5px 11px}.autocomplete.svelte-1nqq7zl:not(.hide-arrow) .autocomplete-input.svelte-1nqq7zl{padding-right:2em}.autocomplete.show-clear.svelte-1nqq7zl:not(.hide-arrow) .autocomplete-input.svelte-1nqq7zl{padding-right:3.2em}.autocomplete.hide-arrow.show-clear.svelte-1nqq7zl .autocomplete-input.svelte-1nqq7zl{padding-right:2em}.autocomplete-list.svelte-1nqq7zl.svelte-1nqq7zl{background:#fff;position:relative;width:100%;overflow-y:auto;z-index:99;padding:10px 0;top:0px;border:1px solid #999;max-height:calc(15*(1rem + 10px) + 15px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.autocomplete-list.svelte-1nqq7zl.svelte-1nqq7zl:empty{padding:0}.autocomplete-list-item.svelte-1nqq7zl.svelte-1nqq7zl{padding:5px 15px;color:#333;cursor:pointer;line-height:1}.autocomplete-list-item.confirmed.svelte-1nqq7zl.svelte-1nqq7zl{background-color:#789fed;color:#fff}.autocomplete-list-item.selected.svelte-1nqq7zl.svelte-1nqq7zl{background-color:#2e69e2;color:#fff}.autocomplete-list-item-no-results.svelte-1nqq7zl.svelte-1nqq7zl{padding:5px 15px;color:#999;line-height:1}.autocomplete-list-item-create.svelte-1nqq7zl.svelte-1nqq7zl,.autocomplete-list-item-loading.svelte-1nqq7zl.svelte-1nqq7zl{padding:5px 15px;line-height:1}.autocomplete-list.hidden.svelte-1nqq7zl.svelte-1nqq7zl{display:none}.autocomplete.show-clear.svelte-1nqq7zl .autocomplete-clear-button.svelte-1nqq7zl{cursor:pointer;display:block;text-align:center;position:absolute;right:.1em;padding:.3em .6em;top:50%;transform:translateY(-50%);z-index:4}.autocomplete.svelte-1nqq7zl:not(.show-clear) .autocomplete-clear-button.svelte-1nqq7zl{display:none}.autocomplete.svelte-1nqq7zl select.svelte-1nqq7zl{display:none}.autocomplete.is-multiple.svelte-1nqq7zl .input-container.svelte-1nqq7zl{height:auto;box-shadow:inset 0 1px 2px #0a0a0a1a;border-radius:4px;border:1px solid #b5b5b5;padding-left:.4em;padding-right:.4em;display:flex;flex-wrap:wrap;align-items:stretch;background-color:#fff}.autocomplete.is-multiple.svelte-1nqq7zl .tag.svelte-1nqq7zl{display:flex;margin-top:.5em;margin-bottom:.3em}.autocomplete.is-multiple.svelte-1nqq7zl .tag.is-delete.svelte-1nqq7zl{cursor:pointer}.autocomplete.is-multiple.svelte-1nqq7zl .tags.svelte-1nqq7zl{margin-right:.3em;margin-bottom:0}.autocomplete.is-multiple.svelte-1nqq7zl .autocomplete-input.svelte-1nqq7zl{display:flex;width:100%;flex:1 1 50px;min-width:3em;border:none;box-shadow:none;background:none}
| 1,600.5 | 3,200 | 0.821618 |
b41db6df127d7fbd3e2dad8b62b108ed5f33ffe3
| 308 |
kt
|
Kotlin
|
samples/SkiaNativeSample/src/iosMain/kotlin/org/jetbrains/skiko/sample/App.ios.kt
|
sellmair/skiko
|
9ccc6234799558386ccfa00630600e02c8eb62f9
|
[
"Apache-2.0"
] | null | null | null |
samples/SkiaNativeSample/src/iosMain/kotlin/org/jetbrains/skiko/sample/App.ios.kt
|
sellmair/skiko
|
9ccc6234799558386ccfa00630600e02c8eb62f9
|
[
"Apache-2.0"
] | null | null | null |
samples/SkiaNativeSample/src/iosMain/kotlin/org/jetbrains/skiko/sample/App.ios.kt
|
sellmair/skiko
|
9ccc6234799558386ccfa00630600e02c8eb62f9
|
[
"Apache-2.0"
] | null | null | null |
// Use `xcodegen` first, then `open ./SkikoSample.xcodeproj` and then Rub
package org.jetbrains.skiko.sample
import org.jetbrains.skia.*
import org.jetbrains.skiko.*
fun main(args: Array<String>) {
val paint = Paint().apply { color = Color.GREEN }
println("Paint is $paint")
runSkikoMain()
}
| 22 | 73 | 0.698052 |
93d5ad722fa26e30bfb76bb4dcd89a9cb6598bfc
| 2,057 |
asm
|
Assembly
|
core/core.asm
|
paulscottrobson/nextForth
|
3725af76cedd403e1e468fc8392e819fc0feb744
|
[
"MIT"
] | 2 |
2019-02-17T02:39:13.000Z
|
2020-06-10T09:57:22.000Z
|
core/core.asm
|
paulscottrobson/nextForth
|
3725af76cedd403e1e468fc8392e819fc0feb744
|
[
"MIT"
] | 1 |
2019-03-03T20:40:02.000Z
|
2020-07-02T09:39:48.000Z
|
core/core.asm
|
paulscottrobson/nextForth
|
3725af76cedd403e1e468fc8392e819fc0feb744
|
[
"MIT"
] | null | null | null |
; **********************************************************************************************************
;
; Name: core.asm
; Purpose: Main file for Z80 Forth Core
; Author: Paul Robson (paul@robsons.org.uk)
; Date: 1st February 2018
;
; **********************************************************************************************************
BaseAddress: equ $6000
CodeBaseAddress:equ $8000
org BaseAddress ; where we start
opt zxnext ; on our ZXNext
include "dictionary.asm" ; dictionary and other vectors
org CodeBaseAddress ; words have to go $8000-$FFFF
include "io.asm" ; I/O Routines
include "words.asm" ; Words
; **********************************************************************************************************
; Initialisation/Support code
; **********************************************************************************************************
initialise:
di ; no interrupts
ld sp,$FFFF ; initialise our stack just so this will work.
call ResetStack ; then properly initialise them :)
call IO_ClearScreen ; clear the screen/border
ld de,$0000 ; top of stack value.
ld hl,(VectorMainAddress) ; and run the __main word.
jp (hl)
; **********************************************************************************************************
; Stack reset code
; **********************************************************************************************************
ResetStack:
pop hl ; so we can go back.
ld sp,$0000 ; return stack
jp (hl)
__NextFreeProgramAddress: ; marks the end of code
; **********************************************************************************************************
;
; write out .sna and .bin
;
; **********************************************************************************************************
savesna "core.sna",start,$5BFE
savebin "core.bin",start,__NextFreeProgramAddress-start
| 38.092593 | 108 | 0.357803 |
3896343061a9c982fe10949642c046885b9a8b04
| 2,054 |
h
|
C
|
Math/Rho.h
|
FranciscoThiesen/contest-notebook
|
e856796e9aeb2cde1623b64efae9716997d6a117
|
[
"WTFPL"
] | 278 |
2017-03-09T02:41:51.000Z
|
2022-02-08T23:38:28.000Z
|
Math/Rho.h
|
vsourav/Algorithm-DataStructures
|
9399f43dd0d13e5771c42c2540cd36079f5bae43
|
[
"WTFPL"
] | 1 |
2017-12-30T19:58:00.000Z
|
2017-12-30T19:58:00.000Z
|
Math/Rho.h
|
vsourav/Algorithm-DataStructures
|
9399f43dd0d13e5771c42c2540cd36079f5bae43
|
[
"WTFPL"
] | 87 |
2017-05-28T17:38:39.000Z
|
2022-02-10T15:52:31.000Z
|
#include <cstdint>
#include <vector>
#include <algorithm>
#include <numeric>
#include "MillerRabin.h"
long long mult(long long a, long long b, long long m) {
return (__uint128_t)a * b % m;
}
long long f(long long x, long long c, long long m) {
long long ret = mult(x, x, m) + c;
if (ret >= m)
ret -= m;
return ret;
}
long long brent(long long n, long long x0=2, long long c=1) {
long long x = x0;
long long g = 1;
long long q = 1;
long long xs, y;
int m = 128;
int l = 1;
while (g == 1) {
y = x;
for (int i = 1; i < l; i++)
x = f(x, c, n);
int k = 0;
while (k < l && g == 1) {
xs = x;
for (int i = 0; i < m && i < l - k; i++) {
x = f(x, c, n);
q = mult(q, std::abs(y - x), n);
}
g = std::gcd(q, n);
k += m;
}
l *= 2;
}
if (g == n) {
do {
xs = f(xs, c, n);
g = std::gcd(std::abs(xs - y), n);
} while (g == 1);
}
return g;
}
class Factorizer {
public:
std::vector<long long> factorize(long long x) {
factors.clear();
static std::vector<int> primes_100 =
{2, 3, 5, 7, 11, 13, 17, 19, 23,
29, 31, 37, 41, 43, 47, 53, 59,
61, 67, 71, 73, 79, 83, 89, 97};
for (int p : primes_100) {
while (x % p == 0) {
factors.push_back(p);
x /= p;
}
}
recursive_factorize(x);
sort(factors.begin(), factors.end());
return factors;
}
void recursive_factorize(long long x) {
if (x < 100 * 100 || MillerRabin(x)) {
factors.push_back(x);
} else {
int c = 1;
long long g = x;
while (g == x) {
g = brent(x, 2, ++c);
}
recursive_factorize(g);
recursive_factorize(x / g);
}
}
private:
std::vector<long long> factors;
};
| 23.078652 | 61 | 0.419182 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.