|
|
| About site: Computer Science/Distributed Computing/Projects - Muon1 Optimisation Project |
Return to Computers also Computers |
| About site: http://www.stephenbrooks.org/muon1/ |
Title: Computer Science/Distributed Computing/Projects - Muon1 Optimisation Project Uses PC idle time to simulate and design a particle accelerator. |
|
|
|
|
Systems_Manufacturing_Corporation SMC is a manufacturer of telecom racks, server storage cabinets, command center consoles
| Exegenix Provides service and software that automates the conversion of content in legacy formats such as PDF or PostScript to XML, SGML, HTML or applications such as DAISY, DocBook and others.
| XML_and_Java_technologies__Document_models Article by Dennis M. Sosnoski compares the performance and functionality of several Java document models. (September 1, 2001)
| Academy_of_Sciences_of_the_Czech_Republic Institute of Information Theory and Automation.
| Crossfire_Designs Graphics unit with anti-aliasing and support for many file formats, sound mixing library, a Hicolor clone of TETRIS, and an unzipper.
| NewsPro Allows for simplified dynamic news posting. [Freeware]
|
|
| Alexa statistic for http://www.stephenbrooks.org/muon1/ |
Please visit: http://www.stephenbrooks.org/muon1/
|
| Related sites for http://www.stephenbrooks.org/muon1/ |
| Interview_with_Matthew_Dillon_of_DragonFly_BSD Lead developer comments on his goals, with links, forum comments. [OSNews.com] (March 13, 2004) | | OpenVMS_Certification_Tests Interactive quizzes for the OpenVMS certification. | | Friendly_Network Offers Windows and Unix web hosting. | | Real_Branding,_Inc_ Interactive solutions firm specializing in web and online initiatives | | Vermont_Systems_Ltd_ Authorized resellers of Datafile, Sage, QuickBooks and MYOB. | | Printer_Warehouse Offers color laser, wide format printers, and plotters as well as printer toner and supplies for HP, Lexmark, Tektronix and Xerox. | | MyMusicDB Database for logging and recording your own music. Free blank database available. MS Access required. | | JobOrder project management software helps you efficiently manage projects... offers productive job management functions without the cost and complexity of high-end vertical market systems. | | Mingus_Software RoomMaster 2000 offers a fully-integrated software solution for any property of any size including small resort, corporate hotels and corporate chains. | | Moreton_Bay_DHCP_Server Free, open source, cross-platform solution. [Linux, Windows] | | Interchange_Technology Specialists in mainframe class tape drives. Global sales and maintenance of 9-track, 3480/90/90E and 3590 from all major manufacturers. | | MondoSearch Site search and reporting. Available in both software and remotely hosted versions. | | DISC_Incorporated Offers a variety modular near-line storage systems and NAS systems. | | Red_Flag_Linux_beats_out_Windows_in_Beijing On 28 December 2001, Beijing municipal government awarded contracts for office automation, antivirus, system software, to 6 local software vendors, rejected 7th bidder: Microsoft. One winner: Linux OS | | Telnet_org Provides information and resources on telnet applications and the protocol itself. | | DevGuru_Intro_to_VBScript A reference that explains and gives examples of code and script, plus resultant output, for all of the constants, functions, objects, operators, and statements. | | Anchor_Enterprises Web development services, domain name registration, and search engine submission. Also offers translation services in both English and Spanish. | | Interface_Factory Providing web, graphic and print design, programming, hosting, search engine optimisation, application development and database solutions. | | Crawford_Web_Design Offers design, flash, shopping carts, database, eCommerce, and promotion services in English or Danish. | | Holisticwebs_com Offers web design using HTML, Java, JavaScript, CGI Scripts and PHP-MySQL for e-commerce and database enabled web applications. |
|
This is websites2007.org cache of m/ as retrieved on 2008.09.05 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
stephenbrooks.org : Muon1 Distributed Particle Accelerator Design
function getcoords(e)
{
var ret=new Object();
for (f=e,ret.x=ret.y=0;f;f=f.offsetParent) {ret.x+=f.offsetLeft; ret.y+=f.offsetTop;}
return ret;
}
cancelhide=0;
function sp(cid,pid,tmp)
{
cancelhide=1;
x=document.getElementById(pid);
if (!x) return;
v=(tmp?x.nextSibling:x); i=v.nextSibling;
if (!i.firstChild) i=x.nextSibling.nextSibling;
if (p=i.firstChild)
{
c=document.getElementById(cid);
cpos=getcoords(c);
p.style.left=cpos.x+'px';
p.style.top=(cpos.y+c.offsetHeight)+'px';
v.appendChild(p); if (i.firstChild) i.removeChild(i.firstChild);
}
}
function hp(cid,pid,tmp)
{
x=document.getElementById(pid);
if (!x) return;
v=(tmp?x.nextSibling:x); i=x.nextSibling.nextSibling;
if (p=v.firstChild) {i.appendChild(p); if (v.firstChild) v.removeChild(v.firstChild);}
}
function hpl2(cid,pid,tmp) {if (!cancelhide) hp(cid,pid,tmp);}
function hpl(cid,pid,tmp,ms) {cancelhide=0; setTimeout('hpl2("'+cid+'","'+pid+'",'+(tmp?'1':'0')+')',ms);}
stephenbrooks.org › Muon1 Distributed Particle Accelerator Design› §› The Archive› Forum› Games› Images› Miscellaneous› Odd Stuff› Work-Related Things› Screensavers› Home TuitionMuon1 Distributed Particle Accelerator DesignHere you can use your own PC's idle time to simulate and design parts of a particle accelerator. Simply extract the (full version) archive below to a folder on your disk, create a user.txt file with your name in it and put a shortcut to muon1_background.exe in your Startup folder if required.
- - - [Download] - - -
Patch to 4.44d from 4.42+ (RAR file, 165KB; Zip file, 233KB). How to use...Use WinRAR to open RAR files, WinZip for ZIP files.Version 4.44d Muon1 for Windows (RAR file, 2178KB; Zip file, 2782KB).
58`259581simulationsMilestone 60 million coming up
11328`304701`900017particle-timesteps
function numfmt(n)
{
s='';
for (d=Math.floor(Math.log(n)/Math.LN10);d>=0;d--)
{
s+=(Math.floor(n/Math.pow(10,d))%10).toString();
if (d%6==0 && d>0) s+='`';
}
return s;
}
function dp1(n) {return Math.floor(n).toString()+'.'+(Math.floor(n*10)%10).toString();}
function timefmt(t)
{
if (t=86400) return 'in '+dp1(t/86400)+' days';
if (t>=3600) return 'in '+dp1(t/3600)+' hours';
if (t>=60) return 'in '+dp1(t/60)+' minutes';
return 'in '+dp1(t)+' seconds';
}
function tick()
{
now=(new Date()).valueOf()*0.001;
t=1220666525; v=58259581; g=0.074997673769424; document.getElementById('gt1').firstChild.nodeValue=numfmt(v+g*(now-t)); tm=1243872831.4429; if (m=document.getElementById('gtm1')) m.firstChild.nodeValue=timefmt(tm-now); v=1.13283047019E+16; g=93850767.65609; document.getElementById('gt2').firstChild.nodeValue=numfmt(v+g*(now-t)); tm=1233151188.9763; if (m=document.getElementById('gtm2')) m.firstChild.nodeValue=timefmt(tm-now); setTimeout(tick,100);
}
tick();
Also includes instructions:
Background information... ...and UKNF websiteFind out more about the project, includes internet links.
Technical reports...Successive writeups and presentations of the research.
Statistics for current version...
...and team statisticsThe progress Muon1 users have made so far.
Final statistics for versions 1 to 3.11...
...and 4 to 4.21bThe project has since moved on to simulating a different accelerator design.
FTP servers status...Multiple FTP servers share the bandwidth.
Current lattice files...
...and some graphsLists tasks the network is currently optimising.
Version history...Modifications made and previous versions of the program.
Project discussion forum...Discuss things, report bugs, ask questions etc.
// Utilities
Muon1Bench - Monitors results.dat size and logs the increase in Mpts and rate over time. How to use...
Results2CSV - Commandline tool to convert result files into CSV format for analysis in other programs.
Muon Results Viewer and its successor Muon Cockpit by [SG]Herb - A flexible Windows tool for manipulating and sorting Muon1 results.
MuonPlayer - Plays back animation files recorded by Muon1, if they are renamed to 'using.anim' and put in the same directory.
// Sample Results Files
100-result sample file for optimisation Linac900Removable1 (text file, 53KB; binary file, 12KB). Updated 2008-Sep-06, 00:30 UTC. How to use...100-result sample file for optimisation Linac900Removable6 (text file, 115KB; binary file, 22KB). Updated 2008-Sep-06, 00:30 UTC.
- - - [Screenshots] - - -
![[A screenshot]](http://www.stephenbrooks.org/muon1//hidden/ss1.png)
Above: The Muon1 main simulation. Below: The results histogram from muon1viewresults.exe.
- - - [User Results] - - -
If you find you are listed twice in this list under slightly different names, please make a post in the Muon1 project forum stating which two names these are and which one you would prefer to use. Then change your 'user.txt' file to contain exactly the name in this list, or duplicates will appear again.
If you want a banner image containing your current personal scores, the image URL is of the form http://stephenbrooks.org/muon1/banner.php?user=Your%20Name%20Here.
Want to generate your own team stats? The file http://stephenbrooks.org/muon1/rawstats.txt is a tab-separated file containing all the stats information, and there is a simplified version at http://stephenbrooks.org/muon1/simplestats.txt, where the different optimisations and versions have been added together.
All Optimisations Tab-separated stats list [updated 2008-Sep-06; 02:00 UTC]1. Dutch Power Cows 30/436 members, 10`165484 results, 2.4309 × 1015 pts2. Team Anandtech 15/213 members, 11`713106 results, 2.4057 × 1015 pts3. Free-DC.org 2/66 members, 11`313755 results, 1.6043 × 1015 pts4. ARS Technica - Team Atomic Milkshake 3/75 members, 4`989687 results, 777.869 Tpts6. SETI.Germany 1/56 members, 1`635395 results, 314.075 Tpts7. (Russia) 11/90 members, 1`311808 results, 313.587 Tpts9. Overclockers Australia 1/41 members, 1`451522 results, 256.467 Tpts§. [DPC]NGS 2/28 members, 578098 results, 206.982 Tpts |
|
| |
Uses | PC | idle | time | to | simulate | and | design | a | particle | accelerator. |
|
http://www.stephenbrooks.org/muon1/
Muon1 Optimisation Project 2008 September
dvd rental
dvd
Uses PC idle time to simulate and design a particle accelerator.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- MPAA - Grand Junction Real Estate - Submit article - New York Hotel - Compare
|