- Aug 2023
-
www.ancient-origins.net www.ancient-origins.net
-
he "Old Man of La Chapelle", for example, is the name given to the remains of a Neanderthal who lived 56,000 years ago, found buried in the limestone bedrock of a small cave near La Chapelle-aux-Saints, in France in 1908.
- for: life expectancy - ancestors - example
- example
- paraphrase
- The "Old Man of La Chapelle", is the name given to the remains of a Neanderthal who lived 56,000 years ago,
- found buried in the limestone bedrock of a small cave near La Chapelle-aux-Saints, in France in 1908.
- He was found to have had arthritis, bone regrowth along the gums where he lost several teeth.
- The "Old Man of La Chapelle", is the name given to the remains of a Neanderthal who lived 56,000 years ago,
-
- Dec 2022
-
www.livescience.com www.livescience.com
-
cultural evolution can lead to genetic evolution. "The classic example is lactose tolerance," Waring told Live Science. "Drinking cow's milk began as a cultural trait that then drove the [genetic] evolution of a group of humans." In that case, cultural change preceded genetic change, not the other way around.
!- example of : cultural evolution leading to genetic evolution - lactose intolerance
-
- Oct 2021
- Sep 2021
-
www.dictionary.com www.dictionary.com
-
Some would argue that the phrase ''survival of the fittest'' is tautological, in that the fittest are defined as those that survive to reproduce.
-
- Jun 2021
-
stackoverflow.com stackoverflow.com
-
That's not exactly Symbol#to_proc conversion — it's part of the inject interface, mentioned in the documentation. The to_proc operator is &
-
instance_eval { reduce(:+) / size.to_f }
-
- May 2021
-
docs.digitalocean.com docs.digitalocean.com
-
Use cases: Volumes are most useful when you need more storage space but don’t need the additional processing power or memory that a larger Droplet would provide, like: As the document root or media upload directory for a web server To house database files for a database server As a target location for backups As expanded storage for personal file hosting platforms like ownCloud As components for building more advanced storage solutions, like RAID arrays
-
- Mar 2021
-
www.inuse.se www.inuse.se
-
Or perhaps there was no printed manual, only a link to a web page - that has since disappeared (because the provider went bust, or just changed their web content management system).
-
-
www.codetriage.com www.codetriage.com
-
Before a bug can be fixed, it has to be understood and reproduced. For every issue, a maintainer gets, they have to decipher what was supposed to happen and then spend minutes or hours piecing together their reproduction. Usually, they can’t get it right, so they have to ask for clarification. This back-and-forth process takes lots of energy and wastes everyone’s time. Instead, it’s better to provide an example app from the beginning. At the end of the day, would you rather maintainers spend their time making example apps or fixing issues?
-
- Feb 2021
-
alistapart.com alistapart.com
-
div:nth-of-type(3n+1) { grid-column: 1; } div:nth-of-type(3n+2) { grid-column: 2; } div:nth-of-type(3n+3) { grid-column: 3; } div:nth-of-type(-n+3) { grid-row: 1; }
-
#ttt > * { border: 1px solid black; border-width: 0 1px 1px 0; display: flex; /* flex styling to center content in divs */ align-items: center; justify-content: center; } #ttt > *:nth-of-type(3n) { border-right-width: 0; } #ttt > *:nth-of-type(n+7) { border-bottom-width: 0; }
-
- Nov 2020
- Oct 2020
-
www.techopedia.com www.techopedia.com
-
A spreadsheet may be represented as a directed acyclic graph, with each cell a vertex and an edge connected a cell when a formula references another cell. Other applications include scheduling, circuit design and Bayesian networks.
-
-
docs.gitlab.com docs.gitlab.com
-
Here is a simplified example of a malicious .gitlab-ci.yml
-
-
www.basefactor.com www.basefactor.com
-
const countriesRegExp = countries.reduce( (regex, country, i) => (i === 0 ? `(${country})` : `${regex}|(${country})`), "" )
-
-
medium.com medium.com
-
Examples of this include: requiring base classes or reading from imported variables that have not been initialized yet.
-
-
final-form.org final-form.org
-
Listening for External Changes By wrapping a stateful ExternalModificationDetector component in a Field component, we can listen for changes to a field's value, and by knowing whether or not the field is active, deduce when a field's value changes due to external influences.
-
-
codesandbox.io codesandbox.io
-
// Make a HOC // This is not the only way to accomplish auto-save, but it does let us: // - Use built-in React lifecycle methods to listen for changes // - Maintain state of when we are submitting // - Render a message when submitting // - Pass in debounce and save props nicely export default props => ( <FormSpy {...props} subscription={{ values: true }} component={AutoSave} /> );
-
- Sep 2020
-
svelte-forms-lib-sapper-docs.now.sh svelte-forms-lib-sapper-docs.now.sh
-
www.mercadopago.com.ar www.mercadopago.com.ar
-
Argentina Argentina Brazil Peru Colombia Uruguay Chile Mexico EN
-
- Aug 2020
-
meta.stackexchange.com meta.stackexchange.com
-
Can't upvote this enough. It is highly irritating to see language destroyed (and we wonder why kids bastardize the language..).
Tags
- correctness
- combating widespread incorrectness/misconception by consistently doing it correctly
- hoping/trying to convince others that your view/opinion/way is right by consistently sticking to it despite many being ignorant/mistaken/unaware/holding different opinion
- example of: using incorrect terms
- even if majority makes a mistake; it doesn't make it correct
Annotators
URL
-
- Jul 2020
-
www.smashingmagazine.com www.smashingmagazine.com
-
make users the initiators of actions rather than the responders.
This is a pretty good definition (?, or at least example) of what agency is.
-
- May 2020
-
about.gitlab.com about.gitlab.com
-
This change was made because GitLab License Management is now renamed to GitLab License Compliance. After review with users and analysts, we determined that this new name better indicates what the feature is for, aligns with existing market terminology, and reduces confusion with GitLab subscription licensing features.
-
-
-
I will need to find a workaround for one of my private extensions that controls devices in my home network, and its source code cannot be uploaded to Mozilla because of my and my family's privacy.
-
- Apr 2020
-
www.merriam-webster.com www.merriam-webster.com
-
Marginalize provides a striking case of how thoroughly the figurative use of a word can take over the literal one.
-
-
en.wikipedia.org en.wikipedia.org
-
In informal contexts, mathematicians often use the word modulo (or simply "mod") for similar purposes, as in "modulo isomorphism".
Tags
Annotators
URL
-
-
web.archive.org web.archive.org
- Mar 2020
-
piwik.pro piwik.pro
-
Some error occured while registering your request.
-
-
bugs.ruby-lang.org bugs.ruby-lang.org
-
Is there a reason not to do caused-by stack trace printing? Or has it just not been implemented by anyone yet?
-
- Feb 2020
-
github.com github.com
- Nov 2019
-
stackoverflow.com stackoverflow.com
-
const setRefs = useRef(new Map()).current; const { children } = props; return ( <div> {React.Children.map(children, child => { return React.cloneElement(child, { // v not innerRef ref: node => { console.log('imHere'); return !node ? setRefs.delete(child.key) : setRefs.set(child.key, node)
Illustrates the importance of having unique keys when iterating over children, since that allows them to be used as unique keys in a Map.
-
-
pastebin.com pastebin.com
-
Couldn't find any web pages referencing this page. Why not? How did I even find it?
-
-
github.com github.com
-
A context wrapper that handles checkbox state changes. Must wrap <TriStateCheckbox /> and <Checkbox />.
-
-
kentcdodds.com kentcdodds.com
-
medium.com medium.com
-
Using expect { }.not_to raise_error(SpecificErrorClass) risks false positives, as literally any other error would cause the expectation to pass, including those raised by Ruby (e.g. NoMethodError, NameError, and ArgumentError)
Actually, those would be false negatives: the absence of a test failure when it should be there.
https://en.wikipedia.org/wiki/False_positives_and_false_negatives
-
-
kentcdodds.com kentcdodds.com
-
This is called a false positive. It means that we didn't get a test failure, but we should have
No, this is a false negative. We didn't get a test failure (that is, there is a lack of the condition (test failure)), when the condition (test failure) should have been present.
Read https://en.wikipedia.org/wiki/False_positives_and_false_negatives
-
- Oct 2019
-
www.typescriptlang.org www.typescriptlang.org
-
Based on examples given in https://github.com/Microsoft/TypeScript/issues/29049
-
-
stackoverflow.com stackoverflow.com
-
isFieldB
Somewhat strange type guard. Maybe not the best example.
-
-
github.com github.com
-
Thank you for the update! I'll merge this into a next branch. Let's continue the work from there.
-
-
github.com github.com
- Sep 2019
-
-
codesandbox.io codesandbox.io
-
codesandbox.io codesandbox.io
- Aug 2019
-
codesandbox.io codesandbox.io
- Jul 2017
-
www.cell.com www.cell.com
-
Partial loss-of-func- tion alleles cause the preferential loss of ventral structures and the expansion of remaining lateral and dorsal struc- tures (Figure 1 c) (Anderson and Niisslein-Volhard, 1988). These loss-of-function mutations in spz produce the same phenotypes as maternal effect mutations in the 10 other genes of the dorsal group.
This paper has been curated by Flybase.
-
-
newliteracies.uconn.edu newliteracies.uconn.edu
-
Teach Source EvaluationSkillsIf you want to teach source evaluation skills, have small groups conduct research to answer a three-part problem such as this:1.How high is Mt. Fuji in feet?2.Find a different answer to this same question.3.Which answer do you trust and why do you trust it?As you observe students begin work on the third part of the problem, you likely will see a student begin to use the strategy that you have tar-geted: locating and evaluating the source of the information. When you see someone use this strategy, perhaps by clicking on a link to “About Us,” interrupt the other groups and have this student teach the strategy to the class, explaining how he or she evaluates a source for expertise and reliability. There are many inconsistent facts online that can also be used, just like this, to teach source evaluation including: “How long is the Mis-sissippi River?” or “What is the population of San Francisco?”
-
-
drive.google.com drive.google.com
-
We focus on a particular topic (e.g., racial prejudice), use a particular resource (e.g., To Kill a Mockingbird), and choose specific instructional methods (e.g., Socratic seminar to discuss the book and cooperative groups to analyze stereotypical images in films and on television) to cause learning to meet a given standard (e.g., the student will understand the nature of prejudice, and the difference between generalizations and stereotypes).
Tags
Annotators
URL
-
- Feb 2014
-
www.justinhughes.net www.justinhughes.net
-
The breakthrough patent that produces a Polaroid company is more the exception than the rule. The rule is the modestly successful novelist, the minor [*292] poet, and the university researcher -- all of whom may profit by licensing or selling their creations.
Breakthrough patent of Polaroid (the exception) vs modestly successful novelist (the more common case)
-