content
stringlengths 4
1.04M
| lang
stringclasses 358
values | score
int64 0
5
| repo_name
stringlengths 5
114
| repo_path
stringlengths 4
229
| repo_licenses
sequencelengths 1
8
|
---|---|---|---|---|---|
@import '~example/test.css';
| CSS | 0 | blomqma/next.js | test/integration/css-fixtures/npm-import-nested/styles/global.css | [
"MIT"
] |
module FindUsage where
import FindUsage.Definition (usageId, ($%), Usage(..))
import FindUsage.Reexport (toBeReexported)
usagePatternMatch ∷ Usage → Usage
usagePatternMatch x = case x of
Used _ → x
_ $% _ → x
usageFn ∷ ∀ a. a → a
usageFn = usageId toBeReexported
| PureScript | 4 | andys8/purescript | tests/support/pscide/src/FindUsage.purs | [
"BSD-3-Clause"
] |
d=$PWD
redo-ifchange "$2.fs"
if [ -e "$2.diffbase" ]; then
redo-ifchange "$2.diffbase"
read diffbase <$2.diffbase
diffbase=$diffbase.list
redo-ifchange "$diffbase"
else
diffbase=/dev/null
redo-ifcreate "$2.diffbase"
fi
(
cd "$2" &&
find . -print | sort | "$d/try_fakeroot.sh" "$d/$2.fakeroot" "$d/fileids.py"
) >$1.tmp
comm -1 -3 "$diffbase" "$1.tmp" >$3
rm -f "$1.tmp"
# Sanity check
nbytes=$(wc -c <"$3")
test $nbytes -gt 0
| Stata | 3 | BlameJohnny/redo | docs/cookbook/container/default.list.do | [
"Apache-2.0"
] |
/*
* Copyright 2010-2018 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.scripting.resolve
import org.jetbrains.kotlin.descriptors.*
import org.jetbrains.kotlin.descriptors.annotations.Annotations
import org.jetbrains.kotlin.descriptors.impl.PropertyDescriptorImpl
import org.jetbrains.kotlin.name.Name
class ScriptProvidedPropertyDescriptor(
name: Name,
typeDescriptor: ClassDescriptor,
receiver: ReceiverParameterDescriptor?,
isVar: Boolean,
script: ScriptDescriptor
) : PropertyDescriptorImpl(
script,
null,
Annotations.EMPTY,
Modality.FINAL,
DescriptorVisibilities.PUBLIC,
isVar,
name,
CallableMemberDescriptor.Kind.SYNTHESIZED,
SourceElement.NO_SOURCE,
/* lateInit = */ false, /* isConst = */ false, /* isExpect = */ false, /* isActual = */ false, /* isExternal = */ false,
/* isDelegated = */ false
) {
init {
setType(typeDescriptor.defaultType, emptyList(), receiver, null)
// TODO: consider delegation instead
initialize(null, null, null, null)
}
}
| Kotlin | 3 | jiqimaogou/kotlin | plugins/scripting/scripting-compiler-impl/src/org/jetbrains/kotlin/scripting/resolve/ScriptProvidedPropertyDescriptor.kt | [
"ECL-2.0",
"Apache-2.0"
] |
package org.openapitools.model;
import groovy.transform.Canonical
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@Canonical
class InlineObject {
/* Updated name of the pet */
String name
/* Updated status of the pet */
String status
}
| Groovy | 4 | therockstorm/openapi-generator | samples/client/petstore/groovy/src/main/groovy/org/openapitools/model/InlineObject.groovy | [
"Apache-2.0"
] |
trivial-copy-size-limit = 2
| TOML | 0 | Eric-Arellano/rust | src/tools/clippy/tests/ui-toml/toml_trivially_copy/clippy.toml | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
(kicad_pcb (version 20171130) (host pcbnew 5.0.2-bee76a0~70~ubuntu18.04.1)
(general
(thickness 1.6)
(drawings 71)
(tracks 159)
(zones 0)
(modules 7)
(nets 19)
)
(page A4)
(layers
(0 F.Cu signal)
(31 B.Cu signal)
(32 B.Adhes user hide)
(33 F.Adhes user hide)
(34 B.Paste user hide)
(35 F.Paste user hide)
(36 B.SilkS user)
(37 F.SilkS user)
(38 B.Mask user hide)
(39 F.Mask user hide)
(40 Dwgs.User user hide)
(41 Cmts.User user hide)
(42 Eco1.User user hide)
(43 Eco2.User user hide)
(44 Edge.Cuts user)
(45 Margin user hide)
(46 B.CrtYd user hide)
(47 F.CrtYd user hide)
(48 B.Fab user hide)
(49 F.Fab user hide)
)
(setup
(last_trace_width 0.15)
(user_trace_width 0.2)
(user_trace_width 0.3)
(user_trace_width 0.5)
(user_trace_width 1)
(trace_clearance 0.15)
(zone_clearance 0.15)
(zone_45_only no)
(trace_min 0.15)
(segment_width 0.2)
(edge_width 0.15)
(via_size 0.6)
(via_drill 0.3)
(via_min_size 0.6)
(via_min_drill 0.3)
(uvia_size 0.3)
(uvia_drill 0.1)
(uvias_allowed no)
(uvia_min_size 0.2)
(uvia_min_drill 0.1)
(pcb_text_width 0.3)
(pcb_text_size 1.5 1.5)
(mod_edge_width 0.15)
(mod_text_size 0.7 0.7)
(mod_text_width 0.1)
(pad_size 1.524 1.524)
(pad_drill 0.762)
(pad_to_mask_clearance 0.05)
(solder_mask_min_width 0.1)
(aux_axis_origin 0 0)
(visible_elements FFFFFF7F)
(pcbplotparams
(layerselection 0x010fc_ffffffff)
(usegerberextensions false)
(usegerberattributes false)
(usegerberadvancedattributes false)
(creategerberjobfile false)
(excludeedgelayer true)
(linewidth 0.100000)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15.000000)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue true)
(plotinvisibletext false)
(padsonsilk false)
(subtractmaskfromsilk false)
(outputformat 1)
(mirror false)
(drillshape 1)
(scaleselection 1)
(outputdirectory ""))
)
(net 0 "")
(net 1 +3V3)
(net 2 GND)
(net 3 "Net-(J1-Pad8)")
(net 4 /~CS~)
(net 5 "Net-(J1-Pad6)")
(net 6 /RWDS)
(net 7 "Net-(J1-Pad4)")
(net 8 /CK)
(net 9 /~RST~)
(net 10 /~CK~)
(net 11 /DQ0)
(net 12 /DQ4)
(net 13 /DQ1)
(net 14 /DQ5)
(net 15 /DQ2)
(net 16 /DQ6)
(net 17 /DQ3)
(net 18 /DQ7)
(net_class Default "This is the default net class."
(clearance 0.15)
(trace_width 0.15)
(via_dia 0.6)
(via_drill 0.3)
(uvia_dia 0.3)
(uvia_drill 0.1)
(diff_pair_gap 0.15)
(diff_pair_width 0.15)
(add_net +3V3)
(add_net /CK)
(add_net /DQ0)
(add_net /DQ1)
(add_net /DQ2)
(add_net /DQ3)
(add_net /DQ4)
(add_net /DQ5)
(add_net /DQ6)
(add_net /DQ7)
(add_net /RWDS)
(add_net /~CK~)
(add_net /~CS~)
(add_net /~RST~)
(add_net GND)
(add_net "Net-(J1-Pad4)")
(add_net "Net-(J1-Pad6)")
(add_net "Net-(J1-Pad8)")
)
(module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5F6DB097)
(at 141.15 83.75)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator")
(tags capacitor)
(path /5F3F0612)
(attr smd)
(fp_text reference C1 (at 0.05 1.05) (layer F.SilkS)
(effects (font (size 0.7 0.7) (thickness 0.1)))
)
(fp_text value 100n (at 0 1.17) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1))
(fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(pad 1 smd roundrect (at -0.485 0) (size 0.59 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 1 +3V3))
(pad 2 smd roundrect (at 0.485 0) (size 0.59 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 2 GND))
(model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5F6D2D3F)
(at 143.45 78.5 270)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator")
(tags capacitor)
(path /5F3EF315)
(attr smd)
(fp_text reference C2 (at -1.7 0.05 270) (layer F.SilkS)
(effects (font (size 0.7 0.7) (thickness 0.1)))
)
(fp_text value 100n (at 0 1.17 270) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 0 270) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1))
(fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1))
(pad 2 smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 2 GND))
(pad 1 smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 1 +3V3))
(model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5F6D2D4E)
(at 135.95 79.5 90)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator")
(tags capacitor)
(path /5F3ECD7E)
(attr smd)
(fp_text reference C3 (at 0.1 -1.35 180) (layer F.SilkS)
(effects (font (size 0.7 0.7) (thickness 0.1)))
)
(fp_text value 100n (at 0 1.17 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1))
(fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0 0 90) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(pad 1 smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 1 +3V3))
(pad 2 smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 2 GND))
(model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Connector_PinSocket_2.54mm:PinSocket_2x06_P2.54mm_Horizontal (layer F.Cu) (tedit 5A19A42C) (tstamp 5F6D2DB2)
(at 134.62 60.96)
(descr "Through hole angled socket strip, 2x06, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated")
(tags "Through hole angled socket strip THT 2x06 2.54mm double row")
(path /5F3DF38F)
(fp_text reference J1 (at -3.02 14.42) (layer F.SilkS)
(effects (font (size 0.7 0.7) (thickness 0.1)))
)
(fp_text value 2.54mm_2x6 (at -5.65 15.47) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at -8.315 6.35 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 1.8 14.45) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start -13.05 14.45) (end 1.8 14.45) (layer F.CrtYd) (width 0.05))
(fp_line (start -13.05 -1.8) (end -13.05 14.45) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.8 -1.8) (end -13.05 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 0 -1.33) (end 1.11 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start 1.11 -1.33) (end 1.11 0) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -1.33) (end -12.63 14.03) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 14.03) (end -4 14.03) (layer F.SilkS) (width 0.12))
(fp_line (start -4 -1.33) (end -4 14.03) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -1.33) (end -4 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 11.43) (end -4 11.43) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 8.89) (end -4 8.89) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 6.35) (end -4 6.35) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 3.81) (end -4 3.81) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 1.27) (end -4 1.27) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 13.06) (end -1.05 13.06) (layer F.SilkS) (width 0.12))
(fp_line (start -4 13.06) (end -3.59 13.06) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 12.34) (end -1.05 12.34) (layer F.SilkS) (width 0.12))
(fp_line (start -4 12.34) (end -3.59 12.34) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 10.52) (end -1.05 10.52) (layer F.SilkS) (width 0.12))
(fp_line (start -4 10.52) (end -3.59 10.52) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 9.8) (end -1.05 9.8) (layer F.SilkS) (width 0.12))
(fp_line (start -4 9.8) (end -3.59 9.8) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 7.98) (end -1.05 7.98) (layer F.SilkS) (width 0.12))
(fp_line (start -4 7.98) (end -3.59 7.98) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 7.26) (end -1.05 7.26) (layer F.SilkS) (width 0.12))
(fp_line (start -4 7.26) (end -3.59 7.26) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 5.44) (end -1.05 5.44) (layer F.SilkS) (width 0.12))
(fp_line (start -4 5.44) (end -3.59 5.44) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 4.72) (end -1.05 4.72) (layer F.SilkS) (width 0.12))
(fp_line (start -4 4.72) (end -3.59 4.72) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 2.9) (end -1.05 2.9) (layer F.SilkS) (width 0.12))
(fp_line (start -4 2.9) (end -3.59 2.9) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 2.18) (end -1.05 2.18) (layer F.SilkS) (width 0.12))
(fp_line (start -4 2.18) (end -3.59 2.18) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 0.36) (end -1.11 0.36) (layer F.SilkS) (width 0.12))
(fp_line (start -4 0.36) (end -3.59 0.36) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 -0.36) (end -1.11 -0.36) (layer F.SilkS) (width 0.12))
(fp_line (start -4 -0.36) (end -3.59 -0.36) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 1.1519) (end -4 1.1519) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 1.033805) (end -4 1.033805) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.91571) (end -4 0.91571) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.797615) (end -4 0.797615) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.67952) (end -4 0.67952) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.561425) (end -4 0.561425) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.44333) (end -4 0.44333) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.325235) (end -4 0.325235) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.20714) (end -4 0.20714) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.089045) (end -4 0.089045) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.02905) (end -4 -0.02905) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.147145) (end -4 -0.147145) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.26524) (end -4 -0.26524) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.383335) (end -4 -0.383335) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.50143) (end -4 -0.50143) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.619525) (end -4 -0.619525) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.73762) (end -4 -0.73762) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.855715) (end -4 -0.855715) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.97381) (end -4 -0.97381) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -1.091905) (end -4 -1.091905) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -1.21) (end -4 -1.21) (layer F.SilkS) (width 0.12))
(fp_line (start 0 13) (end 0 12.4) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 13) (end 0 13) (layer F.Fab) (width 0.1))
(fp_line (start 0 12.4) (end -4.06 12.4) (layer F.Fab) (width 0.1))
(fp_line (start 0 10.46) (end 0 9.86) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 10.46) (end 0 10.46) (layer F.Fab) (width 0.1))
(fp_line (start 0 9.86) (end -4.06 9.86) (layer F.Fab) (width 0.1))
(fp_line (start 0 7.92) (end 0 7.32) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 7.92) (end 0 7.92) (layer F.Fab) (width 0.1))
(fp_line (start 0 7.32) (end -4.06 7.32) (layer F.Fab) (width 0.1))
(fp_line (start 0 5.38) (end 0 4.78) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 5.38) (end 0 5.38) (layer F.Fab) (width 0.1))
(fp_line (start 0 4.78) (end -4.06 4.78) (layer F.Fab) (width 0.1))
(fp_line (start 0 2.84) (end 0 2.24) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 2.84) (end 0 2.84) (layer F.Fab) (width 0.1))
(fp_line (start 0 2.24) (end -4.06 2.24) (layer F.Fab) (width 0.1))
(fp_line (start 0 0.3) (end 0 -0.3) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 0.3) (end 0 0.3) (layer F.Fab) (width 0.1))
(fp_line (start 0 -0.3) (end -4.06 -0.3) (layer F.Fab) (width 0.1))
(fp_line (start -12.57 13.97) (end -12.57 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 13.97) (end -12.57 13.97) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 -0.3) (end -4.06 13.97) (layer F.Fab) (width 0.1))
(fp_line (start -5.03 -1.27) (end -4.06 -0.3) (layer F.Fab) (width 0.1))
(fp_line (start -12.57 -1.27) (end -5.03 -1.27) (layer F.Fab) (width 0.1))
(pad 12 thru_hole oval (at -2.54 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 1 +3V3))
(pad 11 thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 1 +3V3))
(pad 10 thru_hole oval (at -2.54 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 2 GND))
(pad 9 thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 2 GND))
(pad 8 thru_hole oval (at -2.54 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 3 "Net-(J1-Pad8)"))
(pad 7 thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 10 /~CK~))
(pad 6 thru_hole oval (at -2.54 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 5 "Net-(J1-Pad6)"))
(pad 5 thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 8 /CK))
(pad 4 thru_hole oval (at -2.54 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 7 "Net-(J1-Pad4)"))
(pad 3 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 6 /RWDS))
(pad 2 thru_hole oval (at -2.54 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 9 /~RST~))
(pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 4 /~CS~))
(model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_2x06_P2.54mm_Horizontal.wrl
(offset (xyz 0 -12.7 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 180))
)
)
(module Connector_PinSocket_2.54mm:PinSocket_2x06_P2.54mm_Horizontal (layer F.Cu) (tedit 5A19A42C) (tstamp 5F6D2E16)
(at 134.62 83.82)
(descr "Through hole angled socket strip, 2x06, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated")
(tags "Through hole angled socket strip THT 2x06 2.54mm double row")
(path /5F3DDEB5)
(fp_text reference J2 (at -2.51 14.34) (layer F.SilkS)
(effects (font (size 0.7 0.7) (thickness 0.1)))
)
(fp_text value 2.54mm_2x6 (at -5.65 15.47) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -12.57 -1.27) (end -5.03 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start -5.03 -1.27) (end -4.06 -0.3) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 -0.3) (end -4.06 13.97) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 13.97) (end -12.57 13.97) (layer F.Fab) (width 0.1))
(fp_line (start -12.57 13.97) (end -12.57 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start 0 -0.3) (end -4.06 -0.3) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 0.3) (end 0 0.3) (layer F.Fab) (width 0.1))
(fp_line (start 0 0.3) (end 0 -0.3) (layer F.Fab) (width 0.1))
(fp_line (start 0 2.24) (end -4.06 2.24) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 2.84) (end 0 2.84) (layer F.Fab) (width 0.1))
(fp_line (start 0 2.84) (end 0 2.24) (layer F.Fab) (width 0.1))
(fp_line (start 0 4.78) (end -4.06 4.78) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 5.38) (end 0 5.38) (layer F.Fab) (width 0.1))
(fp_line (start 0 5.38) (end 0 4.78) (layer F.Fab) (width 0.1))
(fp_line (start 0 7.32) (end -4.06 7.32) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 7.92) (end 0 7.92) (layer F.Fab) (width 0.1))
(fp_line (start 0 7.92) (end 0 7.32) (layer F.Fab) (width 0.1))
(fp_line (start 0 9.86) (end -4.06 9.86) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 10.46) (end 0 10.46) (layer F.Fab) (width 0.1))
(fp_line (start 0 10.46) (end 0 9.86) (layer F.Fab) (width 0.1))
(fp_line (start 0 12.4) (end -4.06 12.4) (layer F.Fab) (width 0.1))
(fp_line (start -4.06 13) (end 0 13) (layer F.Fab) (width 0.1))
(fp_line (start 0 13) (end 0 12.4) (layer F.Fab) (width 0.1))
(fp_line (start -12.63 -1.21) (end -4 -1.21) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -1.091905) (end -4 -1.091905) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.97381) (end -4 -0.97381) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.855715) (end -4 -0.855715) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.73762) (end -4 -0.73762) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.619525) (end -4 -0.619525) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.50143) (end -4 -0.50143) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.383335) (end -4 -0.383335) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.26524) (end -4 -0.26524) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.147145) (end -4 -0.147145) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -0.02905) (end -4 -0.02905) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.089045) (end -4 0.089045) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.20714) (end -4 0.20714) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.325235) (end -4 0.325235) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.44333) (end -4 0.44333) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.561425) (end -4 0.561425) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.67952) (end -4 0.67952) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.797615) (end -4 0.797615) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 0.91571) (end -4 0.91571) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 1.033805) (end -4 1.033805) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 1.1519) (end -4 1.1519) (layer F.SilkS) (width 0.12))
(fp_line (start -4 -0.36) (end -3.59 -0.36) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 -0.36) (end -1.11 -0.36) (layer F.SilkS) (width 0.12))
(fp_line (start -4 0.36) (end -3.59 0.36) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 0.36) (end -1.11 0.36) (layer F.SilkS) (width 0.12))
(fp_line (start -4 2.18) (end -3.59 2.18) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 2.18) (end -1.05 2.18) (layer F.SilkS) (width 0.12))
(fp_line (start -4 2.9) (end -3.59 2.9) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 2.9) (end -1.05 2.9) (layer F.SilkS) (width 0.12))
(fp_line (start -4 4.72) (end -3.59 4.72) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 4.72) (end -1.05 4.72) (layer F.SilkS) (width 0.12))
(fp_line (start -4 5.44) (end -3.59 5.44) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 5.44) (end -1.05 5.44) (layer F.SilkS) (width 0.12))
(fp_line (start -4 7.26) (end -3.59 7.26) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 7.26) (end -1.05 7.26) (layer F.SilkS) (width 0.12))
(fp_line (start -4 7.98) (end -3.59 7.98) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 7.98) (end -1.05 7.98) (layer F.SilkS) (width 0.12))
(fp_line (start -4 9.8) (end -3.59 9.8) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 9.8) (end -1.05 9.8) (layer F.SilkS) (width 0.12))
(fp_line (start -4 10.52) (end -3.59 10.52) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 10.52) (end -1.05 10.52) (layer F.SilkS) (width 0.12))
(fp_line (start -4 12.34) (end -3.59 12.34) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 12.34) (end -1.05 12.34) (layer F.SilkS) (width 0.12))
(fp_line (start -4 13.06) (end -3.59 13.06) (layer F.SilkS) (width 0.12))
(fp_line (start -1.49 13.06) (end -1.05 13.06) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 1.27) (end -4 1.27) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 3.81) (end -4 3.81) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 6.35) (end -4 6.35) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 8.89) (end -4 8.89) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 11.43) (end -4 11.43) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -1.33) (end -4 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start -4 -1.33) (end -4 14.03) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 14.03) (end -4 14.03) (layer F.SilkS) (width 0.12))
(fp_line (start -12.63 -1.33) (end -12.63 14.03) (layer F.SilkS) (width 0.12))
(fp_line (start 1.11 -1.33) (end 1.11 0) (layer F.SilkS) (width 0.12))
(fp_line (start 0 -1.33) (end 1.11 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start 1.8 -1.8) (end -13.05 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start -13.05 -1.8) (end -13.05 14.45) (layer F.CrtYd) (width 0.05))
(fp_line (start -13.05 14.45) (end 1.8 14.45) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.8 14.45) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at -8.315 6.35 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 11 /DQ0))
(pad 2 thru_hole oval (at -2.54 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 12 /DQ4))
(pad 3 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 13 /DQ1))
(pad 4 thru_hole oval (at -2.54 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 14 /DQ5))
(pad 5 thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 15 /DQ2))
(pad 6 thru_hole oval (at -2.54 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 16 /DQ6))
(pad 7 thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 17 /DQ3))
(pad 8 thru_hole oval (at -2.54 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 18 /DQ7))
(pad 9 thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 2 GND))
(pad 10 thru_hole oval (at -2.54 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 2 GND))
(pad 11 thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 1 +3V3))
(pad 12 thru_hole oval (at -2.54 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 1 +3V3))
(model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_2x06_P2.54mm_Horizontal.wrl
(offset (xyz 0 -12.7 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 180))
)
)
(module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5F6D2E25)
(at 140.2 74.2 180)
(descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator")
(tags resistor)
(path /5F3EBAFE)
(attr smd)
(fp_text reference R1 (at 0 1 180) (layer F.SilkS)
(effects (font (size 0.7 0.7) (thickness 0.1)))
)
(fp_text value 4k7 (at 0 1.17 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1))
(fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0 0 180) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(pad 1 smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 1 +3V3))
(pad 2 smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 4 /~CS~))
(model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module picodvi:S70KS128 (layer F.Cu) (tedit 5F3D532D) (tstamp 5F6D569B)
(at 139.7 79)
(path /5F3DDDDC)
(attr smd)
(fp_text reference U1 (at -0.9 5.2) (layer F.SilkS)
(effects (font (size 0.7 0.7) (thickness 0.1)))
)
(fp_text value S70KS128 (at 0 5) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -2 -4) (end -3 -3) (layer F.Fab) (width 0.15))
(fp_line (start -3 -3) (end -3 4) (layer F.Fab) (width 0.15))
(fp_line (start -3 4) (end 3 4) (layer F.Fab) (width 0.15))
(fp_line (start 3 4) (end 3 -4) (layer F.Fab) (width 0.15))
(fp_line (start 3 -4) (end -2 -4) (layer F.Fab) (width 0.15))
(fp_line (start 1.65 -4.15) (end 3.15 -4.15) (layer F.SilkS) (width 0.15))
(fp_line (start 3.15 -4.15) (end 3.15 -2.15) (layer F.SilkS) (width 0.15))
(fp_line (start 1.65 -4.15) (end 3.15 -4.15) (layer F.SilkS) (width 0.15))
(fp_line (start 3.15 -4.15) (end 3.15 -2.15) (layer F.SilkS) (width 0.15))
(fp_line (start 1.65 4.15) (end 3.15 4.15) (layer F.SilkS) (width 0.15))
(fp_line (start 3.15 4.15) (end 3.15 2.15) (layer F.SilkS) (width 0.15))
(fp_line (start 1.65 -4.15) (end 3.15 -4.15) (layer F.SilkS) (width 0.15))
(fp_line (start 3.15 -4.15) (end 3.15 -2.15) (layer F.SilkS) (width 0.15))
(fp_line (start -1.65 4.15) (end -3.15 4.15) (layer F.SilkS) (width 0.15))
(fp_line (start -3.15 4.15) (end -3.15 2.15) (layer F.SilkS) (width 0.15))
(fp_line (start -1.65 -4.15) (end -2 -4.15) (layer F.SilkS) (width 0.15))
(fp_line (start -2 -4.15) (end -3.15 -3) (layer F.SilkS) (width 0.15))
(fp_line (start -3.15 -3) (end -3.15 -2.15) (layer F.SilkS) (width 0.15))
(fp_circle (center -3 -4) (end -3 -3.9) (layer F.SilkS) (width 0.2))
(fp_line (start -3.25 -4.25) (end 3.25 -4.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.25 -4.25) (end 3.25 4.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.25 4.25) (end -3.25 4.25) (layer F.CrtYd) (width 0.05))
(fp_line (start -3.25 4.25) (end -3.25 -4.25) (layer F.CrtYd) (width 0.05))
(pad B1 smd circle (at -2 -1) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 10 /~CK~))
(pad C1 smd circle (at -2 0) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 2 GND))
(pad D1 smd circle (at -2 1) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 1 +3V3))
(pad E1 smd circle (at -2 2) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 18 /DQ7))
(pad A2 smd circle (at -1 -2) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask))
(pad B2 smd circle (at -1 -1) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 8 /CK))
(pad D2 smd circle (at -1 1) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 13 /DQ1))
(pad E2 smd circle (at -1 2) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 16 /DQ6))
(pad A3 smd circle (at 0 -2) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 4 /~CS~))
(pad B3 smd circle (at 0 -1) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 2 GND))
(pad C3 smd circle (at 0 0) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 6 /RWDS))
(pad D3 smd circle (at 0 1) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 11 /DQ0))
(pad E3 smd circle (at 0 2) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 14 /DQ5))
(pad A4 smd circle (at 1 -2) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 9 /~RST~))
(pad B4 smd circle (at 1 -1) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 1 +3V3))
(pad C4 smd circle (at 1 0) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 15 /DQ2))
(pad D4 smd circle (at 1 1) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 17 /DQ3))
(pad E4 smd circle (at 1 2) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 1 +3V3))
(pad A5 smd circle (at 2 -2) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask))
(pad D5 smd circle (at 2 1) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 12 /DQ4))
(pad E5 smd circle (at 2 2) (size 0.5 0.5) (layers F.Cu F.Paste F.Mask)
(net 2 GND))
)
(gr_text "HyperRAM PMOD\nRev A" (at 134.8 77.6) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror))
)
(gr_text 0 (at 137 59.4) (layer F.SilkS) (tstamp 5F6EDD04)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text 0 (at 137 85.4) (layer F.SilkS) (tstamp 5F6EDC50)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_line (start 140 72) (end 140 60) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0E4))
(gr_line (start 140 66) (end 137 66) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0E3))
(gr_line (start 137 60) (end 140 60) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0E2))
(gr_line (start 140 72) (end 137 72) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0E1))
(gr_line (start 140 68) (end 143 68) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0E0))
(gr_line (start 137 72) (end 137 60) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0DF))
(gr_line (start 137 70) (end 140 70) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0DE))
(gr_text "~RST~\n" (at 141.5 61) (layer F.SilkS) (tstamp 5F6ED0DD)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_line (start 140 60) (end 140 72) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0DC))
(gr_line (start 143 60) (end 143 72) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0DB))
(gr_line (start 140 62) (end 143 62) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0DA))
(gr_text GND (at 138.5 69) (layer F.SilkS) (tstamp 5F6ED0D9)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text x (at 141.5 65) (layer F.SilkS) (tstamp 5F6ED0D8)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text GND (at 141.5 69) (layer F.SilkS) (tstamp 5F6ED0D7)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_line (start 137 62) (end 140 62) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0D6))
(gr_text x (at 141.5 71) (layer F.SilkS) (tstamp 5F6ED0D5)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_line (start 137 68) (end 140 68) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0D4))
(gr_line (start 140 64) (end 143 64) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0D3))
(gr_line (start 143 66) (end 140 66) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0D2))
(gr_line (start 143 72) (end 140 72) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0D1))
(gr_line (start 140 70) (end 143 70) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0D0))
(gr_text ~CK~ (at 138.5 67) (layer F.SilkS) (tstamp 5F6ED0CF)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text ~CS~ (at 138.5 61) (layer F.SilkS) (tstamp 5F6ED0CE)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text x (at 138.5 71) (layer F.SilkS) (tstamp 5F6ED0CD)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text x (at 141.5 67) (layer F.SilkS) (tstamp 5F6ED0CC)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_line (start 137 64) (end 140 64) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0CB))
(gr_text x (at 141.5 63) (layer F.SilkS) (tstamp 5F6ED0CA)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text RWDS (at 138.5 63) (layer F.SilkS) (tstamp 5F6ED0C9)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text CK (at 138.5 65) (layer F.SilkS) (tstamp 5F6ED0C8)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_line (start 140 60) (end 143 60) (layer F.SilkS) (width 0.2) (tstamp 5F6ED0C7))
(gr_line (start 143 92) (end 140 92) (layer F.SilkS) (width 0.2) (tstamp 5F6ECE35))
(gr_line (start 140 86) (end 143 86) (layer F.SilkS) (width 0.2) (tstamp 5F6ECE34))
(gr_line (start 143 98) (end 140 98) (layer F.SilkS) (width 0.2) (tstamp 5F6ECE33))
(gr_line (start 140 98) (end 140 86) (layer F.SilkS) (width 0.2) (tstamp 5F6ECE32))
(gr_line (start 140 96) (end 143 96) (layer F.SilkS) (width 0.2) (tstamp 5F6ECE31))
(gr_line (start 143 86) (end 143 98) (layer F.SilkS) (width 0.2) (tstamp 5F6ECE30))
(gr_text GND (at 141.5 95) (layer F.SilkS) (tstamp 5F6ECE2F)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_line (start 140 88) (end 143 88) (layer F.SilkS) (width 0.2) (tstamp 5F6ECE2D))
(gr_line (start 140 94) (end 143 94) (layer F.SilkS) (width 0.2) (tstamp 5F6ECE2C))
(gr_text DQ7 (at 141.5 93) (layer F.SilkS) (tstamp 5F6ECE2B)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text DQ4 (at 141.5 87) (layer F.SilkS) (tstamp 5F6ECE2A)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text "3V3\n" (at 141.5 97) (layer F.SilkS) (tstamp 5F6ECE29)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_line (start 140 90) (end 143 90) (layer F.SilkS) (width 0.2) (tstamp 5F6ECE28))
(gr_text DQ5 (at 141.5 89) (layer F.SilkS) (tstamp 5F6ECE27)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text DQ6 (at 141.5 91) (layer F.SilkS) (tstamp 5F6ECE26)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_line (start 137 96) (end 140 96) (layer F.SilkS) (width 0.2))
(gr_line (start 137 94) (end 140 94) (layer F.SilkS) (width 0.2))
(gr_line (start 140 92) (end 137 92) (layer F.SilkS) (width 0.2))
(gr_line (start 137 90) (end 140 90) (layer F.SilkS) (width 0.2))
(gr_line (start 137 88) (end 140 88) (layer F.SilkS) (width 0.2))
(gr_line (start 137 98) (end 137 86) (layer F.SilkS) (width 0.2))
(gr_line (start 140 98) (end 137 98) (layer F.SilkS) (width 0.2))
(gr_line (start 140 86) (end 140 98) (layer F.SilkS) (width 0.2))
(gr_line (start 137 86) (end 140 86) (layer F.SilkS) (width 0.2))
(gr_text DQ0 (at 138.5 87) (layer F.SilkS) (tstamp 5F6EBDA1)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text 3V3 (at 138.5 97) (layer F.SilkS) (tstamp 5F6EBCEE)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text GND (at 138.5 95) (layer F.SilkS) (tstamp 5F6EBC39)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text DQ3 (at 138.5 93) (layer F.SilkS) (tstamp 5F6EBB88)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text DQ2 (at 138.5 91) (layer F.SilkS) (tstamp 5F6EBAD7)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_text DQ1 (at 138.5 89) (layer F.SilkS)
(effects (font (size 0.7 0.7) (thickness 0.12)))
)
(gr_arc (start 142 98) (end 142 100) (angle -90) (layer Edge.Cuts) (width 0.15))
(gr_arc (start 131 98) (end 129 98) (angle -90) (layer Edge.Cuts) (width 0.15))
(gr_arc (start 131 60) (end 131 58) (angle -90) (layer Edge.Cuts) (width 0.15))
(gr_arc (start 142 60) (end 144 60) (angle -90) (layer Edge.Cuts) (width 0.15))
(gr_line (start 129 98) (end 129 60) (layer Edge.Cuts) (width 0.15))
(gr_line (start 142 100) (end 131 100) (layer Edge.Cuts) (width 0.15))
(gr_line (start 144 60) (end 144 98) (layer Edge.Cuts) (width 0.15))
(gr_line (start 131 58) (end 142 58) (layer Edge.Cuts) (width 0.15))
(via (at 141.6 82.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (status 40000))
(segment (start 132.08 96.52) (end 134.62 96.52) (width 1) (layer B.Cu) (net 1))
(via (at 140.8 81.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1))
(via (at 141.3 77.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1))
(via (at 137 80) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1))
(via (at 140.399996 75.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1))
(segment (start 140.685 74.2) (end 140.685 74.814996) (width 0.15) (layer F.Cu) (net 1))
(segment (start 140.685 74.814996) (end 140.399996 75.1) (width 0.15) (layer F.Cu) (net 1))
(segment (start 141.5 76.200004) (end 140.699995 75.399999) (width 0.15) (layer B.Cu) (net 1))
(segment (start 140.699995 75.399999) (end 140.399996 75.1) (width 0.15) (layer B.Cu) (net 1))
(segment (start 141.6 78) (end 141.5 77.9) (width 0.15) (layer B.Cu) (net 1))
(segment (start 141.5 77.9) (end 141.5 76.200004) (width 0.15) (layer B.Cu) (net 1))
(segment (start 142 81.8) (end 140.8 81.8) (width 1) (layer B.Cu) (net 1))
(segment (start 143.15 88.05) (end 143.15 82.95) (width 1) (layer B.Cu) (net 1))
(segment (start 134.62 96.52) (end 134.68 96.52) (width 1) (layer B.Cu) (net 1))
(segment (start 143.15 82.95) (end 142 81.8) (width 1) (layer B.Cu) (net 1))
(segment (start 134.68 96.52) (end 143.15 88.05) (width 1) (layer B.Cu) (net 1))
(segment (start 137.685 79.015) (end 137.7 79) (width 0.5) (layer F.Cu) (net 2))
(segment (start 135.95 79.015) (end 137.685 79.015) (width 0.5) (layer F.Cu) (net 2))
(via (at 143.4 79.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6DE902) (status 40000))
(via (at 142.4 79) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6DEA63) (status 40000))
(via (at 140.2 77.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6DEB14) (status 40000))
(via (at 140.2 78.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6DEBC5) (status 40000))
(via (at 135.8 88.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6DED95) (status 40000))
(via (at 131.5 90.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6DEE46) (status 40000))
(via (at 131.5 87.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6DEEF7) (status 40000))
(via (at 133 85.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6DEFA8) (status 40000))
(via (at 140.82 84.66) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6DFD4F) (status 40000))
(via (at 136.98 79.04) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6DFFA4) (status 40000))
(via (at 138.6 76.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E0109) (status 40000))
(via (at 136.98 77.68) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E01BA) (status 40000))
(via (at 140.22 76.26) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E0443) (status 40000))
(via (at 140.22 65.46) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E04F4) (status 40000))
(via (at 139.14 66.02) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E095F) (status 40000))
(via (at 135.85 68.04) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E0A10) (status 40000))
(via (at 133.31 60.47) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E0AC1) (status 40000))
(via (at 133.3 60.46) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E0B72) (status 40000))
(via (at 134.6 82.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E0B74) (status 40000))
(via (at 137.07 82) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E0CD4) (status 40000))
(via (at 139.16 82.01) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E0D85) (status 40000))
(via (at 136.01 85.87) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E0E36) (status 40000))
(via (at 135.636 64.77) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E0FCD) (status 40000))
(via (at 143.45 89.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E1081) (status 40000))
(via (at 142.1 87.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E1132) (status 40000))
(via (at 142.79 98.74) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E1134) (status 40000))
(via (at 130.26 98.72) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E1294) (status 40000))
(via (at 130.26 59.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E1345) (status 40000))
(via (at 142.83 59.16) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E13F6) (status 40000))
(via (at 142.46 77.12) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E155D) (status 40000))
(via (at 138.51 79.07) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E1AA2) (status 40000))
(segment (start 138.44 79) (end 138.51 79.07) (width 0.3) (layer F.Cu) (net 2))
(segment (start 137.7 79) (end 138.44 79) (width 0.3) (layer F.Cu) (net 2))
(via (at 138.5 67.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E49D3) (status 40000))
(via (at 137 70) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E4B64) (status 40000))
(via (at 133.3 81.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E4C45) (status 40000))
(via (at 141.16 75.09) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E7A7B) (status 40000))
(via (at 142.2 80.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6E7FF7) (status 40000))
(via (at 133.49 87.27) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2))
(via (at 143.4 81.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6EDDB6) (status 40000))
(via (at 142.2 85) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 5F6EDE6C) (status 40000))
(segment (start 139.7 64.7) (end 135.96 60.96) (width 0.15) (layer F.Cu) (net 4))
(segment (start 135.96 60.96) (end 134.62 60.96) (width 0.15) (layer F.Cu) (net 4))
(segment (start 139.7 65.202998) (end 139.7 64.7) (width 0.15) (layer F.Cu) (net 4))
(segment (start 139.694999 65.207999) (end 139.7 65.202998) (width 0.15) (layer F.Cu) (net 4))
(segment (start 139.694999 65.712001) (end 139.694999 65.207999) (width 0.15) (layer F.Cu) (net 4))
(segment (start 139.7 76.517002) (end 139.694999 76.512001) (width 0.15) (layer F.Cu) (net 4))
(segment (start 139.694999 76.512001) (end 139.694999 76.007999) (width 0.15) (layer F.Cu) (net 4))
(segment (start 139.7 65.717002) (end 139.694999 65.712001) (width 0.15) (layer F.Cu) (net 4))
(segment (start 139.7 77) (end 139.7 76.517002) (width 0.15) (layer F.Cu) (net 4))
(segment (start 139.694999 76.007999) (end 139.7 76.002998) (width 0.15) (layer F.Cu) (net 4))
(segment (start 139.7 76.002998) (end 139.7 65.717002) (width 0.15) (layer F.Cu) (net 4))
(segment (start 139.175001 78.475001) (end 139.450001 78.750001) (width 0.15) (layer F.Cu) (net 6))
(segment (start 139.175001 66.85292) (end 139.175001 78.475001) (width 0.15) (layer F.Cu) (net 6))
(segment (start 139.450001 78.750001) (end 139.7 79) (width 0.15) (layer F.Cu) (net 6))
(segment (start 135.822081 63.5) (end 139.175001 66.85292) (width 0.15) (layer F.Cu) (net 6))
(segment (start 134.62 63.5) (end 135.822081 63.5) (width 0.15) (layer F.Cu) (net 6))
(segment (start 138.450001 77.750001) (end 138.7 78) (width 0.15) (layer F.Cu) (net 8))
(segment (start 138 77.3) (end 138.450001 77.750001) (width 0.15) (layer F.Cu) (net 8))
(segment (start 134.62 66.04) (end 138 69.42) (width 0.15) (layer F.Cu) (net 8))
(segment (start 138 69.42) (end 138 77.3) (width 0.15) (layer F.Cu) (net 8))
(segment (start 141.7 76) (end 140.7 77) (width 0.15) (layer F.Cu) (net 9))
(segment (start 141.7 65.94) (end 141.7 76) (width 0.15) (layer F.Cu) (net 9))
(segment (start 135.644999 59.884999) (end 141.7 65.94) (width 0.15) (layer F.Cu) (net 9))
(segment (start 132.774999 60.265001) (end 132.774999 60.207999) (width 0.15) (layer F.Cu) (net 9))
(segment (start 132.08 60.96) (end 132.774999 60.265001) (width 0.15) (layer F.Cu) (net 9))
(segment (start 132.774999 60.207999) (end 133.047999 59.934999) (width 0.15) (layer F.Cu) (net 9))
(segment (start 133.047999 59.934999) (end 133.105001 59.934999) (width 0.15) (layer F.Cu) (net 9))
(segment (start 133.105001 59.934999) (end 133.155001 59.884999) (width 0.15) (layer F.Cu) (net 9))
(segment (start 133.155001 59.884999) (end 135.644999 59.884999) (width 0.15) (layer F.Cu) (net 9))
(segment (start 137.7 69.7) (end 137.7 78) (width 0.15) (layer F.Cu) (net 10))
(segment (start 134.62 68.58) (end 136.58 68.58) (width 0.15) (layer F.Cu) (net 10))
(segment (start 136.58 68.58) (end 137.7 69.7) (width 0.15) (layer F.Cu) (net 10))
(segment (start 139.224999 80.475001) (end 139.224999 81.178003) (width 0.15) (layer F.Cu) (net 11))
(segment (start 136.578 83.825002) (end 135.625002 83.825002) (width 0.15) (layer F.Cu) (net 11))
(segment (start 139.224999 81.178003) (end 136.578 83.825002) (width 0.15) (layer F.Cu) (net 11))
(segment (start 135.62 83.82) (end 134.62 83.82) (width 0.15) (layer F.Cu) (net 11))
(segment (start 139.7 80) (end 139.224999 80.475001) (width 0.15) (layer F.Cu) (net 11))
(segment (start 135.625002 83.825002) (end 135.62 83.82) (width 0.15) (layer F.Cu) (net 11))
(segment (start 139.314999 79.524999) (end 141.224999 79.524999) (width 0.15) (layer F.Cu) (net 12))
(segment (start 139.14 78.91) (end 139.14 79.35) (width 0.15) (layer F.Cu) (net 12))
(segment (start 139.14 79.35) (end 139.314999 79.524999) (width 0.15) (layer F.Cu) (net 12))
(segment (start 132.08 83.82) (end 132.08 83.37) (width 0.15) (layer F.Cu) (net 12))
(segment (start 132.08 83.37) (end 134.8 80.65) (width 0.15) (layer F.Cu) (net 12))
(segment (start 134.8 80.65) (end 134.8 79.31819) (width 0.15) (layer F.Cu) (net 12))
(segment (start 141.224999 79.524999) (end 141.7 80) (width 0.15) (layer F.Cu) (net 12))
(segment (start 134.8 79.31819) (end 135.6232 78.49499) (width 0.15) (layer F.Cu) (net 12))
(segment (start 135.6232 78.49499) (end 138.72499 78.49499) (width 0.15) (layer F.Cu) (net 12))
(segment (start 138.72499 78.49499) (end 139.14 78.91) (width 0.15) (layer F.Cu) (net 12))
(segment (start 133.770001 85.510001) (end 134.62 86.36) (width 0.15) (layer F.Cu) (net 13))
(segment (start 138.175001 80.524999) (end 138.175001 81.228001) (width 0.15) (layer F.Cu) (net 13))
(segment (start 138.7 80) (end 138.175001 80.524999) (width 0.15) (layer F.Cu) (net 13))
(segment (start 133.544999 85.284999) (end 133.770001 85.510001) (width 0.15) (layer F.Cu) (net 13))
(segment (start 134.859997 81.475001) (end 133.544999 82.789999) (width 0.15) (layer F.Cu) (net 13))
(segment (start 133.544999 82.789999) (end 133.544999 85.284999) (width 0.15) (layer F.Cu) (net 13))
(segment (start 138.175001 81.228001) (end 137.928001 81.475001) (width 0.15) (layer F.Cu) (net 13))
(segment (start 137.928001 81.475001) (end 134.859997 81.475001) (width 0.15) (layer F.Cu) (net 13))
(segment (start 132.317919 87.8) (end 132.08 87.562081) (width 0.15) (layer F.Cu) (net 14))
(segment (start 135.197013 87.459989) (end 134.04473 87.459989) (width 0.15) (layer F.Cu) (net 14))
(segment (start 133.70472 87.8) (end 132.317919 87.8) (width 0.15) (layer F.Cu) (net 14))
(segment (start 139.7 82.957002) (end 135.197013 87.459989) (width 0.15) (layer F.Cu) (net 14))
(segment (start 132.08 87.562081) (end 132.08 86.36) (width 0.15) (layer F.Cu) (net 14))
(segment (start 139.7 81) (end 139.7 82.957002) (width 0.15) (layer F.Cu) (net 14))
(segment (start 134.04473 87.459989) (end 133.70472 87.8) (width 0.15) (layer F.Cu) (net 14))
(segment (start 141.477002 79) (end 142.725001 80.247999) (width 0.15) (layer F.Cu) (net 15))
(segment (start 140.7 79) (end 141.477002 79) (width 0.15) (layer F.Cu) (net 15))
(segment (start 137.51 88.9) (end 134.62 88.9) (width 0.15) (layer F.Cu) (net 15))
(segment (start 142.725001 80.247999) (end 142.725001 80.774999) (width 0.15) (layer F.Cu) (net 15))
(segment (start 142.725001 80.774999) (end 142.4 81.1) (width 0.15) (layer F.Cu) (net 15))
(segment (start 142.4 81.1) (end 142.4 84.01) (width 0.15) (layer F.Cu) (net 15))
(segment (start 142.4 84.01) (end 137.51 88.9) (width 0.15) (layer F.Cu) (net 15))
(via (at 136.1 83.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 16))
(segment (start 136.527281 83.3) (end 136.1 83.3) (width 0.15) (layer F.Cu) (net 16))
(segment (start 138.7 81) (end 138.7 81.127281) (width 0.15) (layer F.Cu) (net 16))
(segment (start 138.7 81.127281) (end 136.527281 83.3) (width 0.15) (layer F.Cu) (net 16))
(segment (start 132.08 87.92) (end 132.08 88.9) (width 0.15) (layer B.Cu) (net 16))
(segment (start 136.1 84.445002) (end 135.260003 85.284999) (width 0.15) (layer B.Cu) (net 16))
(segment (start 134.103999 85.284999) (end 133.155001 86.233997) (width 0.15) (layer B.Cu) (net 16))
(segment (start 136.1 83.3) (end 136.1 84.445002) (width 0.15) (layer B.Cu) (net 16))
(segment (start 135.260003 85.284999) (end 134.103999 85.284999) (width 0.15) (layer B.Cu) (net 16))
(segment (start 133.155001 86.233997) (end 133.155001 86.844999) (width 0.15) (layer B.Cu) (net 16))
(segment (start 133.155001 86.844999) (end 132.08 87.92) (width 0.15) (layer B.Cu) (net 16))
(segment (start 133.770001 90.590001) (end 134.62 91.44) (width 0.15) (layer F.Cu) (net 17))
(segment (start 133.5 90.32) (end 133.770001 90.590001) (width 0.15) (layer F.Cu) (net 17))
(segment (start 133.5 88.428998) (end 133.5 90.32) (width 0.15) (layer F.Cu) (net 17))
(segment (start 134.168998 87.76) (end 133.5 88.428998) (width 0.15) (layer F.Cu) (net 17))
(segment (start 135.321281 87.76) (end 134.168998 87.76) (width 0.15) (layer F.Cu) (net 17))
(segment (start 140.2 82.881281) (end 135.321281 87.76) (width 0.15) (layer F.Cu) (net 17))
(segment (start 140.2 80.5) (end 140.2 82.881281) (width 0.15) (layer F.Cu) (net 17))
(segment (start 140.7 80) (end 140.2 80.5) (width 0.15) (layer F.Cu) (net 17))
(segment (start 131.265001 90.625001) (end 132.08 91.44) (width 0.15) (layer F.Cu) (net 18))
(segment (start 130.974999 90.352001) (end 131.247999 90.625001) (width 0.15) (layer F.Cu) (net 18))
(segment (start 130.974999 85.484001) (end 130.974999 90.352001) (width 0.15) (layer F.Cu) (net 18))
(segment (start 134.910719 81) (end 133.244988 82.665731) (width 0.15) (layer F.Cu) (net 18))
(segment (start 131.247999 90.625001) (end 131.265001 90.625001) (width 0.15) (layer F.Cu) (net 18))
(segment (start 132.441002 85.05) (end 131.409 85.05) (width 0.15) (layer F.Cu) (net 18))
(segment (start 137.7 81) (end 134.910719 81) (width 0.15) (layer F.Cu) (net 18))
(segment (start 133.244988 82.665731) (end 133.244988 84.246014) (width 0.15) (layer F.Cu) (net 18))
(segment (start 133.244988 84.246014) (end 132.441002 85.05) (width 0.15) (layer F.Cu) (net 18))
(segment (start 131.409 85.05) (end 130.974999 85.484001) (width 0.15) (layer F.Cu) (net 18))
(zone (net 2) (net_name GND) (layer F.Cu) (tstamp 0) (hatch edge 0.508)
(connect_pads (clearance 0.15))
(min_thickness 0.15)
(fill yes (arc_segments 16) (thermal_gap 0.15) (thermal_bridge_width 0.2))
(polygon
(pts
(xy 128 56) (xy 147 56) (xy 147 102) (xy 128 102)
)
)
(filled_polygon
(pts
(xy 142.476273 58.371268) (xy 142.914263 58.57041) (xy 143.27875 58.884473) (xy 143.540443 59.288216) (xy 143.681272 59.759115)
(xy 143.7 60.01113) (xy 143.7 77.375) (xy 141.996752 77.375) (xy 142.102686 77.269066) (xy 142.175 77.094483)
(xy 142.175 76.905517) (xy 142.102686 76.730934) (xy 141.969066 76.597314) (xy 141.794483 76.525) (xy 141.605517 76.525)
(xy 141.594842 76.529422) (xy 141.891239 76.233025) (xy 141.916288 76.216288) (xy 141.982593 76.117054) (xy 142 76.029545)
(xy 142.005877 76) (xy 142 75.970455) (xy 142 65.969545) (xy 142.005877 65.94) (xy 141.982593 65.822946)
(xy 141.971923 65.806977) (xy 141.916288 65.723712) (xy 141.89124 65.706976) (xy 135.878026 59.693763) (xy 135.861287 59.668711)
(xy 135.762053 59.602406) (xy 135.674544 59.584999) (xy 135.644999 59.579122) (xy 135.615454 59.584999) (xy 133.184546 59.584999)
(xy 133.155001 59.579122) (xy 133.125456 59.584999) (xy 133.037947 59.602406) (xy 132.976753 59.643294) (xy 132.930945 59.652406)
(xy 132.831711 59.718711) (xy 132.814975 59.743759) (xy 132.58376 59.974974) (xy 132.562256 59.989343) (xy 132.499444 59.947373)
(xy 132.185875 59.885) (xy 131.974125 59.885) (xy 131.660556 59.947373) (xy 131.304969 60.184969) (xy 131.067373 60.540556)
(xy 130.98394 60.96) (xy 131.067373 61.379444) (xy 131.304969 61.735031) (xy 131.660556 61.972627) (xy 131.974125 62.035)
(xy 132.185875 62.035) (xy 132.499444 61.972627) (xy 132.855031 61.735031) (xy 133.092627 61.379444) (xy 133.17606 60.96)
(xy 133.092627 60.540556) (xy 133.022156 60.435089) (xy 133.057592 60.382055) (xy 133.065634 60.341628) (xy 133.181628 60.225634)
(xy 133.222055 60.217592) (xy 133.270835 60.184999) (xy 133.540592 60.184999) (xy 133.540592 61.81) (xy 133.558055 61.897791)
(xy 133.607784 61.972216) (xy 133.682209 62.021945) (xy 133.77 62.039408) (xy 135.47 62.039408) (xy 135.557791 62.021945)
(xy 135.632216 61.972216) (xy 135.681945 61.897791) (xy 135.699408 61.81) (xy 135.699408 61.26) (xy 135.835737 61.26)
(xy 139.400001 64.824265) (xy 139.4 65.153313) (xy 139.389122 65.207999) (xy 139.395 65.237548) (xy 139.394999 65.682456)
(xy 139.389122 65.712001) (xy 139.400001 65.766692) (xy 139.400001 66.64967) (xy 139.391289 66.636632) (xy 139.366241 66.619896)
(xy 136.055108 63.308764) (xy 136.038369 63.283712) (xy 135.939135 63.217407) (xy 135.851626 63.2) (xy 135.822081 63.194123)
(xy 135.792536 63.2) (xy 135.656386 63.2) (xy 135.632627 63.080556) (xy 135.395031 62.724969) (xy 135.039444 62.487373)
(xy 134.725875 62.425) (xy 134.514125 62.425) (xy 134.200556 62.487373) (xy 133.844969 62.724969) (xy 133.607373 63.080556)
(xy 133.52394 63.5) (xy 133.607373 63.919444) (xy 133.844969 64.275031) (xy 134.200556 64.512627) (xy 134.514125 64.575)
(xy 134.725875 64.575) (xy 135.039444 64.512627) (xy 135.395031 64.275031) (xy 135.632627 63.919444) (xy 135.656386 63.8)
(xy 135.697818 63.8) (xy 138.875001 66.977184) (xy 138.875002 76.558352) (xy 138.794483 76.525) (xy 138.605517 76.525)
(xy 138.430934 76.597314) (xy 138.3 76.728248) (xy 138.3 69.449545) (xy 138.305877 69.42) (xy 138.282593 69.302946)
(xy 138.216288 69.203712) (xy 138.19124 69.186976) (xy 135.564967 66.560704) (xy 135.632627 66.459444) (xy 135.71606 66.04)
(xy 135.632627 65.620556) (xy 135.395031 65.264969) (xy 135.039444 65.027373) (xy 134.725875 64.965) (xy 134.514125 64.965)
(xy 134.200556 65.027373) (xy 133.844969 65.264969) (xy 133.607373 65.620556) (xy 133.52394 66.04) (xy 133.607373 66.459444)
(xy 133.844969 66.815031) (xy 134.200556 67.052627) (xy 134.514125 67.115) (xy 134.725875 67.115) (xy 135.039444 67.052627)
(xy 135.140704 66.984967) (xy 136.435736 68.28) (xy 135.656386 68.28) (xy 135.632627 68.160556) (xy 135.395031 67.804969)
(xy 135.039444 67.567373) (xy 134.725875 67.505) (xy 134.514125 67.505) (xy 134.200556 67.567373) (xy 133.844969 67.804969)
(xy 133.607373 68.160556) (xy 133.52394 68.58) (xy 133.607373 68.999444) (xy 133.844969 69.355031) (xy 134.200556 69.592627)
(xy 134.514125 69.655) (xy 134.725875 69.655) (xy 135.039444 69.592627) (xy 135.395031 69.355031) (xy 135.632627 68.999444)
(xy 135.656386 68.88) (xy 136.455737 68.88) (xy 137.4 69.824264) (xy 137.400001 77.628247) (xy 137.297314 77.730934)
(xy 137.225 77.905517) (xy 137.225 78.094483) (xy 137.266631 78.19499) (xy 135.652745 78.19499) (xy 135.6232 78.189113)
(xy 135.593655 78.19499) (xy 135.506146 78.212397) (xy 135.406912 78.278702) (xy 135.390175 78.303751) (xy 134.608762 79.085165)
(xy 134.583713 79.101902) (xy 134.566977 79.12695) (xy 134.517407 79.201137) (xy 134.494123 79.31819) (xy 134.500001 79.34774)
(xy 134.5 80.525736) (xy 132.264998 82.760739) (xy 132.185875 82.745) (xy 131.974125 82.745) (xy 131.660556 82.807373)
(xy 131.304969 83.044969) (xy 131.067373 83.400556) (xy 130.98394 83.82) (xy 131.067373 84.239444) (xy 131.304969 84.595031)
(xy 131.536896 84.75) (xy 131.438544 84.75) (xy 131.408999 84.744123) (xy 131.291946 84.767407) (xy 131.192712 84.833712)
(xy 131.175976 84.85876) (xy 130.783763 85.250974) (xy 130.758711 85.267713) (xy 130.692406 85.366948) (xy 130.669122 85.484001)
(xy 130.674999 85.513546) (xy 130.675 90.322451) (xy 130.669122 90.352001) (xy 130.692406 90.469054) (xy 130.695008 90.472948)
(xy 130.758712 90.568289) (xy 130.78376 90.585026) (xy 131.014974 90.81624) (xy 131.031711 90.841289) (xy 131.107999 90.892262)
(xy 131.135033 90.919296) (xy 131.067373 91.020556) (xy 130.98394 91.44) (xy 131.067373 91.859444) (xy 131.304969 92.215031)
(xy 131.660556 92.452627) (xy 131.974125 92.515) (xy 132.185875 92.515) (xy 132.499444 92.452627) (xy 132.855031 92.215031)
(xy 133.092627 91.859444) (xy 133.17606 91.44) (xy 133.092627 91.020556) (xy 132.855031 90.664969) (xy 132.499444 90.427373)
(xy 132.185875 90.365) (xy 131.974125 90.365) (xy 131.660556 90.427373) (xy 131.559296 90.495033) (xy 131.498028 90.433765)
(xy 131.481289 90.408713) (xy 131.405003 90.357741) (xy 131.274999 90.227738) (xy 131.274999 89.630178) (xy 131.304969 89.675031)
(xy 131.660556 89.912627) (xy 131.974125 89.975) (xy 132.185875 89.975) (xy 132.499444 89.912627) (xy 132.855031 89.675031)
(xy 133.092627 89.319444) (xy 133.17606 88.9) (xy 133.092627 88.480556) (xy 132.855031 88.124969) (xy 132.817662 88.1)
(xy 133.404735 88.1) (xy 133.308764 88.195971) (xy 133.283712 88.21271) (xy 133.217408 88.311944) (xy 133.217407 88.311945)
(xy 133.194123 88.428998) (xy 133.2 88.458543) (xy 133.200001 90.29045) (xy 133.194123 90.32) (xy 133.217407 90.437053)
(xy 133.217408 90.437054) (xy 133.283713 90.536288) (xy 133.308761 90.553025) (xy 133.57876 90.823024) (xy 133.578763 90.823026)
(xy 133.675033 90.919296) (xy 133.607373 91.020556) (xy 133.52394 91.44) (xy 133.607373 91.859444) (xy 133.844969 92.215031)
(xy 134.200556 92.452627) (xy 134.514125 92.515) (xy 134.725875 92.515) (xy 135.039444 92.452627) (xy 135.395031 92.215031)
(xy 135.632627 91.859444) (xy 135.71606 91.44) (xy 135.632627 91.020556) (xy 135.395031 90.664969) (xy 135.039444 90.427373)
(xy 134.725875 90.365) (xy 134.514125 90.365) (xy 134.200556 90.427373) (xy 134.099296 90.495033) (xy 134.003026 90.398763)
(xy 134.003024 90.39876) (xy 133.8 90.195737) (xy 133.8 89.60773) (xy 133.844969 89.675031) (xy 134.200556 89.912627)
(xy 134.514125 89.975) (xy 134.725875 89.975) (xy 135.039444 89.912627) (xy 135.395031 89.675031) (xy 135.632627 89.319444)
(xy 135.656386 89.2) (xy 137.480455 89.2) (xy 137.51 89.205877) (xy 137.539545 89.2) (xy 137.627054 89.182593)
(xy 137.726288 89.116288) (xy 137.743027 89.091236) (xy 142.591239 84.243025) (xy 142.616288 84.226288) (xy 142.682593 84.127054)
(xy 142.7 84.039545) (xy 142.705877 84.010001) (xy 142.7 83.980457) (xy 142.7 81.224263) (xy 142.91624 81.008024)
(xy 142.941289 80.991287) (xy 143.007594 80.892053) (xy 143.025001 80.804544) (xy 143.030878 80.774999) (xy 143.025001 80.745454)
(xy 143.025001 80.277543) (xy 143.030878 80.247998) (xy 143.007594 80.130945) (xy 142.983231 80.094483) (xy 142.941289 80.031711)
(xy 142.916241 80.014975) (xy 141.967516 79.06625) (xy 142.905 79.06625) (xy 142.905 79.324755) (xy 142.939254 79.407452)
(xy 143.002548 79.470746) (xy 143.085244 79.505) (xy 143.36875 79.505) (xy 143.425 79.44875) (xy 143.425 79.01)
(xy 142.96125 79.01) (xy 142.905 79.06625) (xy 141.967516 79.06625) (xy 141.710029 78.808764) (xy 141.69329 78.783712)
(xy 141.594056 78.717407) (xy 141.506547 78.7) (xy 141.477002 78.694123) (xy 141.447457 78.7) (xy 141.071752 78.7)
(xy 140.969066 78.597314) (xy 140.794483 78.525) (xy 140.605517 78.525) (xy 140.430934 78.597314) (xy 140.297314 78.730934)
(xy 140.225 78.905517) (xy 140.225 79.094483) (xy 140.279061 79.224999) (xy 140.120939 79.224999) (xy 140.175 79.094483)
(xy 140.175 78.905517) (xy 140.102686 78.730934) (xy 139.969066 78.597314) (xy 139.794483 78.525) (xy 139.649264 78.525)
(xy 139.593065 78.468802) (xy 139.611401 78.476132) (xy 139.800353 78.473794) (xy 139.964063 78.405983) (xy 139.984487 78.319842)
(xy 139.7 78.035355) (xy 139.685858 78.049498) (xy 139.650503 78.014143) (xy 139.664645 78) (xy 139.650503 77.985858)
(xy 139.685858 77.950503) (xy 139.7 77.964645) (xy 139.984487 77.680158) (xy 139.964063 77.594017) (xy 139.788599 77.523868)
(xy 139.599647 77.526206) (xy 139.475001 77.577836) (xy 139.475001 77.420939) (xy 139.605517 77.475) (xy 139.794483 77.475)
(xy 139.969066 77.402686) (xy 140.102686 77.269066) (xy 140.175 77.094483) (xy 140.175 76.905517) (xy 140.102686 76.730934)
(xy 140 76.628248) (xy 140 76.546545) (xy 140.005877 76.517001) (xy 140 76.487457) (xy 139.994999 76.462316)
(xy 139.994999 76.057684) (xy 140 76.032543) (xy 140 76.032542) (xy 140.005877 76.002999) (xy 140 75.973455)
(xy 140 75.442465) (xy 140.102608 75.545073) (xy 140.295567 75.625) (xy 140.504425 75.625) (xy 140.697384 75.545073)
(xy 140.845069 75.397388) (xy 140.924996 75.204429) (xy 140.924996 74.995802) (xy 140.967593 74.93205) (xy 140.985 74.844541)
(xy 140.990877 74.814996) (xy 140.985 74.785451) (xy 140.985 74.715196) (xy 141.099014 74.639014) (xy 141.180718 74.516736)
(xy 141.209408 74.3725) (xy 141.209408 74.0275) (xy 141.180718 73.883264) (xy 141.099014 73.760986) (xy 140.976736 73.679282)
(xy 140.8325 73.650592) (xy 140.5375 73.650592) (xy 140.393264 73.679282) (xy 140.270986 73.760986) (xy 140.2 73.867223)
(xy 140.129014 73.760986) (xy 140.006736 73.679282) (xy 140 73.677942) (xy 140 65.746545) (xy 140.005877 65.717001)
(xy 140 65.687457) (xy 139.994999 65.662316) (xy 139.994999 65.257684) (xy 140 65.232543) (xy 140 65.232542)
(xy 140.005877 65.202999) (xy 140 65.173455) (xy 140 64.729545) (xy 140.005877 64.7) (xy 139.998463 64.662726)
(xy 141.4 66.064264) (xy 141.400001 75.875735) (xy 140.750737 76.525) (xy 140.605517 76.525) (xy 140.430934 76.597314)
(xy 140.297314 76.730934) (xy 140.225 76.905517) (xy 140.225 77.094483) (xy 140.297314 77.269066) (xy 140.403248 77.375)
(xy 140.4 77.375) (xy 140.313896 77.392127) (xy 140.240901 77.440901) (xy 140.192127 77.513896) (xy 140.175 77.6)
(xy 140.175 77.997113) (xy 140.173794 77.899647) (xy 140.105983 77.735937) (xy 140.019842 77.715513) (xy 139.735355 78)
(xy 140.019842 78.284487) (xy 140.105983 78.264063) (xy 140.175 78.09143) (xy 140.175 78.2) (xy 140.192127 78.286104)
(xy 140.240901 78.359099) (xy 140.313896 78.407873) (xy 140.4 78.425) (xy 140.484805 78.425) (xy 140.605517 78.475)
(xy 140.794483 78.475) (xy 140.915195 78.425) (xy 142.706802 78.425) (xy 142.840901 78.559099) (xy 142.913896 78.607873)
(xy 142.919979 78.609083) (xy 142.905 78.645245) (xy 142.905 78.90375) (xy 142.96125 78.96) (xy 143.425 78.96)
(xy 143.425 78.94) (xy 143.475 78.94) (xy 143.475 78.96) (xy 143.495 78.96) (xy 143.495 79.01)
(xy 143.475 79.01) (xy 143.475 79.44875) (xy 143.53125 79.505) (xy 143.700001 79.505) (xy 143.700001 97.978622)
(xy 143.628732 98.476274) (xy 143.42959 98.914263) (xy 143.115527 99.27875) (xy 142.711785 99.540443) (xy 142.240884 99.681272)
(xy 141.98887 99.7) (xy 131.021371 99.7) (xy 130.523726 99.628732) (xy 130.085737 99.42959) (xy 129.72125 99.115527)
(xy 129.459557 98.711785) (xy 129.318728 98.240884) (xy 129.3 97.98887) (xy 129.3 96.52) (xy 130.98394 96.52)
(xy 131.067373 96.939444) (xy 131.304969 97.295031) (xy 131.660556 97.532627) (xy 131.974125 97.595) (xy 132.185875 97.595)
(xy 132.499444 97.532627) (xy 132.855031 97.295031) (xy 133.092627 96.939444) (xy 133.17606 96.52) (xy 133.52394 96.52)
(xy 133.607373 96.939444) (xy 133.844969 97.295031) (xy 134.200556 97.532627) (xy 134.514125 97.595) (xy 134.725875 97.595)
(xy 135.039444 97.532627) (xy 135.395031 97.295031) (xy 135.632627 96.939444) (xy 135.71606 96.52) (xy 135.632627 96.100556)
(xy 135.395031 95.744969) (xy 135.039444 95.507373) (xy 134.725875 95.445) (xy 134.514125 95.445) (xy 134.200556 95.507373)
(xy 133.844969 95.744969) (xy 133.607373 96.100556) (xy 133.52394 96.52) (xy 133.17606 96.52) (xy 133.092627 96.100556)
(xy 132.855031 95.744969) (xy 132.499444 95.507373) (xy 132.185875 95.445) (xy 131.974125 95.445) (xy 131.660556 95.507373)
(xy 131.304969 95.744969) (xy 131.067373 96.100556) (xy 130.98394 96.52) (xy 129.3 96.52) (xy 129.3 94.172814)
(xy 131.022433 94.172814) (xy 131.029146 94.206578) (xy 131.195845 94.591475) (xy 131.497149 94.883281) (xy 131.887186 95.03757)
(xy 132.055 94.998462) (xy 132.055 94.005) (xy 132.105 94.005) (xy 132.105 94.998462) (xy 132.272814 95.03757)
(xy 132.662851 94.883281) (xy 132.964155 94.591475) (xy 133.130854 94.206578) (xy 133.137567 94.172814) (xy 133.562433 94.172814)
(xy 133.569146 94.206578) (xy 133.735845 94.591475) (xy 134.037149 94.883281) (xy 134.427186 95.03757) (xy 134.595 94.998462)
(xy 134.595 94.005) (xy 134.645 94.005) (xy 134.645 94.998462) (xy 134.812814 95.03757) (xy 135.202851 94.883281)
(xy 135.504155 94.591475) (xy 135.670854 94.206578) (xy 135.677567 94.172814) (xy 135.638443 94.005) (xy 134.645 94.005)
(xy 134.595 94.005) (xy 133.601557 94.005) (xy 133.562433 94.172814) (xy 133.137567 94.172814) (xy 133.098443 94.005)
(xy 132.105 94.005) (xy 132.055 94.005) (xy 131.061557 94.005) (xy 131.022433 94.172814) (xy 129.3 94.172814)
(xy 129.3 93.787186) (xy 131.022433 93.787186) (xy 131.061557 93.955) (xy 132.055 93.955) (xy 132.055 92.961538)
(xy 132.105 92.961538) (xy 132.105 93.955) (xy 133.098443 93.955) (xy 133.137567 93.787186) (xy 133.562433 93.787186)
(xy 133.601557 93.955) (xy 134.595 93.955) (xy 134.595 92.961538) (xy 134.645 92.961538) (xy 134.645 93.955)
(xy 135.638443 93.955) (xy 135.677567 93.787186) (xy 135.670854 93.753422) (xy 135.504155 93.368525) (xy 135.202851 93.076719)
(xy 134.812814 92.92243) (xy 134.645 92.961538) (xy 134.595 92.961538) (xy 134.427186 92.92243) (xy 134.037149 93.076719)
(xy 133.735845 93.368525) (xy 133.569146 93.753422) (xy 133.562433 93.787186) (xy 133.137567 93.787186) (xy 133.130854 93.753422)
(xy 132.964155 93.368525) (xy 132.662851 93.076719) (xy 132.272814 92.92243) (xy 132.105 92.961538) (xy 132.055 92.961538)
(xy 131.887186 92.92243) (xy 131.497149 93.076719) (xy 131.195845 93.368525) (xy 131.029146 93.753422) (xy 131.022433 93.787186)
(xy 129.3 93.787186) (xy 129.3 73.66) (xy 130.98394 73.66) (xy 131.067373 74.079444) (xy 131.304969 74.435031)
(xy 131.660556 74.672627) (xy 131.974125 74.735) (xy 132.185875 74.735) (xy 132.499444 74.672627) (xy 132.855031 74.435031)
(xy 133.092627 74.079444) (xy 133.17606 73.66) (xy 133.52394 73.66) (xy 133.607373 74.079444) (xy 133.844969 74.435031)
(xy 134.200556 74.672627) (xy 134.514125 74.735) (xy 134.725875 74.735) (xy 135.039444 74.672627) (xy 135.395031 74.435031)
(xy 135.632627 74.079444) (xy 135.71606 73.66) (xy 135.632627 73.240556) (xy 135.395031 72.884969) (xy 135.039444 72.647373)
(xy 134.725875 72.585) (xy 134.514125 72.585) (xy 134.200556 72.647373) (xy 133.844969 72.884969) (xy 133.607373 73.240556)
(xy 133.52394 73.66) (xy 133.17606 73.66) (xy 133.092627 73.240556) (xy 132.855031 72.884969) (xy 132.499444 72.647373)
(xy 132.185875 72.585) (xy 131.974125 72.585) (xy 131.660556 72.647373) (xy 131.304969 72.884969) (xy 131.067373 73.240556)
(xy 130.98394 73.66) (xy 129.3 73.66) (xy 129.3 71.312814) (xy 131.022433 71.312814) (xy 131.029146 71.346578)
(xy 131.195845 71.731475) (xy 131.497149 72.023281) (xy 131.887186 72.17757) (xy 132.055 72.138462) (xy 132.055 71.145)
(xy 132.105 71.145) (xy 132.105 72.138462) (xy 132.272814 72.17757) (xy 132.662851 72.023281) (xy 132.964155 71.731475)
(xy 133.130854 71.346578) (xy 133.137567 71.312814) (xy 133.562433 71.312814) (xy 133.569146 71.346578) (xy 133.735845 71.731475)
(xy 134.037149 72.023281) (xy 134.427186 72.17757) (xy 134.595 72.138462) (xy 134.595 71.145) (xy 134.645 71.145)
(xy 134.645 72.138462) (xy 134.812814 72.17757) (xy 135.202851 72.023281) (xy 135.504155 71.731475) (xy 135.670854 71.346578)
(xy 135.677567 71.312814) (xy 135.638443 71.145) (xy 134.645 71.145) (xy 134.595 71.145) (xy 133.601557 71.145)
(xy 133.562433 71.312814) (xy 133.137567 71.312814) (xy 133.098443 71.145) (xy 132.105 71.145) (xy 132.055 71.145)
(xy 131.061557 71.145) (xy 131.022433 71.312814) (xy 129.3 71.312814) (xy 129.3 70.927186) (xy 131.022433 70.927186)
(xy 131.061557 71.095) (xy 132.055 71.095) (xy 132.055 70.101538) (xy 132.105 70.101538) (xy 132.105 71.095)
(xy 133.098443 71.095) (xy 133.137567 70.927186) (xy 133.562433 70.927186) (xy 133.601557 71.095) (xy 134.595 71.095)
(xy 134.595 70.101538) (xy 134.645 70.101538) (xy 134.645 71.095) (xy 135.638443 71.095) (xy 135.677567 70.927186)
(xy 135.670854 70.893422) (xy 135.504155 70.508525) (xy 135.202851 70.216719) (xy 134.812814 70.06243) (xy 134.645 70.101538)
(xy 134.595 70.101538) (xy 134.427186 70.06243) (xy 134.037149 70.216719) (xy 133.735845 70.508525) (xy 133.569146 70.893422)
(xy 133.562433 70.927186) (xy 133.137567 70.927186) (xy 133.130854 70.893422) (xy 132.964155 70.508525) (xy 132.662851 70.216719)
(xy 132.272814 70.06243) (xy 132.105 70.101538) (xy 132.055 70.101538) (xy 131.887186 70.06243) (xy 131.497149 70.216719)
(xy 131.195845 70.508525) (xy 131.029146 70.893422) (xy 131.022433 70.927186) (xy 129.3 70.927186) (xy 129.3 68.58)
(xy 130.98394 68.58) (xy 131.067373 68.999444) (xy 131.304969 69.355031) (xy 131.660556 69.592627) (xy 131.974125 69.655)
(xy 132.185875 69.655) (xy 132.499444 69.592627) (xy 132.855031 69.355031) (xy 133.092627 68.999444) (xy 133.17606 68.58)
(xy 133.092627 68.160556) (xy 132.855031 67.804969) (xy 132.499444 67.567373) (xy 132.185875 67.505) (xy 131.974125 67.505)
(xy 131.660556 67.567373) (xy 131.304969 67.804969) (xy 131.067373 68.160556) (xy 130.98394 68.58) (xy 129.3 68.58)
(xy 129.3 66.04) (xy 130.98394 66.04) (xy 131.067373 66.459444) (xy 131.304969 66.815031) (xy 131.660556 67.052627)
(xy 131.974125 67.115) (xy 132.185875 67.115) (xy 132.499444 67.052627) (xy 132.855031 66.815031) (xy 133.092627 66.459444)
(xy 133.17606 66.04) (xy 133.092627 65.620556) (xy 132.855031 65.264969) (xy 132.499444 65.027373) (xy 132.185875 64.965)
(xy 131.974125 64.965) (xy 131.660556 65.027373) (xy 131.304969 65.264969) (xy 131.067373 65.620556) (xy 130.98394 66.04)
(xy 129.3 66.04) (xy 129.3 63.5) (xy 130.98394 63.5) (xy 131.067373 63.919444) (xy 131.304969 64.275031)
(xy 131.660556 64.512627) (xy 131.974125 64.575) (xy 132.185875 64.575) (xy 132.499444 64.512627) (xy 132.855031 64.275031)
(xy 133.092627 63.919444) (xy 133.17606 63.5) (xy 133.092627 63.080556) (xy 132.855031 62.724969) (xy 132.499444 62.487373)
(xy 132.185875 62.425) (xy 131.974125 62.425) (xy 131.660556 62.487373) (xy 131.304969 62.724969) (xy 131.067373 63.080556)
(xy 130.98394 63.5) (xy 129.3 63.5) (xy 129.3 60.021371) (xy 129.371268 59.523727) (xy 129.57041 59.085737)
(xy 129.884473 58.72125) (xy 130.288216 58.459557) (xy 130.759115 58.318728) (xy 131.01113 58.3) (xy 141.978629 58.3)
)
)
(filled_polygon
(pts
(xy 141.225 79.949263) (xy 141.225 80.094483) (xy 141.297314 80.269066) (xy 141.430934 80.402686) (xy 141.605517 80.475)
(xy 141.794483 80.475) (xy 141.969066 80.402686) (xy 142.102686 80.269066) (xy 142.166864 80.114126) (xy 142.425001 80.372263)
(xy 142.425002 80.650735) (xy 142.208764 80.866973) (xy 142.183712 80.883712) (xy 142.173515 80.898973) (xy 142.105983 80.735937)
(xy 142.019842 80.715513) (xy 141.735355 81) (xy 142.019842 81.284487) (xy 142.1 81.265482) (xy 142.100001 83.281803)
(xy 142.057452 83.239254) (xy 141.974755 83.205) (xy 141.71625 83.205) (xy 141.66 83.26125) (xy 141.66 83.725)
(xy 141.68 83.725) (xy 141.68 83.775) (xy 141.66 83.775) (xy 141.66 84.23875) (xy 141.703493 84.282243)
(xy 137.385737 88.6) (xy 135.656386 88.6) (xy 135.632627 88.480556) (xy 135.395031 88.124969) (xy 135.300368 88.061717)
(xy 135.321281 88.065877) (xy 135.350826 88.06) (xy 135.438335 88.042593) (xy 135.537569 87.976288) (xy 135.554308 87.951236)
(xy 139.975 83.530545) (xy 139.975 84) (xy 139.992127 84.086104) (xy 140.040901 84.159099) (xy 140.240901 84.359099)
(xy 140.313896 84.407873) (xy 140.4 84.425) (xy 140.8 84.425) (xy 140.886104 84.407873) (xy 140.959099 84.359099)
(xy 141.140904 84.177294) (xy 141.149254 84.197452) (xy 141.212548 84.260746) (xy 141.295245 84.295) (xy 141.55375 84.295)
(xy 141.61 84.23875) (xy 141.61 83.775) (xy 141.59 83.775) (xy 141.59 83.725) (xy 141.61 83.725)
(xy 141.61 83.26125) (xy 141.55375 83.205) (xy 141.295245 83.205) (xy 141.225 83.234096) (xy 141.225 82.117461)
(xy 141.245073 82.097388) (xy 141.325 81.904429) (xy 141.325 81.695571) (xy 141.245073 81.502612) (xy 141.225 81.482539)
(xy 141.225 81.319842) (xy 141.415513 81.319842) (xy 141.435937 81.405983) (xy 141.611401 81.476132) (xy 141.800353 81.473794)
(xy 141.964063 81.405983) (xy 141.984487 81.319842) (xy 141.7 81.035355) (xy 141.415513 81.319842) (xy 141.225 81.319842)
(xy 141.225 81.002887) (xy 141.226206 81.100353) (xy 141.294017 81.264063) (xy 141.380158 81.284487) (xy 141.664645 81)
(xy 141.380158 80.715513) (xy 141.294017 80.735937) (xy 141.225 80.90857) (xy 141.225 80.8) (xy 141.207873 80.713896)
(xy 141.18533 80.680158) (xy 141.415513 80.680158) (xy 141.7 80.964645) (xy 141.984487 80.680158) (xy 141.964063 80.594017)
(xy 141.788599 80.523868) (xy 141.599647 80.526206) (xy 141.435937 80.594017) (xy 141.415513 80.680158) (xy 141.18533 80.680158)
(xy 141.159099 80.640901) (xy 140.959099 80.440901) (xy 140.927607 80.419859) (xy 140.969066 80.402686) (xy 141.102686 80.269066)
(xy 141.175 80.094483) (xy 141.175 79.905517) (xy 141.170578 79.894841)
)
)
(filled_polygon
(pts
(xy 131.304969 87.135031) (xy 131.660556 87.372627) (xy 131.78 87.396386) (xy 131.78 87.532536) (xy 131.774123 87.562081)
(xy 131.78 87.591625) (xy 131.797407 87.679134) (xy 131.863712 87.778369) (xy 131.888763 87.795108) (xy 131.927859 87.834203)
(xy 131.660556 87.887373) (xy 131.304969 88.124969) (xy 131.274999 88.169822) (xy 131.274999 87.090178)
)
)
(filled_polygon
(pts
(xy 133.245 85.255449) (xy 133.239122 85.284999) (xy 133.262406 85.402052) (xy 133.262407 85.402053) (xy 133.328712 85.501287)
(xy 133.35376 85.518024) (xy 133.57876 85.743024) (xy 133.578763 85.743026) (xy 133.675033 85.839296) (xy 133.607373 85.940556)
(xy 133.52394 86.36) (xy 133.607373 86.779444) (xy 133.844969 87.135031) (xy 133.918024 87.183845) (xy 133.828442 87.243701)
(xy 133.811706 87.268749) (xy 133.580456 87.5) (xy 132.442183 87.5) (xy 132.38 87.437818) (xy 132.38 87.396386)
(xy 132.499444 87.372627) (xy 132.855031 87.135031) (xy 133.092627 86.779444) (xy 133.17606 86.36) (xy 133.092627 85.940556)
(xy 132.855031 85.584969) (xy 132.499444 85.347373) (xy 132.491599 85.345812) (xy 132.558056 85.332593) (xy 132.65729 85.266288)
(xy 132.674029 85.241236) (xy 133.245 84.670266)
)
)
(filled_polygon
(pts
(xy 139.400001 82.832737) (xy 135.677156 86.555583) (xy 135.71606 86.36) (xy 135.632627 85.940556) (xy 135.395031 85.584969)
(xy 135.039444 85.347373) (xy 134.725875 85.285) (xy 134.514125 85.285) (xy 134.200556 85.347373) (xy 134.099296 85.415033)
(xy 134.003026 85.318763) (xy 134.003024 85.31876) (xy 133.844999 85.160736) (xy 133.844999 84.899408) (xy 135.47 84.899408)
(xy 135.557791 84.881945) (xy 135.632216 84.832216) (xy 135.681945 84.757791) (xy 135.699408 84.67) (xy 135.699408 84.125002)
(xy 136.548455 84.125002) (xy 136.578 84.130879) (xy 136.607545 84.125002) (xy 136.695054 84.107595) (xy 136.794288 84.04129)
(xy 136.811027 84.016238) (xy 139.4 81.427266)
)
)
(filled_polygon
(pts
(xy 136.472739 82.930278) (xy 136.397388 82.854927) (xy 136.204429 82.775) (xy 135.995571 82.775) (xy 135.802612 82.854927)
(xy 135.697439 82.9601) (xy 135.681945 82.882209) (xy 135.632216 82.807784) (xy 135.557791 82.758055) (xy 135.47 82.740592)
(xy 134.018669 82.740592) (xy 134.984261 81.775001) (xy 137.628016 81.775001)
)
)
(filled_polygon
(pts
(xy 137.223868 78.911401) (xy 137.226206 79.100353) (xy 137.294017 79.264063) (xy 137.380158 79.284487) (xy 137.664645 79)
(xy 137.650503 78.985858) (xy 137.685858 78.950503) (xy 137.7 78.964645) (xy 137.714143 78.950503) (xy 137.749498 78.985858)
(xy 137.735355 79) (xy 138.019842 79.284487) (xy 138.105983 79.264063) (xy 138.176132 79.088599) (xy 138.173794 78.899647)
(xy 138.130444 78.79499) (xy 138.600727 78.79499) (xy 138.84 79.034264) (xy 138.84 79.320455) (xy 138.834123 79.35)
(xy 138.857407 79.467053) (xy 138.865223 79.47875) (xy 138.923713 79.566288) (xy 138.948762 79.583025) (xy 138.958798 79.593061)
(xy 138.794483 79.525) (xy 138.605517 79.525) (xy 138.430934 79.597314) (xy 138.297314 79.730934) (xy 138.225 79.905517)
(xy 138.225 80.050737) (xy 138.170578 80.105158) (xy 138.175 80.094483) (xy 138.175 79.905517) (xy 138.102686 79.730934)
(xy 137.969066 79.597314) (xy 137.877644 79.559446) (xy 137.792094 79.473896) (xy 137.800353 79.473794) (xy 137.964063 79.405983)
(xy 137.984487 79.319842) (xy 137.7 79.035355) (xy 137.415513 79.319842) (xy 137.428591 79.375) (xy 136.486614 79.375)
(xy 136.495 79.354755) (xy 136.495 79.09625) (xy 136.43875 79.04) (xy 135.975 79.04) (xy 135.975 79.06)
(xy 135.925 79.06) (xy 135.925 79.04) (xy 135.905 79.04) (xy 135.905 78.99) (xy 135.925 78.99)
(xy 135.925 78.97) (xy 135.975 78.97) (xy 135.975 78.99) (xy 136.43875 78.99) (xy 136.495 78.93375)
(xy 136.495 78.79499) (xy 137.270408 78.79499)
)
)
)
(zone (net 2) (net_name GND) (layer B.Cu) (tstamp 0) (hatch edge 0.508)
(connect_pads (clearance 0.15))
(min_thickness 0.15)
(fill yes (arc_segments 16) (thermal_gap 0.15) (thermal_bridge_width 0.2))
(polygon
(pts
(xy 127 55) (xy 148 55) (xy 148 103) (xy 127 103)
)
)
(filled_polygon
(pts
(xy 142.476273 58.371268) (xy 142.914263 58.57041) (xy 143.27875 58.884473) (xy 143.540443 59.288216) (xy 143.681272 59.759115)
(xy 143.7 60.01113) (xy 143.700001 82.46817) (xy 143.672695 82.427305) (xy 143.612161 82.386857) (xy 142.563143 81.337839)
(xy 142.522695 81.277305) (xy 142.282881 81.117065) (xy 142.071404 81.075) (xy 142.0714 81.075) (xy 142 81.060798)
(xy 141.9286 81.075) (xy 141.725 81.075) (xy 141.725 78.793198) (xy 141.859099 78.659099) (xy 141.907873 78.586104)
(xy 141.925 78.5) (xy 141.925 77.7) (xy 141.907873 77.613896) (xy 141.859099 77.540901) (xy 141.8 77.481802)
(xy 141.8 76.229549) (xy 141.805877 76.200004) (xy 141.782593 76.08295) (xy 141.716288 75.983716) (xy 141.691239 75.966979)
(xy 140.93302 75.208761) (xy 140.933018 75.208758) (xy 140.924996 75.200736) (xy 140.924996 74.995571) (xy 140.845069 74.802612)
(xy 140.697384 74.654927) (xy 140.504425 74.575) (xy 140.295567 74.575) (xy 140.102608 74.654927) (xy 139.954923 74.802612)
(xy 139.874996 74.995571) (xy 139.874996 75.204429) (xy 139.954923 75.397388) (xy 140.102608 75.545073) (xy 140.295567 75.625)
(xy 140.500732 75.625) (xy 140.508754 75.633022) (xy 140.508757 75.633024) (xy 141.200001 76.324269) (xy 141.2 77.284945)
(xy 141.163896 77.292127) (xy 141.090901 77.340901) (xy 140.090901 78.340901) (xy 140.042127 78.413896) (xy 140.025 78.5)
(xy 140.025 79.106802) (xy 139.856802 79.275) (xy 136.75 79.275) (xy 136.663896 79.292127) (xy 136.590901 79.340901)
(xy 136.340901 79.590901) (xy 136.292127 79.663896) (xy 136.275 79.75) (xy 136.275 80.25) (xy 136.292127 80.336104)
(xy 136.340901 80.409099) (xy 136.590901 80.659099) (xy 136.663896 80.707873) (xy 136.75 80.725) (xy 139.906802 80.725)
(xy 140.075 80.893198) (xy 140.075 81.728596) (xy 140.060797 81.8) (xy 140.075 81.871404) (xy 140.075 82.05)
(xy 140.092127 82.136104) (xy 140.140901 82.209099) (xy 140.390901 82.459099) (xy 140.463896 82.507873) (xy 140.55 82.525)
(xy 141.699696 82.525) (xy 142.425001 83.250305) (xy 142.425 87.749695) (xy 134.729062 95.445634) (xy 134.725875 95.445)
(xy 134.514125 95.445) (xy 134.200556 95.507373) (xy 133.844969 95.744969) (xy 133.811539 95.795) (xy 132.888461 95.795)
(xy 132.855031 95.744969) (xy 132.499444 95.507373) (xy 132.185875 95.445) (xy 131.974125 95.445) (xy 131.660556 95.507373)
(xy 131.304969 95.744969) (xy 131.067373 96.100556) (xy 130.98394 96.52) (xy 131.067373 96.939444) (xy 131.304969 97.295031)
(xy 131.660556 97.532627) (xy 131.974125 97.595) (xy 132.185875 97.595) (xy 132.499444 97.532627) (xy 132.855031 97.295031)
(xy 132.888461 97.245) (xy 133.811539 97.245) (xy 133.844969 97.295031) (xy 134.200556 97.532627) (xy 134.514125 97.595)
(xy 134.725875 97.595) (xy 135.039444 97.532627) (xy 135.395031 97.295031) (xy 135.632627 96.939444) (xy 135.71606 96.52)
(xy 135.714275 96.511029) (xy 143.612166 88.613139) (xy 143.672694 88.572695) (xy 143.700001 88.531828) (xy 143.700001 97.978622)
(xy 143.628732 98.476274) (xy 143.42959 98.914263) (xy 143.115527 99.27875) (xy 142.711785 99.540443) (xy 142.240884 99.681272)
(xy 141.98887 99.7) (xy 131.021371 99.7) (xy 130.523726 99.628732) (xy 130.085737 99.42959) (xy 129.72125 99.115527)
(xy 129.459557 98.711785) (xy 129.318728 98.240884) (xy 129.3 97.98887) (xy 129.3 94.172814) (xy 131.022433 94.172814)
(xy 131.029146 94.206578) (xy 131.195845 94.591475) (xy 131.497149 94.883281) (xy 131.887186 95.03757) (xy 132.055 94.998462)
(xy 132.055 94.005) (xy 132.105 94.005) (xy 132.105 94.998462) (xy 132.272814 95.03757) (xy 132.662851 94.883281)
(xy 132.964155 94.591475) (xy 133.130854 94.206578) (xy 133.137567 94.172814) (xy 133.562433 94.172814) (xy 133.569146 94.206578)
(xy 133.735845 94.591475) (xy 134.037149 94.883281) (xy 134.427186 95.03757) (xy 134.595 94.998462) (xy 134.595 94.005)
(xy 134.645 94.005) (xy 134.645 94.998462) (xy 134.812814 95.03757) (xy 135.202851 94.883281) (xy 135.504155 94.591475)
(xy 135.670854 94.206578) (xy 135.677567 94.172814) (xy 135.638443 94.005) (xy 134.645 94.005) (xy 134.595 94.005)
(xy 133.601557 94.005) (xy 133.562433 94.172814) (xy 133.137567 94.172814) (xy 133.098443 94.005) (xy 132.105 94.005)
(xy 132.055 94.005) (xy 131.061557 94.005) (xy 131.022433 94.172814) (xy 129.3 94.172814) (xy 129.3 93.787186)
(xy 131.022433 93.787186) (xy 131.061557 93.955) (xy 132.055 93.955) (xy 132.055 92.961538) (xy 132.105 92.961538)
(xy 132.105 93.955) (xy 133.098443 93.955) (xy 133.137567 93.787186) (xy 133.562433 93.787186) (xy 133.601557 93.955)
(xy 134.595 93.955) (xy 134.595 92.961538) (xy 134.645 92.961538) (xy 134.645 93.955) (xy 135.638443 93.955)
(xy 135.677567 93.787186) (xy 135.670854 93.753422) (xy 135.504155 93.368525) (xy 135.202851 93.076719) (xy 134.812814 92.92243)
(xy 134.645 92.961538) (xy 134.595 92.961538) (xy 134.427186 92.92243) (xy 134.037149 93.076719) (xy 133.735845 93.368525)
(xy 133.569146 93.753422) (xy 133.562433 93.787186) (xy 133.137567 93.787186) (xy 133.130854 93.753422) (xy 132.964155 93.368525)
(xy 132.662851 93.076719) (xy 132.272814 92.92243) (xy 132.105 92.961538) (xy 132.055 92.961538) (xy 131.887186 92.92243)
(xy 131.497149 93.076719) (xy 131.195845 93.368525) (xy 131.029146 93.753422) (xy 131.022433 93.787186) (xy 129.3 93.787186)
(xy 129.3 91.44) (xy 130.98394 91.44) (xy 131.067373 91.859444) (xy 131.304969 92.215031) (xy 131.660556 92.452627)
(xy 131.974125 92.515) (xy 132.185875 92.515) (xy 132.499444 92.452627) (xy 132.855031 92.215031) (xy 133.092627 91.859444)
(xy 133.17606 91.44) (xy 133.52394 91.44) (xy 133.607373 91.859444) (xy 133.844969 92.215031) (xy 134.200556 92.452627)
(xy 134.514125 92.515) (xy 134.725875 92.515) (xy 135.039444 92.452627) (xy 135.395031 92.215031) (xy 135.632627 91.859444)
(xy 135.71606 91.44) (xy 135.632627 91.020556) (xy 135.395031 90.664969) (xy 135.039444 90.427373) (xy 134.725875 90.365)
(xy 134.514125 90.365) (xy 134.200556 90.427373) (xy 133.844969 90.664969) (xy 133.607373 91.020556) (xy 133.52394 91.44)
(xy 133.17606 91.44) (xy 133.092627 91.020556) (xy 132.855031 90.664969) (xy 132.499444 90.427373) (xy 132.185875 90.365)
(xy 131.974125 90.365) (xy 131.660556 90.427373) (xy 131.304969 90.664969) (xy 131.067373 91.020556) (xy 130.98394 91.44)
(xy 129.3 91.44) (xy 129.3 86.36) (xy 130.98394 86.36) (xy 131.067373 86.779444) (xy 131.304969 87.135031)
(xy 131.660556 87.372627) (xy 131.974125 87.435) (xy 132.140737 87.435) (xy 131.888764 87.686973) (xy 131.863712 87.703712)
(xy 131.797408 87.802946) (xy 131.797407 87.802947) (xy 131.785559 87.862508) (xy 131.660556 87.887373) (xy 131.304969 88.124969)
(xy 131.067373 88.480556) (xy 130.98394 88.9) (xy 131.067373 89.319444) (xy 131.304969 89.675031) (xy 131.660556 89.912627)
(xy 131.974125 89.975) (xy 132.185875 89.975) (xy 132.499444 89.912627) (xy 132.855031 89.675031) (xy 133.092627 89.319444)
(xy 133.17606 88.9) (xy 133.52394 88.9) (xy 133.607373 89.319444) (xy 133.844969 89.675031) (xy 134.200556 89.912627)
(xy 134.514125 89.975) (xy 134.725875 89.975) (xy 135.039444 89.912627) (xy 135.395031 89.675031) (xy 135.632627 89.319444)
(xy 135.71606 88.9) (xy 135.632627 88.480556) (xy 135.395031 88.124969) (xy 135.039444 87.887373) (xy 134.725875 87.825)
(xy 134.514125 87.825) (xy 134.200556 87.887373) (xy 133.844969 88.124969) (xy 133.607373 88.480556) (xy 133.52394 88.9)
(xy 133.17606 88.9) (xy 133.092627 88.480556) (xy 132.855031 88.124969) (xy 132.521891 87.902372) (xy 133.34624 87.078024)
(xy 133.371289 87.061287) (xy 133.437594 86.962053) (xy 133.455001 86.874544) (xy 133.460878 86.844999) (xy 133.455001 86.815454)
(xy 133.455001 86.35826) (xy 133.54149 86.271771) (xy 133.52394 86.36) (xy 133.607373 86.779444) (xy 133.844969 87.135031)
(xy 134.200556 87.372627) (xy 134.514125 87.435) (xy 134.725875 87.435) (xy 135.039444 87.372627) (xy 135.395031 87.135031)
(xy 135.632627 86.779444) (xy 135.71606 86.36) (xy 135.632627 85.940556) (xy 135.395031 85.584969) (xy 135.370867 85.568823)
(xy 135.377057 85.567592) (xy 135.476291 85.501287) (xy 135.49303 85.476235) (xy 136.291239 84.678027) (xy 136.316288 84.66129)
(xy 136.382593 84.562056) (xy 136.4 84.474547) (xy 136.405877 84.445003) (xy 136.4 84.415459) (xy 136.4 83.742461)
(xy 136.545073 83.597388) (xy 136.625 83.404429) (xy 136.625 83.195571) (xy 136.545073 83.002612) (xy 136.397388 82.854927)
(xy 136.204429 82.775) (xy 135.995571 82.775) (xy 135.802612 82.854927) (xy 135.697439 82.9601) (xy 135.681945 82.882209)
(xy 135.632216 82.807784) (xy 135.557791 82.758055) (xy 135.47 82.740592) (xy 133.77 82.740592) (xy 133.682209 82.758055)
(xy 133.607784 82.807784) (xy 133.558055 82.882209) (xy 133.540592 82.97) (xy 133.540592 84.67) (xy 133.558055 84.757791)
(xy 133.607784 84.832216) (xy 133.682209 84.881945) (xy 133.77 84.899408) (xy 135.221331 84.899408) (xy 135.13574 84.984999)
(xy 134.133544 84.984999) (xy 134.103999 84.979122) (xy 134.074454 84.984999) (xy 133.986945 85.002406) (xy 133.887711 85.068711)
(xy 133.870975 85.093759) (xy 133.06521 85.899524) (xy 132.855031 85.584969) (xy 132.499444 85.347373) (xy 132.185875 85.285)
(xy 131.974125 85.285) (xy 131.660556 85.347373) (xy 131.304969 85.584969) (xy 131.067373 85.940556) (xy 130.98394 86.36)
(xy 129.3 86.36) (xy 129.3 83.82) (xy 130.98394 83.82) (xy 131.067373 84.239444) (xy 131.304969 84.595031)
(xy 131.660556 84.832627) (xy 131.974125 84.895) (xy 132.185875 84.895) (xy 132.499444 84.832627) (xy 132.855031 84.595031)
(xy 133.092627 84.239444) (xy 133.17606 83.82) (xy 133.092627 83.400556) (xy 132.855031 83.044969) (xy 132.499444 82.807373)
(xy 132.185875 82.745) (xy 131.974125 82.745) (xy 131.660556 82.807373) (xy 131.304969 83.044969) (xy 131.067373 83.400556)
(xy 130.98394 83.82) (xy 129.3 83.82) (xy 129.3 73.66) (xy 130.98394 73.66) (xy 131.067373 74.079444)
(xy 131.304969 74.435031) (xy 131.660556 74.672627) (xy 131.974125 74.735) (xy 132.185875 74.735) (xy 132.499444 74.672627)
(xy 132.855031 74.435031) (xy 133.092627 74.079444) (xy 133.17606 73.66) (xy 133.52394 73.66) (xy 133.607373 74.079444)
(xy 133.844969 74.435031) (xy 134.200556 74.672627) (xy 134.514125 74.735) (xy 134.725875 74.735) (xy 135.039444 74.672627)
(xy 135.395031 74.435031) (xy 135.632627 74.079444) (xy 135.71606 73.66) (xy 135.632627 73.240556) (xy 135.395031 72.884969)
(xy 135.039444 72.647373) (xy 134.725875 72.585) (xy 134.514125 72.585) (xy 134.200556 72.647373) (xy 133.844969 72.884969)
(xy 133.607373 73.240556) (xy 133.52394 73.66) (xy 133.17606 73.66) (xy 133.092627 73.240556) (xy 132.855031 72.884969)
(xy 132.499444 72.647373) (xy 132.185875 72.585) (xy 131.974125 72.585) (xy 131.660556 72.647373) (xy 131.304969 72.884969)
(xy 131.067373 73.240556) (xy 130.98394 73.66) (xy 129.3 73.66) (xy 129.3 71.312814) (xy 131.022433 71.312814)
(xy 131.029146 71.346578) (xy 131.195845 71.731475) (xy 131.497149 72.023281) (xy 131.887186 72.17757) (xy 132.055 72.138462)
(xy 132.055 71.145) (xy 132.105 71.145) (xy 132.105 72.138462) (xy 132.272814 72.17757) (xy 132.662851 72.023281)
(xy 132.964155 71.731475) (xy 133.130854 71.346578) (xy 133.137567 71.312814) (xy 133.562433 71.312814) (xy 133.569146 71.346578)
(xy 133.735845 71.731475) (xy 134.037149 72.023281) (xy 134.427186 72.17757) (xy 134.595 72.138462) (xy 134.595 71.145)
(xy 134.645 71.145) (xy 134.645 72.138462) (xy 134.812814 72.17757) (xy 135.202851 72.023281) (xy 135.504155 71.731475)
(xy 135.670854 71.346578) (xy 135.677567 71.312814) (xy 135.638443 71.145) (xy 134.645 71.145) (xy 134.595 71.145)
(xy 133.601557 71.145) (xy 133.562433 71.312814) (xy 133.137567 71.312814) (xy 133.098443 71.145) (xy 132.105 71.145)
(xy 132.055 71.145) (xy 131.061557 71.145) (xy 131.022433 71.312814) (xy 129.3 71.312814) (xy 129.3 70.927186)
(xy 131.022433 70.927186) (xy 131.061557 71.095) (xy 132.055 71.095) (xy 132.055 70.101538) (xy 132.105 70.101538)
(xy 132.105 71.095) (xy 133.098443 71.095) (xy 133.137567 70.927186) (xy 133.562433 70.927186) (xy 133.601557 71.095)
(xy 134.595 71.095) (xy 134.595 70.101538) (xy 134.645 70.101538) (xy 134.645 71.095) (xy 135.638443 71.095)
(xy 135.677567 70.927186) (xy 135.670854 70.893422) (xy 135.504155 70.508525) (xy 135.202851 70.216719) (xy 134.812814 70.06243)
(xy 134.645 70.101538) (xy 134.595 70.101538) (xy 134.427186 70.06243) (xy 134.037149 70.216719) (xy 133.735845 70.508525)
(xy 133.569146 70.893422) (xy 133.562433 70.927186) (xy 133.137567 70.927186) (xy 133.130854 70.893422) (xy 132.964155 70.508525)
(xy 132.662851 70.216719) (xy 132.272814 70.06243) (xy 132.105 70.101538) (xy 132.055 70.101538) (xy 131.887186 70.06243)
(xy 131.497149 70.216719) (xy 131.195845 70.508525) (xy 131.029146 70.893422) (xy 131.022433 70.927186) (xy 129.3 70.927186)
(xy 129.3 68.58) (xy 130.98394 68.58) (xy 131.067373 68.999444) (xy 131.304969 69.355031) (xy 131.660556 69.592627)
(xy 131.974125 69.655) (xy 132.185875 69.655) (xy 132.499444 69.592627) (xy 132.855031 69.355031) (xy 133.092627 68.999444)
(xy 133.17606 68.58) (xy 133.52394 68.58) (xy 133.607373 68.999444) (xy 133.844969 69.355031) (xy 134.200556 69.592627)
(xy 134.514125 69.655) (xy 134.725875 69.655) (xy 135.039444 69.592627) (xy 135.395031 69.355031) (xy 135.632627 68.999444)
(xy 135.71606 68.58) (xy 135.632627 68.160556) (xy 135.395031 67.804969) (xy 135.039444 67.567373) (xy 134.725875 67.505)
(xy 134.514125 67.505) (xy 134.200556 67.567373) (xy 133.844969 67.804969) (xy 133.607373 68.160556) (xy 133.52394 68.58)
(xy 133.17606 68.58) (xy 133.092627 68.160556) (xy 132.855031 67.804969) (xy 132.499444 67.567373) (xy 132.185875 67.505)
(xy 131.974125 67.505) (xy 131.660556 67.567373) (xy 131.304969 67.804969) (xy 131.067373 68.160556) (xy 130.98394 68.58)
(xy 129.3 68.58) (xy 129.3 66.04) (xy 130.98394 66.04) (xy 131.067373 66.459444) (xy 131.304969 66.815031)
(xy 131.660556 67.052627) (xy 131.974125 67.115) (xy 132.185875 67.115) (xy 132.499444 67.052627) (xy 132.855031 66.815031)
(xy 133.092627 66.459444) (xy 133.17606 66.04) (xy 133.52394 66.04) (xy 133.607373 66.459444) (xy 133.844969 66.815031)
(xy 134.200556 67.052627) (xy 134.514125 67.115) (xy 134.725875 67.115) (xy 135.039444 67.052627) (xy 135.395031 66.815031)
(xy 135.632627 66.459444) (xy 135.71606 66.04) (xy 135.632627 65.620556) (xy 135.395031 65.264969) (xy 135.039444 65.027373)
(xy 134.725875 64.965) (xy 134.514125 64.965) (xy 134.200556 65.027373) (xy 133.844969 65.264969) (xy 133.607373 65.620556)
(xy 133.52394 66.04) (xy 133.17606 66.04) (xy 133.092627 65.620556) (xy 132.855031 65.264969) (xy 132.499444 65.027373)
(xy 132.185875 64.965) (xy 131.974125 64.965) (xy 131.660556 65.027373) (xy 131.304969 65.264969) (xy 131.067373 65.620556)
(xy 130.98394 66.04) (xy 129.3 66.04) (xy 129.3 63.5) (xy 130.98394 63.5) (xy 131.067373 63.919444)
(xy 131.304969 64.275031) (xy 131.660556 64.512627) (xy 131.974125 64.575) (xy 132.185875 64.575) (xy 132.499444 64.512627)
(xy 132.855031 64.275031) (xy 133.092627 63.919444) (xy 133.17606 63.5) (xy 133.52394 63.5) (xy 133.607373 63.919444)
(xy 133.844969 64.275031) (xy 134.200556 64.512627) (xy 134.514125 64.575) (xy 134.725875 64.575) (xy 135.039444 64.512627)
(xy 135.395031 64.275031) (xy 135.632627 63.919444) (xy 135.71606 63.5) (xy 135.632627 63.080556) (xy 135.395031 62.724969)
(xy 135.039444 62.487373) (xy 134.725875 62.425) (xy 134.514125 62.425) (xy 134.200556 62.487373) (xy 133.844969 62.724969)
(xy 133.607373 63.080556) (xy 133.52394 63.5) (xy 133.17606 63.5) (xy 133.092627 63.080556) (xy 132.855031 62.724969)
(xy 132.499444 62.487373) (xy 132.185875 62.425) (xy 131.974125 62.425) (xy 131.660556 62.487373) (xy 131.304969 62.724969)
(xy 131.067373 63.080556) (xy 130.98394 63.5) (xy 129.3 63.5) (xy 129.3 60.96) (xy 130.98394 60.96)
(xy 131.067373 61.379444) (xy 131.304969 61.735031) (xy 131.660556 61.972627) (xy 131.974125 62.035) (xy 132.185875 62.035)
(xy 132.499444 61.972627) (xy 132.855031 61.735031) (xy 133.092627 61.379444) (xy 133.17606 60.96) (xy 133.092627 60.540556)
(xy 132.855031 60.184969) (xy 132.742833 60.11) (xy 133.540592 60.11) (xy 133.540592 61.81) (xy 133.558055 61.897791)
(xy 133.607784 61.972216) (xy 133.682209 62.021945) (xy 133.77 62.039408) (xy 135.47 62.039408) (xy 135.557791 62.021945)
(xy 135.632216 61.972216) (xy 135.681945 61.897791) (xy 135.699408 61.81) (xy 135.699408 60.11) (xy 135.681945 60.022209)
(xy 135.632216 59.947784) (xy 135.557791 59.898055) (xy 135.47 59.880592) (xy 133.77 59.880592) (xy 133.682209 59.898055)
(xy 133.607784 59.947784) (xy 133.558055 60.022209) (xy 133.540592 60.11) (xy 132.742833 60.11) (xy 132.499444 59.947373)
(xy 132.185875 59.885) (xy 131.974125 59.885) (xy 131.660556 59.947373) (xy 131.304969 60.184969) (xy 131.067373 60.540556)
(xy 130.98394 60.96) (xy 129.3 60.96) (xy 129.3 60.021371) (xy 129.371268 59.523727) (xy 129.57041 59.085737)
(xy 129.884473 58.72125) (xy 130.288216 58.459557) (xy 130.759115 58.318728) (xy 131.01113 58.3) (xy 141.978629 58.3)
)
)
)
(zone (net 1) (net_name +3V3) (layer F.Cu) (tstamp 0) (hatch edge 0.508)
(priority 1)
(connect_pads yes (clearance 0.15))
(min_thickness 0.15)
(fill yes (arc_segments 16) (thermal_gap 0.15) (thermal_bridge_width 0.2))
(polygon
(pts
(xy 140.2 80.6) (xy 140.8 80.6) (xy 141 80.8) (xy 141 84) (xy 140.8 84.2)
(xy 140.4 84.2) (xy 140.2 84) (xy 140.2 83.4) (xy 140.2 83.2)
)
)
(filled_polygon
(pts
(xy 140.925 80.831066) (xy 140.925 83.968934) (xy 140.768934 84.125) (xy 140.431066 84.125) (xy 140.275 83.968934)
(xy 140.275 83.230545) (xy 140.391239 83.114306) (xy 140.416288 83.097569) (xy 140.482593 82.998335) (xy 140.5 82.910826)
(xy 140.505877 82.881281) (xy 140.5 82.851736) (xy 140.5 80.675) (xy 140.768934 80.675)
)
)
)
(zone (net 1) (net_name +3V3) (layer F.Cu) (tstamp 0) (hatch edge 0.508)
(priority 1)
(connect_pads yes (clearance 0.15))
(min_thickness 0.15)
(fill yes (arc_segments 16) (thermal_gap 0.15) (thermal_bridge_width 0.2))
(polygon
(pts
(xy 140.4 77.6) (xy 144 77.6) (xy 144 78.4) (xy 143 78.4) (xy 142.8 78.2)
(xy 140.4 78.2)
)
)
(filled_polygon
(pts
(xy 143.7 78.325) (xy 143.031066 78.325) (xy 142.853033 78.146967) (xy 142.828701 78.130709) (xy 142.8 78.125)
(xy 140.567461 78.125) (xy 140.497388 78.054927) (xy 140.475 78.045653) (xy 140.475 77.954347) (xy 140.497388 77.945073)
(xy 140.645073 77.797388) (xy 140.695768 77.675) (xy 143.7 77.675)
)
)
)
(zone (net 1) (net_name +3V3) (layer F.Cu) (tstamp 0) (hatch edge 0.508)
(priority 1)
(connect_pads yes (clearance 0.15))
(min_thickness 0.15)
(fill yes (arc_segments 16) (thermal_gap 0.15) (thermal_bridge_width 0.2))
(polygon
(pts
(xy 135.6 80.2) (xy 135.6 79.8) (xy 135.8 79.6) (xy 137.6 79.6) (xy 137.8 79.8)
(xy 137.8 80.2) (xy 137.6 80.4) (xy 135.8 80.4)
)
)
(filled_polygon
(pts
(xy 137.725 79.831066) (xy 137.725 80.168934) (xy 137.568934 80.325) (xy 135.831066 80.325) (xy 135.675 80.168934)
(xy 135.675 79.831066) (xy 135.831066 79.675) (xy 137.568934 79.675)
)
)
)
(zone (net 1) (net_name +3V3) (layer B.Cu) (tstamp 0) (hatch edge 0.508)
(priority 1)
(connect_pads yes (clearance 0.15))
(min_thickness 0.15)
(fill yes (arc_segments 16) (thermal_gap 0.15) (thermal_bridge_width 0.2))
(polygon
(pts
(xy 141.25 77.5) (xy 141.5 77.5) (xy 141.7 77.7) (xy 141.7 78.5) (xy 141.5 78.7)
(xy 141.5 81) (xy 141.5 82.1) (xy 141.3 82.3) (xy 140.55 82.3) (xy 140.3 82.05)
(xy 140.3 80.8) (xy 140 80.5) (xy 137 80.5) (xy 136.75 80.5) (xy 136.5 80.25)
(xy 136.5 80) (xy 136.5 79.75) (xy 136.75 79.5) (xy 138.5 79.5) (xy 139.95 79.5)
(xy 140.25 79.2) (xy 140.25 78.5)
)
)
(filled_polygon
(pts
(xy 141.625 77.731066) (xy 141.625 78.468934) (xy 141.446967 78.646967) (xy 141.430709 78.671299) (xy 141.425 78.7)
(xy 141.425 82.068934) (xy 141.268934 82.225) (xy 140.581066 82.225) (xy 140.375 82.018934) (xy 140.375 80.8)
(xy 140.369291 80.771299) (xy 140.353033 80.746967) (xy 140.053033 80.446967) (xy 140.028701 80.430709) (xy 140 80.425)
(xy 136.781066 80.425) (xy 136.575 80.218934) (xy 136.575 79.781066) (xy 136.781066 79.575) (xy 138.357287 79.575)
(xy 138.405571 79.595) (xy 138.614429 79.595) (xy 138.662713 79.575) (xy 139.95 79.575) (xy 139.978701 79.569291)
(xy 140.003033 79.553033) (xy 140.303033 79.253033) (xy 140.319291 79.228701) (xy 140.325 79.2) (xy 140.325 79.016479)
(xy 140.497388 78.945073) (xy 140.645073 78.797388) (xy 140.725 78.604429) (xy 140.725 78.395571) (xy 140.647528 78.208538)
(xy 141.281066 77.575) (xy 141.468934 77.575)
)
)
)
)
| KiCad | 4 | lab-mathias-claussen/PicoDVI | hardware/pmod_hyperram/pmod_hyperram.kicad_pcb | [
"BSD-3-Clause"
] |
frequency,raw,error,smoothed,error_smoothed,equalization,parametric_eq,fixed_band_eq,equalized_raw,equalized_smoothed,target
20.00,2.38,-2.03,2.37,-2.03,2.01,1.82,0.73,4.39,4.39,4.40
20.20,2.38,-2.01,2.38,-2.01,2.01,1.82,0.75,4.39,4.39,4.39
20.40,2.38,-2.00,2.38,-2.00,2.01,1.83,0.77,4.38,4.39,4.38
20.61,2.39,-1.99,2.38,-1.99,2.00,1.83,0.79,4.39,4.38,4.38
20.81,2.39,-1.97,2.38,-1.98,1.99,1.84,0.81,4.38,4.38,4.36
21.02,2.39,-1.97,2.39,-1.97,1.98,1.84,0.84,4.37,4.37,4.36
21.23,2.39,-1.96,2.39,-1.97,1.97,1.85,0.86,4.36,4.36,4.35
21.44,2.39,-1.97,2.39,-1.96,1.96,1.85,0.89,4.35,4.35,4.36
21.66,2.40,-1.95,2.39,-1.95,1.95,1.85,0.91,4.34,4.34,4.35
21.87,2.40,-1.94,2.40,-1.94,1.93,1.85,0.94,4.33,4.33,4.34
22.09,2.41,-1.92,2.41,-1.92,1.92,1.85,0.97,4.32,4.33,4.33
22.31,2.43,-1.90,2.42,-1.90,1.90,1.85,0.99,4.32,4.32,4.33
22.54,2.45,-1.87,2.44,-1.87,1.87,1.85,1.02,4.32,4.32,4.32
22.76,2.47,-1.85,2.46,-1.85,1.84,1.85,1.05,4.31,4.31,4.32
22.99,2.49,-1.82,2.48,-1.82,1.81,1.85,1.08,4.30,4.30,4.30
23.22,2.51,-1.79,2.51,-1.79,1.79,1.84,1.11,4.29,4.30,4.29
23.45,2.54,-1.77,2.54,-1.76,1.77,1.84,1.14,4.30,4.30,4.30
23.69,2.56,-1.73,2.56,-1.73,1.75,1.84,1.18,4.32,4.32,4.29
23.92,2.59,-1.71,2.58,-1.71,1.75,1.83,1.21,4.33,4.33,4.29
24.16,2.60,-1.71,2.59,-1.71,1.74,1.82,1.24,4.33,4.33,4.30
24.40,2.59,-1.73,2.58,-1.72,1.72,1.82,1.27,4.31,4.30,4.31
24.65,2.58,-1.73,2.57,-1.74,1.70,1.81,1.31,4.28,4.27,4.31
24.89,2.57,-1.74,2.58,-1.73,1.67,1.80,1.34,4.24,4.25,4.31
25.14,2.61,-1.70,2.62,-1.69,1.65,1.79,1.37,4.25,4.26,4.31
25.39,2.69,-1.62,2.68,-1.63,1.61,1.78,1.41,4.30,4.30,4.31
25.65,2.75,-1.55,2.76,-1.55,1.58,1.77,1.44,4.34,4.34,4.31
25.91,2.82,-1.49,2.81,-1.50,1.55,1.75,1.47,4.38,4.36,4.32
26.16,2.85,-1.48,2.84,-1.49,1.53,1.74,1.50,4.37,4.36,4.33
26.43,2.83,-1.50,2.83,-1.49,1.51,1.73,1.54,4.34,4.35,4.32
26.69,2.82,-1.51,2.82,-1.51,1.51,1.71,1.57,4.33,4.33,4.32
26.96,2.80,-1.53,2.80,-1.52,1.52,1.70,1.60,4.31,4.31,4.32
27.23,2.79,-1.54,2.78,-1.54,1.53,1.68,1.62,4.31,4.31,4.32
27.50,2.78,-1.54,2.77,-1.55,1.53,1.66,1.65,4.31,4.30,4.32
27.77,2.77,-1.56,2.77,-1.56,1.53,1.65,1.68,4.29,4.30,4.33
28.05,2.77,-1.56,2.78,-1.55,1.52,1.63,1.70,4.29,4.30,4.33
28.33,2.81,-1.51,2.81,-1.52,1.51,1.61,1.72,4.31,4.31,4.32
28.62,2.84,-1.47,2.84,-1.48,1.49,1.59,1.74,4.33,4.33,4.32
28.90,2.89,-1.44,2.88,-1.44,1.47,1.57,1.76,4.36,4.35,4.32
29.19,2.90,-1.43,2.89,-1.43,1.45,1.55,1.77,4.35,4.35,4.32
29.48,2.90,-1.43,2.90,-1.43,1.43,1.53,1.78,4.33,4.33,4.32
29.78,2.90,-1.42,2.90,-1.43,1.42,1.50,1.79,4.31,4.31,4.32
30.08,2.90,-1.43,2.90,-1.42,1.41,1.48,1.80,4.30,4.31,4.33
30.38,2.92,-1.40,2.91,-1.40,1.40,1.46,1.80,4.31,4.31,4.32
30.68,2.93,-1.38,2.92,-1.38,1.39,1.43,1.80,4.32,4.32,4.30
30.99,2.94,-1.37,2.93,-1.37,1.38,1.41,1.79,4.32,4.31,4.30
31.30,2.94,-1.36,2.93,-1.36,1.36,1.39,1.78,4.29,4.29,4.29
31.61,2.94,-1.35,2.93,-1.35,1.33,1.36,1.77,4.27,4.27,4.29
31.93,2.94,-1.34,2.95,-1.33,1.30,1.33,1.76,4.24,4.25,4.28
32.24,2.98,-1.30,2.98,-1.29,1.27,1.31,1.74,4.25,4.25,4.27
32.57,3.02,-1.24,3.02,-1.24,1.25,1.28,1.72,4.27,4.27,4.26
32.89,3.08,-1.18,3.07,-1.19,1.22,1.25,1.69,4.29,4.29,4.26
33.22,3.10,-1.16,3.09,-1.17,1.19,1.23,1.66,4.29,4.29,4.26
33.55,3.10,-1.16,3.10,-1.16,1.17,1.20,1.63,4.27,4.27,4.26
33.89,3.10,-1.17,3.10,-1.16,1.16,1.17,1.60,4.25,4.25,4.26
34.23,3.10,-1.15,3.10,-1.16,1.15,1.14,1.56,4.24,4.24,4.25
34.57,3.10,-1.15,3.10,-1.15,1.15,1.11,1.53,4.24,4.24,4.25
34.92,3.10,-1.15,3.10,-1.15,1.15,1.08,1.48,4.25,4.25,4.24
35.27,3.10,-1.16,3.10,-1.15,1.16,1.05,1.44,4.25,4.25,4.25
35.62,3.10,-1.14,3.10,-1.14,1.16,1.02,1.40,4.25,4.25,4.24
35.97,3.10,-1.14,3.09,-1.14,1.15,0.99,1.35,4.24,4.24,4.23
36.33,3.09,-1.14,3.08,-1.14,1.13,0.96,1.31,4.22,4.21,4.22
36.70,3.07,-1.14,3.07,-1.14,1.11,0.93,1.26,4.18,4.18,4.21
37.06,3.07,-1.13,3.08,-1.11,1.08,0.90,1.21,4.15,4.16,4.19
37.43,3.12,-1.05,3.11,-1.06,1.05,0.87,1.16,4.16,4.16,4.17
37.81,3.17,-0.99,3.16,-1.00,1.00,0.83,1.11,4.17,4.16,4.16
38.19,3.21,-0.93,3.20,-0.94,0.95,0.80,1.06,4.16,4.15,4.13
38.57,3.22,-0.89,3.22,-0.89,0.90,0.77,1.01,4.11,4.12,4.11
38.95,3.24,-0.85,3.24,-0.84,0.85,0.74,0.96,4.08,4.08,4.08
39.34,3.26,-0.79,3.26,-0.80,0.80,0.71,0.91,4.05,4.06,4.05
39.74,3.29,-0.75,3.28,-0.75,0.75,0.67,0.86,4.04,4.04,4.03
40.14,3.31,-0.70,3.30,-0.71,0.72,0.64,0.80,4.02,4.01,4.01
40.54,3.31,-0.68,3.31,-0.68,0.68,0.61,0.75,3.99,3.99,3.98
40.94,3.31,-0.65,3.31,-0.65,0.65,0.57,0.70,3.96,3.96,3.96
41.35,3.31,-0.64,3.31,-0.63,0.63,0.54,0.65,3.94,3.94,3.94
41.76,3.31,-0.60,3.31,-0.61,0.61,0.51,0.60,3.92,3.92,3.91
42.18,3.31,-0.59,3.31,-0.59,0.59,0.47,0.55,3.90,3.90,3.89
42.60,3.31,-0.57,3.31,-0.56,0.57,0.44,0.50,3.88,3.88,3.87
43.03,3.31,-0.54,3.30,-0.55,0.55,0.41,0.45,3.85,3.84,3.85
43.46,3.30,-0.53,3.29,-0.53,0.52,0.37,0.40,3.81,3.81,3.82
43.90,3.29,-0.52,3.30,-0.50,0.48,0.34,0.35,3.77,3.78,3.80
44.33,3.32,-0.46,3.32,-0.46,0.45,0.30,0.30,3.76,3.76,3.78
44.78,3.36,-0.39,3.35,-0.41,0.41,0.27,0.26,3.76,3.75,3.75
45.23,3.39,-0.36,3.38,-0.35,0.36,0.23,0.21,3.75,3.74,3.74
45.68,3.40,-0.31,3.40,-0.30,0.32,0.20,0.16,3.72,3.72,3.70
46.13,3.41,-0.26,3.40,-0.27,0.28,0.16,0.11,3.68,3.68,3.66
46.60,3.41,-0.23,3.41,-0.23,0.24,0.13,0.07,3.64,3.64,3.64
47.06,3.41,-0.20,3.41,-0.20,0.20,0.10,0.02,3.60,3.60,3.61
47.53,3.41,-0.17,3.41,-0.17,0.16,0.06,-0.02,3.56,3.56,3.58
48.01,3.41,-0.12,3.41,-0.12,0.12,0.03,-0.07,3.52,3.52,3.53
48.49,3.41,-0.08,3.41,-0.09,0.08,-0.01,-0.12,3.49,3.49,3.49
48.97,3.41,-0.04,3.41,-0.04,0.04,-0.05,-0.16,3.45,3.45,3.45
49.46,3.41,-0.01,3.41,0.00,0.00,-0.08,-0.21,3.41,3.41,3.42
49.96,3.41,0.05,3.41,0.04,-0.04,-0.12,-0.25,3.37,3.37,3.35
50.46,3.41,0.08,3.41,0.08,-0.08,-0.15,-0.29,3.33,3.33,3.32
50.96,3.41,0.12,3.41,0.12,-0.11,-0.19,-0.34,3.29,3.29,3.29
51.47,3.41,0.15,3.41,0.15,-0.15,-0.22,-0.38,3.25,3.25,3.26
51.99,3.41,0.19,3.41,0.19,-0.19,-0.26,-0.42,3.22,3.22,3.21
52.51,3.41,0.22,3.41,0.22,-0.22,-0.30,-0.47,3.19,3.19,3.18
53.03,3.41,0.25,3.41,0.26,-0.25,-0.33,-0.51,3.15,3.15,3.16
53.56,3.41,0.29,3.41,0.29,-0.29,-0.37,-0.55,3.11,3.11,3.11
54.10,3.41,0.34,3.41,0.33,-0.34,-0.40,-0.59,3.07,3.07,3.07
54.64,3.41,0.37,3.40,0.37,-0.38,-0.44,-0.63,3.02,3.02,3.03
55.18,3.41,0.42,3.40,0.41,-0.43,-0.48,-0.67,2.97,2.97,2.99
55.74,3.41,0.46,3.42,0.47,-0.48,-0.51,-0.71,2.93,2.95,2.95
56.29,3.45,0.52,3.46,0.54,-0.53,-0.55,-0.75,2.92,2.94,2.92
56.86,3.52,0.63,3.49,0.60,-0.58,-0.59,-0.79,2.95,2.91,2.89
57.42,3.51,0.67,3.50,0.64,-0.63,-0.62,-0.83,2.88,2.87,2.85
58.00,3.47,0.64,3.51,0.68,-0.68,-0.66,-0.86,2.78,2.82,2.83
58.58,3.52,0.71,3.52,0.71,-0.74,-0.70,-0.90,2.78,2.78,2.81
59.16,3.57,0.79,3.55,0.78,-0.79,-0.73,-0.93,2.77,2.76,2.78
59.76,3.60,0.85,3.59,0.85,-0.85,-0.77,-0.97,2.75,2.75,2.75
60.35,3.61,0.91,3.61,0.91,-0.90,-0.81,-1.00,2.71,2.71,2.69
60.96,3.61,0.95,3.61,0.96,-0.95,-0.85,-1.04,2.65,2.66,2.65
61.57,3.61,1.01,3.61,1.01,-1.01,-0.88,-1.07,2.60,2.60,2.60
62.18,3.61,1.06,3.61,1.06,-1.06,-0.92,-1.10,2.55,2.55,2.55
62.80,3.61,1.11,3.61,1.11,-1.11,-0.96,-1.13,2.50,2.50,2.49
63.43,3.61,1.16,3.61,1.16,-1.15,-1.00,-1.16,2.45,2.45,2.45
64.07,3.61,1.20,3.61,1.20,-1.20,-1.04,-1.19,2.41,2.41,2.41
64.71,3.61,1.24,3.61,1.24,-1.24,-1.08,-1.22,2.36,2.36,2.36
65.35,3.61,1.28,3.61,1.28,-1.28,-1.11,-1.24,2.32,2.32,2.33
66.01,3.61,1.33,3.61,1.32,-1.33,-1.15,-1.27,2.28,2.28,2.28
66.67,3.61,1.36,3.61,1.36,-1.37,-1.19,-1.30,2.24,2.24,2.25
67.33,3.61,1.42,3.61,1.41,-1.41,-1.23,-1.32,2.19,2.19,2.19
68.01,3.61,1.46,3.61,1.46,-1.46,-1.27,-1.35,2.15,2.15,2.15
68.69,3.61,1.51,3.61,1.50,-1.50,-1.31,-1.37,2.11,2.11,2.10
69.37,3.61,1.54,3.61,1.55,-1.55,-1.35,-1.40,2.06,2.06,2.07
70.07,3.61,1.59,3.61,1.59,-1.59,-1.39,-1.42,2.01,2.01,2.01
70.77,3.61,1.64,3.61,1.64,-1.64,-1.43,-1.45,1.96,1.96,1.97
71.48,3.61,1.68,3.61,1.69,-1.69,-1.47,-1.48,1.92,1.92,1.92
72.19,3.61,1.74,3.61,1.73,-1.73,-1.51,-1.50,1.87,1.87,1.87
72.91,3.61,1.78,3.61,1.78,-1.78,-1.55,-1.53,1.82,1.82,1.82
73.64,3.61,1.83,3.61,1.83,-1.83,-1.59,-1.56,1.78,1.78,1.77
74.38,3.61,1.87,3.61,1.87,-1.87,-1.63,-1.58,1.74,1.74,1.74
75.12,3.61,1.92,3.61,1.91,-1.91,-1.67,-1.61,1.69,1.69,1.69
75.87,3.61,1.95,3.61,1.95,-1.95,-1.71,-1.64,1.66,1.66,1.66
76.63,3.61,1.99,3.61,1.99,-1.99,-1.75,-1.67,1.62,1.62,1.62
77.40,3.61,2.02,3.61,2.02,-2.02,-1.79,-1.70,1.58,1.58,1.59
78.17,3.61,2.06,3.61,2.06,-2.06,-1.84,-1.74,1.55,1.55,1.54
78.95,3.61,2.09,3.61,2.09,-2.09,-1.88,-1.77,1.52,1.52,1.52
79.74,3.61,2.12,3.61,2.12,-2.12,-1.92,-1.80,1.48,1.48,1.49
80.54,3.61,2.15,3.61,2.15,-2.15,-1.96,-1.84,1.45,1.45,1.45
81.35,3.61,2.19,3.61,2.19,-2.19,-2.00,-1.88,1.42,1.42,1.42
82.16,3.61,2.22,3.61,2.22,-2.22,-2.05,-1.92,1.38,1.38,1.39
82.98,3.61,2.25,3.61,2.25,-2.26,-2.09,-1.96,1.35,1.35,1.35
83.81,3.61,2.29,3.61,2.29,-2.29,-2.13,-2.00,1.31,1.31,1.31
84.65,3.61,2.33,3.61,2.33,-2.33,-2.17,-2.04,1.27,1.27,1.27
85.50,3.61,2.38,3.61,2.37,-2.37,-2.22,-2.09,1.24,1.24,1.23
86.35,3.61,2.41,3.61,2.41,-2.41,-2.26,-2.13,1.20,1.20,1.19
87.22,3.61,2.44,3.61,2.44,-2.44,-2.30,-2.18,1.16,1.16,1.16
88.09,3.61,2.48,3.61,2.48,-2.48,-2.35,-2.23,1.12,1.12,1.12
88.97,3.61,2.52,3.61,2.52,-2.52,-2.39,-2.28,1.08,1.08,1.09
89.86,3.61,2.57,3.61,2.56,-2.56,-2.43,-2.34,1.04,1.04,1.04
90.76,3.61,2.60,3.61,2.61,-2.60,-2.48,-2.39,1.00,1.00,1.00
91.66,3.61,2.66,3.61,2.65,-2.65,-2.52,-2.45,0.96,0.96,0.95
92.58,3.61,2.69,3.61,2.69,-2.69,-2.57,-2.51,0.91,0.91,0.92
93.51,3.61,2.73,3.61,2.74,-2.74,-2.61,-2.57,0.87,0.87,0.87
94.44,3.61,2.78,3.61,2.78,-2.79,-2.65,-2.63,0.82,0.82,0.83
95.39,3.61,2.84,3.61,2.84,-2.84,-2.70,-2.69,0.77,0.77,0.77
96.34,3.61,2.89,3.60,2.89,-2.89,-2.74,-2.76,0.72,0.72,0.71
97.30,3.60,2.94,3.60,2.94,-2.94,-2.79,-2.82,0.66,0.66,0.66
98.28,3.59,2.99,3.59,2.99,-2.98,-2.83,-2.89,0.60,0.60,0.60
99.26,3.58,3.04,3.57,3.03,-3.03,-2.88,-2.96,0.54,0.54,0.53
100.25,3.56,3.08,3.56,3.08,-3.08,-2.92,-3.03,0.48,0.48,0.48
101.25,3.54,3.11,3.54,3.12,-3.12,-2.97,-3.10,0.42,0.42,0.43
102.27,3.53,3.15,3.53,3.15,-3.16,-3.01,-3.17,0.37,0.37,0.37
103.29,3.52,3.20,3.51,3.20,-3.20,-3.06,-3.24,0.32,0.32,0.31
104.32,3.50,3.23,3.50,3.23,-3.23,-3.10,-3.31,0.26,0.26,0.26
105.37,3.48,3.27,3.47,3.27,-3.26,-3.15,-3.38,0.21,0.21,0.21
106.42,3.45,3.30,3.45,3.30,-3.30,-3.19,-3.46,0.15,0.15,0.15
107.48,3.43,3.34,3.42,3.33,-3.33,-3.24,-3.53,0.10,0.09,0.08
108.56,3.40,3.35,3.40,3.36,-3.36,-3.29,-3.60,0.03,0.04,0.04
109.64,3.38,3.39,3.38,3.39,-3.39,-3.33,-3.67,-0.02,-0.02,-0.01
110.74,3.36,3.43,3.36,3.42,-3.43,-3.38,-3.74,-0.07,-0.07,-0.07
111.85,3.35,3.46,3.34,3.46,-3.46,-3.42,-3.80,-0.12,-0.12,-0.12
112.97,3.34,3.50,3.33,3.50,-3.51,-3.47,-3.87,-0.17,-0.17,-0.17
114.10,3.33,3.54,3.33,3.55,-3.55,-3.51,-3.93,-0.23,-0.22,-0.21
115.24,3.33,3.59,3.32,3.59,-3.60,-3.56,-3.99,-0.28,-0.28,-0.27
116.39,3.33,3.65,3.32,3.64,-3.65,-3.60,-4.04,-0.32,-0.33,-0.32
117.55,3.33,3.69,3.33,3.70,-3.69,-3.65,-4.10,-0.37,-0.37,-0.36
118.73,3.34,3.75,3.34,3.75,-3.73,-3.69,-4.15,-0.40,-0.39,-0.42
119.92,3.35,3.80,3.35,3.80,-3.77,-3.74,-4.19,-0.42,-0.42,-0.45
121.12,3.37,3.84,3.34,3.83,-3.80,-3.78,-4.23,-0.44,-0.46,-0.47
122.33,3.33,3.84,3.32,3.84,-3.83,-3.83,-4.27,-0.51,-0.51,-0.52
123.55,3.29,3.84,3.30,3.85,-3.86,-3.87,-4.30,-0.58,-0.56,-0.55
124.79,3.28,3.86,3.28,3.86,-3.89,-3.92,-4.33,-0.62,-0.61,-0.58
126.03,3.28,3.90,3.28,3.90,-3.92,-3.96,-4.36,-0.65,-0.65,-0.62
127.29,3.29,3.95,3.28,3.95,-3.96,-4.01,-4.38,-0.67,-0.67,-0.67
128.57,3.30,4.00,3.29,4.00,-3.99,-4.05,-4.39,-0.70,-0.70,-0.71
129.85,3.30,4.04,3.30,4.04,-4.03,-4.09,-4.41,-0.74,-0.74,-0.75
131.15,3.31,4.09,3.30,4.09,-4.08,-4.14,-4.41,-0.77,-0.78,-0.78
132.46,3.31,4.13,3.31,4.13,-4.13,-4.18,-4.42,-0.82,-0.82,-0.82
133.79,3.32,4.18,3.31,4.17,-4.18,-4.22,-4.42,-0.86,-0.86,-0.86
135.12,3.32,4.21,3.32,4.21,-4.22,-4.27,-4.42,-0.90,-0.90,-0.90
136.48,3.32,4.24,3.32,4.25,-4.26,-4.31,-4.41,-0.94,-0.94,-0.92
137.84,3.33,4.28,3.32,4.29,-4.29,-4.35,-4.41,-0.96,-0.96,-0.96
139.22,3.33,4.34,3.33,4.33,-4.31,-4.39,-4.40,-0.99,-0.98,-1.01
140.61,3.33,4.36,3.32,4.37,-4.34,-4.43,-4.39,-1.01,-1.01,-1.04
142.02,3.33,4.40,3.29,4.37,-4.36,-4.48,-4.38,-1.03,-1.06,-1.08
143.44,3.24,4.36,3.25,4.37,-4.38,-4.52,-4.36,-1.14,-1.12,-1.12
144.87,3.21,4.36,3.22,4.37,-4.40,-4.56,-4.35,-1.20,-1.18,-1.15
146.32,3.22,4.40,3.21,4.39,-4.42,-4.60,-4.34,-1.21,-1.22,-1.18
147.78,3.23,4.45,3.22,4.44,-4.45,-4.64,-4.33,-1.22,-1.23,-1.22
149.26,3.23,4.48,3.23,4.49,-4.48,-4.67,-4.31,-1.25,-1.25,-1.26
150.75,3.23,4.53,3.23,4.53,-4.51,-4.71,-4.30,-1.29,-1.29,-1.31
152.26,3.23,4.56,3.23,4.56,-4.56,-4.75,-4.29,-1.33,-1.33,-1.33
153.78,3.23,4.59,3.23,4.60,-4.60,-4.79,-4.28,-1.38,-1.38,-1.37
155.32,3.23,4.63,3.22,4.63,-4.65,-4.82,-4.28,-1.42,-1.42,-1.40
156.88,3.23,4.67,3.22,4.67,-4.68,-4.86,-4.27,-1.46,-1.46,-1.45
158.44,3.23,4.72,3.24,4.73,-4.71,-4.90,-4.27,-1.49,-1.48,-1.49
160.03,3.24,4.77,3.24,4.77,-4.74,-4.93,-4.27,-1.51,-1.50,-1.53
161.63,3.25,4.82,3.22,4.79,-4.77,-4.97,-4.27,-1.52,-1.55,-1.58
163.24,3.18,4.80,3.18,4.80,-4.80,-5.00,-4.28,-1.62,-1.62,-1.63
164.88,3.12,4.78,3.14,4.81,-4.82,-5.03,-4.28,-1.71,-1.68,-1.67
166.53,3.12,4.83,3.11,4.82,-4.85,-5.06,-4.29,-1.74,-1.74,-1.72
168.19,3.11,4.86,3.10,4.86,-4.88,-5.10,-4.31,-1.78,-1.78,-1.75
169.87,3.11,4.91,3.10,4.90,-4.91,-5.13,-4.32,-1.80,-1.81,-1.80
171.57,3.10,4.94,3.10,4.94,-4.94,-5.16,-4.34,-1.84,-1.84,-1.85
173.29,3.09,4.98,3.09,4.98,-4.97,-5.19,-4.37,-1.88,-1.88,-1.89
175.02,3.09,5.01,3.09,5.02,-5.00,-5.21,-4.39,-1.92,-1.91,-1.93
176.77,3.08,5.05,3.08,5.05,-5.03,-5.24,-4.43,-1.96,-1.96,-1.97
178.54,3.08,5.09,3.05,5.07,-5.06,-5.27,-4.46,-1.99,-2.02,-2.02
180.32,3.01,5.07,3.02,5.07,-5.09,-5.29,-4.50,-2.08,-2.07,-2.06
182.13,2.98,5.07,3.00,5.09,-5.11,-5.32,-4.54,-2.14,-2.11,-2.09
183.95,3.00,5.12,3.00,5.13,-5.13,-5.34,-4.58,-2.14,-2.13,-2.13
185.79,3.03,5.19,3.01,5.17,-5.15,-5.36,-4.63,-2.13,-2.14,-2.17
187.65,3.03,5.22,3.00,5.20,-5.18,-5.39,-4.68,-2.15,-2.18,-2.20
189.52,2.96,5.19,2.98,5.21,-5.21,-5.41,-4.73,-2.25,-2.23,-2.24
191.42,2.95,5.20,2.96,5.22,-5.24,-5.43,-4.79,-2.30,-2.28,-2.26
193.33,2.97,5.26,2.96,5.25,-5.28,-5.45,-4.85,-2.32,-2.32,-2.29
195.27,2.99,5.32,2.98,5.31,-5.32,-5.46,-4.91,-2.34,-2.34,-2.33
197.22,3.00,5.36,3.00,5.36,-5.36,-5.48,-4.97,-2.36,-2.36,-2.37
199.19,3.01,5.40,3.01,5.41,-5.40,-5.50,-5.04,-2.39,-2.39,-2.40
201.18,3.02,5.45,3.01,5.44,-5.44,-5.51,-5.11,-2.42,-2.42,-2.43
203.19,3.02,5.47,3.02,5.47,-5.47,-5.53,-5.18,-2.45,-2.45,-2.46
205.23,3.02,5.50,3.02,5.51,-5.49,-5.54,-5.25,-2.48,-2.47,-2.48
207.28,3.02,5.52,3.01,5.52,-5.51,-5.55,-5.33,-2.49,-2.50,-2.51
209.35,3.00,5.54,2.98,5.52,-5.51,-5.56,-5.40,-2.52,-2.53,-2.54
211.44,2.93,5.50,2.95,5.52,-5.51,-5.57,-5.47,-2.59,-2.56,-2.58
213.56,2.92,5.51,2.91,5.51,-5.51,-5.58,-5.55,-2.60,-2.60,-2.60
215.69,2.89,5.52,2.86,5.50,-5.51,-5.59,-5.62,-2.62,-2.64,-2.63
217.85,2.82,5.47,2.83,5.49,-5.51,-5.59,-5.70,-2.69,-2.67,-2.65
220.03,2.80,5.49,2.80,5.49,-5.51,-5.60,-5.77,-2.72,-2.71,-2.70
222.23,2.80,5.51,2.79,5.51,-5.52,-5.60,-5.83,-2.73,-2.73,-2.72
224.45,2.80,5.53,2.79,5.54,-5.54,-5.60,-5.90,-2.74,-2.75,-2.74
226.70,2.80,5.55,2.80,5.55,-5.56,-5.60,-5.96,-2.76,-2.76,-2.76
228.96,2.81,5.58,2.80,5.57,-5.58,-5.60,-6.02,-2.77,-2.78,-2.77
231.25,2.81,5.59,2.81,5.60,-5.59,-5.60,-6.07,-2.78,-2.77,-2.78
233.57,2.82,5.61,2.83,5.62,-5.59,-5.60,-6.12,-2.77,-2.76,-2.80
235.90,2.84,5.64,2.82,5.63,-5.59,-5.60,-6.16,-2.75,-2.77,-2.81
238.26,2.82,5.63,2.79,5.61,-5.59,-5.59,-6.20,-2.77,-2.79,-2.82
240.64,2.74,5.54,2.75,5.56,-5.58,-5.59,-6.23,-2.84,-2.83,-2.81
243.05,2.70,5.51,2.71,5.53,-5.57,-5.58,-6.25,-2.88,-2.86,-2.81
245.48,2.70,5.52,2.70,5.52,-5.56,-5.57,-6.27,-2.87,-2.86,-2.82
247.93,2.73,5.56,2.72,5.55,-5.55,-5.57,-6.27,-2.83,-2.83,-2.83
250.41,2.75,5.56,2.74,5.56,-5.54,-5.56,-6.27,-2.80,-2.80,-2.82
252.92,2.76,5.57,2.74,5.56,-5.53,-5.55,-6.26,-2.78,-2.80,-2.81
255.45,2.71,5.54,2.72,5.54,-5.53,-5.53,-6.25,-2.82,-2.81,-2.83
258.00,2.69,5.51,2.70,5.53,-5.52,-5.52,-6.22,-2.84,-2.82,-2.83
260.58,2.69,5.52,2.68,5.51,-5.51,-5.51,-6.19,-2.83,-2.84,-2.83
263.19,2.68,5.52,2.65,5.49,-5.50,-5.49,-6.15,-2.83,-2.85,-2.84
265.82,2.61,5.46,2.62,5.47,-5.48,-5.47,-6.11,-2.88,-2.86,-2.86
268.48,2.58,5.44,2.59,5.45,-5.46,-5.46,-6.05,-2.89,-2.87,-2.86
271.16,2.58,5.45,2.57,5.45,-5.45,-5.44,-6.00,-2.87,-2.88,-2.88
273.87,2.58,5.46,2.56,5.45,-5.44,-5.42,-5.93,-2.86,-2.88,-2.88
276.61,2.55,5.44,2.53,5.44,-5.43,-5.40,-5.87,-2.89,-2.90,-2.90
279.38,2.49,5.41,2.50,5.42,-5.43,-5.38,-5.80,-2.94,-2.92,-2.92
282.17,2.48,5.39,2.48,5.40,-5.42,-5.36,-5.72,-2.94,-2.94,-2.92
284.99,2.48,5.40,2.48,5.40,-5.41,-5.33,-5.65,-2.93,-2.93,-2.92
287.84,2.49,5.40,2.49,5.41,-5.40,-5.31,-5.57,-2.91,-2.91,-2.92
290.72,2.50,5.43,2.49,5.41,-5.38,-5.28,-5.49,-2.88,-2.89,-2.93
293.63,2.47,5.39,2.46,5.39,-5.36,-5.26,-5.40,-2.90,-2.90,-2.92
296.57,2.44,5.35,2.42,5.34,-5.35,-5.23,-5.32,-2.91,-2.93,-2.92
299.53,2.36,5.28,2.38,5.30,-5.33,-5.20,-5.24,-2.97,-2.95,-2.92
302.53,2.35,5.26,2.36,5.28,-5.30,-5.18,-5.16,-2.95,-2.94,-2.92
305.55,2.36,5.27,2.35,5.27,-5.27,-5.15,-5.07,-2.91,-2.92,-2.92
308.61,2.37,5.28,2.35,5.26,-5.24,-5.12,-4.99,-2.87,-2.89,-2.91
311.69,2.32,5.24,2.31,5.23,-5.21,-5.09,-4.91,-2.89,-2.90,-2.93
314.81,2.26,5.17,2.26,5.18,-5.18,-5.06,-4.84,-2.93,-2.93,-2.92
317.96,2.20,5.13,2.21,5.13,-5.16,-5.02,-4.76,-2.97,-2.95,-2.93
321.14,2.18,5.10,2.18,5.11,-5.13,-4.99,-4.69,-2.96,-2.95,-2.92
324.35,2.18,5.10,2.17,5.10,-5.10,-4.96,-4.62,-2.93,-2.93,-2.93
327.59,2.18,5.10,2.16,5.08,-5.07,-4.93,-4.55,-2.90,-2.91,-2.92
330.87,2.14,5.06,2.14,5.06,-5.04,-4.89,-4.48,-2.90,-2.90,-2.92
334.18,2.09,5.02,2.10,5.03,-5.01,-4.86,-4.42,-2.92,-2.91,-2.94
337.52,2.07,4.99,2.05,4.98,-4.98,-4.82,-4.36,-2.91,-2.93,-2.93
340.90,2.00,4.93,2.01,4.93,-4.95,-4.78,-4.30,-2.95,-2.94,-2.93
344.30,1.97,4.89,1.98,4.91,-4.92,-4.75,-4.25,-2.95,-2.94,-2.92
347.75,1.97,4.88,1.96,4.88,-4.89,-4.71,-4.20,-2.92,-2.93,-2.91
351.23,1.96,4.88,1.93,4.85,-4.86,-4.67,-4.15,-2.90,-2.92,-2.93
354.74,1.90,4.80,1.91,4.82,-4.82,-4.64,-4.11,-2.92,-2.91,-2.91
358.28,1.88,4.79,1.90,4.81,-4.79,-4.60,-4.07,-2.91,-2.89,-2.91
361.87,1.89,4.79,1.88,4.78,-4.75,-4.56,-4.03,-2.87,-2.87,-2.90
365.49,1.89,4.78,1.84,4.74,-4.72,-4.52,-3.99,-2.83,-2.88,-2.89
369.14,1.78,4.66,1.79,4.68,-4.69,-4.48,-3.96,-2.91,-2.90,-2.88
372.83,1.72,4.59,1.74,4.62,-4.66,-4.44,-3.93,-2.94,-2.92,-2.88
376.56,1.71,4.58,1.71,4.59,-4.62,-4.40,-3.91,-2.92,-2.91,-2.88
380.33,1.72,4.59,1.71,4.59,-4.59,-4.36,-3.89,-2.87,-2.88,-2.88
384.13,1.73,4.60,1.71,4.58,-4.55,-4.32,-3.87,-2.83,-2.85,-2.87
387.97,1.68,4.55,1.67,4.54,-4.52,-4.28,-3.85,-2.84,-2.85,-2.87
391.85,1.62,4.49,1.62,4.50,-4.48,-4.24,-3.83,-2.87,-2.86,-2.87
395.77,1.56,4.44,1.57,4.45,-4.45,-4.19,-3.82,-2.89,-2.88,-2.88
399.73,1.54,4.42,1.53,4.41,-4.41,-4.15,-3.81,-2.88,-2.88,-2.89
403.72,1.49,4.36,1.48,4.37,-4.37,-4.11,-3.80,-2.89,-2.89,-2.88
407.76,1.44,4.33,1.42,4.31,-4.33,-4.07,-3.79,-2.90,-2.91,-2.90
411.84,1.36,4.25,1.37,4.27,-4.29,-4.03,-3.79,-2.93,-2.92,-2.90
415.96,1.32,4.22,1.34,4.25,-4.25,-3.98,-3.79,-2.93,-2.91,-2.90
420.12,1.33,4.24,1.32,4.22,-4.20,-3.94,-3.78,-2.88,-2.88,-2.91
424.32,1.33,4.23,1.29,4.19,-4.16,-3.90,-3.78,-2.84,-2.87,-2.90
428.56,1.25,4.13,1.25,4.14,-4.12,-3.85,-3.78,-2.88,-2.87,-2.88
432.85,1.18,4.04,1.20,4.07,-4.08,-3.81,-3.78,-2.91,-2.88,-2.86
437.18,1.18,4.03,1.16,4.01,-4.04,-3.77,-3.78,-2.87,-2.88,-2.85
441.55,1.17,3.98,1.16,3.98,-4.00,-3.73,-3.78,-2.83,-2.83,-2.82
445.96,1.17,3.94,1.19,3.97,-3.95,-3.68,-3.78,-2.78,-2.76,-2.78
450.42,1.21,3.94,1.19,3.93,-3.91,-3.64,-3.78,-2.70,-2.72,-2.74
454.93,1.23,3.91,1.19,3.88,-3.87,-3.60,-3.77,-2.65,-2.68,-2.69
459.48,1.17,3.79,1.19,3.82,-3.83,-3.55,-3.77,-2.67,-2.64,-2.63
464.07,1.19,3.74,1.20,3.77,-3.79,-3.51,-3.76,-2.61,-2.59,-2.56
468.71,1.24,3.74,1.24,3.75,-3.75,-3.47,-3.75,-2.51,-2.51,-2.51
473.40,1.31,3.76,1.28,3.72,-3.70,-3.42,-3.74,-2.39,-2.42,-2.45
478.13,1.30,3.69,1.28,3.68,-3.65,-3.38,-3.73,-2.35,-2.36,-2.39
482.91,1.24,3.58,1.26,3.60,-3.60,-3.34,-3.71,-2.36,-2.34,-2.34
487.74,1.23,3.53,1.22,3.52,-3.54,-3.29,-3.69,-2.32,-2.33,-2.30
492.62,1.20,3.46,1.21,3.47,-3.49,-3.25,-3.67,-2.30,-2.28,-2.26
497.55,1.21,3.43,1.21,3.44,-3.43,-3.21,-3.64,-2.23,-2.22,-2.22
502.52,1.23,3.43,1.19,3.38,-3.38,-3.17,-3.61,-2.15,-2.19,-2.20
507.55,1.15,3.32,1.15,3.33,-3.32,-3.12,-3.58,-2.17,-2.16,-2.17
512.62,1.08,3.24,1.11,3.27,-3.27,-3.08,-3.55,-2.19,-2.16,-2.16
517.75,1.08,3.23,1.06,3.21,-3.22,-3.04,-3.51,-2.15,-2.17,-2.15
522.93,1.02,3.17,1.01,3.17,-3.18,-3.00,-3.47,-2.17,-2.17,-2.15
528.16,0.96,3.13,0.95,3.12,-3.14,-2.95,-3.42,-2.18,-2.19,-2.17
533.44,0.87,3.06,0.88,3.08,-3.09,-2.91,-3.37,-2.22,-2.21,-2.20
538.77,0.82,3.04,0.82,3.04,-3.04,-2.87,-3.32,-2.22,-2.21,-2.23
544.16,0.78,3.02,0.76,3.01,-2.98,-2.83,-3.27,-2.21,-2.22,-2.25
549.60,0.69,2.96,0.69,2.96,-2.93,-2.79,-3.21,-2.24,-2.24,-2.28
555.10,0.60,2.90,0.59,2.89,-2.87,-2.75,-3.16,-2.28,-2.29,-2.31
560.65,0.46,2.80,0.46,2.80,-2.82,-2.71,-3.10,-2.36,-2.36,-2.35
566.25,0.35,2.72,0.34,2.72,-2.76,-2.66,-3.04,-2.42,-2.42,-2.38
571.92,0.23,2.63,0.26,2.67,-2.70,-2.62,-2.97,-2.48,-2.44,-2.41
577.64,0.21,2.64,0.21,2.64,-2.64,-2.58,-2.91,-2.44,-2.43,-2.44
583.41,0.20,2.65,0.14,2.59,-2.58,-2.54,-2.85,-2.38,-2.44,-2.46
589.25,0.07,2.53,0.07,2.54,-2.52,-2.50,-2.78,-2.45,-2.45,-2.47
595.14,-0.05,2.42,0.00,2.48,-2.46,-2.46,-2.72,-2.51,-2.45,-2.48
601.09,-0.04,2.43,-0.07,2.41,-2.40,-2.42,-2.65,-2.45,-2.47,-2.48
607.10,-0.07,2.38,-0.13,2.33,-2.34,-2.38,-2.59,-2.42,-2.47,-2.46
613.17,-0.20,2.22,-0.17,2.26,-2.28,-2.34,-2.52,-2.48,-2.45,-2.43
619.30,-0.23,2.15,-0.20,2.19,-2.21,-2.31,-2.46,-2.45,-2.41,-2.39
625.50,-0.18,2.15,-0.20,2.14,-2.15,-2.27,-2.39,-2.33,-2.35,-2.34
631.75,-0.15,2.14,-0.18,2.12,-2.09,-2.23,-2.33,-2.24,-2.27,-2.30
638.07,-0.18,2.05,-0.18,2.06,-2.04,-2.19,-2.27,-2.22,-2.22,-2.24
644.45,-0.20,1.98,-0.20,1.98,-1.99,-2.15,-2.21,-2.19,-2.19,-2.18
650.89,-0.22,1.90,-0.21,1.90,-1.94,-2.11,-2.15,-2.16,-2.15,-2.12
657.40,-0.19,1.85,-0.19,1.86,-1.88,-2.07,-2.09,-2.08,-2.07,-2.04
663.98,-0.14,1.84,-0.13,1.85,-1.83,-2.04,-2.03,-1.97,-1.96,-1.98
670.62,-0.08,1.83,-0.09,1.82,-1.77,-2.00,-1.97,-1.86,-1.87,-1.91
677.32,-0.04,1.81,-0.10,1.75,-1.72,-1.96,-1.92,-1.77,-1.82,-1.85
684.10,-0.16,1.63,-0.13,1.66,-1.67,-1.93,-1.86,-1.84,-1.80,-1.79
690.94,-0.18,1.55,-0.15,1.58,-1.62,-1.89,-1.81,-1.81,-1.77,-1.73
697.85,-0.13,1.55,-0.14,1.54,-1.56,-1.85,-1.76,-1.70,-1.71,-1.68
704.83,-0.10,1.53,-0.11,1.52,-1.50,-1.82,-1.71,-1.61,-1.61,-1.63
711.87,-0.08,1.51,-0.11,1.48,-1.44,-1.78,-1.66,-1.53,-1.56,-1.59
718.99,-0.16,1.39,-0.16,1.40,-1.38,-1.74,-1.61,-1.55,-1.54,-1.55
726.18,-0.22,1.30,-0.21,1.31,-1.32,-1.71,-1.56,-1.55,-1.53,-1.52
733.44,-0.25,1.24,-0.25,1.24,-1.26,-1.67,-1.52,-1.51,-1.51,-1.49
740.78,-0.27,1.20,-0.28,1.19,-1.19,-1.64,-1.48,-1.46,-1.47,-1.47
748.19,-0.30,1.14,-0.30,1.14,-1.11,-1.60,-1.43,-1.42,-1.42,-1.44
755.67,-0.33,1.08,-0.35,1.07,-1.04,-1.57,-1.39,-1.38,-1.39,-1.41
763.23,-0.39,0.99,-0.41,0.98,-0.98,-1.53,-1.35,-1.38,-1.39,-1.38
770.86,-0.46,0.89,-0.45,0.90,-0.93,-1.50,-1.31,-1.40,-1.38,-1.35
778.57,-0.49,0.82,-0.47,0.84,-0.88,-1.46,-1.27,-1.38,-1.35,-1.31
786.35,-0.44,0.83,-0.45,0.82,-0.83,-1.43,-1.23,-1.28,-1.29,-1.27
794.22,-0.40,0.82,-0.42,0.80,-0.79,-1.40,-1.20,-1.19,-1.21,-1.22
802.16,-0.39,0.78,-0.39,0.78,-0.74,-1.36,-1.16,-1.14,-1.14,-1.17
810.18,-0.39,0.73,-0.39,0.73,-0.70,-1.33,-1.13,-1.10,-1.09,-1.12
818.28,-0.38,0.68,-0.39,0.68,-0.67,-1.30,-1.09,-1.06,-1.06,-1.06
826.46,-0.38,0.63,-0.39,0.61,-0.63,-1.26,-1.06,-1.02,-1.03,-1.01
834.73,-0.38,0.56,-0.38,0.57,-0.59,-1.23,-1.03,-0.97,-0.97,-0.94
843.08,-0.38,0.51,-0.36,0.53,-0.54,-1.20,-1.00,-0.93,-0.90,-0.89
851.51,-0.30,0.53,-0.33,0.50,-0.49,-1.16,-0.97,-0.80,-0.82,-0.83
860.02,-0.29,0.48,-0.30,0.47,-0.45,-1.13,-0.94,-0.74,-0.75,-0.77
868.62,-0.29,0.42,-0.29,0.42,-0.41,-1.10,-0.91,-0.70,-0.70,-0.71
877.31,-0.30,0.36,-0.31,0.35,-0.37,-1.07,-0.88,-0.67,-0.68,-0.66
886.08,-0.31,0.30,-0.31,0.31,-0.33,-1.03,-0.85,-0.64,-0.63,-0.61
894.94,-0.30,0.26,-0.29,0.27,-0.29,-1.00,-0.82,-0.59,-0.58,-0.56
903.89,-0.24,0.27,-0.26,0.25,-0.25,-0.97,-0.79,-0.49,-0.51,-0.51
912.93,-0.23,0.23,-0.24,0.22,-0.20,-0.94,-0.76,-0.44,-0.44,-0.46
922.06,-0.23,0.18,-0.23,0.18,-0.16,-0.91,-0.74,-0.39,-0.39,-0.41
931.28,-0.23,0.13,-0.23,0.13,-0.12,-0.88,-0.71,-0.35,-0.35,-0.36
940.59,-0.23,0.09,-0.24,0.09,-0.08,-0.85,-0.68,-0.32,-0.32,-0.32
950.00,-0.23,0.05,-0.24,0.04,-0.05,-0.81,-0.65,-0.29,-0.29,-0.28
959.50,-0.23,0.01,-0.24,0.00,-0.03,-0.78,-0.63,-0.26,-0.27,-0.24
969.09,-0.22,-0.03,-0.22,-0.02,-0.01,-0.75,-0.60,-0.24,-0.23,-0.19
978.78,-0.17,-0.02,-0.16,-0.01,-0.01,-0.72,-0.57,-0.18,-0.17,-0.15
988.57,-0.09,0.02,-0.09,0.02,-0.01,-0.69,-0.54,-0.10,-0.10,-0.11
998.46,-0.00,0.07,-0.02,0.05,-0.02,-0.66,-0.51,-0.03,-0.05,-0.07
1008.44,0.03,0.07,0.02,0.06,-0.05,-0.63,-0.48,-0.02,-0.03,-0.04
1018.53,0.06,0.06,0.06,0.06,-0.07,-0.60,-0.45,-0.02,-0.02,-0.00
1028.71,0.08,0.05,0.11,0.08,-0.10,-0.57,-0.43,-0.03,0.01,0.03
1039.00,0.19,0.14,0.17,0.12,-0.12,-0.54,-0.40,0.06,0.04,0.05
1049.39,0.25,0.17,0.23,0.16,-0.14,-0.51,-0.37,0.11,0.10,0.08
1059.88,0.28,0.18,0.29,0.19,-0.15,-0.47,-0.34,0.13,0.14,0.10
1070.48,0.33,0.19,0.31,0.19,-0.16,-0.44,-0.30,0.16,0.15,0.14
1081.19,0.35,0.20,0.33,0.18,-0.18,-0.41,-0.27,0.16,0.15,0.15
1092.00,0.34,0.16,0.36,0.18,-0.20,-0.38,-0.24,0.13,0.16,0.18
1102.92,0.39,0.18,0.39,0.19,-0.22,-0.35,-0.21,0.16,0.17,0.21
1113.95,0.45,0.23,0.44,0.21,-0.24,-0.32,-0.18,0.20,0.19,0.22
1125.09,0.51,0.26,0.52,0.27,-0.27,-0.29,-0.15,0.24,0.25,0.25
1136.34,0.59,0.32,0.58,0.31,-0.30,-0.26,-0.11,0.29,0.28,0.27
1147.70,0.67,0.37,0.64,0.34,-0.33,-0.23,-0.08,0.34,0.31,0.30
1159.18,0.68,0.35,0.70,0.37,-0.36,-0.20,-0.05,0.31,0.34,0.33
1170.77,0.75,0.40,0.75,0.40,-0.39,-0.17,-0.01,0.36,0.36,0.35
1182.48,0.81,0.43,0.80,0.42,-0.42,-0.13,0.02,0.39,0.38,0.38
1194.30,0.86,0.46,0.84,0.44,-0.45,-0.10,0.06,0.41,0.40,0.40
1206.25,0.88,0.44,0.88,0.44,-0.47,-0.07,0.09,0.41,0.41,0.44
1218.31,0.90,0.43,0.92,0.46,-0.48,-0.04,0.13,0.41,0.44,0.47
1230.49,1.00,0.50,0.99,0.49,-0.49,-0.01,0.16,0.50,0.50,0.50
1242.80,1.08,0.55,1.06,0.53,-0.50,0.02,0.20,0.57,0.56,0.53
1255.22,1.13,0.55,1.12,0.54,-0.51,0.06,0.24,0.61,0.61,0.58
1267.78,1.14,0.51,1.14,0.52,-0.51,0.09,0.27,0.62,0.63,0.63
1280.45,1.18,0.51,1.17,0.49,-0.51,0.12,0.31,0.66,0.65,0.67
1293.26,1.19,0.46,1.21,0.48,-0.50,0.15,0.35,0.68,0.71,0.73
1306.19,1.27,0.49,1.27,0.49,-0.49,0.19,0.39,0.78,0.79,0.78
1319.25,1.35,0.50,1.32,0.48,-0.47,0.22,0.42,0.88,0.85,0.85
1332.45,1.38,0.48,1.36,0.46,-0.45,0.25,0.46,0.93,0.91,0.90
1345.77,1.36,0.40,1.38,0.42,-0.43,0.29,0.50,0.93,0.95,0.96
1359.23,1.41,0.38,1.41,0.39,-0.41,0.32,0.54,0.99,1.00,1.03
1372.82,1.48,0.38,1.46,0.36,-0.39,0.35,0.58,1.09,1.08,1.10
1386.55,1.54,0.36,1.54,0.36,-0.35,0.39,0.62,1.18,1.18,1.18
1400.41,1.59,0.33,1.60,0.35,-0.32,0.42,0.66,1.26,1.28,1.26
1414.42,1.68,0.34,1.66,0.32,-0.29,0.46,0.71,1.39,1.37,1.34
1428.56,1.69,0.28,1.67,0.26,-0.26,0.50,0.75,1.43,1.41,1.41
1442.85,1.70,0.20,1.68,0.19,-0.22,0.53,0.79,1.47,1.46,1.50
1457.28,1.67,0.08,1.72,0.14,-0.17,0.57,0.84,1.49,1.55,1.59
1471.85,1.80,0.13,1.80,0.12,-0.12,0.61,0.88,1.68,1.68,1.67
1486.57,1.92,0.15,1.87,0.10,-0.06,0.64,0.92,1.85,1.80,1.77
1501.43,1.93,0.06,1.91,0.05,-0.01,0.68,0.97,1.92,1.90,1.87
1516.45,1.90,-0.07,1.92,-0.05,0.05,0.72,1.02,1.95,1.97,1.97
1531.61,1.92,-0.17,1.94,-0.14,0.11,0.76,1.06,2.02,2.05,2.09
1546.93,2.02,-0.18,2.00,-0.20,0.17,0.80,1.11,2.18,2.17,2.20
1562.40,2.10,-0.22,2.09,-0.22,0.23,0.84,1.16,2.33,2.32,2.32
1578.02,2.17,-0.27,2.17,-0.26,0.29,0.88,1.20,2.46,2.46,2.44
1593.80,2.24,-0.30,2.20,-0.34,0.34,0.92,1.25,2.58,2.55,2.54
1609.74,2.25,-0.42,2.26,-0.41,0.38,0.96,1.30,2.63,2.65,2.67
1625.84,2.30,-0.50,2.35,-0.45,0.42,1.00,1.35,2.72,2.77,2.80
1642.10,2.49,-0.45,2.45,-0.48,0.46,1.05,1.40,2.95,2.91,2.94
1658.52,2.59,-0.48,2.56,-0.50,0.51,1.09,1.45,3.09,3.07,3.07
1675.10,2.65,-0.54,2.66,-0.53,0.56,1.14,1.50,3.21,3.22,3.19
1691.85,2.73,-0.59,2.73,-0.59,0.62,1.18,1.55,3.35,3.35,3.32
1708.77,2.80,-0.66,2.80,-0.66,0.68,1.23,1.60,3.48,3.48,3.46
1725.86,2.88,-0.72,2.86,-0.74,0.75,1.28,1.64,3.63,3.61,3.60
1743.12,2.90,-0.83,2.90,-0.84,0.83,1.32,1.69,3.72,3.72,3.73
1760.55,2.94,-0.94,2.94,-0.94,0.90,1.37,1.74,3.84,3.84,3.88
1778.15,2.98,-1.04,3.00,-1.01,0.98,1.42,1.79,3.96,3.98,4.02
1795.94,3.07,-1.07,3.06,-1.08,1.06,1.47,1.83,4.13,4.13,4.14
1813.90,3.18,-1.11,3.14,-1.14,1.14,1.52,1.88,4.32,4.28,4.29
1832.03,3.20,-1.23,3.24,-1.19,1.22,1.58,1.93,4.42,4.46,4.43
1850.36,3.31,-1.26,3.30,-1.27,1.30,1.63,1.97,4.61,4.61,4.57
1868.86,3.41,-1.31,3.34,-1.37,1.38,1.69,2.01,4.78,4.72,4.72
1887.55,3.36,-1.50,3.40,-1.46,1.45,1.74,2.05,4.81,4.85,4.86
1906.42,3.42,-1.58,3.44,-1.56,1.53,1.80,2.09,4.94,4.97,5.00
1925.49,3.53,-1.61,3.50,-1.64,1.61,1.86,2.13,5.13,5.11,5.14
1944.74,3.59,-1.70,3.59,-1.69,1.68,1.92,2.17,5.27,5.27,5.29
1964.19,3.69,-1.74,3.68,-1.75,1.76,1.98,2.20,5.45,5.44,5.43
1983.83,3.74,-1.84,3.75,-1.82,1.83,2.05,2.23,5.57,5.59,5.58
2003.67,3.85,-1.87,3.82,-1.89,1.91,2.11,2.27,5.76,5.73,5.72
2023.71,3.88,-1.97,3.88,-1.97,1.99,2.18,2.30,5.86,5.87,5.85
2043.94,3.92,-2.07,3.91,-2.07,2.07,2.25,2.32,5.99,5.99,5.99
2064.38,3.95,-2.16,3.95,-2.16,2.16,2.32,2.35,6.11,6.11,6.11
2085.03,3.98,-2.27,4.00,-2.25,2.25,2.39,2.38,6.22,6.25,6.25
2105.88,4.09,-2.30,4.03,-2.35,2.33,2.47,2.40,6.42,6.36,6.39
2126.94,4.07,-2.46,4.08,-2.44,2.41,2.55,2.42,6.48,6.50,6.53
2148.20,4.11,-2.56,4.14,-2.52,2.49,2.63,2.45,6.60,6.64,6.67
2169.69,4.24,-2.57,4.21,-2.60,2.58,2.71,2.47,6.82,6.79,6.81
2191.38,4.31,-2.64,4.31,-2.65,2.68,2.80,2.49,6.98,6.99,6.95
2213.30,4.37,-2.73,4.36,-2.73,2.78,2.89,2.51,7.15,7.14,7.10
2235.43,4.40,-2.84,4.37,-2.86,2.89,2.99,2.53,7.29,7.26,7.24
2257.78,4.34,-3.02,4.37,-2.99,3.01,3.08,2.55,7.34,7.38,7.36
2280.36,4.34,-3.15,4.34,-3.15,3.12,3.19,2.57,7.46,7.46,7.49
2303.17,4.35,-3.25,4.28,-3.32,3.26,3.29,2.59,7.60,7.54,7.60
2326.20,4.22,-3.50,4.27,-3.45,3.41,3.40,2.61,7.62,7.68,7.72
2349.46,4.22,-3.61,4.27,-3.55,3.57,3.52,2.63,7.79,7.84,7.83
2372.95,4.31,-3.61,4.23,-3.68,3.74,3.64,2.65,8.04,7.97,7.92
2396.68,4.21,-3.79,4.18,-3.83,3.91,3.77,2.67,8.11,8.08,8.00
2420.65,4.02,-4.07,4.05,-4.03,4.08,3.90,2.69,8.10,8.13,8.09
2444.86,3.90,-4.28,3.90,-4.28,4.25,4.04,2.72,8.14,8.15,8.18
2469.31,3.79,-4.47,3.79,-4.47,4.41,4.18,2.75,8.20,8.21,8.26
2494.00,3.74,-4.63,3.74,-4.61,4.57,4.32,2.77,8.31,8.32,8.37
2518.94,3.74,-4.71,3.72,-4.73,4.71,4.46,2.80,8.44,8.43,8.45
2544.13,3.73,-4.81,3.73,-4.82,4.81,4.60,2.84,8.53,8.53,8.54
2569.57,3.74,-4.90,3.72,-4.91,4.88,4.73,2.87,8.62,8.61,8.64
2595.27,3.77,-4.97,3.76,-4.98,4.94,4.84,2.91,8.70,8.70,8.74
2621.22,3.80,-5.05,3.85,-4.99,4.98,4.94,2.95,8.78,8.84,8.85
2647.43,4.00,-4.95,3.96,-4.98,5.03,5.02,2.99,9.02,8.99,8.95
2673.90,4.09,-4.95,4.07,-4.97,5.06,5.08,3.03,9.15,9.13,9.04
2700.64,4.13,-4.99,4.11,-5.00,5.08,5.11,3.07,9.20,9.19,9.12
2727.65,4.12,-5.07,4.08,-5.10,5.08,5.13,3.12,9.20,9.16,9.19
2754.93,4.04,-5.21,4.08,-5.17,5.07,5.13,3.17,9.11,9.15,9.25
2782.48,4.09,-5.21,4.13,-5.17,5.06,5.11,3.23,9.14,9.19,9.30
2810.30,4.27,-5.07,4.24,-5.09,5.04,5.09,3.28,9.31,9.28,9.34
2838.40,4.40,-4.95,4.37,-4.98,5.03,5.05,3.34,9.42,9.40,9.35
2866.79,4.46,-4.90,4.44,-4.92,5.01,5.02,3.41,9.46,9.45,9.36
2895.46,4.47,-4.91,4.45,-4.92,4.99,4.97,3.47,9.45,9.43,9.38
2924.41,4.42,-4.96,4.47,-4.91,4.96,4.93,3.54,9.38,9.43,9.38
2953.65,4.45,-4.94,4.46,-4.93,4.94,4.89,3.61,9.39,9.40,9.39
2983.19,4.56,-4.85,4.44,-4.96,4.93,4.84,3.68,9.48,9.37,9.41
3013.02,4.40,-5.02,4.46,-4.96,4.91,4.79,3.76,9.31,9.37,9.42
3043.15,4.43,-4.99,4.50,-4.92,4.88,4.74,3.84,9.30,9.38,9.42
3073.58,4.63,-4.80,4.56,-4.87,4.82,4.68,3.92,9.44,9.38,9.43
3104.32,4.72,-4.72,4.67,-4.76,4.74,4.63,4.00,9.45,9.41,9.44
3135.36,4.72,-4.72,4.77,-4.67,4.65,4.57,4.09,9.36,9.42,9.44
3166.72,4.86,-4.58,4.87,-4.56,4.55,4.51,4.18,9.41,9.43,9.44
3198.38,5.01,-4.41,4.99,-4.43,4.46,4.45,4.27,9.47,9.45,9.42
3230.37,5.13,-4.27,5.09,-4.31,4.38,4.39,4.36,9.51,9.47,9.40
3262.67,5.11,-4.27,5.12,-4.26,4.31,4.33,4.45,9.42,9.44,9.38
3295.30,5.10,-4.26,5.10,-4.26,4.26,4.29,4.55,9.36,9.37,9.36
3328.25,5.08,-4.26,5.06,-4.28,4.25,4.26,4.64,9.32,9.31,9.34
3361.53,5.02,-4.30,5.04,-4.28,4.26,4.24,4.74,9.27,9.29,9.32
3395.15,5.01,-4.28,5.01,-4.27,4.28,4.25,4.83,9.29,9.30,9.29
3429.10,4.99,-4.27,4.98,-4.27,4.32,4.27,4.93,9.30,9.30,9.26
3463.39,4.94,-4.28,4.91,-4.31,4.35,4.32,5.02,9.28,9.26,9.22
3498.03,4.81,-4.38,4.77,-4.42,4.37,4.38,5.12,9.17,9.14,9.19
3533.01,4.62,-4.53,4.64,-4.51,4.39,4.46,5.21,9.00,9.02,9.15
3568.34,4.48,-4.61,4.58,-4.50,4.41,4.56,5.30,8.89,9.00,9.09
3604.02,4.58,-4.44,4.54,-4.48,4.46,4.66,5.38,9.03,8.99,9.02
3640.06,4.60,-4.35,4.48,-4.46,4.52,4.76,5.47,9.12,9.00,8.95
3676.46,4.28,-4.58,4.36,-4.50,4.63,4.87,5.54,8.91,9.00,8.86
3713.22,4.12,-4.67,4.13,-4.66,4.78,4.97,5.62,8.90,8.91,8.79
3750.36,3.90,-4.82,3.84,-4.87,4.96,5.07,5.68,8.85,8.80,8.72
3787.86,3.54,-5.09,3.55,-5.08,5.15,5.17,5.74,8.69,8.71,8.63
3825.74,3.19,-5.37,3.18,-5.37,5.36,5.26,5.80,8.55,8.54,8.56
3864.00,2.83,-5.65,2.81,-5.67,5.56,5.34,5.84,8.39,8.37,8.48
3902.64,2.43,-5.97,2.46,-5.94,5.74,5.42,5.88,8.17,8.20,8.40
3941.66,2.17,-6.16,2.14,-6.19,5.88,5.49,5.91,8.05,8.03,8.33
3981.08,1.90,-6.37,1.89,-6.37,5.98,5.56,5.93,7.87,7.87,8.27
4020.89,1.69,-6.52,1.74,-6.47,6.03,5.62,5.94,7.72,7.77,8.21
4061.10,1.62,-6.53,1.62,-6.54,6.05,5.68,5.95,7.67,7.67,8.15
4101.71,1.56,-6.55,1.50,-6.61,6.05,5.73,5.95,7.60,7.55,8.11
4142.73,1.37,-6.71,1.36,-6.72,6.02,5.78,5.93,7.39,7.38,8.08
4184.15,1.13,-6.92,1.17,-6.88,6.00,5.83,5.91,7.13,7.17,8.05
4226.00,0.96,-7.08,0.94,-7.09,6.00,5.88,5.89,6.96,6.94,8.04
4268.26,0.74,-7.27,0.71,-7.30,6.00,5.93,5.85,6.74,6.71,8.01
4310.94,0.47,-7.52,0.48,-7.51,6.00,5.97,5.81,6.47,6.48,7.99
4354.05,0.23,-7.73,0.25,-7.71,6.00,6.02,5.76,6.23,6.25,7.96
4397.59,0.06,-7.86,0.05,-7.87,6.00,6.06,5.71,6.06,6.05,7.92
4441.56,-0.11,-7.99,-0.12,-8.00,6.00,6.10,5.66,5.89,5.88,7.88
4485.98,-0.27,-8.11,-0.28,-8.11,6.00,6.14,5.60,5.73,5.72,7.84
4530.84,-0.44,-8.23,-0.44,-8.23,6.00,6.17,5.53,5.56,5.56,7.79
4576.15,-0.59,-8.34,-0.60,-8.34,6.00,6.20,5.47,5.41,5.40,7.75
4621.91,-0.75,-8.45,-0.75,-8.45,6.00,6.21,5.40,5.25,5.25,7.70
4668.13,-0.90,-8.55,-0.90,-8.54,6.00,6.22,5.33,5.10,5.10,7.65
4714.81,-1.05,-8.63,-1.05,-8.63,6.00,6.22,5.26,4.95,4.95,7.58
4761.96,-1.20,-8.69,-1.22,-8.71,6.01,6.20,5.19,4.81,4.79,7.49
4809.58,-1.40,-8.80,-1.41,-8.80,6.03,6.16,5.12,4.63,4.62,7.40
4857.67,-1.60,-8.88,-1.61,-8.88,6.05,6.10,5.06,4.44,4.44,7.28
4906.25,-1.80,-8.94,-1.76,-8.90,6.05,6.03,4.99,4.24,4.28,7.14
4955.31,-1.89,-8.89,-1.88,-8.88,6.02,5.93,4.93,4.12,4.13,7.00
5004.87,-1.94,-8.78,-1.99,-8.84,5.96,5.82,4.87,4.01,3.97,6.84
5054.91,-2.11,-8.81,-2.13,-8.82,5.86,5.69,4.81,3.75,3.73,6.70
5105.46,-2.27,-8.81,-2.28,-8.82,5.72,5.54,4.75,3.45,3.44,6.54
5156.52,-2.43,-8.80,-2.39,-8.76,5.55,5.38,4.70,3.12,3.16,6.37
5208.08,-2.41,-8.60,-2.40,-8.59,5.34,5.20,4.65,2.93,2.94,6.19
5260.16,-2.27,-8.27,-2.29,-8.29,5.10,5.01,4.60,2.83,2.81,6.00
5312.77,-2.13,-7.94,-2.10,-7.90,4.84,4.81,4.56,2.70,2.74,5.81
5365.89,-1.87,-7.46,-1.92,-7.51,4.56,4.61,4.52,2.69,2.65,5.59
5419.55,-1.73,-7.11,-1.75,-7.12,4.28,4.39,4.49,2.55,2.54,5.38
5473.75,-1.63,-6.80,-1.59,-6.75,4.02,4.17,4.46,2.39,2.43,5.17
5528.49,-1.48,-6.43,-1.50,-6.45,3.76,3.94,4.43,2.28,2.26,4.95
5583.77,-1.39,-6.13,-1.45,-6.18,3.50,3.70,4.41,2.11,2.05,4.74
5639.61,-1.43,-5.94,-1.40,-5.91,3.24,3.45,4.40,1.81,1.84,4.51
5696.00,-1.38,-5.68,-1.34,-5.64,2.99,3.19,4.38,1.60,1.64,4.30
5752.96,-1.15,-5.23,-1.18,-5.25,2.73,2.92,4.38,1.57,1.55,4.08
5810.49,-0.93,-4.79,-0.90,-4.74,2.47,2.64,4.37,1.53,1.57,3.86
5868.60,-0.52,-4.15,-0.55,-4.17,2.21,2.35,4.38,1.69,1.66,3.63
5927.28,-0.17,-3.57,-0.25,-3.65,1.95,2.05,4.38,1.78,1.70,3.40
5986.56,0.11,-3.07,0.04,-3.12,1.69,1.74,4.39,1.80,1.73,3.18
6046.42,0.29,-2.64,0.31,-2.60,1.42,1.43,4.41,1.70,1.73,2.93
6106.89,0.71,-1.95,0.59,-2.07,1.13,1.12,4.43,1.84,1.72,2.66
6167.96,1.08,-1.32,0.90,-1.50,0.84,0.82,4.45,1.91,1.74,2.40
6229.64,1.37,-0.78,1.22,-0.93,0.56,0.55,4.48,1.92,1.78,2.15
6291.93,1.78,-0.13,1.44,-0.49,0.31,0.32,4.51,2.08,1.75,1.91
6354.85,2.03,0.35,1.57,-0.14,0.12,0.16,4.55,2.15,1.69,1.68
6418.40,2.11,0.65,1.60,0.08,0.03,0.08,4.59,2.13,1.63,1.46
6482.58,2.22,0.98,1.48,0.13,0.04,0.11,4.64,2.26,1.52,1.24
6547.41,2.20,1.15,1.21,-0.01,0.19,0.26,4.69,2.38,1.40,1.05
6612.88,1.96,1.08,0.82,-0.30,0.47,0.51,4.74,2.43,1.29,0.88
6679.01,1.58,0.86,0.26,-0.79,0.89,0.87,4.79,2.47,1.15,0.72
6745.80,1.20,0.64,-0.39,-1.39,1.43,1.31,4.85,2.62,1.04,0.56
6813.26,0.51,0.13,-1.08,-2.04,2.05,1.81,4.91,2.55,0.97,0.38
6881.39,-0.07,-0.27,-1.79,-2.75,2.70,2.36,4.97,2.63,0.91,0.20
6950.21,-0.77,-0.79,-2.48,-3.44,3.34,2.93,5.03,2.57,0.87,0.02
7019.71,-1.61,-1.44,-3.08,-4.07,3.94,3.51,5.10,2.33,0.86,-0.17
7089.91,-2.26,-1.88,-3.58,-4.60,4.47,4.07,5.16,2.20,0.89,-0.38
7160.81,-3.02,-2.39,-3.96,-5.01,4.91,4.61,5.22,1.89,0.95,-0.63
7232.41,-3.69,-2.78,-4.23,-5.30,5.26,5.09,5.28,1.57,1.04,-0.91
7304.74,-4.17,-2.97,-4.43,-5.53,5.53,5.48,5.34,1.36,1.10,-1.20
7377.79,-4.66,-3.15,-4.58,-5.69,5.71,5.78,5.39,1.05,1.14,-1.51
7451.56,-5.22,-3.39,-4.68,-5.81,5.83,5.96,5.44,0.60,1.14,-1.83
7526.08,-5.84,-3.69,-4.75,-5.89,5.89,6.05,5.49,0.04,1.13,-2.15
7601.34,-6.36,-3.91,-4.78,-5.92,5.91,6.05,5.53,-0.46,1.13,-2.45
7677.35,-6.97,-4.26,-4.78,-5.91,5.90,5.99,5.56,-1.07,1.12,-2.71
7754.13,-7.43,-4.48,-4.75,-5.87,5.87,5.89,5.58,-1.56,1.12,-2.95
7831.67,-7.72,-4.57,-4.72,-5.81,5.83,5.79,5.60,-1.90,1.11,-3.15
7909.98,-7.99,-4.71,-4.69,-5.76,5.77,5.69,5.60,-2.22,1.08,-3.28
7989.08,-8.17,-4.79,-4.67,-5.70,5.72,5.60,5.60,-2.46,1.05,-3.38
8068.98,-8.30,-4.87,-4.65,-5.65,5.66,5.53,5.58,-2.64,1.02,-3.43
8149.67,-8.52,-5.08,-4.64,-5.60,5.62,5.47,5.56,-2.90,0.98,-3.44
8231.16,-8.66,-5.29,-4.66,-5.57,5.58,5.44,5.53,-3.08,0.92,-3.37
8313.47,-8.70,-5.44,-4.69,-5.55,5.56,5.42,5.48,-3.15,0.87,-3.26
8396.61,-9.06,-5.98,-4.74,-5.55,5.54,5.42,5.43,-3.52,0.80,-3.08
8480.57,-9.39,-6.54,-4.79,-5.54,5.53,5.43,5.37,-3.86,0.75,-2.85
8565.38,-9.58,-6.99,-4.83,-5.54,5.53,5.45,5.30,-4.06,0.70,-2.59
8651.03,-9.61,-7.35,-4.89,-5.53,5.53,5.48,5.23,-4.08,0.64,-2.26
8737.54,-9.80,-7.91,-4.95,-5.54,5.54,5.53,5.14,-4.27,0.58,-1.89
8824.92,-9.81,-8.33,-5.03,-5.55,5.54,5.58,5.06,-4.27,0.51,-1.48
8913.17,-9.87,-8.81,-5.12,-5.57,5.57,5.63,4.96,-4.31,0.45,-1.06
9002.30,-9.90,-9.28,-5.20,-5.59,5.60,5.69,4.87,-4.30,0.40,-0.62
9092.32,-10.18,-9.98,-5.30,-5.62,5.65,5.75,4.77,-4.53,0.35,-0.20
9183.25,-10.42,-10.63,-5.42,-5.67,5.71,5.82,4.67,-4.71,0.29,0.21
9275.08,-10.71,-11.34,-5.56,-5.73,5.77,5.89,4.57,-4.94,0.21,0.63
9367.83,-10.92,-11.97,-5.72,-5.82,5.83,5.96,4.47,-5.09,0.11,1.05
9461.51,-11.04,-12.50,-5.94,-5.97,5.89,6.02,4.38,-5.16,-0.05,1.46
9556.12,-10.92,-12.77,-6.18,-6.12,5.94,6.09,4.28,-4.99,-0.24,1.85
9651.68,-10.68,-12.87,-6.42,-6.28,5.98,6.15,4.19,-4.71,-0.44,2.19
9748.20,-10.10,-12.61,-6.66,-6.44,6.00,6.21,4.10,-4.10,-0.66,2.51
9845.68,-9.17,-11.96,-6.91,-6.61,6.02,6.27,4.01,-3.16,-0.90,2.79
9944.14,-8.34,-11.40,-7.17,-6.78,6.02,6.32,3.92,-2.33,-1.15,3.06
10043.58,-7.86,-11.17,-7.44,-6.95,6.01,6.36,3.84,-1.85,-1.43,3.31
10144.02,-7.42,-10.97,-7.66,-7.00,6.00,6.40,3.77,-1.42,-1.65,3.55
10245.46,-7.16,-10.94,-7.88,-7.05,6.00,6.43,3.70,-1.16,-1.88,3.78
10347.91,-6.87,-10.86,-8.10,-7.10,6.00,6.46,3.63,-0.87,-2.10,3.99
10451.39,-6.79,-10.97,-8.32,-7.16,6.00,6.47,3.57,-0.79,-2.32,4.18
10555.91,-7.12,-11.46,-8.55,-7.21,6.00,6.48,3.52,-1.12,-2.55,4.34
10661.46,-7.69,-12.16,-8.79,-7.26,6.00,6.48,3.47,-1.69,-2.79,4.47
10768.08,-5.99,-10.53,-9.03,-7.31,6.00,6.48,3.42,0.01,-3.03,4.54
10875.76,-4.79,-9.33,-9.27,-7.37,6.00,6.46,3.38,1.21,-3.27,4.54
10984.52,-4.48,-8.94,-9.51,-7.42,6.00,6.44,3.35,1.52,-3.51,4.46
11094.36,-4.01,-8.31,-9.76,-7.47,6.00,6.41,3.33,1.99,-3.76,4.30
11205.31,-4.41,-8.45,-10.02,-7.53,6.00,6.38,3.31,1.59,-4.02,4.04
11317.36,-4.99,-8.68,-10.27,-7.58,6.00,6.35,3.29,1.01,-4.27,3.69
11430.53,-5.26,-8.52,-10.53,-7.63,6.00,6.30,3.28,0.74,-4.53,3.26
11544.84,-5.81,-8.55,-10.80,-7.69,6.00,6.26,3.28,0.19,-4.80,2.74
11660.29,-6.44,-8.58,-11.07,-7.74,6.00,6.21,3.29,-0.44,-5.07,2.14
11776.89,-6.98,-8.43,-11.34,-7.80,6.00,6.16,3.31,-0.98,-5.34,1.45
11894.66,-8.05,-8.76,-11.62,-7.85,6.00,6.11,3.33,-2.05,-5.62,0.71
12013.60,-9.05,-8.95,-11.90,-7.90,6.00,6.06,3.36,-3.05,-5.90,-0.10
12133.74,-9.97,-9.03,-12.18,-7.96,6.00,6.01,3.40,-3.97,-6.18,-0.94
12255.08,-10.93,-9.13,-12.47,-8.01,6.00,5.96,3.44,-4.93,-6.47,-1.80
12377.63,-11.62,-8.95,-12.76,-8.07,6.00,5.91,3.50,-5.62,-6.76,-2.67
12501.41,-11.96,-8.43,-13.06,-8.12,6.00,5.87,3.56,-5.96,-7.06,-3.53
12626.42,-12.07,-7.68,-13.36,-8.18,6.00,5.82,3.64,-6.07,-7.36,-4.39
12752.68,-12.02,-6.83,-13.66,-8.23,6.00,5.78,3.72,-6.02,-7.66,-5.19
12880.21,-12.16,-6.22,-13.97,-8.29,6.00,5.74,3.82,-6.16,-7.97,-5.94
13009.01,-12.10,-5.48,-14.28,-8.35,6.00,5.71,3.93,-6.10,-8.28,-6.62
13139.10,-11.52,-4.28,-14.60,-8.40,6.00,5.68,4.06,-5.52,-8.60,-7.24
13270.49,-11.18,-3.42,-14.92,-8.46,6.00,5.65,4.19,-5.18,-8.92,-7.76
13403.20,-10.41,-2.23,-15.24,-8.51,6.00,5.63,4.35,-4.41,-9.24,-8.18
13537.23,-9.15,-0.63,-15.57,-8.57,6.00,5.61,4.52,-3.15,-9.57,-8.52
13672.60,-7.58,1.21,-15.90,-8.63,6.00,5.60,4.70,-1.58,-9.90,-8.79
13809.33,-6.01,2.97,-16.23,-8.68,6.00,5.59,4.91,-0.01,-10.23,-8.98
13947.42,-6.20,2.90,-16.57,-8.74,6.00,5.58,5.14,-0.20,-10.57,-9.10
14086.90,-8.86,0.33,-16.92,-8.80,6.00,5.58,5.39,-2.86,-10.92,-9.19
14227.77,-11.47,-2.22,-17.26,-8.86,6.00,5.59,5.66,-5.47,-11.26,-9.25
14370.04,-12.12,-2.81,-17.61,-8.91,6.00,5.59,5.95,-6.12,-11.61,-9.31
14513.74,-12.36,-2.97,-17.97,-8.97,6.00,5.60,6.28,-6.36,-11.97,-9.39
14658.88,-13.02,-3.49,-18.33,-9.03,6.00,5.62,6.62,-7.02,-12.33,-9.53
14805.47,-14.16,-4.46,-18.69,-9.09,6.00,5.64,6.99,-8.16,-12.69,-9.70
14953.52,-16.64,-6.72,-19.05,-9.15,6.00,5.66,7.38,-10.64,-13.05,-9.92
15103.06,-19.59,-9.36,-19.42,-9.20,6.00,5.69,7.78,-13.59,-13.42,-10.23
15254.09,-22.26,-11.68,-19.80,-9.26,6.00,5.72,8.18,-16.26,-13.80,-10.58
15406.63,-24.38,-13.42,-20.18,-9.32,6.00,5.75,8.56,-18.38,-14.18,-10.96
15560.70,-25.69,-14.33,-20.56,-9.38,6.00,5.79,8.90,-19.69,-14.56,-11.36
15716.30,-25.96,-14.19,-20.94,-9.44,6.00,5.82,9.17,-19.96,-14.94,-11.77
15873.47,-27.08,-14.91,-21.33,-9.50,6.00,5.86,9.33,-21.08,-15.33,-12.17
16032.20,-27.85,-15.25,-21.73,-9.56,6.00,5.91,9.36,-21.85,-15.73,-12.60
16192.52,-28.09,-14.97,-22.12,-9.62,6.00,5.95,9.23,-22.09,-16.12,-13.12
16354.45,-27.40,-13.79,-22.52,-9.68,6.00,6.00,8.95,-21.40,-16.52,-13.61
16517.99,-27.28,-13.20,-22.93,-9.74,6.00,6.04,8.53,-21.28,-16.93,-14.08
16683.17,-27.15,-12.62,-23.34,-9.80,6.00,6.09,8.01,-21.15,-17.34,-14.53
16850.01,-28.15,-13.21,-23.75,-9.86,6.00,6.13,7.43,-22.15,-17.75,-14.94
17018.51,-29.63,-14.30,-24.17,-9.92,6.00,6.18,6.81,-23.63,-18.17,-15.33
17188.69,-30.29,-14.54,-24.59,-9.98,6.00,6.22,6.19,-24.29,-18.59,-15.75
17360.58,-30.57,-14.44,-25.01,-10.04,6.00,6.26,5.58,-24.57,-19.01,-16.13
17534.18,-30.89,-14.41,-25.44,-10.10,6.00,6.29,5.00,-24.89,-19.44,-16.48
17709.53,-31.54,-14.74,-25.87,-10.16,6.00,6.32,4.46,-25.54,-19.87,-16.80
17886.62,-32.51,-15.40,-26.31,-10.22,6.00,6.34,3.95,-26.51,-20.31,-17.11
18065.49,-32.80,-15.32,-26.75,-10.28,6.00,6.35,3.48,-26.80,-20.75,-17.48
18246.14,-32.56,-14.65,-27.19,-10.35,6.00,6.36,3.05,-26.56,-21.19,-17.91
18428.60,-31.60,-13.28,-27.64,-10.41,6.00,6.34,2.66,-25.60,-21.64,-18.32
18612.89,-30.49,-11.78,-28.09,-10.47,6.00,6.32,2.31,-24.49,-22.09,-18.71
18799.02,-26.45,-7.35,-28.55,-10.53,6.00,6.27,1.99,-20.45,-22.55,-19.10
18987.01,-25.64,-6.19,-29.01,-10.59,6.00,6.20,1.71,-19.64,-23.01,-19.45
19176.88,-25.81,-5.93,-29.47,-10.66,6.00,6.11,1.45,-19.81,-23.47,-19.88
19368.65,-26.13,-5.83,-29.94,-10.72,6.00,5.98,1.22,-20.13,-23.94,-20.30
19562.33,-26.42,-5.72,-30.41,-10.78,6.00,5.82,1.02,-20.42,-24.41,-20.70
19757.96,-26.29,-5.22,-30.88,-10.85,6.00,5.61,0.84,-20.29,-24.88,-21.07
19955.54,-26.07,-4.63,-31.36,-10.91,6.00,5.34,0.68,-20.07,-25.36,-21.44
| CSV | 2 | vinzmc/AutoEq | results/innerfidelity/innerfidelity_harman_in-ear_2019v2/Phiaton MS 100 BA/Phiaton MS 100 BA.csv | [
"MIT"
] |
"use strict";
/** @type {import("../../../../").Configuration[]} */
module.exports = [
{
output: {
globalObject: "null || new Function('return this')()"
}
},
{
output: {
globalObject: "(new Function('return this'))()"
}
},
{
output: {
globalObject: "1 > 2 ? null : new Function('return this')()"
}
}
];
| JavaScript | 4 | fourstash/webpack | test/configCases/issues/issue-12924/webpack.config.js | [
"MIT"
] |
//! 42 lines 25 code 9 comments 8 blanks
(*************
Reference:
https://github.com/ats-lang/ats-lang.github.io/blob/master/DOCUMENT/ATS2TUTORIAL/CODE/chap_stream_vt.dats
**************)
#include "share/atspre_staload.hats"
/* Lazy-evaluated integer iterator */
fun from
(n: int): stream_vt(int) =
$ldelay(stream_vt_cons(n, from(n + 1)))
// Lazy-evaluated prime finder
fun sieve
(ns: stream_vt(int))
: stream_vt(int) = $ldelay(
let
val ns_con = !ns
val- @stream_vt_cons(n0, ns1) = ns_con
val n0_val = n0
val ns1_val = ns1
val () =
(ns1 := sieve(stream_vt_filter_cloptr<int>(ns1_val, lam x => x mod n0_val > 0)))
prval () = fold@(ns_con)
in
ns_con
end
,
~ns
)
// Test run for finding the 1000-th prime number
val thePrimes = sieve(from(2))
val p1000 = (steam_vt_drop_exn(thePrimes, 1000)).head()
val () = println!("p1000 = ", p1000)
implement main0 () = {}
(* End of file *)
| ATS | 4 | Redfire75369/tokei | tests/data/ats.dats | [
"Apache-2.0",
"MIT"
] |
;; test_enumerable.nu
;; tests for Nu enumerable extensions.
;;
;; Copyright (c) 2007 Tim Burks, Radtastical Inc.
(class TestEnumerable is NuTestCase
(- testEach is
(set sum 0)
((array 100 200 300) each:
(do (n) (set sum (+ sum n))))
(assert_equal 600 sum)
(set sum "")
(function append-to-sum (x) (set sum (+ sum x)))
((array 100 200 300) each:append-to-sum)
(assert_equal "100200300" sum))
(- testEachWithIndex is
(set sum 0)
((array 100 200 300) eachWithIndex:
(do (n i) (set sum (+ sum (* (+ i 1) n)))))
(assert_equal (+ 100 (* 2 200) (* 3 300)) sum))
(- testSelect is
(set selection
((array 100 200 300) select:(do (n) (> n 150))))
(assert_equal 2 (selection count))
(assert_equal 200 (selection objectAtIndex:0))
(assert_equal 300 (selection objectAtIndex:1))
(set a (array 1 2 3 nil 4 5 6 nil 7 8 nil))
(assert_equal 11 (a count))
(assert_equal 8 ((a select) count)))
(- testSelectWithInteger is
(set selection
((array 1 2 3) select:(do (n) (% n 2))))
(assert_equal 2 (selection count))
(assert_equal 1 (selection objectAtIndex:0))
(assert_equal 3 (selection objectAtIndex:1)))
(- testFind is
(set found
((array 100 200 300) find:(do (n) (and (> n 150) (< n 250)))))
(assert_equal 200 found))
(- testFindWithInteger is
(set found
((array 1 2 3) find:(do (n) (- 1 (% n 2)))))
(assert_equal 2 found))
(- testMap is
(assert_equal 3 ((((array 100 200 300) map:(do (n) (n stringValue))) 1) length))
;; Testing mapping an operator onto an array
(set words (array "the girl" "from ipanema"))
(set regexen (words map: regex))
(set wanted (array /the girl/ /from ipanema/))
(assert_equal wanted regexen))
(- testMapWithIndex is
(set result ((array 0 100 200 300) mapWithIndex:
(do (n i) (+ n i))))
(assert_equal 0 (result 0))
(assert_equal 101 (result 1))
(assert_equal 202 (result 2))
(assert_equal 303 (result 3)))
(- testReduce is
(set testArray (array 100 200 300))
(set reduction
(testArray reduce:(do (sum n) (+ sum n)) from:0))
(assert_equal 600 reduction)
(set reduction ((array 100 200 300) reduce:+ from:0))
(assert_equal 600 reduction)
(assert_equal (testArray reduce:(do (sum n) (+ sum n)) from:0) (testArray reduce:+ from:0)))
(- testLeftReduce is
(set testArray (array 100 200 300))
(set r (testArray reduceLeft:(do (diff n) (- diff n)) from:600))
(assert_equal 0 r)
; testing using an operator.
(assert_equal r (testArray reduceLeft:- from:600)))
(- testEachInReverse is
(set title "")
((array "the" "girl" "from" "ipanema") eachInReverse:
(do (n) (set title (+ title n))))
(assert_equal title "ipanemafromgirlthe")
(set sum "")
(function append-to-sum (x) (set sum (+ sum x)))
((array 100 200 300) eachInReverse:append-to-sum)
(assert_equal "300200100" sum))
(- testMapSelector is
(assert_equal 3 ((((array 100 200 300) mapSelector:"stringValue") 1) length))))
| Nu | 4 | mattbeshara/nu | test/test_enumerable.nu | [
"Apache-2.0"
] |
<?xml version="1.0" encoding="UTF-8"?>
<scheme name="Monokai copy" version="124" parent_scheme="Default">
<option name="LINE_SPACING" value="1.0" />
<font>
<option name="EDITOR_FONT_NAME" value="Consolas" />
<option name="EDITOR_FONT_SIZE" value="15" />
</font>
<font>
<option name="EDITOR_FONT_NAME" value="Source Code Pro" />
<option name="EDITOR_FONT_SIZE" value="4" />
</font>
<option name="CONSOLE_FONT_NAME" value="Monospaced" />
<option name="CONSOLE_FONT_SIZE" value="14" />
<colors>
<option name="CARET_COLOR" value="f8f8f0" />
<option name="CARET_ROW_COLOR" value="191f26" />
<option name="CONSOLE_BACKGROUND_KEY" value="272822" />
<option name="GUTTER_BACKGROUND" value="191f26" />
<option name="INDENT_GUIDE" value="191f26" />
<option name="LINE_NUMBERS_COLOR" value="51afcc" />
<option name="SELECTED_INDENT_GUIDE" value="191f26" />
<option name="SELECTION_BACKGROUND" value="191f26" />
<option name="WHITESPACES" value="3b3a32" />
</colors>
<attributes>
<option name="BAD_CHARACTER">
<value>
<option name="FOREGROUND" value="f8f8f0" />
<option name="BACKGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="BOOKMARKS_ATTRIBUTES">
<value>
<option name="ERROR_STRIPE_COLOR" value="0" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="BREAKPOINT_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="743d3d" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="BUILDOUT.KEY">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="BUILDOUT.KEY_VALUE_SEPARATOR">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="BUILDOUT.LINE_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="BUILDOUT.SECTION_NAME">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="BUILDOUT.VALUE">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CLASS_REFERENCE">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_COLOR" value="a6e22e" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="COFFEESCRIPT.BAD_CHARACTER">
<value>
<option name="FOREGROUND" value="f8f8f0" />
<option name="BACKGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.BLOCK_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.BOOLEAN">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.CLASS_NAME">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.COLON">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.ESCAPE_SEQUENCE">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.EXISTENTIAL">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.FUNCTION">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.FUNCTION_BINDING">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.FUNCTION_NAME">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.HEREDOC_CONTENT">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.HEREDOC_ID">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.HEREGEX_CONTENT">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.HEREGEX_ID">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.JAVASCRIPT_ID">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.KEYWORD">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.LINE_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.NUMBER">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.OPERATIONS">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.PARAMETER">
<value>
<option name="FOREGROUND" value="fd971f" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.PROTOTYPE">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.REGULAR_EXPRESSION_CONTENT">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.REGULAR_EXPRESSION_FLAG">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.REGULAR_EXPRESSION_ID">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.STRING">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="COFFEESCRIPT.STRING_LITERAL">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONDITIONALLY_NOT_COMPILED">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_BLACK_OUTPUT">
<value>
<option name="FOREGROUND" value="0" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_BLUE_BRIGHT_OUTPUT">
<value>
<option name="FOREGROUND" value="aa5ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_BLUE_OUTPUT">
<value>
<option name="FOREGROUND" value="87d5" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_CYAN_BRIGHT_OUTPUT">
<value>
<option name="FOREGROUND" value="63e9f8" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_CYAN_OUTPUT">
<value>
<option name="FOREGROUND" value="41e3f6" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_DARKGRAY_OUTPUT">
<value>
<option name="FOREGROUND" value="555555" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_ERROR_OUTPUT">
<value>
<option name="FOREGROUND" value="ffb3b3" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_GRAY_OUTPUT">
<value>
<option name="FOREGROUND" value="a7a7a7" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_GREEN_BRIGHT_OUTPUT">
<value>
<option name="FOREGROUND" value="b8e85e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_GREEN_OUTPUT">
<value>
<option name="FOREGROUND" value="a3e131" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_MAGENTA_BRIGHT_OUTPUT">
<value>
<option name="FOREGROUND" value="9376d0" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_MAGENTA_OUTPUT">
<value>
<option name="FOREGROUND" value="8666ca" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_NORMAL_OUTPUT">
<value>
<option name="FOREGROUND" value="ffffff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_RANGE_TO_EXECUTE">
<value>
<option name="BACKGROUND" value="191f26" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_RED_BRIGHT_OUTPUT">
<value>
<option name="FOREGROUND" value="ff1f1f" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_RED_OUTPUT">
<value>
<option name="FOREGROUND" value="f10000" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_SYSTEM_OUTPUT">
<value>
<option name="FOREGROUND" value="e4e4ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_USER_INPUT">
<value>
<option name="FOREGROUND" value="6ae96a" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_WHITE_OUTPUT">
<value>
<option name="FOREGROUND" value="ffffff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_YELLOW_BRIGHT_OUTPUT">
<value>
<option name="FOREGROUND" value="e8e59c" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CONSOLE_YELLOW_OUTPUT">
<value>
<option name="FOREGROUND" value="dedb74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CSS.COMMENT">
<value>
<option name="FOREGROUND" value="5b7773" />
<option name="BACKGROUND" value="22282e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CSS.FUNCTION">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CSS.HASH">
<value>
<option name="FOREGROUND" value="ba821f" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CSS.IDENT">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CSS.NUMBER">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CSS.OPERATORS">
<value>
<option name="FOREGROUND" value="74ab30" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CSS.PROPERTY_NAME">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CSS.PROPERTY_VALUE">
<value>
<option name="FOREGROUND" value="68e868" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CSS.TAG_NAME">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CSS.URL">
<value>
<option name="FOREGROUND" value="fd971f" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CTRL_CLICKABLE">
<value>
<option name="FOREGROUND" value="ff" />
<option name="EFFECT_COLOR" value="ff" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="CUSTOM_INVALID_STRING_ESCAPE_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="f8f8f0" />
<option name="BACKGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CUSTOM_KEYWORD1_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="e3e3ff" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CUSTOM_KEYWORD2_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="fda5ff" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CUSTOM_KEYWORD3_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="71d7d7" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CUSTOM_KEYWORD4_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="ffc2c2" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CUSTOM_LINE_COMMENT_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CUSTOM_MULTI_LINE_COMMENT_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CUSTOM_NUMBER_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CUSTOM_STRING_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="CUSTOM_VALID_STRING_ESCAPE_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="Clojure Atom">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="Clojure Character">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="Clojure Line comment">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="Clojure Numbers">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="Clojure Strings">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_ATTRIBUTE">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_BLOCK_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_BRACES">
<value>
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_BRACKETS">
<value>
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_COMMA">
<value>
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_DOC_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_DOC_COMMENT_TAG">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_DOC_MARKUP">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_DOT">
<value>
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_ENTITY">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_FUNCTION_CALL">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_FUNCTION_DECLARATION">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_GLOBAL_VARIABLE">
<value>
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_INSTANCE_METHOD">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_INVALID_STRING_ESCAPE">
<value>
<option name="FOREGROUND" value="f8f8f0" />
<option name="BACKGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_KEYWORD">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_LINE_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_NUMBER">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_OPERATION_SIGN">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_PARAMETER">
<value>
<option name="FOREGROUND" value="fd971f" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_PARENTHS">
<value>
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_PREDEFINED_SYMBOL">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_SEMICOLON">
<value>
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_STATIC_FIELD">
<value>
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_STATIC_METHOD">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_STRING">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DEFAULT_VALID_STRING_ESCAPE">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DELETED_TEXT_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="c3c3c3" />
<option name="BACKGROUND" value="f0f0f0" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="DEPRECATED_ATTRIBUTES">
<value>
<option name="EFFECT_COLOR" value="c0c0c0" />
<option name="EFFECT_TYPE" value="3" />
</value>
</option>
<option name="DIFF_CONFLICT">
<value>
<option name="BACKGROUND" value="763f34" />
<option name="ERROR_STRIPE_COLOR" value="ff6647" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DIFF_DELETED">
<value>
<option name="BACKGROUND" value="5b5b5b" />
<option name="ERROR_STRIPE_COLOR" value="747474" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DIFF_INSERTED">
<value>
<option name="BACKGROUND" value="2f632f" />
<option name="ERROR_STRIPE_COLOR" value="99ff99" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DIFF_MODIFIED">
<value>
<option name="BACKGROUND" value="465983" />
<option name="ERROR_STRIPE_COLOR" value="99ccff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DJANGO_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DJANGO_FILTER">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DJANGO_ID">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DJANGO_KEYWORD">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DJANGO_NUMBER">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DJANGO_STRING_LITERAL">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DJANGO_TAG_NAME">
<value>
<option name="FOREGROUND" value="e3e3ff" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="DUPLICATE_FROM_SERVER">
<value>
<option name="BACKGROUND" value="191f26" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="ENUM_CONST">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="ERRORS_ATTRIBUTES">
<value>
<option name="EFFECT_COLOR" value="ff6767" />
<option name="ERROR_STRIPE_COLOR" value="ff0000" />
<option name="EFFECT_TYPE" value="2" />
</value>
</option>
<option name="EXECUTIONPOINT_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="101" />
<option name="BACKGROUND" value="c7c7ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="FOLDED_TEXT_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="3c3d3c" />
<option name="BACKGROUND" value="101010" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_COLOR" value="3c3d3c" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="FOLLOWED_HYPERLINK_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="c7c7ff" />
<option name="BACKGROUND" value="161717" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_COLOR" value="c7c7ff" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="First symbol in list">
<value>
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="GENERIC_SERVER_ERROR_OR_WARNING">
<value>
<option name="EFFECT_COLOR" value="aa4e00" />
<option name="ERROR_STRIPE_COLOR" value="f49810" />
<option name="EFFECT_TYPE" value="2" />
</value>
</option>
<option name="GHERKIN_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="GHERKIN_KEYWORD">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="GHERKIN_PYSTRING">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="GHERKIN_REGEXP_PARAMETER">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="GHERKIN_TABLE_PIPE">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="GHERKIN_TAG">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="GQL_ID">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="GQL_INT_LITERAL">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="GQL_KEYWORD">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="GQL_STRING_LITERAL">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="HAML_CLASS">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="HAML_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="HAML_ID">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="HAML_RUBY_CODE">
<value>
<option name="BACKGROUND" value="232930" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="HAML_STRING">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="HAML_STRING_INTERPOLATED">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="HAML_TAG_NAME">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="HTML_ATTRIBUTE_NAME">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="HTML_ATTRIBUTE_VALUE">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="HTML_COMMENT">
<value>
<option name="FOREGROUND" value="5b7773" />
<option name="BACKGROUND" value="191f26" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="HTML_ENTITY_REFERENCE">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="HTML_TAG_NAME">
<value>
<option name="FOREGROUND" value="c32867" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="HYPERLINK_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="c7c7ff" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_COLOR" value="c7c7ff" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="IDENTIFIER_UNDER_CARET_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="3c3c57" />
<option name="ERROR_STRIPE_COLOR" value="ccccff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="IMPLICIT_ANONYMOUS_CLASS_PARAMETER_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="fda5ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="INFO_ATTRIBUTES">
<value>
<option name="EFFECT_COLOR" value="333434" />
<option name="ERROR_STRIPE_COLOR" value="ffffcc" />
<option name="EFFECT_TYPE" value="2" />
</value>
</option>
<option name="INI.COMMENT">
<value>
<option name="FOREGROUND" value="5b7773" />
<option name="BACKGROUND" value="191f26" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="INJECTED_LANGUAGE_FRAGMENT">
<value>
<option name="BACKGROUND" value="191f26" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="INSTANCE_FIELD_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="fda5ff" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JAVA_BLOCK_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JAVA_DOC_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JAVA_DOC_MARKUP">
<value>
<option name="BACKGROUND" value="223f22" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JAVA_DOC_TAG">
<value>
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_COLOR" value="80807f" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="JAVA_INVALID_STRING_ESCAPE">
<value>
<option name="FOREGROUND" value="f8f8f0" />
<option name="BACKGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JAVA_KEYWORD">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JAVA_LINE_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JAVA_NUMBER">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JAVA_OPERATION_SIGN">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JAVA_STRING">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JAVA_VALID_STRING_ESCAPE">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JS.ATTRIBUTE">
<value>
<option name="BACKGROUND" value="423535" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JS.BLOCK_COMMENT">
<value>
<option name="FOREGROUND" value="66837f" />
<option name="BACKGROUND" value="191f26" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JS.DOC_COMMENT">
<value>
<option name="FOREGROUND" value="5b7773" />
<option name="BACKGROUND" value="191f26" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JS.INSTANCE_MEMBER_FUNCTION">
<value>
<option name="FOREGROUND" value="4ac60a" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JS.LINE_COMMENT">
<value>
<option name="FOREGROUND" value="5b7773" />
<option name="BACKGROUND" value="191f26" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JS.LOCAL_VARIABLE">
<value>
<option name="FOREGROUND" value="64a2a2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JS.PARAMETER">
<value>
<option name="FOREGROUND" value="fd971f" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="JS.REGEXP">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="LABEL">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="LINE_FULL_COVERAGE">
<value>
<option name="FOREGROUND" value="ccffcc" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="LINE_NONE_COVERAGE">
<value>
<option name="FOREGROUND" value="ffcccc" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="LINE_PARTIAL_COVERAGE">
<value>
<option name="FOREGROUND" value="ffffcc" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="LIVE_TEMPLATE_ATTRIBUTES">
<value>
<option name="EFFECT_COLOR" value="ff0000" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="LOG_ERROR_OUTPUT">
<value>
<option name="FOREGROUND" value="ff0000" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="LOG_EXPIRED_ENTRY">
<value>
<option name="FOREGROUND" value="555555" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="LOG_WARNING_OUTPUT">
<value>
<option name="FOREGROUND" value="ffa500" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="MACRONAME">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="MATCHED_BRACE_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="3a6da0" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="MESSAGE_ARGUMENT">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="NOT_USED_ELEMENT_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="80807f" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="OC.BADCHARACTER">
<value>
<option name="FOREGROUND" value="f8f8f0" />
<option name="BACKGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="OC.BLOCK_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="OC.CPP_KEYWORD">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="OC.DIRECTIVE">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="OC.FUNCTION">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="OC.KEYWORD">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="OC.LINE_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="OC.NUMBER">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="OC.PARAMETER">
<value>
<option name="FOREGROUND" value="fd971f" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="OC.STRING">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="OC.STRUCT_FIELD">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="OC_FORMAT_TOKEN">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PHP_COMMENT">
<value>
<option name="FOREGROUND" value="66837f" />
<option name="BACKGROUND" value="191f26" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PHP_DOC_COMMENT_ID">
<value>
<option name="FOREGROUND" value="486460" />
<option name="BACKGROUND" value="222930" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PHP_SCRIPTING_BACKGROUND">
<value>
<option name="FOREGROUND" value="ffffff" />
<option name="BACKGROUND" value="262e37" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PHP_VAR">
<value>
<option name="FOREGROUND" value="ffffff" />
<option name="BACKGROUND" value="262e37" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PROTOCOL_REFERENCE">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PUPPET_BAD_CHARACTER">
<value>
<option name="FOREGROUND" value="f8f8f0" />
<option name="BACKGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PUPPET_BLOCK_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PUPPET_ESCAPE_SEQUENCE">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PUPPET_KEYWORD">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PUPPET_NUMBER">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PUPPET_OPERATION_SIGN">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PUPPET_REGEX">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PUPPET_SQ_STRING">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PUPPET_STRING">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PUPPET_VARIABLE_INTERPOLATION">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PY.BUILTIN_NAME">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PY.CLASS_DEFINITION">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_COLOR" value="a6e22e" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="PY.DECORATOR">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PY.DOC_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PY.FUNC_DEFINITION">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PY.INVALID_STRING_ESCAPE">
<value>
<option name="FOREGROUND" value="f8f8f0" />
<option name="BACKGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PY.KEYWORD">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PY.LINE_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PY.NUMBER">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PY.OPERATION_SIGN">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PY.PREDEFINED_USAGE">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PY.STRING">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="PY.VALID_STRING_ESCAPE">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="REST.BOLD">
<value>
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="REST.EXPLICIT">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="REST.FIELD">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="REST.FIXED">
<value>
<option name="BACKGROUND" value="48485f" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="REST.INLINE">
<value>
<option name="BACKGROUND" value="273627" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="REST.INTERPRETED">
<value>
<option name="BACKGROUND" value="343d46" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="REST.ITALIC">
<value>
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="REST.LINE_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="REST.REF.NAME">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="REST.SECTION.HEADER">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RHTML_COMMENT_ID">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_BAD_CHARACTER">
<value>
<option name="FOREGROUND" value="f8f8f0" />
<option name="BACKGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_ESCAPE_SEQUENCE">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_EXPR_IN_STRING">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_HASH_ASSOC">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_HEREDOC_CONTENT">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_HEREDOC_ID">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_INTERPOLATED_STRING">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_INVALID_ESCAPE_SEQUENCE">
<value>
<option name="FOREGROUND" value="f8f8f0" />
<option name="BACKGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_KEYWORD">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_LINE_CONTINUATION">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_METHOD_NAME">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_NUMBER">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_OPERATION_SIGN">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_PARAMDEF_CALL">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_PARAMETER_ID">
<value>
<option name="FOREGROUND" value="fd971f" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_REGEXP">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_SPECIFIC_CALL">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_STRING">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_SYMBOL">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="RUBY_WORDS">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SASS_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SASS_DEFAULT">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SASS_EXTEND">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SASS_FUNCTION">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SASS_IDENTIFIER">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SASS_IMPORTANT">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SASS_KEYWORD">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SASS_MIXIN">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SASS_NUMBER">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SASS_PROPERTY_NAME">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SASS_PROPERTY_VALUE">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SASS_STRING">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SASS_TAG_NAME">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SASS_URL">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SASS_VARIABLE">
<value>
<option name="FOREGROUND" value="fd971f" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SCOPE_KEY_All">
<value>
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SCOPE_KEY_Non-Project Files">
<value>
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SCOPE_KEY_Problems">
<value>
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SCOPE_KEY_Project Files">
<value>
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SCOPE_KEY_Tests">
<value>
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SEARCH_RESULT_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="4f4f82" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SLIM_BAD_CHARACTER">
<value>
<option name="FOREGROUND" value="f8f8f0" />
<option name="BACKGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SLIM_CLASS">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SLIM_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SLIM_DOCTYPE_KWD">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SLIM_FILTER">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SLIM_ID">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SLIM_INTERPOLATION">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SLIM_STRING_INTERPOLATED">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SLIM_TAG">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SLIM_TAG_ATTR_KEY">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="SPY-JS.EXCEPTION">
<value>
<option name="BACKGROUND" value="532b2e" />
<option name="EFFECT_TYPE" value="2" />
</value>
</option>
<option name="SPY-JS.FUNCTION_SCOPE">
<value>
<option name="BACKGROUND" value="3a3a3a" />
<option name="EFFECT_TYPE" value="2" />
</value>
</option>
<option name="SPY-JS.PATH_LEVEL_ONE">
<value>
<option name="BACKGROUND" value="425f44" />
<option name="EFFECT_TYPE" value="2" />
</value>
</option>
<option name="SPY-JS.PATH_LEVEL_TWO">
<value>
<option name="EFFECT_COLOR" value="a9b7c6" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="SPY-JS.PROGRAM_SCOPE">
<value>
<option name="BACKGROUND" value="3a3a3a" />
<option name="EFFECT_TYPE" value="2" />
</value>
</option>
<option name="SPY-JS.VALUE_HINT">
<value>
<option name="EFFECT_COLOR" value="a9b7c6" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="STATIC_FIELD_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="fda5ff" />
<option name="FONT_TYPE" value="3" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="STATIC_METHOD_ATTRIBUTES">
<value>
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="TAG_ATTR_KEY">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="TEMPLATE_VARIABLE_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="7f0000" />
<option name="FONT_TYPE" value="3" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="TEXT">
<value>
<option name="FOREGROUND" value="ffffff" />
<option name="BACKGROUND" value="262e37" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="TEXT_SEARCH_RESULT_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="343d46" />
<option name="ERROR_STRIPE_COLOR" value="ff00" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="TODO_DEFAULT_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="c7c7ff" />
<option name="FONT_TYPE" value="3" />
<option name="ERROR_STRIPE_COLOR" value="ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="TYPEDEF">
<value>
<option name="FOREGROUND" value="66d9ef" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="TYPO">
<value>
<option name="EFFECT_COLOR" value="8000" />
<option name="EFFECT_TYPE" value="2" />
</value>
</option>
<option name="UNMATCHED_BRACE_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="583535" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="WARNING_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="ec5c60" />
<option name="BACKGROUND" value="1c1f26" />
<option name="EFFECT_COLOR" value="f8f8f2" />
<option name="ERROR_STRIPE_COLOR" value="ffff00" />
<option name="EFFECT_TYPE" value="2" />
</value>
</option>
<option name="WRITE_IDENTIFIER_UNDER_CARET_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="472c47" />
<option name="ERROR_STRIPE_COLOR" value="ffcdff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="WRITE_SEARCH_RESULT_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="623062" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="WRONG_REFERENCES_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="ff0000" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="XML_ATTRIBUTE_NAME">
<value>
<option name="FOREGROUND" value="a6e22e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="XML_ATTRIBUTE_VALUE">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="XML_ENTITY_REFERENCE">
<value>
<option name="FOREGROUND" value="ae81ff" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="XML_PROLOGUE">
<value>
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="XML_TAG_DATA">
<value>
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="XML_TAG_NAME">
<value>
<option name="FOREGROUND" value="e3e3ff" />
<option name="FONT_TYPE" value="1" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="YAML_COMMENT">
<value>
<option name="FOREGROUND" value="75715e" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="YAML_SCALAR_DSTRING">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="YAML_SCALAR_KEY">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="YAML_SCALAR_LIST">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="YAML_SCALAR_STRING">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="YAML_SCALAR_VALUE">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="YAML_SIGN">
<value>
<option name="FOREGROUND" value="f92672" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
<option name="YAML_TEXT">
<value>
<option name="FOREGROUND" value="e6db74" />
<option name="EFFECT_TYPE" value="0" />
</value>
</option>
</attributes>
</scheme>
| Clean | 1 | ajnavarro/language-dataset | data/github.com/fa32/ps/60a8d801c36f358f567f380231c2db41d9733d2d/colors/Monokai copy - Kopie_0.icl | [
"MIT"
] |
{{"abc"}}
{{'abc'}}
{{" \" \" ' more double quote than single quote "}}
{{' \' \' " more single quote than double quote '}}
{{' " \' \" \\ '}}
{{" \" \' ' \\ "}}
| Handlebars | 2 | fuelingtheweb/prettier | tests/glimmer/string-literals.hbs | [
"MIT"
] |
/****************************************************************************
*
* (c) 2009-2020 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
import QtQuick 2.3
import QtQuick.Controls 1.2
import QtQuick.Layouts 1.2
import QGroundControl 1.0
import QGroundControl.Controls 1.0
import QGroundControl.MultiVehicleManager 1.0
import QGroundControl.ScreenTools 1.0
import QGroundControl.Palette 1.0
//-------------------------------------------------------------------------
//-- Message Indicator
Item {
id: _root
width: height
anchors.top: parent.top
anchors.bottom: parent.bottom
property bool showIndicator: true
property var _activeVehicle: QGroundControl.multiVehicleManager.activeVehicle
property bool _isMessageImportant: _activeVehicle ? !_activeVehicle.messageTypeNormal && !_activeVehicle.messageTypeNone : false
function getMessageColor() {
if (_activeVehicle) {
if (_activeVehicle.messageTypeNone)
return qgcPal.colorGrey
if (_activeVehicle.messageTypeNormal)
return qgcPal.colorBlue;
if (_activeVehicle.messageTypeWarning)
return qgcPal.colorOrange;
if (_activeVehicle.messageTypeError)
return qgcPal.colorRed;
// Cannot be so make make it obnoxious to show error
console.warn("MessageIndicator.qml:getMessageColor Invalid vehicle message type", _activeVehicle.messageTypeNone)
return "purple";
}
//-- It can only get here when closing (vehicle gone while window active)
return qgcPal.colorGrey
}
Image {
id: criticalMessageIcon
anchors.fill: parent
source: "/qmlimages/Yield.svg"
sourceSize.height: height
fillMode: Image.PreserveAspectFit
cache: false
visible: _activeVehicle && _activeVehicle.messageCount > 0 && _isMessageImportant
}
QGCColoredImage {
anchors.fill: parent
source: "/qmlimages/Megaphone.svg"
sourceSize.height: height
fillMode: Image.PreserveAspectFit
color: getMessageColor()
visible: !criticalMessageIcon.visible
}
MouseArea {
anchors.fill: parent
onClicked: mainWindow.showIndicatorPopup(_root, vehicleMessagesPopup)
}
Component {
id: vehicleMessagesPopup
Rectangle {
width: mainWindow.width * 0.666
height: mainWindow.height * 0.666
radius: ScreenTools.defaultFontPixelHeight / 2
color: qgcPal.window
border.color: qgcPal.text
function formatMessage(message) {
message = message.replace(new RegExp("<#E>", "g"), "color: " + qgcPal.warningText + "; font: " + (ScreenTools.defaultFontPointSize.toFixed(0) - 1) + "pt monospace;");
message = message.replace(new RegExp("<#I>", "g"), "color: " + qgcPal.warningText + "; font: " + (ScreenTools.defaultFontPointSize.toFixed(0) - 1) + "pt monospace;");
message = message.replace(new RegExp("<#N>", "g"), "color: " + qgcPal.text + "; font: " + (ScreenTools.defaultFontPointSize.toFixed(0) - 1) + "pt monospace;");
return message;
}
Component.onCompleted: {
messageText.text = formatMessage(_activeVehicle.formattedMessages)
//-- Hack to scroll to last message
for (var i = 0; i < _activeVehicle.messageCount; i++)
messageFlick.flick(0,-5000)
_activeVehicle.resetMessages()
}
Connections {
target: _activeVehicle
onNewFormattedMessage :{
messageText.append(formatMessage(formattedMessage))
//-- Hack to scroll down
messageFlick.flick(0,-500)
}
}
QGCLabel {
anchors.centerIn: parent
text: qsTr("No Messages")
visible: messageText.length === 0
}
//-- Clear Messages
QGCColoredImage {
anchors.bottom: parent.bottom
anchors.right: parent.right
anchors.margins: ScreenTools.defaultFontPixelHeight * 0.5
height: ScreenTools.isMobile ? ScreenTools.defaultFontPixelHeight * 1.5 : ScreenTools.defaultFontPixelHeight
width: height
sourceSize.height: height
source: "/res/TrashDelete.svg"
fillMode: Image.PreserveAspectFit
mipmap: true
smooth: true
color: qgcPal.text
visible: messageText.length !== 0
MouseArea {
anchors.fill: parent
onClicked: {
if (_activeVehicle) {
_activeVehicle.clearMessages()
mainWindow.hideIndicatorPopup()
}
}
}
}
QGCFlickable {
id: messageFlick
anchors.margins: ScreenTools.defaultFontPixelHeight
anchors.fill: parent
contentHeight: messageText.height
contentWidth: messageText.width
pixelAligned: true
TextEdit {
id: messageText
readOnly: true
textFormat: TextEdit.RichText
color: qgcPal.text
}
}
}
}
}
| QML | 5 | vincentdavoust/qgroundcontrol | src/ui/toolbar/MessageIndicator.qml | [
"Apache-2.0"
] |
# Copyright (c) 2018-2021, Carnegie Mellon University
# See LICENSE for details
ImportAll(spiral);
SkewRDFT := BSkewPRDFT;
BRDFT := PolyBDFT;
alphai := (n,i,a) -> Cond(i mod 2 = 0, (a + Int(i/2))/n, (1-a + Int(i/2))/n);
time_r := a -> [[1, -CosPi(2*a)/SinPi(2*a)],
[0, 1/SinPi(2*a)]];
r_time := a -> [[1, CosPi(2*a)],
[0, SinPi(2*a)]];
B1_time_r := n -> Cond(IsOddInt(n),
DirectSum(I(1), List([1..(n-1)/2], i-> Mat(time_r(i/n)))),
DirectSum(I(1), List([1..n/2-1], i-> Mat(time_r(i/n))), I(1)));
RDFT1 := SymFunc("RDFT1", n -> Cond(
n=2,F(2),
IsEvenInt(n), VStack(Gath(H(n+2,1,0,1)), Gath(H(n+2,n-2,2,1)), Gath(H(n+2,1,n,1))) * PRDFT1(n),
IsOddInt(n), VStack(Gath(H(n+1,1,0,1)), Gath(H(n+1,n-1,2,1))) * PRDFT1(n)));
RDFT3 := SymFunc("RDFT3", n -> Cond(
n=2,I(2),
IsEvenInt(n), PRDFT3(n),
IsOddInt(n), VStack(Gath(H(n+1,n-1,0,1)), Gath(H(n+1,1,n-1,1))) * PRDFT3(n)));
BRDFT1 := SymFunc("BRDFT1", n -> B1_time_r(n) * RDFT1(n));
rdft1 := (k,m) ->
Perm(PermFunc(rP(2*k*m, 2*k), 2*k*m), 2*k*m).transpose() *
DirectSum(RDFT1(m), List([1..k-1], i->Mat(MatrDFT(2*m,i/(2*k)))), RDFT3(m)) *
Tensor(RDFT1(2*k), I(m));
rdft1odd := (k,m) ->
Perm(PermFunc(rPhat((2*k-1)*m, 2*k-1), (2*k-1)*m), (2*k-1)*m).transpose() *
DirectSum(RDFT1(m), List([1..k-1], i->Mat(MatrDFT(2*m,i/(2*k-1))))) *
Tensor(RDFT1(2*k-1), I(m));
test_rdft1 := (k,m) -> PrintLine(inf_norm(MatSPL(rdft1(k,m)) - MatSPL(RDFT1(2*k*m))));
test_rdft1odd := (k,m) -> PrintLine(inf_norm(MatSPL(rdft1odd(k,m)) - MatSPL(RDFT1((2*k-1)*m))));
do_test_rdft1 := function()
test_rdft1(4,4);
test_rdft1(4,8);
test_rdft1(6,8);
test_rdft1(6,2);
test_rdft1(6,5);
test_rdft1(11,5);
end;
do_test_rdft1odd := function()
test_rdft1odd(4,4);
test_rdft1odd(4,8);
test_rdft1odd(6,8);
test_rdft1odd(6,2);
test_rdft1odd(6,5);
test_rdft1odd(5,5);
test_rdft1odd(11,5);
end;
rdft3 := (k,m) ->
RC(K(k*m, m)) *
DirectSum(List([0..k-1], i->Mat(MatrDFT(2*m,(i+1/2)/(2*k))))) * #alphai(k,i,1/4))))) *
Tensor(RDFT3(2*k),I(m));
rdft3odd := (k,m) ->
Perm(PermFunc(rQhat((2*k-1)*m, 2*k-1), (2*k-1)*m), (2*k-1)*m).transpose() *
DirectSum(List([0..k-2], i->Mat(MatrDFT(2*m,(i+1/2)/(2*k-1)))), RDFT3(m)) * #alphai(k,i,1/4))))) *
Tensor(RDFT3(2*k-1),I(m));
test_rdft3 := (k,m) -> PrintLine(inf_norm(MatSPL(rdft3(k,m)) - MatSPL(RDFT3(2*k*m))));
test_rdft3odd := (k,m) -> PrintLine(inf_norm(MatSPL(rdft3odd(k,m)) - MatSPL(RDFT3((2*k-1)*m))));
do_test_rdft3 := function()
test_rdft3(4,4);
test_rdft3(4,8);
test_rdft3(6,8);
test_rdft3(6,2);
test_rdft3(6,5);
test_rdft3(11,5);
end;
do_test_rdft3odd := function()
test_rdft3odd(4,4);
test_rdft3odd(4,8);
test_rdft3odd(6,8);
test_rdft3odd(6,2);
test_rdft3odd(6,5);
test_rdft3odd(5,5);
test_rdft3odd(11,5);
end;
rrdft := (k,m,a) ->
RC(K(k*m, m)) *
DirectSum(List([0..k-1], i->Mat(MatrDFT(2*m,(i+a)/(2*k))))) *
Tensor(Mat(MatrDFT(2*k,a)),I(m));
brdft := (k,m,a) ->
RC(K(k*m, m)) *
DirectSum(List([0..k-1], i->BRDFT(2*m,alphai(k,i,a)))) *
Tensor(BRDFT(2*k, a), I(m));
bruun_rdft3 := (k,m) ->
RC(K(k*m, m)) *
DirectSum(List([0..k-1], i->SkewRDFT(2*m,alphai(k,i,a)))) *
Tensor(BRDFT(2*k,1/4),I(m));
bruun_rdft1 := (k,m) ->
DirectSum(RDFT1(m), List([1..k-1], i->SkewRDFT(2*m,i/(2*k))), RDFT3(m)) *
Tensor(BRDFT1(2*k), I(m));
rcred := mat -> List(mat{[0..Length(mat)/2-1]*2+1}, row -> row{[0..Length(row)/2-1]*2+1});
| GAP | 3 | sr7cb/spiral-software | namespaces/spiral/sym/rft/rftalg.gi | [
"BSD-2-Clause-FreeBSD"
] |
frequency,raw
20.00,12.99
20.20,13.00
20.40,13.01
20.61,13.03
20.81,13.04
21.02,13.05
21.23,13.05
21.44,13.06
21.66,13.07
21.87,13.07
22.09,13.08
22.31,13.09
22.54,13.10
22.76,13.10
22.99,13.11
23.22,13.12
23.45,13.12
23.69,13.13
23.92,13.13
24.16,13.14
24.40,13.13
24.65,13.13
24.89,13.14
25.14,13.14
25.39,13.14
25.65,13.14
25.91,13.14
26.16,13.14
26.43,13.14
26.69,13.14
26.96,13.14
27.23,13.14
27.50,13.13
27.77,13.14
28.05,13.14
28.33,13.13
28.62,13.13
28.90,13.12
29.19,13.12
29.48,13.10
29.78,13.10
30.08,13.09
30.38,13.07
30.68,13.06
30.99,13.05
31.30,13.04
31.61,13.03
31.93,13.01
32.24,13.00
32.57,12.99
32.89,12.98
33.22,12.97
33.55,12.95
33.89,12.94
34.23,12.92
34.57,12.91
34.92,12.90
35.27,12.88
35.62,12.87
35.97,12.84
36.33,12.83
36.70,12.81
37.06,12.79
37.43,12.77
37.81,12.76
38.19,12.73
38.57,12.71
38.95,12.69
39.34,12.67
39.74,12.65
40.14,12.63
40.54,12.59
40.94,12.58
41.35,12.55
41.76,12.53
42.18,12.50
42.60,12.47
43.03,12.45
43.46,12.42
43.90,12.39
44.33,12.36
44.78,12.33
45.23,12.30
45.68,12.28
46.13,12.25
46.60,12.22
47.06,12.20
47.53,12.16
48.01,12.13
48.49,12.10
48.97,12.07
49.46,12.04
49.96,12.01
50.46,11.97
50.96,11.93
51.47,11.90
51.99,11.87
52.51,11.83
53.03,11.79
53.56,11.75
54.10,11.72
54.64,11.68
55.18,11.65
55.74,11.60
56.29,11.57
56.86,11.53
57.42,11.49
58.00,11.46
58.58,11.42
59.16,11.37
59.76,11.33
60.35,11.29
60.96,11.25
61.57,11.21
62.18,11.16
62.80,11.12
63.43,11.08
64.07,11.03
64.71,10.99
65.35,10.94
66.01,10.90
66.67,10.86
67.33,10.81
68.01,10.77
68.69,10.72
69.37,10.68
70.07,10.63
70.77,10.59
71.48,10.54
72.19,10.49
72.91,10.44
73.64,10.39
74.38,10.34
75.12,10.29
75.87,10.24
76.63,10.19
77.40,10.14
78.17,10.09
78.95,10.04
79.74,9.99
80.54,9.93
81.35,9.89
82.16,9.83
82.98,9.78
83.81,9.73
84.65,9.68
85.50,9.62
86.35,9.57
87.22,9.51
88.09,9.46
88.97,9.40
89.86,9.35
90.76,9.30
91.66,9.24
92.58,9.18
93.51,9.13
94.44,9.08
95.39,9.02
96.34,8.96
97.30,8.91
98.28,8.86
99.26,8.79
100.25,8.74
101.25,8.68
102.27,8.62
103.29,8.57
104.32,8.51
105.37,8.45
106.42,8.40
107.48,8.34
108.56,8.28
109.64,8.22
110.74,8.16
111.85,8.11
112.97,8.05
114.10,7.99
115.24,7.92
116.39,7.86
117.55,7.80
118.73,7.74
119.92,7.68
121.12,7.62
122.33,7.56
123.55,7.51
124.79,7.45
126.03,7.39
127.29,7.33
128.57,7.27
129.85,7.21
131.15,7.15
132.46,7.09
133.79,7.03
135.12,6.97
136.48,6.91
137.84,6.85
139.22,6.79
140.61,6.72
142.02,6.67
143.44,6.61
144.87,6.54
146.32,6.48
147.78,6.42
149.26,6.36
150.75,6.30
152.26,6.24
153.78,6.18
155.32,6.12
156.88,6.05
158.44,6.00
160.03,5.94
161.63,5.87
163.24,5.81
164.88,5.76
166.53,5.70
168.19,5.63
169.87,5.58
171.57,5.51
173.29,5.46
175.02,5.40
176.77,5.34
178.54,5.28
180.32,5.22
182.13,5.15
183.95,5.09
185.79,5.03
187.65,4.97
189.52,4.91
191.42,4.85
193.33,4.79
195.27,4.72
197.22,4.67
199.19,4.60
201.18,4.54
203.19,4.49
205.23,4.43
207.28,4.37
209.35,4.31
211.44,4.26
213.56,4.20
215.69,4.15
217.85,4.09
220.03,4.04
222.23,3.99
224.45,3.93
226.70,3.87
228.96,3.82
231.25,3.78
233.57,3.72
235.90,3.67
238.26,3.62
240.64,3.57
243.05,3.52
245.48,3.47
247.93,3.41
250.41,3.36
252.92,3.30
255.45,3.25
258.00,3.19
260.58,3.13
263.19,3.08
265.82,3.02
268.48,2.96
271.16,2.91
273.87,2.84
276.61,2.79
279.38,2.72
282.17,2.67
284.99,2.61
287.84,2.55
290.72,2.50
293.63,2.44
296.57,2.39
299.53,2.33
302.53,2.27
305.55,2.22
308.61,2.16
311.69,2.11
314.81,2.06
317.96,2.00
321.14,1.95
324.35,1.89
327.59,1.84
330.87,1.78
334.18,1.74
337.52,1.68
340.90,1.63
344.30,1.57
347.75,1.52
351.23,1.47
354.74,1.42
358.28,1.36
361.87,1.31
365.49,1.26
369.14,1.20
372.83,1.15
376.56,1.09
380.33,1.03
384.13,0.98
387.97,0.92
391.85,0.86
395.77,0.81
399.73,0.75
403.72,0.70
407.76,0.64
411.84,0.59
415.96,0.53
420.12,0.47
424.32,0.42
428.56,0.37
432.85,0.31
437.18,0.25
441.55,0.21
445.96,0.15
450.42,0.09
454.93,0.04
459.48,-0.02
464.07,-0.07
468.71,-0.12
473.40,-0.16
478.13,-0.22
482.91,-0.26
487.74,-0.31
492.62,-0.36
497.55,-0.40
502.52,-0.44
507.55,-0.49
512.62,-0.53
517.75,-0.57
522.93,-0.62
528.16,-0.65
533.44,-0.69
538.77,-0.73
544.16,-0.77
549.60,-0.81
555.10,-0.85
560.65,-0.89
566.25,-0.93
571.92,-0.97
577.64,-1.00
583.41,-1.04
589.25,-1.08
595.14,-1.11
601.09,-1.15
607.10,-1.18
613.17,-1.23
619.30,-1.26
625.50,-1.29
631.75,-1.33
638.07,-1.36
644.45,-1.39
650.89,-1.42
657.40,-1.46
663.98,-1.49
670.62,-1.51
677.32,-1.54
684.10,-1.56
690.94,-1.59
697.85,-1.61
704.83,-1.64
711.87,-1.65
718.99,-1.67
726.18,-1.68
733.44,-1.69
740.78,-1.69
748.19,-1.69
755.67,-1.68
763.23,-1.68
770.86,-1.65
778.57,-1.63
786.35,-1.60
794.22,-1.56
802.16,-1.53
810.18,-1.48
818.28,-1.43
826.46,-1.37
834.73,-1.30
843.08,-1.25
851.51,-1.18
860.02,-1.11
868.62,-1.04
877.31,-0.98
886.08,-0.92
894.94,-0.87
903.89,-0.81
912.93,-0.75
922.06,-0.68
931.28,-0.62
940.59,-0.55
950.00,-0.48
959.50,-0.40
969.09,-0.31
978.78,-0.23
988.57,-0.13
998.46,-0.02
1008.44,0.09
1018.53,0.21
1028.71,0.32
1039.00,0.44
1049.39,0.56
1059.88,0.69
1070.48,0.81
1081.19,0.94
1092.00,1.06
1102.92,1.19
1113.95,1.32
1125.09,1.44
1136.34,1.57
1147.70,1.69
1159.18,1.81
1170.77,1.93
1182.48,2.05
1194.30,2.16
1206.25,2.27
1218.31,2.37
1230.49,2.47
1242.80,2.57
1255.22,2.66
1267.78,2.74
1280.45,2.83
1293.26,2.91
1306.19,2.98
1319.25,3.06
1332.45,3.12
1345.77,3.19
1359.23,3.25
1372.82,3.30
1386.55,3.36
1400.41,3.42
1414.42,3.46
1428.56,3.51
1442.85,3.56
1457.28,3.61
1471.85,3.66
1486.57,3.70
1501.43,3.76
1516.45,3.81
1531.61,3.87
1546.93,3.94
1562.40,4.02
1578.02,4.09
1593.80,4.18
1609.74,4.27
1625.84,4.37
1642.10,4.47
1658.52,4.58
1675.10,4.68
1691.85,4.80
1708.77,4.91
1725.86,5.04
1743.12,5.16
1760.55,5.29
1778.15,5.41
1795.94,5.54
1813.90,5.68
1832.03,5.81
1850.36,5.95
1868.86,6.09
1887.55,6.23
1906.42,6.37
1925.49,6.52
1944.74,6.66
1964.19,6.82
1983.83,6.97
2003.67,7.12
2023.71,7.28
2043.94,7.44
2064.38,7.60
2085.03,7.78
2105.88,7.95
2126.94,8.11
2148.20,8.29
2169.69,8.47
2191.38,8.65
2213.30,8.83
2235.43,9.03
2257.78,9.22
2280.36,9.41
2303.17,9.60
2326.20,9.81
2349.46,10.01
2372.95,10.21
2396.68,10.42
2420.65,10.63
2444.86,10.85
2469.31,11.07
2494.00,11.29
2518.94,11.50
2544.13,11.72
2569.57,11.95
2595.27,12.16
2621.22,12.37
2647.43,12.59
2673.90,12.80
2700.64,13.00
2727.65,13.19
2754.93,13.37
2782.48,13.55
2810.30,13.69
2838.40,13.84
2866.79,13.97
2895.46,14.06
2924.41,14.14
2953.65,14.20
2983.19,14.24
3013.02,14.24
3043.15,14.23
3073.58,14.19
3104.32,14.12
3135.36,14.03
3166.72,13.92
3198.38,13.77
3230.37,13.63
3262.67,13.46
3295.30,13.26
3328.25,13.07
3361.53,12.85
3395.15,12.63
3429.10,12.40
3463.39,12.17
3498.03,11.93
3533.01,11.68
3568.34,11.44
3604.02,11.19
3640.06,10.95
3676.46,10.70
3713.22,10.46
3750.36,10.23
3787.86,9.99
3825.74,9.76
3864.00,9.53
3902.64,9.31
3941.66,9.09
3981.08,8.88
4020.89,8.67
4061.10,8.46
4101.71,8.26
4142.73,8.07
4184.15,7.88
4226.00,7.70
4268.26,7.53
4310.94,7.36
4354.05,7.20
4397.59,7.04
4441.56,6.88
4485.98,6.74
4530.84,6.59
4576.15,6.46
4621.91,6.34
4668.13,6.22
4714.81,6.11
4761.96,6.00
4809.58,5.90
4857.67,5.81
4906.25,5.73
4955.31,5.65
5004.87,5.58
5054.91,5.52
5105.46,5.47
5156.52,5.43
5208.08,5.39
5260.16,5.37
5312.77,5.35
5365.89,5.34
5419.55,5.34
5473.75,5.34
5528.49,5.36
5583.77,5.38
5639.61,5.42
5696.00,5.47
5752.96,5.52
5810.49,5.58
5868.60,5.67
5927.28,5.74
5986.56,5.85
6046.42,5.97
6106.89,6.10
6167.96,6.23
6229.64,6.40
6291.93,6.56
6354.85,6.73
6418.40,6.93
6482.58,7.15
6547.41,7.37
6612.88,7.60
6679.01,7.85
6745.80,8.12
6813.26,8.39
6881.39,8.69
6950.21,8.99
7019.71,9.31
7089.91,9.64
7160.81,9.97
7232.41,10.28
7304.74,10.61
7377.79,10.91
7451.56,11.20
7526.08,11.44
7601.34,11.65
7677.35,11.83
7754.13,11.93
7831.67,11.97
7909.98,11.98
7989.08,11.90
8068.98,11.78
8149.67,11.61
8231.16,11.40
8313.47,11.15
8396.61,10.87
8480.57,10.58
8565.38,10.28
8651.03,9.98
8737.54,9.68
8824.92,9.38
8913.17,9.10
9002.30,8.83
9092.32,8.58
9183.25,8.34
9275.08,8.12
9367.83,7.91
9461.51,7.72
9556.12,7.54
9651.68,7.39
9748.20,7.23
9845.68,7.08
9944.14,6.94
10043.58,6.79
10144.02,6.63
10245.46,6.47
10347.91,6.27
10451.39,6.06
10555.91,5.82
10661.46,5.54
10768.08,5.22
10875.76,4.87
10984.52,4.47
11094.36,4.01
11205.31,3.53
11317.36,2.99
11430.53,2.42
11544.84,1.81
11660.29,1.18
11776.89,0.53
11894.66,-0.12
12013.60,-0.77
12133.74,-1.41
12255.08,-2.02
12377.63,-2.63
12501.41,-3.21
12626.42,-3.74
12752.68,-4.26
12880.21,-4.75
13009.01,-5.22
13139.10,-5.65
13270.49,-6.06
13403.20,-6.44
13537.23,-6.80
13672.60,-7.14
13809.33,-7.45
13947.42,-7.74
14086.90,-8.00
14227.77,-8.24
14370.04,-8.43
14513.74,-8.62
14658.88,-8.75
14805.47,-8.84
14953.52,-8.89
15103.06,-8.89
15254.09,-8.84
15406.63,-8.74
15560.70,-8.60
15716.30,-8.37
15873.47,-8.09
16032.20,-7.77
16192.52,-7.34
16354.45,-6.83
16517.99,-6.24
16683.17,-5.52
16850.01,-4.70
17018.51,-3.82
17188.69,-2.90
17360.58,-2.11
17534.18,-1.46
17709.53,-1.03
17886.62,-1.03
18065.49,-1.30
18246.14,-1.87
18428.60,-2.90
18612.89,-4.10
18799.02,-5.45
18987.01,-6.92
19176.88,-8.39
19368.65,-9.83
19562.33,-11.22
19757.96,-12.64
19955.54,-14.11
| CSV | 1 | vinzmc/AutoEq | measurements/rtings/data/inear/EarFun Free/EarFun Free.csv | [
"MIT"
] |
func $band32I (
var %i i32
) i32 {
return (
band i32(dread i32 %i,
constval i32 0x12))}
func $band32I_2 (
var %i i32
) i32 {
return (
band i32(dread i32 %i,
constval i32 0x112))}
func $band32RR (
var %i i32, var %j i32
) i32 {
return (
band i32(dread i32 %i,
dread i32 %j))}
func $band64I (
var %i i64
) i64 {
return (
band i64(dread i64 %i,
constval i64 0x1200000015))}
func $band64I_2 (
var %i i64
) i64 {
return (
band i64(dread i64 %i,
constval i64 0x1200000115))}
func $band64RR (
var %i i64,
var %j i64
) i64 {
return (
band i64(dread i64 %i,
dread i64 %j))}
# EXEC: %irbuild Main.mpl
# EXEC: %irbuild Main.irb.mpl
# EXEC: %cmp Main.irb.mpl Main.irb.irb.mpl
| Maple | 3 | harmonyos-mirror/OpenArkCompiler-test | test/testsuite/irbuild_test/I0008-mapleall-irbuild-edge-band/Main.mpl | [
"MulanPSL-1.0"
] |
<%@ WebHandler Language="C#" CodeBehind="Redirect.ashx.cs" Class="WebServer.Redirect" %>
| ASP | 0 | pyracanda/runtime | src/libraries/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/WebServer/Redirect.ashx | [
"MIT"
] |
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated with COPASI 4.23.178+ (Debug) (http://www.copasi.org) at 2018-03-28 21:08:09 UTC -->
<?oxygen RNGSchema="http://www.copasi.org/static/schema/CopasiML.rng" type="xml"?>
<COPASI xmlns="http://www.copasi.org/static/schema" versionMajor="4" versionMinor="23" versionDevel="178" copasiSourcesModified="1">
<ListOfFunctions>
<Function key="Function_6" name="Constant flux (irreversible)" type="PreDefined" reversible="false">
<Expression>
v
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_49" name="v" order="0" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_7" name="Constant flux (reversible)" type="PreDefined" reversible="true">
<Expression>
v
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_48" name="v" order="0" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_13" name="Mass action (irreversible)" type="MassAction" reversible="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Function_13">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-10T16:15:30Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:is rdf:resource="urn:miriam:obo.sbo:SBO:0000041" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Comment>
<body xmlns="http://www.w3.org/1999/xhtml">
<b>Mass action rate law for first order irreversible reactions</b>
<p>
Reaction scheme where the products are created from the reactants and the change of a product quantity is proportional to the product of reactant activities. The reaction scheme does not include any reverse process that creates the reactants from the products. The change of a product quantity is proportional to the quantity of one reactant.
</p>
</body>
</Comment>
<Expression>
k1*PRODUCT<substrate_i>
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_80" name="k1" order="0" role="constant"/>
<ParameterDescription key="FunctionParameter_81" name="substrate" order="1" role="substrate"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_40" name="Mass Action (irreversible, two substrates)" type="UserDefined" reversible="unspecified">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Function_40">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-10T16:14:57Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
k1*substrate1*substrate2
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_264" name="k1" order="0" role="constant"/>
<ParameterDescription key="FunctionParameter_263" name="substrate1" order="1" role="substrate"/>
<ParameterDescription key="FunctionParameter_262" name="substrate2" order="2" role="substrate"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_41" name="06F_IP3 [1]" type="UserDefined" reversible="unspecified">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Function_41">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T17:41:51Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
k*modifier
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_265" name="k" order="0" role="constant"/>
<ParameterDescription key="FunctionParameter_250" name="modifier" order="1" role="modifier"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_42" name="5F_PLC activation [1]" type="UserDefined" reversible="unspecified">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Function_42">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T17:42:31Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
k_e2 * Gaq* PLC / (PLC + k_Ee)
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_266" name="k_e2" order="0" role="constant"/>
<ParameterDescription key="FunctionParameter_261" name="Gaq" order="1" role="modifier"/>
<ParameterDescription key="FunctionParameter_267" name="PLC" order="2" role="substrate"/>
<ParameterDescription key="FunctionParameter_268" name="k_Ee" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_43" name="actN special [1]" type="UserDefined" reversible="unspecified">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Function_43">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T17:43:11Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
k*substrate*(1-actN)
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_272" name="k" order="0" role="constant"/>
<ParameterDescription key="FunctionParameter_271" name="substrate" order="1" role="substrate"/>
<ParameterDescription key="FunctionParameter_270" name="actN" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_44" name="Nuclear Import [1]" type="UserDefined" reversible="unspecified">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Function_44">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T18:01:36Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
substrate*k*v_beginning
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_274" name="substrate" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_273" name="k" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_269" name="v_beginning" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_45" name="17" type="UserDefined" reversible="unspecified">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Function_45">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T21:43:31Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
kcat*modifier/(kd+modifier)
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_277" name="kcat" order="0" role="constant"/>
<ParameterDescription key="FunctionParameter_276" name="modifier" order="1" role="modifier"/>
<ParameterDescription key="FunctionParameter_275" name="kd" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_46" name="16" type="UserDefined" reversible="unspecified">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Function_46">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T21:43:31Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
kcat*modifier^2/(kd^2+modifier^2)
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_280" name="kcat" order="0" role="constant"/>
<ParameterDescription key="FunctionParameter_279" name="modifier" order="1" role="modifier"/>
<ParameterDescription key="FunctionParameter_278" name="kd" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
</ListOfFunctions>
<Model key="Model_0" name="Pratap2016" simulationType="time" timeUnit="min" volumeUnit="l" areaUnit="m²" lengthUnit="m" quantityUnit="µmol" type="deterministic" avogadroConstant="6.0221408570000002e+23">
<MiriamAnnotation>
<rdf:RDF
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Model_0">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-27T13:52:18Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Comment>
Mathematical modeling of gonadotropin-releasing hormone signaling
Amitesh Pratapc, 1, Kathryn L. Garnerc, 1, Margaritis Voliotisb, 1, Krasimira Tsaneva-Atanasovaa, b, Craig A. McArdlec, ,
http://dx.doi.org/10.1016/j.mce.2016.08.022
http://www.sciencedirect.com/science/article/pii/S0303720716303161
ABSTRACT
Gonadotropin-releasing hormone (GnRH) acts via G-protein coupled receptors on pituitary gonadotropes to control reproduction. These are Gq-coupled receptors that mediate acute effects of GnRH on the exocytotic secretion of luteinizing hormone (LH) and follicle-stimulating hormone (FSH), as well as the chronic regulation of their synthesis. GnRH is secreted in short pulses and GnRH effects on its target cells are dependent upon the dynamics of these pulses. Here we overview GnRH receptors and their signaling network, placing emphasis on pulsatile signaling, and how mechanistic mathematical models and an information theoretic approach have helped further this field.
</Comment>
<ListOfCompartments>
<Compartment key="Compartment_0" name="cytosol" simulationType="fixed" dimensionality="3" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Compartment_0">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-31T10:55:43Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Compartment>
<Compartment key="Compartment_1" name="nucleus" simulationType="fixed" dimensionality="3" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Compartment_1">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-31T10:55:10Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Reference=InitialVolume>/<CN=Root,Model=Pratap2016,Vector=Values[C_cn],Reference=InitialValue>
</InitialExpression>
</Compartment>
</ListOfCompartments>
<ListOfMetabolites>
<Metabolite key="Metabolite_0" name="GnRH" simulationType="fixed" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_0">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-03T15:39:35Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Comment>
0.1
</Comment>
</Metabolite>
<Metabolite key="Metabolite_1" name="R_free" simulationType="assignment" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_1">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-27T14:00:15Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[R_0],Reference=Value>-<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_fin],Reference=Concentration>-<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[HR],Reference=Concentration>-<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[G_aq11_act],Reference=Concentration>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_2" name="HR" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_2">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-08T15:34:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_3" name="PLC" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_3">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T19:58:57Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[PLC_0],Reference=InitialValue>-<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[PLC_act],Reference=InitialConcentration>
</InitialExpression>
</Metabolite>
<Metabolite key="Metabolite_4" name="G_aq11" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_4">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-08T15:38:36Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_5" name="G_aq11_act" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_5">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-08T15:38:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_6" name="PLC_act" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_6">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-08T15:38:31Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<InitialExpression>
1*10^(-7)
</InitialExpression>
</Metabolite>
<Metabolite key="Metabolite_7" name="act_N" simulationType="assignment" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_7">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T15:59:27Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration>^<CN=Root,Model=Pratap2016,Vector=Values[n],Reference=Value>/(<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration>^<CN=Root,Model=Pratap2016,Vector=Values[n],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Values[k_mn],Reference=Value>^<CN=Root,Model=Pratap2016,Vector=Values[n],Reference=Value>*(1+<CN=Root,Model=Pratap2016,Vector=Values[k_d1],Reference=Value>/<CN=Root,Model=Pratap2016,Vector=Values[M],Reference=Value>))
</Expression>
</Metabolite>
<Metabolite key="Metabolite_8" name="N_active" simulationType="assignment" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_8">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T21:58:02Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[N_tot],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[act_N],Reference=Concentration>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_9" name="Ca2+_cytosol" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_9">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T20:09:33Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Comment>
Die Konzentration bezieht sich nicht auf das Volumen des Zytosols, sondern auf die ganze Zelle
</Comment>
</Metabolite>
<Metabolite key="Metabolite_10" name="IP3" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_10">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-03-15T17:26:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_11" name="MEK_act" simulationType="assignment" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_11">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T15:51:43Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[MEK_t],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Values[k_MEK],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[PLC_act],Reference=Concentration>/(<CN=Root,Model=Pratap2016,Vector=Values[K_de],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[PLC_act],Reference=Concentration>)
</Expression>
</Metabolite>
<Metabolite key="Metabolite_12" name="E_c" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_12">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T16:00:22Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_13" name="Epp_c" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_13">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T16:00:19Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_14" name="E_n" simulationType="reactions" compartment="Compartment_1" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_14">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T16:00:22Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_15" name="Epp_n" simulationType="reactions" compartment="Compartment_1" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_15">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T16:00:20Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_16" name="Ep_c" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_16">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T15:57:46Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_17" name="EGR1" simulationType="reactions" compartment="Compartment_1" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_17">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-05-01T18:54:30Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<InitialExpression>
1e-3
</InitialExpression>
</Metabolite>
<Metabolite key="Metabolite_18" name="TF2" simulationType="reactions" compartment="Compartment_1" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_18">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T18:09:30Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_19" name="NFAT_c" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_19">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T18:03:13Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_20" name="NFAT_n" simulationType="reactions" compartment="Compartment_1" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_20">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T18:03:26Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_21" name="NFATp_c" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_21">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T18:01:45Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_22" name="NFATp_n" simulationType="reactions" compartment="Compartment_1" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_22">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T18:03:53Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_23" name="Ca2+_total" simulationType="assignment" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_23">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T20:28:08Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_ER],Reference=Concentration>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_24" name="Ca2+_ER" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_24">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-03-14T21:47:05Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Comment>
Die Konzentration bezieht sich nicht auf das Volumen des ER, sondern auf die ganze Zelle
</Comment>
<InitialExpression>
1.29533*10^(+2)-0.322
</InitialExpression>
</Metabolite>
<Metabolite key="Metabolite_25" name="R_mid" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_25">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T23:41:00Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_26" name="R_fin" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_26">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T23:40:58Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_27" name="h" simulationType="reactions" compartment="Compartment_0" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_27">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-12T10:21:45Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_28" name="GSU_par_OR" simulationType="reactions" compartment="Compartment_0" addNoise="false">
</Metabolite>
<Metabolite key="Metabolite_29" name="GSU_par_AND" simulationType="reactions" compartment="Compartment_0" addNoise="false">
</Metabolite>
<Metabolite key="Metabolite_30" name="GSU_par_COOP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
</Metabolite>
<Metabolite key="Metabolite_31" name="GSU_seq_OR" simulationType="reactions" compartment="Compartment_0" addNoise="false">
</Metabolite>
<Metabolite key="Metabolite_32" name="GSU_seq_AND" simulationType="reactions" compartment="Compartment_0" addNoise="false">
</Metabolite>
<Metabolite key="Metabolite_33" name="GSU_seq_COOP" simulationType="reactions" compartment="Compartment_0" addNoise="false">
</Metabolite>
<Metabolite key="Metabolite_34" name="GSU_seq_OR_copy" simulationType="reactions" compartment="Compartment_0" addNoise="false">
</Metabolite>
</ListOfMetabolites>
<ListOfModelValues>
<ModelValue key="ModelValue_0" name="R_0" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_0">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-27T14:51:26Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_1" name="k_1" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_1">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T18:50:32Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_2" name="k_(-1)" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_2">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-02T15:02:12Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_3" name="k_2" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_3">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-02T15:02:17Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_4" name="k_(-2)" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_4">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-02T15:02:21Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_5" name="k_3" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_5">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-02T15:02:28Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_6" name="k_(-3)" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_6">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-02T15:02:24Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_7" name="epsilon" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_7">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T20:33:17Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_8" name="sigma" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_8">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T17:22:53Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_9" name="V_p" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_9">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-30T16:26:05Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_10" name="K_p" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_11" name="V_e" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_11">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-29T14:55:26Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_12" name="K_e" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_12">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T20:56:00Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_13" name="J_in" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_13">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-14T15:58:18Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_14" name="L" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_14">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-04T02:03:04Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_15" name="P" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_15">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T21:16:20Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_16" name="A" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_16">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-30T12:54:21Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_17" name="K_i" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_17">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-04T02:09:30Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_18" name="K_a" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_18">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-04T02:09:44Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_19" name="K_d" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_20" name="k_d1" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_21" name="k_f1" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_22" name="k_r1" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_23" name="k_f2" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_23">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-19T14:40:55Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_24" name="k_f3" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_25" name="k_f4" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_26" name="k_mn" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_27" name="M" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_27">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T21:13:48Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_28" name="n" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_28">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-29T15:18:54Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_29" name="N_tot" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_29">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-07T13:49:11Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_30" name="C_cn" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_30">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-07T13:50:02Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_31" name="k_1cat" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_31">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T15:51:23Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_32" name="k_2cat" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_32">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-14T16:35:33Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_33" name="h1" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_34" name="h2" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_34">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-04T02:07:25Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_35" name="h3" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_35">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-27T15:58:55Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_36" name="h4" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_36">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-27T15:58:55Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_37" name="h5" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_37">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-27T15:58:55Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_38" name="h6" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_38">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-27T15:58:55Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_39" name="k_catMKPn" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_39">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-19T15:58:27Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_40" name="k_dppEn" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_41" name="MEK_t" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_41">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T16:24:43Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_42" name="MKP_n" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_42">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-29T15:18:55Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_43" name="K_de" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_44" name="MKP_3t" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_44">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-29T15:18:56Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_45" name="M_tot" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_45">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T16:12:41Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_46" name="K_impE" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_46">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-19T15:58:35Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_47" name="k_expE" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_47">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-29T22:30:26Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_48" name="G_0" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_48">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-27T14:49:47Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_49" name="k_catTF1" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_49">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-27T15:04:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_50" name="k_catTF2" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_50">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-20T22:14:35Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_51" name="K_dppETF1" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_52" name="K_dTF1TF2" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_53" name="k_11" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_54" name="kk_2" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_55" name="kk_3" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_56" name="k_33" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_57" name="k_3intmid" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_58" name="Km_1intmid" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_59" name="k_4int" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_60" name="k_4intmid" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_61" name="k_e2" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_62" name="k_(-e2)" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_63" name="PLC_0" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_63">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T17:52:56Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_64" name="l_base" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_64">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-02T16:21:17Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_65" name="d_TF2" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_65">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-07T13:50:01Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_66" name="d_GSU" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_66">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T18:51:46Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_67" name="K_comp" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_67">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-07T14:21:03Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_68" name="K_dTF1" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_69" name="K_dTF2" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_70" name="kk_1" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_70">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T16:12:57Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_71" name="h_11" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_72" name="h_33" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_73" name="h_44" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_74" name="h_66" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_75" name="fi/Vi" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_75">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-07T13:50:00Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<InitialExpression>
6e-5
</InitialExpression>
</ModelValue>
<ModelValue key="ModelValue_76" name="k_3int" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_76">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T20:47:27Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_77" name="Km_1int" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_78" name="Km_2intmid" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_79" name="n_int" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_79">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T21:15:11Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_80" name="l_dp" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_80">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-02T16:21:18Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_81" name="l_exp" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_81">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T21:13:27Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_82" name="l_imp" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_82">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-06T10:32:40Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Unit>
1/min
</Unit>
</ModelValue>
<ModelValue key="ModelValue_83" name="K_Ee" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_84" name="k_(-4)" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_84">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-31T11:56:27Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_(-3)],Reference=InitialValue>
</InitialExpression>
</ModelValue>
<ModelValue key="ModelValue_85" name="k_MEK" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_85">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-27T16:46:49Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_86" name="k_4cat" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_86">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-29T00:44:04Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[h5],Reference=Value>/(1+<CN=Root,Model=Pratap2016,Vector=Values[h5],Reference=Value>/<CN=Root,Model=Pratap2016,Vector=Values[h6],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Values[h_33],Reference=Value>*(<CN=Root,Model=Pratap2016,Vector=Values[h_44],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Values[h5],Reference=Value>)/(<CN=Root,Model=Pratap2016,Vector=Values[h3],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Values[h4],Reference=Value>))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_87" name="k_m1" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_87">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-29T00:50:42Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Pratap2016,Vector=Values[k_11],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Values[kk_2],Reference=Value>)/<CN=Root,Model=Pratap2016,Vector=Values[kk_1],Reference=Value>
</Expression>
</ModelValue>
<ModelValue key="ModelValue_88" name="k_m2" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_88">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-29T00:53:14Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Pratap2016,Vector=Values[k_33],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Values[kk_4],Reference=Value>)/<CN=Root,Model=Pratap2016,Vector=Values[kk_3],Reference=Value>
</Expression>
</ModelValue>
<ModelValue key="ModelValue_89" name="kk_4" simulationType="fixed" addNoise="false">
</ModelValue>
<ModelValue key="ModelValue_90" name="k_m3" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_90">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-29T00:58:29Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Pratap2016,Vector=Values[h_11],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Values[h2],Reference=Value>)/(<CN=Root,Model=Pratap2016,Vector=Values[h1],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Values[h2],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Values[h1],Reference=Value>/<CN=Root,Model=Pratap2016,Vector=Values[h3],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_91" name="k_m4" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_91">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-29T01:01:14Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Pratap2016,Vector=Values[h5],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Values[h_44],Reference=Value>)/(<CN=Root,Model=Pratap2016,Vector=Values[h4],Reference=Value>*(1+<CN=Root,Model=Pratap2016,Vector=Values[h5],Reference=Value>/<CN=Root,Model=Pratap2016,Vector=Values[h6],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Values[h_33],Reference=Value>*(<CN=Root,Model=Pratap2016,Vector=Values[h_44],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Values[h5],Reference=Value>)/(<CN=Root,Model=Pratap2016,Vector=Values[h4],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Values[h3],Reference=Value>)))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_92" name="k_m5" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_92">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-29T01:09:58Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[h6],Reference=Value>/<CN=Root,Model=Pratap2016,Vector=Values[h_66],Reference=Value>
</Expression>
</ModelValue>
<ModelValue key="ModelValue_93" name="k3cat" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_93">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-29T15:03:47Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[h2],Reference=Value>/(1+<CN=Root,Model=Pratap2016,Vector=Values[h2],Reference=Value>/<CN=Root,Model=Pratap2016,Vector=Values[h3],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_94" name="d_TF1" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_94">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-03T00:00:57Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_95" name="k_r3" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_95">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-02T16:30:24Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_96" name="dh/dt" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_96">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T20:39:24Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[A],Reference=Value>*(<CN=Root,Model=Pratap2016,Vector=Values[K_d],Reference=Value>-(<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Values[K_d],Reference=Value>)*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[h],Reference=Concentration>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_97" name="act_N" simulationType="assignment" addNoise="false">
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration>^<CN=Root,Model=Pratap2016,Vector=Values[n],Reference=Value>/(<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration>^<CN=Root,Model=Pratap2016,Vector=Values[n],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Values[k_mn],Reference=Value>^<CN=Root,Model=Pratap2016,Vector=Values[n],Reference=Value>*(1+<CN=Root,Model=Pratap2016,Vector=Values[k_d1],Reference=Value>/<CN=Root,Model=Pratap2016,Vector=Values[M],Reference=Value>))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_98" name="v_2" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_98">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T21:54:13Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[k_2cat],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[MEK_act],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ep_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m2],Reference=Value>/(1+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ep_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m2],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[E_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m1],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_99" name="v_4" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_99">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T21:53:16Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[k_4cat],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Values[MKP_3t],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ep_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m4],Reference=Value>/(1+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[E_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m5],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Epp_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m3],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ep_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m4],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_100" name="v_3" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_100">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T21:54:17Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[k3cat],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Values[MKP_3t],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Epp_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m3],Reference=Value>/(1+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[E_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m5],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ep_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m4],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Epp_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m3],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_101" name="v_1" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_101">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T21:53:50Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[k_1cat],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[MEK_act],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[E_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m1],Reference=Value>/(1+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[E_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m1],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ep_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m2],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_102" name="J_impE" simulationType="assignment" addNoise="false">
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[k_2cat],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[MEK_act],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ep_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m2],Reference=Value>/(1+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ep_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m2],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[E_c],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[k_m1],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_103" name="J_expE" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_103">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-04T02:41:35Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[E_n],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Values[k_expE],Reference=Value>
</Expression>
</ModelValue>
<ModelValue key="ModelValue_104" name="v_5" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_104">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T21:54:20Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[k_catMKPn],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Values[MKP_n],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[Epp_n],Reference=Concentration>/(<CN=Root,Model=Pratap2016,Vector=Values[k_dppEn],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[Epp_n],Reference=Concentration>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_105" name="spike_period" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_105">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T18:49:46Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_106" name="spike_length" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_106">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T18:49:56Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_107" name="v_07F" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_107">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-03-14T21:02:59Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[J_in],Reference=InitialValue>*<CN=Root,Model=Pratap2016,Vector=Values[fi/Vi],Reference=InitialValue>*<CN=Root,Model=Pratap2016,Vector=Values[epsilon],Reference=InitialValue>
</InitialExpression>
</ModelValue>
<ModelValue key="ModelValue_108" name="v_07B" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_108">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-03-14T21:02:59Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[epsilon],Reference=InitialValue>*<CN=Root,Model=Pratap2016,Vector=Values[fi/Vi],Reference=InitialValue>*(<CN=Root,Model=Pratap2016,Vector=Values[V_p],Reference=InitialValue>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration>^2/(<CN=Root,Model=Pratap2016,Vector=Values[K_p],Reference=InitialValue>^2+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration>^2))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_109" name="v_08F" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_109">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-03-14T21:02:59Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[fi/Vi],Reference=InitialValue>*((<CN=Root,Model=Pratap2016,Vector=Values[L],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Values[P],Reference=Value>*(<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[IP3],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[h],Reference=Concentration>/((<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[IP3],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Values[K_i],Reference=Value>)*(<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Values[K_a],Reference=Value>)))^3)*((<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_total],Reference=Concentration>-<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration>)/<CN=Root,Model=Pratap2016,Vector=Values[sigma],Reference=InitialValue>-<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration>))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_110" name="v_08B" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_110">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-03-14T21:02:59Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[fi/Vi],Reference=InitialValue>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration>^2*<CN=Root,Model=Pratap2016,Vector=Values[V_e],Reference=InitialValue>/(<CN=Root,Model=Pratap2016,Vector=Values[K_e],Reference=InitialValue>^2+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration>^2)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_111" name="spike_amplitude" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_111">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T18:12:51Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_112" name="NFAT(N:C)" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_112">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-03-18T18:12:41Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFATp_n],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFAT_n],Reference=Concentration>)/(<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[NFATp_c],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[NFAT_c],Reference=Concentration>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_113" name="ERK(N:C)" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_113">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-03-18T18:14:20Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[Epp_n],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[E_n],Reference=Concentration>)/(<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ep_c],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Epp_c],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[E_c],Reference=Concentration>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_114" name="quantity" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_114">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-04T02:14:49Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_115" name="v_03F" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_115">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T23:35:28Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[k_3intmid],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[HR],Reference=Concentration>*(<CN=Root,Model=Pratap2016,Vector=Values[R_0mid],Reference=Value>-<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_mid],Reference=Concentration>)/(<CN=Root,Model=Pratap2016,Vector=Values[R_0mid],Reference=Value>-<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_mid],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Values[Km_1intmid],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_116" name="R_0mid" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_116">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T23:37:16Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_117" name="v_03B" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_117">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T23:55:03Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_mid],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Values[k_4intmid],Reference=Value>/(<CN=Root,Model=Pratap2016,Vector=Values[Km_2intmid],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_mid],Reference=Concentration>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_118" name="v_04F" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_118">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T23:44:53Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[k_3int],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_mid],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[HR],Reference=Concentration>^<CN=Root,Model=Pratap2016,Vector=Values[n_int],Reference=Value>/(<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[HR],Reference=Concentration>^<CN=Root,Model=Pratap2016,Vector=Values[n_int],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Values[Km_1int],Reference=Value>^<CN=Root,Model=Pratap2016,Vector=Values[n_int],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_119" name="v_04B" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_119">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T23:48:00Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[k_4int],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_fin],Reference=Concentration>
</Expression>
</ModelValue>
<ModelValue key="ModelValue_120" name="constGnRH" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_120">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-15T00:04:14Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_121" name="v_16F" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_121">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-02T23:51:08Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[k_catTF1],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[Epp_n],Reference=Concentration>^2/(<CN=Root,Model=Pratap2016,Vector=Values[K_dppETF1],Reference=Value>^2+<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[Epp_n],Reference=Concentration>^2)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_122" name="J1" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_122">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-05T10:20:46Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[k_f1],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Values[N_tot],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Values[act_N],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[NFATp_c],Reference=Concentration>-<CN=Root,Model=Pratap2016,Vector=Values[k_r1],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[NFAT_c],Reference=Concentration>*(1-<CN=Root,Model=Pratap2016,Vector=Values[act_N],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_123" name="J2" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_123">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-05T10:24:09Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[NFAT_c],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Values[k_f2],Reference=Value>
</Expression>
</ModelValue>
<ModelValue key="ModelValue_124" name="J3" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_124">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-05T10:24:54Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[k_f3],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFAT_n],Reference=Concentration>*(1-<CN=Root,Model=Pratap2016,Vector=Values[act_N],Reference=Value>)-<CN=Root,Model=Pratap2016,Vector=Values[act_N],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Values[N_tot],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Values[k_r3],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFATp_n],Reference=Concentration>
</Expression>
</ModelValue>
<ModelValue key="ModelValue_125" name="J4" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_125">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-05T10:27:17Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFATp_n],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Values[k_f4],Reference=Value>
</Expression>
</ModelValue>
<ModelValue key="ModelValue_126" name="k_r3*N_active" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_126">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-05T11:35:15Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[k_r3],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[N_active],Reference=Concentration>
</Expression>
</ModelValue>
<ModelValue key="ModelValue_127" name="spike_offset_total" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_127">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T18:49:55Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Comment>
spike_Amplitude larger than period was not tolerated and is indirectly impemented
</Comment>
</ModelValue>
<ModelValue key="ModelValue_128" name="GSU_par_COOP" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_128">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T16:43:11Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[gamma],Reference=Value>*(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFAT_n],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Values[DNA_tot],Reference=Value>^2/(<CN=Root,Model=Pratap2016,Vector=Values[K_dTF1],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Values[K_dTF2],Reference=Value>)/(1+<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[K_dTF1],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFAT_n],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[K_dTF2],Reference=Value>))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_129" name="GSU_par_AND" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_129">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T16:43:09Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[gamma],Reference=Value>*(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFAT_n],Reference=Concentration>/((<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Values[K_dTF1],Reference=Value>)*(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFAT_n],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Values[K_dTF2],Reference=Value>)))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_130" name="GSU_par_OR" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_130">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T16:43:10Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[gamma],Reference=Value>*(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration>/(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Values[K_dTF1],Reference=Value>)+<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFAT_n],Reference=Concentration>/(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFAT_n],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Values[K_dTF2],Reference=Value>))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_131" name="gamma" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_131">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T17:10:42Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_132" name="DNA_tot" simulationType="fixed" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_132">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T17:19:59Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_133" name="GSU_seq_OR" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_133">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T16:43:10Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[gamma],Reference=Value>*(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration>/(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Values[K_dTF1],Reference=Value>)+<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[TF2],Reference=Concentration>/(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[TF2],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Values[K_dTF2],Reference=Value>))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_134" name="GSU_seq_COOP" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_134">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T16:43:11Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[gamma],Reference=Value>*(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[TF2],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Values[DNA_tot],Reference=Value>^2/(<CN=Root,Model=Pratap2016,Vector=Values[K_dTF1],Reference=Value>*<CN=Root,Model=Pratap2016,Vector=Values[K_dTF2],Reference=Value>)/(1+<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[K_dTF1],Reference=Value>+<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[TF2],Reference=Concentration>/<CN=Root,Model=Pratap2016,Vector=Values[K_dTF2],Reference=Value>))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_135" name="quantity_1" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_135">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T16:43:09Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[gamma],Reference=Value>*(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[TF2],Reference=Concentration>/((<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Values[K_dTF1],Reference=Value>)*(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[TF2],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Values[K_dTF2],Reference=Value>)))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_136" name="GSU_seq_AND" simulationType="assignment" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_136">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T16:43:09Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[gamma],Reference=Value>*(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration>*<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[TF2],Reference=Concentration>/((<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Values[K_dTF1],Reference=Value>)*(<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[TF2],Reference=Concentration>+<CN=Root,Model=Pratap2016,Vector=Values[K_dTF2],Reference=Value>)))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_137" name="Total_EGR" simulationType="ode" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_137">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T17:45:34Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration>
</Expression>
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=InitialConcentration>
</InitialExpression>
</ModelValue>
<ModelValue key="ModelValue_138" name="Total_TF2" simulationType="ode" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_138">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T17:50:12Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[TF2],Reference=Concentration>
</Expression>
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[TF2],Reference=InitialConcentration>
</InitialExpression>
</ModelValue>
<ModelValue key="ModelValue_139" name="Total_NFAT_n" simulationType="ode" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_139">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T17:49:49Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFAT_n],Reference=Concentration>
</Expression>
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFAT_n],Reference=InitialConcentration>
</InitialExpression>
</ModelValue>
<ModelValue key="ModelValue_140" name="Total_GSU_par_COOP" simulationType="ode" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_140">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T17:47:16Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_par_COOP],Reference=Concentration>
</Expression>
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_par_COOP],Reference=InitialConcentration>
</InitialExpression>
</ModelValue>
<ModelValue key="ModelValue_141" name="Total_GSU_par_AND" simulationType="ode" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_141">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T17:46:49Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_par_AND],Reference=Concentration>
</Expression>
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_par_AND],Reference=InitialConcentration>
</InitialExpression>
</ModelValue>
<ModelValue key="ModelValue_142" name="Total_GSU_par_OR" simulationType="ode" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_142">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T17:47:44Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_par_OR],Reference=Concentration>
</Expression>
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_par_OR],Reference=InitialConcentration>
</InitialExpression>
</ModelValue>
<ModelValue key="ModelValue_143" name="Total_GSU_seq_AND" simulationType="ode" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_143">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T17:48:14Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_AND],Reference=Concentration>
</Expression>
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_AND],Reference=InitialConcentration>
</InitialExpression>
</ModelValue>
<ModelValue key="ModelValue_144" name="Total_GSU_seq_COOP" simulationType="ode" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_144">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T17:48:42Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[GSU_seq_COOP],Reference=Value>
</Expression>
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_COOP],Reference=InitialConcentration>
</InitialExpression>
</ModelValue>
<ModelValue key="ModelValue_145" name="Total_GSU_seq_OR" simulationType="ode" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_145">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T17:49:20Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_OR],Reference=Concentration>
</Expression>
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_OR],Reference=InitialConcentration>
</InitialExpression>
</ModelValue>
<ModelValue key="ModelValue_146" name="Total_HR" simulationType="ode" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_146">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-23T14:37:43Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[HR],Reference=Concentration>
</Expression>
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[HR],Reference=InitialConcentration>
</InitialExpression>
</ModelValue>
</ListOfModelValues>
<ListOfReactions>
<Reaction key="Reaction_0" name="01F_Hormon-receptor binding" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_0">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-27T14:02:55Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_0" stoichiometry="1"/>
<Substrate metabolite="Metabolite_1" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_2" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5144" name="k1" value="2500"/>
</ListOfConstants>
<KineticLaw function="Function_40" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_264">
<SourceParameter reference="ModelValue_1"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_263">
<SourceParameter reference="Metabolite_0"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_262">
<SourceParameter reference="Metabolite_1"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_1" name="01B_Hormon-receptor binding" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_1">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-01-27T14:51:58Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_2" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_0" stoichiometry="1"/>
<Product metabolite="Metabolite_1" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5146" name="k1" value="5"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_2"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_2"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_2" name="02F_G-protein activation" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_2">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T17:40:18Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Comment>
HR + G_aq11 -> G_aq11_act
</Comment>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_2" stoichiometry="1"/>
<Substrate metabolite="Metabolite_4" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_5" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5147" name="k1" value="0.5"/>
</ListOfConstants>
<KineticLaw function="Function_40" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_264">
<SourceParameter reference="ModelValue_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_263">
<SourceParameter reference="Metabolite_2"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_262">
<SourceParameter reference="Metabolite_4"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_3" name="02B G-protein activation" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_3">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T17:40:35Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_5" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_2" stoichiometry="1"/>
<Product metabolite="Metabolite_4" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5141" name="k1" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_4"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_5"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_4" name="05F_PLC activation" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_4">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-08T15:37:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_3" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_6" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_5" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_5143" name="k_e2" value="20"/>
<Constant key="Parameter_5142" name="k_Ee" value="0.1"/>
</ListOfConstants>
<KineticLaw function="Function_42" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_266">
<SourceParameter reference="ModelValue_61"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_261">
<SourceParameter reference="Metabolite_5"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_267">
<SourceParameter reference="Metabolite_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_268">
<SourceParameter reference="ModelValue_83"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_5" name="05B_PLC activation" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_5">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T17:40:34Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_6" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_3" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5145" name="k1" value="5"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_62"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_6"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_6" name="11F_Unbinding+Phosphorylation of NFAT_n" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_6">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T21:23:08Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_20" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_22" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5148" name="k" value="0.0732"/>
<Constant key="Parameter_5139" name="actN" value="0.981921"/>
</ListOfConstants>
<KineticLaw function="Function_43" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_272">
<SourceParameter reference="ModelValue_24"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_271">
<SourceParameter reference="Metabolite_20"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_270">
<SourceParameter reference="ModelValue_97"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_7" name="06F_IP3 production" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_7">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T17:51:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_10" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_6" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_5137" name="k" value="36"/>
</ListOfConstants>
<KineticLaw function="Function_41" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_265">
<SourceParameter reference="ModelValue_5"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_250">
<SourceParameter reference="Metabolite_6"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_8" name="11B_Unbinding+Phosphorylation of NFAT_n" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_8">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T17:55:15Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_22" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_20" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5136" name="k1" value="3.46795"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_126"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_22"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_9" name="09B_Binding+Dephosphorylation of NFATp_c" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_9">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T17:51:51Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_19" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_21" stoichiometry="1"/>
<Product metabolite="Metabolite_8" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5140" name="k" value="0.3605"/>
<Constant key="Parameter_5138" name="actN" value="0.981921"/>
</ListOfConstants>
<KineticLaw function="Function_43" unitType="ConcentrationPerTime" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_272">
<SourceParameter reference="ModelValue_22"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_271">
<SourceParameter reference="Metabolite_19"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_270">
<SourceParameter reference="ModelValue_97"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_10" name="09F_Binding+Dephosphorylation of NFATp_c" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_10">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T17:52:32Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_21" stoichiometry="1"/>
<Substrate metabolite="Metabolite_8" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_19" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5113" name="k1" value="25.3452"/>
</ListOfConstants>
<KineticLaw function="Function_40" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_264">
<SourceParameter reference="ModelValue_21"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_263">
<SourceParameter reference="Metabolite_21"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_262">
<SourceParameter reference="Metabolite_8"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_11" name="06B_IP3 production" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_11">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T17:44:00Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_10" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_5111" name="k1" value="30"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_6"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_10"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_12" name="10_NFAT_c import" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_12">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T17:52:59Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_19" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_20" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5110" name="k" value="0.0104"/>
</ListOfConstants>
<KineticLaw function="Function_44" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_274">
<SourceParameter reference="Metabolite_19"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_273">
<SourceParameter reference="ModelValue_23"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_269">
<SourceParameter reference="Compartment_0"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_13" name="09F_ Basal dephosphorylation" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_13">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T21:27:21Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_21" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_19" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5114" name="k1" value="8.6772"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_80"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_21"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_14" name="12_ NFATp_n export" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_14">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T21:26:44Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_22" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_21" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5112" name="k" value="94.8693"/>
</ListOfConstants>
<KineticLaw function="Function_44" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_274">
<SourceParameter reference="Metabolite_22"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_273">
<SourceParameter reference="ModelValue_25"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_269">
<SourceParameter reference="Compartment_1"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_15" name="18F_EGR1 activation" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_15">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T21:51:48Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_17" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_15" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_5116" name="kcat" value="0.018"/>
<Constant key="Parameter_5131" name="kd" value="0.5"/>
</ListOfConstants>
<KineticLaw function="Function_46" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_280">
<SourceParameter reference="ModelValue_49"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_279">
<SourceParameter reference="Metabolite_15"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_278">
<SourceParameter reference="ModelValue_51"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_16" name="18F_TF2 activation" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_16">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-04T01:52:48Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_18" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_17" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_5119" name="kcat" value="0.045"/>
<Constant key="Parameter_5133" name="kd" value="0.26"/>
</ListOfConstants>
<KineticLaw function="Function_45" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_277">
<SourceParameter reference="ModelValue_50"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_276">
<SourceParameter reference="Metabolite_17"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_275">
<SourceParameter reference="ModelValue_52"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_17" name="18B_EGR1 activation" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_17">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T21:48:18Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_17" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_5134" name="k1" value="0.011"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_94"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_17"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_18" name="19B_TF2 activation" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_18">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T21:51:49Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_18" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_5128" name="k1" value="0.023"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_65"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_18"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_19" name="13B_ppERK nuclear import" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_19">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T21:50:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_15" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_13" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5115" name="k" value="2.6665"/>
</ListOfConstants>
<KineticLaw function="Function_44" unitType="Default">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_274">
<SourceParameter reference="Metabolite_15"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_273">
<SourceParameter reference="ModelValue_81"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_269">
<SourceParameter reference="Compartment_1"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_20" name="13F_ppERK nuclear import" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_20">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T17:21:49Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_13" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_15" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5123" name="k" value="1.5"/>
</ListOfConstants>
<KineticLaw function="Function_44" unitType="Default">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_274">
<SourceParameter reference="Metabolite_13"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_273">
<SourceParameter reference="ModelValue_46"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_269">
<SourceParameter reference="Compartment_0"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_21" name="17_ppERK dephosphorylation (nucleus)" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_21">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-17T21:50:45Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_15" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_14" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5130" name="v" value="0.0371578"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_104"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_22" name="14F_ERK nuclear import" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_22">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-19T19:31:12Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_12" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_14" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5117" name="k" value="0.01"/>
</ListOfConstants>
<KineticLaw function="Function_44" unitType="Default">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_274">
<SourceParameter reference="Metabolite_12"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_273">
<SourceParameter reference="ModelValue_82"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_269">
<SourceParameter reference="Compartment_0"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_23" name="14B_ERK nuclear import" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_23">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-19T19:31:11Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_14" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_12" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5129" name="k" value="0.45"/>
</ListOfConstants>
<KineticLaw function="Function_44" unitType="Default">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_274">
<SourceParameter reference="Metabolite_14"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_273">
<SourceParameter reference="ModelValue_47"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_269">
<SourceParameter reference="Compartment_1"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_24" name="16F_pERK phosphorylation" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_24">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T17:21:58Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_16" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_13" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5122" name="v" value="1.32234e-08"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_98"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_25" name="16B_pERK phosphorylation" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_25">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T17:21:59Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_13" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_16" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5126" name="v" value="0.569915"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_100"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_26" name="15B_ERK phosphorylation" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_26">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-19T19:33:34Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_16" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_12" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5121" name="v" value="0.0350156"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_99"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_27" name="15F_ ERK phosphorylation" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_27">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T15:58:39Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_12" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_16" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5125" name="v" value="3.60944e-06"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_101"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_28" name="16F_basal ppERK dephosphorylation" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_28">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-02-21T16:15:41Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_16" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_13" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5124" name="k1" value="0.17"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_64"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_16"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_29" name="07F_Ca2+_extracellular cytosol" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_29">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-03-14T20:55:35Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_9" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5127" name="v" value="6e-05"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_107"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_30" name="07B_Ca2+_cytosol extracellular" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_30">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-03-14T21:38:43Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_9" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_5132" name="v" value="6e-05"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_108"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_31" name="08F_Ca2+ ER cytsol" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_31">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-03-14T21:39:42Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_24" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_9" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5118" name="v" value="3.0929"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_109"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_32" name="08B_Ca2+ cytosol ER" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_32">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-03-14T21:39:34Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_9" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_24" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5120" name="v" value="2.93926"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_110"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_33" name="03F_Rfree2Rmid" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_33">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T23:33:36Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_25" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5135" name="v" value="0"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_115"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_34" name="03B_Rfree2Rmid" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_34">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T23:41:30Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_25" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_5149" name="v" value="0"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_117"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_35" name="04F_Rmid2Rfin" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_35">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T23:43:49Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_26" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5150" name="v" value="0"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_118"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_36" name="04B_Rmid2Rfin" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_36">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-14T23:44:30Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_26" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_5156" name="k1" value="5.8109"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_59"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_26"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_37" name="00_GnRH" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_37">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-01-15T00:03:29Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_1" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_2" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5155" name="v" value="0.002"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_120"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_38" name="h" reversible="true" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_38">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-12T10:22:20Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_27" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5157" name="v" value="-0.023628"/>
</ListOfConstants>
<KineticLaw function="Function_7" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_48">
<SourceParameter reference="ModelValue_96"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_39" name="20F_GSU_par_OR" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_39">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-16T15:49:58Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_28" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5154" name="v" value="0.000765163"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_130"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_40" name="20B_GSU_par_OR" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_40">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-16T15:50:44Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_28" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_5153" name="k1" value="0.05"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_66"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_28"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_41" name="21F_GSU_par_AND" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_41">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-16T15:59:55Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_29" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5152" name="v" value="1.42768e-05"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_129"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_42" name="21B_GSU_par_AND" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_42">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-16T15:54:48Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_29" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_5151" name="k1" value="0.05"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_66"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_29"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_43" name="22F_GSU_par_COOP" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_43">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-16T15:55:50Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_30" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5158" name="v" value="1.42972e-05"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_128"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_44" name="22B_GSU_par_COOP" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_44">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-16T15:55:24Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_30" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_5162" name="k1" value="0.05"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_66"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_30"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_45" name="23B_GSU_seq_OR" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_45">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-16T15:56:12Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_31" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_5160" name="k1" value="0.05"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_66"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_31"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_46" name="24B_GSU_seq_AND" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_46">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-16T15:56:33Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_32" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_5159" name="k1" value="0.05"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_66"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_32"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_47" name="25B_GSU_seq_COOP" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_47">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-16T15:56:53Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_33" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_5163" name="k1" value="0.05"/>
</ListOfConstants>
<KineticLaw function="Function_13" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_80">
<SourceParameter reference="ModelValue_66"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_81">
<SourceParameter reference="Metabolite_33"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_48" name="23F_GSU_seq_OR" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_48">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-16T15:56:12Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_31" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5161" name="v" value="0.000953211"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_133"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_49" name="24F_GSU_seq_AND" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_49">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T17:22:05Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_32" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5165" name="v" value="2.03429e-05"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_136"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_50" name="25F_GSU_seq_COOP" reversible="false" fast="false" addNoise="false">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_50">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2018-02-21T17:23:19Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_33" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_5167" name="v" value="2.03844e-05"/>
</ListOfConstants>
<KineticLaw function="Function_6" unitType="Default" scalingCompartment="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_49">
<SourceParameter reference="ModelValue_134"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
</ListOfReactions>
<ListOfEvents>
<Event key="Event_0" name="spike_on" fireAtInitialTime="0" persistentTrigger="1">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Event_0">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-03-18T17:58:53Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<TriggerExpression>
abs(<CN=Root,Model=Pratap2016,Reference=Time>-<CN=Root,Model=Pratap2016,Vector=Values[spike_offset_total],Reference=Value>)%<CN=Root,Model=Pratap2016,Vector=Values[spike_period],Reference=Value> == 0 AND <CN=Root,Model=Pratap2016,Reference=Time> > <CN=Root,Model=Pratap2016,Vector=Values[spike_offset_total],Reference=Value>
</TriggerExpression>
<ListOfAssignments>
<Assignment targetKey="Metabolite_0">
<Expression>
<CN=Root,Model=Pratap2016,Vector=Values[spike_amplitude],Reference=Value>
</Expression>
</Assignment>
</ListOfAssignments>
</Event>
<Event key="Event_1" name="spike_off" fireAtInitialTime="0" persistentTrigger="1">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Event_1">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2017-03-18T18:01:11Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<TriggerExpression>
abs(<CN=Root,Model=Pratap2016,Reference=Time>-<CN=Root,Model=Pratap2016,Vector=Values[spike_offset_total],Reference=Value>-<CN=Root,Model=Pratap2016,Vector=Values[spike_length],Reference=Value>)%<CN=Root,Model=Pratap2016,Vector=Values[spike_period],Reference=Value> == 0
</TriggerExpression>
<ListOfAssignments>
<Assignment targetKey="Metabolite_0">
<Expression>
0
</Expression>
</Assignment>
</ListOfAssignments>
</Event>
</ListOfEvents>
<ListOfModelParameterSets activeSet="ModelParameterSet_0">
<ModelParameterSet key="ModelParameterSet_0" name="Initial State">
<ModelParameterGroup cn="String=Initial Time" type="Group">
<ModelParameter cn="CN=Root,Model=Pratap2016" value="0" type="Model" simulationType="time"/>
</ModelParameterGroup>
<ModelParameterGroup cn="String=Initial Compartment Sizes" type="Group">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol]" value="9.3999999999999997e-15" type="Compartment" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus]" value="3.1333333333333331e-15" type="Compartment" simulationType="fixed">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Reference=InitialVolume>/<CN=Root,Model=Pratap2016,Vector=Values[C_cn],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="String=Initial Species Values" type="Group">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GnRH]" value="0" type="Species" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_free]" value="101.89462330043985" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[HR]" value="0" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[PLC]" value="566.08067447675944" type="Species" simulationType="reactions">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[PLC_0],Reference=InitialValue>-<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[PLC_act],Reference=InitialConcentration>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[G_aq11]" value="2264.3249622320004" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[G_aq11_act]" value="566.0812405580001" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[PLC_act]" value="0.00056608124055799991" type="Species" simulationType="reactions">
<InitialExpression>
1*10^(-7)
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[act_N]" value="5558.4690695330846" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[N_active]" value="5558.4690695330846" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol]" value="1822.78159459676" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[IP3]" value="88.308673527047986" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[MEK_act]" value="0.024484760139120498" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[E_c]" value="2088.83977765902" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Epp_c]" value="1409.5422889894198" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[E_n]" value="467.9604921946131" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[Epp_n]" value="31.323161977542664" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ep_c]" value="98.498135857092961" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1]" value="1.8869374685266667" type="Species" simulationType="reactions">
<InitialExpression>
1e-3
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[TF2]" value="66.042811398433329" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[NFAT_c]" value="60.570692739705983" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFAT_n]" value="45.437454242122136" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[NFATp_c]" value="4189.0011801291994" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFATp_n]" value="2.7171899546784002" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_total]" value="733262.01333199418" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_ER]" value="731439.23173739738" type="Species" simulationType="reactions">
<InitialExpression>
1.29533*10^(+2)-0.322
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_mid]" value="0" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_fin]" value="0" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[h]" value="3079.48194863552" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_par_OR]" value="5660.8124055799999" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_par_AND]" value="5660.8124055799999" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_par_COOP]" value="5660.8124055799999" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_OR]" value="5660.8124055799999" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_AND]" value="5660.8124055799999" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_COOP]" value="5660.8124055799999" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_OR_copy]" value="5660.8124055799999" type="Species" simulationType="reactions"/>
</ModelParameterGroup>
<ModelParameterGroup cn="String=Initial Global Quantities" type="Group">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[R_0]" value="0.11799999999999999" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_1]" value="2500" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_(-1)]" value="5" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_2]" value="0.5" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_(-2)]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_3]" value="36" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_(-3)]" value="30" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[epsilon]" value="0.0001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[sigma]" value="0.81899999999999995" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[V_p]" value="10000" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[K_p]" value="5.0000000000000004e-06" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[V_e]" value="131500" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[K_e]" value="0.41789999999999999" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[J_in]" value="10000" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[L]" value="32" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[P]" value="1598400" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[A]" value="16.5" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[K_i]" value="0.00079000000000000012" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[K_a]" value="2.605" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[K_d]" value="0.38100000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_d1]" value="5.7672999999999996" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_f1]" value="25.345199999999998" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_r1]" value="0.36049999999999999" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_f2]" value="0.0104" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_f3]" value="0.073200000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_f4]" value="94.869299999999996" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_mn]" value="0.1115" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[M]" value="53.492899999999999" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[n]" value="3.8633000000000002" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[N_tot]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[C_cn]" value="3" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_1cat]" value="0.95267199999999996" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_2cat]" value="0.73283100000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[h1]" value="2700" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[h2]" value="5.5199999999999996" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[h3]" value="60" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[h4]" value="600" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[h5]" value="30" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[h6]" value="5.1600000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_catMKPn]" value="2.8999999999999999" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_dppEn]" value="0.10000000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[MEK_t]" value="0.40000000000000002" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[MKP_n]" value="0.089999999999999997" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[K_de]" value="0.41510000000000002" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[MKP_3t]" value="0.17999999999999999" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[M_tot]" value="0.90000000000000002" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[K_impE]" value="1.5" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_expE]" value="0.45000000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[G_0]" value="0.5" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_catTF1]" value="0.017999999999999999" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_catTF2]" value="0.044999999999999998" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[K_dppETF1]" value="0.5" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[K_dTF1TF2]" value="0.26000000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_11]" value="60" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[kk_2]" value="0.59999999999999998" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[kk_3]" value="1920" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_33]" value="60" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_3intmid]" value="0.058999999999999997" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[Km_1intmid]" value="1.8775999999999999" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_4int]" value="5.8109000000000002" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_4intmid]" value="0.24399999999999999" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_e2]" value="20" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_(-e2)]" value="5" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[PLC_0]" value="0.10000000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[l_base]" value="0.17000000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[d_TF2]" value="0.023" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[d_GSU]" value="0.050000000000000003" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[K_comp]" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[K_dTF1]" value="0.029999999999999999" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[K_dTF2]" value="0.52000000000000002" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[kk_1]" value="1200" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[h_11]" value="60" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[h_33]" value="600" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[h_44]" value="60" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[h_66]" value="66" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[fi/Vi]" value="6.0000000000000002e-05" type="ModelValue" simulationType="fixed">
<InitialExpression>
6e-5
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_3int]" value="18.832699999999999" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[Km_1int]" value="0.0001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[Km_2intmid]" value="50" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[n_int]" value="4" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[l_dp]" value="8.6771999999999991" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[l_exp]" value="2.6665000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[l_imp]" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[K_Ee]" value="0.10000000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_(-4)]" value="30" type="ModelValue" simulationType="fixed">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_(-3)],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_MEK]" value="44.885899999999999" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_4cat]" value="3.6083916083916083" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_m1]" value="0.050500000000000003" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_m2]" value="0.5" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[kk_4]" value="900" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_m3]" value="0.02222222222222222" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_m4]" value="0.018041958041958042" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_m5]" value="0.078181818181818186" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k3cat]" value="5.0549450549450539" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[d_TF1]" value="0.010999999999999999" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_r3]" value="3.5318000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[dh/dt]" value="-0.023628000000000732" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[act_N]" value="0.98192073350707887" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[v_2]" value="1.3223426403462283e-08" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[v_4]" value="0.035015567414379549" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[v_3]" value="0.56991517975222528" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[v_1]" value="3.609435746811488e-06" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[J_impE]" value="1.3223426403462283e-08" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[J_expE]" value="0.11159999999999995" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[v_5]" value="0.037157804459691246" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[spike_period]" value="60" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[spike_length]" value="22.460000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[v_07F]" value="6.0000000000000002e-05" type="ModelValue" simulationType="fixed">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[J_in],Reference=InitialValue>*<CN=Root,Model=Pratap2016,Vector=Values[fi/Vi],Reference=InitialValue>*<CN=Root,Model=Pratap2016,Vector=Values[epsilon],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[v_07B]" value="5.9999999985532977e-05" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[v_08F]" value="3.092897227717089" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[v_08B]" value="2.9392562441792296" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[spike_amplitude]" value="0.10000000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[NFAT(N:C)]" value="0.033994938057812715" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[ERK(N:C)]" value="0.41643059490084955" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[quantity]" value="60" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[v_03F]" value="0" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[R_0mid]" value="0.10000000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[v_03B]" value="0" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[v_04F]" value="0" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[v_04B]" value="0" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[constGnRH]" value="0.002" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[v_16F]" value="1.9818475283803178e-05" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[J1]" value="18.416293519355264" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[J2]" value="0.00011127999999999996" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[J3]" value="-0.0049619770835450877" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[J4]" value="0.13661179200000001" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[k_r3*N_active]" value="3.4679476466003014" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[spike_offset_total]" value="100" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[GSU_par_COOP]" value="1.4297249798128531e-05" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[GSU_par_AND]" value="1.4276837846426758e-05" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[GSU_par_OR]" value="0.00076516261840051981" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[gamma]" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[DNA_tot]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[GSU_seq_OR]" value="0.00095321127579192091" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[GSU_seq_COOP]" value="2.03843913803145e-05" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[quantity_1]" value="2.0342923568730017e-05" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[GSU_seq_AND]" value="2.0342923568730017e-05" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[Total_EGR]" value="0.001" type="ModelValue" simulationType="ode">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=InitialConcentration>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[Total_TF2]" value="0.034999999999999996" type="ModelValue" simulationType="ode">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[TF2],Reference=InitialConcentration>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[Total_NFAT_n]" value="0.024080000000000001" type="ModelValue" simulationType="ode">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFAT_n],Reference=InitialConcentration>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_par_COOP]" value="1" type="ModelValue" simulationType="ode">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_par_COOP],Reference=InitialConcentration>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_par_AND]" value="1" type="ModelValue" simulationType="ode">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_par_AND],Reference=InitialConcentration>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_par_OR]" value="1" type="ModelValue" simulationType="ode">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_par_OR],Reference=InitialConcentration>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_seq_AND]" value="1" type="ModelValue" simulationType="ode">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_AND],Reference=InitialConcentration>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_seq_COOP]" value="1" type="ModelValue" simulationType="ode">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_COOP],Reference=InitialConcentration>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_seq_OR]" value="1" type="ModelValue" simulationType="ode">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_OR],Reference=InitialConcentration>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Values[Total_HR]" value="0" type="ModelValue" simulationType="ode">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[HR],Reference=InitialConcentration>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="String=Kinetic Parameters" type="Group">
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[01F_Hormon-receptor binding]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[01F_Hormon-receptor binding],ParameterGroup=Parameters,Parameter=k1" value="2500" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[01B_Hormon-receptor binding]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[01B_Hormon-receptor binding],ParameterGroup=Parameters,Parameter=k1" value="5" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_(-1)],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[02F_G-protein activation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[02F_G-protein activation],ParameterGroup=Parameters,Parameter=k1" value="0.5" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[02B G-protein activation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[02B G-protein activation],ParameterGroup=Parameters,Parameter=k1" value="1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_(-2)],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[05F_PLC activation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[05F_PLC activation],ParameterGroup=Parameters,Parameter=k_e2" value="20" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_e2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[05F_PLC activation],ParameterGroup=Parameters,Parameter=k_Ee" value="0.10000000000000001" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[K_Ee],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[05B_PLC activation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[05B_PLC activation],ParameterGroup=Parameters,Parameter=k1" value="5" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_(-e2)],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[11F_Unbinding+Phosphorylation of NFAT_n]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[11F_Unbinding+Phosphorylation of NFAT_n],ParameterGroup=Parameters,Parameter=k" value="0.073200000000000001" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_f3],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[11F_Unbinding+Phosphorylation of NFAT_n],ParameterGroup=Parameters,Parameter=actN" value="0.98192073350707887" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[act_N],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[06F_IP3 production]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[06F_IP3 production],ParameterGroup=Parameters,Parameter=k" value="36" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_3],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[11B_Unbinding+Phosphorylation of NFAT_n]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[11B_Unbinding+Phosphorylation of NFAT_n],ParameterGroup=Parameters,Parameter=k1" value="3.4679476466003014" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_r3*N_active],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[09B_Binding+Dephosphorylation of NFATp_c]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[09B_Binding+Dephosphorylation of NFATp_c],ParameterGroup=Parameters,Parameter=k" value="0.36049999999999999" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_r1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[09B_Binding+Dephosphorylation of NFATp_c],ParameterGroup=Parameters,Parameter=actN" value="0.98192073350707887" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[act_N],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[09F_Binding+Dephosphorylation of NFATp_c]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[09F_Binding+Dephosphorylation of NFATp_c],ParameterGroup=Parameters,Parameter=k1" value="25.345199999999998" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_f1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[06B_IP3 production]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[06B_IP3 production],ParameterGroup=Parameters,Parameter=k1" value="30" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_(-3)],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[10_NFAT_c import]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[10_NFAT_c import],ParameterGroup=Parameters,Parameter=k" value="0.0104" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_f2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[09F_ Basal dephosphorylation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[09F_ Basal dephosphorylation],ParameterGroup=Parameters,Parameter=k1" value="8.6771999999999991" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[l_dp],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[12_ NFATp_n export]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[12_ NFATp_n export],ParameterGroup=Parameters,Parameter=k" value="94.869299999999996" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_f4],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[18F_EGR1 activation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[18F_EGR1 activation],ParameterGroup=Parameters,Parameter=kcat" value="0.017999999999999999" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_catTF1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[18F_EGR1 activation],ParameterGroup=Parameters,Parameter=kd" value="0.5" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[K_dppETF1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[18F_TF2 activation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[18F_TF2 activation],ParameterGroup=Parameters,Parameter=kcat" value="0.044999999999999998" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_catTF2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[18F_TF2 activation],ParameterGroup=Parameters,Parameter=kd" value="0.26000000000000001" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[K_dTF1TF2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[18B_EGR1 activation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[18B_EGR1 activation],ParameterGroup=Parameters,Parameter=k1" value="0.010999999999999999" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[d_TF1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[19B_TF2 activation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[19B_TF2 activation],ParameterGroup=Parameters,Parameter=k1" value="0.023" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[d_TF2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[13B_ppERK nuclear import]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[13B_ppERK nuclear import],ParameterGroup=Parameters,Parameter=k" value="2.6665000000000001" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[l_exp],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[13F_ppERK nuclear import]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[13F_ppERK nuclear import],ParameterGroup=Parameters,Parameter=k" value="1.5" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[K_impE],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[17_ppERK dephosphorylation (nucleus)]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[17_ppERK dephosphorylation (nucleus)],ParameterGroup=Parameters,Parameter=v" value="0.037157804459691246" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[v_5],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[14F_ERK nuclear import]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[14F_ERK nuclear import],ParameterGroup=Parameters,Parameter=k" value="0.01" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[l_imp],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[14B_ERK nuclear import]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[14B_ERK nuclear import],ParameterGroup=Parameters,Parameter=k" value="0.45000000000000001" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_expE],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[16F_pERK phosphorylation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[16F_pERK phosphorylation],ParameterGroup=Parameters,Parameter=v" value="1.3223426403462283e-08" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[v_2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[16B_pERK phosphorylation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[16B_pERK phosphorylation],ParameterGroup=Parameters,Parameter=v" value="0.56991517975222528" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[v_3],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[15B_ERK phosphorylation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[15B_ERK phosphorylation],ParameterGroup=Parameters,Parameter=v" value="0.035015567414379549" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[v_4],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[15F_ ERK phosphorylation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[15F_ ERK phosphorylation],ParameterGroup=Parameters,Parameter=v" value="3.609435746811488e-06" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[v_1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[16F_basal ppERK dephosphorylation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[16F_basal ppERK dephosphorylation],ParameterGroup=Parameters,Parameter=k1" value="0.17000000000000001" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[l_base],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[07F_Ca2+_extracellular cytosol]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[07F_Ca2+_extracellular cytosol],ParameterGroup=Parameters,Parameter=v" value="6.0000000000000002e-05" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[v_07F],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[07B_Ca2+_cytosol extracellular]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[07B_Ca2+_cytosol extracellular],ParameterGroup=Parameters,Parameter=v" value="5.9999999985532977e-05" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[v_07B],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[08F_Ca2+ ER cytsol]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[08F_Ca2+ ER cytsol],ParameterGroup=Parameters,Parameter=v" value="3.092897227717089" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[v_08F],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[08B_Ca2+ cytosol ER]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[08B_Ca2+ cytosol ER],ParameterGroup=Parameters,Parameter=v" value="2.9392562441792296" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[v_08B],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[03F_Rfree2Rmid]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[03F_Rfree2Rmid],ParameterGroup=Parameters,Parameter=v" value="0" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[v_03F],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[03B_Rfree2Rmid]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[03B_Rfree2Rmid],ParameterGroup=Parameters,Parameter=v" value="0" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[v_03B],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[04F_Rmid2Rfin]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[04F_Rmid2Rfin],ParameterGroup=Parameters,Parameter=v" value="0" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[v_04F],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[04B_Rmid2Rfin]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[04B_Rmid2Rfin],ParameterGroup=Parameters,Parameter=k1" value="5.8109000000000002" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[k_4int],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[00_GnRH]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[00_GnRH],ParameterGroup=Parameters,Parameter=v" value="0.002" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[constGnRH],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[h]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[h],ParameterGroup=Parameters,Parameter=v" value="-0.023628000000000732" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[dh/dt],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[20F_GSU_par_OR]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[20F_GSU_par_OR],ParameterGroup=Parameters,Parameter=v" value="0.00076516261840051981" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[GSU_par_OR],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[20B_GSU_par_OR]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[20B_GSU_par_OR],ParameterGroup=Parameters,Parameter=k1" value="0.050000000000000003" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[d_GSU],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[21F_GSU_par_AND]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[21F_GSU_par_AND],ParameterGroup=Parameters,Parameter=v" value="1.4276837846426758e-05" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[GSU_par_AND],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[21B_GSU_par_AND]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[21B_GSU_par_AND],ParameterGroup=Parameters,Parameter=k1" value="0.050000000000000003" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[d_GSU],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[22F_GSU_par_COOP]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[22F_GSU_par_COOP],ParameterGroup=Parameters,Parameter=v" value="1.4297249798128531e-05" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[GSU_par_COOP],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[22B_GSU_par_COOP]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[22B_GSU_par_COOP],ParameterGroup=Parameters,Parameter=k1" value="0.050000000000000003" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[d_GSU],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[23B_GSU_seq_OR]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[23B_GSU_seq_OR],ParameterGroup=Parameters,Parameter=k1" value="0.050000000000000003" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[d_GSU],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[24B_GSU_seq_AND]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[24B_GSU_seq_AND],ParameterGroup=Parameters,Parameter=k1" value="0.050000000000000003" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[d_GSU],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[25B_GSU_seq_COOP]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[25B_GSU_seq_COOP],ParameterGroup=Parameters,Parameter=k1" value="0.050000000000000003" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[d_GSU],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[23F_GSU_seq_OR]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[23F_GSU_seq_OR],ParameterGroup=Parameters,Parameter=v" value="0.00095321127579192091" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[GSU_seq_OR],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[24F_GSU_seq_AND]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[24F_GSU_seq_AND],ParameterGroup=Parameters,Parameter=v" value="2.0342923568730017e-05" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[GSU_seq_AND],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Pratap2016,Vector=Reactions[25F_GSU_seq_COOP]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Pratap2016,Vector=Reactions[25F_GSU_seq_COOP],ParameterGroup=Parameters,Parameter=v" value="2.03843913803145e-05" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Pratap2016,Vector=Values[GSU_seq_COOP],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
</ModelParameterGroup>
</ModelParameterSet>
</ListOfModelParameterSets>
<StateTemplate>
<StateTemplateVariable objectReference="Model_0"/>
<StateTemplateVariable objectReference="ModelValue_137"/>
<StateTemplateVariable objectReference="ModelValue_138"/>
<StateTemplateVariable objectReference="ModelValue_139"/>
<StateTemplateVariable objectReference="ModelValue_140"/>
<StateTemplateVariable objectReference="ModelValue_141"/>
<StateTemplateVariable objectReference="ModelValue_142"/>
<StateTemplateVariable objectReference="ModelValue_143"/>
<StateTemplateVariable objectReference="ModelValue_144"/>
<StateTemplateVariable objectReference="ModelValue_145"/>
<StateTemplateVariable objectReference="ModelValue_146"/>
<StateTemplateVariable objectReference="Metabolite_2"/>
<StateTemplateVariable objectReference="Metabolite_13"/>
<StateTemplateVariable objectReference="Metabolite_9"/>
<StateTemplateVariable objectReference="Metabolite_12"/>
<StateTemplateVariable objectReference="Metabolite_19"/>
<StateTemplateVariable objectReference="Metabolite_22"/>
<StateTemplateVariable objectReference="Metabolite_16"/>
<StateTemplateVariable objectReference="Metabolite_3"/>
<StateTemplateVariable objectReference="Metabolite_10"/>
<StateTemplateVariable objectReference="Metabolite_25"/>
<StateTemplateVariable objectReference="Metabolite_26"/>
<StateTemplateVariable objectReference="Metabolite_28"/>
<StateTemplateVariable objectReference="Metabolite_29"/>
<StateTemplateVariable objectReference="Metabolite_30"/>
<StateTemplateVariable objectReference="Metabolite_31"/>
<StateTemplateVariable objectReference="Metabolite_32"/>
<StateTemplateVariable objectReference="Metabolite_33"/>
<StateTemplateVariable objectReference="Metabolite_17"/>
<StateTemplateVariable objectReference="Metabolite_18"/>
<StateTemplateVariable objectReference="Metabolite_14"/>
<StateTemplateVariable objectReference="Metabolite_21"/>
<StateTemplateVariable objectReference="Metabolite_5"/>
<StateTemplateVariable objectReference="Metabolite_24"/>
<StateTemplateVariable objectReference="Metabolite_27"/>
<StateTemplateVariable objectReference="Metabolite_15"/>
<StateTemplateVariable objectReference="Metabolite_4"/>
<StateTemplateVariable objectReference="Metabolite_20"/>
<StateTemplateVariable objectReference="Metabolite_6"/>
<StateTemplateVariable objectReference="Metabolite_1"/>
<StateTemplateVariable objectReference="Metabolite_7"/>
<StateTemplateVariable objectReference="Metabolite_8"/>
<StateTemplateVariable objectReference="Metabolite_11"/>
<StateTemplateVariable objectReference="Metabolite_23"/>
<StateTemplateVariable objectReference="ModelValue_86"/>
<StateTemplateVariable objectReference="ModelValue_87"/>
<StateTemplateVariable objectReference="ModelValue_88"/>
<StateTemplateVariable objectReference="ModelValue_90"/>
<StateTemplateVariable objectReference="ModelValue_91"/>
<StateTemplateVariable objectReference="ModelValue_92"/>
<StateTemplateVariable objectReference="ModelValue_93"/>
<StateTemplateVariable objectReference="ModelValue_96"/>
<StateTemplateVariable objectReference="ModelValue_97"/>
<StateTemplateVariable objectReference="ModelValue_98"/>
<StateTemplateVariable objectReference="ModelValue_99"/>
<StateTemplateVariable objectReference="ModelValue_100"/>
<StateTemplateVariable objectReference="ModelValue_101"/>
<StateTemplateVariable objectReference="ModelValue_102"/>
<StateTemplateVariable objectReference="ModelValue_103"/>
<StateTemplateVariable objectReference="ModelValue_104"/>
<StateTemplateVariable objectReference="ModelValue_108"/>
<StateTemplateVariable objectReference="ModelValue_109"/>
<StateTemplateVariable objectReference="ModelValue_110"/>
<StateTemplateVariable objectReference="ModelValue_112"/>
<StateTemplateVariable objectReference="ModelValue_113"/>
<StateTemplateVariable objectReference="ModelValue_115"/>
<StateTemplateVariable objectReference="ModelValue_117"/>
<StateTemplateVariable objectReference="ModelValue_118"/>
<StateTemplateVariable objectReference="ModelValue_119"/>
<StateTemplateVariable objectReference="ModelValue_121"/>
<StateTemplateVariable objectReference="ModelValue_122"/>
<StateTemplateVariable objectReference="ModelValue_123"/>
<StateTemplateVariable objectReference="ModelValue_124"/>
<StateTemplateVariable objectReference="ModelValue_125"/>
<StateTemplateVariable objectReference="ModelValue_126"/>
<StateTemplateVariable objectReference="ModelValue_128"/>
<StateTemplateVariable objectReference="ModelValue_129"/>
<StateTemplateVariable objectReference="ModelValue_130"/>
<StateTemplateVariable objectReference="ModelValue_133"/>
<StateTemplateVariable objectReference="ModelValue_134"/>
<StateTemplateVariable objectReference="ModelValue_135"/>
<StateTemplateVariable objectReference="ModelValue_136"/>
<StateTemplateVariable objectReference="Metabolite_0"/>
<StateTemplateVariable objectReference="Metabolite_34"/>
<StateTemplateVariable objectReference="Compartment_0"/>
<StateTemplateVariable objectReference="Compartment_1"/>
<StateTemplateVariable objectReference="ModelValue_0"/>
<StateTemplateVariable objectReference="ModelValue_1"/>
<StateTemplateVariable objectReference="ModelValue_2"/>
<StateTemplateVariable objectReference="ModelValue_3"/>
<StateTemplateVariable objectReference="ModelValue_4"/>
<StateTemplateVariable objectReference="ModelValue_5"/>
<StateTemplateVariable objectReference="ModelValue_6"/>
<StateTemplateVariable objectReference="ModelValue_7"/>
<StateTemplateVariable objectReference="ModelValue_8"/>
<StateTemplateVariable objectReference="ModelValue_9"/>
<StateTemplateVariable objectReference="ModelValue_10"/>
<StateTemplateVariable objectReference="ModelValue_11"/>
<StateTemplateVariable objectReference="ModelValue_12"/>
<StateTemplateVariable objectReference="ModelValue_13"/>
<StateTemplateVariable objectReference="ModelValue_14"/>
<StateTemplateVariable objectReference="ModelValue_15"/>
<StateTemplateVariable objectReference="ModelValue_16"/>
<StateTemplateVariable objectReference="ModelValue_17"/>
<StateTemplateVariable objectReference="ModelValue_18"/>
<StateTemplateVariable objectReference="ModelValue_19"/>
<StateTemplateVariable objectReference="ModelValue_20"/>
<StateTemplateVariable objectReference="ModelValue_21"/>
<StateTemplateVariable objectReference="ModelValue_22"/>
<StateTemplateVariable objectReference="ModelValue_23"/>
<StateTemplateVariable objectReference="ModelValue_24"/>
<StateTemplateVariable objectReference="ModelValue_25"/>
<StateTemplateVariable objectReference="ModelValue_26"/>
<StateTemplateVariable objectReference="ModelValue_27"/>
<StateTemplateVariable objectReference="ModelValue_28"/>
<StateTemplateVariable objectReference="ModelValue_29"/>
<StateTemplateVariable objectReference="ModelValue_30"/>
<StateTemplateVariable objectReference="ModelValue_31"/>
<StateTemplateVariable objectReference="ModelValue_32"/>
<StateTemplateVariable objectReference="ModelValue_33"/>
<StateTemplateVariable objectReference="ModelValue_34"/>
<StateTemplateVariable objectReference="ModelValue_35"/>
<StateTemplateVariable objectReference="ModelValue_36"/>
<StateTemplateVariable objectReference="ModelValue_37"/>
<StateTemplateVariable objectReference="ModelValue_38"/>
<StateTemplateVariable objectReference="ModelValue_39"/>
<StateTemplateVariable objectReference="ModelValue_40"/>
<StateTemplateVariable objectReference="ModelValue_41"/>
<StateTemplateVariable objectReference="ModelValue_42"/>
<StateTemplateVariable objectReference="ModelValue_43"/>
<StateTemplateVariable objectReference="ModelValue_44"/>
<StateTemplateVariable objectReference="ModelValue_45"/>
<StateTemplateVariable objectReference="ModelValue_46"/>
<StateTemplateVariable objectReference="ModelValue_47"/>
<StateTemplateVariable objectReference="ModelValue_48"/>
<StateTemplateVariable objectReference="ModelValue_49"/>
<StateTemplateVariable objectReference="ModelValue_50"/>
<StateTemplateVariable objectReference="ModelValue_51"/>
<StateTemplateVariable objectReference="ModelValue_52"/>
<StateTemplateVariable objectReference="ModelValue_53"/>
<StateTemplateVariable objectReference="ModelValue_54"/>
<StateTemplateVariable objectReference="ModelValue_55"/>
<StateTemplateVariable objectReference="ModelValue_56"/>
<StateTemplateVariable objectReference="ModelValue_57"/>
<StateTemplateVariable objectReference="ModelValue_58"/>
<StateTemplateVariable objectReference="ModelValue_59"/>
<StateTemplateVariable objectReference="ModelValue_60"/>
<StateTemplateVariable objectReference="ModelValue_61"/>
<StateTemplateVariable objectReference="ModelValue_62"/>
<StateTemplateVariable objectReference="ModelValue_63"/>
<StateTemplateVariable objectReference="ModelValue_64"/>
<StateTemplateVariable objectReference="ModelValue_65"/>
<StateTemplateVariable objectReference="ModelValue_66"/>
<StateTemplateVariable objectReference="ModelValue_67"/>
<StateTemplateVariable objectReference="ModelValue_68"/>
<StateTemplateVariable objectReference="ModelValue_69"/>
<StateTemplateVariable objectReference="ModelValue_70"/>
<StateTemplateVariable objectReference="ModelValue_71"/>
<StateTemplateVariable objectReference="ModelValue_72"/>
<StateTemplateVariable objectReference="ModelValue_73"/>
<StateTemplateVariable objectReference="ModelValue_74"/>
<StateTemplateVariable objectReference="ModelValue_75"/>
<StateTemplateVariable objectReference="ModelValue_76"/>
<StateTemplateVariable objectReference="ModelValue_77"/>
<StateTemplateVariable objectReference="ModelValue_78"/>
<StateTemplateVariable objectReference="ModelValue_79"/>
<StateTemplateVariable objectReference="ModelValue_80"/>
<StateTemplateVariable objectReference="ModelValue_81"/>
<StateTemplateVariable objectReference="ModelValue_82"/>
<StateTemplateVariable objectReference="ModelValue_83"/>
<StateTemplateVariable objectReference="ModelValue_84"/>
<StateTemplateVariable objectReference="ModelValue_85"/>
<StateTemplateVariable objectReference="ModelValue_89"/>
<StateTemplateVariable objectReference="ModelValue_94"/>
<StateTemplateVariable objectReference="ModelValue_95"/>
<StateTemplateVariable objectReference="ModelValue_105"/>
<StateTemplateVariable objectReference="ModelValue_106"/>
<StateTemplateVariable objectReference="ModelValue_107"/>
<StateTemplateVariable objectReference="ModelValue_111"/>
<StateTemplateVariable objectReference="ModelValue_114"/>
<StateTemplateVariable objectReference="ModelValue_116"/>
<StateTemplateVariable objectReference="ModelValue_120"/>
<StateTemplateVariable objectReference="ModelValue_127"/>
<StateTemplateVariable objectReference="ModelValue_131"/>
<StateTemplateVariable objectReference="ModelValue_132"/>
</StateTemplate>
<InitialState type="initialState">
0 0.001 0.034999999999999996 0.024080000000000001 1 1 1 1 1 1 0 0 1409.5422889894198 1822.78159459676 2088.83977765902 60.570692739705983 2.7171899546784002 98.498135857092961 566.08067447675944 88.308673527047986 0 0 5660.8124055799999 5660.8124055799999 5660.8124055799999 5660.8124055799999 5660.8124055799999 5660.8124055799999 1.8869374685266667 66.042811398433329 467.9604921946131 4189.0011801291994 566.0812405580001 731439.23173739738 3079.48194863552 31.323161977542664 2264.3249622320004 45.437454242122136 0.00056608124055799991 101.89462330043985 5558.4690695330846 5558.4690695330846 0.024484760139120498 733262.01333199418 3.6083916083916083 0.050500000000000003 0.5 0.02222222222222222 0.018041958041958042 0.078181818181818186 5.0549450549450539 -0.023628000000000732 0.98192073350707887 1.3223426403462283e-08 0.035015567414379549 0.56991517975222528 3.609435746811488e-06 1.3223426403462283e-08 0.11159999999999995 0.037157804459691246 5.9999999985532977e-05 3.092897227717089 2.9392562441792296 0.033994938057812715 0.41643059490084955 0 0 0 0 1.9818475283803178e-05 18.416293519355264 0.00011127999999999996 -0.0049619770835450877 0.13661179200000001 3.4679476466003014 1.4297249798128531e-05 1.4276837846426758e-05 0.00076516261840051981 0.00095321127579192091 2.03843913803145e-05 2.0342923568730017e-05 2.0342923568730017e-05 0 5660.8124055799999 9.3999999999999997e-15 3.1333333333333331e-15 0.11799999999999999 2500 5 0.5 1 36 30 0.0001 0.81899999999999995 10000 5.0000000000000004e-06 131500 0.41789999999999999 10000 32 1598400 16.5 0.00079000000000000012 2.605 0.38100000000000001 5.7672999999999996 25.345199999999998 0.36049999999999999 0.0104 0.073200000000000001 94.869299999999996 0.1115 53.492899999999999 3.8633000000000002 1 3 0.95267199999999996 0.73283100000000001 2700 5.5199999999999996 60 600 30 5.1600000000000001 2.8999999999999999 0.10000000000000001 0.40000000000000002 0.089999999999999997 0.41510000000000002 0.17999999999999999 0.90000000000000002 1.5 0.45000000000000001 0.5 0.017999999999999999 0.044999999999999998 0.5 0.26000000000000001 60 0.59999999999999998 1920 60 0.058999999999999997 1.8775999999999999 5.8109000000000002 0.24399999999999999 20 5 0.10000000000000001 0.17000000000000001 0.023 0.050000000000000003 0.01 0.029999999999999999 0.52000000000000002 1200 60 600 60 66 6.0000000000000002e-05 18.832699999999999 0.0001 50 4 8.6771999999999991 2.6665000000000001 0.01 0.10000000000000001 30 44.885899999999999 900 0.010999999999999999 3.5318000000000001 60 22.460000000000001 6.0000000000000002e-05 0.10000000000000001 60 0.10000000000000001 0.002 100 0.01 1
</InitialState>
</Model>
<ListOfTasks>
<Task key="Task_12" name="Steady-State" type="steadyState" scheduled="false" updateModel="false">
<Report reference="Report_8" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="JacobianRequested" type="bool" value="1"/>
<Parameter name="StabilityAnalysisRequested" type="bool" value="1"/>
</Problem>
<Method name="Enhanced Newton" type="EnhancedNewton">
<Parameter name="Resolution" type="unsignedFloat" value="1.0000000000000001e-09"/>
<Parameter name="Derivation Factor" type="unsignedFloat" value="0.001"/>
<Parameter name="Use Newton" type="bool" value="1"/>
<Parameter name="Use Integration" type="bool" value="1"/>
<Parameter name="Use Back Integration" type="bool" value="1"/>
<Parameter name="Accept Negative Concentrations" type="bool" value="0"/>
<Parameter name="Iteration Limit" type="unsignedInteger" value="50"/>
<Parameter name="Maximum duration for forward integration" type="unsignedFloat" value="1000000000"/>
<Parameter name="Maximum duration for backward integration" type="unsignedFloat" value="1000000"/>
</Method>
</Task>
<Task key="Task_11" name="Time-Course" type="timeCourse" scheduled="true" updateModel="false">
<Report reference="Report_17" target="EventTest31.1.txt" append="0" confirmOverwrite="0"/>
<Problem>
<Parameter name="AutomaticStepSize" type="bool" value="0"/>
<Parameter name="StepNumber" type="unsignedInteger" value="200"/>
<Parameter name="StepSize" type="float" value="1"/>
<Parameter name="Duration" type="float" value="200"/>
<Parameter name="TimeSeriesRequested" type="bool" value="1"/>
<Parameter name="OutputStartTime" type="float" value="0"/>
<Parameter name="Output Event" type="bool" value="0"/>
<Parameter name="Start in Steady State" type="bool" value="0"/>
</Problem>
<Method name="Deterministic (LSODA)" type="Deterministic(LSODA)">
<Parameter name="Integrate Reduced Model" type="bool" value="0"/>
<Parameter name="Relative Tolerance" type="unsignedFloat" value="9.9999999999999995e-07"/>
<Parameter name="Absolute Tolerance" type="unsignedFloat" value="9.9999999999999998e-13"/>
<Parameter name="Max Internal Steps" type="unsignedInteger" value="10000"/>
<Parameter name="Max Internal Step Size" type="unsignedFloat" value="0"/>
</Method>
</Task>
<Task key="Task_10" name="Scan" type="scan" scheduled="false" updateModel="false">
<Report reference="Report_19" target="totalScan_P2" append="0" confirmOverwrite="1"/>
<Problem>
<Parameter name="Subtask" type="unsignedInteger" value="1"/>
<ParameterGroup name="ScanItems">
<ParameterGroup name="ScanItem">
<Parameter name="Maximum" type="float" value="180"/>
<Parameter name="Minimum" type="float" value="30"/>
<Parameter name="Number of steps" type="unsignedInteger" value="500"/>
<Parameter name="Object" type="cn" value="CN=Root,Model=Pratap2016,Vector=Values[spike_period],Reference=InitialValue"/>
<Parameter name="Type" type="unsignedInteger" value="1"/>
<Parameter name="log" type="bool" value="0"/>
</ParameterGroup>
</ParameterGroup>
<Parameter name="Output in subtask" type="bool" value="1"/>
<Parameter name="Adjust initial conditions" type="bool" value="0"/>
</Problem>
<Method name="Scan Framework" type="ScanFramework">
</Method>
</Task>
<Task key="Task_9" name="Elementary Flux Modes" type="fluxMode" scheduled="false" updateModel="false">
<Report reference="Report_7" target="" append="1" confirmOverwrite="1"/>
<Problem>
</Problem>
<Method name="EFM Algorithm" type="EFMAlgorithm">
</Method>
</Task>
<Task key="Task_8" name="Optimization" type="optimization" scheduled="false" updateModel="false">
<Report reference="Report_6" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="Subtask" type="cn" value="CN=Root,Vector=TaskList[Steady-State]"/>
<ParameterText name="ObjectiveExpression" type="expression">
</ParameterText>
<Parameter name="Maximize" type="bool" value="0"/>
<Parameter name="Randomize Start Values" type="bool" value="0"/>
<Parameter name="Calculate Statistics" type="bool" value="1"/>
<ParameterGroup name="OptimizationItemList">
</ParameterGroup>
<ParameterGroup name="OptimizationConstraintList">
</ParameterGroup>
</Problem>
<Method name="Random Search" type="RandomSearch">
<Parameter name="Number of Iterations" type="unsignedInteger" value="100000"/>
<Parameter name="Random Number Generator" type="unsignedInteger" value="1"/>
<Parameter name="Seed" type="unsignedInteger" value="0"/>
<Parameter name="#LogVerbosity" type="unsignedInteger" value="0"/>
</Method>
</Task>
<Task key="Task_7" name="Parameter Estimation" type="parameterFitting" scheduled="false" updateModel="false">
<Report reference="Report_5" target="fitdataGQERK" append="0" confirmOverwrite="1"/>
<Problem>
<Parameter name="Maximize" type="bool" value="0"/>
<Parameter name="Randomize Start Values" type="bool" value="0"/>
<Parameter name="Calculate Statistics" type="bool" value="1"/>
<ParameterGroup name="OptimizationItemList">
<ParameterGroup name="FitItem">
<ParameterGroup name="Affected Cross Validation Experiments">
</ParameterGroup>
<ParameterGroup name="Affected Experiments">
</ParameterGroup>
<Parameter name="LowerBound" type="cn" value="1e-06"/>
<Parameter name="ObjectCN" type="cn" value="CN=Root,Model=Pratap2016,Vector=Values[K_impE],Reference=InitialValue"/>
<Parameter name="StartValue" type="float" value="1.5"/>
<Parameter name="UpperBound" type="cn" value="1e+06"/>
</ParameterGroup>
<ParameterGroup name="FitItem">
<ParameterGroup name="Affected Cross Validation Experiments">
</ParameterGroup>
<ParameterGroup name="Affected Experiments">
</ParameterGroup>
<Parameter name="LowerBound" type="cn" value="1e-06"/>
<Parameter name="ObjectCN" type="cn" value="CN=Root,Model=Pratap2016,Vector=Values[k_2cat],Reference=InitialValue"/>
<Parameter name="StartValue" type="float" value="0.73283100000000001"/>
<Parameter name="UpperBound" type="cn" value="1e+06"/>
</ParameterGroup>
<ParameterGroup name="FitItem">
<ParameterGroup name="Affected Cross Validation Experiments">
</ParameterGroup>
<ParameterGroup name="Affected Experiments">
</ParameterGroup>
<Parameter name="LowerBound" type="cn" value="1e-06"/>
<Parameter name="ObjectCN" type="cn" value="CN=Root,Model=Pratap2016,Vector=Values[k_catMKPn],Reference=InitialValue"/>
<Parameter name="StartValue" type="float" value="2.8999999999999999"/>
<Parameter name="UpperBound" type="cn" value="1e+06"/>
</ParameterGroup>
</ParameterGroup>
<ParameterGroup name="OptimizationConstraintList">
</ParameterGroup>
<Parameter name="Steady-State" type="cn" value="CN=Root,Vector=TaskList[Steady-State]"/>
<Parameter name="Time-Course" type="cn" value="CN=Root,Vector=TaskList[Time-Course]"/>
<Parameter name="Create Parameter Sets" type="bool" value="0"/>
<ParameterGroup name="Experiment Set">
<ParameterGroup name="Experiment_1">
<Parameter name="Data is Row Oriented" type="bool" value="1"/>
<Parameter name="Experiment Type" type="unsignedInteger" value="1"/>
<Parameter name="File Name" type="file" value="../../../../Documents/COPASI/Files/Bugs/Scan/ppERK30.csv"/>
<Parameter name="First Row" type="unsignedInteger" value="1"/>
<Parameter name="Key" type="key" value="Experiment_0"/>
<Parameter name="Last Row" type="unsignedInteger" value="3150"/>
<Parameter name="Normalize Weights per Experiment" type="bool" value="1"/>
<Parameter name="Number of Columns" type="unsignedInteger" value="3"/>
<ParameterGroup name="Object Map">
<ParameterGroup name="0">
<Parameter name="Object CN" type="cn" value="CN=Root,Model=Pratap2016,Vector=Values[spike_period],Reference=InitialValue"/>
<Parameter name="Role" type="unsignedInteger" value="1"/>
</ParameterGroup>
<ParameterGroup name="1">
<Parameter name="Role" type="unsignedInteger" value="3"/>
</ParameterGroup>
<ParameterGroup name="2">
<Parameter name="Object CN" type="cn" value="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[Epp_n],Reference=Concentration"/>
<Parameter name="Role" type="unsignedInteger" value="2"/>
</ParameterGroup>
</ParameterGroup>
<Parameter name="Row containing Names" type="unsignedInteger" value="1"/>
<Parameter name="Separator" type="string" value=","/>
<Parameter name="Weight Method" type="unsignedInteger" value="1"/>
</ParameterGroup>
<ParameterGroup name="Experiment_2">
<Parameter name="Data is Row Oriented" type="bool" value="1"/>
<Parameter name="Experiment Type" type="unsignedInteger" value="1"/>
<Parameter name="File Name" type="file" value="ppERK60.csv"/>
<Parameter name="First Row" type="unsignedInteger" value="1"/>
<Parameter name="Key" type="key" value="Experiment_1"/>
<Parameter name="Last Row" type="unsignedInteger" value="2777"/>
<Parameter name="Normalize Weights per Experiment" type="bool" value="1"/>
<Parameter name="Number of Columns" type="unsignedInteger" value="3"/>
<ParameterGroup name="Object Map">
<ParameterGroup name="0">
<Parameter name="Object CN" type="cn" value="CN=Root,Model=Pratap2016,Vector=Values[spike_period],Reference=InitialValue"/>
<Parameter name="Role" type="unsignedInteger" value="1"/>
</ParameterGroup>
<ParameterGroup name="1">
<Parameter name="Role" type="unsignedInteger" value="3"/>
</ParameterGroup>
<ParameterGroup name="2">
<Parameter name="Object CN" type="cn" value="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[Epp_n],Reference=Concentration"/>
<Parameter name="Role" type="unsignedInteger" value="2"/>
</ParameterGroup>
</ParameterGroup>
<Parameter name="Row containing Names" type="unsignedInteger" value="1"/>
<Parameter name="Separator" type="string" value=","/>
<Parameter name="Weight Method" type="unsignedInteger" value="1"/>
</ParameterGroup>
<ParameterGroup name="Experiment">
<Parameter name="Data is Row Oriented" type="bool" value="1"/>
<Parameter name="Experiment Type" type="unsignedInteger" value="1"/>
<Parameter name="File Name" type="file" value="ppERK_const.csv"/>
<Parameter name="First Row" type="unsignedInteger" value="1"/>
<Parameter name="Key" type="key" value="Experiment_2"/>
<Parameter name="Last Row" type="unsignedInteger" value="190"/>
<Parameter name="Normalize Weights per Experiment" type="bool" value="1"/>
<Parameter name="Number of Columns" type="unsignedInteger" value="3"/>
<ParameterGroup name="Object Map">
<ParameterGroup name="0">
<Parameter name="Object CN" type="cn" value="CN=Root,Model=Pratap2016,Vector=Values[spike_period],Reference=InitialValue"/>
<Parameter name="Role" type="unsignedInteger" value="1"/>
</ParameterGroup>
<ParameterGroup name="1">
<Parameter name="Role" type="unsignedInteger" value="3"/>
</ParameterGroup>
<ParameterGroup name="2">
<Parameter name="Object CN" type="cn" value="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[Epp_n],Reference=Concentration"/>
<Parameter name="Role" type="unsignedInteger" value="2"/>
</ParameterGroup>
</ParameterGroup>
<Parameter name="Row containing Names" type="unsignedInteger" value="1"/>
<Parameter name="Separator" type="string" value=","/>
<Parameter name="Weight Method" type="unsignedInteger" value="1"/>
</ParameterGroup>
</ParameterGroup>
<ParameterGroup name="Validation Set">
<Parameter name="Weight" type="unsignedFloat" value="1"/>
<Parameter name="Threshold" type="unsignedInteger" value="5"/>
</ParameterGroup>
</Problem>
<Method name="Particle Swarm" type="ParticleSwarm">
<Parameter name="Iteration Limit" type="unsignedInteger" value="2000"/>
<Parameter name="Swarm Size" type="unsignedInteger" value="50"/>
<Parameter name="Std. Deviation" type="unsignedFloat" value="9.9999999999999995e-07"/>
<Parameter name="Random Number Generator" type="unsignedInteger" value="1"/>
<Parameter name="Seed" type="unsignedInteger" value="0"/>
<Parameter name="#LogVerbosity" type="unsignedInteger" value="0"/>
</Method>
</Task>
<Task key="Task_6" name="Metabolic Control Analysis" type="metabolicControlAnalysis" scheduled="false" updateModel="false">
<Report reference="Report_4" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="Steady-State" type="key" value="Task_12"/>
</Problem>
<Method name="MCA Method (Reder)" type="MCAMethod(Reder)">
<Parameter name="Modulation Factor" type="unsignedFloat" value="1.0000000000000001e-09"/>
<Parameter name="Use Reder" type="bool" value="1"/>
<Parameter name="Use Smallbone" type="bool" value="1"/>
</Method>
</Task>
<Task key="Task_5" name="Lyapunov Exponents" type="lyapunovExponents" scheduled="false" updateModel="false">
<Report reference="Report_3" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="ExponentNumber" type="unsignedInteger" value="3"/>
<Parameter name="DivergenceRequested" type="bool" value="1"/>
<Parameter name="TransientTime" type="float" value="0"/>
</Problem>
<Method name="Wolf Method" type="WolfMethod">
<Parameter name="Orthonormalization Interval" type="unsignedFloat" value="1"/>
<Parameter name="Overall time" type="unsignedFloat" value="1000"/>
<Parameter name="Relative Tolerance" type="unsignedFloat" value="9.9999999999999995e-07"/>
<Parameter name="Absolute Tolerance" type="unsignedFloat" value="9.9999999999999998e-13"/>
<Parameter name="Max Internal Steps" type="unsignedInteger" value="10000"/>
</Method>
</Task>
<Task key="Task_4" name="Time Scale Separation Analysis" type="timeScaleSeparationAnalysis" scheduled="false" updateModel="false">
<Report reference="Report_2" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="StepNumber" type="unsignedInteger" value="100"/>
<Parameter name="StepSize" type="float" value="0.01"/>
<Parameter name="Duration" type="float" value="1"/>
<Parameter name="TimeSeriesRequested" type="bool" value="1"/>
<Parameter name="OutputStartTime" type="float" value="0"/>
</Problem>
<Method name="ILDM (LSODA,Deuflhard)" type="TimeScaleSeparation(ILDM,Deuflhard)">
<Parameter name="Deuflhard Tolerance" type="unsignedFloat" value="9.9999999999999995e-07"/>
</Method>
</Task>
<Task key="Task_3" name="Sensitivities" type="sensitivities" scheduled="false" updateModel="false">
<Report reference="Report_1" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="SubtaskType" type="unsignedInteger" value="1"/>
<ParameterGroup name="TargetFunctions">
<Parameter name="SingleObject" type="cn" value=""/>
<Parameter name="ObjectListType" type="unsignedInteger" value="7"/>
</ParameterGroup>
<ParameterGroup name="ListOfVariables">
<ParameterGroup name="Variables">
<Parameter name="SingleObject" type="cn" value=""/>
<Parameter name="ObjectListType" type="unsignedInteger" value="41"/>
</ParameterGroup>
<ParameterGroup name="Variables">
<Parameter name="SingleObject" type="cn" value=""/>
<Parameter name="ObjectListType" type="unsignedInteger" value="0"/>
</ParameterGroup>
</ParameterGroup>
</Problem>
<Method name="Sensitivities Method" type="SensitivitiesMethod">
<Parameter name="Delta factor" type="unsignedFloat" value="0.001"/>
<Parameter name="Delta minimum" type="unsignedFloat" value="9.9999999999999998e-13"/>
</Method>
</Task>
<Task key="Task_2" name="Moieties" type="moieties" scheduled="false" updateModel="false">
<Problem>
</Problem>
<Method name="Householder Reduction" type="Householder">
</Method>
</Task>
<Task key="Task_1" name="Cross Section" type="crosssection" scheduled="false" updateModel="false">
<Problem>
<Parameter name="AutomaticStepSize" type="bool" value="0"/>
<Parameter name="StepNumber" type="unsignedInteger" value="100"/>
<Parameter name="StepSize" type="float" value="0.01"/>
<Parameter name="Duration" type="float" value="1"/>
<Parameter name="TimeSeriesRequested" type="bool" value="1"/>
<Parameter name="OutputStartTime" type="float" value="0"/>
<Parameter name="Output Event" type="bool" value="0"/>
<Parameter name="Start in Steady State" type="bool" value="0"/>
<Parameter name="LimitCrossings" type="bool" value="0"/>
<Parameter name="NumCrossingsLimit" type="unsignedInteger" value="0"/>
<Parameter name="LimitOutTime" type="bool" value="0"/>
<Parameter name="LimitOutCrossings" type="bool" value="0"/>
<Parameter name="PositiveDirection" type="bool" value="1"/>
<Parameter name="NumOutCrossingsLimit" type="unsignedInteger" value="0"/>
<Parameter name="LimitUntilConvergence" type="bool" value="0"/>
<Parameter name="ConvergenceTolerance" type="float" value="0"/>
<Parameter name="Threshold" type="float" value="0"/>
<Parameter name="DelayOutputUntilConvergence" type="bool" value="0"/>
<Parameter name="OutputConvergenceTolerance" type="float" value="0"/>
<ParameterText name="TriggerExpression" type="expression">
</ParameterText>
<Parameter name="SingleVariable" type="cn" value=""/>
</Problem>
<Method name="Deterministic (LSODA)" type="Deterministic(LSODA)">
<Parameter name="Integrate Reduced Model" type="bool" value="0"/>
<Parameter name="Relative Tolerance" type="unsignedFloat" value="9.9999999999999995e-07"/>
<Parameter name="Absolute Tolerance" type="unsignedFloat" value="9.9999999999999998e-13"/>
<Parameter name="Max Internal Steps" type="unsignedInteger" value="10000"/>
<Parameter name="Max Internal Step Size" type="unsignedFloat" value="0"/>
</Method>
</Task>
<Task key="Task_13" name="Linear Noise Approximation" type="linearNoiseApproximation" scheduled="false" updateModel="false">
<Report reference="Report_0" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="Steady-State" type="key" value="Task_12"/>
</Problem>
<Method name="Linear Noise Approximation" type="LinearNoiseApproximation">
</Method>
</Task>
</ListOfTasks>
<ListOfReports>
<Report key="Report_8" name="Steady-State" taskType="steadyState" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Footer>
<Object cn="CN=Root,Vector=TaskList[Steady-State]"/>
</Footer>
</Report>
<Report key="Report_7" name="Elementary Flux Modes" taskType="fluxMode" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Footer>
<Object cn="CN=Root,Vector=TaskList[Elementary Flux Modes],Object=Result"/>
</Footer>
</Report>
<Report key="Report_6" name="Optimization" taskType="optimization" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Optimization],Object=Description"/>
<Object cn="String=\[Function Evaluations\]"/>
<Object cn="Separator=	"/>
<Object cn="String=\[Best Value\]"/>
<Object cn="Separator=	"/>
<Object cn="String=\[Best Parameters\]"/>
</Header>
<Body>
<Object cn="CN=Root,Vector=TaskList[Optimization],Problem=Optimization,Reference=Function Evaluations"/>
<Object cn="Separator=	"/>
<Object cn="CN=Root,Vector=TaskList[Optimization],Problem=Optimization,Reference=Best Value"/>
<Object cn="Separator=	"/>
<Object cn="CN=Root,Vector=TaskList[Optimization],Problem=Optimization,Reference=Best Parameters"/>
</Body>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Optimization],Object=Result"/>
</Footer>
</Report>
<Report key="Report_5" name="Parameter Estimation" taskType="parameterFitting" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Parameter Estimation],Object=Description"/>
<Object cn="String=\[Function Evaluations\]"/>
<Object cn="Separator=	"/>
<Object cn="String=\[Best Value\]"/>
<Object cn="Separator=	"/>
<Object cn="String=\[Best Parameters\]"/>
</Header>
<Body>
<Object cn="CN=Root,Vector=TaskList[Parameter Estimation],Problem=Parameter Estimation,Reference=Function Evaluations"/>
<Object cn="Separator=	"/>
<Object cn="CN=Root,Vector=TaskList[Parameter Estimation],Problem=Parameter Estimation,Reference=Best Value"/>
<Object cn="Separator=	"/>
<Object cn="CN=Root,Vector=TaskList[Parameter Estimation],Problem=Parameter Estimation,Reference=Best Parameters"/>
</Body>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Parameter Estimation],Object=Result"/>
</Footer>
</Report>
<Report key="Report_4" name="Metabolic Control Analysis" taskType="metabolicControlAnalysis" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Metabolic Control Analysis],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Metabolic Control Analysis],Object=Result"/>
</Footer>
</Report>
<Report key="Report_3" name="Lyapunov Exponents" taskType="lyapunovExponents" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Lyapunov Exponents],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Lyapunov Exponents],Object=Result"/>
</Footer>
</Report>
<Report key="Report_2" name="Time Scale Separation Analysis" taskType="timeScaleSeparationAnalysis" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Time Scale Separation Analysis],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Time Scale Separation Analysis],Object=Result"/>
</Footer>
</Report>
<Report key="Report_1" name="Sensitivities" taskType="sensitivities" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Sensitivities],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Sensitivities],Object=Result"/>
</Footer>
</Report>
<Report key="Report_0" name="Linear Noise Approximation" taskType="linearNoiseApproximation" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Linear Noise Approximation],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Linear Noise Approximation],Object=Result"/>
</Footer>
</Report>
<Report key="Report_18" name="conc" taskType="timeCourse" separator="	" precision="6">
<Comment>
</Comment>
<Table printTitle="1">
<Object cn="CN=Root,Model=Pratap2016,Reference=Time"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[spike_amplitude],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[spike_length],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[spike_offset],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[spike_period],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_ER],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_total],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[E_c],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[E_n],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ep_c],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Epp_c],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[Epp_n],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[G_aq11],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[G_aq11_act],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GnRH],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[NFAT_c],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[HR],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[IP3],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[MEK_act],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFAT_n],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[NFATp_c],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFATp_n],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[N_active],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[PLC],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[PLC_act],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_fin],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_free],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_mid],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[TF2],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[act_N],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[h],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_EGR],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_par_AND],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_par_COOP],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_par_OR],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_seq_AND],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_seq_COOP],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_seq_OR],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_NFAT_n],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_TF2],Reference=Value"/>
</Table>
</Report>
<Report key="Report_19" name="total_conc" taskType="timeCourse" separator="	" precision="6">
<Comment>
</Comment>
<Table printTitle="1">
<Object cn="CN=Root,Model=Pratap2016,Reference=Time"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[spike_amplitude],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[spike_length],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[spike_offset],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[spike_period],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_EGR],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_par_AND],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_par_COOP],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_par_OR],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_seq_AND],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_seq_COOP],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_seq_OR],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_NFAT_n],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_TF2],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_HR],Reference=Value"/>
</Table>
</Report>
<Report key="Report_17" name="Time, Concentrations, Volumes, and Global Quantity Values" taskType="timeCourse" separator="	" precision="6">
<Comment>
A table of time, variable species concentrations, variable compartment volumes, and variable global quantity values.
</Comment>
<Table printTitle="1">
<Object cn="CN=Root,Model=Pratap2016,Reference=Time"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GnRH],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_free],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[HR],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[PLC],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[G_aq11],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[G_aq11_act],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[PLC_act],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[act_N],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[N_active],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_cytosol],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[IP3],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[MEK_act],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[E_c],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Epp_c],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[E_n],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[Epp_n],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ep_c],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[EGR1],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[TF2],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[NFAT_c],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFAT_n],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[NFATp_c],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[nucleus],Vector=Metabolites[NFATp_n],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_total],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[Ca2+_ER],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_mid],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[R_fin],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[h],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_par_OR],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_par_AND],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_par_COOP],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_OR],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_AND],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_COOP],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GSU_seq_OR_copy],Reference=Concentration"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[k_4cat],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[k_m1],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[k_m2],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[k_m3],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[k_m4],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[k_m5],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[k3cat],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[dh/dt],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[act_N],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[v_2],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[v_4],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[v_3],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[v_1],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[J_impE],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[J_expE],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[v_5],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[v_07B],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[v_08F],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[v_08B],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[NFAT(N:C)],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[ERK(N:C)],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[v_03F],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[v_03B],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[v_04F],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[v_04B],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[v_16F],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[J1],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[J2],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[J3],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[J4],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[k_r3*N_active],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[GSU_par_COOP],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[GSU_par_AND],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[GSU_par_OR],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[GSU_seq_OR],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[GSU_seq_COOP],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[quantity_1],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[GSU_seq_AND],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_EGR],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_TF2],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_NFAT_n],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_par_COOP],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_par_AND],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_par_OR],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_seq_AND],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_seq_COOP],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_GSU_seq_OR],Reference=Value"/>
<Object cn="CN=Root,Model=Pratap2016,Vector=Values[Total_HR],Reference=Value"/>
</Table>
</Report>
</ListOfReports>
<ListOfPlots>
<PlotSpecification name="plot" type="Plot2D" active="1" taskTypes="">
<Parameter name="log X" type="bool" value="0"/>
<Parameter name="log Y" type="bool" value="0"/>
<ListOfPlotItems>
<PlotItem name="[GnRH]|Time" type="Curve2D">
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Pratap2016,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Pratap2016,Vector=Compartments[cytosol],Vector=Metabolites[GnRH],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
</ListOfPlotItems>
</PlotSpecification>
</ListOfPlots>
<GUI>
<ListOfSliders>
<Slider key="Slider_0" associatedEntityKey="Task_11" objectCN="CN=Root,Model=Pratap2016,Vector=Values[k_catTF1],Reference=InitialValue" objectType="float" objectValue="0.018" minValue="0.01" maxValue="0.02" tickNumber="1000" tickFactor="100" scaling="linear"/>
<Slider key="Slider_1" associatedEntityKey="Task_11" objectCN="CN=Root,Model=Pratap2016,Vector=Values[d_TF1],Reference=InitialValue" objectType="float" objectValue="0.011" minValue="0.0055" maxValue="0.022" tickNumber="1000" tickFactor="100" scaling="linear"/>
</ListOfSliders>
</GUI>
<ListOfUnitDefinitions>
<UnitDefinition key="Unit_0" name="meter" symbol="m">
<Expression>
m
</Expression>
</UnitDefinition>
<UnitDefinition key="Unit_2" name="second" symbol="s">
<Expression>
s
</Expression>
</UnitDefinition>
<UnitDefinition key="Unit_6" name="Avogadro" symbol="Avogadro">
<Expression>
Avogadro
</Expression>
</UnitDefinition>
<UnitDefinition key="Unit_7" name="dimensionless" symbol="1">
<Expression>
1
</Expression>
</UnitDefinition>
<UnitDefinition key="Unit_8" name="item" symbol="#">
<Expression>
#
</Expression>
</UnitDefinition>
<UnitDefinition key="Unit_17" name="liter" symbol="l">
<Expression>
0.001*m^3
</Expression>
</UnitDefinition>
<UnitDefinition key="Unit_20" name="mole" symbol="mol">
<Expression>
Avogadro*#
</Expression>
</UnitDefinition>
<UnitDefinition key="Unit_32" name="minute" symbol="min">
<Expression>
60*s
</Expression>
</UnitDefinition>
</ListOfUnitDefinitions>
</COPASI>
| Component Pascal | 5 | SzVarga/COPASI | TestSuite/events/EventTest31.cps | [
"Artistic-2.0"
] |
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
use Digest::SHA qw (sha256);
sub module_constraints { [[0, 127], [32, 32], [0, 31], [32, 32], [-1, -1]] }
sub module_generate_hash
{
my $word = shift;
my $id = shift;
my $rest = shift;
if (defined $id == 0)
{
$id = "0" x 32;
}
if (defined $rest == 0)
{
$rest = "127*";
$rest .= "0" x 64;
$rest .= $id;
$rest .= "0" x 158;
$rest .= "*127*00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000*32*0000000000000000000000000000000000000000000000000000000000000000*32*0000000000000000000000000000000000000000000000000000000000000000";
}
my @data = split /\*/, $rest;
my $u = pack ("H*", $data[1]);
my $h = sha256 ($word . substr ($u, 32, 8));
$data[1] = unpack ("H*", $h . substr ($u, 32));
$rest = join ("*", @data);
my $hash = sprintf ('$pdf$5*5*256*-1028*1*16*%s*%s', $id, $rest);
return $hash;
}
sub module_verify_hash
{
my $line = shift;
# PDF 1.7 Level 3 (Acrobat 9)
my ($hash_in, $word) = split ":", $line;
return unless defined $hash_in;
return unless defined $word;
my @data = split /\*/, $hash_in;
return unless scalar @data >= 11;
return unless (shift @data eq '$pdf$5');
return unless (shift @data eq '5');
return unless (shift @data eq '256');
return unless (shift @data eq '-1028');
return unless (shift @data eq '1');
return unless (shift @data eq '16');
my $id = shift @data;
my $rest = join "*", @data;
return unless defined $id;
return unless defined $rest;
return unless defined $word;
$word = pack_if_HEX_notation ($word);
my $new_hash = module_generate_hash ($word, $id, $rest);
return ($new_hash, $word);
}
1;
| Perl | 3 | Masha/hashcat | tools/test_modules/m10600.pm | [
"MIT"
] |
.no-show-div {
background-color: #ecfdff;
border: 1px #444 solid;
padding: 1rem;
color: #444;
}
.error {
color: red;
}
| CSS | 3 | coreyscherbing/angular | aio/content/examples/template-expression-operators/src/app/app.component.css | [
"MIT"
] |
mul2:
shl rdi, 1
ret
| Parrot Assembly | 2 | giag3/peng-utils | pasm-examples-unix/include/mul.pasm | [
"MIT"
] |
package {
import GZ.Gpu.ShaderBase.ProgramShader;
import GzOpenGL.OpenGL;
public extension ShaderBase {
public var sSharder : String;
public var nId : Val;
public var bReady : Bool;
public var nLineError : UInt;
public var nSourceError : UInt;
public var hGlsl_ES_Version : eGlsl_ES_Version;
public var sLog : String;
public var aLine : Array<String>;
public wvar aAttachedProgram : Array<ProgramShader>;
public enum eGlsl_ES_Version : UInt8 {
Auto;
Custom;
ES2;
ES3;
}
public enum eType : UInt8 {
Vertex;
Fragment;
Geometry;
}
public var hType : eType;
public function ShaderBase(_hGlsl_ES_Version : eGlsl_ES_Version = eGlsl_ES_Version.Auto):Void {
//Debug.fTrace("--- BaseShader Created!! ---");
hGlsl_ES_Version = _hGlsl_ES_Version;
}
public function fDetach():String {
for( var i : UInt = 0; i < aAttachedProgram.nSize; i++){
OpenGL.fDetachShader(aAttachedProgram[i].nId, nId);
}
aAttachedProgram.fClear();
}
public function fGetString():String {
var _sResult : String = "";
for(var i : UInt = 0; i < aLine.nSize; i++){
_sResult += "[" + i + "]" + aLine[i] + "\n";
}
return _sResult;
}
public function fUpdateShader(_sSrc : String):Bool {
fReset();
fAddSrc(_sSrc);
fAddMain();//Temp?
fLoad();
if(fCompile() == false){
Debug.fError("Update Shader Error:" );
Debug.fTrace("-->" + fGetLog());
Debug.fTrace("-----------------");
Debug.fTrace(fGetString());
Debug.fTrace("-----------------");
return false;
}else{
Debug.fPass("Update Shader Success");
return true;
}
}
public function fReset():Void {
aLine.fClear();
fDetach();
fAddHeader();
}
public function fAddHeader():Void {
}
public function fAddMain():Void {
}
public function fLoad():Void {
var _sResult : String = "";
for(var i : UInt = 0; i < aLine.nSize; i++){
_sResult += aLine[i] + "\n";
}
fSendToGpu(_sResult);
}
public function fSendToGpu(_sShader : String):Bool {
}
public function fCompile():Bool {
//TODO sLog = "";
}
public function fGetLog():String {
}
public function fGetErrorLine():String {
if(sLog.nSize == 0){
fGetLog();
}
return aLine[nLineError];
}
public function fAddLine(_sLine : String):Void {
sSharder += _sLine + "\n";
aLine.fPush(_sLine);
}
public function fAddSrc(_sSrc : String):Void {
//gzCR_8
<cpp>
gzArray<gzStr> _aSplit = (_sSrc.fSplit(gzCR_8));//gzCR_8
for(gzUInt i = 0; i < _aSplit.GnSize(); i++){
aLine.fPush((_aSplit(gzUInt(i))));
}
</cpp>
/* Same as ... just for gzCR_8
var _aSplit : Array<String> = _sSrc.fSplit("\n");
for( var i : UInt = 0; i < _aSplit.nSize; i++){
aLine.fPush(_aSplit[i]);
}*/
}
/*
public function fAdd(_sText : String):Void {
sSharder += _sText;
}
*/
}
} | Redcode | 4 | VLiance/GZE | src/Lib_GZ/Gpu/ShaderBase/ShaderBase.cw | [
"Apache-2.0"
] |
plot(1)
# NAME
plot - line graphs on the command line
# SYNOPSIS
_plot_ [OPTIONS]
# DESCRIPTION
plot reads sequences of numbers and outputs a line graph.
# OPTIONS
## INPUT
*-i* <filename>[:flags]
add <filename> as a data source. This also creates a data pipeline,
which is either empty, or copied from the _default pipeline_. The
filename `-` indicates stdin.
The data format accepted by plot is very lenient. The parser scans the
input until a digit is found, and attempts to parse the number. If
successful, the number is added to the input, otherwise the digit is
skipped.
Flags modify how the file is accessed. Each flag is a single
character, order and duplicates make no difference and are not checked.
Available flags are:
- `r` - *rewind*(3) the file if an EOF is encountered and start reading
new data from the beginning. this flag only has an effect in follow
mode
- `n` - open the file in nonblocking mode. be careful
If _plot_ is invoked without any `-i` options, an implicit `-i -` is
added. i.e. stdin is added as an input and a data pipeline is set up
for it.
*-p* <pipeline>
The syntax for a pipeline element is *<data processor>*[:argument].
Wether or not an argument is required depends on the data processor.
Multiple processors can be used, separated by the pipe character `|`.
In this case, the output of each successive processor is passed as
input to the next.
*DEFAULT PIPELINE*
If a pipeline is specified before any input (before
any `-i`s in the command line), it is recorded as the _default
pipeline_. Any pipeline created afterwards (with the `-p` flag or
implicitly with the `-i` flag) will have this _default pipeline_
prepended to it.
See *DATA PROCESSORS* for a list available processors
## DISPLAY / FORMATTING
*-b* [min]:[max]
set fixed plot bounds (instead of dynamically evaluating bounds).
*-d* [height]:[width]
set plot dimensions (not including axis labels)
*-x* [every]:[offset]:[mod]:[side]:[color]
set x label format. You may omit fields, in which case the default is
used. e.g. 4::3 will only set every=4 and mod=3, leaving the rest of
the parameters unchanged.
*every* - display "every" nth number.
e.g., if *every* = 2, display every 2 numbers:
0 2 4 6 8...
*offset* - start counting at this number.
e.g., if *every* = 2 and *offset* = -2:
\-2 0 2 4 6 8...
*mod* - perform modulo *mod* on the number before printing.
e.g., if *every* = 2 and *offset* = -2 and *mod* = 4:
2 0 2 0 2 0...
*side* - specify label position, default: bottom
*0*: hide, *1*: bottom, *2*: top, *3*: top and bottom
*color* - color of zeroes. see *COLORS*
ex: Label hourly data, indicating every four hours
```
plot -x4::24::
```
*-y* [width]:[prec]:[side]
set y label format
*width* - the width of the label
*prec* - the precision of the label
*side* - specify label position
*0*: hide, *1*: left, *2*: right, *3*: left and right
*width* and *prec* are used to generate a format string that is
subsequently used to format and print the label using *printf*(3). The
format string template looks something like this: "%<width>.<prec>f"
*-c* <color>
color of next data source. A color is specified using a character.
The available characters are:
*b*lack, *r*ed, *g*reen, *y*ellow, b*l*ue, *m*agenta, *c*yan, *w*hite
Additionally, the character may be capitalized to get the "bright"
version of the color. E.g. R == bright red.
*-m*
visually merge overlapping lines
e.g. ╯ and ╰ form ┴
*-s* %<charset> | ascii | unicode
set the output charset. The default is *unicode*. *ascii* uses only
ascii characters. Finally, you can specify a custom charset by passing
an argument in the form of %<charset> where <charset> is a string
containing 12 utf8 codepoints.
For example, to get the default unicode charset:
```
-s "% ╭│╰├╮─┬╯┤┴┼"
```
(note the space right after the %).
Here's another example to try:
```
-s "% ╔║╚╠╗═╦╝╣╩╬".
```
If you pass an insufficient number of codepoints, the missing ones will
show up as '?'.
## FOLLOW / ANIMATE
*-f*
"follow" input, e.g. continuously monitor inputs for new data and
redraw the plot every time a new number is read. Additionally, when
the length of the plot reaches the maximum width, begin scrolling to
the left.
*-A*
"animate" input by following and exit. The behaviour is identical
to the "follow" -f feature, but upon input EOF, the plot stops.
*-S* <ms>
set the framerate for animate/follow modes
## HELP
*-h*
Show a brief help message
# DATA PROCESSORS
[- name
:- argument
:< description
| avg
: integer
: averages every n inputs together into a single data point
| sma
: integer
: a simple moving average (boxcar filter) for n inputs
| cma
: none
: a cumulative moving average
| roc
: float
: determines rate of change with the basic formula (val - old_val) / t
# EXAMPLE
Monitor network usage on linux:
```
card=wlan0
plot -f -p "avg:5|roc:5" \
-c l -i "/sys/class/net/$card/statistics/rx_packets:r" \
-c r -i "/sys/class/net/$card/statistics/tx_packets:r"
```
First, use the `-f` flag to tell plot to continue to read the file. Next,
setup a default pipeline which first averages every 5 inputs together (to
smooth out noise) and then computes the rate of change. Next we add two
inputs, with their color set to blue and red respectively. We also use the
rewind (`:r`) flag for both files, to convert a file containing a single number
into a stream of numbers by re-reading it over and over from the beginning.
# AUTHORS
Maintained by Stone Tickle <lattis@mochiro.moe>
| SuperCollider | 5 | barrygu/plot | docs/plot.1.scd | [
"MIT"
] |
<mt:Unless regex_replace="/\s*\n+/g","\n"><mt:Ignore>
# =======================
#
# 検索結果
#
# =======================
</mt:Ignore>
<!DOCTYPE html>
<html lang="<mt:BlogLanguage />">
<head>
<mt:Include module="コンフィグ-共通" />
<mt:Include module="コンフィグ-検索結果" />
<mt:Include module="head要素" />
<meta name="robots" content="noindex">
</head>
<body class="<mt:Var name="ec_body_class" />">
<mt:Include module="ヘッダ" />
<mt:Include module="ナビ-グローバルナビ" />
<div class="contents">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-9">
<main class="main" role="main">
<div class="archive-header">
<h1 class="archive-title"><mt:Var name="ec_archive_title" /></h1>
<!-- /.archive-header --></div>
<mt:WidgetSet name="コンテンツ-本文の前-ブログ" />
<mt:SearchResults>
<mt:SearchResultsHeader>
<div class="archive-list archive-list-media">
</mt:SearchResultsHeader>
<mt:Include module="記事ループ-メディア" thumbnail="0" />
<mt:SearchResultsFooter>
<!-- /.archive-list --></div>
<nav class="serial-nav">
<ul class="pager">
<mt:IfPreviousResults>
<li class="pager-prev"><a rel="prev" href="<mt:Var name="ec_search_previous_link" />">前のページ</a></li>
</mt:IfPreviousResults>
<mt:IfMoreResults>
<li class="pager-next"><a rel="next" href="<mt:Var name="ec_search_next_link" />">次のページ</a></li>
</mt:IfMoreResults>
</ul>
</nav>
</mt:SearchResultsFooter>
</mt:SearchResults>
<mt:NoSearchResults>
<div class="message">
<p>該当するコンテンツが見つかりませんでした。</p>
<!-- /.message --></div>
</mt:NoSearchResults>
<nav class="topicpath">
<ol class="breadcrumb"<mt:Var name="ec_itemscope_ol">>
<li<mt:Var name="ec_itemscope_li">>
<a href="<mt:Var name="ec_website_path" />"<mt:Var name="ec_itemscope_a">><span<mt:Var name="ec_itemscope_span">>Home</span></a>
<mt:SetVarBlock name="ec_itemscope_count"><mt:Var name="ec_itemscope_count" op="++"></mt:SetVarBlock>
<meta itemprop="position" content="<mt:Var name="ec_itemscope_count">">
</li>
<mt:IfWebsite note="ブログであればブログトップへのリンクを追加">
<mt:Else>
<li<mt:Var name="ec_itemscope_li">>
<a href="<mt:BlogRelativeURL />"<mt:Var name="ec_itemscope_a">><span<mt:Var name="ec_itemscope_span">><mt:BlogName encode_html="1" /></span></a>
<mt:Var name="__topicpath_count__" op="++" setvar="__topicpath_count__" />
<meta itemprop="position" content="<mt:Var name="__topicpath_count__">">
</li>
</mt:IfWebsite>
<li class="active"<mt:Var name="ec_itemscope_li">>
<span<mt:Var name="ec_itemscope_span">><mt:Var name="ec_archive_title" /></span>
<mt:SetVarBlock name="ec_itemscope_count"><mt:Var name="ec_itemscope_count" op="++"></mt:SetVarBlock>
<meta itemprop="position" content="<mt:Var name="ec_itemscope_count">">
</li>
</ol>
</nav>
<mt:SetVar name="ec_itemscope_count" value="0" />
<mt:WidgetSet name="コンテンツ-本文の後-ブログ" />
</main>
<!-- /.col-md-12 col-lg-9 --></div>
<div class="col-md-12 col-lg-3">
<div class="sub">
<mt:Var name="__is_sub__" value="1" />
<mt:WidgetSet name="サブメニュー-ブログ" />
<mt:Var name="__is_sub__" value="0" />
<!-- /.sub --></div>
<!-- /.col-md-12 col-lg-3 --></div>
<!-- /.row --></div>
<!-- /.container --></div>
<div class="section section-03">
<div class="container">
<mt:WidgetSet name="コンテンツ-下段" />
<!-- /.container --></div>
<!-- /.section section-03 --></div>
<!-- /.contents --></div>
<mt:Include module="フッタ" />
</body>
</html>
</mt:Unless> | MTML | 2 | webbingstudio/mt_theme_echo_bootstrap | dist/themes/echo_bootstrap/templates/search_results.mtml | [
"MIT"
] |
-include ../../run-make-fulldeps/tools.mk
# only-x86_64-unknown-linux-musl
# How to manually run this
# $ ./x.py test --target x86_64-unknown-linux-musl src/test/run-make/static-pie
all:
$(RUSTC) --target $(TARGET) -C target-feature=+crt-static test-aslr.rs
# Check that no dynamic interpreter is set
! readelf -l $(call RUN_BINFILE,test-aslr) | $(CGREP) INTERP
# Check that we have a dynamic executable
readelf -l $(call RUN_BINFILE,test-aslr) | $(CGREP) DYNAMIC
# Check for address space layout randomization
$(call RUN,test-aslr) --test-aslr
| Makefile | 3 | Eric-Arellano/rust | src/test/run-make/static-pie/Makefile | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
--TEST--
Trait delayed variance check succeeds
--FILE--
<?php
// Taken from bug #79179.
spl_autoload_register(function() {
interface InterfaceB extends InterfaceA {}
});
interface InterfaceA {}
trait SomeTrait {
abstract public function func(): ?InterfaceA;
}
class Foo {
public function func(): ?InterfaceB {}
}
class Bar extends Foo {
use SomeTrait;
}
?>
===DONE===
--EXPECT--
===DONE===
| PHP | 4 | thiagooak/php-src | Zend/tests/type_declarations/variance/trait_success.phpt | [
"PHP-3.01"
] |
namespace Alive
{
/**
A @Rectangle with a gradient fading out near the bottom of an element.
Before
```xml
<Panel Color="White" Size="400">
<Image Url="https://icons-for-free.com/iconfiles/png/512/profile+profile+page+user+icon-1320186864367220794.png" />
</Panel>
```
After
```xml
<Panel Color="White" Size="400">
<Alive.ContentGradient />
<Image Url="https://icons-for-free.com/iconfiles/png/512/profile+profile+page+user+icon-1320186864367220794.png" />
</Panel>
```
![actionButton](../../docs/media/alive/contentgradient.png)
*/
public partial class ContentGradient {}
}
| Uno | 3 | fusetools/fuselibs-public | Source/Fuse.UXKits.Alive/Docs/ContentGradient.ux.uno | [
"MIT"
] |
(* Content-type: application/vnd.wolfram.mathematica *)
(*** Wolfram Notebook File ***)
(* http://www.wolfram.com/nb *)
(* CreatedBy='Mathematica 8.0' *)
(*CacheID: 234*)
(* Internal cache information:
NotebookFileLineBreakTest
NotebookFileLineBreakTest
NotebookDataPosition[ 157, 7]
NotebookDataLength[ 3876, 137]
NotebookOptionsPosition[ 3514, 119]
NotebookOutlinePosition[ 3867, 135]
CellTagsIndexPosition[ 3824, 132]
WindowFrame->Normal*)
(* Beginning of Notebook Content *)
Notebook[{
Cell[BoxData[{
RowBox[{
RowBox[{"roll", "=",
RowBox[{"ArcTan", "[",
RowBox[{"g3", ",", "g2"}], "]"}]}], ";"}], "\n",
RowBox[{
RowBox[{"pitch", "=",
RowBox[{"ArcTan", "[",
RowBox[{
RowBox[{"-", "g1"}], ",",
SqrtBox[
RowBox[{
SuperscriptBox["g2", "2"], "+",
SuperscriptBox["g3", "2"]}]]}], "]"}]}], ";"}], "\n"}], "Input",
CellChangeTimes->{{3.535838264320565*^9, 3.535838380686434*^9}, {
3.53583852660116*^9, 3.5358385374458313`*^9}, {3.5358391717151127`*^9,
3.535839173489215*^9}}],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"(", "\[NoBreak]", GridBox[{
{
RowBox[{"D", "[",
RowBox[{"roll", ",", "g1"}], "]"}],
RowBox[{"D", "[",
RowBox[{"roll", ",", "g2"}], "]"}],
RowBox[{"D", "[",
RowBox[{"roll", ",", "g3"}], "]"}]},
{
RowBox[{"D", "[",
RowBox[{"pitch", ",", "g1"}], "]"}],
RowBox[{"D", "[",
RowBox[{"pitch", ",", "g2"}], "]"}],
RowBox[{"D", "[",
RowBox[{"pitch", ",", "g3"}], "]"}]},
{"0", "0", "0"}
}], "\[NoBreak]", ")"}], "//", "FullSimplify"}]], "Input",
CellChangeTimes->{{3.535838384786139*^9, 3.535838492987266*^9}, {
3.535838580947555*^9, 3.535838595178028*^9}}],
Cell[BoxData[
RowBox[{"{",
RowBox[{
RowBox[{"{",
RowBox[{"0", ",",
FractionBox["g3",
RowBox[{
SuperscriptBox["g2", "2"], "+",
SuperscriptBox["g3", "2"]}]], ",",
RowBox[{"-",
FractionBox["g2",
RowBox[{
SuperscriptBox["g2", "2"], "+",
SuperscriptBox["g3", "2"]}]]}]}], "}"}], ",",
RowBox[{"{",
RowBox[{
FractionBox[
SqrtBox[
RowBox[{
SuperscriptBox["g2", "2"], "+",
SuperscriptBox["g3", "2"]}]],
RowBox[{
SuperscriptBox["g1", "2"], "+",
SuperscriptBox["g2", "2"], "+",
SuperscriptBox["g3", "2"]}]], ",",
RowBox[{"-",
FractionBox[
RowBox[{"g1", " ", "g2"}],
RowBox[{
SqrtBox[
RowBox[{
SuperscriptBox["g2", "2"], "+",
SuperscriptBox["g3", "2"]}]], " ",
RowBox[{"(",
RowBox[{
SuperscriptBox["g1", "2"], "+",
SuperscriptBox["g2", "2"], "+",
SuperscriptBox["g3", "2"]}], ")"}]}]]}], ",",
RowBox[{"-",
FractionBox[
RowBox[{"g1", " ", "g3"}],
RowBox[{
SqrtBox[
RowBox[{
SuperscriptBox["g2", "2"], "+",
SuperscriptBox["g3", "2"]}]], " ",
RowBox[{"(",
RowBox[{
SuperscriptBox["g1", "2"], "+",
SuperscriptBox["g2", "2"], "+",
SuperscriptBox["g3", "2"]}], ")"}]}]]}]}], "}"}], ",",
RowBox[{"{",
RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], "}"}]], "Output",
CellChangeTimes->{{3.5358383879873047`*^9, 3.535838493685678*^9},
3.53583853974876*^9, {3.535838581771779*^9, 3.535838595765464*^9}}]
}, Open ]]
},
WindowSize->{740, 752},
WindowMargins->{{4, Automatic}, {Automatic, 4}},
FrontEndVersion->"8.0 for Mac OS X x86 (32-bit, 64-bit Kernel) (October 5, \
2011)",
StyleDefinitions->"Default.nb"
]
(* End of Notebook Content *)
(* Internal cache information *)
(*CellTagsOutline
CellTagsIndex->{}
*)
(*CellTagsIndex
CellTagsIndex->{}
*)
(*NotebookFileOutline
Notebook[{
Cell[557, 20, 544, 16, 75, "Input"],
Cell[CellGroupData[{
Cell[1126, 40, 692, 20, 61, "Input"],
Cell[1821, 62, 1677, 54, 109, "Output"]
}, Open ]]
}
]
*)
(* End of internal cache information *)
| Mathematica | 3 | kvmanohar22/gtsam | gtsam_unstable/slam/doc/ypr.nb | [
"BSD-3-Clause"
] |
set table 'stats_smooth_mcsplines.csv'
set samples 1000; plot 'stats.csv' using 2:1 smooth mcsplines
unset table
f(x) = m*x
fit f(x) 'stats_smooth_mcsplines.csv' via m
set term png size 1920,1080
set output "stats_plot.png"
set title "Time versus RLimit"
set xlabel "Time in seconds"
set xtics 2.5
set ylabel "RLimit"
set ytics 10000000
set grid
set timestamp
plot 'stats.csv' using 2:1 smooth mcsplines,\
'stats.csv' using 2:1 with points, f(x)
quit
| Gnuplot | 4 | SwampertX/FStar | .scripts/statistics_plot.gnu | [
"Apache-2.0"
] |
class quicksort
sort: (items) ->
return items if items.length <= 1
pivot = items.shift()
left = []
right = []
# Comment in the middle
while items.length > 0
current = items.shift()
if current < pivot
left.push(current)
else
right.push(current);
sort(left).concat(pivot).concat(sort(right))
noop: ->
# just a noop
exports.modules = quicksort
| CoffeeScript | 4 | pyrolabs/atom | spec/fixtures/coffee.coffee | [
"MIT"
] |
// Copyright (c) 2021 Microsoft, Inc.
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#include "shell/browser/hid/electron_hid_delegate.h"
#include <string>
#include <utility>
#include "content/public/browser/web_contents.h"
#include "shell/browser/hid/hid_chooser_context.h"
#include "shell/browser/hid/hid_chooser_context_factory.h"
#include "shell/browser/hid/hid_chooser_controller.h"
#include "shell/browser/web_contents_permission_helper.h"
namespace {
electron::HidChooserContext* GetChooserContext(
content::RenderFrameHost* frame) {
auto* web_contents = content::WebContents::FromRenderFrameHost(frame);
auto* browser_context = web_contents->GetBrowserContext();
return electron::HidChooserContextFactory::GetForBrowserContext(
browser_context);
}
} // namespace
namespace electron {
ElectronHidDelegate::ElectronHidDelegate() = default;
ElectronHidDelegate::~ElectronHidDelegate() = default;
std::unique_ptr<content::HidChooser> ElectronHidDelegate::RunChooser(
content::RenderFrameHost* render_frame_host,
std::vector<blink::mojom::HidDeviceFilterPtr> filters,
content::HidChooser::Callback callback) {
electron::HidChooserContext* chooser_context =
GetChooserContext(render_frame_host);
if (!device_observation_.IsObserving())
device_observation_.Observe(chooser_context);
HidChooserController* controller = ControllerForFrame(render_frame_host);
if (controller) {
DeleteControllerForFrame(render_frame_host);
}
AddControllerForFrame(render_frame_host, std::move(filters),
std::move(callback));
// Return a nullptr because the return value isn't used for anything, eg
// there is no mechanism to cancel navigator.hid.requestDevice(). The return
// value is simply used in Chromium to cleanup the chooser UI once the serial
// service is destroyed.
return nullptr;
}
bool ElectronHidDelegate::CanRequestDevicePermission(
content::RenderFrameHost* render_frame_host) {
auto* web_contents =
content::WebContents::FromRenderFrameHost(render_frame_host);
auto* permission_helper =
WebContentsPermissionHelper::FromWebContents(web_contents);
return permission_helper->CheckHIDAccessPermission(
web_contents->GetMainFrame()->GetLastCommittedOrigin());
}
bool ElectronHidDelegate::HasDevicePermission(
content::RenderFrameHost* render_frame_host,
const device::mojom::HidDeviceInfo& device) {
auto* chooser_context = GetChooserContext(render_frame_host);
const auto& origin =
render_frame_host->GetMainFrame()->GetLastCommittedOrigin();
return chooser_context->HasDevicePermission(origin, device,
render_frame_host);
}
device::mojom::HidManager* ElectronHidDelegate::GetHidManager(
content::RenderFrameHost* render_frame_host) {
auto* chooser_context = GetChooserContext(render_frame_host);
return chooser_context->GetHidManager();
}
void ElectronHidDelegate::AddObserver(
content::RenderFrameHost* render_frame_host,
Observer* observer) {
observer_list_.AddObserver(observer);
auto* chooser_context = GetChooserContext(render_frame_host);
if (!device_observation_.IsObserving())
device_observation_.Observe(chooser_context);
}
void ElectronHidDelegate::RemoveObserver(
content::RenderFrameHost* render_frame_host,
content::HidDelegate::Observer* observer) {
observer_list_.RemoveObserver(observer);
}
const device::mojom::HidDeviceInfo* ElectronHidDelegate::GetDeviceInfo(
content::RenderFrameHost* render_frame_host,
const std::string& guid) {
auto* chooser_context = GetChooserContext(render_frame_host);
return chooser_context->GetDeviceInfo(guid);
}
bool ElectronHidDelegate::IsFidoAllowedForOrigin(const url::Origin& origin) {
return false;
}
void ElectronHidDelegate::OnDeviceAdded(
const device::mojom::HidDeviceInfo& device_info) {
for (auto& observer : observer_list_)
observer.OnDeviceAdded(device_info);
}
void ElectronHidDelegate::OnDeviceRemoved(
const device::mojom::HidDeviceInfo& device_info) {
for (auto& observer : observer_list_)
observer.OnDeviceRemoved(device_info);
}
void ElectronHidDelegate::OnDeviceChanged(
const device::mojom::HidDeviceInfo& device_info) {
for (auto& observer : observer_list_)
observer.OnDeviceChanged(device_info);
}
void ElectronHidDelegate::OnHidManagerConnectionError() {
device_observation_.Reset();
for (auto& observer : observer_list_)
observer.OnHidManagerConnectionError();
}
void ElectronHidDelegate::OnHidChooserContextShutdown() {
device_observation_.Reset();
}
HidChooserController* ElectronHidDelegate::ControllerForFrame(
content::RenderFrameHost* render_frame_host) {
auto mapping = controller_map_.find(render_frame_host);
return mapping == controller_map_.end() ? nullptr : mapping->second.get();
}
HidChooserController* ElectronHidDelegate::AddControllerForFrame(
content::RenderFrameHost* render_frame_host,
std::vector<blink::mojom::HidDeviceFilterPtr> filters,
content::HidChooser::Callback callback) {
auto* web_contents =
content::WebContents::FromRenderFrameHost(render_frame_host);
auto controller = std::make_unique<HidChooserController>(
render_frame_host, std::move(filters), std::move(callback), web_contents,
weak_factory_.GetWeakPtr());
controller_map_.insert(
std::make_pair(render_frame_host, std::move(controller)));
return ControllerForFrame(render_frame_host);
}
void ElectronHidDelegate::DeleteControllerForFrame(
content::RenderFrameHost* render_frame_host) {
controller_map_.erase(render_frame_host);
}
} // namespace electron
| C++ | 4 | tylerkahn/electron | shell/browser/hid/electron_hid_delegate.cc | [
"MIT"
] |
.. _ray-LSF-deploy:
Deploying on LSF
================
This document describes a couple high-level steps to run ray cluster on LSF.
1) Obtain desired nodes from LSF scheduler using bsub directives.
2) Obtain free ports on the desired nodes to start ray services like dashboard, redis etc.
3) Start ray head node on one of the available nodes.
4) Connect all the worker nodes to the head node.
5) Perform port forwarding to access ray dashboard.
Steps 1-4 have been automated and can be easily run as a script, please refer to below github repo to access script and run sample workloads:
- `ray_LSF`_ Ray with LSF. Users can start up a Ray cluster on LSF, and run DL workloads through that either in a batch or interactive mode.
.. _`ray_LSF`: https://github.com/IBMSpectrumComputing/ray-integration | reStructuredText | 3 | 77loopin/ray | doc/source/cluster/lsf.rst | [
"Apache-2.0"
] |
#!/bin/bash
$Jmeter_home/bin/jmeter -n -t load_test.jmx -l log.csv -e -o ./report | Shell | 2 | DBatOWL/tutorials | quarkus-vs-springboot/run_test.sh | [
"MIT"
] |
{
metadata: {
namespace: "XLink",
namespaceURI: "http://www.w3.org/1999/xlink",
export: "CORE_EXPORT",
},
data: [
"actuate",
"arcrole",
"href",
"role",
"show",
"title",
"type",
],
}
| JSON5 | 3 | zealoussnow/chromium | third_party/blink/renderer/core/svg/xlink_attribute_names.json5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] |
processIoCodeFor := method(path,
d := Directory clone setPath(path)
processed := d folderNamedCreateIfAbsent("_ioCodeProcessed")
d folderNamed("_ioCode") filesWithExtension(".io") foreach(file,
processed fileNamed(file name) openForUpdating truncateToSize(0) write("__noShuffling__;\n") write(file contents asMessage asString) close
)
)
| Io | 3 | akluth/io | tools/old/processIoCodeFor.io | [
"BSD-3-Clause"
] |
#include <THC/THCStorage.hpp>
#include <ATen/cuda/ThrustAllocator.h>
#include <thrust/device_ptr.h>
#include <thrust/fill.h>
#if (defined(CUDA_VERSION) && CUDA_VERSION >= 7000) || defined(USE_ROCM)
#include <thrust/system/cuda/execution_policy.h>
#endif
#include <TH/THHalf.h>
#include <THC/generic/THCStorage.cu>
#include <THC/THCGenerateAllTypes.h>
#include <THC/generic/THCStorage.cu>
#include <THC/THCGenerateComplexTypes.h>
#include <THC/generic/THCStorage.cu>
#include <THC/THCGenerateBoolType.h>
#include <THC/generic/THCStorage.cu>
#include <THC/THCGenerateBFloat16Type.h>
| Cuda | 1 | sanchitintel/pytorch | aten/src/THC/THCStorage.cu | [
"Intel"
] |
open tactic
/-
Given a metavariable ?m with local context
(α : Type) (a : α)
then, the following unification problem should fail
?m α =?= ((λ (α : Type) (a : α), α) α a)
type_context will try the type incorrect assignment
?m := λ α', ((λ (α : Type) (a : α), α) α' a)
-/
def ex1 (α : Type) (a : α) : Type → Type :=
by do
fail_if_success
(do
mvar1 ← mk_meta_var `(Type → Type),
alpha ← to_expr ```(α),
t ← to_expr ```((λ (α : Type) (a : α), α) α a),
unify (mvar1 alpha) t semireducible tt, -- should fail
exact mvar1),
intros, assumption
/-
Given metavariable ?m_1 and ?m_2 with local context
(α : Type) (a : α)
then, the following unification constrains should be solved
?m_1 α =?= id ?m_2
?m_2 =?= α
The first constraint is solved using first-order unification
because we cannot guarantee that the solution will be type correct
for every term we may assign to `?m_2`
?m_1 := λ α', id ?m_2[α := α']
So, we get `?m_2 := α`.
Remark: see option c) at workaround A2 described at type_context::process_assignment
-/
def ex2 (α : Type) (a : α) : Type → Type :=
by do
mvar1 ← mk_meta_var `(Type → Type),
mvar2 ← mk_meta_var `(Type),
alpha ← to_expr ```(α),
t ← to_expr ```(id %%mvar2),
unify (mvar1 alpha) t semireducible tt, -- first-order unification is used here
unify mvar2 alpha,
exact mvar1
/-
Given metavariable ?m_1 and ?m_2 with local context
(α : Type) (a : α)
then, the following unification constrains should be solved
?m_1 α =?= id ?m_2
?m_2 =?= ((λ (α : Type) (a : α), α) α a)
Again, similarly to the previous example, we use
first-order unification to process the first constraint,
and we get `?m_2 := α`. The second constraint
is satisfied because `((λ (α : Type) (a : α), α) α a)`
is definitionally equal to `α`.
-/
def ex3 (α : Type) (a : α) : Type → Type :=
by do
mvar1 ← mk_meta_var `(Type → Type),
mvar2 ← mk_meta_var `(Type),
alpha ← to_expr ```(α),
t ← to_expr ```(id %%mvar2),
unify (mvar1 alpha) t semireducible tt, -- should create an auxiliary mvar and assign it to mvar2
t ← to_expr ```((λ (α : Type) (a : α), α) α a),
unify mvar2 t semireducible tt, -- should fail `a` is not in the scope
exact mvar1
def f (α : Type) (a : α) := α
constant f' (α : Type) (a : α) : Type
/-
Given a metavariable ?m with local context
(α : Type) (a : α)
then, the following unification problem should fail
?m α =?= f α a
type_context will try the type incorrect assignment
?m := λ α', f α' a
-/
def ex4 (α : Type) (a : α) : Type → Type :=
by do
fail_if_success
(do
mvar1 ← mk_meta_var `(Type → Type),
alpha ← to_expr ```(α),
t ← to_expr ```(f α a),
unify (mvar1 alpha) t semireducible tt, -- should fail
exact mvar1),
intros, assumption
/-
Given a metavariable ?m with local context
(α : Type) (a : α)
then, the following unification problem should work
?m α a =?= f α a
type_context assigns
?m := λ α' a', f α' a'
-/
def ex5 (α : Type) (a : α) : Π A : Type, A → Type :=
by do
mvar1 ← mk_meta_var `(Π A : Type, A → Type),
alpha ← to_expr ```(α),
a ← to_expr ```(a),
t ← to_expr ```(f α a),
unify (mvar1 alpha a) t semireducible tt, -- should work
exact mvar1
def ex5b (α : Type) (a : α) : Π A : Type, A → Type :=
by do
mvar1 ← mk_meta_var `(Π A : Type, A → Type),
alpha ← to_expr ```(α),
a ← to_expr ```(a),
t ← to_expr ```(f' α a),
unify (mvar1 alpha a) t semireducible tt, -- should work
exact mvar1
/-
Given metavariable ?m_1 and ?m_2 with local context
(α : Type) (a : α)
then, the following unification constrains should be solved
?m_1 α =?= id ?m_2
?m_2 =?= f α a
The first constraint is solved using first-order unification.
See option c) at workaround A2 described at type_context::process_assignment.
Then, we get `?m_2 := α`. The second constraint succeeds
because `f α a` is definitionally equal to `α`.
-/
def ex6 (α : Type) (a : α) : Type → Type :=
by do mvar1 ← mk_meta_var `(Type → Type),
mvar2 ← mk_meta_var `(Type),
alpha ← to_expr ```(α),
t ← to_expr ```(id %%mvar2),
unify (mvar1 alpha) t semireducible tt,
t ← to_expr ```(f α a),
unify mvar2 t semireducible tt,
exact mvar1
/-
Given metavariable ?m_1 and ?m_2 with local context
(α : Type) (a : α)
then, the following unification constrains should be solved
?m_1 α =?= id ?m_2
?m_2 =?= f' α a
Similar to previous example, but this one fails because
`f' α a` is not definitionally equal to `α`.
-/
def ex6b (α : Type) (a : α) : Type → Type :=
by do
fail_if_success
(do mvar1 ← mk_meta_var `(Type → Type),
mvar2 ← mk_meta_var `(Type),
alpha ← to_expr ```(α),
t ← to_expr ```(id %%mvar2),
unify (mvar1 alpha) t semireducible tt,
t ← to_expr ```(f' α a),
unify mvar2 t semireducible tt,
exact mvar1),
intros, assumption
def g (α : Type) (a b : α) := α
/-
Given a metavariable ?m with local context
(α : Type) (a : α)
then, the following unification problem should fail
?m α =?= g α a a
type_context will try the type incorrect assignment
?m := λ α', g α' a a
-/
def ex7 (α : Type) (a : α) : Type → Type :=
by do
fail_if_success
(do
mvar1 ← mk_meta_var `(Type → Type),
alpha ← to_expr ```(α),
t ← to_expr ```(g α a a),
unify (mvar1 alpha) t semireducible tt, -- should fail
exact mvar1),
intros, assumption
constant C (α : Type) (a : α) : Type
/-
Given a metavariable ?m with local context
(α : Type) (a : α) (x : C α a)
then, the following unification problem should fail
?m α x =?= α
type_context will try the type incorrect assignment
?m := λ (α' : Type) (x' : C α' a), α'
type_context detects the problem when it tries to unify the type of `?m`
with type of (λ (α' : Type) (x' : C α' a), α')
-/
def ex8 (α : Type) (a : α) (x : C α a) : Type :=
by do
fail_if_success
(do
mvar_type ← to_expr ```(C α a → Type),
mvar_type ← to_expr ```(Type → %%mvar_type),
mvar1 ← mk_meta_var mvar_type,
alpha ← to_expr ```(α),
x ← to_expr ```(x),
unify (mvar1 alpha x) alpha semireducible tt, -- should fail
exact (mvar1 alpha x)),
assumption
/-
Given a metavariable ?m with local context
(α : Type) (a : α)
then, the following unification problem should work
?m α =?= a
type_context assigns
?m := λ α', a
The point of this example is to make sure
future modifications to type_context do not
prevent us from solving valid problems like this one.
-/
def ex9 (α : Type) (a : α) : Type → α :=
by do
mvar_type ← to_expr ```(Type → α),
mvar1 ← mk_meta_var mvar_type,
alpha ← to_expr ```(α),
t ← to_expr ```(a),
unify (mvar1 alpha) t semireducible tt, -- should work
exact mvar1
| Lean | 5 | ericrbg/lean | tests/lean/run/unify_approx_bug.lean | [
"Apache-2.0"
] |
-- Macro Scripts File
-- Created: Jan 1 1999
-- Modified March 2 1999
-- Author: Frank DeLise
-- Macro Scripts for Compound Objects
--***********************************************************************************************
-- MODIFY THIS AT YOUR OWN RISK
macroScript Morph
category:"Objects"
internalcategory:"Objects"
tooltip:"Morph Compound Object"
buttontext:"Morph"
Icon:#("Compound",1)
(
on execute do (
If SuperClassof $ != GeometryClass and SuperClassof $ != Shape then
(
MessageBox "Please Select an Object or Shape first" Title:"Morph"
)
Else
(
StartObjectCreation Morph
)
)
on isChecked return (mcrUtils.IsCreating Morph)
on isEnabled return not (SuperClassof $ != GeometryClass and SuperClassof $ != Shape )
)
macroScript Conform
category:"Objects"
internalcategory:"Objects"
tooltip:"Conform Compound Object"
buttontext:"Conform"
Icon:#("Compound",2)
(
on execute do (
If SuperClassof $ != GeometryClass and SuperClassof $ != Shape then
(
MessageBox "Please Select an Object or Shape first" Title:"Conform"
)
Else
(
StartObjectCreation Conform
)
)
on isChecked return (mcrUtils.IsCreating Conform)
on isEnabled return not (SuperClassof $ != GeometryClass and SuperClassof $ != Shape )
)
macroScript ShapeMerge
category:"Objects"
internalcategory:"Objects"
tooltip:"ShapeMerge Compound Object"
buttontext:"ShapeMerge"
Icon:#("Compound",3)
(
on execute do (
If SuperClassof $ != GeometryClass and SuperClassof $ != Shape then
(
MessageBox "Please Select an Object or Shape first " Title:"ShapeMerge"
)
Else
(
StartObjectCreation ShapeMerge
)
)
on isChecked return (mcrUtils.IsCreating ShapeMerge)
on isEnabled return not (SuperClassof $ != GeometryClass and SuperClassof $ != Shape )
)
macroScript Terrain
category:"Objects"
internalcategory:"Objects"
tooltip:"Terrain Compound Object"
buttontext:"Terrain"
Icon:#("Compound",4)
(
on execute do (
If SuperClassof $ != shape then
(
MessageBox "Please Select a Shape first" Title:"Terrain"
)
Else
(
StartObjectCreation Terrain
)
)
on isChecked return (mcrUtils.IsCreating Terrain)
on isEnabled return not (SuperClassof $ != shape )
)
macroScript Loft
category:"Objects"
internalcategory:"Objects"
tooltip:"Loft Compound Object"
buttontext:"Loft"
Icon:#("Compound",8)
(
on execute do (
If SuperClassof $ != shape then
(
MessageBox "Please Select a Shape first" Title:"Loft"
)
Else
(
StartObjectCreation Loft
)
)
on isChecked return (mcrUtils.IsCreating Loft)
on isEnabled return not (SuperClassof $ != shape )
)
macroScript Scatter
category:"Objects"
internalcategory:"Objects"
tooltip:"Scatter Compound Object"
buttontext:"Scatter"
Icon:#("Compound",5)
(
on execute do (
If SuperClassof $ != GeometryClass and SuperClassof $ != Shape then
(
MessageBox "Please Select an Object or Shape first " Title:"Scatter"
)
Else
(
StartObjectCreation Scatter
)
)
on isChecked return (mcrUtils.IsCreating Scatter)
on isEnabled return not (SuperClassof $ != GeometryClass and SuperClassof $ != Shape )
)
macroScript Connect
category:"Objects"
internalcategory:"Objects"
tooltip:"Connect Compound Object"
buttontext:"Connect"
Icon:#("Compound",6)
(
on execute do (
If SuperClassof $ != GeometryClass and SuperClassof $ != Shape then
(
MessageBox "Please Select an Object or Shape first " Title:"Connect"
)
Else
(
StartObjectCreation Connect
)
)
on isChecked return (mcrUtils.IsCreating Connect)
on isEnabled return not (SuperClassof $ != GeometryClass and SuperClassof $ != Shape )
)
macroScript Boolean
category:"Objects"
internalcategory:"Objects"
tooltip:"Boolean Compound Object"
buttontext:"Boolean"
Icon:#("Compound",7)
(
on execute do (
If SuperClassof $ != GeometryClass and SuperClassof $ != Shape then
(
MessageBox "Please Select an Object or Shape first " Title:"Boolean"
)
Else
(
StartObjectCreation Boolean2
)
)
on isChecked return (mcrUtils.IsCreating Boolean2)
on isEnabled return not (SuperClassof $ != GeometryClass and SuperClassof $ != Shape )
)
| MAXScript | 4 | 89096000/MaxScript | Modelling/softinstance/treeview/icons/Macro_Compounds.mcr | [
"MIT"
] |
<div class="ui stackable grid" {{ sylius_test_html_attribute('product-price-content') }}>
<div class="seven wide column">
{% if not product.enabledVariants.empty() %}
{% include '@SyliusShop/Product/Show/_price.html.twig' %}
{% endif %}
</div>
<div class="nine wide right aligned column">
<span class="ui sub header">{{ product.code }}</span>
</div>
</div>
| Twig | 3 | c2cn/Sylius | src/Sylius/Bundle/ShopBundle/Resources/views/Product/Show/_priceWidget.html.twig | [
"MIT"
] |
#!/bin/bash
set -ex
# see if we have a new cheatsheet
# if other docs end up being generated automatically we can chuck in the relevant scripts here
go run scripts/generate_cheatsheet.go
# commit and push if we have a change
if [[ -z $(git status -s -- docs/*) ]]; then
echo "no changes to commit in the docs directory"
exit 0
fi
echo "committing updated docs"
git config user.name "lazydocker bot"
git config user.email "jessedduffield@gmail.com"
git checkout master # just making sure we're up to date
git pull
git add docs/*
git commit -m "update docs"
git push -u origin master | Shell | 4 | bravmi/lazydocker | .circleci/update_docs.sh | [
"MIT"
] |
CStdlib {
printf(fmt cstring) int #Foreign("printf") #VarArgs
:stdin pointer #Foreign("stdin")
:stderr pointer #Foreign("stderr")
fgets(s pointer #As("char *"), size int, stream pointer #As("FILE *")) pointer #Foreign("fgets")
fopen(pathname cstring, mode cstring) pointer #Foreign("fopen")
fread(ptr pointer, size usize, nmemb usize, stream pointer #As("FILE *")) usize #Foreign("fread")
feof(stream pointer #As("FILE *")) int #Foreign("feof")
fwrite(ptr pointer, size usize, nmemb usize, stream pointer #As("FILE *")) usize #Foreign("fwrite")
fprintf(fp pointer #As("FILE *"), fmt cstring) int #Foreign("fprintf") #VarArgs
fclose(stream pointer #As("FILE *")) int #Foreign("fclose")
}
Stdout {
write(s string) {
CStdlib.printf("%.*s", s.length, s.dataPtr)
}
writeLine(s string) {
CStdlib.printf("%.*s\n", s.length, s.dataPtr)
}
}
Stderr {
write(s string) {
CStdlib.fprintf(CStdlib.stderr, "%.*s", s.length, s.dataPtr)
}
writeLine(s string) {
CStdlib.fprintf(CStdlib.stderr, "%.*s\n", s.length, s.dataPtr)
}
}
Stdin {
:tryReadLine_eof = 1
:tryReadLine_ioError = 2
tryReadLine() {
rb := StringBuilder{}
blockSize := 4096
while true {
rb.reserveForWrite(blockSize)
from := rb.dataPtr + rb.count
ptr := CStdlib.fgets(from, blockSize, CStdlib.stdin)
if ptr == null {
rb.compactToString() // This frees the StringBuilder's dataPtr
if CStdlib.feof(CStdlib.stdin) != 0 {
return Result.fromError<string>(tryReadLine_eof)
} else {
return Result.fromError<string>(tryReadLine_ioError)
}
}
p := from
while pointer_cast(p, *byte)^ != 0 {
p += 1
}
len := checked_cast(p.subtractSigned(from), int)
assert(0 < len && len < blockSize)
lastChar := pointer_cast(from + len - 1, *char)^
if lastChar == '\n' {
len -= 1
rb.count += len
return Result.fromValue(rb.compactToString())
} else {
rb.count += len
if len < blockSize - 1 {
return Result.fromValue(rb.compactToString())
}
}
}
}
}
File {
tryReadToStringBuilder(path string, out StringBuilder) {
fp := CStdlib.fopen(path.alloc_cstring(), "rb")
// TODO: free allocated path cstring
if fp == null {
return false
}
blockSize := 4096_u
while true {
out.reserveForWrite(cast(blockSize, int))
read := CStdlib.fread(out.dataPtr + out.count, 1, blockSize, fp)
if read > 0 {
assert(read <= blockSize)
out.count += checked_cast(read, int)
} else {
break
}
}
if CStdlib.feof(fp) == 0 {
return false
}
if CStdlib.fclose(fp) != 0 {
return false
}
return true
}
tryWriteString(path string, data string) {
fp := CStdlib.fopen(path.alloc_cstring(), "wb")
// TODO: free allocated path cstring
if fp == null {
return false
}
blockSize := 4096_u
len := cast(data.length, uint)
i := 0_u
while i < len {
size := min(blockSize, len - i)
written := CStdlib.fwrite(data.dataPtr + i, 1, size, fp)
if written > 0 {
assert(written <= size)
i += cast(written, uint)
} else {
return false
}
}
if CStdlib.fclose(fp) != 0 {
return false
}
return true
}
}
| mupad | 4 | jturner/muon | lib/stdio.mu | [
"MIT"
] |
#Signature file v4.1
#Version 9.22
CLSS public abstract interface java.io.Closeable
intf java.lang.AutoCloseable
meth public abstract void close() throws java.io.IOException
CLSS public abstract interface java.io.DataInput
meth public abstract boolean readBoolean() throws java.io.IOException
meth public abstract byte readByte() throws java.io.IOException
meth public abstract char readChar() throws java.io.IOException
meth public abstract double readDouble() throws java.io.IOException
meth public abstract float readFloat() throws java.io.IOException
meth public abstract int readInt() throws java.io.IOException
meth public abstract int readUnsignedByte() throws java.io.IOException
meth public abstract int readUnsignedShort() throws java.io.IOException
meth public abstract int skipBytes(int) throws java.io.IOException
meth public abstract java.lang.String readLine() throws java.io.IOException
meth public abstract java.lang.String readUTF() throws java.io.IOException
meth public abstract long readLong() throws java.io.IOException
meth public abstract short readShort() throws java.io.IOException
meth public abstract void readFully(byte[]) throws java.io.IOException
meth public abstract void readFully(byte[],int,int) throws java.io.IOException
CLSS public abstract interface java.io.DataOutput
meth public abstract void write(byte[]) throws java.io.IOException
meth public abstract void write(byte[],int,int) throws java.io.IOException
meth public abstract void write(int) throws java.io.IOException
meth public abstract void writeBoolean(boolean) throws java.io.IOException
meth public abstract void writeByte(int) throws java.io.IOException
meth public abstract void writeBytes(java.lang.String) throws java.io.IOException
meth public abstract void writeChar(int) throws java.io.IOException
meth public abstract void writeChars(java.lang.String) throws java.io.IOException
meth public abstract void writeDouble(double) throws java.io.IOException
meth public abstract void writeFloat(float) throws java.io.IOException
meth public abstract void writeInt(int) throws java.io.IOException
meth public abstract void writeLong(long) throws java.io.IOException
meth public abstract void writeShort(int) throws java.io.IOException
meth public abstract void writeUTF(java.lang.String) throws java.io.IOException
CLSS public abstract interface java.io.Flushable
meth public abstract void flush() throws java.io.IOException
CLSS public java.io.IOException
cons public init()
cons public init(java.lang.String)
cons public init(java.lang.String,java.lang.Throwable)
cons public init(java.lang.Throwable)
supr java.lang.Exception
CLSS public abstract java.io.InputStream
cons public init()
intf java.io.Closeable
meth public abstract int read() throws java.io.IOException
meth public boolean markSupported()
meth public int available() throws java.io.IOException
meth public int read(byte[]) throws java.io.IOException
meth public int read(byte[],int,int) throws java.io.IOException
meth public long skip(long) throws java.io.IOException
meth public void close() throws java.io.IOException
meth public void mark(int)
meth public void reset() throws java.io.IOException
supr java.lang.Object
CLSS public abstract interface java.io.ObjectInput
intf java.io.DataInput
intf java.lang.AutoCloseable
meth public abstract int available() throws java.io.IOException
meth public abstract int read() throws java.io.IOException
meth public abstract int read(byte[]) throws java.io.IOException
meth public abstract int read(byte[],int,int) throws java.io.IOException
meth public abstract java.lang.Object readObject() throws java.io.IOException,java.lang.ClassNotFoundException
meth public abstract long skip(long) throws java.io.IOException
meth public abstract void close() throws java.io.IOException
CLSS public java.io.ObjectInputStream
cons protected init() throws java.io.IOException
cons public init(java.io.InputStream) throws java.io.IOException
innr public abstract static GetField
intf java.io.ObjectInput
intf java.io.ObjectStreamConstants
meth protected boolean enableResolveObject(boolean)
meth protected java.io.ObjectStreamClass readClassDescriptor() throws java.io.IOException,java.lang.ClassNotFoundException
meth protected java.lang.Class<?> resolveClass(java.io.ObjectStreamClass) throws java.io.IOException,java.lang.ClassNotFoundException
meth protected java.lang.Class<?> resolveProxyClass(java.lang.String[]) throws java.io.IOException,java.lang.ClassNotFoundException
meth protected java.lang.Object readObjectOverride() throws java.io.IOException,java.lang.ClassNotFoundException
meth protected java.lang.Object resolveObject(java.lang.Object) throws java.io.IOException
meth protected void readStreamHeader() throws java.io.IOException
meth public boolean readBoolean() throws java.io.IOException
meth public byte readByte() throws java.io.IOException
meth public char readChar() throws java.io.IOException
meth public double readDouble() throws java.io.IOException
meth public final java.lang.Object readObject() throws java.io.IOException,java.lang.ClassNotFoundException
meth public float readFloat() throws java.io.IOException
meth public int available() throws java.io.IOException
meth public int read() throws java.io.IOException
meth public int read(byte[],int,int) throws java.io.IOException
meth public int readInt() throws java.io.IOException
meth public int readUnsignedByte() throws java.io.IOException
meth public int readUnsignedShort() throws java.io.IOException
meth public int skipBytes(int) throws java.io.IOException
meth public java.io.ObjectInputStream$GetField readFields() throws java.io.IOException,java.lang.ClassNotFoundException
meth public java.lang.Object readUnshared() throws java.io.IOException,java.lang.ClassNotFoundException
meth public java.lang.String readLine() throws java.io.IOException
anno 0 java.lang.Deprecated()
meth public java.lang.String readUTF() throws java.io.IOException
meth public long readLong() throws java.io.IOException
meth public short readShort() throws java.io.IOException
meth public void close() throws java.io.IOException
meth public void defaultReadObject() throws java.io.IOException,java.lang.ClassNotFoundException
meth public void readFully(byte[]) throws java.io.IOException
meth public void readFully(byte[],int,int) throws java.io.IOException
meth public void registerValidation(java.io.ObjectInputValidation,int) throws java.io.InvalidObjectException,java.io.NotActiveException
supr java.io.InputStream
CLSS public abstract interface java.io.ObjectOutput
intf java.io.DataOutput
intf java.lang.AutoCloseable
meth public abstract void close() throws java.io.IOException
meth public abstract void flush() throws java.io.IOException
meth public abstract void write(byte[]) throws java.io.IOException
meth public abstract void write(byte[],int,int) throws java.io.IOException
meth public abstract void write(int) throws java.io.IOException
meth public abstract void writeObject(java.lang.Object) throws java.io.IOException
CLSS public java.io.ObjectOutputStream
cons protected init() throws java.io.IOException
cons public init(java.io.OutputStream) throws java.io.IOException
innr public abstract static PutField
intf java.io.ObjectOutput
intf java.io.ObjectStreamConstants
meth protected boolean enableReplaceObject(boolean)
meth protected java.lang.Object replaceObject(java.lang.Object) throws java.io.IOException
meth protected void annotateClass(java.lang.Class<?>) throws java.io.IOException
meth protected void annotateProxyClass(java.lang.Class<?>) throws java.io.IOException
meth protected void drain() throws java.io.IOException
meth protected void writeClassDescriptor(java.io.ObjectStreamClass) throws java.io.IOException
meth protected void writeObjectOverride(java.lang.Object) throws java.io.IOException
meth protected void writeStreamHeader() throws java.io.IOException
meth public final void writeObject(java.lang.Object) throws java.io.IOException
meth public java.io.ObjectOutputStream$PutField putFields() throws java.io.IOException
meth public void close() throws java.io.IOException
meth public void defaultWriteObject() throws java.io.IOException
meth public void flush() throws java.io.IOException
meth public void reset() throws java.io.IOException
meth public void useProtocolVersion(int) throws java.io.IOException
meth public void write(byte[]) throws java.io.IOException
meth public void write(byte[],int,int) throws java.io.IOException
meth public void write(int) throws java.io.IOException
meth public void writeBoolean(boolean) throws java.io.IOException
meth public void writeByte(int) throws java.io.IOException
meth public void writeBytes(java.lang.String) throws java.io.IOException
meth public void writeChar(int) throws java.io.IOException
meth public void writeChars(java.lang.String) throws java.io.IOException
meth public void writeDouble(double) throws java.io.IOException
meth public void writeFields() throws java.io.IOException
meth public void writeFloat(float) throws java.io.IOException
meth public void writeInt(int) throws java.io.IOException
meth public void writeLong(long) throws java.io.IOException
meth public void writeShort(int) throws java.io.IOException
meth public void writeUTF(java.lang.String) throws java.io.IOException
meth public void writeUnshared(java.lang.Object) throws java.io.IOException
supr java.io.OutputStream
CLSS public abstract interface java.io.ObjectStreamConstants
fld public final static byte SC_BLOCK_DATA = 8
fld public final static byte SC_ENUM = 16
fld public final static byte SC_EXTERNALIZABLE = 4
fld public final static byte SC_SERIALIZABLE = 2
fld public final static byte SC_WRITE_METHOD = 1
fld public final static byte TC_ARRAY = 117
fld public final static byte TC_BASE = 112
fld public final static byte TC_BLOCKDATA = 119
fld public final static byte TC_BLOCKDATALONG = 122
fld public final static byte TC_CLASS = 118
fld public final static byte TC_CLASSDESC = 114
fld public final static byte TC_ENDBLOCKDATA = 120
fld public final static byte TC_ENUM = 126
fld public final static byte TC_EXCEPTION = 123
fld public final static byte TC_LONGSTRING = 124
fld public final static byte TC_MAX = 126
fld public final static byte TC_NULL = 112
fld public final static byte TC_OBJECT = 115
fld public final static byte TC_PROXYCLASSDESC = 125
fld public final static byte TC_REFERENCE = 113
fld public final static byte TC_RESET = 121
fld public final static byte TC_STRING = 116
fld public final static int PROTOCOL_VERSION_1 = 1
fld public final static int PROTOCOL_VERSION_2 = 2
fld public final static int baseWireHandle = 8257536
fld public final static java.io.SerializablePermission SUBCLASS_IMPLEMENTATION_PERMISSION
fld public final static java.io.SerializablePermission SUBSTITUTION_PERMISSION
fld public final static short STREAM_MAGIC = -21267
fld public final static short STREAM_VERSION = 5
CLSS public abstract java.io.OutputStream
cons public init()
intf java.io.Closeable
intf java.io.Flushable
meth public abstract void write(int) throws java.io.IOException
meth public void close() throws java.io.IOException
meth public void flush() throws java.io.IOException
meth public void write(byte[]) throws java.io.IOException
meth public void write(byte[],int,int) throws java.io.IOException
supr java.lang.Object
CLSS public abstract interface java.io.Serializable
CLSS public abstract interface java.lang.AutoCloseable
meth public abstract void close() throws java.lang.Exception
CLSS public abstract interface java.lang.Cloneable
CLSS public abstract interface !annotation java.lang.Deprecated
anno 0 java.lang.annotation.Documented()
anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[CONSTRUCTOR, FIELD, LOCAL_VARIABLE, METHOD, PACKAGE, PARAMETER, TYPE])
intf java.lang.annotation.Annotation
CLSS public java.lang.Exception
cons protected init(java.lang.String,java.lang.Throwable,boolean,boolean)
cons public init()
cons public init(java.lang.String)
cons public init(java.lang.String,java.lang.Throwable)
cons public init(java.lang.Throwable)
supr java.lang.Throwable
CLSS public abstract interface !annotation java.lang.FunctionalInterface
anno 0 java.lang.annotation.Documented()
anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
intf java.lang.annotation.Annotation
CLSS public abstract interface java.lang.Iterable<%0 extends java.lang.Object>
meth public abstract java.util.Iterator<{java.lang.Iterable%0}> iterator()
meth public java.util.Spliterator<{java.lang.Iterable%0}> spliterator()
meth public void forEach(java.util.function.Consumer<? super {java.lang.Iterable%0}>)
CLSS public java.lang.Object
cons public init()
meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
meth protected void finalize() throws java.lang.Throwable
meth public boolean equals(java.lang.Object)
meth public final java.lang.Class<?> getClass()
meth public final void notify()
meth public final void notifyAll()
meth public final void wait() throws java.lang.InterruptedException
meth public final void wait(long) throws java.lang.InterruptedException
meth public final void wait(long,int) throws java.lang.InterruptedException
meth public int hashCode()
meth public java.lang.String toString()
CLSS public abstract interface java.lang.Runnable
anno 0 java.lang.FunctionalInterface()
meth public abstract void run()
CLSS public java.lang.RuntimeException
cons protected init(java.lang.String,java.lang.Throwable,boolean,boolean)
cons public init()
cons public init(java.lang.String)
cons public init(java.lang.String,java.lang.Throwable)
cons public init(java.lang.Throwable)
supr java.lang.Exception
CLSS public java.lang.Throwable
cons protected init(java.lang.String,java.lang.Throwable,boolean,boolean)
cons public init()
cons public init(java.lang.String)
cons public init(java.lang.String,java.lang.Throwable)
cons public init(java.lang.Throwable)
intf java.io.Serializable
meth public final java.lang.Throwable[] getSuppressed()
meth public final void addSuppressed(java.lang.Throwable)
meth public java.lang.StackTraceElement[] getStackTrace()
meth public java.lang.String getLocalizedMessage()
meth public java.lang.String getMessage()
meth public java.lang.String toString()
meth public java.lang.Throwable fillInStackTrace()
meth public java.lang.Throwable getCause()
meth public java.lang.Throwable initCause(java.lang.Throwable)
meth public void printStackTrace()
meth public void printStackTrace(java.io.PrintStream)
meth public void printStackTrace(java.io.PrintWriter)
meth public void setStackTrace(java.lang.StackTraceElement[])
supr java.lang.Object
CLSS public abstract interface java.lang.annotation.Annotation
meth public abstract boolean equals(java.lang.Object)
meth public abstract int hashCode()
meth public abstract java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
meth public abstract java.lang.String toString()
CLSS public abstract interface !annotation java.lang.annotation.Documented
anno 0 java.lang.annotation.Documented()
anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
intf java.lang.annotation.Annotation
CLSS public abstract interface !annotation java.lang.annotation.Retention
anno 0 java.lang.annotation.Documented()
anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
intf java.lang.annotation.Annotation
meth public abstract java.lang.annotation.RetentionPolicy value()
CLSS public abstract interface !annotation java.lang.annotation.Target
anno 0 java.lang.annotation.Documented()
anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
intf java.lang.annotation.Annotation
meth public abstract java.lang.annotation.ElementType[] value()
CLSS public abstract java.text.Format
cons protected init()
innr public static Field
intf java.io.Serializable
intf java.lang.Cloneable
meth public abstract java.lang.Object parseObject(java.lang.String,java.text.ParsePosition)
meth public abstract java.lang.StringBuffer format(java.lang.Object,java.lang.StringBuffer,java.text.FieldPosition)
meth public final java.lang.String format(java.lang.Object)
meth public java.lang.Object clone()
meth public java.lang.Object parseObject(java.lang.String) throws java.text.ParseException
meth public java.text.AttributedCharacterIterator formatToCharacterIterator(java.lang.Object)
supr java.lang.Object
CLSS public abstract java.util.AbstractCollection<%0 extends java.lang.Object>
cons protected init()
intf java.util.Collection<{java.util.AbstractCollection%0}>
meth public <%0 extends java.lang.Object> {%%0}[] toArray({%%0}[])
meth public abstract int size()
meth public abstract java.util.Iterator<{java.util.AbstractCollection%0}> iterator()
meth public boolean add({java.util.AbstractCollection%0})
meth public boolean addAll(java.util.Collection<? extends {java.util.AbstractCollection%0}>)
meth public boolean contains(java.lang.Object)
meth public boolean containsAll(java.util.Collection<?>)
meth public boolean isEmpty()
meth public boolean remove(java.lang.Object)
meth public boolean removeAll(java.util.Collection<?>)
meth public boolean retainAll(java.util.Collection<?>)
meth public java.lang.Object[] toArray()
meth public java.lang.String toString()
meth public void clear()
supr java.lang.Object
CLSS public abstract java.util.AbstractMap<%0 extends java.lang.Object, %1 extends java.lang.Object>
cons protected init()
innr public static SimpleEntry
innr public static SimpleImmutableEntry
intf java.util.Map<{java.util.AbstractMap%0},{java.util.AbstractMap%1}>
meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
meth public abstract java.util.Set<java.util.Map$Entry<{java.util.AbstractMap%0},{java.util.AbstractMap%1}>> entrySet()
meth public boolean containsKey(java.lang.Object)
meth public boolean containsValue(java.lang.Object)
meth public boolean equals(java.lang.Object)
meth public boolean isEmpty()
meth public int hashCode()
meth public int size()
meth public java.lang.String toString()
meth public java.util.Collection<{java.util.AbstractMap%1}> values()
meth public java.util.Set<{java.util.AbstractMap%0}> keySet()
meth public void clear()
meth public void putAll(java.util.Map<? extends {java.util.AbstractMap%0},? extends {java.util.AbstractMap%1}>)
meth public {java.util.AbstractMap%1} get(java.lang.Object)
meth public {java.util.AbstractMap%1} put({java.util.AbstractMap%0},{java.util.AbstractMap%1})
meth public {java.util.AbstractMap%1} remove(java.lang.Object)
supr java.lang.Object
CLSS public abstract java.util.AbstractSet<%0 extends java.lang.Object>
cons protected init()
intf java.util.Set<{java.util.AbstractSet%0}>
meth public boolean equals(java.lang.Object)
meth public boolean removeAll(java.util.Collection<?>)
meth public int hashCode()
supr java.util.AbstractCollection<{java.util.AbstractSet%0}>
CLSS public abstract interface java.util.Collection<%0 extends java.lang.Object>
intf java.lang.Iterable<{java.util.Collection%0}>
meth public abstract <%0 extends java.lang.Object> {%%0}[] toArray({%%0}[])
meth public abstract boolean add({java.util.Collection%0})
meth public abstract boolean addAll(java.util.Collection<? extends {java.util.Collection%0}>)
meth public abstract boolean contains(java.lang.Object)
meth public abstract boolean containsAll(java.util.Collection<?>)
meth public abstract boolean equals(java.lang.Object)
meth public abstract boolean isEmpty()
meth public abstract boolean remove(java.lang.Object)
meth public abstract boolean removeAll(java.util.Collection<?>)
meth public abstract boolean retainAll(java.util.Collection<?>)
meth public abstract int hashCode()
meth public abstract int size()
meth public abstract java.lang.Object[] toArray()
meth public abstract java.util.Iterator<{java.util.Collection%0}> iterator()
meth public abstract void clear()
meth public boolean removeIf(java.util.function.Predicate<? super {java.util.Collection%0}>)
meth public java.util.Spliterator<{java.util.Collection%0}> spliterator()
meth public java.util.stream.Stream<{java.util.Collection%0}> parallelStream()
meth public java.util.stream.Stream<{java.util.Collection%0}> stream()
CLSS public abstract interface java.util.EventListener
CLSS public java.util.EventObject
cons public init(java.lang.Object)
fld protected java.lang.Object source
intf java.io.Serializable
meth public java.lang.Object getSource()
meth public java.lang.String toString()
supr java.lang.Object
CLSS public abstract interface java.util.Map<%0 extends java.lang.Object, %1 extends java.lang.Object>
innr public abstract interface static Entry
meth public abstract boolean containsKey(java.lang.Object)
meth public abstract boolean containsValue(java.lang.Object)
meth public abstract boolean equals(java.lang.Object)
meth public abstract boolean isEmpty()
meth public abstract int hashCode()
meth public abstract int size()
meth public abstract java.util.Collection<{java.util.Map%1}> values()
meth public abstract java.util.Set<java.util.Map$Entry<{java.util.Map%0},{java.util.Map%1}>> entrySet()
meth public abstract java.util.Set<{java.util.Map%0}> keySet()
meth public abstract void clear()
meth public abstract void putAll(java.util.Map<? extends {java.util.Map%0},? extends {java.util.Map%1}>)
meth public abstract {java.util.Map%1} get(java.lang.Object)
meth public abstract {java.util.Map%1} put({java.util.Map%0},{java.util.Map%1})
meth public abstract {java.util.Map%1} remove(java.lang.Object)
meth public boolean remove(java.lang.Object,java.lang.Object)
meth public boolean replace({java.util.Map%0},{java.util.Map%1},{java.util.Map%1})
meth public void forEach(java.util.function.BiConsumer<? super {java.util.Map%0},? super {java.util.Map%1}>)
meth public void replaceAll(java.util.function.BiFunction<? super {java.util.Map%0},? super {java.util.Map%1},? extends {java.util.Map%1}>)
meth public {java.util.Map%1} compute({java.util.Map%0},java.util.function.BiFunction<? super {java.util.Map%0},? super {java.util.Map%1},? extends {java.util.Map%1}>)
meth public {java.util.Map%1} computeIfAbsent({java.util.Map%0},java.util.function.Function<? super {java.util.Map%0},? extends {java.util.Map%1}>)
meth public {java.util.Map%1} computeIfPresent({java.util.Map%0},java.util.function.BiFunction<? super {java.util.Map%0},? super {java.util.Map%1},? extends {java.util.Map%1}>)
meth public {java.util.Map%1} getOrDefault(java.lang.Object,{java.util.Map%1})
meth public {java.util.Map%1} merge({java.util.Map%0},{java.util.Map%1},java.util.function.BiFunction<? super {java.util.Map%1},? super {java.util.Map%1},? extends {java.util.Map%1}>)
meth public {java.util.Map%1} putIfAbsent({java.util.Map%0},{java.util.Map%1})
meth public {java.util.Map%1} replace({java.util.Map%0},{java.util.Map%1})
CLSS public abstract interface java.util.Set<%0 extends java.lang.Object>
intf java.util.Collection<{java.util.Set%0}>
meth public abstract <%0 extends java.lang.Object> {%%0}[] toArray({%%0}[])
meth public abstract boolean add({java.util.Set%0})
meth public abstract boolean addAll(java.util.Collection<? extends {java.util.Set%0}>)
meth public abstract boolean contains(java.lang.Object)
meth public abstract boolean containsAll(java.util.Collection<?>)
meth public abstract boolean equals(java.lang.Object)
meth public abstract boolean isEmpty()
meth public abstract boolean remove(java.lang.Object)
meth public abstract boolean removeAll(java.util.Collection<?>)
meth public abstract boolean retainAll(java.util.Collection<?>)
meth public abstract int hashCode()
meth public abstract int size()
meth public abstract java.lang.Object[] toArray()
meth public abstract java.util.Iterator<{java.util.Set%0}> iterator()
meth public abstract void clear()
meth public java.util.Spliterator<{java.util.Set%0}> spliterator()
CLSS public abstract interface java.util.concurrent.Executor
meth public abstract void execute(java.lang.Runnable)
CLSS public abstract interface java.util.concurrent.ExecutorService
intf java.util.concurrent.Executor
meth public abstract <%0 extends java.lang.Object> java.util.List<java.util.concurrent.Future<{%%0}>> invokeAll(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>) throws java.lang.InterruptedException
meth public abstract <%0 extends java.lang.Object> java.util.List<java.util.concurrent.Future<{%%0}>> invokeAll(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>,long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException
meth public abstract <%0 extends java.lang.Object> java.util.concurrent.Future<{%%0}> submit(java.lang.Runnable,{%%0})
meth public abstract <%0 extends java.lang.Object> java.util.concurrent.Future<{%%0}> submit(java.util.concurrent.Callable<{%%0}>)
meth public abstract <%0 extends java.lang.Object> {%%0} invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException
meth public abstract <%0 extends java.lang.Object> {%%0} invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>,long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException,java.util.concurrent.TimeoutException
meth public abstract boolean awaitTermination(long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException
meth public abstract boolean isShutdown()
meth public abstract boolean isTerminated()
meth public abstract java.util.List<java.lang.Runnable> shutdownNow()
meth public abstract java.util.concurrent.Future<?> submit(java.lang.Runnable)
meth public abstract void shutdown()
CLSS public abstract interface java.util.concurrent.ScheduledExecutorService
intf java.util.concurrent.ExecutorService
meth public abstract <%0 extends java.lang.Object> java.util.concurrent.ScheduledFuture<{%%0}> schedule(java.util.concurrent.Callable<{%%0}>,long,java.util.concurrent.TimeUnit)
meth public abstract java.util.concurrent.ScheduledFuture<?> schedule(java.lang.Runnable,long,java.util.concurrent.TimeUnit)
meth public abstract java.util.concurrent.ScheduledFuture<?> scheduleAtFixedRate(java.lang.Runnable,long,long,java.util.concurrent.TimeUnit)
meth public abstract java.util.concurrent.ScheduledFuture<?> scheduleWithFixedDelay(java.lang.Runnable,long,long,java.util.concurrent.TimeUnit)
CLSS public abstract org.openide.util.BaseUtilities
fld public final static int OS_AIX = 64
fld public final static int OS_DEC = 1024
anno 0 java.lang.Deprecated()
fld public final static int OS_FREEBSD = 131072
fld public final static int OS_HP = 32
fld public final static int OS_IRIX = 128
fld public final static int OS_LINUX = 16
fld public final static int OS_MAC = 4096
fld public final static int OS_OPENBSD = 1048576
fld public final static int OS_OS2 = 2048
fld public final static int OS_OTHER = 65536
fld public final static int OS_SOLARIS = 8
fld public final static int OS_SUNOS = 256
fld public final static int OS_TRU64 = 512
fld public final static int OS_UNIX_MASK = 1709048
anno 0 java.lang.Deprecated()
fld public final static int OS_UNIX_OTHER = 524288
fld public final static int OS_VMS = 16384
fld public final static int OS_WIN2000 = 8192
fld public final static int OS_WIN95 = 2
fld public final static int OS_WIN98 = 4
fld public final static int OS_WINDOWS_MASK = 303111
anno 0 java.lang.Deprecated()
fld public final static int OS_WINNT = 1
fld public final static int OS_WINVISTA = 262144
fld public final static int OS_WIN_OTHER = 32768
meth public static <%0 extends java.lang.Object> java.util.List<{%%0}> topologicalSort(java.util.Collection<? extends {%%0}>,java.util.Map<? super {%%0},? extends java.util.Collection<? extends {%%0}>>) throws org.openide.util.TopologicalSortException
meth public static boolean compareObjects(java.lang.Object,java.lang.Object)
meth public static boolean compareObjectsImpl(java.lang.Object,java.lang.Object,int)
meth public static boolean isJavaIdentifier(java.lang.String)
meth public static boolean isMac()
meth public static boolean isUnix()
meth public static boolean isWindows()
meth public static int getOperatingSystem()
meth public static java.io.File toFile(java.net.URI)
meth public static java.lang.Class<?> getObjectType(java.lang.Class<?>)
meth public static java.lang.Class<?> getPrimitiveType(java.lang.Class<?>)
meth public static java.lang.Object toPrimitiveArray(java.lang.Object[])
meth public static java.lang.Object[] toObjectArray(java.lang.Object)
meth public static java.lang.String escapeParameters(java.lang.String[])
meth public static java.lang.String getClassName(java.lang.Class<?>)
meth public static java.lang.String getShortClassName(java.lang.Class<?>)
meth public static java.lang.String pureClassName(java.lang.String)
meth public static java.lang.String translate(java.lang.String)
meth public static java.lang.String wrapString(java.lang.String,int,java.text.BreakIterator,boolean)
meth public static java.lang.String[] parseParameters(java.lang.String)
meth public static java.lang.String[] wrapStringToArray(java.lang.String,int,java.text.BreakIterator,boolean)
meth public static java.lang.ref.ReferenceQueue<java.lang.Object> activeReferenceQueue()
meth public static java.net.URI normalizeURI(java.net.URI)
meth public static java.net.URI toURI(java.io.File)
supr java.lang.Object
hfds LOG,TRANS_LOCK,operatingSystem,pathURIConsistent,transExp,transLoader
hcls RE
CLSS public abstract interface org.openide.util.Cancellable
meth public abstract boolean cancel()
CLSS public final org.openide.util.ChangeSupport
cons public init(java.lang.Object)
meth public boolean hasListeners()
meth public void addChangeListener(javax.swing.event.ChangeListener)
meth public void fireChange()
meth public void removeChangeListener(javax.swing.event.ChangeListener)
supr java.lang.Object
hfds LOG,listeners,source
CLSS public final org.openide.util.CharSequences
meth public static boolean isCompact(java.lang.CharSequence)
meth public static int indexOf(java.lang.CharSequence,java.lang.CharSequence)
meth public static int indexOf(java.lang.CharSequence,java.lang.CharSequence,int)
meth public static java.lang.CharSequence create(char[],int,int)
meth public static java.lang.CharSequence create(java.lang.CharSequence)
meth public static java.lang.CharSequence empty()
meth public static java.util.Comparator<java.lang.CharSequence> comparator()
supr java.lang.Object
hfds Comparator,EMPTY,decodeTable,encodeTable
hcls ByteBasedSequence,CharBasedSequence,CharSequenceComparator,CompactCharSequence,Fixed6Bit_11_20,Fixed6Bit_1_10,Fixed6Bit_21_30,Fixed_0_7,Fixed_16_23,Fixed_8_15
CLSS public final org.openide.util.EditableProperties
cons public init(boolean)
intf java.lang.Cloneable
meth public java.lang.Object clone()
meth public java.lang.String get(java.lang.Object)
meth public java.lang.String getProperty(java.lang.String)
meth public java.lang.String put(java.lang.String,java.lang.String)
meth public java.lang.String setProperty(java.lang.String,java.lang.String)
meth public java.lang.String setProperty(java.lang.String,java.lang.String[])
meth public java.lang.String[] getComment(java.lang.String)
meth public java.util.Set<java.util.Map$Entry<java.lang.String,java.lang.String>> entrySet()
meth public org.openide.util.EditableProperties cloneProperties()
meth public void load(java.io.InputStream) throws java.io.IOException
meth public void setComment(java.lang.String,java.lang.String[],boolean)
meth public void store(java.io.OutputStream) throws java.io.IOException
supr java.util.AbstractMap<java.lang.String,java.lang.String>
hfds INDENT,READING_KEY_VALUE,WAITING_FOR_KEY_VALUE,alphabetize,state
hcls Item,IteratorImpl,MapEntryImpl,SetImpl,State
CLSS public final org.openide.util.Enumerations
innr public abstract interface static Processor
meth public !varargs static <%0 extends java.lang.Object> java.util.Enumeration<{%%0}> array({%%0}[])
meth public final static <%0 extends java.lang.Object> java.util.Enumeration<{%%0}> empty()
meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> java.util.Enumeration<{%%1}> convert(java.util.Enumeration<? extends {%%0}>,org.openide.util.Enumerations$Processor<{%%0},{%%1}>)
meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> java.util.Enumeration<{%%1}> filter(java.util.Enumeration<? extends {%%0}>,org.openide.util.Enumerations$Processor<{%%0},{%%1}>)
meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> java.util.Enumeration<{%%1}> queue(java.util.Enumeration<? extends {%%0}>,org.openide.util.Enumerations$Processor<{%%0},{%%1}>)
meth public static <%0 extends java.lang.Object> java.util.Enumeration<{%%0}> concat(java.util.Enumeration<? extends java.util.Enumeration<? extends {%%0}>>)
meth public static <%0 extends java.lang.Object> java.util.Enumeration<{%%0}> concat(java.util.Enumeration<? extends {%%0}>,java.util.Enumeration<? extends {%%0}>)
meth public static <%0 extends java.lang.Object> java.util.Enumeration<{%%0}> removeDuplicates(java.util.Enumeration<{%%0}>)
meth public static <%0 extends java.lang.Object> java.util.Enumeration<{%%0}> removeNulls(java.util.Enumeration<{%%0}>)
meth public static <%0 extends java.lang.Object> java.util.Enumeration<{%%0}> singleton({%%0})
supr java.lang.Object
hcls AltEn,FilEn,QEn,RNulls,SeqEn
CLSS public abstract interface static org.openide.util.Enumerations$Processor<%0 extends java.lang.Object, %1 extends java.lang.Object>
outer org.openide.util.Enumerations
meth public abstract {org.openide.util.Enumerations$Processor%1} process({org.openide.util.Enumerations$Processor%0},java.util.Collection<{org.openide.util.Enumerations$Processor%0}>)
CLSS public final org.openide.util.Exceptions
meth public static <%0 extends java.lang.Throwable> {%%0} attachLocalizedMessage({%%0},java.lang.String)
meth public static <%0 extends java.lang.Throwable> {%%0} attachMessage({%%0},java.lang.String)
meth public static <%0 extends java.lang.Throwable> {%%0} attachSeverity({%%0},java.util.logging.Level)
meth public static java.lang.String findLocalizedMessage(java.lang.Throwable)
meth public static void printStackTrace(java.lang.Throwable)
supr java.lang.Object
hfds LOC_MSG_PLACEHOLDER,LOG
hcls AnnException,OwnLevel
CLSS public abstract org.openide.util.Lookup
cons public init()
fld public final static org.openide.util.Lookup EMPTY
innr public abstract interface static Provider
innr public abstract static Item
innr public abstract static Result
innr public final static Template
meth public <%0 extends java.lang.Object> java.util.Collection<? extends {%%0}> lookupAll(java.lang.Class<{%%0}>)
meth public <%0 extends java.lang.Object> org.openide.util.Lookup$Item<{%%0}> lookupItem(org.openide.util.Lookup$Template<{%%0}>)
meth public <%0 extends java.lang.Object> org.openide.util.Lookup$Result<{%%0}> lookupResult(java.lang.Class<{%%0}>)
meth public abstract <%0 extends java.lang.Object> org.openide.util.Lookup$Result<{%%0}> lookup(org.openide.util.Lookup$Template<{%%0}>)
meth public abstract <%0 extends java.lang.Object> {%%0} lookup(java.lang.Class<{%%0}>)
meth public static org.openide.util.Lookup getDefault()
supr java.lang.Object
hfds LOG,defaultLookup,defaultLookupProvider
hcls DefLookup,Empty
CLSS public abstract static org.openide.util.Lookup$Item<%0 extends java.lang.Object>
outer org.openide.util.Lookup
cons public init()
meth public abstract java.lang.Class<? extends {org.openide.util.Lookup$Item%0}> getType()
meth public abstract java.lang.String getDisplayName()
meth public abstract java.lang.String getId()
meth public abstract {org.openide.util.Lookup$Item%0} getInstance()
meth public java.lang.String toString()
supr java.lang.Object
CLSS public abstract interface static org.openide.util.Lookup$Provider
outer org.openide.util.Lookup
meth public abstract org.openide.util.Lookup getLookup()
CLSS public abstract static org.openide.util.Lookup$Result<%0 extends java.lang.Object>
outer org.openide.util.Lookup
cons public init()
meth public abstract java.util.Collection<? extends {org.openide.util.Lookup$Result%0}> allInstances()
meth public abstract void addLookupListener(org.openide.util.LookupListener)
meth public abstract void removeLookupListener(org.openide.util.LookupListener)
meth public java.util.Collection<? extends org.openide.util.Lookup$Item<{org.openide.util.Lookup$Result%0}>> allItems()
meth public java.util.Set<java.lang.Class<? extends {org.openide.util.Lookup$Result%0}>> allClasses()
supr java.lang.Object
CLSS public final static org.openide.util.Lookup$Template<%0 extends java.lang.Object>
outer org.openide.util.Lookup
cons public init()
anno 0 java.lang.Deprecated()
cons public init(java.lang.Class<{org.openide.util.Lookup$Template%0}>)
cons public init(java.lang.Class<{org.openide.util.Lookup$Template%0}>,java.lang.String,{org.openide.util.Lookup$Template%0})
meth public boolean equals(java.lang.Object)
meth public int hashCode()
meth public java.lang.Class<{org.openide.util.Lookup$Template%0}> getType()
meth public java.lang.String getId()
meth public java.lang.String toString()
meth public {org.openide.util.Lookup$Template%0} getInstance()
supr java.lang.Object
hfds hashCode,id,instance,type
CLSS public final org.openide.util.LookupEvent
cons public init(org.openide.util.Lookup$Result)
supr java.util.EventObject
CLSS public abstract interface org.openide.util.LookupListener
intf java.util.EventListener
meth public abstract void resultChanged(org.openide.util.LookupEvent)
CLSS public org.openide.util.MapFormat
cons public init(java.util.Map)
meth protected java.lang.Object processKey(java.lang.String)
meth public boolean isExactMatch()
meth public boolean willThrowExceptionIfKeyWasNotFound()
meth public java.lang.Object parseObject(java.lang.String,java.text.ParsePosition)
meth public java.lang.String getLeftBrace()
meth public java.lang.String getRightBrace()
meth public java.lang.String parse(java.lang.String)
meth public java.lang.String processPattern(java.lang.String)
meth public java.lang.StringBuffer format(java.lang.Object,java.lang.StringBuffer,java.text.FieldPosition)
meth public java.util.Map getMap()
meth public static java.lang.String format(java.lang.String,java.util.Map)
meth public void setExactMatch(boolean)
meth public void setLeftBrace(java.lang.String)
meth public void setMap(java.util.Map)
meth public void setRightBrace(java.lang.String)
meth public void setThrowExceptionIfKeyWasNotFound(boolean)
supr java.text.Format
hfds BUFSIZE,argmap,arguments,exactmatch,ldel,locale,maxOffset,offsets,rdel,serialVersionUID,throwex
CLSS public final org.openide.util.Mutex
cons public init()
cons public init(java.lang.Object)
cons public init(org.openide.util.Mutex$Privileged)
cons public init(org.openide.util.Mutex$Privileged,java.util.concurrent.Executor)
cons public init(org.openide.util.spi.MutexImplementation)
fld public final static org.openide.util.Mutex EVENT
innr public abstract interface static Action
innr public abstract interface static ExceptionAction
innr public final static Privileged
meth public <%0 extends java.lang.Object> {%%0} readAccess(org.openide.util.Mutex$Action<{%%0}>)
meth public <%0 extends java.lang.Object> {%%0} readAccess(org.openide.util.Mutex$ExceptionAction<{%%0}>) throws org.openide.util.MutexException
meth public <%0 extends java.lang.Object> {%%0} writeAccess(org.openide.util.Mutex$Action<{%%0}>)
meth public <%0 extends java.lang.Object> {%%0} writeAccess(org.openide.util.Mutex$ExceptionAction<{%%0}>) throws org.openide.util.MutexException
meth public boolean isReadAccess()
meth public boolean isWriteAccess()
meth public java.lang.String toString()
meth public void postReadRequest(java.lang.Runnable)
meth public void postWriteRequest(java.lang.Runnable)
meth public void readAccess(java.lang.Runnable)
meth public void writeAccess(java.lang.Runnable)
supr java.lang.Object
hfds LOG,impl
CLSS public abstract interface static org.openide.util.Mutex$Action<%0 extends java.lang.Object>
outer org.openide.util.Mutex
intf org.openide.util.Mutex$ExceptionAction<{org.openide.util.Mutex$Action%0}>
meth public abstract {org.openide.util.Mutex$Action%0} run()
CLSS public abstract interface static org.openide.util.Mutex$ExceptionAction<%0 extends java.lang.Object>
outer org.openide.util.Mutex
meth public abstract {org.openide.util.Mutex$ExceptionAction%0} run() throws java.lang.Exception
CLSS public final static org.openide.util.Mutex$Privileged
outer org.openide.util.Mutex
cons public init()
meth public boolean tryReadAccess(long)
meth public boolean tryWriteAccess(long)
meth public void enterReadAccess()
meth public void enterWriteAccess()
meth public void exitReadAccess()
meth public void exitWriteAccess()
supr java.lang.Object
hfds delegate
CLSS public org.openide.util.MutexException
cons public init(java.lang.Exception)
meth public java.lang.Exception getException()
meth public java.lang.Throwable getCause()
supr java.lang.Exception
hfds ex,serialVersionUID
CLSS public org.openide.util.NbBundle
cons public init()
anno 0 java.lang.Deprecated()
innr public abstract interface static !annotation Messages
innr public abstract interface static ClassLoaderFinder
meth public !varargs static java.lang.String getMessage(java.lang.Class<?>,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object[])
meth public static <%0 extends java.lang.Object> {%%0} getLocalizedValue(java.util.Map<java.lang.String,{%%0}>,java.lang.String)
meth public static <%0 extends java.lang.Object> {%%0} getLocalizedValue(java.util.Map<java.lang.String,{%%0}>,java.lang.String,java.util.Locale)
meth public static java.lang.String getBranding()
meth public static java.lang.String getLocalizedValue(java.util.jar.Attributes,java.util.jar.Attributes$Name)
meth public static java.lang.String getLocalizedValue(java.util.jar.Attributes,java.util.jar.Attributes$Name,java.util.Locale)
meth public static java.lang.String getMessage(java.lang.Class<?>,java.lang.String)
meth public static java.lang.String getMessage(java.lang.Class<?>,java.lang.String,java.lang.Object)
meth public static java.lang.String getMessage(java.lang.Class<?>,java.lang.String,java.lang.Object,java.lang.Object)
meth public static java.lang.String getMessage(java.lang.Class<?>,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)
meth public static java.lang.String getMessage(java.lang.Class<?>,java.lang.String,java.lang.Object[])
meth public static java.net.URL getLocalizedFile(java.lang.String,java.lang.String)
anno 0 java.lang.Deprecated()
meth public static java.net.URL getLocalizedFile(java.lang.String,java.lang.String,java.util.Locale)
anno 0 java.lang.Deprecated()
meth public static java.net.URL getLocalizedFile(java.lang.String,java.lang.String,java.util.Locale,java.lang.ClassLoader)
anno 0 java.lang.Deprecated()
meth public static java.util.Iterator<java.lang.String> getLocalizingSuffixes()
meth public static java.util.ResourceBundle getBundle(java.lang.Class<?>)
meth public static java.util.ResourceBundle getBundle(java.lang.String)
meth public static java.util.ResourceBundle getBundle(java.lang.String,java.util.Locale)
meth public static java.util.ResourceBundle getBundle(java.lang.String,java.util.Locale,java.lang.ClassLoader)
meth public static void setBranding(java.lang.String)
meth public static void setClassLoaderFinder(org.openide.util.NbBundle$ClassLoaderFinder)
anno 0 java.lang.Deprecated()
supr java.lang.Object
hfds LOG,USE_DEBUG_LOADER,brandingToken,bundleCache,localizedFileCache,utfThenIsoCharset,utfThenIsoCharsetOnlyUTF8
hcls AttributesMap,DebugLoader,LocaleIterator,MergedBundle,PBundle,UtfThenIsoCharset
CLSS public abstract interface static org.openide.util.NbBundle$ClassLoaderFinder
outer org.openide.util.NbBundle
anno 0 java.lang.Deprecated()
meth public abstract java.lang.ClassLoader find()
anno 0 java.lang.Deprecated()
CLSS public abstract interface static !annotation org.openide.util.NbBundle$Messages
outer org.openide.util.NbBundle
anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=SOURCE)
anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[PACKAGE, TYPE, METHOD, CONSTRUCTOR, FIELD])
intf java.lang.annotation.Annotation
meth public abstract java.lang.String[] value()
CLSS public org.openide.util.NbCollections
meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> java.util.Map<{%%0},{%%1}> checkedMapByCopy(java.util.Map,java.lang.Class<{%%0}>,java.lang.Class<{%%1}>,boolean)
meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> java.util.Map<{%%0},{%%1}> checkedMapByFilter(java.util.Map,java.lang.Class<{%%0}>,java.lang.Class<{%%1}>,boolean)
meth public static <%0 extends java.lang.Object> java.lang.Iterable<{%%0}> iterable(java.util.Enumeration<{%%0}>)
meth public static <%0 extends java.lang.Object> java.lang.Iterable<{%%0}> iterable(java.util.Iterator<{%%0}>)
meth public static <%0 extends java.lang.Object> java.util.Enumeration<{%%0}> checkedEnumerationByFilter(java.util.Enumeration<?>,java.lang.Class<{%%0}>,boolean)
meth public static <%0 extends java.lang.Object> java.util.Iterator<{%%0}> checkedIteratorByFilter(java.util.Iterator,java.lang.Class<{%%0}>,boolean)
meth public static <%0 extends java.lang.Object> java.util.List<{%%0}> checkedListByCopy(java.util.List,java.lang.Class<{%%0}>,boolean)
meth public static <%0 extends java.lang.Object> java.util.Set<{%%0}> checkedSetByCopy(java.util.Set,java.lang.Class<{%%0}>,boolean)
meth public static <%0 extends java.lang.Object> java.util.Set<{%%0}> checkedSetByFilter(java.util.Set,java.lang.Class<{%%0}>,boolean)
supr java.lang.Object
hfds LOG
hcls CheckedIterator,CheckedMap,CheckedSet
CLSS public final org.openide.util.NbPreferences
innr public abstract interface static Provider
meth public static java.util.prefs.Preferences forModule(java.lang.Class)
meth public static java.util.prefs.Preferences root()
supr java.lang.Object
hfds PREFS_IMPL
CLSS public abstract interface static org.openide.util.NbPreferences$Provider
outer org.openide.util.NbPreferences
meth public abstract java.util.prefs.Preferences preferencesForModule(java.lang.Class)
meth public abstract java.util.prefs.Preferences preferencesRoot()
CLSS public org.openide.util.NotImplementedException
cons public init()
cons public init(java.lang.String)
supr java.lang.RuntimeException
hfds serialVersionUID
CLSS public final org.openide.util.Pair<%0 extends java.lang.Object, %1 extends java.lang.Object>
meth public boolean equals(java.lang.Object)
meth public int hashCode()
meth public java.lang.String toString()
meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> org.openide.util.Pair<{%%0},{%%1}> of({%%0},{%%1})
meth public {org.openide.util.Pair%0} first()
meth public {org.openide.util.Pair%1} second()
supr java.lang.Object
hfds first,second
CLSS public org.openide.util.Parameters
meth public static void javaIdentifier(java.lang.CharSequence,java.lang.CharSequence)
meth public static void javaIdentifierOrNull(java.lang.CharSequence,java.lang.CharSequence)
meth public static void notEmpty(java.lang.CharSequence,java.lang.CharSequence)
meth public static void notNull(java.lang.CharSequence,java.lang.Object)
meth public static void notWhitespace(java.lang.CharSequence,java.lang.CharSequence)
supr java.lang.Object
CLSS public final org.openide.util.RequestProcessor
cons public init()
cons public init(java.lang.Class<?>)
cons public init(java.lang.String)
cons public init(java.lang.String,int)
cons public init(java.lang.String,int,boolean)
cons public init(java.lang.String,int,boolean,boolean)
innr public final Task
intf java.util.concurrent.ScheduledExecutorService
meth public <%0 extends java.lang.Object> java.util.List<java.util.concurrent.Future<{%%0}>> invokeAll(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>) throws java.lang.InterruptedException
meth public <%0 extends java.lang.Object> java.util.List<java.util.concurrent.Future<{%%0}>> invokeAll(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>,long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException
meth public <%0 extends java.lang.Object> java.util.concurrent.Future<{%%0}> submit(java.lang.Runnable,{%%0})
meth public <%0 extends java.lang.Object> java.util.concurrent.Future<{%%0}> submit(java.util.concurrent.Callable<{%%0}>)
meth public <%0 extends java.lang.Object> java.util.concurrent.ScheduledFuture<{%%0}> schedule(java.util.concurrent.Callable<{%%0}>,long,java.util.concurrent.TimeUnit)
meth public <%0 extends java.lang.Object> {%%0} invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException
meth public <%0 extends java.lang.Object> {%%0} invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>,long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException,java.util.concurrent.TimeoutException
meth public boolean awaitTermination(long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException
meth public boolean isRequestProcessorThread()
meth public boolean isShutdown()
meth public boolean isTerminated()
meth public java.util.List<java.lang.Runnable> shutdownNow()
meth public java.util.concurrent.Future<?> submit(java.lang.Runnable)
meth public java.util.concurrent.ScheduledFuture<?> schedule(java.lang.Runnable,long,java.util.concurrent.TimeUnit)
meth public java.util.concurrent.ScheduledFuture<?> scheduleAtFixedRate(java.lang.Runnable,long,long,java.util.concurrent.TimeUnit)
meth public java.util.concurrent.ScheduledFuture<?> scheduleWithFixedDelay(java.lang.Runnable,long,long,java.util.concurrent.TimeUnit)
meth public org.openide.util.RequestProcessor$Task create(java.lang.Runnable)
meth public org.openide.util.RequestProcessor$Task create(java.lang.Runnable,boolean)
meth public org.openide.util.RequestProcessor$Task post(java.lang.Runnable)
meth public org.openide.util.RequestProcessor$Task post(java.lang.Runnable,int)
meth public org.openide.util.RequestProcessor$Task post(java.lang.Runnable,int,int)
meth public static org.openide.util.RequestProcessor getDefault()
meth public static org.openide.util.RequestProcessor$Task createRequest(java.lang.Runnable)
anno 0 java.lang.Deprecated()
meth public static org.openide.util.RequestProcessor$Task postRequest(java.lang.Runnable)
anno 0 java.lang.Deprecated()
meth public static org.openide.util.RequestProcessor$Task postRequest(java.lang.Runnable,int)
anno 0 java.lang.Deprecated()
meth public static org.openide.util.RequestProcessor$Task postRequest(java.lang.Runnable,int,int)
anno 0 java.lang.Deprecated()
meth public void execute(java.lang.Runnable)
meth public void shutdown()
meth public void stop()
supr java.lang.Object
hfds DEFAULT,SLOW,TOP_GROUP,UNLIMITED,counter,enableStackTraces,finishAwaitingTasks,inParallel,interruptThread,logger,name,processorLock,processors,queue,stopped,throughput,warnParallel
hcls CreatedItem,FastItem,FixedDelayTask,FixedRateTask,Item,Processor,RPFutureTask,RunnableWrapper,ScheduledRPFutureTask,SlowItem,TaskFutureWrapper,TickTac,TopLevelThreadGroup,WaitableCallable
CLSS public final org.openide.util.RequestProcessor$Task
outer org.openide.util.RequestProcessor
intf org.openide.util.Cancellable
meth public boolean cancel()
meth public boolean waitFinished(long) throws java.lang.InterruptedException
meth public int getDelay()
meth public int getPriority()
meth public java.lang.String toString()
meth public void run()
meth public void schedule(int)
meth public void setPriority(int)
meth public void waitFinished()
supr org.openide.util.Task
hfds cancelled,item,lastThread,priority,time
CLSS public org.openide.util.Task
cons protected init()
cons public init(java.lang.Runnable)
fld public final static org.openide.util.Task EMPTY
intf java.lang.Runnable
meth protected final void notifyFinished()
meth protected final void notifyRunning()
meth public boolean waitFinished(long) throws java.lang.InterruptedException
meth public final boolean isFinished()
meth public java.lang.String toString()
meth public void addTaskListener(org.openide.util.TaskListener)
meth public void removeTaskListener(org.openide.util.TaskListener)
meth public void run()
meth public void waitFinished()
supr java.lang.Object
hfds LOG,RP,finished,list,overrides,run
CLSS public abstract interface org.openide.util.TaskListener
intf java.util.EventListener
meth public abstract void taskFinished(org.openide.util.Task)
CLSS public final org.openide.util.TopologicalSortException
meth public final java.util.List partialSort()
meth public final java.util.Set[] topologicalSets()
meth public final java.util.Set[] unsortableSets()
meth public final void printStackTrace(java.io.PrintStream)
meth public final void printStackTrace(java.io.PrintWriter)
meth public java.lang.String getMessage()
meth public java.lang.String toString()
supr java.lang.Exception
hfds counter,dualGraph,edges,result,vertexes
hcls Vertex
CLSS public abstract interface !annotation org.openide.util.URLStreamHandlerRegistration
anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=SOURCE)
anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
intf java.lang.annotation.Annotation
meth public abstract !hasdefault int position()
meth public abstract java.lang.String[] protocol()
CLSS public abstract org.openide.util.Union2<%0 extends java.lang.Object, %1 extends java.lang.Object>
intf java.io.Serializable
intf java.lang.Cloneable
meth public abstract boolean hasFirst()
meth public abstract boolean hasSecond()
meth public abstract org.openide.util.Union2<{org.openide.util.Union2%0},{org.openide.util.Union2%1}> clone()
meth public abstract {org.openide.util.Union2%0} first()
meth public abstract {org.openide.util.Union2%1} second()
meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> org.openide.util.Union2<{%%0},{%%1}> createFirst({%%0})
meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> org.openide.util.Union2<{%%0},{%%1}> createSecond({%%1})
supr java.lang.Object
hfds serialVersionUID
hcls Union2First,Union2Second
CLSS public final org.openide.util.WeakListeners
meth public static <%0 extends java.util.EventListener> {%%0} create(java.lang.Class<{%%0}>,java.lang.Class<? super {%%0}>,{%%0},java.lang.Object)
meth public static <%0 extends java.util.EventListener> {%%0} create(java.lang.Class<{%%0}>,{%%0},java.lang.Object)
meth public static java.beans.PropertyChangeListener propertyChange(java.beans.PropertyChangeListener,java.lang.Object)
meth public static java.beans.PropertyChangeListener propertyChange(java.beans.PropertyChangeListener,java.lang.String,java.lang.Object)
meth public static java.beans.VetoableChangeListener vetoableChange(java.beans.VetoableChangeListener,java.lang.Object)
meth public static java.beans.VetoableChangeListener vetoableChange(java.beans.VetoableChangeListener,java.lang.String,java.lang.Object)
meth public static javax.swing.event.ChangeListener change(javax.swing.event.ChangeListener,java.lang.Object)
meth public static javax.swing.event.DocumentListener document(javax.swing.event.DocumentListener,java.lang.Object)
supr java.lang.Object
CLSS public org.openide.util.WeakSet<%0 extends java.lang.Object>
cons public init()
cons public init(int)
cons public init(int,float)
cons public init(java.util.Collection<? extends {org.openide.util.WeakSet%0}>)
intf java.io.Serializable
intf java.lang.Cloneable
meth public <%0 extends java.lang.Object> {%%0}[] toArray({%%0}[])
meth public boolean add({org.openide.util.WeakSet%0})
meth public boolean contains(java.lang.Object)
meth public boolean containsAll(java.util.Collection<?>)
meth public boolean equals(java.lang.Object)
meth public boolean isEmpty()
meth public boolean remove(java.lang.Object)
meth public boolean removeAll(java.util.Collection<?>)
meth public boolean retainAll(java.util.Collection<?>)
meth public int hashCode()
meth public int size()
meth public java.lang.Object clone()
meth public java.lang.Object[] toArray()
meth public java.lang.String toString()
meth public java.util.Iterator<{org.openide.util.WeakSet%0}> iterator()
meth public void clear()
meth public void resize(int)
meth public {org.openide.util.WeakSet%0} putIfAbsent({org.openide.util.WeakSet%0})
supr java.util.AbstractSet<{org.openide.util.WeakSet%0}>
hfds PRESENT,loadFactor,m,s,serialVersionUID
hcls SharedKeyWeakHashMap
CLSS public org.openide.util.io.FoldingIOException
cons public init(java.lang.Throwable)
anno 0 java.lang.Deprecated()
meth public java.lang.String getLocalizedMessage()
meth public java.lang.String toString()
meth public void printStackTrace()
meth public void printStackTrace(java.io.PrintStream)
meth public void printStackTrace(java.io.PrintWriter)
supr java.io.IOException
hfds serialVersionUID,t
CLSS public final org.openide.util.io.NbMarshalledObject
cons public init(java.lang.Object) throws java.io.IOException
intf java.io.Serializable
meth public boolean equals(java.lang.Object)
meth public int hashCode()
meth public java.lang.Object get() throws java.io.IOException,java.lang.ClassNotFoundException
supr java.lang.Object
hfds HEX,hash,objBytes,serialVersionUID
CLSS public org.openide.util.io.NbObjectInputStream
cons public init(java.io.InputStream) throws java.io.IOException
meth protected java.io.ObjectStreamClass readClassDescriptor() throws java.io.IOException,java.lang.ClassNotFoundException
meth protected java.lang.Class resolveClass(java.io.ObjectStreamClass) throws java.io.IOException,java.lang.ClassNotFoundException
meth public static java.lang.Object readSafely(java.io.ObjectInput) throws java.io.IOException
meth public static void skipSafely(java.io.ObjectInput) throws java.io.IOException
supr java.io.ObjectInputStream
CLSS public org.openide.util.io.NbObjectOutputStream
cons public init(java.io.OutputStream) throws java.io.IOException
meth protected void annotateClass(java.lang.Class) throws java.io.IOException
meth public java.lang.Object replaceObject(java.lang.Object) throws java.io.IOException
meth public static void writeSafely(java.io.ObjectOutput,java.lang.Object) throws java.io.IOException
supr java.io.ObjectOutputStream
hfds SVUID,alreadyReported,examinedClasses,serializing
CLSS public org.openide.util.io.NullInputStream
cons public init()
fld public boolean throwException
meth public int read() throws java.io.IOException
supr java.io.InputStream
CLSS public org.openide.util.io.NullOutputStream
cons public init()
fld public boolean throwException
meth public void write(int) throws java.io.IOException
supr java.io.OutputStream
CLSS public org.openide.util.io.OperationException
cons public init(java.lang.Exception)
meth public java.lang.Exception getException()
meth public java.lang.String getMessage()
meth public java.lang.Throwable getCause()
supr java.io.IOException
hfds ex,serialVersionUID
CLSS public org.openide.util.io.ReaderInputStream
cons public init(java.io.Reader) throws java.io.IOException
cons public init(java.io.Reader,java.lang.String) throws java.io.IOException
meth public int available() throws java.io.IOException
meth public int read() throws java.io.IOException
meth public int read(byte[],int,int) throws java.io.IOException
meth public void close() throws java.io.IOException
supr java.io.InputStream
hfds osw,pis,pos,reader
CLSS public org.openide.util.io.SafeException
cons public init(java.lang.Exception)
meth public java.lang.Exception getException()
meth public java.lang.Throwable getCause()
supr org.openide.util.io.FoldingIOException
hfds ex,serialVersionUID
CLSS public abstract interface !annotation org.openide.util.lookup.NamedServiceDefinition
anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
intf java.lang.annotation.Annotation
meth public abstract !hasdefault java.lang.String position()
meth public abstract java.lang.Class<?>[] serviceType()
meth public abstract java.lang.String path()
CLSS public abstract interface org.openide.util.spi.MutexEventProvider
meth public abstract org.openide.util.spi.MutexImplementation createMutex()
CLSS public abstract interface org.openide.util.spi.MutexImplementation
meth public abstract <%0 extends java.lang.Object> {%%0} readAccess(org.openide.util.Mutex$ExceptionAction<{%%0}>) throws org.openide.util.MutexException
meth public abstract <%0 extends java.lang.Object> {%%0} writeAccess(org.openide.util.Mutex$ExceptionAction<{%%0}>) throws org.openide.util.MutexException
meth public abstract boolean isReadAccess()
meth public abstract boolean isWriteAccess()
meth public abstract void postReadRequest(java.lang.Runnable)
meth public abstract void postWriteRequest(java.lang.Runnable)
meth public abstract void readAccess(java.lang.Runnable)
meth public abstract void writeAccess(java.lang.Runnable)
CLSS public abstract org.openide.xml.EntityCatalog
cons protected init()
fld public final static java.lang.String PUBLIC_ID = "-//NetBeans//Entity Mapping Registration 1.0//EN"
anno 0 java.lang.Deprecated()
intf org.xml.sax.EntityResolver
meth public static org.openide.xml.EntityCatalog getDefault()
supr java.lang.Object
hfds instance
hcls Forwarder
CLSS public final org.openide.xml.XMLUtil
meth public static byte[] fromHex(char[],int,int) throws java.io.IOException
meth public static java.lang.String findText(org.w3c.dom.Node)
meth public static java.lang.String toAttributeValue(java.lang.String) throws java.io.CharConversionException
meth public static java.lang.String toElementContent(java.lang.String) throws java.io.CharConversionException
meth public static java.lang.String toHex(byte[],int,int)
meth public static java.util.List<org.w3c.dom.Element> findSubElements(org.w3c.dom.Element)
meth public static org.w3c.dom.Document createDocument(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
meth public static org.w3c.dom.Document parse(org.xml.sax.InputSource,boolean,boolean,org.xml.sax.ErrorHandler,org.xml.sax.EntityResolver) throws java.io.IOException,org.xml.sax.SAXException
meth public static org.w3c.dom.Element findElement(org.w3c.dom.Element,java.lang.String,java.lang.String)
meth public static org.w3c.dom.Element translateXML(org.w3c.dom.Element,java.lang.String)
meth public static org.xml.sax.ErrorHandler defaultErrorHandler()
meth public static org.xml.sax.XMLReader createXMLReader() throws org.xml.sax.SAXException
meth public static org.xml.sax.XMLReader createXMLReader(boolean) throws org.xml.sax.SAXException
meth public static org.xml.sax.XMLReader createXMLReader(boolean,boolean) throws org.xml.sax.SAXException
meth public static void appendChildElement(org.w3c.dom.Element,org.w3c.dom.Element,java.lang.String[])
meth public static void copyDocument(org.w3c.dom.Element,org.w3c.dom.Element,java.lang.String)
meth public static void validate(org.w3c.dom.Element,javax.xml.validation.Schema) throws org.xml.sax.SAXException
meth public static void write(org.w3c.dom.Document,java.io.OutputStream,java.lang.String) throws java.io.IOException
supr java.lang.Object
hfds DEC2HEX,IDENTITY_XSLT_WITH_INDENT,ORACLE_IS_STANDALONE,doms,saxes
hcls ErrHandler
CLSS public abstract interface org.xml.sax.EntityResolver
meth public abstract org.xml.sax.InputSource resolveEntity(java.lang.String,java.lang.String) throws java.io.IOException,org.xml.sax.SAXException
| Standard ML | 4 | timfel/netbeans | platform/openide.util/nbproject/org-openide-util.sig | [
"Apache-2.0"
] |
(module
(func (export "func") (param i32 f64 f32) (result i32) (unreachable))
(global (export "global") f64 (f64.const 0))
(table (export "table") 0 50 anyfunc)
(memory (export "memory") 1)
)
| WebAssembly | 1 | slave5vw/wasmer | lib/c-api/tests/wasm-c-api/example/reflect.wat | [
"MIT"
] |
configuration Jn516DebugC {
provides interface Jn516Debug;
}
implementation {
components Jn516DebugP;
Jn516Debug = Jn516DebugP;
components MainC;
Jn516DebugP.Boot -> MainC;
components LedsC;
Jn516DebugP.Leds -> LedsC;
components PlatformSerialC;
Jn516DebugP.UartControl -> PlatformSerialC;
Jn516DebugP.UartByte -> PlatformSerialC;
components Jn516PacketC;
Jn516DebugP.Jn516PacketBody -> Jn516PacketC;
}
| nesC | 4 | tgtakaoka/tinyos-prod | tos/chips/jn516/radio/debug/Jn516DebugC.nc | [
"BSD-3-Clause"
] |
///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002-2012, Industrial Light & Magic, a division of Lucas
// Digital Ltd. LLC
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * 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.
// * Neither the name of Industrial Light & Magic nor the names of
// its contributors may be used to endorse or promote products derived
// from this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
///////////////////////////////////////////////////////////////////////////
//----------------------------------------------------------------------------
//
// Implementation of non-template items declared in ImathColorAlgo.h
//
//----------------------------------------------------------------------------
#include "ImathColorAlgo.h"
IMATH_INTERNAL_NAMESPACE_SOURCE_ENTER
Vec3<double>
hsv2rgb_d(const Vec3<double> &hsv)
{
double hue = hsv.x;
double sat = hsv.y;
double val = hsv.z;
double x = 0.0, y = 0.0, z = 0.0;
if (hue == 1) hue = 0;
else hue *= 6;
int i = int(Math<double>::floor(hue));
double f = hue-i;
double p = val*(1-sat);
double q = val*(1-(sat*f));
double t = val*(1-(sat*(1-f)));
switch (i)
{
case 0: x = val; y = t; z = p; break;
case 1: x = q; y = val; z = p; break;
case 2: x = p; y = val; z = t; break;
case 3: x = p; y = q; z = val; break;
case 4: x = t; y = p; z = val; break;
case 5: x = val; y = p; z = q; break;
}
return Vec3<double>(x,y,z);
}
Color4<double>
hsv2rgb_d(const Color4<double> &hsv)
{
double hue = hsv.r;
double sat = hsv.g;
double val = hsv.b;
double r = 0.0, g = 0.0, b = 0.0;
if (hue == 1) hue = 0;
else hue *= 6;
int i = int(Math<double>::floor(hue));
double f = hue-i;
double p = val*(1-sat);
double q = val*(1-(sat*f));
double t = val*(1-(sat*(1-f)));
switch (i)
{
case 0: r = val; g = t; b = p; break;
case 1: r = q; g = val; b = p; break;
case 2: r = p; g = val; b = t; break;
case 3: r = p; g = q; b = val; break;
case 4: r = t; g = p; b = val; break;
case 5: r = val; g = p; b = q; break;
}
return Color4<double>(r,g,b,hsv.a);
}
Vec3<double>
rgb2hsv_d(const Vec3<double> &c)
{
const double &x = c.x;
const double &y = c.y;
const double &z = c.z;
double max = (x > y) ? ((x > z) ? x : z) : ((y > z) ? y : z);
double min = (x < y) ? ((x < z) ? x : z) : ((y < z) ? y : z);
double range = max - min;
double val = max;
double sat = 0;
double hue = 0;
if (max != 0) sat = range/max;
if (sat != 0)
{
double h;
if (x == max) h = (y - z) / range;
else if (y == max) h = 2 + (z - x) / range;
else h = 4 + (x - y) / range;
hue = h/6.;
if (hue < 0.)
hue += 1.0;
}
return Vec3<double>(hue,sat,val);
}
Color4<double>
rgb2hsv_d(const Color4<double> &c)
{
const double &r = c.r;
const double &g = c.g;
const double &b = c.b;
double max = (r > g) ? ((r > b) ? r : b) : ((g > b) ? g : b);
double min = (r < g) ? ((r < b) ? r : b) : ((g < b) ? g : b);
double range = max - min;
double val = max;
double sat = 0;
double hue = 0;
if (max != 0) sat = range/max;
if (sat != 0)
{
double h;
if (r == max) h = (g - b) / range;
else if (g == max) h = 2 + (b - r) / range;
else h = 4 + (r - g) / range;
hue = h/6.;
if (hue < 0.)
hue += 1.0;
}
return Color4<double>(hue,sat,val,c.a);
}
IMATH_INTERNAL_NAMESPACE_SOURCE_EXIT
| C++ | 5 | thisisgopalmandal/opencv | 3rdparty/openexr/Imath/ImathColorAlgo.cpp | [
"BSD-3-Clause"
] |
"""
Configuration parameters:
path.internal.ansi2html
"""
import sys
import os
import re
from subprocess import Popen, PIPE
MYDIR = os.path.abspath(os.path.join(__file__, '..', '..'))
sys.path.append("%s/lib/" % MYDIR)
# pylint: disable=wrong-import-position
from config import CONFIG
from globals import error
from buttons import TWITTER_BUTTON, GITHUB_BUTTON, GITHUB_BUTTON_FOOTER
import frontend.ansi
# temporary having it here, but actually we have the same data
# in the adapter module
GITHUB_REPOSITORY = {
"late.nz" : 'chubin/late.nz',
"cheat.sheets" : 'chubin/cheat.sheets',
"cheat.sheets dir" : 'chubin/cheat.sheets',
"tldr" : 'tldr-pages/tldr',
"cheat" : 'chrisallenlane/cheat',
"learnxiny" : 'adambard/learnxinyminutes-docs',
"internal" : '',
"search" : '',
"unknown" : '',
}
def visualize(answer_data, request_options):
query = answer_data['query']
answers = answer_data['answers']
topics_list = answer_data['topics_list']
editable = (len(answers) == 1 and answers[0]['topic_type'] == 'cheat.sheets')
repository_button = ''
if len(answers) == 1:
repository_button = _github_button(answers[0]['topic_type'])
result, found = frontend.ansi.visualize(answer_data, request_options)
return _render_html(query, result, editable, repository_button, topics_list, request_options), found
def _github_button(topic_type):
full_name = GITHUB_REPOSITORY.get(topic_type, '')
if not full_name:
return ''
short_name = full_name.split('/', 1)[1] # pylint: disable=unused-variable
button = (
"<!-- Place this tag where you want the button to render. -->"
'<a aria-label="Star %(full_name)s on GitHub"'
' data-count-aria-label="# stargazers on GitHub"'
' data-count-api="/repos/%(full_name)s#stargazers_count"'
' data-count-href="/%(full_name)s/stargazers"'
' data-icon="octicon-star"'
' href="https://github.com/%(full_name)s"'
' class="github-button">%(short_name)s</a>'
) % locals()
return button
def _render_html(query, result, editable, repository_button, topics_list, request_options):
def _html_wrapper(data):
"""
Convert ANSI text `data` to HTML
"""
cmd = ["bash", CONFIG['path.internal.ansi2html'], "--palette=solarized", "--bg=dark"]
try:
proc = Popen(cmd, stdin=PIPE, stdout=PIPE, stderr=PIPE)
except FileNotFoundError:
print("ERROR: %s" % cmd)
raise
data = data.encode('utf-8')
stdout, stderr = proc.communicate(data)
if proc.returncode != 0:
error((stdout + stderr).decode('utf-8'))
return stdout.decode('utf-8')
result = result + "\n$"
result = _html_wrapper(result)
title = "<title>cheat.sh/%s</title>" % query
submit_button = ('<input type="submit" style="position: absolute;'
' left: -9999px; width: 1px; height: 1px;" tabindex="-1" />')
topic_list = ('<datalist id="topics">%s</datalist>'
% ("\n".join("<option value='%s'></option>" % x for x in topics_list)))
curl_line = "<span class='pre'>$ curl cheat.sh/</span>"
if query == ':firstpage':
query = ""
form_html = ('<form action="/" method="GET">'
'%s%s'
'<input'
' type="text" value="%s" name="topic"'
' list="topics" autofocus autocomplete="off"/>'
'%s'
'</form>') \
% (submit_button, curl_line, query, topic_list)
edit_button = ''
if editable:
# It's possible that topic directory starts with omitted underscore
if '/' in query:
query = '_' + query
edit_page_link = 'https://github.com/chubin/cheat.sheets/edit/master/sheets/' + query
edit_button = (
'<pre style="position:absolute;padding-left:40em;overflow:visible;height:0;">'
'[<a href="%s" style="color:cyan">edit</a>]'
'</pre>') % edit_page_link
result = re.sub("<pre>", edit_button + form_html + "<pre>", result)
result = re.sub("<head>", "<head>" + title, result)
if not request_options.get('quiet'):
result = result.replace('</body>',
TWITTER_BUTTON \
+ GITHUB_BUTTON \
+ repository_button \
+ GITHUB_BUTTON_FOOTER \
+ '</body>')
return result
| Python | 4 | zelorun/cheat.sh | lib/frontend/html.py | [
"MIT"
] |
(defmodule test_eval
(export (a 1) (b 1))
(import))
;; Test when a macro is evaluated.
(defmacro xxx (a)
(: io fwrite '"xxx: ~p\n" (list a))
`(list ,(xx a 2)))
(defmacro yyy (a)
`(let ((z ,(yy a 1)))
(list z)))
;; Helper functions can be defined after macros, as long as before use.
(eval-when-compile
(defun yy (a b)
(list 'tuple a b))
)
(eval-when-compile
;; xx can call yy as it is defined before xx.
(defun xx (a b)
(yy a b))
)
(defun a (m)
(xxx m))
(defun b (m)
(yyy m))
| LFE | 4 | haetze/lfe | dev/test_eval.lfe | [
"Apache-2.0"
] |
/*
* Kubernetes Ingress module
*/
variable "ingress_name" {
type = string
description = "Ingress name. Defaults to a random name."
default = ""
}
variable "ingress_host" {
type = string
description = "Ingress hostname"
default = "www.petshop.com.br"
}
| HCL | 3 | DBatOWL/tutorials | terraform/best-practices/k8s-modules/modules/ingress/www.petshop.com.br/variables.tf | [
"MIT"
] |
D:/gitee/open/tinyriscv/tests/riscv-compliance/build_generated/rv32i/I-IO-01.elf: file format elf32-littleriscv
Disassembly of section .text.init:
00000000 <_start>:
0: 04c0006f j 4c <reset_vector>
00000004 <trap_vector>:
4: 34202f73 csrr t5,mcause
8: 00800f93 li t6,8
c: 03ff0a63 beq t5,t6,40 <write_tohost>
10: 00900f93 li t6,9
14: 03ff0663 beq t5,t6,40 <write_tohost>
18: 00b00f93 li t6,11
1c: 03ff0263 beq t5,t6,40 <write_tohost>
20: 00000f17 auipc t5,0x0
24: fe0f0f13 addi t5,t5,-32 # 0 <_start>
28: 000f0463 beqz t5,30 <trap_vector+0x2c>
2c: 000f0067 jr t5
30: 34202f73 csrr t5,mcause
34: 000f5463 bgez t5,3c <handle_exception>
38: 0040006f j 3c <handle_exception>
0000003c <handle_exception>:
3c: 5391e193 ori gp,gp,1337
00000040 <write_tohost>:
40: 00001f17 auipc t5,0x1
44: fc3f2023 sw gp,-64(t5) # 1000 <tohost>
48: ff9ff06f j 40 <write_tohost>
0000004c <reset_vector>:
4c: 00000193 li gp,0
50: 00000297 auipc t0,0x0
54: fb428293 addi t0,t0,-76 # 4 <trap_vector>
58: 30529073 csrw mtvec,t0
5c: 30005073 csrwi mstatus,0
60: 00000297 auipc t0,0x0
64: 02028293 addi t0,t0,32 # 80 <begin_testcode>
68: 34129073 csrw mepc,t0
6c: 00000293 li t0,0
70: 10000337 lui t1,0x10000
74: 01030313 addi t1,t1,16 # 10000010 <_end+0xfffde0c>
78: 00532023 sw t0,0(t1)
7c: 30200073 mret
00000080 <begin_testcode>:
80: 00002097 auipc ra,0x2
84: f8008093 addi ra,ra,-128 # 2000 <test_A1_data>
88: 00002117 auipc sp,0x2
8c: fa810113 addi sp,sp,-88 # 2030 <begin_signature>
90: 0000a183 lw gp,0(ra)
94: 00000213 li tp,0
98: 00100293 li t0,1
9c: fff00313 li t1,-1
a0: 800003b7 lui t2,0x80000
a4: fff38393 addi t2,t2,-1 # 7fffffff <_end+0x7fffddfb>
a8: 80000437 lui s0,0x80000
ac: 00418233 add tp,gp,tp
b0: 005182b3 add t0,gp,t0
b4: 00618333 add t1,gp,t1
b8: 007183b3 add t2,gp,t2
bc: 00818433 add s0,gp,s0
c0: 00312023 sw gp,0(sp)
c4: 00412223 sw tp,4(sp)
c8: 00512423 sw t0,8(sp)
cc: 00612623 sw t1,12(sp)
d0: 00712823 sw t2,16(sp)
d4: 00812a23 sw s0,20(sp)
d8: 00002097 auipc ra,0x2
dc: f2c08093 addi ra,ra,-212 # 2004 <test_A2_data>
e0: 00002117 auipc sp,0x2
e4: f6810113 addi sp,sp,-152 # 2048 <test_A2_res>
e8: 0000a403 lw s0,0(ra)
ec: 00000493 li s1,0
f0: 00100513 li a0,1
f4: fff00593 li a1,-1
f8: 80000637 lui a2,0x80000
fc: fff60613 addi a2,a2,-1 # 7fffffff <_end+0x7fffddfb>
100: 800006b7 lui a3,0x80000
104: 009404b3 add s1,s0,s1
108: 00a40533 add a0,s0,a0
10c: 00b405b3 add a1,s0,a1
110: 00c40633 add a2,s0,a2
114: 00d406b3 add a3,s0,a3
118: 00812023 sw s0,0(sp)
11c: 00912223 sw s1,4(sp)
120: 00a12423 sw a0,8(sp)
124: 00b12623 sw a1,12(sp)
128: 00c12823 sw a2,16(sp)
12c: 00d12a23 sw a3,20(sp)
130: 00002097 auipc ra,0x2
134: ed808093 addi ra,ra,-296 # 2008 <test_A3_data>
138: 00002117 auipc sp,0x2
13c: f2810113 addi sp,sp,-216 # 2060 <test_A3_res>
140: 0000a683 lw a3,0(ra)
144: 00000713 li a4,0
148: 00100793 li a5,1
14c: fff00813 li a6,-1
150: 800008b7 lui a7,0x80000
154: fff88893 addi a7,a7,-1 # 7fffffff <_end+0x7fffddfb>
158: 80000937 lui s2,0x80000
15c: 00e68733 add a4,a3,a4
160: 00f687b3 add a5,a3,a5
164: 01068833 add a6,a3,a6
168: 011688b3 add a7,a3,a7
16c: 01268933 add s2,a3,s2
170: 00d12023 sw a3,0(sp)
174: 00e12223 sw a4,4(sp)
178: 00f12423 sw a5,8(sp)
17c: 01012623 sw a6,12(sp)
180: 01112823 sw a7,16(sp)
184: 01212a23 sw s2,20(sp)
188: 00002097 auipc ra,0x2
18c: e8408093 addi ra,ra,-380 # 200c <test_A4_data>
190: 00002117 auipc sp,0x2
194: ee810113 addi sp,sp,-280 # 2078 <test_A4_res>
198: 0000a903 lw s2,0(ra)
19c: 00000993 li s3,0
1a0: 00100a13 li s4,1
1a4: fff00a93 li s5,-1
1a8: 80000b37 lui s6,0x80000
1ac: fffb0b13 addi s6,s6,-1 # 7fffffff <_end+0x7fffddfb>
1b0: 80000bb7 lui s7,0x80000
1b4: 013909b3 add s3,s2,s3
1b8: 01490a33 add s4,s2,s4
1bc: 01590ab3 add s5,s2,s5
1c0: 01690b33 add s6,s2,s6
1c4: 01790bb3 add s7,s2,s7
1c8: 01212023 sw s2,0(sp)
1cc: 01312223 sw s3,4(sp)
1d0: 01412423 sw s4,8(sp)
1d4: 01512623 sw s5,12(sp)
1d8: 01612823 sw s6,16(sp)
1dc: 01712a23 sw s7,20(sp)
1e0: 00002097 auipc ra,0x2
1e4: e3008093 addi ra,ra,-464 # 2010 <test_A5_data>
1e8: 00002117 auipc sp,0x2
1ec: ea810113 addi sp,sp,-344 # 2090 <test_A5_res>
1f0: 0000ab83 lw s7,0(ra)
1f4: 00000c13 li s8,0
1f8: 00100c93 li s9,1
1fc: fff00d13 li s10,-1
200: 80000db7 lui s11,0x80000
204: fffd8d93 addi s11,s11,-1 # 7fffffff <_end+0x7fffddfb>
208: 80000e37 lui t3,0x80000
20c: 018b8c33 add s8,s7,s8
210: 019b8cb3 add s9,s7,s9
214: 01ab8d33 add s10,s7,s10
218: 01bb8db3 add s11,s7,s11
21c: 01cb8e33 add t3,s7,t3
220: 01712023 sw s7,0(sp)
224: 01812223 sw s8,4(sp)
228: 01912423 sw s9,8(sp)
22c: 01a12623 sw s10,12(sp)
230: 01b12823 sw s11,16(sp)
234: 01c12a23 sw t3,20(sp)
238: 00002c97 auipc s9,0x2
23c: ddcc8c93 addi s9,s9,-548 # 2014 <test_B_data>
240: 00002d17 auipc s10,0x2
244: e68d0d13 addi s10,s10,-408 # 20a8 <test_B_res>
248: 000cae03 lw t3,0(s9)
24c: 00100d93 li s11,1
250: 01be0eb3 add t4,t3,s11
254: 01be8f33 add t5,t4,s11
258: 01bf0fb3 add t6,t5,s11
25c: 01bf80b3 add ra,t6,s11
260: 01b08133 add sp,ra,s11
264: 01b101b3 add gp,sp,s11
268: 01bd2023 sw s11,0(s10)
26c: 01cd2223 sw t3,4(s10)
270: 01dd2423 sw t4,8(s10)
274: 01ed2623 sw t5,12(s10)
278: 01fd2823 sw t6,16(s10)
27c: 001d2a23 sw ra,20(s10)
280: 002d2c23 sw sp,24(s10)
284: 003d2e23 sw gp,28(s10)
288: 00002097 auipc ra,0x2
28c: d9008093 addi ra,ra,-624 # 2018 <test_C_data>
290: 00002117 auipc sp,0x2
294: e3810113 addi sp,sp,-456 # 20c8 <test_C_res>
298: 0000ae03 lw t3,0(ra)
29c: f7ff9db7 lui s11,0xf7ff9
2a0: 818d8d93 addi s11,s11,-2024 # f7ff8818 <_end+0xf7ff6614>
2a4: 01be0033 add zero,t3,s11
2a8: 00012023 sw zero,0(sp)
2ac: 00002097 auipc ra,0x2
2b0: d7008093 addi ra,ra,-656 # 201c <test_D_data>
2b4: 00002117 auipc sp,0x2
2b8: e1810113 addi sp,sp,-488 # 20cc <test_D_res>
2bc: 0000ae03 lw t3,0(ra)
2c0: f7ff9db7 lui s11,0xf7ff9
2c4: 818d8d93 addi s11,s11,-2024 # f7ff8818 <_end+0xf7ff6614>
2c8: 01be0033 add zero,t3,s11
2cc: 000002b3 add t0,zero,zero
2d0: 00012023 sw zero,0(sp)
2d4: 00512223 sw t0,4(sp)
2d8: 00002097 auipc ra,0x2
2dc: d4808093 addi ra,ra,-696 # 2020 <test_E_data>
2e0: 00002117 auipc sp,0x2
2e4: df410113 addi sp,sp,-524 # 20d4 <test_E_res>
2e8: 0000a183 lw gp,0(ra)
2ec: 00018233 add tp,gp,zero
2f0: 000202b3 add t0,tp,zero
2f4: 00500333 add t1,zero,t0
2f8: 00030733 add a4,t1,zero
2fc: 000707b3 add a5,a4,zero
300: 00078833 add a6,a5,zero
304: 01000cb3 add s9,zero,a6
308: 01900d33 add s10,zero,s9
30c: 000d0db3 add s11,s10,zero
310: 00412023 sw tp,0(sp)
314: 01a12223 sw s10,4(sp)
318: 01b12423 sw s11,8(sp)
31c: 00002297 auipc t0,0x2
320: d1428293 addi t0,t0,-748 # 2030 <begin_signature>
324: 10000337 lui t1,0x10000
328: 00830313 addi t1,t1,8 # 10000008 <_end+0xfffde04>
32c: 00532023 sw t0,0(t1)
330: 00002297 auipc t0,0x2
334: db028293 addi t0,t0,-592 # 20e0 <end_signature>
338: 10000337 lui t1,0x10000
33c: 00c30313 addi t1,t1,12 # 1000000c <_end+0xfffde08>
340: 00532023 sw t0,0(t1)
344: 00100293 li t0,1
348: 10000337 lui t1,0x10000
34c: 01030313 addi t1,t1,16 # 10000010 <_end+0xfffde0c>
350: 00532023 sw t0,0(t1)
354: 00000013 nop
358: 00100193 li gp,1
35c: 00000073 ecall
00000360 <end_testcode>:
360: c0001073 unimp
...
Disassembly of section .tohost:
00001000 <tohost>:
...
00001100 <fromhost>:
...
Disassembly of section .data:
00002000 <test_A1_data>:
2000: 0000 unimp
...
00002004 <test_A2_data>:
2004: 0001 nop
...
00002008 <test_A3_data>:
2008: ffff 0xffff
200a: ffff 0xffff
0000200c <test_A4_data>:
200c: ffff 0xffff
200e: 7fff 0x7fff
00002010 <test_A5_data>:
2010: 0000 unimp
2012: 8000 0x8000
00002014 <test_B_data>:
2014: abcd j 2606 <_end+0x402>
...
00002018 <test_C_data>:
2018: 5678 lw a4,108(a2)
201a: 1234 addi a3,sp,296
0000201c <test_D_data>:
201c: ba98 fsd fa4,48(a3)
201e: fedc fsw fa5,60(a3)
00002020 <test_E_data>:
2020: 5814 lw a3,48(s0)
2022: 3692 fld fa3,288(sp)
...
00002030 <begin_signature>:
2030: ffff 0xffff
2032: ffff 0xffff
2034: ffff 0xffff
2036: ffff 0xffff
2038: ffff 0xffff
203a: ffff 0xffff
203c: ffff 0xffff
203e: ffff 0xffff
2040: ffff 0xffff
2042: ffff 0xffff
2044: ffff 0xffff
2046: ffff 0xffff
00002048 <test_A2_res>:
2048: ffff 0xffff
204a: ffff 0xffff
204c: ffff 0xffff
204e: ffff 0xffff
2050: ffff 0xffff
2052: ffff 0xffff
2054: ffff 0xffff
2056: ffff 0xffff
2058: ffff 0xffff
205a: ffff 0xffff
205c: ffff 0xffff
205e: ffff 0xffff
00002060 <test_A3_res>:
2060: ffff 0xffff
2062: ffff 0xffff
2064: ffff 0xffff
2066: ffff 0xffff
2068: ffff 0xffff
206a: ffff 0xffff
206c: ffff 0xffff
206e: ffff 0xffff
2070: ffff 0xffff
2072: ffff 0xffff
2074: ffff 0xffff
2076: ffff 0xffff
00002078 <test_A4_res>:
2078: ffff 0xffff
207a: ffff 0xffff
207c: ffff 0xffff
207e: ffff 0xffff
2080: ffff 0xffff
2082: ffff 0xffff
2084: ffff 0xffff
2086: ffff 0xffff
2088: ffff 0xffff
208a: ffff 0xffff
208c: ffff 0xffff
208e: ffff 0xffff
00002090 <test_A5_res>:
2090: ffff 0xffff
2092: ffff 0xffff
2094: ffff 0xffff
2096: ffff 0xffff
2098: ffff 0xffff
209a: ffff 0xffff
209c: ffff 0xffff
209e: ffff 0xffff
20a0: ffff 0xffff
20a2: ffff 0xffff
20a4: ffff 0xffff
20a6: ffff 0xffff
000020a8 <test_B_res>:
20a8: ffff 0xffff
20aa: ffff 0xffff
20ac: ffff 0xffff
20ae: ffff 0xffff
20b0: ffff 0xffff
20b2: ffff 0xffff
20b4: ffff 0xffff
20b6: ffff 0xffff
20b8: ffff 0xffff
20ba: ffff 0xffff
20bc: ffff 0xffff
20be: ffff 0xffff
20c0: ffff 0xffff
20c2: ffff 0xffff
20c4: ffff 0xffff
20c6: ffff 0xffff
000020c8 <test_C_res>:
20c8: ffff 0xffff
20ca: ffff 0xffff
000020cc <test_D_res>:
20cc: ffff 0xffff
20ce: ffff 0xffff
20d0: ffff 0xffff
20d2: ffff 0xffff
000020d4 <test_E_res>:
20d4: ffff 0xffff
20d6: ffff 0xffff
20d8: ffff 0xffff
20da: ffff 0xffff
20dc: ffff 0xffff
20de: ffff 0xffff
000020e0 <end_signature>:
...
00002100 <begin_regstate>:
2100: 0080 addi s0,sp,64
...
00002200 <end_regstate>:
2200: 0004 0x4
...
| ObjDump | 3 | DuBirdFly/TinyRISCV_Learn | tests/riscv-compliance/build_generated/rv32i/I-IO-01.elf.objdump | [
"Apache-2.0"
] |
100.0, 0.6300, 302.1900
200.0, 0.5000, 284.6200
300.0, 0.4600, 258.2500
400.0, 0.2300, 194.6300 | Lasso | 0 | tui95/lasio | tests/examples/not_a_las_file.las | [
"MIT"
] |
type PokemonType {
pokemon_type: String @mock(value: "Electric")
}
| GraphQL | 3 | fuelingtheweb/prettier | tests/graphql_object_type_def/directives.graphql | [
"MIT"
] |
background black
color white
stroke 4
scale 6
box
s
do 40 times
scale wave(10000)
rotate TIME/1000
color hsv((TIME/10)%255, 200, 150)
ball
box
end
| Cycript | 2 | marcinbiegun/creativecoding-sketches | Cyril/data/code_old/5.cy | [
"MIT"
] |
#ifdef ECERE_STATIC
public import static "ecere"
public import static "EDA"
#else
public import "ecere"
public import "EDA"
#endif
#include "sqlite3.h"
import "EDASQLite.ec"
static class SQLiteCipherDataSource : SQLiteDataSource
{
class_property(name) = "SQLiteCipher";
class_property(databaseFileExtension) = "sqlcipher";
Database OpenDatabase(const String name, CreateOptions createOptions, DataSource ds)
{
Database result = null;
if(name && name[0])
{
String path = MakeDatabasePath(name);
sqlite3 * db;
// sqlite3_open(path, &db);
// sqlite3_open_v2(path, &db, SQLITE_OPEN_READONLY /*SQLITE_OPEN_READWRITE*/ /*SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE*/, null );
if(sqlite3_open_v2(path, &db, (createOptions == readOnly) ? SQLITE_OPEN_READONLY :
(SQLITE_OPEN_READWRITE | ((createOptions == create) ? SQLITE_OPEN_CREATE : 0)), null))
// fprintf(stderr, "%s\n", s); // interesting
printf($"Can't open database (%s): %s\n", path, sqlite3_errmsg(db));
else
{
int rc = SQLITE_ERROR;
char command[1024];
if(ds.pass && ds.pass[0])
{
sprintf(command, "PRAGMA key = '%s';", ds.pass);
sqlite3_exec(db, command, null, null, null);
rc = sqlite3_exec(db, "SELECT count(*) FROM sqlite_master;", null, null, null);
if(rc == SQLITE_NOTADB)
{
printf($"EDASQLiteCipher: database (%s) format not recognized, disabling cipher_use_hmac to support version 1.1.x databases\n", path);
strcpy(command, "PRAGMA cipher_use_hmac = OFF;");
sqlite3_exec(db, command, null, null, null);
rc = sqlite3_exec(db, "SELECT count(*) FROM sqlite_master;", null, null, null);
}
if(rc == SQLITE_OK)
{
sprintf(command, "CREATE TABLE eda_table_fields(Table_Name TEXT, Name TEXT, Type TEXT, Length INT);");
sqlite3_exec(db, command, null, null, null);
result = SQLiteDatabase { db = db };
}
else
printf($"Can't open database (%s): %s -- password may be incorrect\n", path, sqlite3_errstr(rc));
}
}
if(!result)
sqlite3_close(db);
delete path;
}
return result;
}
}
| eC | 4 | N-eil/ecere-sdk | eda/drivers/sqliteCipher/EDASQLiteCipher.ec | [
"BSD-3-Clause"
] |
// FIR_IDENTICAL
// !DIAGNOSTICS: -UNUSED_PARAMETER
// ISSUE: KT-32452
interface A {
suspend fun foo(input: String): String
}
open class B<T : Any> {
fun <U, R : Any, T> call(function: suspend T.(U) -> R): R = TODO()
fun <U, R : Any, T> call(function: suspend T.(U) -> List<R>): List<R> = TODO()
}
class MyService : A, B<A>() {
override suspend fun foo(input: String) = call(A::foo)
} | Kotlin | 4 | Mu-L/kotlin | compiler/testData/diagnostics/tests/callableReference/suspendCallableReference.kt | [
"ECL-2.0",
"Apache-2.0"
] |
CREATE TABLE IF NOT EXISTS `department` (
`id` int NOT NULL AUTO_INCREMENT PRIMARY KEY,
`name` varchar(20)
)ENGINE=InnoDB DEFAULT CHARSET=UTF8;
ALTER TABLE `employee` ADD `dept_id` int AFTER `email`; | SQL | 4 | zeesh49/tutorials | flyway/db/migration/V2_0__create_department_schema.sql | [
"MIT"
] |
<body id="top" role="document" class="file">
<nav role="navigation">
<div id="project-navigation">
<%= render '_sidebar_navigation.rhtml' %>
<%= render '_sidebar_search.rhtml' %>
</div>
<%= render '_sidebar_table_of_contents.rhtml' %>
<div id="project-metadata">
<%= render '_sidebar_pages.rhtml' %>
</div>
</nav>
<main role="main" aria-label="Page <%=h file.full_name%>">
<%= file.description %>
</main>
| RHTML | 3 | Bhuvanesh1208/ruby2.6.1 | lib/ruby/2.6.0/rdoc/generator/template/darkfish/page.rhtml | [
"Ruby"
] |
>> %Introduction
>> intro = "Abhishek Sharma"
intro =
"Abhishek Sharma"
>> x = 4;
>> x
x =
4
>> y = 3;
>> x + y
ans =
7
>> arr = 1:10
arr =
1 2 3 4 5 6 7 8 9 10
>> clear
>> x = 1:10;
>> y = x + 2
y =
3 4 5 6 7 8 9 10 11 12
>> z = sqrt(y)
z =
1.7321 2.0000 2.2361 2.4495 2.6458 2.8284 3.0000 3.1623 3.3166 3.4641
>> clear
>> a = 1
a =
1
>> b = 2
b =
2
>> c = a + b
c =
3
>> z = sin(90)
z =
0.8940
>> d = sin(a)
d =
0.8415
>> e = cos(a)
e =
0.5403
>> d = tan(a)
d =
1.5574
>> % create an array
>> clear
>> arr = [1 2 3 4 5 6]
arr =
1 2 3 4 5 6
>> % the values are storing in a matrix format
>> b = [5 2 1; 8 4 3; 0 1 2]
b =
5 2 1
8 4 3
0 1 2
>> randi(10)
ans =
9
| Matlab | 3 | abhisheks008/Fifth-Semester-UEMK-2019-Batch | IT WORKSHOP/IT_WORKSHOP_MATLAB-1_12_07_2021.matlab | [
"MIT"
] |
'reach 0.1';
export const main = Reach.App(
{}, [Participant('A', {})], (A) => {
A.publish().timeout(0, 0);
return 0;
}
);
| RenderScript | 3 | chikeabuah/reach-lang | hs/t/n/Err_ToConsensus_TimeoutArgs.rsh | [
"Apache-2.0"
] |
from libcpp.memory cimport (
shared_ptr,
unique_ptr,
make_unique,
make_shared,
static_pointer_cast
)
from ray.includes.common cimport (
CGcsClientOptions,
CRayStatus,
)
from cython.operator cimport dereference
from libcpp cimport nullptr
from ray.includes.gcs_client cimport (
CInternalKVAccessor,
CGcsClient,
make_gcs,
)
import threading
cdef class GcsClient:
cdef:
shared_ptr[CGcsClient] inner_
@staticmethod
cdef make_from_address(
const c_string &ip,
int port,
const c_string &password):
cdef GcsClient self = GcsClient.__new__(GcsClient)
self.inner_ = make_gcs(ip, port, password)
return self
@staticmethod
cdef make_from_existing(const shared_ptr[CGcsClient]& gcs_client):
cdef GcsClient self = GcsClient.__new__(GcsClient)
self.inner_ = gcs_client
return self
def disconnect(self):
self.inner_.reset()
def kv_put(self, c_string key, c_string value, c_bool overwrite):
cdef c_bool added = False
status = self.inner_.get().InternalKV().Put(
key, value, overwrite, added)
if not status.ok():
raise IOError("Put failed: {status.ToString()}")
return added
def kv_del(self, c_string key):
status = self.inner_.get().InternalKV().Del(key)
if not status.ok():
raise IOError("Del failed: {status.ToString()}")
def kv_get(self, c_string key):
cdef:
c_string value
c_bool exists = True
status = self.inner_.get().InternalKV().Get(key, value)
if status.IsNotFound():
exists = False
elif not status.ok():
raise IOError("Get failed: {status.ToString()}")
return value if exists else None
def kv_keys(self, c_string key):
cdef:
c_vector[c_string] results
status = self.inner_.get().InternalKV().Keys(key, results)
if not status.ok():
raise IOError("Keys failed: {status.ToString()}")
return results
def kv_exists(self, c_string key):
cdef:
c_bool exist = False
status = self.inner_.get().InternalKV().Exists(key, exist)
if not status.ok():
raise IOError("Exists failed: {status.ToString()}")
return exist
| Cython | 4 | 77loopin/ray | python/ray/includes/gcs_client.pxi | [
"Apache-2.0"
] |
#!/bin/bash
# For testing subprocesses that require input
# Ask the user for login details
read -p 'Username: ' user
read -sp 'Password: ' pass
echo
echo Hello $user
| Shell | 4 | ikysil/lazygit | test/shell_script_input_prompt.sh | [
"MIT"
] |
// this will create a high resolution sphere with a 2mm radius
sphere(2, $fn=100); | OpenSCAD | 4 | heristhesiya/OpenJSCAD.org | packages/io/scad-deserializer/tests/primitive_solids/sphereEx2.scad | [
"MIT"
] |
frequency,raw
20.00,-12.89
20.20,-12.79
20.40,-12.69
20.61,-12.60
20.81,-12.50
21.02,-12.40
21.23,-12.30
21.44,-12.20
21.66,-12.10
21.87,-12.00
22.09,-11.90
22.31,-11.80
22.54,-11.70
22.76,-11.60
22.99,-11.50
23.22,-11.40
23.45,-11.30
23.69,-11.20
23.92,-11.10
24.16,-11.00
24.40,-10.91
24.65,-10.81
24.89,-10.71
25.14,-10.61
25.39,-10.52
25.65,-10.42
25.91,-10.33
26.16,-10.23
26.43,-10.14
26.69,-10.04
26.96,-9.95
27.23,-9.85
27.50,-9.76
27.77,-9.67
28.05,-9.58
28.33,-9.49
28.62,-9.40
28.90,-9.31
29.19,-9.22
29.48,-9.13
29.78,-9.05
30.08,-8.96
30.38,-8.88
30.68,-8.80
30.99,-8.72
31.30,-8.64
31.61,-8.56
31.93,-8.48
32.24,-8.40
32.57,-8.33
32.89,-8.25
33.22,-8.18
33.55,-8.11
33.89,-8.04
34.23,-7.98
34.57,-7.92
34.92,-7.86
35.27,-7.80
35.62,-7.74
35.97,-7.68
36.33,-7.64
36.70,-7.60
37.06,-7.55
37.43,-7.51
37.81,-7.47
38.19,-7.43
38.57,-7.39
38.95,-7.34
39.34,-7.29
39.74,-7.24
40.14,-7.19
40.54,-7.12
40.94,-7.06
41.35,-6.98
41.76,-6.90
42.18,-6.80
42.60,-6.70
43.03,-6.59
43.46,-6.47
43.90,-6.34
44.33,-6.19
44.78,-6.03
45.23,-5.87
45.68,-5.70
46.13,-5.53
46.60,-5.35
47.06,-5.17
47.53,-4.98
48.01,-4.79
48.49,-4.60
48.97,-4.41
49.46,-4.22
49.96,-4.03
50.46,-3.85
50.96,-3.67
51.47,-3.52
51.99,-3.36
52.51,-3.22
53.03,-3.08
53.56,-2.96
54.10,-2.84
54.64,-2.75
55.18,-2.66
55.74,-2.59
56.29,-2.52
56.86,-2.46
57.42,-2.41
58.00,-2.37
58.58,-2.34
59.16,-2.31
59.76,-2.27
60.35,-2.24
60.96,-2.21
61.57,-2.19
62.18,-2.16
62.80,-2.13
63.43,-2.10
64.07,-2.08
64.71,-2.04
65.35,-2.01
66.01,-1.98
66.67,-1.95
67.33,-1.92
68.01,-1.89
68.69,-1.86
69.37,-1.83
70.07,-1.81
70.77,-1.79
71.48,-1.77
72.19,-1.75
72.91,-1.73
73.64,-1.72
74.38,-1.72
75.12,-1.72
75.87,-1.73
76.63,-1.75
77.40,-1.78
78.17,-1.81
78.95,-1.84
79.74,-1.86
80.54,-1.88
81.35,-1.90
82.16,-1.92
82.98,-1.95
83.81,-1.98
84.65,-2.02
85.50,-2.06
86.35,-2.10
87.22,-2.14
88.09,-2.17
88.97,-2.21
89.86,-2.24
90.76,-2.26
91.66,-2.27
92.58,-2.29
93.51,-2.32
94.44,-2.35
95.39,-2.38
96.34,-2.41
97.30,-2.45
98.28,-2.48
99.26,-2.51
100.25,-2.54
101.25,-2.56
102.27,-2.58
103.29,-2.60
104.32,-2.62
105.37,-2.65
106.42,-2.67
107.48,-2.69
108.56,-2.72
109.64,-2.75
110.74,-2.77
111.85,-2.80
112.97,-2.82
114.10,-2.85
115.24,-2.88
116.39,-2.91
117.55,-2.94
118.73,-2.97
119.92,-3.01
121.12,-3.03
122.33,-3.04
123.55,-3.05
124.79,-3.05
126.03,-3.05
127.29,-3.05
128.57,-3.06
129.85,-3.09
131.15,-3.12
132.46,-3.14
133.79,-3.17
135.12,-3.22
136.48,-3.24
137.84,-3.28
139.22,-3.30
140.61,-3.33
142.02,-3.36
143.44,-3.37
144.87,-3.37
146.32,-3.37
147.78,-3.37
149.26,-3.38
150.75,-3.39
152.26,-3.41
153.78,-3.44
155.32,-3.47
156.88,-3.51
158.44,-3.54
160.03,-3.58
161.63,-3.60
163.24,-3.63
164.88,-3.66
166.53,-3.67
168.19,-3.68
169.87,-3.70
171.57,-3.71
173.29,-3.72
175.02,-3.74
176.77,-3.76
178.54,-3.78
180.32,-3.81
182.13,-3.84
183.95,-3.89
185.79,-3.93
187.65,-3.95
189.52,-3.98
191.42,-4.00
193.33,-4.02
195.27,-4.04
197.22,-4.04
199.19,-4.04
201.18,-4.03
203.19,-4.02
205.23,-4.02
207.28,-4.02
209.35,-4.02
211.44,-4.02
213.56,-4.02
215.69,-4.02
217.85,-4.02
220.03,-4.01
222.23,-4.00
224.45,-4.00
226.70,-4.00
228.96,-4.02
231.25,-4.03
233.57,-4.05
235.90,-4.09
238.26,-4.11
240.64,-4.14
243.05,-4.18
245.48,-4.21
247.93,-4.25
250.41,-4.27
252.92,-4.31
255.45,-4.33
258.00,-4.35
260.58,-4.36
263.19,-4.37
265.82,-4.36
268.48,-4.35
271.16,-4.35
273.87,-4.34
276.61,-4.34
279.38,-4.34
282.17,-4.34
284.99,-4.34
287.84,-4.34
290.72,-4.34
293.63,-4.34
296.57,-4.34
299.53,-4.34
302.53,-4.34
305.55,-4.34
308.61,-4.34
311.69,-4.35
314.81,-4.36
317.96,-4.36
321.14,-4.37
324.35,-4.36
327.59,-4.35
330.87,-4.34
334.18,-4.32
337.52,-4.28
340.90,-4.26
344.30,-4.22
347.75,-4.19
351.23,-4.16
354.74,-4.12
358.28,-4.09
361.87,-4.06
365.49,-4.03
369.14,-4.01
372.83,-4.00
376.56,-4.00
380.33,-4.00
384.13,-4.01
387.97,-4.02
391.85,-4.03
395.77,-4.03
399.73,-4.04
403.72,-4.04
407.76,-4.03
411.84,-4.02
415.96,-4.00
420.12,-3.97
424.32,-3.94
428.56,-3.92
432.85,-3.90
437.18,-3.87
441.55,-3.83
445.96,-3.79
450.42,-3.74
454.93,-3.71
459.48,-3.67
464.07,-3.63
468.71,-3.58
473.40,-3.54
478.13,-3.51
482.91,-3.46
487.74,-3.41
492.62,-3.34
497.55,-3.27
502.52,-3.20
507.55,-3.13
512.62,-3.06
517.75,-2.99
522.93,-2.93
528.16,-2.87
533.44,-2.79
538.77,-2.71
544.16,-2.63
549.60,-2.57
555.10,-2.50
560.65,-2.43
566.25,-2.35
571.92,-2.27
577.64,-2.19
583.41,-2.11
589.25,-2.02
595.14,-1.92
601.09,-1.82
607.10,-1.73
613.17,-1.65
619.30,-1.56
625.50,-1.45
631.75,-1.32
638.07,-1.16
644.45,-1.01
650.89,-0.81
657.40,-0.63
663.98,-0.39
670.62,-0.14
677.32,0.10
684.10,0.35
690.94,0.63
697.85,0.88
704.83,1.11
711.87,1.33
718.99,1.50
726.18,1.64
733.44,1.76
740.78,1.84
748.19,1.87
755.67,1.87
763.23,1.85
770.86,1.80
778.57,1.73
786.35,1.65
794.22,1.54
802.16,1.44
810.18,1.31
818.28,1.15
826.46,0.97
834.73,0.77
843.08,0.55
851.51,0.29
860.02,0.07
868.62,-0.15
877.31,-0.38
886.08,-0.59
894.94,-0.75
903.89,-0.87
912.93,-0.95
922.06,-0.97
931.28,-0.93
940.59,-0.86
950.00,-0.75
959.50,-0.61
969.09,-0.45
978.78,-0.30
988.57,-0.15
998.46,-0.02
1008.44,0.08
1018.53,0.17
1028.71,0.23
1039.00,0.26
1049.39,0.24
1059.88,0.20
1070.48,0.14
1081.19,0.08
1092.00,-0.01
1102.92,-0.10
1113.95,-0.22
1125.09,-0.35
1136.34,-0.53
1147.70,-0.71
1159.18,-0.90
1170.77,-1.12
1182.48,-1.33
1194.30,-1.53
1206.25,-1.75
1218.31,-1.96
1230.49,-2.15
1242.80,-2.32
1255.22,-2.49
1267.78,-2.65
1280.45,-2.82
1293.26,-2.96
1306.19,-3.09
1319.25,-3.22
1332.45,-3.35
1345.77,-3.48
1359.23,-3.63
1372.82,-3.78
1386.55,-3.95
1400.41,-4.12
1414.42,-4.29
1428.56,-4.48
1442.85,-4.67
1457.28,-4.85
1471.85,-5.05
1486.57,-5.24
1501.43,-5.47
1516.45,-5.74
1531.61,-6.04
1546.93,-6.39
1562.40,-6.75
1578.02,-7.13
1593.80,-7.56
1609.74,-7.98
1625.84,-8.39
1642.10,-8.76
1658.52,-9.11
1675.10,-9.41
1691.85,-9.65
1708.77,-9.84
1725.86,-9.95
1743.12,-9.99
1760.55,-9.96
1778.15,-9.87
1795.94,-9.75
1813.90,-9.59
1832.03,-9.41
1850.36,-9.23
1868.86,-9.06
1887.55,-8.89
1906.42,-8.74
1925.49,-8.63
1944.74,-8.52
1964.19,-8.43
1983.83,-8.36
2003.67,-8.29
2023.71,-8.25
2043.94,-8.22
2064.38,-8.20
2085.03,-8.19
2105.88,-8.21
2126.94,-8.23
2148.20,-8.25
2169.69,-8.29
2191.38,-8.35
2213.30,-8.40
2235.43,-8.45
2257.78,-8.50
2280.36,-8.56
2303.17,-8.60
2326.20,-8.64
2349.46,-8.67
2372.95,-8.67
2396.68,-8.65
2420.65,-8.61
2444.86,-8.54
2469.31,-8.45
2494.00,-8.38
2518.94,-8.30
2544.13,-8.23
2569.57,-8.16
2595.27,-8.09
2621.22,-8.05
2647.43,-8.04
2673.90,-8.06
2700.64,-8.08
2727.65,-8.12
2754.93,-8.18
2782.48,-8.24
2810.30,-8.31
2838.40,-8.38
2866.79,-8.45
2895.46,-8.50
2924.41,-8.54
2953.65,-8.57
2983.19,-8.59
3013.02,-8.61
3043.15,-8.63
3073.58,-8.63
3104.32,-8.61
3135.36,-8.56
3166.72,-8.50
3198.38,-8.40
3230.37,-8.27
3262.67,-8.09
3295.30,-7.89
3328.25,-7.66
3361.53,-7.42
3395.15,-7.16
3429.10,-6.88
3463.39,-6.59
3498.03,-6.31
3533.01,-6.06
3568.34,-5.81
3604.02,-5.60
3640.06,-5.42
3676.46,-5.28
3713.22,-5.17
3750.36,-5.09
3787.86,-5.02
3825.74,-4.98
3864.00,-4.95
3902.64,-4.92
3941.66,-4.92
3981.08,-4.92
4020.89,-4.95
4061.10,-5.01
4101.71,-5.10
4142.73,-5.20
4184.15,-5.32
4226.00,-5.46
4268.26,-5.61
4310.94,-5.76
4354.05,-5.93
4397.59,-6.10
4441.56,-6.27
4485.98,-6.40
4530.84,-6.52
4576.15,-6.59
4621.91,-6.62
4668.13,-6.60
4714.81,-6.53
4761.96,-6.42
4809.58,-6.27
4857.67,-6.08
4906.25,-5.88
4955.31,-5.65
5004.87,-5.41
5054.91,-5.18
5105.46,-4.96
5156.52,-4.76
5208.08,-4.58
5260.16,-4.42
5312.77,-4.31
5365.89,-4.24
5419.55,-4.21
5473.75,-4.19
5528.49,-4.20
5583.77,-4.22
5639.61,-4.28
5696.00,-4.37
5752.96,-4.49
5810.49,-4.64
5868.60,-4.79
5927.28,-4.91
5986.56,-4.98
6046.42,-5.01
6106.89,-4.98
6167.96,-4.89
6229.64,-4.76
6291.93,-4.57
6354.85,-4.31
6418.40,-4.01
6482.58,-3.68
6547.41,-3.35
6612.88,-3.01
6679.01,-2.69
6745.80,-2.41
6813.26,-2.19
6881.39,-2.06
6950.21,-2.01
7019.71,-2.01
7089.91,-2.05
7160.81,-2.12
7232.41,-2.22
7304.74,-2.33
7377.79,-2.45
7451.56,-2.60
7526.08,-2.78
7601.34,-3.02
7677.35,-3.35
7754.13,-3.79
7831.67,-4.35
7909.98,-5.04
7989.08,-5.86
8068.98,-6.76
8149.67,-7.72
8231.16,-8.70
8313.47,-9.70
8396.61,-10.67
8480.57,-11.58
8565.38,-12.39
8651.03,-13.09
8737.54,-13.68
8824.92,-14.12
8913.17,-14.44
9002.30,-14.63
9092.32,-14.73
9183.25,-14.77
9275.08,-14.77
9367.83,-14.78
9461.51,-14.82
9556.12,-14.90
9651.68,-15.02
9748.20,-15.18
9845.68,-15.37
9944.14,-15.57
10043.58,-15.75
10144.02,-15.88
10245.46,-15.96
10347.91,-15.94
10451.39,-15.83
10555.91,-15.61
10661.46,-15.28
10768.08,-14.86
10875.76,-14.36
10984.52,-13.78
11094.36,-13.15
11205.31,-12.50
11317.36,-11.87
11430.53,-11.26
11544.84,-10.70
11660.29,-10.22
11776.89,-9.84
11894.66,-9.56
12013.60,-9.35
12133.74,-9.21
12255.08,-9.10
12377.63,-9.03
12501.41,-8.98
12626.42,-8.92
12752.68,-8.86
12880.21,-8.78
13009.01,-8.68
13139.10,-8.57
13270.49,-8.44
13403.20,-8.29
13537.23,-8.15
13672.60,-8.02
13809.33,-7.87
13947.42,-7.72
14086.90,-7.58
14227.77,-7.45
14370.04,-7.33
14513.74,-7.24
14658.88,-7.16
14805.47,-7.09
14953.52,-7.04
15103.06,-7.00
15254.09,-6.96
15406.63,-6.93
15560.70,-6.90
15716.30,-6.87
15873.47,-6.87
16032.20,-6.89
16192.52,-6.96
16354.45,-7.09
16517.99,-7.28
16683.17,-7.53
16850.01,-7.83
17018.51,-8.17
17188.69,-8.55
17360.58,-8.95
17534.18,-9.36
17709.53,-9.78
17886.62,-10.20
18065.49,-10.62
18246.14,-11.00
18428.60,-11.39
18612.89,-11.77
18799.02,-12.15
18987.01,-12.52
19176.88,-12.89
19368.65,-13.26
19562.33,-13.62
19757.96,-13.98
19955.54,-14.33
| CSV | 0 | vinzmc/AutoEq | measurements/referenceaudioanalyzer/data/onear/HDM-X/MyST IzoPhones-7/MyST IzoPhones-7.csv | [
"MIT"
] |
// run-pass
fn main() {
let &ref a = &[0i32] as &[_];
assert_eq!(a, &[0i32] as &[_]);
let &ref a = "hello";
assert_eq!(a, "hello");
match "foo" {
"fool" => unreachable!(),
"foo" => {},
ref _x => unreachable!()
}
}
| Rust | 4 | Eric-Arellano/rust | src/test/ui/pattern/usefulness/issue-30240-rpass.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
(ns hu.test.maths
(:require
[assert :refer [equal deep-equal]]
[hu.lib.maths :as _]))
(suite :cross
(fn []
(test :basic
(fn []
(deep-equal (.cross _ [3 4 5] [9 -3 0]) [15 45 -45])
(deep-equal (.cross _ [22 3 4] [-2 3 4]) [0 -96 72])
(deep-equal (.cross _ [2 3 4] [2 3 4]) [0 0 0])))))
| wisp | 4 | h2non/hu | test/maths.wisp | [
"MIT"
] |
#! /bin/sh /usr/share/dpatch/dpatch-run
## jeo.dpatch by <vagrant@trusty64>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' jeo-deb~/bin/jeo jeo-deb/bin/jeo
--- jeo-deb~/bin/jeo 2015-02-28 11:18:40.000000000 +0000
+++ jeo-deb/bin/jeo 2015-02-28 18:35:41.887921886 +0000
@@ -88,11 +88,11 @@
if [ -z "$REPO" ]
then
- REPO="$BASEDIR"/lib
+ REPO=/usr/share/jeo
fi
CLASSPATH=$CLASSPATH_PREFIX:"$BASEDIR"/etc:"$REPO"/jeo-csv-0.5.jar:"$REPO"/jeo-0.5.jar:"$REPO"/javacsv-2.1.jar:"$REPO"/jeo-postgis-0.5.jar:"$REPO"/jeo-sql-0.5.jar:"$REPO"/postgresql-9.1-901.jdbc4.jar:"$REPO"/jeo-mongo-0.5.jar:"$REPO"/mongo-java-driver-2.9.3.jar:"$REPO"/jeo-geopkg-0.5.jar:"$REPO"/sqlite-jdbc-3.8.7.jar:"$REPO"/jeo-protobuf-0.5.jar:"$REPO"/protobuf-java-2.4.1.jar:"$REPO"/jeo-gdal-0.5.jar:"$REPO"/gdal-1.11.1.jar:"$REPO"/guava-13.0.jar:"$REPO"/jcommander-1.47.jar:"$REPO"/jline-2.12.1.jar:"$REPO"/jeo-0.5-tests.jar:"$REPO"/jts-1.13.jar:"$REPO"/proj4j-0.1.0-jeo.jar:"$REPO"/slf4j-api-1.7.2.jar:"$REPO"/slf4j-jdk14-1.7.2.jar:"$REPO"/jeo-cli-0.5.jar
-EXTRA_JVM_ARGUMENTS="-Xmx1024m -Djava.library.path=$BASEDIR/ext"
+EXTRA_JVM_ARGUMENTS="-Xmx1024m -Djava.library.path=$REPO/ext"
# For Cygwin, switch paths to Windows format before running java
if $cygwin; then
| Darcs Patch | 2 | aliostad/deep-learning-lang-detection | data/train/bash/0e59e6e36fab2bf3c5cd261fc1754373c45770fajeo.dpatch | [
"MIT"
] |
options(scipen=999)
rstudio = Sys.getenv("RSTUDIO_USER_IDENTITY") != ""
loadLibrary = function (name) {
if (!require(name, character.only=TRUE)) {
install.packages(name)
library(name, character.only=TRUE)
}
}
loadLibrary("ggplot2")
loadLibrary("gridExtra")
jmhCSV = function (path) {
data = read.csv(path, sep=",", header=T)
# delete all before last dot in benchmark names
data$Benchmark = sub("^.+\\.", "", data$Benchmark)
# rename Error column
colnames(data)[colnames(data) == "Score.Error..99.9.."] = "Error"
# remove Param prefix
colnames(data) = sub("Param..", "", colnames(data))
data
}
jmhBarChart = function (data, fill, fillLabel, xLabel, yLabel, title=NULL) {
g = ggplot(data, aes(x=Benchmark, y=Score, fill=data[,fill], ymin=Score - Error, ymax=Score + Error))
g = g + geom_bar(stat="identity", position="dodge", color="black", width=0.9)
g = g + geom_errorbar(width=.33, size=.5, position=position_dodge(0.9))
g = g + labs(x=xLabel, y=yLabel, fill=fillLabel) + geom_hline(yintercept=0)
if (!rstudio) {
if (length(title) != 0) g = g + ggtitle(title)
g = g + theme(text=element_text(size=16))
}
g
}
| R | 5 | JiMu-Bao/kryo | benchmarks/charts/common.r | [
"BSD-3-Clause"
] |
#define resize_h_width 16
#define resize_h_height 16
static unsigned char resize_h_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x20, 0x04, 0x30, 0x0c, 0x38, 0x1c, 0xfc, 0x3f,
0xfe, 0x7f, 0xff, 0xff, 0xfe, 0x7f, 0xfc, 0x3f, 0x38, 0x1c, 0x30, 0x0c,
0x20, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
| Mask | 2 | trofi/afterstep | afterstep/desktop/cursors/resize_h.xbm.mask | [
"MIT"
] |
(* Module: AptCacherNGSecurity
Lens for config files like the one found in
/etc/apt-cacher-ng/security.conf
About: License
Copyright 2013 Erik B. Andersen; this file is licenced under the LGPL v2+.
*)
module AptCacherNGSecurity =
autoload xfm
(* Define a Username/PW pair *)
let authpair = [ key /[^ \t:\/]*/ . del /:/ ":" . store /[^: \t\n]*/ ]
(* Define a record. So far as I can tell, the only auth level supported is Admin *)
let record = [ key "AdminAuth". del /[ \t]*:[ \t]*/ ": ". authpair . Util.del_str "\n"]
(* Define the basic lens *)
let lns = ( record | Util.empty | Util.comment )*
let filter = incl "/etc/apt-cacher-ng/security.conf"
. Util.stdexcl
let xfm = transform lns filter
| Augeas | 4 | zwass/launcher | pkg/augeas/assets/lenses/aptcacherngsecurity.aug | [
"MIT"
] |
.stylus-options-relative-import
/* imported via vite.config.js */
color green
| Stylus | 0 | laineus/vite | packages/playground/css/options/relative-import.styl | [
"MIT"
] |
// Vertex Shader
struct VS_INPUT
{
float3 vPosition : POSITION;
float3 vColor: COLOR0;
};
struct PS_INPUT
{
float4 vPosition : SV_POSITION;
float4 vColor : TEXCOORD0;
};
cbuffer SceneConstantBuffer : register(b0)
{
float4x4 g_MVPMatrix;
};
PS_INPUT VSMain( VS_INPUT i )
{
PS_INPUT o;
o.vPosition = mul( g_MVPMatrix, float4( i.vPosition, 1.0 ) );
#ifdef VULKAN
o.vPosition.y = -o.vPosition.y;
#endif
o.vColor = float4( i.vColor.rgb, 1.0 );
return o;
}
float4 PSMain( PS_INPUT i ) : SV_TARGET
{
return i.vColor;
}
| HLSL | 4 | oravnat/openvr | samples/bin/shaders/axes.hlsl | [
"BSD-3-Clause"
] |
label ccb2020:
play bgm "bgm/bgm005.ogg"
call gl(0,"bgcc0002c")
call vsp(0,1)
with ImageDissolve("sys/EFMSK_22_MSK.bmp",time=1)
"庭で炊飯の用意をする。"
"米が食いたくなった。"
"電子ジャーは使えないので、飯ごうで炊くのだ。"
"ここでおいしいごはんの炊き方をば。"
"①自分を信じる"
"②米を量る"
"③米の一粒一粒が尊い命を持っている"
"④その無数の命で、人は生きていく"
"⑤だがどの命もやがては大地に還るだろう"
"⑥大地は命に等しく、命もまた大地に等しい"
"⑦いずれ、新たな命を生み出すために―――"
"⑧長編SF小説『ガイアの旅』完"
"⑨米を研ぎ、20分ほど水につける"
"⑩夏場は逆にすげー辛いカレー食いたいよね"
"11、炊く"
"12、炎をじっと凝視しつつ危険な思想に身を浸すか自分をかばって死んだ戦友のことを思い出す(二択)"
"13、炊けたら逆さまにして10分ほどむらす"
"14、激ウマライスここに爆 誕"
太一 "「できた」"
call gl(1,"TCKT0006c|TCKT0006")
call gp(1,t=center)#x=230
call vsp(1,1)
with dissolve
voice "vfccb2020fyu000"
冬子 "「……太一、よかった……そこにいたんだ」"
"冬子がやってきた。"
"不安そうな顔。"
"なぜか目尻が赤い。"
太一 "「よ、起きたな」"
call gl(1,"TCKT0005c|TCKT000x")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu001"
冬子 "「…………ん」"
"神妙に頷く。"
"寄ってきて、背後から首に腕をまわしてきた。"
"きゅっ"
call gl(1,"TCKT0006c|TCKT0006")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu002"
冬子 "「……ねぇ?」"
"耳元で囁かれる。"
"首をまわして、キスをする。"
"さっそく舌を引き寄せて……。"
voice "vfccb2020fyu003"
冬子 "「ちょっ……だめっ」"
"唇を引きはがす。"
call gl(1,"TCKT0002c|TCKT000x")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu004"
冬子 "「……こういう時は、ついばむみたいのでいいのっ」"
太一 "「ふーん」"
call gl(1,"TCKT0006c|TCKT0006")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu005"
冬子 "「じゃ、やりなおし。フレンチキス」"
太一 "「フレンチキス?」"
voice "vfccb2020fyu006"
冬子 "「そうよ?」"
太一 "「じゃあ」"
"ちうっ"
"最初から全力。"
call gl(1,"TCKT0004c|TCKT000x")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu007"
冬子 "「っっ!?」"
call gl(1,"TCKT0005c|TCKT000x")
call vsp(1,1)
with dissolve
"ぬろっ、ぬろろっ、ちゅるっ、れろれろん、じゅるるるるるるる~~~っ"
"口唇嬲り。"
"ちゅっぽん、と舌を引き抜く。"
call gl(1,"TCKT0006c|TCKT0006")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu008"
冬子 "「…………」"
"発情していた。"
太一 "「……する?」"
call gl(1,"TCKT0002c|TCKT000x")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu009"
冬子 "「そ、そんら元気ないわよっ」"
"少し呂律が怪しかった。"
call gl(1,"TCKT0005c|TCKT000x")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu010"
冬子 "「……下着かえたのに……」"
"うわ、今のだけで濡れたのか。"
voice "vfccb2020fyu011"
冬子 "「フレンチって……言ったのに……」"
太一 "「だから今みたいのがフレンチキス」"
call gl(1,"TCKT0000c|TCKT000x")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu012"
冬子 "「え……そうなの?」"
太一 "「そうだよ。深々と舌を絡め、お互いの口を性器のように淫猥に蠢かせ貪り合うのがフレンチ·キスさ」"
"※言い過ぎ"
太一 "「だからフレンチ·トーストとか、それはもう下っ品な食べ物なんだよ」"
call gl(1,"TCKT0002c|TCKT000x")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu013"
冬子 "「やだ、よく食べてた……」"
"恥じらい。"
call gl(1,"TCKT0006c|TCKT0006")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu014"
冬子 "「キャビアのっけて」"
太一 "「キャビアのことはもういい」"
call gl(1,"TCKT0000c|TCKT000x")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu015"
冬子 "「……軽いキスはなんて言うの?」"
太一 "「んー、ソフトキスかな」"
call gl(1,"TCKT0006c|TCKT0006")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu016"
冬子 "「じゃあ、それ、して」"
太一 "「ん、いいよ」"
"唇を重ねる。"
"いじわるはナシで。"
voice "vfccb2020fyu017"
冬子 "「……ん」"
"甘酸っぱい雰囲気になった。"
"男はこういうムードが性欲と直結するから、引き際が肝心だ。"
call gl(1,"TCKT0000c|TCKT000x")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu018"
冬子 "「いいにおい」"
太一 "「ハラペコですか?」"
call gl(1,"TCKT0005c|TCKT000x")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu019"
冬子 "「…………うん」"
"少しだけ照れがある。"
"はじらいは、どれだけあってもいいと思う。"
太一 "「じゃあ食べよう」"
call gl(1,"TCKT0000c|TCKT000x")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu020"
冬子 "「すごい、ごはんだ」"
太一 "「少なくとも電子ジャーよりはうまい……かも」"
"最近の電子ジャーも凄いからな。"
太一 "「おかずはレトルトカレーと缶詰です」"
voice "vfccb2020fyu021"
冬子 "「うん、いいよ」"
"二人で食べた。"
voice "vfccb2020fyu022"
冬子 "「あ、あつ……あちち」"
太一 "「猫舌だなぁ」"
voice "vfccb2020fyu023"
冬子 "「ベロ、弱いの……」"
太一 "「確かに弱いね」"
"いろいろと。"
"さっと赤面する冬子。"
"珍しく口答えしない。"
太一 "「その弱点がある限り、キスするたびに下着汚れちゃうね」"
call gl(1,"TCKT0002c|TCKT000x")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu024"
冬子 "「う、う、う~」"
"スプーンをくわえたまま、悔しがる。"
call gl(1,"TCKT0005c|TCKT000x")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu025"
冬子 "「……ふ、不覚~っ」"
太一 "「わはは」"
call gl(1,"TCKT0000c|TCKT000x")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu026"
冬子 "「……でも、おいしい」"
太一 "「他愛のないレトルトと缶詰だよ」"
call gl(1,"TCKT0005c|TCKT000x")
call vsp(1,1)
with dissolve
voice "vfccb2020fyu027"
冬子 "「だから……好きな人と食べるとおいしいのよ。どんなものでも」"
太一 "「そっか」"
voice "vfccb2020fyu028"
冬子 "「ずっと、こうだったらいいのに」"
太一 "「……」"
"夜は静かに更けていく。"
"本当に、人の気配もなく。"
pause (500.0/1000.0)
pause (500.0/1000.0)
stop bgm
return
# | Ren'Py | 3 | fossabot/cross-channel_chinese-localization_project | AllPlatforms/scripts/ccb/ccb2020.rpy | [
"Apache-2.0"
] |
CREATE TABLE hdb_catalog.hdb_action
(
action_name TEXT PRIMARY KEY,
action_defn JSONB NOT NULL,
comment TEXT NULL,
is_system_defined boolean default false
);
CREATE TABLE hdb_catalog.hdb_action_permission
(
action_name TEXT NOT NULL,
role_name TEXT NOT NULL,
definition JSONB NOT NULL DEFAULT '{}'::jsonb,
comment TEXT NULL,
PRIMARY KEY (action_name, role_name),
FOREIGN KEY (action_name) REFERENCES hdb_catalog.hdb_action(action_name) ON UPDATE CASCADE
);
CREATE TABLE hdb_catalog.hdb_action_log
(
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
-- we deliberately do not reference the action name
-- because sometimes we may want to retain history
-- after dropping the action
action_name TEXT,
input_payload JSONB NOT NULL,
request_headers JSONB NOT NULL,
session_variables JSONB NOT NULL,
response_payload JSONB NULL,
errors JSONB NULL,
created_at timestamptz NOT NULL default now(),
response_received_at timestamptz NULL,
status text NOT NULL,
CHECK (status IN ('created', 'processing', 'completed', 'error'))
);
CREATE TABLE hdb_catalog.hdb_custom_types
(
custom_types jsonb NOT NULL
);
CREATE VIEW hdb_catalog.hdb_role AS
(
SELECT DISTINCT role_name FROM (
SELECT role_name FROM hdb_catalog.hdb_permission
UNION ALL
SELECT role_name FROM hdb_catalog.hdb_action_permission
) q
);
| SQL | 5 | gh-oss-contributor/graphql-engine-1 | server/src-rsr/migrations/31_to_32.sql | [
"Apache-2.0",
"MIT"
] |
desc_sv=Webmin-användare
| SystemVerilog | 0 | GalaxyGFX/webmin | acl/module.info.sv | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] |
(*
Module: Quote
Generic module providing useful primitives for quoting
Author: Raphael Pinson <raphael.pinson@camptocamp.com>
About: License
This file is licenced under the LGPL v2+, like the rest of Augeas.
About: Lens Usage
This is a generic module which doesn't apply to files directly.
You can use its definitions to build lenses that require quoted values.
It provides several levels of definitions, allowing to define more or less fine-grained quoted values:
- the quote separators are separators that are useful to define quoted values;
- the quoting functions are useful wrappers to easily enclose a lens in various kinds of quotes (single, double, any, optional or not);
- the quoted values definitions are common quoted patterns. They use the quoting functions in order to provide useful shortcuts for commonly met needs. In particular, the <quote_spaces> (and similar) function force values that contain spaces to be quoted, but allow values without spaces to be unquoted.
About: Examples
The <Test_Quote> file contains various examples and tests.
*)
module Quote =
(* Group: QUOTE SEPARATORS *)
(* Variable: dquote
A double quote *)
let dquote = Util.del_str "\""
(* Variable: dquote_opt
An optional double quote, default to double *)
let dquote_opt = del /"?/ "\""
(* Variable: dquote_opt_nil
An optional double quote, default to nothing *)
let dquote_opt_nil = del /"?/ ""
(* Variable: squote
A single quote *)
let squote = Util.del_str "'"
(* Variable: squote_opt
An optional single quote, default to single *)
let squote_opt = del /'?/ "'"
(* Variable: squote_opt_nil
An optional single quote, default to nothing *)
let squote_opt_nil = del /'?/ ""
(* Variable: quote
A quote, either double or single, default to double *)
let quote = del /["']/ "\""
(* Variable: quote_opt
An optional quote, either double or single, default to double *)
let quote_opt = del /["']?/ "\""
(* Variable: quote_opt_nil
An optional quote, either double or single, default to nothing *)
let quote_opt_nil = del /["']?/ ""
(* Group: QUOTING FUNCTIONS *)
(*
View: do_dquote
Enclose a lens in <dquote>s
Parameters:
body:lens - the lens to be enclosed
*)
let do_dquote (body:lens) =
square dquote body dquote
(*
View: do_dquote_opt
Enclose a lens in optional <dquote>s,
use <dquote>s by default.
Parameters:
body:lens - the lens to be enclosed
*)
let do_dquote_opt (body:lens) =
square dquote_opt body dquote_opt
(*
View: do_dquote_opt_nil
Enclose a lens in optional <dquote>s,
default to no quotes.
Parameters:
body:lens - the lens to be enclosed
*)
let do_dquote_opt_nil (body:lens) =
square dquote_opt_nil body dquote_opt_nil
(*
View: do_squote
Enclose a lens in <squote>s
Parameters:
body:lens - the lens to be enclosed
*)
let do_squote (body:lens) =
square squote body squote
(*
View: do_squote_opt
Enclose a lens in optional <squote>s,
use <squote>s by default.
Parameters:
body:lens - the lens to be enclosed
*)
let do_squote_opt (body:lens) =
square squote_opt body squote_opt
(*
View: do_squote_opt_nil
Enclose a lens in optional <squote>s,
default to no quotes.
Parameters:
body:lens - the lens to be enclosed
*)
let do_squote_opt_nil (body:lens) =
square squote_opt_nil body squote_opt_nil
(*
View: do_quote
Enclose a lens in <quote>s.
Parameters:
body:lens - the lens to be enclosed
*)
let do_quote (body:lens) =
square quote body quote
(*
View: do_quote
Enclose a lens in options <quote>s.
Parameters:
body:lens - the lens to be enclosed
*)
let do_quote_opt (body:lens) =
square quote_opt body quote_opt
(*
View: do_quote
Enclose a lens in options <quote>s,
default to no quotes.
Parameters:
body:lens - the lens to be enclosed
*)
let do_quote_opt_nil (body:lens) =
square quote_opt_nil body quote_opt_nil
(* Group: QUOTED VALUES *)
(* View: double
A double-quoted value *)
let double =
let body = store /[^\n]*/
in do_dquote body
(* Variable: double_opt_re
The regexp to store when value
is optionally double-quoted *)
let double_opt_re = /[^\n\t "]([^\n"]*[^\n\t "])?/
(* View: double_opt
An optionally double-quoted value
Double quotes are not allowed in value
Value cannot begin or end with spaces *)
let double_opt =
let body = store double_opt_re
in do_dquote_opt body
(* View: single
A single-quoted value *)
let single =
let body = store /[^\n]*/
in do_squote body
(* Variable: single_opt_re
The regexp to store when value
is optionally single-quoted *)
let single_opt_re = /[^\n\t ']([^\n']*[^\n\t '])?/
(* View: single_opt
An optionally single-quoted value
Single quotes are not allowed in value
Value cannot begin or end with spaces *)
let single_opt =
let body = store single_opt_re
in do_squote_opt body
(* View: any
A quoted value *)
let any =
let body = store /[^\n]*/
in do_quote body
(* Variable: any_opt_re
The regexp to store when value
is optionally single- or double-quoted *)
let any_opt_re = /[^\n\t "']([^\n"']*[^\n\t "'])?/
(* View: any_opt
An optionally quoted value
Double or single quotes are not allowed in value
Value cannot begin or end with spaces *)
let any_opt =
let body = store any_opt_re
in do_quote_opt body
(*
View: quote_spaces
Make quotes mandatory if value contains spaces,
and optional if value doesn't contain spaces.
Parameters:
lns:lens - the lens to be enclosed
*)
let quote_spaces (lns:lens) =
(* bare has no spaces, and is optionally quoted *)
let bare = Quote.do_quote_opt (store /[^"' \t\n]+/)
(* quoted has at least one space, and must be quoted *)
in let quoted = Quote.do_quote (store /[^"'\n]*[ \t]+[^"'\n]*/)
in [ lns . bare ] | [ lns . quoted ]
(*
View: dquote_spaces
Make double quotes mandatory if value contains spaces,
and optional if value doesn't contain spaces.
Parameters:
lns:lens - the lens to be enclosed
*)
let dquote_spaces (lns:lens) =
(* bare has no spaces, and is optionally quoted *)
let bare = Quote.do_dquote_opt (store /[^" \t\n]+/)
(* quoted has at least one space, and must be quoted *)
in let quoted = Quote.do_dquote (store /[^"\n]*[ \t]+[^"\n]*/)
in [ lns . bare ] | [ lns . quoted ]
(*
View: squote_spaces
Make single quotes mandatory if value contains spaces,
and optional if value doesn't contain spaces.
Parameters:
lns:lens - the lens to be enclosed
*)
let squote_spaces (lns:lens) =
(* bare has no spaces, and is optionally quoted *)
let bare = Quote.do_squote_opt (store /[^' \t\n]+/)
(* quoted has at least one space, and must be quoted *)
in let quoted = Quote.do_squote (store /[^'\n]*[ \t]+[^'\n]*/)
in [ lns . bare ] | [ lns . quoted ]
| Augeas | 5 | zwass/launcher | pkg/augeas/assets/lenses/quote.aug | [
"MIT"
] |
very foo is bar()
| Dogescript | 0 | joeratt/dogescript | test/spec/var/very-init/source.djs | [
"MIT"
] |
disp(%pi);
| Scilab | 0 | JavascriptID/sourcerer-app | src/test/resources/samples/langs/Scilab/scilab_script.sce | [
"MIT"
] |
= yield_content :foo
= yield_content :foo
= yield_content :foo
| Slim | 0 | osamtimizer/sinatra | sinatra-contrib/spec/content_for/multiple_yields.slim | [
"MIT"
] |
<?xml version='1.0' encoding='UTF-8'?>
<Project Type="Project" LVVersion="17008000">
<Item Name="My Computer" Type="My Computer">
<Property Name="NI.SortType" Type="Int">3</Property>
<Property Name="server.app.propertiesEnabled" Type="Bool">true</Property>
<Property Name="server.control.propertiesEnabled" Type="Bool">true</Property>
<Property Name="server.tcp.enabled" Type="Bool">false</Property>
<Property Name="server.tcp.port" Type="Int">0</Property>
<Property Name="server.tcp.serviceName" Type="Str">My Computer/VI Server</Property>
<Property Name="server.tcp.serviceName.default" Type="Str">My Computer/VI Server</Property>
<Property Name="server.vi.callsEnabled" Type="Bool">true</Property>
<Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
<Property Name="specify.custom.address" Type="Bool">false</Property>
<Item Name="Unit Tests" Type="Folder">
<Item Name="Caraya" Type="Folder">
<Item Name="Tests" Type="Folder">
<Item Name="Support" Type="Folder">
<Item Name="GetTestDictionaryPath.vi" Type="VI" URL="../../tests/Caraya/Support/GetTestDictionaryPath.vi"/>
<Item Name="TranslateMe.vi" Type="VI" URL="../../tests/Caraya/Support/TranslateMe.vi"/>
<Item Name="TestDictionary.JSON" Type="Document" URL="../../tests/Caraya/Support/TestDictionary.JSON"/>
</Item>
<Item Name="TestInitialize.vi" Type="VI" URL="../../tests/Caraya/TestInitialize.vi"/>
<Item Name="TestGetLanguages.vi" Type="VI" URL="../../tests/Caraya/TestGetLanguages.vi"/>
<Item Name="TestRegisterVI.vi" Type="VI" URL="../../tests/Caraya/TestRegisterVI.vi"/>
<Item Name="TestSetLanguage(byVI).vi" Type="VI" URL="../../tests/Caraya/TestSetLanguage(byVI).vi"/>
<Item Name="TestSetLanguage.vi" Type="VI" URL="../../tests/Caraya/TestSetLanguage.vi"/>
<Item Name="TestGetLocalizedPhrase.vi" Type="VI" URL="../../tests/Caraya/TestGetLocalizedPhrase.vi"/>
<Item Name="TestGetOSPrimaryLanguage.vi" Type="VI" URL="../../tests/Caraya/TestGetOSPrimaryLanguage.vi"/>
<Item Name="TestLocalizeVIs.vi" Type="VI" URL="../../tests/Caraya/TestLocalizeVIs.vi"/>
</Item>
<Item Name="LocalizationUnitTestSuite.vi" Type="VI" URL="../../tests/Caraya/LocalizationUnitTestSuite.vi"/>
</Item>
</Item>
<Item Name="Tools Menu" Type="Folder">
<Item Name="Localize This VI.vi" Type="VI" URL="../Tools Menu/JKI Simple Localization/Localize This VI.vi"/>
</Item>
<Item Name="JKI Simple Localization.lvlib" Type="Library" URL="../API/JKI Simple Localization.lvlib"/>
<Item Name="VI Tree.vi" Type="VI" URL="../Example/VI Tree.vi"/>
<Item Name="Localization Demo.vi" Type="VI" URL="../Example/Localization Demo.vi"/>
<Item Name="JKI Simple Localization.vipc" Type="Document" URL="../JKI Simple Localization.vipc"/>
<Item Name="JKI Simple Localization.vipb" Type="Document" URL="../JKI Simple Localization.vipb"/>
<Item Name="Dependencies" Type="Dependencies">
<Item Name="vi.lib" Type="Folder">
<Item Name="Clear Errors.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Clear Errors.vi"/>
<Item Name="Error Cluster From Error Code.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Error Cluster From Error Code.vi"/>
<Item Name="TRef TravTarget.ctl" Type="VI" URL="/<vilib>/Utility/traverseref.llb/TRef TravTarget.ctl"/>
<Item Name="TRef Traverse.vi" Type="VI" URL="/<vilib>/Utility/traverseref.llb/TRef Traverse.vi"/>
<Item Name="VI Scripting - Traverse.lvlib" Type="Library" URL="/<vilib>/Utility/traverseref.llb/VI Scripting - Traverse.lvlib"/>
<Item Name="Escape String.vi" Type="VI" URL="/<vilib>/AdvancedString/Escape String.vi"/>
<Item Name="Caraya.lvlib" Type="Library" URL="/<vilib>/addons/_JKI Toolkits/Caraya/Caraya.lvlib"/>
<Item Name="Application Menu.rtm" Type="Document" URL="/<vilib>/addons/_JKI Toolkits/Caraya/menu/Application Menu.rtm"/>
<Item Name="imagedata.ctl" Type="VI" URL="/<vilib>/picture/picture.llb/imagedata.ctl"/>
<Item Name="Add State(s) to Queue__jki_lib_state_machine.vi" Type="VI" URL="/<vilib>/addons/_JKI Toolkits/State Machine/_JKI_lib_State_Machine.llb/Add State(s) to Queue__jki_lib_state_machine.vi"/>
<Item Name="Trim Whitespace.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Trim Whitespace.vi"/>
<Item Name="whitespace.ctl" Type="VI" URL="/<vilib>/Utility/error.llb/whitespace.ctl"/>
<Item Name="Parse State Queue__jki_lib_state_machine.vi" Type="VI" URL="/<vilib>/addons/_JKI Toolkits/State Machine/_JKI_lib_State_Machine.llb/Parse State Queue__jki_lib_state_machine.vi"/>
<Item Name="General Error Handler.vi" Type="VI" URL="/<vilib>/Utility/error.llb/General Error Handler.vi"/>
<Item Name="DialogType.ctl" Type="VI" URL="/<vilib>/Utility/error.llb/DialogType.ctl"/>
<Item Name="DialogTypeEnum.ctl" Type="VI" URL="/<vilib>/Utility/error.llb/DialogTypeEnum.ctl"/>
<Item Name="General Error Handler Core CORE.vi" Type="VI" URL="/<vilib>/Utility/error.llb/General Error Handler Core CORE.vi"/>
<Item Name="Check Special Tags.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Check Special Tags.vi"/>
<Item Name="TagReturnType.ctl" Type="VI" URL="/<vilib>/Utility/error.llb/TagReturnType.ctl"/>
<Item Name="Set String Value.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Set String Value.vi"/>
<Item Name="GetRTHostConnectedProp.vi" Type="VI" URL="/<vilib>/Utility/error.llb/GetRTHostConnectedProp.vi"/>
<Item Name="Error Code Database.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Error Code Database.vi"/>
<Item Name="Format Message String.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Format Message String.vi"/>
<Item Name="Set Bold Text.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Set Bold Text.vi"/>
<Item Name="Find Tag.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Find Tag.vi"/>
<Item Name="Search and Replace Pattern.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Search and Replace Pattern.vi"/>
<Item Name="Details Display Dialog.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Details Display Dialog.vi"/>
<Item Name="ErrWarn.ctl" Type="VI" URL="/<vilib>/Utility/error.llb/ErrWarn.ctl"/>
<Item Name="eventvkey.ctl" Type="VI" URL="/<vilib>/event_ctls.llb/eventvkey.ctl"/>
<Item Name="Not Found Dialog.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Not Found Dialog.vi"/>
<Item Name="Three Button Dialog.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Three Button Dialog.vi"/>
<Item Name="Three Button Dialog CORE.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Three Button Dialog CORE.vi"/>
<Item Name="LVRectTypeDef.ctl" Type="VI" URL="/<vilib>/Utility/miscctls.llb/LVRectTypeDef.ctl"/>
<Item Name="Longest Line Length in Pixels.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Longest Line Length in Pixels.vi"/>
<Item Name="Convert property node font to graphics font.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Convert property node font to graphics font.vi"/>
<Item Name="Get Text Rect.vi" Type="VI" URL="/<vilib>/picture/picture.llb/Get Text Rect.vi"/>
<Item Name="Get String Text Bounds.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Get String Text Bounds.vi"/>
<Item Name="LVBoundsTypeDef.ctl" Type="VI" URL="/<vilib>/Utility/miscctls.llb/LVBoundsTypeDef.ctl"/>
<Item Name="BuildHelpPath.vi" Type="VI" URL="/<vilib>/Utility/error.llb/BuildHelpPath.vi"/>
<Item Name="GetHelpDir.vi" Type="VI" URL="/<vilib>/Utility/error.llb/GetHelpDir.vi"/>
<Item Name="Open URL in Default Browser.vi" Type="VI" URL="/<vilib>/Platform/browser.llb/Open URL in Default Browser.vi"/>
<Item Name="Open URL in Default Browser (string).vi" Type="VI" URL="/<vilib>/Platform/browser.llb/Open URL in Default Browser (string).vi"/>
<Item Name="Open URL in Default Browser core.vi" Type="VI" URL="/<vilib>/Platform/browser.llb/Open URL in Default Browser core.vi"/>
<Item Name="Open URL in Default Browser (path).vi" Type="VI" URL="/<vilib>/Platform/browser.llb/Open URL in Default Browser (path).vi"/>
<Item Name="Path to URL.vi" Type="VI" URL="/<vilib>/printing/PathToURL.llb/Path to URL.vi"/>
<Item Name="Escape Characters for HTTP.vi" Type="VI" URL="/<vilib>/printing/PathToURL.llb/Escape Characters for HTTP.vi"/>
<Item Name="Unset Busy.vi" Type="VI" URL="/<vilib>/Utility/cursorutil.llb/Unset Busy.vi"/>
<Item Name="Set Cursor.vi" Type="VI" URL="/<vilib>/Utility/cursorutil.llb/Set Cursor.vi"/>
<Item Name="Set Cursor (Cursor ID).vi" Type="VI" URL="/<vilib>/Utility/cursorutil.llb/Set Cursor (Cursor ID).vi"/>
<Item Name="Set Cursor (Icon Pict).vi" Type="VI" URL="/<vilib>/Utility/cursorutil.llb/Set Cursor (Icon Pict).vi"/>
<Item Name="Set Busy.vi" Type="VI" URL="/<vilib>/Utility/cursorutil.llb/Set Busy.vi"/>
<Item Name="subFile Dialog.vi" Type="VI" URL="/<vilib>/express/express input/FileDialogBlock.llb/subFile Dialog.vi"/>
<Item Name="ex_CorrectErrorChain.vi" Type="VI" URL="/<vilib>/express/express shared/ex_CorrectErrorChain.vi"/>
<Item Name="Simple Error Handler.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Simple Error Handler.vi"/>
<Item Name="JKI JSON Serialization.lvlib" Type="Library" URL="/<vilib>/addons/_JKI.lib/Serialization/JSON/JKI JSON Serialization.lvlib"/>
<Item Name="JKI Serialization.lvlib" Type="Library" URL="/<vilib>/addons/_JKI.lib/Serialization/Core/JKI Serialization.lvlib"/>
<Item Name="LVDateTimeRec.ctl" Type="VI" URL="/<vilib>/Utility/miscctls.llb/LVDateTimeRec.ctl"/>
<Item Name="VariantType.lvlib" Type="Library" URL="/<vilib>/Utility/VariantDataType/VariantType.lvlib"/>
<Item Name="JKI Unicode.lvlib" Type="Library" URL="/<vilib>/addons/_JKI.lib/Unicode/JKI Unicode.lvlib"/>
<Item Name="System Exec.vi" Type="VI" URL="/<vilib>/Platform/system.llb/System Exec.vi"/>
<Item Name="RGB to Color.vi" Type="VI" URL="/<vilib>/Utility/colorconv.llb/RGB to Color.vi"/>
</Item>
<Item Name="user.lib" Type="Folder">
<Item Name="Clear All Errors__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/error/error.llb/Clear All Errors__ogtk.vi"/>
<Item Name="Build Error Cluster__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/error/error.llb/Build Error Cluster__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (Variant)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (Variant)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (String)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (String)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (DBL)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (DBL)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (Path)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (Path)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (I32)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (I32)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (U32)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (U32)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (U16)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (U16)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (U8)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (U8)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (I16)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (I16)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (I8)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (I8)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (SGL)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (SGL)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (EXT)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (EXT)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (CSG)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (CSG)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (CDB)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (CDB)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (CXT)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (CXT)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (GEN-REF)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (GEN-REF)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (GObj-REF)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (GObj-REF)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (VI-REF)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (VI-REF)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (CTL-REF)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (CTL-REF)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (Bool)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (Bool)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (I64)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (I64)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (U64)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (U64)__ogtk.vi"/>
<Item Name="Conditional Auto-Indexing Tunnel (LVObject)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/array/array.llb/Conditional Auto-Indexing Tunnel (LVObject)__ogtk.vi"/>
<Item Name="Get Last PString__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Get Last PString__ogtk.vi"/>
<Item Name="Get PString__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Get PString__ogtk.vi"/>
<Item Name="Type Descriptor Enumeration__ogtk.ctl" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Type Descriptor Enumeration__ogtk.ctl"/>
<Item Name="Type Descriptor Header__ogtk.ctl" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Type Descriptor Header__ogtk.ctl"/>
<Item Name="Type Descriptor__ogtk.ctl" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Type Descriptor__ogtk.ctl"/>
<Item Name="Get Header from TD__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Get Header from TD__ogtk.vi"/>
<Item Name="Variant to Header Info__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Variant to Header Info__ogtk.vi"/>
<Item Name="Get Variant Attributes__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Get Variant Attributes__ogtk.vi"/>
<Item Name="Set Data Name__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Set Data Name__ogtk.vi"/>
<Item Name="Get Data Name from TD__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Get Data Name from TD__ogtk.vi"/>
<Item Name="Get Data Name__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Get Data Name__ogtk.vi"/>
<Item Name="Get Element TD from Array TD__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Get Element TD from Array TD__ogtk.vi"/>
<Item Name="Get Array Element TD__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Get Array Element TD__ogtk.vi"/>
<Item Name="Reshape 1D Array__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Reshape 1D Array__ogtk.vi"/>
<Item Name="Array Size(s)__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Array Size(s)__ogtk.vi"/>
<Item Name="Reshape Array to 1D VArray__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Reshape Array to 1D VArray__ogtk.vi"/>
<Item Name="Get TDEnum from Data__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Get TDEnum from Data__ogtk.vi"/>
<Item Name="Array of VData to VArray__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Array of VData to VArray__ogtk.vi"/>
<Item Name="Array to Array of VData__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Array to Array of VData__ogtk.vi"/>
<Item Name="Parse String with TDs__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Parse String with TDs__ogtk.vi"/>
<Item Name="Split Cluster TD__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Split Cluster TD__ogtk.vi"/>
<Item Name="Cluster to Array of VData__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Cluster to Array of VData__ogtk.vi"/>
<Item Name="Array of VData to VCluster__ogtk.vi" Type="VI" URL="/<userlib>/_OpenG.lib/lvdata/lvdata.llb/Array of VData to VCluster__ogtk.vi"/>
</Item>
<Item Name="kernel32.dll" Type="Document" URL="kernel32.dll">
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
</Item>
<Item Name="GetVIText.vi" Type="VI" URL="../Private/GetVIText.vi"/>
</Item>
<Item Name="Build Specifications" Type="Build"/>
</Item>
</Project>
| LabVIEW | 2 | JKISoftware/JKI-Simple-Localization | src/JKI Simple Localization.lvproj | [
"BSD-3-Clause"
] |
/****************************************************************************
*
* (c) 2009-2019 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
* @file
* @author Gus Grubba <gus@auterion.com>
*/
import QtQuick 2.11
import QtQuick.Controls 2.4
import QGroundControl 1.0
import QGroundControl.Controls 1.0
import QGroundControl.Palette 1.0
import QGroundControl.ScreenTools 1.0
import QtGraphicalEffects 1.0
Button {
id: _rootButton
width: parent.height * 1.25
height: parent.height
flat: true
contentItem: Item {
id: _content
anchors.fill: _rootButton
Row {
id: _edge
spacing: ScreenTools.defaultFontPixelWidth * 0.25
anchors.left: parent.left
anchors.leftMargin: ScreenTools.defaultFontPixelWidth
anchors.verticalCenter: parent.verticalCenter
Repeater {
model: [1,2,3]
Rectangle {
height: ScreenTools.defaultFontPixelHeight
width: ScreenTools.defaultFontPixelWidth * 0.25
color: qgcPal.text
opacity: 0.75
}
}
}
Image {
id: _icon
height: _rootButton.height * 0.75
width: height
smooth: true
mipmap: true
antialiasing: true
fillMode: Image.PreserveAspectFit
source: qgcPal.globalTheme === QGCPalette.Light ? "/res/QGCLogoBlack" : "/res/QGCLogoWhite"
sourceSize.height: height
anchors.left: _edge.right
anchors.leftMargin: ScreenTools.defaultFontPixelWidth
anchors.verticalCenter: parent.verticalCenter
}
}
background: Item {
anchors.fill: parent
}
}
| QML | 4 | uav-operation-system/qgroundcontrol | custom-example/res/Custom/Widgets/CustomIconButton.qml | [
"Apache-2.0"
] |
"""
The following undirected network consists of seven vertices and twelve edges
with a total weight of 243.

The same network can be represented by the matrix below.
A B C D E F G
A - 16 12 21 - - -
B 16 - - 17 20 - -
C 12 - - 28 - 31 -
D 21 17 28 - 18 19 23
E - 20 - 18 - - 11
F - - 31 19 - - 27
G - - - 23 11 27 -
However, it is possible to optimise the network by removing some edges and still
ensure that all points on the network remain connected. The network which achieves
the maximum saving is shown below. It has a weight of 93, representing a saving of
243 - 93 = 150 from the original network.
Using network.txt (right click and 'Save Link/Target As...'), a 6K text file
containing a network with forty vertices, and given in matrix form, find the maximum
saving which can be achieved by removing redundant edges whilst ensuring that the
network remains connected.
Solution:
We use Prim's algorithm to find a Minimum Spanning Tree.
Reference: https://en.wikipedia.org/wiki/Prim%27s_algorithm
"""
from __future__ import annotations
import os
from typing import Mapping
EdgeT = tuple[int, int]
class Graph:
"""
A class representing an undirected weighted graph.
"""
def __init__(self, vertices: set[int], edges: Mapping[EdgeT, int]) -> None:
self.vertices: set[int] = vertices
self.edges: dict[EdgeT, int] = {
(min(edge), max(edge)): weight for edge, weight in edges.items()
}
def add_edge(self, edge: EdgeT, weight: int) -> None:
"""
Add a new edge to the graph.
>>> graph = Graph({1, 2}, {(2, 1): 4})
>>> graph.add_edge((3, 1), 5)
>>> sorted(graph.vertices)
[1, 2, 3]
>>> sorted([(v,k) for k,v in graph.edges.items()])
[(4, (1, 2)), (5, (1, 3))]
"""
self.vertices.add(edge[0])
self.vertices.add(edge[1])
self.edges[(min(edge), max(edge))] = weight
def prims_algorithm(self) -> Graph:
"""
Run Prim's algorithm to find the minimum spanning tree.
Reference: https://en.wikipedia.org/wiki/Prim%27s_algorithm
>>> graph = Graph({1,2,3,4},{(1,2):5, (1,3):10, (1,4):20, (2,4):30, (3,4):1})
>>> mst = graph.prims_algorithm()
>>> sorted(mst.vertices)
[1, 2, 3, 4]
>>> sorted(mst.edges)
[(1, 2), (1, 3), (3, 4)]
"""
subgraph: Graph = Graph({min(self.vertices)}, {})
min_edge: EdgeT
min_weight: int
edge: EdgeT
weight: int
while len(subgraph.vertices) < len(self.vertices):
min_weight = max(self.edges.values()) + 1
for edge, weight in self.edges.items():
if (edge[0] in subgraph.vertices) ^ (edge[1] in subgraph.vertices):
if weight < min_weight:
min_edge = edge
min_weight = weight
subgraph.add_edge(min_edge, min_weight)
return subgraph
def solution(filename: str = "p107_network.txt") -> int:
"""
Find the maximum saving which can be achieved by removing redundant edges
whilst ensuring that the network remains connected.
>>> solution("test_network.txt")
150
"""
script_dir: str = os.path.abspath(os.path.dirname(__file__))
network_file: str = os.path.join(script_dir, filename)
adjacency_matrix: list[list[str]]
edges: dict[EdgeT, int] = dict()
data: list[str]
edge1: int
edge2: int
with open(network_file) as f:
data = f.read().strip().split("\n")
adjaceny_matrix = [line.split(",") for line in data]
for edge1 in range(1, len(adjaceny_matrix)):
for edge2 in range(edge1):
if adjaceny_matrix[edge1][edge2] != "-":
edges[(edge2, edge1)] = int(adjaceny_matrix[edge1][edge2])
graph: Graph = Graph(set(range(len(adjaceny_matrix))), edges)
subgraph: Graph = graph.prims_algorithm()
initial_total: int = sum(graph.edges.values())
optimal_total: int = sum(subgraph.edges.values())
return initial_total - optimal_total
if __name__ == "__main__":
print(f"{solution() = }")
| Python | 5 | NavpreetDevpuri/Python | project_euler/problem_107/sol1.py | [
"MIT"
] |
module Utils.Keyboard exposing (keys, onKeyDown, onKeyUp)
import Html exposing (Attribute)
import Html.Events exposing (keyCode, on)
import Json.Decode as Json
keys :
{ backspace : Int
, enter : Int
, up : Int
, down : Int
}
keys =
{ backspace = 8
, enter = 13
, up = 38
, down = 40
}
onKeyDown : (Int -> msg) -> Attribute msg
onKeyDown tagger =
on "keydown" (Json.map tagger keyCode)
onKeyUp : (Int -> msg) -> Attribute msg
onKeyUp tagger =
on "keyup" (Json.map tagger keyCode)
| Elm | 4 | jtlisi/alertmanager | ui/app/src/Utils/Keyboard.elm | [
"ECL-2.0",
"Apache-2.0"
] |
// This is a script. How exciting!
// Content of this file is irrelevant; it is used for testing `getPrecachePages`
| JavaScript | 0 | JQuinnie/gatsby | packages/gatsby-plugin-offline/src/__tests__/fixtures/public/script.js | [
"MIT"
] |
parser grammar Arista_aspath;
import Legacy_common;
options {
tokenVocab = AristaLexer;
}
s_ip_as_path
:
AS_PATH
ipap_access_list
;
ipap_access_list
:
ACCESS_LIST
name = WORD
action = access_list_action
regex = WORD
(origin = ipap_origin)?
NEWLINE
;
ipap_origin
:
ANY
| EGP
| IGP
| INCOMPLETE
; | ANTLR | 4 | pranavbj-amzn/batfish | projects/batfish/src/main/antlr4/org/batfish/grammar/arista/Arista_aspath.g4 | [
"Apache-2.0"
] |
---
title: "Chapter 4"
output:
html_document:
css: style.css
highlight: tango
---
```{r, include=FALSE}
knitr::opts_chunk$set(cache = FALSE, echo = TRUE, fig.align = "center", comment = "#>", message = FALSE)
```
```{r}
require(data.table)
require(ggplot2)
theme_set(
theme_bw(base_size = 14, base_family = "Lato") +
theme(panel.grid = element_blank(), panel.border = element_blank())
)
```
Okay! We're going back to our bike path dataset here. I live in Montreal, and I
was curious about whether we're more of a commuter city or a biking-for-fun city
-- do people bike more on weekends, or on weekdays?
# 4.1 Adding a 'weekday' column to our dataframe
First, we need to load up the data. We've done this before.
```{r}
bikes <- fread("../data/bikes.csv", sep = ";", encoding = "Latin-1", fill = TRUE, index = "Date")
bikes[, Date := as.Date(Date, "%d/%m/%Y")]
## let's look at the dataset again
head(bikes)
```
```{r}
ggplot(bikes, aes(Date, `Berri 1`)) +
geom_line(color = "palegreen4") +
theme(panel.grid = element_line(size = 0.3, color = "gray90"))
```
Next up, we're just going to look at the Berri bike path. Berri is a street in
Montreal, with a pretty important bike path. I use it mostly on my way to the
library now, but I used to take it to work sometimes when I worked in Old
Montreal.
So we're going to create a dataframe with just the Berri bikepath in it.
```{r}
berri_bikes <- bikes[, .(Date, `Berri 1`)]
berri_bikes[1:5]
```
Next, we need to add a `weekday` column. There are two ways to perform the
task. Firstly, we can use function `base::weekdays()` which gives us names of
days of the week. Or we can make use of `data.table` built-in utility function
`wday()`. I used both.
```{r}
berri_bikes[, weekday_int := wday(Date)]
berri_bikes[, weekday_str := weekdays(Date)]
print(berri_bikes)
```
# 4.2 Adding up the cyclists by weekday
This turns out to be really easy!
Performing aggregation is one of distinctive feature of `data.table`, it is
similar to SQL `GROUP BY`. You can check out the
[documentation](https://rdatatable.gitlab.io/data.table/articles/datatable-intro.html#a-grouping-using-by)
to learn more.
In this case, `berri_bikes[, .(total_berri = sum('Berri 1')), by = .(weekday_str)]` means
"Group the rows by weekday and then add up all the values with the same weekday".
```{r}
weekday_counts <- berri_bikes[, .(total_berri = sum(`Berri 1`)), by = .(weekday_str)]
## we want an ordered vector of `weekday` which is really helpful for visualising
weekday_counts[, weekday_str := factor(weekday_str,
levels = c("Monday", "Tuesday", "Wednesday", "Thursday",
"Friday", "Saturday", "Sunday"),
ordered = TRUE)]
ggplot(weekday_counts, aes(weekday_str, total_berri)) +
geom_col(fill = "goldenrod", width = 0.8) +
labs(x = NULL, y = NULL)
```
So it looks like Montrealers are commuter cyclists -- they bike much more during
the week. Neat!
# 4.3 Putting it all together
Let's put all that together, to prove how easy it is.
If you want to play around, try changing `sum` to `max`, `median`, or any other
function you like.
```{r, eval=FALSE}
bikes <- fread("../data/bikes.csv", sep = ";", encoding = "Latin-1", fill = TRUE, index = "Date")
bikes[, Date := as.Date(Date, "%d/%m/%Y")]
berri_bikes[, weekday_str := weekdays(Date)]
weekday_counts <- berri_bikes[, .(total_berri = sum(`Berri 1`)), by = .(weekday_str)]
weekday_counts[, weekday_str := factor(weekday_str,
levels = c("Monday", "Tuesday", "Wednesday", "Thursday",
"Friday", "Saturday", "Sunday"),
ordered = TRUE)]
ggplot(weekday_counts, aes(weekday_str, total_berri)) +
geom_col(fill = "goldenrod", width = 0.8) +
labs(x = NULL, y = NULL)
```
| RMarkdown | 4 | chuvanan/rdatatable-cookbook | cookbook/chapter4-groupby.rmd | [
"CC-BY-4.0"
] |
import "std/test"
const arr = ["one", "two"]
test.run("array prepend", fn(assert) {
const prependArr = prepend(arr, "zero")
assert.isEq(prependArr[0], "zero")
})
test.run("array push", fn(assert) {
const pushArr = push(arr, "three")
assert.isEq(len(pushArr), 3)
assert.isEq(pushArr[2], "three")
})
test.run("array pop", fn(assert) {
const popArr = pop(arr)
assert.isEq(len(popArr), 1)
assert.isEq(popArr[0], "one")
})
const arr2 = arr + ["three", "four"]
test.run("array splice with offset and length", fn(assert) {
const spliceArr = splice(arr2, 1, 2)
assert.isEq(len(spliceArr), 2)
assert.isEq(spliceArr[0], "one")
assert.isEq(spliceArr[1], "four")
})
test.run("array splice with offset", fn(assert) {
const spliceArr = splice(arr2, 2)
assert.isEq(len(spliceArr), 2)
assert.isEq(spliceArr[0], "one")
assert.isEq(spliceArr[1], "two")
})
test.run("array splice 0 offset, no length", fn(assert) {
const spliceArr = splice(arr2, 0)
assert.isEq(len(spliceArr), 0)
})
test.run("array splice with negative offset and length", fn(assert) {
assert.shouldThrow(fn() {
splice(arr2, -1)
})
assert.shouldThrow(fn() {
splice(arr2, 1, -1)
})
assert.shouldThrow(fn() {
splice(arr2, -1, -1)
})
})
test.run("array splice with 0 length", fn(assert) {
const spliceArr = splice(arr2, 1, 0)
assert.isEq(len(spliceArr), 4)
})
test.run("array slice with 0 offset", fn(assert) {
const sliceArr = slice(arr2, 0)
assert.isEq(len(sliceArr), 4)
})
test.run("array slice with offset and length", fn(assert) {
const sliceArr = slice(arr2, 1, 2)
assert.isEq(len(sliceArr), 2)
assert.isEq(sliceArr[0], "two")
assert.isEq(sliceArr[1], "three")
})
| Inform 7 | 4 | lfkeitel/nitrogen | tests/basic/collections.ni | [
"BSD-3-Clause"
] |
/* Example DATA step code for linguist */
libname source 'C:\path\to\file'
data work.working_copy;
set source.original_file.sas7bdat;
run;
data work.working_copy;
set work.working_copy;
if Purge = 1 then delete;
run;
data work.working_copy;
set work.working_copy;
if ImportantVariable = . then MissingFlag = 1;
run; | SAS | 4 | JavascriptID/sourcerer-app | src/test/resources/samples/langs/SAS/data.sas | [
"MIT"
] |
(: io format '"Hello world!~n")
| LFE | 2 | LaudateCorpus1/RosettaCodeData | Task/Hello-world-Text/LFE/hello-world-text.lfe | [
"Info-ZIP"
] |
create table `pk` (
a tinyint primary key clustered auto_increment
);
| SQL | 3 | WizardXiao/tidb | br/tests/lightning_tool_1472/data/EE1472.pk-schema.sql | [
"Apache-2.0"
] |
<html>
<head><title> FreeMarker Spring MVC Hello World</title>
<style>
body, input {
font-family: Calibri, Arial;
margin: 0px;
padding: 0px;
}
#header h2 {
color: white;
background-color: #3275A8;
height: 50px;
padding: 5px 0 0 5px;
font-size: 20px;
}
.datatable {margin-bottom:5px;border:1px solid #eee;border-collapse:collapse;width:400px;max-width:100%;font-family:Calibri}
.datatable th {padding:3px;border:1px solid #888;height:30px;background-color:#B2D487;text-align:center;vertical-align:middle;color:#444444}
.datatable tr {border:1px solid #888}
.datatable tr.odd {background-color:#eee}
.datatable td {padding:2px;border:1px solid #888}
#content { padding 5px; margin: 5px; text-align: center}
fieldset { width: 300px; padding: 5px; margin-bottom: 0px; }
legend { font-weight: bold; }
</style>
<body>
<div id="header">
<H2>
FreeMarker Spring MVC Hello World
</H2>
</div>
<div id="content">
<fieldset>
<legend>Add Car</legend>
<form name="car" action="add" method="post">
Make : <input type="text" name="make" /> <br/>
Model: <input type="text" name="model" /> <br/>
<input type="submit" value=" Save " />
</form>
</fieldset>
<br/>
<table class="datatable">
<tr>
<th>Make</th> <th>Model</th>
</tr>
<#list model["carList"] as car>
<tr>
<td>${car.make}</td> <td>${car.model}</td>
</tr>
</#list>
</table>
</div>
</body>
</html> | FreeMarker | 3 | zeesh49/tutorials | spring-freemarker/src/main/webapp/WEB-INF/views/ftl/index.ftl | [
"MIT"
] |
/*
** Case Study Financial Econometrics 4.3
**
** Purpose:
** Clean data using the cleaning and filtering steps as described in Barndorff-Nielsen et al. (2009)
**
** Date:
** 12/01/2015
**
** Author:
** Tamer Dilaver, Koen de Man & Sina Zolnoor
**
** Supervisor:
** L.H. Hoogerheide & S.J. Koopman
**
*/
#include <oxstd.h>
#include <oxfloat.h>
/*
** Function: Replace a character in a string with another character
**
** Input: aString: String
** sCharToBeReplaced: Indicates the 'old' character that you wish to replace by another character
** sCharReplaced = Indicates the 'new' character
**
** Output: aString: Same as input aString, except character that needs to be replaced is replaced.
*/
fReplaceCharInString(const asString, const sCharToBeReplaced, const sCharReplaced){
decl sOutput, iLengthOfString;
sOutput = asString[0]; //Initialize output of string
iLengthOfString = sizerc(sOutput); //Count total number of characters in string
decl i;
for (i = 0; i < iLengthOfString; i++){
if(sOutput[i] == sCharToBeReplaced){ //check whether the character you wish to replace is present in the string and on which location
sOutput[i]= sCharReplaced; //replace character
}
}
asString[0] = sOutput; //return string with possible replacement of 'old' character by 'new' character
}
/*
** Function: Read Data file and perform cleaning step 2 (not traded on same exchange) and 3 (other sale condition)
** as described in report.
**
*/
fReadingStringData(){
decl mData, iN;
mData = loadmat("2014.csv"); //Load data per year to count number of original rows available in 'dirty' data file
iN = rows(mData);
decl sNameFileIn, sNameFileOut; //determine the names of the file we want to read in (sNameFileIn) and the file to write the cleaned data in (sNameFileOut)
sNameFileIn = "2014.csv";
sNameFileOut = "2014_Cleaned.csv";
decl sFileIn, sFileOut;
sFileIn = fopen(sNameFileIn, "r"); //Open file to read from
sFileOut = fopen(sNameFileOut, "w"); //Open file to write in
decl iTellerQ, iTellerSaleCondition;
iTellerQ = 0; //counts number of observations on the 'right' exchange
iTellerSaleCondition = 0; //counts number of observations with 'right' sale condition
decl sString, iLengthOfString;
while(!(feof(sFileIn))){ //read as long as there are lines to read
fscan(sFileIn, "%z", &sString); //put line in sString
iLengthOfString = sizerc(sString); //check how many characters are present in the string at hand
if(sString[iLengthOfString-1] == 'Q'){ //check if stock is traded on the 'right' exchange
iTellerQ = iTellerQ +1; //counts number of observations on the 'right' exchange
if((sString[iLengthOfString-3] == 'E' ) || (sString[iLengthOfString-3] == 'F') || (sString[iLengthOfString-3] == ',')){ //check if there is a sale condition available, if there is it needs to be denoted either by an'E' or 'F'
fReplaceCharInString(&sString, ':', ',' ); //replace ":" by "," for later purposes
iTellerSaleCondition = iTellerSaleCondition + 1; //counts number of observations with 'right' sale condition
fprint(sFileOut, sString, "\n"); //if conditions are met, cleaned observation is put in sFileOut
}
}
}
fclose(sFileIn); //close files, they are not needed anymore and can be saved
fclose(sFileOut);
//print some useful statistics of number of original, filtered and dropped observations
println(" Nobs filtered dropped");
println("FilterStep 2 ", iN, " ", iTellerQ, " ", iN-iTellerQ);
println(" Nobs filtered dropped");
println("FilterStep 3 ", iTellerQ, " ", iTellerSaleCondition, " ", iTellerQ-iTellerSaleCondition);
}
/*
** Function: Create a vector with dates that Ox can handle
**
** Input: vDateNumber: vector with date numbers that Ox cannot handle
**
** Output: vDate: vector with dates that Ox can handle
*/
fCreateDateVector(const vDateNumber){
decl iN, vYear, vMonth, vDay;
iN = sizerc(vDateNumber); //count number of date numbers in vector
vYear = floor(vDateNumber/10000); //extract year from date number
vMonth = floor((vDateNumber-floor(vDateNumber/10000)*10000)/100); //extract month from date number
vDay = vDateNumber-floor(vDateNumber/100)*100; //extract day from date number
decl vDate, i;
vDate = zeros(iN,1); //initialize new date vector
for(i = 0; i < iN; i++){
vDate[i] = dayofcalendar(vYear[i], vMonth[i], vDay[i]); //fill new date vector
}
return vDate;
}
/*
** Function: Check whether prices are all strictly positive
**
** Input: vPrice: Vector with trade prices
** vClean: Vector with ones with rows that are clean and zeros that need to be dropped
**
*/
fCleaningandFilteringStep4(const vPrice, const avClean){
avClean[0]= avClean[0] + (vPrice .> 0);
}
/*
** Function: Check whether there are corrected prices
**
** Input: vPrice: Vector with indicator whether trade is corrected
** vClean: Vector with ones with rows that are clean and zeros that need to be dropped
**
*/
fCleaningandFilteringStep5(const vCorr, const avClean){
avClean[0] = avClean[0] + (vCorr .== 0);
}
/*
** Function: Compress trades to a maximum of one per second
**
** Input: mX: Matrix with data
**
** Output: mXUni: Matrix with a maximum of one trade per second
**
*/
fCleaningandFilteringStep6(const mX){
decl iN, iCount, iUniT;
iN = rows(mX); // number of observations
iCount = 1; //count number of trades per second
iUniT = 0; // Indicator that counts the number of unique seconds
decl vSameTime, mXUni;
vSameTime = zeros(rows(mX),1);
vSameTime[1:] = mX[1:][10] .== mX[:iN-2][10]; // give value 1 in vector if a trade has the same time as the next trade
mXUni = zeros(iN - sumc(vSameTime), columns(mX)); //initialize matrix with maximum of one trade per second
for(decl k = 1; k < iN; k++){
if(vSameTime[k] == 1){
iCount ++;
}else{ // compress trading data that occured at the same second
mXUni[iUniT][:3] = mX[k-1][:3];
mXUni[iUniT][4] = quantilec(mX[k-iCount:k-1][4]); // get median price
mXUni[iUniT][5] = sumc(mX[k-iCount:k-1][5]); // sum volumes
mXUni[iUniT][6:10] = mX[k-1][6:10];
iUniT ++;
iCount = 1;
}
}
if(iCount == 1){ //Last trade is a unique second
mXUni[iUniT][] = mX[iN-1][];
}else{ //Last trade is a not a unique second
mXUni[iUniT][:3] = mX[iN-1][:3];
mXUni[iUniT][4] = quantilec(mX[iN-1-iCount:iN-1][4]); // get median price
mXUni[iUniT][5] = sumc(mX[iN-1-iCount:iN-1][5]); // sum volumes
mXUni[iUniT][6:10] = mX[iN-1][6:10];
}
//print some useful statistics of number of original, filtered and dropped observations
print(" Nobs filtered dropped");
print("\nFilterStep 6 ", iN, " ", int(iN - sumc(vSameTime)), " ", int(sumc(vSameTime)), "\n");
return mXUni;
}
/*
** Function: Filter outliers by using 10*MAD
**
** Input: mX: Matrix with data
**
** Output: mXNew: Same matrix, but rows are deleted with outliers
**
*/
fCleaningandFilteringStep7(const mX){
decl iN, dNumberDeviations, iRowNumber, dMedian, dMAD, vDate, vPrices, mXNew, dLags;
iN = rows(mX);
dNumberDeviations = 10;
dLags = 25; //number of trades to compute MAD
iRowNumber= 0;
dMedian = 0;
dMAD = 0;
vDate = mX[][0]; //Date
vPrices = mX[][4]; //Prices
decl vNewDay, iT;
vNewDay = ones(iN,1);
vNewDay[1:] = vDate[1:] .!= vDate[:iN-2]; //check when a new day begins
iT = rows(vNewDay);
decl j;
for(j = 0; j < iT; j++){
if(vNewDay[j] == 1){
vNewDay[j] = j; //determine row numbers where new day begins
}
}
vNewDay = selectifr(vNewDay, vNewDay.!=zeros(rows(vNewDay),1)); //select prices on a new day
decl iPastDays, dFirstTradeOfDay, dLastTradeOfDay;
iPastDays = 0; //number of days previously 'visited'
dFirstTradeOfDay = 0; //index number of first trade of the day
dLastTradeOfDay = vNewDay[iPastDays]-1; //index number of last trade of the day
decl vThrowAway, k;
vThrowAway = zeros(iN,1);
for(k = 0; k < iN; k++){
if(k == dFirstTradeOfDay){
dMedian = quantilec(vPrices[k+1:min(k+dLags,dLastTradeOfDay)]); //compute median
dMAD = meanc(fabs(vPrices[k+1:min(k+dLags,dLastTradeOfDay)]-dMedian)); //determine MAD value
}else if(k != dLastTradeOfDay){ // k is not last trade of the day
dMedian = quantilec(vPrices[max(k-dLags,dFirstTradeOfDay):k-1]|vPrices[k+1:min(k+dLags,dLastTradeOfDay)]); //calculate median of 25 before + 25 after prices
dMAD = meanc(fabs(vPrices[max(k-dLags,dFirstTradeOfDay):k-1]-dMedian)|fabs(vPrices[k+1:min(k+dLags,dLastTradeOfDay)]-dMedian)); //determine MAD value
}
else{ //k == dLastTradeOfDay
dMedian = quantilec(vPrices[max(k-dLags,dFirstTradeOfDay):k-1]);
dMAD = meanc(fabs(vPrices[max(k-dLags,dFirstTradeOfDay):k-1]-dMedian)); //determine MAD value
dFirstTradeOfDay = dLastTradeOfDay + 1; //set first trade of the day equal to index number of last trade of the previous day
iPastDays = iPastDays + 1;
if (iPastDays < rows(vNewDay) - 1) {
dLastTradeOfDay = vNewDay[iPastDays]-1; //index number of last trade of a day
}else{
dLastTradeOfDay = iN-1; //very last day
}
}
vThrowAway[k] = (vPrices[k] > dNumberDeviations*dMAD+dMedian || vPrices[k] < -dNumberDeviations*dMAD+dMedian); //if outlier
}
mXNew = selectifr(mX, !vThrowAway); //select trades that are not outliers
return mXNew;
}
main(){
fReadingStringData(); //start off by reading the 'dirty' files by reading string data en performance of cleaning step 2 and 3.
decl mData;
mData = loadmat("2014_Cleaned.csv"); //Load data where cleaning steps 1, 2 and 3 are already processed on
decl vDate, vTimeValues, mX;
vDate = fCreateDateVector(mData[][0]); //create vector with dates oX can work with;
vTimeValues = mData[][1] / 24 + mData[][2] / 24 / 60 + mData[][3] / 24 / 60 / 60; //extract the time of each trade
mX = mData~vDate~vTimeValues; //put it all together
decl vClean1;
fCleaningandFilteringStep4(mX[][4], &vClean1); //Only select trades strictly larger than 0
mX = selectifr(mX[][], vClean1); //select trades after cleaning step 4
decl vClean2;
fCleaningandFilteringStep5(mX[][7], &vClean2); //Only select trades that are not corrected
mX= selectifr(mX[][], vClean2); //select trades after cleaning step 5
mX = mX ~ (mX[][0] + mX[][9]); //create unique value for each second and concatenate with mX
mX = fCleaningandFilteringStep6(mX); //Create median prices when multiple trades within a second
mX = fCleaningandFilteringStep7(mX); //Delete outliers
savemat("2014_Cleaned.csv", mX); //save final cleaned data file
} | Ox | 5 | tamerdilaver/Group4_Code_Data | 1CleanData.ox | [
"MIT"
] |
//
// Copyright (c) 2008, Brian Frank and Andy Frank
// Licensed under the Academic Free License version 3.0
//
// History:
// 14 May 08 Brian Frank Creation
//
**
** MimeTypeTest
**
class MimeTypeTest : Test
{
//////////////////////////////////////////////////////////////////////////
// Identity
//////////////////////////////////////////////////////////////////////////
Void testIdentity()
{
verifyEq(MimeType("text/plain"), MimeType("text/plain"))
verifyEq(MimeType("text/PLAIN"), MimeType("text/plain"))
verifyEq(MimeType("TEXT/plain"), MimeType("text/plain"))
verifyEq(MimeType("text/plain; a=b; C=d"), MimeType("text/plain;A = b;c = d;"))
verifyNotEq(MimeType("text/html"), MimeType("text/plain"))
verifyNotEq(MimeType("text/plain; charset=utf-8"), MimeType("text/plain; charset=us-ascii"))
verifyNotEq(MimeType("x/y; a=b"), MimeType("x/y; a=B"))
}
//////////////////////////////////////////////////////////////////////////
// Predefined
//////////////////////////////////////////////////////////////////////////
Void testPredefined()
{
verifyPredefined("image", "gif")
verifyPredefined("image", "png")
verifyPredefined("image", "jpeg")
verifyPredefined("text", "plain")
verifyPredefined("text", "html")
verifyPredefined("text", "xml")
verifyPredefined("x-directory", "normal")
verifyPredefinedText("text/plain; charset=utf-8")
verifyPredefinedText("text/html; charset=utf-8")
verifyPredefinedText("text/xml; charset=utf-8")
}
Void verifyPredefined(Str media, Str sub)
{
m := MimeType("$media/$sub")
verifyEq(m.mediaType, media)
verifyEq(m.subType, sub)
verifyEq(m.toStr, "$media/$sub")
verifyEq(m.params.isRO, true)
verifyEq(m.params.size, 0)
verifySame(m, MimeType(m.toStr))
}
Void verifyPredefinedText(Str mime)
{
m := MimeType(mime)
verifyEq(m.mediaType, "text")
verifyEq(m.params.isRO, true)
verifyEq(m.toStr, mime)
verifyEq(m.params["charset"], "utf-8")
verifyEq(m.params["Charset"], "utf-8")
verifyEq(m.params["CHARSET"], "utf-8")
verifySame(m, MimeType(mime))
}
//////////////////////////////////////////////////////////////////////////
// FromStr
//////////////////////////////////////////////////////////////////////////
Void testFromStr()
{
verifyFromStr("text/plain", "text", "plain", null)
verifyFromStr("Text/PLAIN", "text", "plain", null)
verifyFromStr("Text/Plain; charset=utf-8", "text", "plain", ["charset":"utf-8"])
verifyFromStr("Text/Plain ; charset=utf-8", "text", "plain", ["charset":"utf-8"])
verifyFromStr("Text/Plain; charset=utf-8;", "text", "plain", ["charset":"utf-8"])
verifyFromStr("Text/Plain;charset=utf-8 ;", "text", "plain", ["charset":"utf-8"])
verifyFromStr("Text/Plain; a=b; c=d", "text", "plain", ["a":"b", "c":"d"])
verifyFromStr("Text/Plain; a=b ; c = d;", "text", "plain", ["a":"b", "c":"d"])
verifyFromStr("Text/Plain; a=\"q\"", "text", "plain", ["a":"q"])
verifyFromStr("Text/Plain; a=\"q;x\"", "text", "plain", ["a":"q;x"])
verifyFromStr("a/b; foo=\"bar==baz;\"", "a", "b", ["foo":"bar==baz;"])
verifyFromStr("a/b; foo = \"bar==baz;\"; x=z", "a", "b", ["foo":"bar==baz;", "x":"z"])
verifyFromStr("a/b; Foo=\"Bar==Baz;\"; x = Z ; y=\"=;\" ;", "a", "b", ["Foo":"Bar==Baz;", "x":"Z", "y":"=;"])
verifyFromStr("a/b; charset=foo (comment)", "a", "b", ["charset":"foo (comment)"])
verifyFromStrBad("foo")
verifyFromStrBad("a/b; x=")
}
Void verifyFromStr(Str s, Str media, Str sub, [Str:Str]? params)
{
if (params == null) params = Str:Str[:]
t := MimeType.fromStr(s)
//verifyEq(t.toStr, s)
verifyEq(t.mediaType, media)
verifyEq(t.subType, sub)
verifyEq(t.params, params)
//verifyEq(t.params.caseInsensitive, true)
verifyEq(t.params.isRO, true)
}
Void verifyFromStrBad(Str s)
{
//verifyEq(MimeType.fromStr(s, false), null)
verifyErr(ParseErr#) { x := MimeType.fromStr(s) }
//verifyErr(ParseErr#) { x := MimeType.fromStr(s, true) }
}
//////////////////////////////////////////////////////////////////////////
// ParseParams
//////////////////////////////////////////////////////////////////////////
Void testParseParams()
{
verifyParseParams("", Str:Str[:])
verifyParseParams("n=v", ["n":"v"])
verifyParseParams("a= b; c = d;", ["a":"b", "c":"d"])
verifyParseParams("aaa = \"bbb\"; ccc=\"ddd\"", ["aaa":"bbb", "ccc":"ddd"])
verifyParseParams("aaa = \"bbb\"; ccc=\"ddd\"", ["aaa":"bbb", "ccc":"ddd"])
verifyParseParams("name=\"a=b;c=d\"", ["name":"a=b;c=d"])
//verifyParseParams("name=\"_\\\"quoted\\\"_\"", ["name":"_\"quoted\"_"])
//verifyParseParams("a=\"quot=\\\"\"; b=c; d=\"bs=\\\\\"; e=\"_\\\\\\\"_\"", ["a":"quot=\"", "b":"c", "d":"bs=\\", "e":"_\\\"_"])
verifyParseParams("a=\"\"; b=\"\"; c=\"foo\"", ["a":"", "b":"", "c":"foo"])
verifyParseParams("a=\"\"; b=\"foo\"; c=\"\"", ["a":"", "b":"foo", "c":""])
verifyParseParams("x=f (comment)", ["x":"f (comment)"])
verifyParseParams("a", ["a":""])
verifyParseParams("ax", ["ax":""])
verifyParseParams("axy", ["axy":""])
verifyParseParams("a; b", ["a":"", "b":""])
verifyParseParams("ax; by", ["ax":"", "by":""])
verifyParseParams("ax ; by ", ["ax":"", "by":""])
verifyParseParams("a=b; c", ["a":"b", "c":""])
verifyParseParams("a=b; cx", ["a":"b", "cx":""])
// not sure this is actually correctly formatted to have equals
// in unquoted values, but have seen Chrome send cookies like this
verifyParseParams("""a=sdecbc682; tz=America/New_York; b="05df13cc-9ef1"; c=MDI1MzE=; d=ABC=""",
["a": "sdecbc682",
"tz": "America/New_York",
"b": "05df13cc-9ef1",
"c": "MDI1MzE=",
"d": "ABC="])
verifyEq(MimeType.parseParams("n=", false), null)
verifyErr(ParseErr#) { MimeType.parseParams("x=f;y=") }
}
Void verifyParseParams(Str s, [Str:Str] params)
{
p := MimeType.parseParams(s)
verifyEq(p, params)
//verifyEq(p.caseInsensitive, true)
}
//////////////////////////////////////////////////////////////////////////
// ForExt
//////////////////////////////////////////////////////////////////////////
Void testForExt()
{
verifyEq(MimeType.forExt("txt"), MimeType("text/plain; charset=utf-8"))
verifyEq(MimeType.forExt("xml"), MimeType("text/xml; charset=utf-8"))
verifyEq(MimeType.forExt("XML"), MimeType("text/xml; charset=utf-8"))
verifyEq(MimeType.forExt("gif"), MimeType("image/gif"))
verifyEq(MimeType.forExt("foobar"), null)
//verifyEq(MimeType.forExt(null), null)
}
//////////////////////////////////////////////////////////////////////////
// Charset
//////////////////////////////////////////////////////////////////////////
Void testCharset()
{
verifyEq(MimeType("text/plain; charset=UTF-16BE").charset, Charset.utf16BE)
verifyEq(MimeType("text/html").charset, Charset.utf8)
}
//////////////////////////////////////////////////////////////////////////
// No Params
//////////////////////////////////////////////////////////////////////////
Void testNoParams()
{
x := MimeType("text/plain")
verifySame(x.noParams, x)
x = MimeType("text/something")
verifySame(x.noParams, x)
verifyEq(MimeType("text/plain; charset=UTF-16BE").noParams, MimeType("text/plain"))
verifyEq(MimeType("image/gif; foo=bar; baz=roo").noParams, MimeType("image/gif"))
}
} | Fantom | 4 | fanx-dev/fanx | library/testSys/fan/io/MimeTypeTest.fan | [
"AFL-3.0"
] |
fn main() {
let v = vec![1i32, 2, 3];
for _ in v[1..] {
//~^ ERROR [i32]` is not an iterator [E0277]
//~^^ ERROR known at compilation time
}
struct K {
n: i32,
}
let mut v2 = vec![K { n: 1 }, K { n: 1 }, K { n: 1 }];
for i2 in v2[1..] {
//~^ ERROR [K]` is not an iterator [E0277]
//~^^ ERROR known at compilation time
i2.n = 2;
}
}
| Rust | 3 | mbc-git/rust | src/test/ui/suggestions/slice-issue-87994.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
// run-pass
#![feature(imported_main)]
pub mod foo {
pub fn bar() {
println!("Hello world!");
}
}
use foo::bar as main;
| Rust | 4 | mbc-git/rust | src/test/ui/entry-point/imported_main_from_inner_mod.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
List = []
# List is Muteable
# means value can be change
List.insert(0 , 5)
List.insert(1,10)
List.insert(0,6)
print(List)
List.remove(6)
List.append(9)
List.append(1)
List.sort()
print(List)
List.pop()
List.reverse()
print(List)
"""
List.append(1)
print(List)
List.append(2)
print(List)
List.insert(1 , 3)
print(List)
"""
list2 = [2, 3, 7, 5, 10, 17, 12, 4, 1, 13]
for i in list2:
if i % 2 == 0:
print(i)
'''
Expected Output:
2
10
12
4
'''
| Python | 4 | sulphatet/Python | List.py | [
"MIT"
] |
str = "val\ue"
| TOML | 0 | vanillajonathan/julia | stdlib/TOML/test/testfiles/invalid/string-bad-uni-esc.toml | [
"Zlib"
] |
{:objects
{:Employer
{:fields
{:id {:type (non-null ID)}
:name {:type (non-null String)}}}
:User
{:fields
{:id {:type (non-null ID)}
:employer {:type :Employer}}}
:Query
{:fields
{:user {:type (non-null :User)
:args {:id {:type (non-null ID)}}
:resolve :query/user}}}}} | edn | 4 | hagenek/lacinia | dev-resources/nullability.edn | [
"Apache-2.0"
] |
(module
(memory $memory (export "memory") 1)
(data (i32.const 12) "\00\00\00\00"))
| WebAssembly | 2 | 1shenxi/webpack | test/cases/wasm/memory/memory.wat | [
"MIT"
] |
'reach 0.1';
export const main =
Reach.App(
{},
[Participant('A', { x: UInt })],
(A) => {
require(A.interact.x == 5);
});
| RenderScript | 3 | chikeabuah/reach-lang | hs/t/n/lifted_interact_nonfun.rsh | [
"Apache-2.0"
] |
server {
listen 80;
server_name www.example.com example.com;
root /var/www/www.example.com/web;
if ($http_host != "www.example.com") {
rewrite ^ http://www.example.com$request_uri permanent;
}
index index.php index.html;
location = /favicon.ico {
log_not_found off;
access_log off;
}
location = /robots.txt {
allow all;
log_not_found off;
access_log off;
}
# Deny all attempts to access hidden files such as .htaccess, .htpasswd, .DS_Store (Mac).
location ~ /\. {
deny all;
access_log off;
log_not_found off;
}
client_max_body_size 10G; # set max upload size
rewrite ^/caldav(.*)$ /remote.php/caldav$1 redirect;
rewrite ^/carddav(.*)$ /remote.php/carddav$1 redirect;
rewrite ^/webdav(.*)$ /remote.php/webdav$1 redirect;
rewrite ^/apps/calendar/caldav.php /remote.php/caldav/ last;
rewrite ^/apps/contacts/carddav.php /remote.php/carddav/ last;
rewrite ^/apps/([^/]*)/(.*\.(css|php))$ /index.php?app=$1&getfile=$2 last;
rewrite ^/remote/(.*) /remote.php last;
error_page 403 = /core/templates/403.php;
error_page 404 = /core/templates/404.php;
location ~ ^/(data|config|\.ht|db_structure\.xml|README) {
deny all;
}
location / {
rewrite ^/.well-known/host-meta /public.php?service=host-meta last;
rewrite ^/.well-known/host-meta.json /public.php?service=host-meta-json last;
rewrite ^/.well-known/carddav /remote.php/carddav/ redirect;
rewrite ^/.well-known/caldav /remote.php/caldav/ redirect;
rewrite ^(/core/doc/[^\/]+/)$ $1/index.html;
try_files $uri $uri/ /index.php$is_args$args;
}
location ~ ^(.+?\.php)(/.*)?$ {
try_files $1 =404;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$1;
fastcgi_param PATH_INFO $2;
fastcgi_param HTTPS $https;
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_intercept_errors on;
fastcgi_index index.php;
fastcgi_buffers 64 4K;
}
location ~* ^.+\.(jpg|jpeg|gif|bmp|ico|png|css|js|swf)$ {
expires 30d;
access_log off;
}
}
| ApacheConf | 4 | tsrivishnu/certbot | certbot-compatibility-test/nginx/nginx-roundtrip-testdata/owncloud/sites-available/www.example.com.vhost | [
"Apache-2.0"
] |