13.7 MB
/srv/reproducible-results/rbuild-debian/r-b-build.rZyThNke/b1/starjava-ttools_3.5.1-2_i386.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.rZyThNke/b2/starjava-ttools_3.5.1-2_i386.changes
731 B
Files
    
Offset 1, 6 lines modifiedOffset 1, 6 lines modified
  
1 ·45e918fafaf93a5e9367182faec2c782·66172·java·optional·jython-stilts_3.5.1-2_all.deb1 ·ccc4784d5fcf5143c596de54aba86888·66180·java·optional·jython-stilts_3.5.1-2_all.deb
2 ·e7c84247c5c31550d6aefbebb454f7da·1254996·doc·optional·starlink-ttools-java-doc_3.5.1-2_all.deb2 ·e7c84247c5c31550d6aefbebb454f7da·1254996·doc·optional·starlink-ttools-java-doc_3.5.1-2_all.deb
3 ·b0b7751401addaa396751d6ae6468800·5274436·java·optional·starlink-ttools-java_3.5.1-2_all.deb3 ·2edce0135fa7aac255f0334c45206a94·5274396·java·optional·starlink-ttools-java_3.5.1-2_all.deb
4 ·9572c997292d2e79348089ccf6f795f5·2379128·doc·optional·stilts-doc_3.5.1-2_all.deb4 ·b005b0933a1f17752271282aa1dac21d·2379132·doc·optional·stilts-doc_3.5.1-2_all.deb
5 ·ad4c67fa8691cfb90b6437054823d7cd·229360·science·optional·stilts_3.5.1-2_all.deb5 ·ad4c67fa8691cfb90b6437054823d7cd·229360·science·optional·stilts_3.5.1-2_all.deb
8.03 KB
jython-stilts_3.5.1-2_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary1 -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary
2 -rw-r--r--···0········0········0·····1372·2024-11-20·14:21:47.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1372·2024-11-20·14:21:47.000000·control.tar.xz
3 -rw-r--r--···0········0········0····64608·2024-11-20·14:21:47.000000·data.tar.xz3 -rw-r--r--···0········0········0····64616·2024-11-20·14:21:47.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
7.52 KB
data.tar.xz
7.5 KB
data.tar
7.49 KB
./usr/share/jython/Lib/site-packages/stilts.py
    
Offset 1486, 15 lines modifiedOffset 1486, 15 lines modified
1486 ········env·=·_JyEnvironment()1486 ········env·=·_JyEnvironment()
1487 ········env.setValue('format',·_map_env_value(format))1487 ········env.setValue('format',·_map_env_value(format))
1488 ········env.setValue('client',·_map_env_value(client))1488 ········env.setValue('client',·_map_env_value(client))
1489 ········mode·=·_stilts.getModeFactory().createObject('samp')1489 ········mode·=·_stilts.getModeFactory().createObject('samp')
1490 ········consumer·=·mode.createConsumer(env)1490 ········consumer·=·mode.createConsumer(env)
1491 ········_check_unused_args(env)1491 ········_check_unused_args(env)
1492 ········consumer.consume(self)1492 ········consumer.consume(self)
1493 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1493 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1494 ········'''\1494 ········'''\
1495 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1495 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1496 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1496 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1497 ····1497 ····
1498 ····Parameters:1498 ····Parameters:
1499 ····1499 ····
1500 ·······protocol·=·<jdbc-protocol>·······(String)1500 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1536, 15 lines modifiedOffset 1536, 15 lines modified
1536 ················of·columns)·for·the·data·being·written.1536 ················of·columns)·for·the·data·being·written.
1537 ····1537 ····
1538 ··········[Default:·create]1538 ··········[Default:·create]
1539 ····1539 ····
1540 ·······user·=·<username>·······(String)1540 ·······user·=·<username>·······(String)
1541 ··········User·name·for·the·SQL·connection·to·the·database.1541 ··········User·name·for·the·SQL·connection·to·the·database.
1542 ····1542 ····
1543 ··········[Default:·pbuilder1]1543 ··········[Default:·pbuilder2]
1544 ····1544 ····
1545 ·······password·=·<passwd>·······(String)1545 ·······password·=·<passwd>·······(String)
1546 ··········Password·for·the·SQL·connection·to·the·database.1546 ··········Password·for·the·SQL·connection·to·the·database.
1547 ····'''1547 ····'''
1548 ········env·=·_JyEnvironment()1548 ········env·=·_JyEnvironment()
1549 ········env.setValue('protocol',·_map_env_value(protocol))1549 ········env.setValue('protocol',·_map_env_value(protocol))
1550 ········env.setValue('db',·_map_env_value(db))1550 ········env.setValue('db',·_map_env_value(db))
Offset 4290, 15 lines modifiedOffset 4290, 15 lines modified
4290 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4290 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4291 ······as·well·for·the·connection·to·be·made.4291 ······as·well·for·the·connection·to·be·made.
  
4292 ···user·=·<value>·······(String)4292 ···user·=·<value>·······(String)
4293 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4293 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4294 ······current·username.4294 ······current·username.
  
4295 ······[Default:·pbuilder1]4295 ······[Default:·pbuilder2]
  
4296 ···password·=·<value>·······(String)4296 ···password·=·<value>·······(String)
4297 ······Password·for·logging·in·to·SQL·database.4297 ······Password·for·logging·in·to·SQL·database.
  
4298 ···sql·=·<sql>·······(String)4298 ···sql·=·<sql>·······(String)
4299 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be4299 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
4300 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")4300 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4497, 15 lines modifiedOffset 4497, 15 lines modified
4497 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4497 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4498 ······as·well·for·the·connection·to·be·made.4498 ······as·well·for·the·connection·to·be·made.
  
4499 ···user·=·<value>·······(String)4499 ···user·=·<value>·······(String)
4500 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4500 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4501 ······current·username.4501 ······current·username.
  
4502 ······[Default:·pbuilder1]4502 ······[Default:·pbuilder2]
  
4503 ···password·=·<value>·······(String)4503 ···password·=·<value>·······(String)
4504 ······Password·for·logging·in·to·SQL·database.4504 ······Password·for·logging·in·to·SQL·database.
  
4505 ···dbtable·=·<table-name>·······(String)4505 ···dbtable·=·<table-name>·······(String)
4506 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4506 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4507 ······remote·data.4507 ······remote·data.
Offset 4605, 15 lines modifiedOffset 4605, 15 lines modified
4605 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4605 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4606 ······as·well·for·the·connection·to·be·made.4606 ······as·well·for·the·connection·to·be·made.
  
4607 ···user·=·<value>·······(String)4607 ···user·=·<value>·······(String)
4608 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4608 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4609 ······current·username.4609 ······current·username.
  
4610 ······[Default:·pbuilder1]4610 ······[Default:·pbuilder2]
  
4611 ···password·=·<value>·······(String)4611 ···password·=·<value>·······(String)
4612 ······Password·for·logging·in·to·SQL·database.4612 ······Password·for·logging·in·to·SQL·database.
  
