A "100-year flood" is a term used in hydrology and flood management to describe a flood event that has a 1% probability of occurring in any given year. It does not mean that the flood will only happen once every hundred years; instead, it reflects the statistical likelihood of such an event occurring.
Their website, and in particular the recruitment section, are so creepy.
There's not mention of bombs. No photos of atomic explosions. The words "atomic" and "weapon" do not even show up in the front page!!! The acronym AWE is instead used everywhere as an euphemism.
In the recruitment section we can see a bunch of people smiling: web.archive.org/web/20211007213222/https://www.awe.co.uk/careers/working-at-awe/, suggesting:There's even children outreach!!!
Ciro Santilli is not against storing a few nukes to be ready against dictatorships. But don't be such a pussy! Just say what the fuck you are doing more clearly! You are making weapons to kill people and destroy things in order to maintain the Balance of power. If the public can't handle such facts, then shut down the fucking program.
Planetary systems are groups of celestial bodies that orbit a star, with planets being the most prominent members of the system. A planetary system typically includes: 1. **Stars**: The central body is usually a star (or stars, in the case of binary or multiple star systems) around which the rest of the system orbits. 2. **Planets**: These are large celestial bodies that orbit the star.
The 17th century was a pivotal time in the history of physics and science in general, marked by the beginning of the Scientific Revolution. In France, several key figures made significant contributions to the field of physics during this period: 1. **René Descartes (1596-1650)**: Often regarded as the father of modern philosophy, Descartes also made important contributions to science and mathematics.
CPL, or Combined Programming Language, is a programming language that was developed in the 1960s. It was created as a combination of elements from both the Functional Programming Language (FPL) and the Language for Systems Programming (LISP). CPL was designed to support a variety of programming paradigms, particularly for system development and high-level programming tasks.
In the 17th century, the scientific landscape was undergoing significant changes, particularly with the transition from medieval scholasticism to the early modern scientific revolution. However, Greece was not the center of scientific innovation during this period, as much of the activity in physics and natural philosophy was happening in Western Europe.
Epcard, or EpCard, is a digital or electronic card that is often used for cashless transactions, loyalty programs, or gift card purposes. The concept typically includes features such as the ability to manage funds, make purchases online or in physical stores, and access discounts or rewards through a specific platform or retailer. It can be linked to various payment methods, including bank accounts or credit cards, and can be used in a variety of contexts such as shopping, dining, or entertainment.
In the context of tensors , we use raised indices to refer to members of the dual basis vs the underlying basis:The dual basis vectors are defined to "pick the corresponding coordinate" out of elements of V. E.g.:By expanding into the basis, we can put this more succinctly with the Kronecker delta as:
Note that in Einstein notation, the components of a dual vector have lower indices. This works well with the upper case indices of the dual vectors, allowing us to write a dual vector as:
The Cambridge Distributed Computing System (CDCS) is a project developed at the University of Cambridge that aimed to facilitate distributed computing in a networked environment. It was designed to provide a framework for enabling multiple computers to work together on complex tasks, sharing resources and coordinating their activities to achieve common goals. Key features of systems similar to CDCS typically include: 1. **Networked Environment**: Allowing multiple machines to communicate with each other over a network, sharing data and processing tasks.
The term "18th-century Greek physicists" can refer to individuals from Greece or of Greek descent who made contributions to the field of physics during the 18th century. However, this period is not particularly noted for prominent Greek physicists, largely because Greece was under Ottoman rule during much of the 18th century, which hindered scientific development in the region.
This website is really cool! crawl.akrasiac.org:8080/#lobby You can spectate players live and chat! Also has statistics.
Devs of this game are smart, they have one good in-tree tileset, unlike some other text-based games that didn't have an in-tree option...
Build on Ubuntu 21.10:
sudo apt install build-essential libncursesw5-dev bison flex liblua5.1-0-dev \
libsqlite3-dev libz-dev pkg-config python3-yaml binutils-gold python-is-python3 \
libsdl2-image-dev libsdl2-mixer-dev libsdl2-dev libfreetype6-dev libpng-dev \
fonts-dejavu-core advancecomp pngcrush
git clone --depth 1 --branch 0.28.0 https://github.com/crawl/crawl
cd crawl/crawl-ref/source
echo 0.28-a > util/release_ver
make -j`nproc` TILES=y
./crawl
This launches the UI version already for you.
Cantata++ is a testing framework designed for C++ applications, particularly those that involve complex or critical systems. It provides a set of tools and methodologies to facilitate unit testing, integration testing, and verification of C++ code. Cantata++ focuses on improving the quality of software through structured testing practices, enabling developers to identify defects early in the development process.
In the 18th century, Sweden was home to several notable physicists and scientists who made significant contributions to various fields, including physics, astronomy, and natural philosophy. One of the most prominent figures from this era is **Anders Celsius** (1701-1744), best known for creating the Celsius temperature scale. His work laid the foundation for modern temperature measurement, and his influence persists in the scientific community today.
Pinned article: ourbigbook/introduction-to-the-ourbigbook-project
Welcome to the OurBigBook Project! Our goal is to create the perfect publishing platform for STEM subjects, and get university-level students to write the best free STEM tutorials ever.
Everyone is welcome to create an account and play with the site: ourbigbook.com/go/register. We belive that students themselves can write amazing tutorials, but teachers are welcome too. You can write about anything you want, it doesn't have to be STEM or even educational. Silly test content is very welcome and you won't be penalized in any way. Just keep it legal!
Intro to OurBigBook
. Source. We have two killer features:
- topics: topics group articles by different users with the same title, e.g. here is the topic for the "Fundamental Theorem of Calculus" ourbigbook.com/go/topic/fundamental-theorem-of-calculusArticles of different users are sorted by upvote within each article page. This feature is a bit like:
- a Wikipedia where each user can have their own version of each article
- a Q&A website like Stack Overflow, where multiple people can give their views on a given topic, and the best ones are sorted by upvote. Except you don't need to wait for someone to ask first, and any topic goes, no matter how narrow or broad
This feature makes it possible for readers to find better explanations of any topic created by other writers. And it allows writers to create an explanation in a place that readers might actually find it.Figure 1. Screenshot of the "Derivative" topic page. View it live at: ourbigbook.com/go/topic/derivativeVideo 2. OurBigBook Web topics demo. Source. - local editing: you can store all your personal knowledge base content locally in a plaintext markup format that can be edited locally and published either:This way you can be sure that even if OurBigBook.com were to go down one day (which we have no plans to do as it is quite cheap to host!), your content will still be perfectly readable as a static site.
- to OurBigBook.com to get awesome multi-user features like topics and likes
- as HTML files to a static website, which you can host yourself for free on many external providers like GitHub Pages, and remain in full control
Figure 2. You can publish local OurBigBook lightweight markup files to either OurBigBook.com or as a static website.Figure 3. Visual Studio Code extension installation.Figure 5. . You can also edit articles on the Web editor without installing anything locally. Video 3. Edit locally and publish demo. Source. This shows editing OurBigBook Markup and publishing it using the Visual Studio Code extension. - Infinitely deep tables of contents:
All our software is open source and hosted at: github.com/ourbigbook/ourbigbook
Further documentation can be found at: docs.ourbigbook.com
Feel free to reach our to us for any help or suggestions: docs.ourbigbook.com/#contact