// C++ climate model while (funding_exists) { const bool climate_crisis = true; warming_cooling = !warming_cooling; sleep30years(); }
Disrupting the Borg is expensive and time consuming!
Google Search
-
Recent Posts
- 100% Wind By 2030
- It Is A Nice Idea, But ….
- Climate Grifting Shutting Down
- Fundamental Pillars Of Democracy
- An Inconvenient Truth
- Antarctic Meltdown Update
- “Trump eyes major cuts to NOAA research”
- Data Made Simple II – Sneak Preview
- Attacks On Democracy
- Scientists Warn
- Upping The Ante
- Our New Leadership
- Grok Defines Fake News
- Arctic Meltdown Update
- The Savior Of Humanity
- President Trump Explains The Stock Market
- Net Zero In Europe
- The Canadian Hockey Stick
- Dogs Cause Hurricanes, Tornadoes And Droughts
- 50 Years Of Climate Devastation
- Climate Cycles
- Hiding The Decline
- Careful Research At BBC News
- New Video : Man Made Climate Emergency
- Geoengineering To Save The Planet
Recent Comments
- Gamecock on 100% Wind By 2030
- gordon vigurs on It Is A Nice Idea, But ….
- arn on 100% Wind By 2030
- gordon vigurs on 100% Wind By 2030
- arn on It Is A Nice Idea, But ….
- arn on It Is A Nice Idea, But ….
- dm on 100% Wind By 2030
- conrad ziefle on 100% Wind By 2030
- conrad ziefle on It Is A Nice Idea, But ….
- conrad ziefle on It Is A Nice Idea, But ….
I could not have written better code myself. I have written a much longer one (30 lines) to replace the Federal reserve system.
https://www.youtube.com/watch?x-yt-cl=84503534&v=NgeBneVu4w0&x-yt-ts=1421914688 lol
You forgot “const” before “bool climate_crisis = true;” just to bring the point home.
Fixed!
I want to know what happens when:
(funding_exists = false)
More name calling.
// C++ climate model
bool funding_exists;
while (true)
{
funding_exists = seek_funding();
while (funding_exists)
{
const bool climate_crisis = true;
warming_cooling = !warming_cooling;
sleep30years();
}
}
What happened to my indentation 🙁
WordUnimpressed ate it for breakfast.
Classic! Concise code is usually correct code. That climate model is on the mark.