4613 ···select·=·<select-stmt>·······(String)4613 ···select·=·<select-stmt>·······(String)
4614 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4614 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4615 ······statement·to·identify·which·rows·undergo·updates.4615 ······statement·to·identify·which·rows·undergo·updates.
Offset 7853, 15 lines modifiedOffset 7853, 15 lines modified
  
7853 ···parallel·=·<int-value>·······(Integer)7853 ···parallel·=·<int-value>·······(Integer)
7854 ······Determines·how·many·threads·will·run·in·parallel·if·animation7854 ······Determines·how·many·threads·will·run·in·parallel·if·animation
7855 ······output·is·being·produced.·Only·used·if·the·animate·parameter7855 ······output·is·being·produced.·Only·used·if·the·animate·parameter
7856 ······is·supplied.·The·default·value·is·the·number·of·processors7856 ······is·supplied.·The·default·value·is·the·number·of·processors
7857 ······apparently·available·to·the·JVM.7857 ······apparently·available·to·the·JVM.
  
7858 ······[Default:·13]7858 ······[Default:·24]
  
7859 ···xlog·=·true|false·······(Boolean)7859 ···xlog·=·true|false·······(Boolean)
7860 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if7860 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
7861 ······true·it·is·logarithmic.7861 ······true·it·is·logarithmic.
  
7862 ······[Default:·false]7862 ······[Default:·false]
  
Offset 8640, 15 lines modifiedOffset 8640, 15 lines modified
  
8640 ···parallel·=·<int-value>·······(Integer)8640 ···parallel·=·<int-value>·······(Integer)
8641 ······Determines·how·many·threads·will·run·in·parallel·if·animation8641 ······Determines·how·many·threads·will·run·in·parallel·if·animation
8642 ······output·is·being·produced.·Only·used·if·the·animate·parameter8642 ······output·is·being·produced.·Only·used·if·the·animate·parameter
8643 ······is·supplied.·The·default·value·is·the·number·of·processors8643 ······is·supplied.·The·default·value·is·the·number·of·processors
8644 ······apparently·available·to·the·JVM.8644 ······apparently·available·to·the·JVM.
  
8645 ······[Default:·13]8645 ······[Default:·24]
  
8646 ···projection·=·sin|aitoff|aitoff0|car|car0·······8646 ···projection·=·sin|aitoff|aitoff0|car|car0·······
8647 ···(uk.ac.starlink.ttools.plot2.geom.Projection)8647 ···(uk.ac.starlink.ttools.plot2.geom.Projection)
8648 ······Sky·projection·used·to·display·the·plot.8648 ······Sky·projection·used·to·display·the·plot.
  
8649 ······The·available·options·are:8649 ······The·available·options·are:
  
Offset 9332, 15 lines modifiedOffset 9332, 15 lines modified
  
9332 ···parallel·=·<int-value>·······(Integer)9332 ···parallel·=·<int-value>·······(Integer)
9333 ······Determines·how·many·threads·will·run·in·parallel·if·animation9333 ······Determines·how·many·threads·will·run·in·parallel·if·animation
9334 ······output·is·being·produced.·Only·used·if·the·animate·parameter9334 ······output·is·being·produced.·Only·used·if·the·animate·parameter
9335 ······is·supplied.·The·default·value·is·the·number·of·processors9335 ······is·supplied.·The·default·value·is·the·number·of·processors
9336 ······apparently·available·to·the·JVM.9336 ······apparently·available·to·the·JVM.
  
9337 ······[Default:·13]9337 ······[Default:·24]
  
9338 ···xlog·=·true|false·······(Boolean)9338 ···xlog·=·true|false·······(Boolean)
9339 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if9339 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
9340 ······true·it·is·logarithmic.9340 ······true·it·is·logarithmic.
  
9341 ······[Default:·false]9341 ······[Default:·false]
  
Max diff block lines reached; 2907/7574 bytes (38.38%) of diff not shown.
13.7 MB
367 B
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary1 -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary
2 -rw-r--r--···0········0········0·····1232·2024-11-20·14:21:47.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1232·2024-11-20·14:21:47.000000·control.tar.xz
3 -rw-r--r--···0········0········0··5273012·2024-11-20·14:21:47.000000·data.tar.xz3 -rw-r--r--···0········0········0··5272972·2024-11-20·14:21:47.000000·data.tar.xz
98.0 B
70.0 B
48.0 B
30.0 B
Files differ
13.7 MB
13.7 MB
1.21 KB
    
Offset 2, 9 lines modifiedOffset 2, 9 lines modified
2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/
3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/
4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/doc/4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/doc/
5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/doc/starlink-ttools-java/5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/doc/starlink-ttools-java/
6 -rw-r--r--···0·root·········(0)·root·········(0)·····2186·2024-11-20·14:21:47.000000·./usr/share/doc/starlink-ttools-java/changelog.Debian.gz6 -rw-r--r--···0·root·········(0)·root·········(0)·····2186·2024-11-20·14:21:47.000000·./usr/share/doc/starlink-ttools-java/changelog.Debian.gz
7 -rw-r--r--···0·root·········(0)·root·········(0)·····2861·2024-10-14·07:19:59.000000·./usr/share/doc/starlink-ttools-java/copyright7 -rw-r--r--···0·root·········(0)·root·········(0)·····2861·2024-10-14·07:19:59.000000·./usr/share/doc/starlink-ttools-java/copyright
8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/java/8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/java/
9 -rw-r--r--···0·root·········(0)·root·········(0)··5813708·2024-11-20·14:21:47.000000·./usr/share/java/starlink-ttools-3.5.1.jar9 -rw-r--r--···0·root·········(0)·root·········(0)··5813709·2024-11-20·14:21:47.000000·./usr/share/java/starlink-ttools-3.5.1.jar
10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.5.1.jar10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.5.1.jar
13.7 MB
1.47 KB
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 Zip·file·size:·5813708·bytes,·number·of·entries:·35951 Zip·file·size:·5813709·bytes,·number·of·entries:·3595
2 drwxr-xr-x··2.0·unx········0·bx·stor·24-Nov-20·14:21·META-INF/2 drwxr-xr-x··2.0·unx········0·bx·stor·24-Nov-20·14:21·META-INF/
3 -rw-r--r--··2.0·unx······599·b-·defN·24-Nov-20·14:21·META-INF/MANIFEST.MF3 -rw-r--r--··2.0·unx······599·b-·defN·24-Nov-20·14:21·META-INF/MANIFEST.MF
4 drwxr-xr-x··2.0·unx········0·b-·stor·24-Nov-20·14:21·cds/4 drwxr-xr-x··2.0·unx········0·b-·stor·24-Nov-20·14:21·cds/
5 drwxr-xr-x··2.0·unx········0·b-·stor·24-Nov-20·14:21·cds/tools/5 drwxr-xr-x··2.0·unx········0·b-·stor·24-Nov-20·14:21·cds/tools/
6 -rw-r--r--··2.0·unx······344·b-·defN·24-Nov-20·14:21·cds/tools/ExtApp.class6 -rw-r--r--··2.0·unx······344·b-·defN·24-Nov-20·14:21·cds/tools/ExtApp.class
7 -rw-r--r--··2.0·unx···540407·b-·defN·24-Nov-20·14:21·stilts.py7 -rw-r--r--··2.0·unx···540407·b-·defN·24-Nov-20·14:21·stilts.py
8 drwxr-xr-x··2.0·unx········0·b-·stor·24-Nov-20·14:21·uk/8 drwxr-xr-x··2.0·unx········0·b-·stor·24-Nov-20·14:21·uk/
Offset 3590, 8 lines modifiedOffset 3590, 8 lines modified
3590 -rw-r--r--··2.0·unx·····7498·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLintContext.class3590 -rw-r--r--··2.0·unx·····7498·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLintContext.class
3591 -rw-r--r--··2.0·unx·····2925·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class3591 -rw-r--r--··2.0·unx·····2925·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class
3592 -rw-r--r--··2.0·unx······396·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLintException.class3592 -rw-r--r--··2.0·unx······396·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLintException.class
3593 -rw-r--r--··2.0·unx·····5302·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLinter.class3593 -rw-r--r--··2.0·unx·····5302·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLinter.class
3594 -rw-r--r--··2.0·unx·····4743·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/votable-1.0.dtd3594 -rw-r--r--··2.0·unx·····4743·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/votable-1.0.dtd
3595 -rw-r--r--··2.0·unx·····5044·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/votable-1.1.dtd3595 -rw-r--r--··2.0·unx·····5044·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/votable-1.1.dtd
3596 -rw-r--r--··2.0·unx·····5534·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/votable-1.2.dtd3596 -rw-r--r--··2.0·unx·····5534·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/votable-1.2.dtd
3597 3595·files,·11850622·bytes·uncompressed,·5144052·bytes·compressed:··56.6%3597 3595·files,·11850622·bytes·uncompressed,·5144053·bytes·compressed:··56.6%
13.7 MB
    
