-
+
Certificate of Computation
diff --git a/html/user/download_network.php b/html/user/download_network.php
index f43a3498ec..f810436f4e 100644
--- a/html/user/download_network.php
+++ b/html/user/download_network.php
@@ -33,15 +33,15 @@ echo "
tra("We do not provide instructions for installing these applications.
However, the author may have provided some help on installing or uninstalling the application.
If this is not enough you should contact the author.").
- tra("Instructions for installing and running BOINC are %1here%2.", "", "")
+ tra("Instructions for installing and running BOINC are %1here%2.", "", "")
. "" .
- tra("This list is managed centrally at %1the BOINC website%2.", "", "") ."
+ tra("This list is managed centrally at %1the BOINC website%2.", "", "") ."
";
$httpFile = unserialize(get_cached_data(3600));
if (!$httpFile) {
- $httpFile = @file_get_contents("http://boinc.berkeley.edu/addons.php?strip_header=true");
+ $httpFile = @file_get_contents("https://boinc.berkeley.edu/addons.php?strip_header=true");
if ($httpFile) {
set_cached_data(3600, serialize($httpFile));
}
diff --git a/html/user/edit_forum_preferences_form.php b/html/user/edit_forum_preferences_form.php
index 0ec7db7a9f..0fa438638e 100644
--- a/html/user/edit_forum_preferences_form.php
+++ b/html/user/edit_forum_preferences_form.php
@@ -88,7 +88,7 @@ row2(
."
"
.tra("Check out %1various free services%2
providing dynamic 'signature images'
- showing your latest credit info, project news, etc.", "", ""),
+ showing your latest credit info, project news, etc.", "", ""),
textarea_with_counter("signature", 250, $signature)
." ".tra("Attach signature by default")
);
diff --git a/html/user/forum_help_desk.php b/html/user/forum_help_desk.php
index 504727f60b..d247ad5e17 100644
--- a/html/user/forum_help_desk.php
+++ b/html/user/forum_help_desk.php
@@ -29,7 +29,7 @@ $user = get_logged_in_user(false);
page_head(tra("Questions and answers"));
echo "".
- tra("Talk live via Skype with a volunteer, in any of several languages. Go to %1BOINC Online Help%2.", "", "").
+ tra("Talk live via Skype with a volunteer, in any of several languages. Go to %1BOINC Online Help%2.", "", "").
" ";
show_forum_header($user);
diff --git a/html/user/forum_search_action.php b/html/user/forum_search_action.php
index 661f988c49..9169f49ece 100644
--- a/html/user/forum_search_action.php
+++ b/html/user/forum_search_action.php
@@ -219,7 +219,7 @@ if (!count($threads) && !count($posts)){
echo "".tra("Sorry, couldn't find anything matching your search query. You can try to broaden your search by using less words (or less specific words).")."
"
.tra("You can also %1try the same search on Google.%2",
- "",
+ "",
"")
." ";
}
diff --git a/html/user/home.php b/html/user/home.php
index 0d77932c56..7c3ede49a9 100644
--- a/html/user/home.php
+++ b/html/user/home.php
@@ -43,7 +43,7 @@ if ($init) {
echo "".tra("View and edit your account preferences using the links below.")." \n";
if ($via_web) {
echo " "
- .tra("If you have not already done so, %1download BOINC client software%2.", "", "")." ";
+ .tra("If you have not already done so, %1download BOINC client software%2.", "", "")."";
}
} else {
page_head(tra("Your account"));
diff --git a/html/user/sample_index.php b/html/user/sample_index.php
index b42082cdd2..60e5f74ace 100644
--- a/html/user/sample_index.php
+++ b/html/user/sample_index.php
@@ -81,13 +81,13 @@ function show_nav() {
echo "";
show_button("register.php", "Join", null, "btn btn-green");
} else {
- echo " Download and run BOINC.
+ echo " Download and run BOINC.
Choose Add Project
";
}
echo "
If you have any problems,
- get help here.
+ get help here.
";
}
echo "
@@ -183,7 +183,7 @@ if ($stopped) {
echo "
-
+
|
";
diff --git a/html/user/submit_example.php b/html/user/submit_example.php
index 40f51f547f..5f40fbe96e 100644
--- a/html/user/submit_example.php
+++ b/html/user/submit_example.php
@@ -211,7 +211,7 @@ function handle_create_form() {
start_table();
row2("Batch name", "");
// row2("Application", app_select($apps));
- row2("Input file URL", "");
+ row2("Input file URL", "");
row2("Parameter low value (0..60)", "");
row2("Parameter high value (0..60)", "");
row2("Parameter increment (>= 1)", "");
diff --git a/html/user/submit_rpc_handler.php b/html/user/submit_rpc_handler.php
index 91cc696894..a2fd7dc041 100644
--- a/html/user/submit_rpc_handler.php
+++ b/html/user/submit_rpc_handler.php
@@ -17,7 +17,7 @@
// along with BOINC. If not, see .
// Handler for remote job submission.
-// See http://boinc.berkeley.edu/trac/wiki/RemoteJobs
+// See https://boinc.berkeley.edu/trac/wiki/RemoteJobs
require_once("../inc/boinc_db.inc");
require_once("../inc/submit_db.inc");
@@ -693,7 +693,7 @@ $r = simplexml_load_string("
--t 19
remote
-
+
diff --git a/html/user/team_manage.php b/html/user/team_manage.php
index fe50bc708b..b73818ea81 100644
--- a/html/user/team_manage.php
+++ b/html/user/team_manage.php
@@ -70,9 +70,9 @@ function show_admin_page($user, $team) {
- ".tra("To have this team created on all BOINC projects (current and future) you can make it into a %1BOINC-wide team%2.", "", "")."
+ ".tra("To have this team created on all BOINC projects (current and future) you can make it into a %1BOINC-wide team%2.", "", "")."
- ".tra("Team admins are encouraged to join and participate in the Google %1boinc-team-founders%2 group.", "", "")."
+ ".tra("Team admins are encouraged to join and participate in the Google %1boinc-team-founders%2 group.", "", "")."
";
diff --git a/html/user/translate.php b/html/user/translate.php
index fefe63248b..d8705eb182 100644
--- a/html/user/translate.php
+++ b/html/user/translate.php
@@ -30,7 +30,7 @@ into your non-English language.
If you are interested in doing this:
- Learn how BOINC's
-web site translation mechanism works.
+web site translation mechanism works.
-
Contact project staff to obtain project-specific translation files,
and to get instructions for submitting translations into your language.
@@ -38,7 +38,7 @@ and to get instructions for submitting translations into your language.
You can also help
-translate the BOINC client software.
+translate the BOINC client software.
There is an email list
diff --git a/mac_installer/CharityEngine/acct_mgr_url.xml b/mac_installer/CharityEngine/acct_mgr_url.xml
index 81d0243616..6749faf417 100644
--- a/mac_installer/CharityEngine/acct_mgr_url.xml
+++ b/mac_installer/CharityEngine/acct_mgr_url.xml
@@ -1,8 +1,8 @@
Charity Engine
- http://www.charityengine.com/
+ https://www.charityengine.com/
- http://www.charityengine.com/forgot
+ https://www.charityengine.com/forgot
1024
9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217
diff --git a/mac_installer/Progress/acct_mgr_url.xml b/mac_installer/Progress/acct_mgr_url.xml
index 6b2763aa7c..1b4b32ae55 100644
--- a/mac_installer/Progress/acct_mgr_url.xml
+++ b/mac_installer/Progress/acct_mgr_url.xml
@@ -1,8 +1,8 @@
GridRepublic
- http://www.gridrepublic.org/
+ https://www.gridrepublic.org/
- http://www.gridrepublic.org/cookie_failure.php
+ https://www.gridrepublic.org/cookie_failure.php
1024
9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217
diff --git a/samples/vboxwrapper/vboxwrapper.cpp b/samples/vboxwrapper/vboxwrapper.cpp
index 1bb7214421..11b822a20f 100644
--- a/samples/vboxwrapper/vboxwrapper.cpp
+++ b/samples/vboxwrapper/vboxwrapper.cpp
@@ -884,7 +884,7 @@ int main(int argc, char** argv) {
" Please enable this feature in your computer's BIOS.\n"
" Intel calls it 'VT-x'\n"
" AMD calls it 'AMD-V'\n"
- " More information can be found here: http://en.wikipedia.org/wiki/X86_virtualization\n"
+ " More information can be found here: https://en.wikipedia.org/wiki/X86_virtualization\n"
" Error Code: ERR_CPU_VM_EXTENSIONS_DISABLED\n";
retval = ERR_EXEC;
} else if (pVM->is_logged_failure_vm_extensions_not_supported()) {
diff --git a/samples/vm_wrapper/VMwrapper.py b/samples/vm_wrapper/VMwrapper.py
index 8dbba9bab4..b31d87ee67 100644
--- a/samples/vm_wrapper/VMwrapper.py
+++ b/samples/vm_wrapper/VMwrapper.py
@@ -12,7 +12,7 @@
# * VM: Takes periodic snapshots of the virtual machine
# - (supposed to also handle trickle messaging in future)
#
-# See http://boinc.berkeley.edu/trac/wiki/VmApps for details
+# See https://boinc.berkeley.edu/trac/wiki/VmApps for details
# Contributor: Jarno Rantala (jarno.rantala@gmail.com)
#
# The original code was made under the CERN openlab summer student program July-August 2009
diff --git a/samples/wrapper/wrapper.cpp b/samples/wrapper/wrapper.cpp
index 8459083ff5..2798811dee 100644
--- a/samples/wrapper/wrapper.cpp
+++ b/samples/wrapper/wrapper.cpp
@@ -16,7 +16,7 @@
// along with BOINC. If not, see .
// BOINC wrapper - lets you use non-BOINC apps with BOINC
-// See http://boinc.berkeley.edu/trac/wiki/WrapperApp
+// See https://boinc.berkeley.edu/trac/wiki/WrapperApp
//
// cmdline options:
// --device N macro-substitute N for $GPU_DEVICE_NUM
diff --git a/sched/assimilator.cpp b/sched/assimilator.cpp
index bd57c4ecb2..b4520ba326 100644
--- a/sched/assimilator.cpp
+++ b/sched/assimilator.cpp
@@ -17,7 +17,7 @@
// Main program for an assimilator.
// Link this with an application-specific function assimilate_handler()
-// See http://boinc.berkeley.edu/trac/wiki/AssimilateIntro
+// See https://boinc.berkeley.edu/trac/wiki/AssimilateIntro
#include "config.h"
#include
@@ -54,7 +54,7 @@ void usage(char* name) {
fprintf(stderr,
"This program is an 'assimilator'; it handles completed jobs.\n"
"Normally it is run as a daemon from config.xml.\n"
- "See: http://boinc.berkeley.edu/trac/wiki/BackendPrograms\n\n"
+ "See: https://boinc.berkeley.edu/trac/wiki/BackendPrograms\n\n"
);
fprintf(stderr, "usage: %s [options]\n"
diff --git a/sched/db_dump.cpp b/sched/db_dump.cpp
index c300b96fd2..3177442ea0 100644
--- a/sched/db_dump.cpp
+++ b/sched/db_dump.cpp
@@ -16,7 +16,7 @@
// along with BOINC. If not, see .
/// db_dump: dump database views in XML format
-// see http://boinc.berkeley.edu/trac/wiki/DbDump
+// see https://boinc.berkeley.edu/trac/wiki/DbDump
// Note:
// 1) this program is way more configurable than it needs to be.
@@ -835,7 +835,7 @@ void usage(char* name) {
fprintf(stderr,
"This program generates XML files containing project statistics.\n"
"It should be run once a day as a periodic task in config.xml.\n"
- "For more info, see http://boinc.berkeley.edu/trac/wiki/DbDump\n\n"
+ "For more info, see https://boinc.berkeley.edu/trac/wiki/DbDump\n\n"
"Usage: %s [options]\n"
"Options:\n"
" --dump_spec filename Use the given config file (use ../db_dump_spec.xml)\n"
diff --git a/sched/makefile_validator_test b/sched/makefile_validator_test
index 863b7b68f1..796ede1272 100644
--- a/sched/makefile_validator_test
+++ b/sched/makefile_validator_test
@@ -1,5 +1,5 @@
# makefile for building a validator test program; see
-# http://boinc.berkeley.edu/trac/wiki/ValidationSimple
+# https://boinc.berkeley.edu/trac/wiki/ValidationSimple
# the object file containing result_init() etc. - replace with your own
VALIDATOR_SRC = sample_bitwise_validator.cpp
diff --git a/sched/plan_class_spec.cpp b/sched/plan_class_spec.cpp
index d40b304018..d4f2e629ee 100644
--- a/sched/plan_class_spec.cpp
+++ b/sched/plan_class_spec.cpp
@@ -16,7 +16,7 @@
// along with BOINC. If not, see .
// Support for plan classes defined using an XML file.
-// See http://boinc.berkeley.edu/trac/wiki/AppPlanSpec
+// See https://boinc.berkeley.edu/trac/wiki/AppPlanSpec
#include
diff --git a/sched/plan_class_spec.h b/sched/plan_class_spec.h
index 6fa9cd56fd..3a26ce107b 100644
--- a/sched/plan_class_spec.h
+++ b/sched/plan_class_spec.h
@@ -17,7 +17,7 @@
// configurable app plan functions.
-// see http://boinc.berkeley.edu/trac/wiki/AppPlanConfig
+// see https://boinc.berkeley.edu/trac/wiki/AppPlanConfig
#include
#include
diff --git a/tools/update_versions b/tools/update_versions
index ce7695cd1f..29014a2bbc 100755
--- a/tools/update_versions
+++ b/tools/update_versions
@@ -21,7 +21,7 @@
// script to create app versions,
// and stage their files in the download dir.
-// See http://boinc.berkeley.edu/trac/wiki/AppVersionNew
+// See https://boinc.berkeley.edu/trac/wiki/AppVersionNew
error_reporting(E_ALL);
@@ -218,7 +218,7 @@ function confirm_sig_gen($name) {
IF YOUR PROJECT IS PUBLICLY ACCESSABLE, THIS IS A SECURITY VULNERABILITY.
PLEASE STOP YOUR PROJECT IMMEDIATELY AND READ:
- http://boinc.berkeley.edu/trac/wiki/CodeSigning
+ https://boinc.berkeley.edu/trac/wiki/CodeSigning
Continue (y/n)? ";
diff --git a/tools/update_versions_v6 b/tools/update_versions_v6
index 13a39ea858..baeb11c5bd 100755
--- a/tools/update_versions_v6
+++ b/tools/update_versions_v6
@@ -10,7 +10,7 @@ config.xml must contain an which specifies the directory to search.
apps/APPLICATION_NAME/ contains application versions for each application.
-See http://boinc.berkeley.edu/trac/wiki/UpdateVersions
+See https://boinc.berkeley.edu/trac/wiki/UpdateVersions
"""
diff --git a/win_build/installerv2/redist/CharityEngine/acct_mgr_url.xml b/win_build/installerv2/redist/CharityEngine/acct_mgr_url.xml
index 81d0243616..6749faf417 100644
--- a/win_build/installerv2/redist/CharityEngine/acct_mgr_url.xml
+++ b/win_build/installerv2/redist/CharityEngine/acct_mgr_url.xml
@@ -1,8 +1,8 @@
Charity Engine
- http://www.charityengine.com/
+ https://www.charityengine.com/
- http://www.charityengine.com/forgot
+ https://www.charityengine.com/forgot
1024
9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217
diff --git a/win_build/installerv2/redist/CharityEngine/cc_config.xml b/win_build/installerv2/redist/CharityEngine/cc_config.xml
index bf16e08542..979b53a38b 100644
--- a/win_build/installerv2/redist/CharityEngine/cc_config.xml
+++ b/win_build/installerv2/redist/CharityEngine/cc_config.xml
@@ -2,8 +2,8 @@
- http://www.charityengine.com/releases/public
- http://www.charityengine.com/client/update
+ https://www.charityengine.com/releases/public
+ https://www.charityengine.com/client/update
A new version of this desktop software is available. Updating is easy: just download and install.
diff --git a/win_build/installerv2/redist/GridRepublic/GridRepublic.url b/win_build/installerv2/redist/GridRepublic/GridRepublic.url
index ffbadf3ae3..364ac642b5 100644
--- a/win_build/installerv2/redist/GridRepublic/GridRepublic.url
+++ b/win_build/installerv2/redist/GridRepublic/GridRepublic.url
@@ -1,5 +1,5 @@
[InternetShortcut]
-URL=http://www.gridrepublic.com/
+URL=https://www.gridrepublic.org/
Modified=80A89BD62711C60198
IconIndex=0
IconFile=C:\Program Files\GridRepublic\GridRepublic.ico
diff --git a/win_build/installerv2/redist/GridRepublic/acct_mgr_url.xml b/win_build/installerv2/redist/GridRepublic/acct_mgr_url.xml
index a30cb568fa..306e3e102c 100644
--- a/win_build/installerv2/redist/GridRepublic/acct_mgr_url.xml
+++ b/win_build/installerv2/redist/GridRepublic/acct_mgr_url.xml
@@ -1,6 +1,6 @@
GridRepublic
- http://www.gridrepublic.org/
+ https://www.gridrepublic.org/
1024
9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217
diff --git a/win_build/installerv2/redist/Progress/acct_mgr_url.xml b/win_build/installerv2/redist/Progress/acct_mgr_url.xml
index 9d79a4f08e..e09fdb4b41 100644
--- a/win_build/installerv2/redist/Progress/acct_mgr_url.xml
+++ b/win_build/installerv2/redist/Progress/acct_mgr_url.xml
@@ -1,8 +1,8 @@
GridRepublic
- http://www.gridrepublic.org/
+ https://www.gridrepublic.org/
- http://apps.facebook.com/processors/credentials.php
+ https://apps.facebook.com/processors/credentials.php
1024
9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217
diff --git a/win_build/installerv2/redist/Progress/cc_config.xml b/win_build/installerv2/redist/Progress/cc_config.xml
index 0a6c37758c..dcb4a5886f 100644
--- a/win_build/installerv2/redist/Progress/cc_config.xml
+++ b/win_build/installerv2/redist/Progress/cc_config.xml
@@ -2,8 +2,8 @@
- http://ptp.gridrepublic.org/releases
- http://ptp.gridrepublic.org/client/update
+ https://ptp.gridrepublic.org/releases
+ https://ptp.gridrepublic.org/client/update
A new version of this desktop software is available. Updating is easy: just download and install.
diff --git a/win_build/installerv2/redist/all_projects_list.xml b/win_build/installerv2/redist/all_projects_list.xml
index 52987806bb..dcb1390660 100644
--- a/win_build/installerv2/redist/all_projects_list.xml
+++ b/win_build/installerv2/redist/all_projects_list.xml
@@ -15,7 +15,7 @@
x86_64-pc-linux-gnu[mt]
x86_64-apple-darwin[mt]
- http://boinc.berkeley.edu/images/mmlogo.gif
+ https://boinc.berkeley.edu/images/mmlogo.gif
Model the human brain
@@ -76,7 +76,7 @@
i686-pc-linux-gnu
windows_intelx86
- http://boinc.berkeley.edu/images/logo_primaboinca.gif
+ https://boinc.berkeley.edu/images/logo_primaboinca.gif
Study the properties of prime numbers
@@ -149,7 +149,7 @@
x86_64-apple-darwin
x86_64-pc-linux-gnu
- http://boinc.berkeley.edu/images/szdg1_small.jpg
+ https://boinc.berkeley.edu/images/szdg1_small.jpg
Study number theory
@@ -165,7 +165,7 @@
x86_64-apple-darwin
x86_64-pc-linux-gnu
- http://boinc.berkeley.edu/images/nf_banner_10.jpg
+ https://boinc.berkeley.edu/images/nf_banner_10.jpg
Do research in algebraic number theory
@@ -181,7 +181,7 @@
windows_x86_64
x86_64-pc-linux-gnu
- http://boinc.berkeley.edu/images/sat_logo.png
+ https://boinc.berkeley.edu/images/sat_logo.png
Study computational complexity
@@ -241,7 +241,7 @@
x86_64-pc-linux-gnu[OCLcudaGFN]
x86_64-pc-linux-gnu[OCLcudaGFNWR]
- http://boinc.berkeley.edu/images/primegrid_logo.png
+ https://boinc.berkeley.edu/images/primegrid_logo.png
Search for large prime numbers
@@ -266,7 +266,7 @@
x86_64-pc-freebsd
x86_64-pc-linux-gnu
- http://boinc.berkeley.edu/images/oproject_logo.png
+ https://boinc.berkeley.edu/images/oproject_logo.png
Do research in math, physics, and Artificial Intelligence
@@ -286,7 +286,7 @@
x86_64-pc-freebsd
x86_64-pc-linux-gnu
- http://boinc.berkeley.edu/images/NFS_Logo.jpg
+ https://boinc.berkeley.edu/images/NFS_Logo.jpg
Study the factorization of large integers
@@ -300,7 +300,7 @@
windows_intelx86
windows_x86_64
- http://boinc.berkeley.edu/images/gerasim.gif
+ https://boinc.berkeley.edu/images/gerasim.gif
FightNeglectedDiseases@Home
@@ -336,7 +336,7 @@
x86_64-pc-linux-gnu
x86_64-pc-linux-gnu[vbox64]
- http://boinc.berkeley.edu/images/rna4.png
+ https://boinc.berkeley.edu/images/rna4.png
Study and design RNA molecules
@@ -356,7 +356,7 @@
x86_64-pc-linux-gnu[mt]
x86_64-pc-linux-gnu[vbox64]
- http://boinc.berkeley.edu/images/gpugrid.png
+ https://boinc.berkeley.edu/images/gpugrid.png
Help biomedical research
@@ -374,7 +374,7 @@
x86_64-pc-linux-gnu
x86_64-unknown-linux-gnu
- http://boinc.berkeley.edu/images/africaathome.gif
+ https://boinc.berkeley.edu/images/africaathome.gif
Study the spread of malaria
@@ -395,7 +395,7 @@
x86_64-pc-linux-gnu[opencl_ati_101]
x86_64-pc-linux-gnu[opencl_nvidia_101]
- http://boinc.berkeley.edu/images/poem.jpg
+ https://boinc.berkeley.edu/images/poem.jpg
Study protein structure and interaction
@@ -430,7 +430,7 @@
x86_64-apple-darwin
x86_64-pc-linux-gnu
- http://boinc.berkeley.edu/images/rosetta_at_home_logo.jpg
+ https://boinc.berkeley.edu/images/rosetta_at_home_logo.jpg
Study diseases such as HIV, malaria, cancer, and Alzheimer's
@@ -447,7 +447,7 @@
x86_64-apple-darwin
x86_64-pc-linux-gnu
- http://boinc.berkeley.edu/images/lattice.gif
+ https://boinc.berkeley.edu/images/lattice.gif
Study evolution using genetics
@@ -464,7 +464,7 @@
x86_64-unknown-linux-gnu
i686-apple-darwin
- http://boinc.berkeley.edu/images/leiden_classical.png
+ https://boinc.berkeley.edu/images/leiden_classical.png
Help students do atomic simulations
@@ -479,7 +479,7 @@
x86_64-apple-darwin[vbox_64]
x86_64-pc-linux-gnu[vbox_64]
- http://boinc.berkeley.edu/images/atlas_at_home.jpg
+ https://boinc.berkeley.edu/images/atlas_at_home.jpg
Simulate high-energy particle collisions for CERN
@@ -517,7 +517,7 @@
x86_64-pc-linux-gnu[sse2]
x86_64-pc-linux-gnu[sse3]
- http://boinc.berkeley.edu/images/asteroids_logo.jpg
+ https://boinc.berkeley.edu/images/asteroids_logo.jpg
Study the properties of asteroids
@@ -546,7 +546,7 @@
x86_64-pc-linux-gnu[sse2]
x86_64-pc-linux-gnu[sse3]
- http://boinc.berkeley.edu/images/lhc.jpg
+ https://boinc.berkeley.edu/images/lhc.jpg
Improve the design of the Large Hadron Collider
@@ -558,7 +558,7 @@
University of Warsaw
- http://boinc.berkeley.edu/images/universe_at_home.png
+ https://boinc.berkeley.edu/images/universe_at_home.png
Do research in physics and astronomy
@@ -576,7 +576,7 @@
x86_64-apple-darwin[vbox64]
x86_64-pc-linux-gnu[vbox64]
- http://boinc.berkeley.edu/images/t4t.png
+ https://boinc.berkeley.edu/images/t4t.png
Simulate high-energy particle collisions
@@ -590,7 +590,7 @@
i686-pc-linux-gnu
windows_intelx86
- http://boinc.berkeley.edu/images/convector.jpg
+ https://boinc.berkeley.edu/images/convector.jpg
Study mechanical engineering
@@ -605,7 +605,7 @@
windows_intelx86
x86_64-pc-linux-gnu
- http://boinc.berkeley.edu/images/cosmo.jpg
+ https://boinc.berkeley.edu/images/cosmo.jpg
Study the evolution of the Universe
@@ -640,7 +640,7 @@
x86_64-apple-darwin
x86_64-pc-linux-gnu
- http://boinc.berkeley.edu/images/constellation2.png
+ https://boinc.berkeley.edu/images/constellation2.png
Perform aerospace-related simulations
@@ -686,7 +686,7 @@
x86_64-pc-linux-gnu[opencl_nvidia]
x86_64-pc-linux-gnu[opencl_nvidia_101]
- http://boinc.berkeley.edu/images/mw.png
+ https://boinc.berkeley.edu/images/mw.png
Study the structure of the Milky Way galaxy
@@ -748,7 +748,7 @@
x86_64-pc-linux-gnu[opencl_nvidia_cc1]
x86_64-pc-linux-gnu[sse2]
- http://boinc.berkeley.edu/images/seti_logo.png
+ https://boinc.berkeley.edu/images/seti_logo.png
Search for evidence of extra-terrestrial life
@@ -864,7 +864,7 @@
x86_64-pc-linux-gnu[X64]
x86_64-pc-linux-gnu[X8664]
- http://boinc.berkeley.edu/images/einstein.jpg
+ https://boinc.berkeley.edu/images/einstein.jpg
Help detect pulsars and gravitational waves
@@ -879,7 +879,7 @@
i686-pc-linux-gnu
windows_intelx86
- http://boinc.berkeley.edu/images/cpn_logo_world_1.jpg
+ https://boinc.berkeley.edu/images/cpn_logo_world_1.jpg
Study long-term climate change
@@ -898,7 +898,7 @@
mipsel-unknown-linux-gnu
armv7l-unknown-linux-gnueabihf
- http://boinc.berkeley.edu/images/radioactive.jpg
+ https://boinc.berkeley.edu/images/radioactive.jpg
Monitor radiation levels
@@ -957,7 +957,7 @@
windows_intelx86
x86_64-pc-linux-gnu
- http://boinc.berkeley.edu/images/cas_at_home.jpg
+ https://boinc.berkeley.edu/images/cas_at_home.jpg
Help Chinese researchers
@@ -979,7 +979,7 @@
x86_64-pc-linux-gnu
arm-android-linux-gnu
- http://boinc.berkeley.edu/images/wcg.jpg
+ https://boinc.berkeley.edu/images/wcg.jpg
Do biomedical and environmental research
@@ -998,7 +998,7 @@
x86_64-apple-darwin
x86_64-pc-linux-gnu
- http://boinc.berkeley.edu/images/cabecera2.jpg
+ https://boinc.berkeley.edu/images/cabecera2.jpg
Help Spanish researchers
@@ -1016,7 +1016,7 @@
x86_64-pc-linux-gnu
x86_64-pc-linux-gnu[vbox64]
- http://boinc.berkeley.edu/images/logo_edges.png
+ https://boinc.berkeley.edu/images/logo_edges.png
Help European researchers
@@ -1042,12 +1042,12 @@
BAM!
http://bam.boincstats.com/
BAM assists you in creating and managing your BOINC project accounts and helps you with setting preferences, joining or creating teams, connecting your computers to projects, and much more. Whether you're a new or an existing BOINC user, BAM will help you get the most out of BOINC.
- http://boinc.berkeley.edu/images/BAM.png
+ https://boinc.berkeley.edu/images/BAM.png
GridRepublic
http://www.gridrepublic.org/
GridRepublic members run a screensaver that allows their computers to work on public-interest research projects when the machines are not otherwise in use. This screensaver does not affect performance of the host computer any more than an ordinary screensaver does.
- http://boinc.berkeley.edu/images/logo_gridrepublic_vc.gif
+ https://boinc.berkeley.edu/images/logo_gridrepublic_vc.gif
|
|