-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update email to use [email protected]
- Loading branch information
Showing
91 changed files
with
100 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ UltraScan III | |
|
||
Copyright 1989 - 2021 | ||
|
||
Copyright � 1989?2021 Borries Demeler, Ph.D. | ||
Copyright � 1997?2021 The University of Texas Health Science Center at San Antonio | ||
Copyright � 1989?2021 Borries Demeler, Ph.D. | ||
Copyright � 1997?2021 The University of Texas Health Science Center at San Antonio | ||
All rights reserved. | ||
|
||
UltraScan is free software; you can redistribute it and/or modify it under the | ||
|
@@ -12,14 +12,8 @@ Foundation; either version 3 of the License, or (at your option) any later | |
version. | ||
|
||
For more information, please visit: | ||
http://www.ultrascan.uthscsa.edu/ | ||
http://www.aucsolutions.com/ | ||
|
||
The author can be reached at: | ||
|
||
The University of Texas Health Science Center | ||
Department of Biochemistry | ||
7703 Floyd Curl Drive | ||
San Antonio, Texas 78229-3900 | ||
voice: (210) 567-6592 | ||
Fax: (210) 567-6595 | ||
E-mail: [email protected] | ||
E-mail: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -773,7 +773,7 @@ void US_Win::help( int index ) | |
"32 Campus Drive\n" | ||
"Missoula, Montana 59812\n" | ||
"Phone: (406) 285-1935\n" | ||
"E-mail: [email protected]" ).arg( US_Version ).arg( REVISION ) ); | ||
"E-mail: [email protected]" ).arg( US_Version ).arg( REVISION ) ); | ||
|
||
statusBar()->showMessage( tr( "Ready" ) ); | ||
break; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -333,16 +333,10 @@ Copyright 1989 - 2008 | |
Borries Demeler and the University of Texas System | ||
|
||
For more information, please visit: | ||
http://www.ultrascan.uthscsa.edu/ | ||
http://www.ultrascan.aucsolutions.com/ | ||
|
||
The author can be reached at: | ||
The University of Texas Health Science Center | ||
Department of Biochemistry | ||
7703 Floyd Curl Drive | ||
San Antonio, Texas 78229-3900 | ||
voice: (210) 567-6592 | ||
Fax: (210) 567-6595 | ||
E-mail: [email protected]</source> | ||
|
||
E-mail: [email protected]</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
</context> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,11 +68,11 @@ echo $LD_LIBRARY_PATH | |
or | ||
ldconfig -v | grep ultrascan | ||
|
||
Contact: Borries Demeler ([email protected]) | ||
Contact: Borries Demeler ([email protected]) | ||
|
||
This document is part of the UltraScan Software Documentation | ||
distribution. The latest version of this document can always be found at: | ||
|
||
http://www.ultrascan.uthscsa.edu | ||
http://www.ultrascan.aucsolutions.com | ||
|
||
Last modified on February 16, 2005 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1683,7 +1683,7 @@ void US_Hydrodyn_Dad::add_files( bool load_conc, bool from_dir ) { | |
QMessageBox::warning( this, | ||
windowTitle()+ us_tr( ": Add files" ), | ||
us_tr( "I am having a problem decoding the frame numbers or q values from the file names\n" | ||
"Please email a list of the file names you are trying to load to [email protected]" ) ); | ||
"Please email a list of the file names you are trying to load to [email protected]" ) ); | ||
return; | ||
} | ||
tmp = prepend_tmp + tmp; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1567,7 +1567,7 @@ void US_Hydrodyn_Mals::add_files( bool load_conc, bool from_dir ) { | |
QMessageBox::warning( this, | ||
windowTitle()+ us_tr( ": Add files" ), | ||
us_tr( "I am having a problem decoding the frame numbers or q values from the file names\n" | ||
"Please email a list of the file names you are trying to load to [email protected]" ) ); | ||
"Please email a list of the file names you are trying to load to [email protected]" ) ); | ||
return; | ||
} | ||
tmp = prepend_tmp + tmp; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1579,7 +1579,7 @@ void US_Hydrodyn_Mals_Saxs::add_files( bool load_conc, bool from_dir ) { | |
QMessageBox::warning( this, | ||
windowTitle()+ us_tr( ": Add files" ), | ||
us_tr( "I am having a problem decoding the frame numbers or q values from the file names\n" | ||
"Please email a list of the file names you are trying to load to [email protected]" ) ); | ||
"Please email a list of the file names you are trying to load to [email protected]" ) ); | ||
return; | ||
} | ||
tmp = prepend_tmp + tmp; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1251,7 +1251,7 @@ void US_Hydrodyn_Saxs_Hplc::add_files( bool load_conc, bool from_dir ) { | |
QMessageBox::warning( this, | ||
windowTitle()+ us_tr( ": Add files" ), | ||
us_tr( "I am having a problem decoding the frame numbers or q values from the file names\n" | ||
"Please email a list of the file names you are trying to load to [email protected]" ) ); | ||
"Please email a list of the file names you are trying to load to [email protected]" ) ); | ||
return; | ||
} | ||
tmp = prepend_tmp + tmp; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -287,11 +287,11 @@ void getFooter(QString *footer) | |
date = QDate::currentDate(); | ||
QString year; | ||
year.sprintf("%d", date.year()); | ||
*footer = "<hr><font face=helvetica size=-1>\nUltraScan Software Contact: <a href=mailto:[email protected]>Borries Demeler</a>\n"; | ||
*footer = "<hr><font face=helvetica size=-1>\nUltraScan Software Contact: <a href=mailto:[email protected]>Borries Demeler</a>\n"; | ||
*footer += "<br>\nThis document has been generated with the <i><b>UltraScan II</i></b> Data Analysis Software distribution.\n<br>\n"; | ||
*footer += "All rights reserved, Copyright " + year + " <a href=http://www.uthscsa.edu>The University of"; | ||
*footer += "Texas Health Science Center at San Antonio</a>.\n<br>UltraScan Home Page: "; | ||
*footer += "<a href=http://www.ultrascan.uthscsa.edu>http://www.ultrascan.uthscsa.edu</a>\n<p>\n"; | ||
*footer += "<a href=http://www.ultrascan.aucsolutions.com>http://www.ultrascan.aucsolutions.com</a>\n<p>\n"; | ||
*footer += "This report was generated on " + date.toString() + "\n</font></body>\n</html>"; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ <h3><center>Last updated: December 2017 </center></h3><p> | |
<center><b>This is a work in progress and will eventually be updated.</b></center> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ <h3><center>Last updated: March 2016</center></h3><p> | |
<center>This module is currently described within the main HPLC-SAXS panel help <a href=somo_saxs_hplc.html#baselinebest>here</a>.</center> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
</td> <td align=vcenter> <h1 align=center><i>Manual</i></h1> </td> </tr> </table> <hr> <p> <H2><b><i>UltraScan</i></b> | ||
Copyright Notice:</H2> <p><b>This software is licensed under the <a href=http://www.gnu.org/copyleft/gpl.html>General Public License v.3</a><p> | ||
|
||
Please direct all license inquiries to:<p> <a href=mailto:[email protected]> | ||
Please direct all license inquiries to:<p> <a href=mailto:[email protected]> | ||
Emre Brookes, Ph.D.</a> | ||
<p>and<p> | ||
<a href=http://www.uthscsa.edu>The University of Texas Health Science Center at San Antonio</a> | ||
|
@@ -15,7 +15,7 @@ | |
|
||
<hr> | ||
<font face=helvetica size=-1> | ||
www contact: <a href=mailto:[email protected]>Emre Brookes</a> | ||
www contact: <a href=mailto:[email protected]>Emre Brookes</a> | ||
<p> | ||
This document is part of the <i><b>UltraScan</b></i> Software Documentation | ||
distribution: <a href=copyright.html>Copyright © notice</a>. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -264,7 +264,7 @@ <h3><center>Details</center></h3> | |
</div> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ <h3><center>Last updated: April 2024 </center></h3><p> | |
|
||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,7 +150,7 @@ <h3><center>Last updated: June 2024 </center></h3><p> | |
|
||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ <h3><center>Last updated: April 2024 </center></h3><p> | |
|
||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ <h3><center>Last updated: April 2024 </center></h3><p> | |
|
||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ <h3><center>Last updated: April 2024 </center></h3><p> | |
|
||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ <h3><center>Last updated: December 2017 </center></h3><p> | |
<p> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,7 @@ <h3><center>Last updated: July 2024 </center></h3><p> | |
<p> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,7 +125,7 @@ <h3><center>Details</center></h3> | |
<hr> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ <h3><center>Last updated: June 2024 </center></h3><p> | |
<p> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ <h3><center>Last updated: April 2016 </center></h3><p> | |
<p> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,7 +181,7 @@ <h3><center>Last updated: June 2024 </center></h3><p> | |
<br> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ <h3><center>Last updated: October 2013 </center></h3><p> | |
<p> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ <h3><center>Last updated: June 2024 </center></h3><p> | |
|
||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -229,7 +229,7 @@ <h3><center>Details</center></h3> | |
<hr> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -552,7 +552,7 @@ <h3><b>Options menus:</b></h3> | |
<p> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ <h2> | |
<p> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,7 @@ <h2>Results</h2> | |
<p> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ <h2> | |
<p> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ <h3><center>Last updated: November 2013 </center></h3><p> | |
<p> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ <h3><center>Last updated: January 2023</center></h3><p> | |
|
||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ <h3><center>Last updated: September 2020 </center></h3><p> | |
|
||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ <h3><center>Last updated: September 2020 </center></h3><p> | |
|
||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,7 @@ <h2> | |
|
||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ <h3><center>Last updated: April 2012 </center></h3><p> | |
|
||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ <h3><center>Last updated: June 2024 </center></h3><p> | |
<p> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,7 @@ <h3>Last updated: June 2024 </center></h3><p> | |
<p> | ||
<hr> | ||
<font face="helvetica" size="-1"> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
www contact: <a href="mailto:[email protected]">Emre Brookes</a> | ||
</font> | ||
<p> | ||
<font face="helvetica" size="-1"> | ||
|
Oops, something went wrong.