Offset 100, 176459 lines modifiedOffset 100, 176459 lines modified
100 0002F2·Extract·Zip·Spec······0A·(10)·'1.0'100 0002F2·Extract·Zip·Spec······0A·(10)·'1.0'
101 0002F3·Extract·OS············00·(0)·'MS-DOS'101 0002F3·Extract·OS············00·(0)·'MS-DOS'
102 0002F4·General·Purpose·Flag··0800·(2048)102 0002F4·General·Purpose·Flag··0800·(2048)
103 ·······[Bits·1-2]············0·'Normal·Compression'103 ·······[Bits·1-2]············0·'Normal·Compression'
104 ·······[Bit·11]··············1·'Language·Encoding'104 ·······[Bit·11]··············1·'Language·Encoding'
105 0002F6·Compression·Method····0008·(8)·'Deflated'105 0002F6·Compression·Method····0008·(8)·'Deflated'
106 0002F8·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'106 0002F8·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'
107 0002FC·CRC···················B2BA061B·(2998535707)107 0002FC·CRC···················773CEE71·(2000481905)
108 000300·Compressed·Size·······000167E2·(92130)108 000300·Compressed·Size·······000167E3·(92131)
109 000304·Uncompressed·Size·····00083EF7·(540407)109 000304·Uncompressed·Size·····00083EF7·(540407)
110 000308·Filename·Length·······0009·(9)110 000308·Filename·Length·······0009·(9)
111 00030A·Extra·Length··········0000·(0)111 00030A·Extra·Length··········0000·(0)
112 00030C·Filename··············'XXXXXXXXX'112 00030C·Filename··············'XXXXXXXXX'
113 #113 #
114 #·WARNING:·Offset·0x30C:·Filename·'XXXXXXXXX'114 #·WARNING:·Offset·0x30C:·Filename·'XXXXXXXXX'
115 #··········Zero·length·filename115 #··········Zero·length·filename
116 #116 #
117 000315·PAYLOAD117 000315·PAYLOAD
  
118 016AF7·LOCAL·HEADER·#7·······04034B50·(67324752)118 016AF8·LOCAL·HEADER·#7·······04034B50·(67324752)
119 016AFB·Extract·Zip·Spec······0A·(10)·'1.0'119 016AFC·Extract·Zip·Spec······0A·(10)·'1.0'
120 016AFC·Extract·OS············00·(0)·'MS-DOS'120 016AFD·Extract·OS············00·(0)·'MS-DOS'
121 016AFD·General·Purpose·Flag··0800·(2048)121 016AFE·General·Purpose·Flag··0800·(2048)
122 ·······[Bit·11]··············1·'Language·Encoding'122 ·······[Bit·11]··············1·'Language·Encoding'
123 016AFF·Compression·Method····0000·(0)·'Stored'123 016B00·Compression·Method····0000·(0)·'Stored'
124 016B01·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'124 016B02·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'
125 016B05·CRC···················00000000·(0)125 016B06·CRC···················00000000·(0)
126 016B09·Compressed·Size·······00000000·(0)126 016B0A·Compressed·Size·······00000000·(0)
127 016B0D·Uncompressed·Size·····00000000·(0)127 016B0E·Uncompressed·Size·····00000000·(0)
128 016B11·Filename·Length·······0003·(3)128 016B12·Filename·Length·······0003·(3)
129 016B13·Extra·Length··········0000·(0)129 016B14·Extra·Length··········0000·(0)
130 016B15·Filename··············'XXX'130 016B16·Filename··············'XXX'
131 #131 #
132 #·WARNING:·Offset·0x16B15:·Filename·'XXX'132 #·WARNING:·Offset·0x16B16:·Filename·'XXX'
133 #··········Zero·length·filename133 #··········Zero·length·filename
134 #134 #
  
135 016B18·LOCAL·HEADER·#8·······04034B50·(67324752)135 016B19·LOCAL·HEADER·#8·······04034B50·(67324752)
136 016B1C·Extract·Zip·Spec······0A·(10)·'1.0'136 016B1D·Extract·Zip·Spec······0A·(10)·'1.0'
137 016B1D·Extract·OS············00·(0)·'MS-DOS'137 016B1E·Extract·OS············00·(0)·'MS-DOS'
138 016B1E·General·Purpose·Flag··0800·(2048)138 016B1F·General·Purpose·Flag··0800·(2048)
139 ·······[Bit·11]··············1·'Language·Encoding'139 ·······[Bit·11]··············1·'Language·Encoding'
140 016B20·Compression·Method····0000·(0)·'Stored'140 016B21·Compression·Method····0000·(0)·'Stored'
141 016B22·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'141 016B23·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'
142 016B26·CRC···················00000000·(0)142 016B27·CRC···················00000000·(0)
143 016B2A·Compressed·Size·······00000000·(0)143 016B2B·Compressed·Size·······00000000·(0)
144 016B2E·Uncompressed·Size·····00000000·(0)144 016B2F·Uncompressed·Size·····00000000·(0)
145 016B32·Filename·Length·······0006·(6)145 016B33·Filename·Length·······0006·(6)
146 016B34·Extra·Length··········0000·(0)146 016B35·Extra·Length··········0000·(0)
147 016B36·Filename··············'XXXXXX'147 016B37·Filename··············'XXXXXX'
148 #148 #
149 #·WARNING:·Offset·0x16B36:·Filename·'XXXXXX'149 #·WARNING:·Offset·0x16B37:·Filename·'XXXXXX'
150 #··········Zero·length·filename150 #··········Zero·length·filename
151 #151 #
  
