... We thank the Swift team for their rapid scheduling of this observation. ... 2455705.20851 V 14.15 0.03 2455707.83079 V 14.10 0.03 2455710.84028 V 13.53 0.02 2455713.64631 V 13.66 0.02 2455714.65479 V 14.11 0.03 2455714.71823 V 14.12 0.02 2455714.78596 V 14.20 0.02 2455717.39593 V 14.37 0.03 2455726.62861 V 14.83 0.04 2455727.16343 V 14.57 0.04 2455730.50586 V 14.57 0.03 2455730.57329 V 14.56 0.03 2455730.70360 V 14.66 0.04 2455738.32865 V 14.00 0.02 2455742.86146 V 14.21 ...
-- MySQL dump 8.23 -- -- Host: localhost Database: slides --------------------------------------------------------- -- Server version 3.23.58 -- -- Table structure for table `book` -- DROP TABLE IF EXISTS book; CREATE TABLE book ( id_content int(11) NOT NULL default '0', title varchar(255) default NULL, text1 text, text2 text, PRIMARY KEY (id_content) ) TYPE=MyISAM; -- -- Dumping data for table `book` -- INSERT INTO book VALUES (110,' ','',''); INSERT INTO book VALUES