Discuss Scratch
- Discussion Forums
- » Collaboration
- » Collabs (Me Do Collab)
- GreenGamer26
-
18 posts
Collabs (Me Do Collab)
I Want To A Collab. I Want To Do One About The Collatz Conjecture. Feel Free To Post Your Collab Ideas!
My browser / operating system: ChromeOS 13982.88.0, Chrome 92.0.4515.162, No Flash version detected
<!DOCTYPE html>
<!–> <html class=“no-js lt-ie9”> <!–>
<!–><!–> <html class=“no-js” itemscope itemtype="http://schema.org/Article“ lang=”en"> <!–<!–>
<head>
<meta charset=“utf-8”>
<meta http-equiv=“X-UA-Compatible” content=“IE=edge”>
<title>Chaotic Planets | MinuteLabs.io</title>
<meta name=“description” content=“Build your own chaotic planetary system.”>
<meta name=“viewport” content=“width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no” />
<!– Google+ snippet. –>
<meta itemprop=“name” content=“Chaotic Planets | MinuteLabs.io”>
<meta itemprop=“description” content=“Build your own chaotic planetary system.”>
<meta itemprop=“image” content=“thumb.gif”>
<!– css –>
<link rel=“stylesheet” href="http://labs.minutelabs.io/library/styles/lab.css“ />
<link rel=”stylesheet“ href=”library-build/styles/site.css?v=0.0.2“ />
<!– js includes –>
<script src=”library-build/js/vendor/modernizr.js“></script>
<script>
var Lab = { title: ‘Chaotic Planets’, id: ‘93214000299’ };
var require = { urlArgs: ‘v=0.0.2’ };
</script>
<script src=”http://labs.minutelabs.io/library/js/vendor/require.js“ data-main=”library-build/js/page-boilerplate“></script>
</head>
<body>
<div id=”wrap-outer“>
<div data-offcanvas=”wrap“>
<nav id=”nav-widget“ role=”navigation“ class=”“>
<a href=”http://minutelabs.io“ class=”logo“><img width=”40“ src=”http://labs.minutelabs.io/assets/images/logos/logo-minutelabs-no-text-40x40.jpg“ alt=”MinuteLabs.io“></a>
<div class=”top“>
<h1 class=”title“>Chaotic Planets</h1>
<ul>
<li><a href=”http://minutelabs.io“ class=”btn-index“>back to labs</a></li>
<li><a href=”http://minutelabs.io“ id=”lab-nav-prev“ class=”btn-prev“ title=”previous Lab“>prev</a></li>
<li><a href=”http://minutelabs.io“ id=”lab-nav-next“ class=”btn-next“ title=”next Lab“>next</a></li>
<li><a href=”http://minutelabs.io/subscribe“ class=”btn-subscribe“>subscribe!</a></li>
</ul>
</div>
<div class=”bottom“>
<a id=”nav-toggle“ href=”#details“ class=”btn-details“ data-offcanvas=”toggle“>show comments</a>
</div>
</nav>
<div id=”details“ data-offcanvas=”offcanvas“>
<header>
<h1 class=”title“>Chaotic Planets</h1>
<h2 class=”title-by“><a href=”http://minutelabs.io“><span>by</span> MinuteLabs<span>.io</span></a></h2>
</header>
<div class=”desc“>
<p>Chaos Theory amongst the stars! Play with the chaotic behavior
of planets under the influence of newtonian gravity and share your creations.</p>
<p>We've noticed that (yet again), firefox is buggy, and there's no
work around. So… best viewed in chrome, or safari.</p>
<p>Watch the <a href=”http://youtu.be/Jc0ZW0ke_jc“>teaser video</a>.</p>
<p>Special thanks to <a href=”https://twitter.com/NickBartzokas“>Nick Bartzokas</a>
for help with the code.</p>
</div>
<aside class=”comments“>
<div id=”disqus_thread“></div>
</aside>
</div>
<div id=”viewport“ role=”main“>
<canvas id=”physics“></canvas>
<div id=”controls“>
<button class=”ctrl-edit pop“>Edit</button>
<button class=”ctrl-randomize“>Randomize!</button>
<div class=”btn-group block above“>
<button class=”ctrl-pause“>Pause</button>
<a href=”#“ class=”btn ctrl-download“>Save Image</a>
<button class=”ctrl-share ok“>Share</button>
</div>
<div class=”edit-type“>
<label>Edit initial:</label>
<div class=”radio-group“>
<a href=”#“ class=”ctrl-edit-positions on“>Positions</a>
<a href=”#“ class=”ctrl-edit-velocities“>Velocities</a>
</div>
</div>
<div class=”edit-group btn-group block above“>
<button class=”ctrl-add pop“>Add Vertex</button>
<button class=”ctrl-remove danger“>Remove Last Vertex</button>
</div>
</div>
<div id=”ctx-menu“>
<h3 class=”title“>vertex options</h3>
<label for=”ctrl-mass“>mass:</label>
<input type=”text“ class=”ctrl-mass“ />
<div id=”ctrl-mass“></div>
<label for=”ctrl-color“>color:</label>
<input class=”color“ id=”ctrl-color“/>
<label for=”ctrl-path“>draw paths?</label>
<input id=”ctrl-path“ type=”checkbox“ />
<!– <div class=”ctrl-close“>—</div> –>
</div>
<div id=”shareOverlay“>
<h3 class=”title“>Use this link to share this exact planetary system!</h3>
<input type=”text“ />
<button class=”ctrl-close“>close</button>
</div>
<!–
<div id=”debug"></div> –>
</div>
</div>
</div>
<!–>
<div id=“bad-browser”>
<p>We are truly sorry. But your web browser is very outdated. MinuteLabs will just <strong>not work</strong> with your browser.</p>
<p>Please visit <a href="http://browsehappy.com">browsehappy</a> to learn how to fix this.</p>
</div>
<!–>
<script src="http://labs.minutelabs.io/assets/labs-nav.js“></script>
<script src=”http://labs.minutelabs.io/assets/ga.js“ async></script>
<script type=”text/javascript">
var disqus_shortname = ‘minutelabsio’;
var load_disqus = function() {
var dsq = document.createElement('script'); dsq.type = ‘text/javascript’; dsq.async = true;
dsq.src = ‘//’ + disqus_shortname + ‘.disqus.com/embed.js’;
(document.getElementsByTagName('head') || document.getElementsByTagName('body')).appendChild(dsq);
};
(function(){
var el = document.getElementById('nav-toggle');
function cb(){
load_disqus();
el.removeEventListener('click', cb);
el.removeEventListener('touchstart', cb);
}
if ( el ){
el.addEventListener('click', cb);
el.addEventListener('touchstart', cb);
}
})();
</script>
</body>
</html>
My browser / operating system: ChromeOS 13982.88.0, Chrome 92.0.4515.162, No Flash version detected
<!DOCTYPE html>
<!–> <html class=“no-js lt-ie9”> <!–>
<!–><!–> <html class=“no-js” itemscope itemtype="http://schema.org/Article“ lang=”en"> <!–<!–>
<head>
<meta charset=“utf-8”>
<meta http-equiv=“X-UA-Compatible” content=“IE=edge”>
<title>Chaotic Planets | MinuteLabs.io</title>
<meta name=“description” content=“Build your own chaotic planetary system.”>
<meta name=“viewport” content=“width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no” />
<!– Google+ snippet. –>
<meta itemprop=“name” content=“Chaotic Planets | MinuteLabs.io”>
<meta itemprop=“description” content=“Build your own chaotic planetary system.”>
<meta itemprop=“image” content=“thumb.gif”>
<!– css –>
<link rel=“stylesheet” href="http://labs.minutelabs.io/library/styles/lab.css“ />
<link rel=”stylesheet“ href=”library-build/styles/site.css?v=0.0.2“ />
<!– js includes –>
<script src=”library-build/js/vendor/modernizr.js“></script>
<script>
var Lab = { title: ‘Chaotic Planets’, id: ‘93214000299’ };
var require = { urlArgs: ‘v=0.0.2’ };
</script>
<script src=”http://labs.minutelabs.io/library/js/vendor/require.js“ data-main=”library-build/js/page-boilerplate“></script>
</head>
<body>
<div id=”wrap-outer“>
<div data-offcanvas=”wrap“>
<nav id=”nav-widget“ role=”navigation“ class=”“>
<a href=”http://minutelabs.io“ class=”logo“><img width=”40“ src=”http://labs.minutelabs.io/assets/images/logos/logo-minutelabs-no-text-40x40.jpg“ alt=”MinuteLabs.io“></a>
<div class=”top“>
<h1 class=”title“>Chaotic Planets</h1>
<ul>
<li><a href=”http://minutelabs.io“ class=”btn-index“>back to labs</a></li>
<li><a href=”http://minutelabs.io“ id=”lab-nav-prev“ class=”btn-prev“ title=”previous Lab“>prev</a></li>
<li><a href=”http://minutelabs.io“ id=”lab-nav-next“ class=”btn-next“ title=”next Lab“>next</a></li>
<li><a href=”http://minutelabs.io/subscribe“ class=”btn-subscribe“>subscribe!</a></li>
</ul>
</div>
<div class=”bottom“>
<a id=”nav-toggle“ href=”#details“ class=”btn-details“ data-offcanvas=”toggle“>show comments</a>
</div>
</nav>
<div id=”details“ data-offcanvas=”offcanvas“>
<header>
<h1 class=”title“>Chaotic Planets</h1>
<h2 class=”title-by“><a href=”http://minutelabs.io“><span>by</span> MinuteLabs<span>.io</span></a></h2>
</header>
<div class=”desc“>
<p>Chaos Theory amongst the stars! Play with the chaotic behavior
of planets under the influence of newtonian gravity and share your creations.</p>
<p>We've noticed that (yet again), firefox is buggy, and there's no
work around. So… best viewed in chrome, or safari.</p>
<p>Watch the <a href=”http://youtu.be/Jc0ZW0ke_jc“>teaser video</a>.</p>
<p>Special thanks to <a href=”https://twitter.com/NickBartzokas“>Nick Bartzokas</a>
for help with the code.</p>
</div>
<aside class=”comments“>
<div id=”disqus_thread“></div>
</aside>
</div>
<div id=”viewport“ role=”main“>
<canvas id=”physics“></canvas>
<div id=”controls“>
<button class=”ctrl-edit pop“>Edit</button>
<button class=”ctrl-randomize“>Randomize!</button>
<div class=”btn-group block above“>
<button class=”ctrl-pause“>Pause</button>
<a href=”#“ class=”btn ctrl-download“>Save Image</a>
<button class=”ctrl-share ok“>Share</button>
</div>
<div class=”edit-type“>
<label>Edit initial:</label>
<div class=”radio-group“>
<a href=”#“ class=”ctrl-edit-positions on“>Positions</a>
<a href=”#“ class=”ctrl-edit-velocities“>Velocities</a>
</div>
</div>
<div class=”edit-group btn-group block above“>
<button class=”ctrl-add pop“>Add Vertex</button>
<button class=”ctrl-remove danger“>Remove Last Vertex</button>
</div>
</div>
<div id=”ctx-menu“>
<h3 class=”title“>vertex options</h3>
<label for=”ctrl-mass“>mass:</label>
<input type=”text“ class=”ctrl-mass“ />
<div id=”ctrl-mass“></div>
<label for=”ctrl-color“>color:</label>
<input class=”color“ id=”ctrl-color“/>
<label for=”ctrl-path“>draw paths?</label>
<input id=”ctrl-path“ type=”checkbox“ />
<!– <div class=”ctrl-close“>—</div> –>
</div>
<div id=”shareOverlay“>
<h3 class=”title“>Use this link to share this exact planetary system!</h3>
<input type=”text“ />
<button class=”ctrl-close“>close</button>
</div>
<!–
<div id=”debug"></div> –>
</div>
</div>
</div>
<!–>
<div id=“bad-browser”>
<p>We are truly sorry. But your web browser is very outdated. MinuteLabs will just <strong>not work</strong> with your browser.</p>
<p>Please visit <a href="http://browsehappy.com">browsehappy</a> to learn how to fix this.</p>
</div>
<!–>
<script src="http://labs.minutelabs.io/assets/labs-nav.js“></script>
<script src=”http://labs.minutelabs.io/assets/ga.js“ async></script>
<script type=”text/javascript">
var disqus_shortname = ‘minutelabsio’;
var load_disqus = function() {
var dsq = document.createElement('script'); dsq.type = ‘text/javascript’; dsq.async = true;
dsq.src = ‘//’ + disqus_shortname + ‘.disqus.com/embed.js’;
(document.getElementsByTagName('head') || document.getElementsByTagName('body')).appendChild(dsq);
};
(function(){
var el = document.getElementById('nav-toggle');
function cb(){
load_disqus();
el.removeEventListener('click', cb);
el.removeEventListener('touchstart', cb);
}
if ( el ){
el.addEventListener('click', cb);
el.addEventListener('touchstart', cb);
}
})();
</script>
</body>
</html>
Last edited by GreenGamer26 (Oct. 19, 2021 22:33:35)
- Weaponized_potato
-
100+ posts
Collabs (Me Do Collab)
hmm I might be interested if I have the time, I did make an entire OS called stingray OS so it could be possible to help
- GreenGamer26
-
18 posts
Collabs (Me Do Collab)
Okay! hmm I might be interested if I have the time, I did make an entire OS called stingray OS so it could be possible to help
- GreenGamer26
-
18 posts
Collabs (Me Do Collab)
Amount Of Possible Scratch Usernames: 1.3292279957849 x 10^36
- GreenGamer26
-
18 posts
Collabs (Me Do Collab)
It's The Month Of Spooky!!! It's Also Fun Week (October 3rd-9th)!!!
- GreenGamer26
-
18 posts
Collabs (Me Do Collab)
Or About 2.81566685427e+40 Amount Of Possible Scratch Usernames: 1.3292279957849 x 10^36
- GreenGamer26
-
18 posts
Collabs (Me Do Collab)
I Think….Or About 2.81566685427e+40 Amount Of Possible Scratch Usernames: 1.3292279957849 x 10^36
- Discussion Forums
- » Collaboration
-
» Collabs (Me Do Collab)