152 016B3C·LOCAL·HEADER·#9·······04034B50·(67324752)152 016B3D·LOCAL·HEADER·#9·······04034B50·(67324752)
153 016B40·Extract·Zip·Spec······0A·(10)·'1.0'153 016B41·Extract·Zip·Spec······0A·(10)·'1.0'
154 016B41·Extract·OS············00·(0)·'MS-DOS'154 016B42·Extract·OS············00·(0)·'MS-DOS'
155 016B42·General·Purpose·Flag··0800·(2048)155 016B43·General·Purpose·Flag··0800·(2048)
156 ·······[Bit·11]··············1·'Language·Encoding'156 ·······[Bit·11]··············1·'Language·Encoding'
157 016B44·Compression·Method····0000·(0)·'Stored'157 016B45·Compression·Method····0000·(0)·'Stored'
158 016B46·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'158 016B47·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'
159 016B4A·CRC···················00000000·(0)159 016B4B·CRC···················00000000·(0)
160 016B4E·Compressed·Size·······00000000·(0)160 016B4F·Compressed·Size·······00000000·(0)
161 016B52·Uncompressed·Size·····00000000·(0)161 016B53·Uncompressed·Size·····00000000·(0)
162 016B56·Filename·Length·······000F·(15)162 016B57·Filename·Length·······000F·(15)
163 016B58·Extra·Length··········0000·(0)163 016B59·Extra·Length··········0000·(0)
164 016B5A·Filename··············'XXXXXXXXXXXXXXX'164 016B5B·Filename··············'XXXXXXXXXXXXXXX'
165 #165 #
166 #·WARNING:·Offset·0x16B5A:·Filename·'XXXXXXXXXXXXXXX'166 #·WARNING:·Offset·0x16B5B:·Filename·'XXXXXXXXXXXXXXX'
167 #··········Zero·length·filename167 #··········Zero·length·filename
168 #168 #
  
169 016B69·LOCAL·HEADER·#10······04034B50·(67324752)169 016B6A·LOCAL·HEADER·#10······04034B50·(67324752)
170 016B6D·Extract·Zip·Spec······0A·(10)·'1.0'170 016B6E·Extract·Zip·Spec······0A·(10)·'1.0'
171 016B6E·Extract·OS············00·(0)·'MS-DOS'171 016B6F·Extract·OS············00·(0)·'MS-DOS'
172 016B6F·General·Purpose·Flag··0800·(2048)172 016B70·General·Purpose·Flag··0800·(2048)
173 ·······[Bit·11]··············1·'Language·Encoding'173 ·······[Bit·11]··············1·'Language·Encoding'
174 016B71·Compression·Method····0000·(0)·'Stored'174 016B72·Compression·Method····0000·(0)·'Stored'
175 016B73·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'175 016B74·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'
176 016B77·CRC···················00000000·(0)176 016B78·CRC···················00000000·(0)
177 016B7B·Compressed·Size·······00000000·(0)177 016B7C·Compressed·Size·······00000000·(0)
178 016B7F·Uncompressed·Size·····00000000·(0)178 016B80·Uncompressed·Size·····00000000·(0)
179 016B83·Filename·Length·······0016·(22)179 016B84·Filename·Length·······0016·(22)
180 016B85·Extra·Length··········0000·(0)180 016B86·Extra·Length··········0000·(0)
181 016B87·Filename··············'XXXXXXXXXXXXXXXXXXXXXX'181 016B88·Filename··············'XXXXXXXXXXXXXXXXXXXXXX'
182 #182 #
183 #·WARNING:·Offset·0x16B87:·Filename·'XXXXXXXXXXXXXXXXXXXXXX'183 #·WARNING:·Offset·0x16B88:·Filename·'XXXXXXXXXXXXXXXXXXXXXX'
184 #··········Zero·length·filename184 #··········Zero·length·filename
185 #185 #
  
186 016B9D·LOCAL·HEADER·#11······04034B50·(67324752)186 016B9E·LOCAL·HEADER·#11······04034B50·(67324752)
187 016BA1·Extract·Zip·Spec······0A·(10)·'1.0'187 016BA2·Extract·Zip·Spec······0A·(10)·'1.0'
188 016BA2·Extract·OS············00·(0)·'MS-DOS'188 016BA3·Extract·OS············00·(0)·'MS-DOS'
189 016BA3·General·Purpose·Flag··0800·(2048)189 016BA4·General·Purpose·Flag··0800·(2048)
190 ·······[Bits·1-2]············0·'Normal·Compression'190 ·······[Bits·1-2]············0·'Normal·Compression'
191 ·······[Bit·11]··············1·'Language·Encoding'191 ·······[Bit·11]··············1·'Language·Encoding'
192 016BA5·Compression·Method····0008·(8)·'Deflated'192 016BA6·Compression·Method····0008·(8)·'Deflated'
193 016BA7·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'193 016BA8·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'
194 016BAB·CRC···················C372973A·(3279066938)194 016BAC·CRC···················C372973A·(3279066938)
195 016BAF·Compressed·Size·······00000AA7·(2727)195 016BB0·Compressed·Size·······00000AA7·(2727)
196 016BB3·Uncompressed·Size·····00001932·(6450)196 016BB4·Uncompressed·Size·····00001932·(6450)
197 016BB7·Filename·Length·······0024·(36)197 016BB8·Filename·Length·······0024·(36)
198 016BB9·Extra·Length··········0000·(0)198 016BBA·Extra·Length··········0000·(0)
199 016BBB·Filename··············'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'199 016BBC·Filename··············'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
200 #200 #
201 #·WARNING:·Offset·0x16BBB:·Filename·'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'201 #·WARNING:·Offset·0x16BBC:·Filename·'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
202 #··········Zero·length·filename202 #··········Zero·length·filename
203 #203 #
204 016BDF·PAYLOAD204 016BE0·PAYLOAD
  
