// 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
- Diversity Is Our Strength
- “even within the lifetime of our children”
- 60 Years Of Progress in London
- The Anti-Greta
- “a persistent concern”
- Deadliest US Tornado Days
- The Other Side Of The Pond
- “HEMI V8 Roars Back”
- Big Pharma Sales Tool
- Your Tax Dollars At Work
- 622 billion tons of new ice
- Fossil Fuels To Turn The UK Tropical
- 100% Tariffs On Chinese EV’s
- Fossil Fuels Cause Fungus
- Prophets Of Doom
- The Green New Deal Lives On
- Mission Accomplished!
- 45 Years Ago Today
- Solution To Denver Homelessness
- Crime In Colorado
- Everything Looks Like A Nail
- The End Of NetZero
- UK Officially Sucks
- Crime In Washington DC
- Apparently People Like Warm Weather
Recent Comments
- dearieme on Diversity Is Our Strength
- arn on 60 Years Of Progress in London
- Crashex on 60 Years Of Progress in London
- arn on Diversity Is Our Strength
- GeologyJim on Diversity Is Our Strength
- Bill Odom on “a persistent concern”
- arn on 60 Years Of Progress in London
- conrad ziefle on 60 Years Of Progress in London
- Francis Barnett on 60 Years Of Progress in London
- dearieme on “even within the lifetime of our children”
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.