This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Generated from mongodb documentation | |
* @link https://www.mongodb.com/docs/manual/reference/error-codes/ | |
*/ | |
enum MongoServerErrorCodes { | |
InternalError = 1, | |
BadValue = 2, | |
NoSuchKey = 4, | |
GraphContainsCycle = 5, | |
HostUnreachable = 6, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"experiment-a": { | |
"key": "experiment-a", | |
"attribute": "id", | |
"traffic": 1, | |
"variations": ["control", "treatment"], | |
"weights": [0.5, 0.5] | |
} | |
} |
Friedrich Albrecht Willowgast
Sa mâchoire carré, sa stature imposante, sa posture droite malgré son âge avancé et son respect de l'autorité trahissent ses antécédents militaires. Ses vêtements humides dégage une dense effluve marine.
Son visage dur semble avoir été vieilli prématurément par la guerre et ses atrocités. Ses cheveux poivre et sel soigneusement lissés vers l'arrière jusqu'à la nuque contraste sa barbe négligée. Sa figure couverte de cicatrices arbore un air sévère.
How to Win Friends and Influence People is a self-help book written by Dale Carnegie, published in 1936.
- Develop a deep, driving desire to master the principles of human relations.
- Read each chapter twice before going to the next one.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// Choose either "stable" for receiving highly polished, | |
// or "canary" for less polished but more frequent updates | |
updateChannel: 'stable', |