205 017686·LOCAL·HEADER·#12······04034B50·(67324752)205 017687·LOCAL·HEADER·#12······04034B50·(67324752)
206 01768A·Extract·Zip·Spec······0A·(10)·'1.0'206 01768B·Extract·Zip·Spec······0A·(10)·'1.0'
207 01768B·Extract·OS············00·(0)·'MS-DOS'207 01768C·Extract·OS············00·(0)·'MS-DOS'
208 01768C·General·Purpose·Flag··0800·(2048)208 01768D·General·Purpose·Flag··0800·(2048)
209 ·······[Bits·1-2]············0·'Normal·Compression'209 ·······[Bits·1-2]············0·'Normal·Compression'
210 ·······[Bit·11]··············1·'Language·Encoding'210 ·······[Bit·11]··············1·'Language·Encoding'
211 01768E·Compression·Method····0008·(8)·'Deflated'211 01768F·Compression·Method····0008·(8)·'Deflated'
212 017690·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'212 017691·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'
213 017694·CRC···················4CB9F5A5·(1287255461)213 017695·CRC···················4CB9F5A5·(1287255461)
214 017698·Compressed·Size·······000005D4·(1492)214 017699·Compressed·Size·······000005D4·(1492)
215 01769C·Uncompressed·Size·····00000AC0·(2752)215 01769D·Uncompressed·Size·····00000AC0·(2752)
216 0176A0·Filename·Length·······002C·(44)216 0176A1·Filename·Length·······002C·(44)
217 0176A2·Extra·Length··········0000·(0)217 0176A3·Extra·Length··········0000·(0)
218 0176A4·Filename··············'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'218 0176A5·Filename··············'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
219 #219 #
220 #·WARNING:·Offset·0x176A4:·Filename·'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'220 #·WARNING:·Offset·0x176A5:·Filename·'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
Max diff block lines reached; 14366543/14375748 bytes (99.94%) of diff not shown.
7.41 KB
    
Offset 1486, 15 lines modifiedOffset 1486, 15 lines modified
1486 ········env·=·_JyEnvironment()1486 ········env·=·_JyEnvironment()
1487 ········env.setValue('format',·_map_env_value(format))1487 ········env.setValue('format',·_map_env_value(format))
1488 ········env.setValue('client',·_map_env_value(client))1488 ········env.setValue('client',·_map_env_value(client))
1489 ········mode·=·_stilts.getModeFactory().createObject('samp')1489 ········mode·=·_stilts.getModeFactory().createObject('samp')
1490 ········consumer·=·mode.createConsumer(env)1490 ········consumer·=·mode.createConsumer(env)
1491 ········_check_unused_args(env)1491 ········_check_unused_args(env)
1492 ········consumer.consume(self)1492 ········consumer.consume(self)
1493 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1493 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1494 ········'''\1494 ········'''\
1495 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1495 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1496 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1496 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1497 ····1497 ····
1498 ····Parameters:1498 ····Parameters:
1499 ····1499 ····
1500 ·······protocol·=·<jdbc-protocol>·······(String)1500 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1536, 15 lines modifiedOffset 1536, 15 lines modified
1536 ················of·columns)·for·the·data·being·written.1536 ················of·columns)·for·the·data·being·written.
1537 ····1537 ····
1538 ··········[Default:·create]1538 ··········[Default:·create]
1539 ····1539 ····
1540 ·······user·=·<username>·······(String)1540 ·······user·=·<username>·······(String)
1541 ··········User·name·for·the·SQL·connection·to·the·database.1541 ··········User·name·for·the·SQL·connection·to·the·database.
1542 ····1542 ····
1543 ··········[Default:·pbuilder1]1543 ··········[Default:·pbuilder2]
1544 ····1544 ····
1545 ·······password·=·<passwd>·······(String)1545 ·······password·=·<passwd>·······(String)
1546 ··········Password·for·the·SQL·connection·to·the·database.1546 ··········Password·for·the·SQL·connection·to·the·database.
1547 ····'''1547 ····'''
1548 ········env·=·_JyEnvironment()1548 ········env·=·_JyEnvironment()
1549 ········env.setValue('protocol',·_map_env_value(protocol))1549 ········env.setValue('protocol',·_map_env_value(protocol))
1550 ········env.setValue('db',·_map_env_value(db))1550 ········env.setValue('db',·_map_env_value(db))
Offset 4290, 15 lines modifiedOffset 4290, 15 lines modified
4290 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4290 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4291 ······as·well·for·the·connection·to·be·made.4291 ······as·well·for·the·connection·to·be·made.
  
4292 ···user·=·<value>·······(String)4292 ···user·=·<value>·······(String)
4293 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4293 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4294 ······current·username.4294 ······current·username.
  
4295 ······[Default:·pbuilder1]4295 ······[Default:·pbuilder2]
  
4296 ···password·=·<value>·······(String)4296 ···password·=·<value>·······(String)
4297 ······Password·for·logging·in·to·SQL·database.4297 ······Password·for·logging·in·to·SQL·database.
  
4298 ···sql·=·<sql>·······(String)4298 ···sql·=·<sql>·······(String)
4299 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be4299 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
4300 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")4300 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4497, 15 lines modifiedOffset 4497, 15 lines modified
4497 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4497 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4498 ······as·well·for·the·connection·to·be·made.4498 ······as·well·for·the·connection·to·be·made.
  
4499 ···user·=·<value>·······(String)4499 ···user·=·<value>·······(String)
4500 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4500 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4501 ······current·username.4501 ······current·username.
  
4502 ······[Default:·pbuilder1]4502 ······[Default:·pbuilder2]
  
4503 ···password·=·<value>·······(String)4503 ···password·=·<value>·······(String)
4504 ······Password·for·logging·in·to·SQL·database.4504 ······Password·for·logging·in·to·SQL·database.
  
4505 ···dbtable·=·<table-name>·······(String)4505 ···dbtable·=·<table-name>·······(String)
4506 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4506 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4507 ······remote·data.4507 ······remote·data.
Offset 4605, 15 lines modifiedOffset 4605, 15 lines modified
4605 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4605 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4606 ······as·well·for·the·connection·to·be·made.4606 ······as·well·for·the·connection·to·be·made.
  
4607 ···user·=·<value>·······(String)4607 ···user·=·<value>·······(String)
4608 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4608 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4609 ······current·username.4609 ······current·username.
  
4610 ······[Default:·pbuilder1]4610 ······[Default:·pbuilder2]
  
4611 ···password·=·<value>·······(String)4611 ···password·=·<value>·······(String)
4612 ······Password·for·logging·in·to·SQL·database.4612 ······Password·for·logging·in·to·SQL·database.
  
4613 ···select·=·<select-stmt>·······(String)4613 ···select·=·<select-stmt>·······(String)
4614 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4614 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4615 ······statement·to·identify·which·rows·undergo·updates.4615 ······statement·to·identify·which·rows·undergo·updates.
Offset 7853, 15 lines modifiedOffset 7853, 15 lines modified
  
7853 ···parallel·=·<int-value>·······(Integer)7853 ···parallel·=·<int-value>·······(Integer)
7854 ······Determines·how·many·threads·will·run·in·parallel·if·animation7854 ······Determines·how·many·threads·will·run·in·parallel·if·animation
7855 ······output·is·being·produced.·Only·used·if·the·animate·parameter7855 ······output·is·being·produced.·Only·used·if·the·animate·parameter
7856 ······is·supplied.·The·default·value·is·the·number·of·processors7856 ······is·supplied.·The·default·value·is·the·number·of·processors
7857 ······apparently·available·to·the·JVM.7857 ······apparently·available·to·the·JVM.
  
7858 ······[Default:·13]7858 ······[Default:·24]
  
7859 ···xlog·=·true|false·······(Boolean)7859 ···xlog·=·true|false·······(Boolean)
7860 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if7860 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
7861 ······true·it·is·logarithmic.7861 ······true·it·is·logarithmic.
  
7862 ······[Default:·false]7862 ······[Default:·false]
  
Offset 8640, 15 lines modifiedOffset 8640, 15 lines modified
  
8640 ···parallel·=·<int-value>·······(Integer)8640 ···parallel·=·<int-value>·······(Integer)
8641 ······Determines·how·many·threads·will·run·in·parallel·if·animation8641 ······Determines·how·many·threads·will·run·in·parallel·if·animation
8642 ······output·is·being·produced.·Only·used·if·the·animate·parameter8642 ······output·is·being·produced.·Only·used·if·the·animate·parameter
8643 ······is·supplied.·The·default·value·is·the·number·of·processors8643 ······is·supplied.·The·default·value·is·the·number·of·processors
8644 ······apparently·available·to·the·JVM.8644 ······apparently·available·to·the·JVM.
  
8645 ······[Default:·13]8645 ······[Default:·24]
  
8646 ···projection·=·sin|aitoff|aitoff0|car|car0·······8646 ···projection·=·sin|aitoff|aitoff0|car|car0·······
8647 ···(uk.ac.starlink.ttools.plot2.geom.Projection)8647 ···(uk.ac.starlink.ttools.plot2.geom.Projection)
8648 ······Sky·projection·used·to·display·the·plot.8648 ······Sky·projection·used·to·display·the·plot.
  
8649 ······The·available·options·are:8649 ······The·available·options·are:
  
Offset 9332, 15 lines modifiedOffset 9332, 15 lines modified
  
9332 ···parallel·=·<int-value>·······(Integer)9332 ···parallel·=·<int-value>·······(Integer)
9333 ······Determines·how·many·threads·will·run·in·parallel·if·animation9333 ······Determines·how·many·threads·will·run·in·parallel·if·animation
9334 ······output·is·being·produced.·Only·used·if·the·animate·parameter9334 ······output·is·being·produced.·Only·used·if·the·animate·parameter
9335 ······is·supplied.·The·default·value·is·the·number·of·processors9335 ······is·supplied.·The·default·value·is·the·number·of·processors
9336 ······apparently·available·to·the·JVM.9336 ······apparently·available·to·the·JVM.
  
9337 ······[Default:·13]9337 ······[Default:·24]
  
9338 ···xlog·=·true|false·······(Boolean)9338 ···xlog·=·true|false·······(Boolean)
9339 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if9339 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
9340 ······true·it·is·logarithmic.9340 ······true·it·is·logarithmic.
  
9341 ······[Default:·false]9341 ······[Default:·false]
  
Max diff block lines reached; 2907/7574 bytes (38.38%) of diff not shown.
15.9 KB
stilts-doc_3.5.1-2_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary1 -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary
2 -rw-r--r--···0········0········0·····3332·2024-11-20·14:21:47.000000·control.tar.xz2 -rw-r--r--···0········0········0·····3332·2024-11-20·14:21:47.000000·control.tar.xz
3 -rw-r--r--···0········0········0··2375604·2024-11-20·14:21:47.000000·data.tar.xz3 -rw-r--r--···0········0········0··2375608·2024-11-20·14:21:47.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
15.4 KB
data.tar.xz
15.4 KB
data.tar
15.4 KB
./usr/share/doc/stilts/sun256/sun256.html
    
Offset 9042, 15 lines modifiedOffset 9042, 15 lines modified
9042 ················</dt>9042 ················</dt>
9043 ················9043 ················
9044 ················<dd>9044 ················<dd>
9045 ····················User·name·for·the·SQL·connection·to·the·database.9045 ····················User·name·for·the·SQL·connection·to·the·database.
  
  
9046 ····················<p>9046 ····················<p>
9047 ························[Default:·<code>pbuilder1</code>]9047 ························[Default:·<code>pbuilder2</code>]
9048 ····················</p>9048 ····················</p>
9049 ················</dd>9049 ················</dd>
9050 ················9050 ················
9051 ················<dt>9051 ················<dt>
9052 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>9052 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>
9053 ················</dt>9053 ················</dt>
9054 ················9054 ················
Offset 59818, 15 lines modifiedOffset 59818, 15 lines modified
59818 Only·used·if·the·<code>animate</code>59818 Only·used·if·the·<code>animate</code>
59819 parameter·is·supplied.59819 parameter·is·supplied.
59820 The·default·value·is·the·number·of·processors·apparently59820 The·default·value·is·the·number·of·processors·apparently
59821 available·to·the·JVM.59821 available·to·the·JVM.
  
  
59822 ····················<p>59822 ····················<p>
59823 ························[Default:·<code>13</code>]59823 ························[Default:·<code>24</code>]
59824 ····················</p>59824 ····················</p>
59825 ················</dd>59825 ················</dd>
59826 ················59826 ················
59827 ················<dt>59827 ················<dt>
59828 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>59828 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>
59829 ················</dt>59829 ················</dt>
59830 ················59830 ················
Offset 62020, 15 lines modifiedOffset 62020, 15 lines modified
62020 Only·used·if·the·<code>animate</code>62020 Only·used·if·the·<code>animate</code>
62021 parameter·is·supplied.62021 parameter·is·supplied.
62022 The·default·value·is·the·number·of·processors·apparently62022 The·default·value·is·the·number·of·processors·apparently
62023 available·to·the·JVM.62023 available·to·the·JVM.
  
  
62024 ····················<p>62024 ····················<p>
62025 ························[Default:·<code>13</code>]62025 ························[Default:·<code>24</code>]
62026 ····················</p>62026 ····················</p>
62027 ················</dd>62027 ················</dd>
62028 ················62028 ················
62029 ················<dt>62029 ················<dt>
62030 ····················<strong><code>projection·=·sin|aitoff|aitoff0|car|car0</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(<a·href="https://www.star.bristol.ac.uk/mbt/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong>62030 ····················<strong><code>projection·=·sin|aitoff|aitoff0|car|car0</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(<a·href="https://www.star.bristol.ac.uk/mbt/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong>
62031 ················</dt>62031 ················</dt>
62032 ················62032 ················
Offset 63769, 15 lines modifiedOffset 63769, 15 lines modified
63769 Only·used·if·the·<code>animate</code>63769 Only·used·if·the·<code>animate</code>
63770 parameter·is·supplied.63770 parameter·is·supplied.
63771 The·default·value·is·the·number·of·processors·apparently63771 The·default·value·is·the·number·of·processors·apparently
63772 available·to·the·JVM.63772 available·to·the·JVM.
  
  
63773 ····················<p>63773 ····················<p>
63774 ························[Default:·<code>13</code>]63774 ························[Default:·<code>24</code>]
63775 ····················</p>63775 ····················</p>
63776 ················</dd>63776 ················</dd>
63777 ················63777 ················
63778 ················<dt>63778 ················<dt>
63779 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>63779 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>
63780 ················</dt>63780 ················</dt>
63781 ················63781 ················
Offset 65809, 15 lines modifiedOffset 65809, 15 lines modified
65809 Only·used·if·the·<code>animate</code>65809 Only·used·if·the·<code>animate</code>
65810 parameter·is·supplied.65810 parameter·is·supplied.
65811 The·default·value·is·the·number·of·processors·apparently65811 The·default·value·is·the·number·of·processors·apparently
65812 available·to·the·JVM.65812 available·to·the·JVM.
  
  
65813 ····················<p>65813 ····················<p>
65814 ························[Default:·<code>13</code>]65814 ························[Default:·<code>24</code>]
65815 ····················</p>65815 ····················</p>
65816 ················</dd>65816 ················</dd>
65817 ················65817 ················
65818 ················<dt>65818 ················<dt>
65819 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>65819 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>
65820 ················</dt>65820 ················</dt>
65821 ················65821 ················
Offset 67608, 15 lines modifiedOffset 67608, 15 lines modified
67608 Only·used·if·the·<code>animate</code>67608 Only·used·if·the·<code>animate</code>
67609 parameter·is·supplied.67609 parameter·is·supplied.
67610 The·default·value·is·the·number·of·processors·apparently67610 The·default·value·is·the·number·of·processors·apparently
67611 available·to·the·JVM.67611 available·to·the·JVM.
  
  
67612 ····················<p>67612 ····················<p>
67613 ························[Default:·<code>13</code>]67613 ························[Default:·<code>24</code>]
67614 ····················</p>67614 ····················</p>
67615 ················</dd>67615 ················</dd>
67616 ················67616 ················
67617 ················<dt>67617 ················<dt>
67618 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>67618 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>
67619 ················</dt>67619 ················</dt>
67620 ················67620 ················
Offset 69676, 15 lines modifiedOffset 69676, 15 lines modified
69676 Only·used·if·the·<code>animate</code>69676 Only·used·if·the·<code>animate</code>
69677 parameter·is·supplied.69677 parameter·is·supplied.
69678 The·default·value·is·the·number·of·processors·apparently69678 The·default·value·is·the·number·of·processors·apparently
69679 available·to·the·JVM.69679 available·to·the·JVM.
  
  
69680 ····················<p>69680 ····················<p>
69681 ························[Default:·<code>13</code>]69681 ························[Default:·<code>24</code>]
69682 ····················</p>69682 ····················</p>
69683 ················</dd>69683 ················</dd>
69684 ················69684 ················
69685 ················<dt>69685 ················<dt>
69686 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>69686 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>
69687 ················</dt>69687 ················</dt>
69688 ················69688 ················
Offset 75078, 15 lines modifiedOffset 75078, 15 lines modified
75078 ················75078 ················
75079 ················<dd>75079 ················<dd>
75080 ····················User·name·for·logging·in·to·SQL·database.75080 ····················User·name·for·logging·in·to·SQL·database.
75081 Defaults·to·the·current·username.75081 Defaults·to·the·current·username.
  
  
75082 ····················<p>75082 ····················<p>
75083 ························[Default:·<code>pbuilder1</code>]75083 ························[Default:·<code>pbuilder2</code>]
75084 ····················</p>75084 ····················</p>
75085 ················</dd>75085 ················</dd>
75086 ················75086 ················
75087 ············</dl>75087 ············</dl>
75088 ············75088 ············
75089 ········</p>75089 ········</p>
75090 ········75090 ········
Max diff block lines reached; 985/5527 bytes (17.82%) of diff not shown.
9.92 KB
html2text {}
    
Offset 3501, 15 lines modifiedOffset 3501, 15 lines modified
3501 ············of·the·same·name·already·exists,·it·is·dropped·first.3501 ············of·the·same·name·already·exists,·it·is·dropped·first.
3502 ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named3502 ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named
3503 ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the3503 ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the
3504 ············data·being·written.3504 ············data·being·written.
3505 ······[Default:·create]3505 ······[Default:·create]
3506 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<u\x8us\x8se\x8er\x8rn\x8na\x8am\x8me\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)3506 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<u\x8us\x8se\x8er\x8rn\x8na\x8am\x8me\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
3507 ······User·name·for·the·SQL·connection·to·the·database.3507 ······User·name·for·the·SQL·connection·to·the·database.
3508 ······[Default:·pbuilder1]3508 ······[Default:·pbuilder2]
3509 ··p\x8pa\x8as\x8ss\x8sw\x8wo\x8or\x8rd\x8d·=\x8=·<\x8<p\x8pa\x8as\x8ss\x8sw\x8wd\x8d>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)3509 ··p\x8pa\x8as\x8ss\x8sw\x8wo\x8or\x8rd\x8d·=\x8=·<\x8<p\x8pa\x8as\x8ss\x8sw\x8wd\x8d>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
3510 ······Password·for·the·SQL·connection·to·the·database.3510 ······Password·for·the·SQL·connection·to·the·database.
3511 ===============================================================================3511 ===============================================================================
3512 *\x8**\x8**\x8**\x8**\x8*·7\x87·C\x8Cr\x8ro\x8os\x8ss\x8sm\x8ma\x8at\x8tc\x8ch\x8hi\x8in\x8ng\x8g·*\x8**\x8**\x8**\x8**\x8*3512 *\x8**\x8**\x8**\x8**\x8*·7\x87·C\x8Cr\x8ro\x8os\x8ss\x8sm\x8ma\x8at\x8tc\x8ch\x8hi\x8in\x8ng\x8g·*\x8**\x8**\x8**\x8**\x8*
3513 STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables.3513 STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables.
3514 Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or3514 Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or
3515 different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such3515 different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such
Offset 18349, 15 lines modifiedOffset 18349, 15 lines modified
18349 ············parameter18349 ············parameter
18350 ······[Default:·auto]18350 ······[Default:·auto]
18351 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)18351 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)
18352 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is18352 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
18353 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The18353 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
18354 ······default·value·is·the·number·of·processors·apparently·available·to·the18354 ······default·value·is·the·number·of·processors·apparently·available·to·the
18355 ······JVM.18355 ······JVM.
18356 ······[Default:·13]18356 ······[Default:·24]
18357 ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8)18357 ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8)
18358 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order18358 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order
18359 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are18359 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are
18360 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.18360 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.
18361 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced18361 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced
18362 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix18362 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix
18363 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to18363 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to
Offset 19046, 15 lines modifiedOffset 19046, 15 lines modified
19046 ············parameter19046 ············parameter
19047 ······[Default:·auto]19047 ······[Default:·auto]
19048 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)19048 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)
19049 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is19049 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
19050 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The19050 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
19051 ······default·value·is·the·number·of·processors·apparently·available·to·the19051 ······default·value·is·the·number·of·processors·apparently·available·to·the
19052 ······JVM.19052 ······JVM.
19053 ······[Default:·13]19053 ······[Default:·24]
19054 ··p\x8pr\x8ro\x8oj\x8je\x8ec\x8ct\x8ti\x8io\x8on\x8n·=\x8=·s\x8si\x8in\x8n|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f0\x80|\x8|c\x8ca\x8ar\x8r|\x8|c\x8ca\x8ar\x8r0\x80·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(_\x8P\x8P_\x8r\x8r_\x8o\x8o_\x8j\x8j_\x8e\x8e_\x8c\x8c_\x8t\x8t_\x8i\x8i_\x8o\x8o_\x8n\x8n)\x8)19054 ··p\x8pr\x8ro\x8oj\x8je\x8ec\x8ct\x8ti\x8io\x8on\x8n·=\x8=·s\x8si\x8in\x8n|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f0\x80|\x8|c\x8ca\x8ar\x8r|\x8|c\x8ca\x8ar\x8r0\x80·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(_\x8P\x8P_\x8r\x8r_\x8o\x8o_\x8j\x8j_\x8e\x8e_\x8c\x8c_\x8t\x8t_\x8i\x8i_\x8o\x8o_\x8n\x8n)\x8)
19055 ······Sky·projection·used·to·display·the·plot.19055 ······Sky·projection·used·to·display·the·plot.
19056 ······The·available·options·are:19056 ······The·available·options·are:
19057 ··········*·sin:·rotatable·sphere19057 ··········*·sin:·rotatable·sphere
19058 ··········*·aitoff:·Hammer-Aitoff·projection·with·lon=0·at·center19058 ··········*·aitoff:·Hammer-Aitoff·projection·with·lon=0·at·center
19059 ··········*·aitoff0:·Hammer-Aitoff·projection·with·lon=180·at·center19059 ··········*·aitoff0:·Hammer-Aitoff·projection·with·lon=180·at·center
19060 ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=019060 ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=0
Offset 19608, 15 lines modifiedOffset 19608, 15 lines modified
19608 ············parameter19608 ············parameter
19609 ······[Default:·auto]19609 ······[Default:·auto]
19610 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)19610 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)
19611 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is19611 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
19612 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The19612 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
19613 ······default·value·is·the·number·of·processors·apparently·available·to·the19613 ······default·value·is·the·number·of·processors·apparently·available·to·the
19614 ······JVM.19614 ······JVM.
19615 ······[Default:·13]19615 ······[Default:·24]
19616 ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)19616 ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)
19617 ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of19617 ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of
19618 ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the19618 ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the
19619 ······initial·Z·axis·applied·before·the·plot·is·viewed.19619 ······initial·Z·axis·applied·before·the·plot·is·viewed.
19620 ······[Default:·30]19620 ······[Default:·30]
19621 ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)19621 ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)
19622 ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of19622 ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of
Offset 20260, 15 lines modifiedOffset 20260, 15 lines modified
20260 ············parameter20260 ············parameter
20261 ······[Default:·auto]20261 ······[Default:·auto]
20262 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)20262 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)
20263 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is20263 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
20264 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The20264 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
20265 ······default·value·is·the·number·of·processors·apparently·available·to·the20265 ······default·value·is·the·number·of·processors·apparently·available·to·the
20266 ······JVM.20266 ······JVM.
20267 ······[Default:·13]20267 ······[Default:·24]
20268 ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)20268 ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)
20269 ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of20269 ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of
20270 ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the20270 ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the
20271 ······initial·Z·axis·applied·before·the·plot·is·viewed.20271 ······initial·Z·axis·applied·before·the·plot·is·viewed.
20272 ······[Default:·30]20272 ······[Default:·30]
20273 ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)20273 ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)
20274 ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of20274 ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of
Offset 20855, 15 lines modifiedOffset 20855, 15 lines modified
20855 ············parameter20855 ············parameter
20856 ······[Default:·auto]20856 ······[Default:·auto]
20857 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)20857 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)
20858 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is20858 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
20859 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The20859 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
20860 ······default·value·is·the·number·of·processors·apparently·available·to·the20860 ······default·value·is·the·number·of·processors·apparently·available·to·the
20861 ······JVM.20861 ······JVM.
20862 ······[Default:·13]20862 ······[Default:·24]
20863 ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8)20863 ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8)
20864 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order20864 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order
20865 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are20865 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are
20866 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.20866 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.
20867 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced20867 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced
20868 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix20868 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix
20869 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to20869 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to
Offset 21526, 15 lines modifiedOffset 21526, 15 lines modified
21526 ············parameter21526 ············parameter
21527 ······[Default:·auto]21527 ······[Default:·auto]
21528 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)21528 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)
21529 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is21529 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
21530 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The21530 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
21531 ······default·value·is·the·number·of·processors·apparently·available·to·the21531 ······default·value·is·the·number·of·processors·apparently·available·to·the
21532 ······JVM.21532 ······JVM.
21533 ······[Default:·13]21533 ······[Default:·24]
21534 ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8)21534 ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8)
21535 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order21535 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order
21536 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are21536 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are
21537 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.21537 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.
21538 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced21538 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced
21539 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix21539 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix
21540 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to21540 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to
Offset 23150, 15 lines modifiedOffset 23150, 15 lines modified
23150 ······Password·for·logging·in·to·SQL·database.23150 ······Password·for·logging·in·to·SQL·database.
23151 ··s\x8sq\x8ql\x8l·=\x8=·<\x8<s\x8sq\x8ql\x8l>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)23151 ··s\x8sq\x8ql\x8l·=\x8=·<\x8<s\x8sq\x8ql\x8l>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
23152 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated,23152 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated,
23153 ······or·statements·may·be·separated·by·semicolon·(";")·characters.23153 ······or·statements·may·be·separated·by·semicolon·(";")·characters.
23154 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)23154 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
23155 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current23155 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current
23156 ······username.23156 ······username.
23157 ······[Default:·pbuilder1]23157 ······[Default:·pbuilder2]
23158 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x821\x81.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*23158 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x821\x81.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*
23159 Here·are·some·examples·of·sqlclient:23159 Here·are·some·examples·of·sqlclient:
23160 ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET23160 ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET
23161 ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan23161 ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan
23162 ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the23162 ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the
23163 ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a23163 ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a
23164 ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's23164 ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's
Max diff block lines reached; 1958/10136 bytes (19.32%) of diff not shown.