instruction
stringlengths 58
3.4k
| input
stringlengths 1
289k
| output
stringlengths 0
4.14k
|
---|---|---|
In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc. | Where a case may have broader implications , " amicus curiae " briefs are a way to introduce those concerns , so that the possibly broad legal effects of court decisions will not depend solely on the parties directly involved in the case . | Where a case may have broader implications , " amicus curiae " briefs are a way to articulate those concerns , so that the possibly broad legal or public policy ramifications of the court 's anticipated decisions will not depend solely on the positions and arguments advanced by the parties directly involved in the case . |
In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc. | Capra is a genus of the subfamily Caprinae and the family Bovidae . | All members of the genus " Capra " are bovids ( members of the family Bovidae ) , and more specifically caprids ( subfamily Caprinae ) . |
In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc. | UWA started a Second Life project in mid-2009 . | In mid-2009 , UWA launched its project in " Second Life " ( a 3D online virtual world open to the public , free of charge ) . |
In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc. | By obfuscating the data before encryption , brute force attacks are less effective and more difficult to determine . | Brute-force attacks can be made less effective by obfuscating the data to be encoded making it more difficult for an attacker to recognize when the code has been cracked or by making the attacker do more work to test each guess . |
In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc. | In the oxygen- and sulfur-containing aromatic rings , one of the electron pairs of the heteroatoms contributes to the aromatic system ( similar to the non-basic nitrogen-containing rings ) . | In the oxygen- and sulfur-containing aromatic rings , one of the electron pairs of the heteroatoms contributes to the aromatic system ( similar to the non-basic nitrogen-containing rings ) , whereas the second lone pair extends in the plane of the ring ( similar to the primary nitrogen-containing rings ) . |
In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc. | Anguilla national football team is the national football team of Anguilla . | The Anguilla national football team is the national team of Anguilla , a British Overseas Territory in the Caribbean , and is controlled by the Anguilla Football Association . |
In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc. | The retina does not feel pain , so damage may not be felt for hours . | The retina has no sensitivity to pain , and the effects of retinal damage may not appear for hours , so there is no warning that injury is occurring . |
In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc. | Although the Convention was called to revise the Articles of Confederation , it became clear from the beginning that many members , including James Madison and Alexander Hamilton , intended to create a new government rather than fix the existing one . | Although the Convention was intended to revise the league of states and first system of government under the Articles of Confederation , the intention from the outset of many of its proponents , chief among them James Madison of Virginia and Alexander Hamilton of New York , was to create a new government rather than fix the existing one . |
In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc. | Heat transfer is the way the heat moves from one physical system ( or body ) to another . | Heat transfer is a discipline of thermal engineering that concerns the generation , use , conversion , and exchange of thermal energy ( heat ) between physical systems . |
In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc. | In geometry , a line segment is a line between two different end points . | In geometry , a line segment is a part of a line that is bounded by two distinct end points , and contains every point on the line between its endpoints . |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = ZeGxtnH2ebFV4KM3QIusbnY!.8oKuPUcd3u7V | 17 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = Qg7dIXQRaWYiR | 0 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = n1RiYHK7t | 0 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = aa1GoR7CQ6gYdRU!bVsitGSSh | 5 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = BS3YqfQV.3qc1riWVzKHKZrBS.KT3tlY9gE | 15 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = POfYi.hCg.BsO0bQ4M2Ckc4Sp4ezhGWTenbXqVj2fy9B!Ap | 27 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = ueU1hlBs00UhGUDOH2DGEUMjq | 5 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = OIqw | 2 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = FMladsJAl0!EYedajT | 0 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = W4I8p.JIoktRqD1zdj0wjdvg0UwJZV5Ty2Iqdw!GE6dZBy8ea | 29 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = Ev2uZMV!nGQx7wJIxWG6cFM4SzpVNPguhy8p7QplU | 21 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = v07sKlyEJHYQtkPx5CBgjs8qEh5Q7yvRMh | 14 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = dyJm7c | 0 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = TpeTOph7CU0WIRc1VEf3Pd1RtJ | 6 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = xE0Odb79O | 0 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = rXHHPB9iiXlBtkiPkdzTDWX7SiXOTRPQFLY | 15 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = WBYDIeorev!o | 1 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = OwB.FbQbdRqXzKzj!hPQNVY | 4 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = .1LD9ibAMqMWTOYO1J3MGHz0QXsya | 9 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = yZ3NAAqerEjVmLYNyitkHrE7Dttd5YvMPimI7BN.l | 21 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = KxKwrcpVMTVmBQy8bkkV5WRSYx.cYi9wt | 13 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = i.aRzbfVBdxmrRyoCIwycA3hw | 5 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = !ZlsejtGmEqS4CEPHvmJ0MvolP9AvLjACUB6Zbmn | 20 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = rUwzDp9iPbxMoB | 0 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = 3z!XhL35VximdI9sYkynT4SxKzHFRSldmtI8Z9B7u7aNJ | 25 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = kfUbfQDuGVIF | 1 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = h3yKGq9McFitSdeD!Vgs65PyMDpaGv1aqilP!nsQlCH | 23 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = bxzizi!1 | 1 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = QayXo!hUJnurQ!HF!G.m6!liMAJ9.s2gC | 13 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = xdAk6OxGS8m | 0 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = MRVFj5tuGo7EAMZ1nAbdSnbONGVs8!!9wEs4!n | 18 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = 4iFmss7HKdrxmb | 0 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = Ms6GyeYSDr!QLpzI45hrUlAAbkomls | 10 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = YDyI8ahGGzn9SaKxulfoNAp1pgOiKgmsAGPW4AjWfuaeqIU | 27 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = mSKx0RD62N3icu4qDelWrBQ0vmtCgCj5OSDhFc8X | 20 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = 3uY2zK9GnqWdBhli5.6.fZHN8X6i.lE7cP!ZzIa | 19 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = m.2izbrGIo46lQqb.cRf65gpRTgiY | 9 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = W8XPHjjQJIJzLhAH9H.o | 0 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = 52NfAX2ZxOM. | 0 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = mWLo55bMdQF | 0 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = 6ABQpYzMIvvmS9OMAlqkgxBRdj7e | 8 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = RXw5c8dn. | 0 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = VFh | 3 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = UVLgc5IFz | 0 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = ysxFt4TCPxcJexVM | 0 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = 2GezIzSDf.v32CqRFz8wTZgE.inLVfJQlsaWehxuV1vOmL! | 27 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = QSeYVeb.ezL5nhYdq4JF7rdIsiQlYOI4SoPsdo7Xa | 21 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = zShBIit6m.HiWX4 | 0 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = .x9!xBjDmbsHK5yaiy8fiVPdjaHaJ3k8 | 12 |
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. | password = R8NPY8173wmXghMbHVsaiGXvyN4FVzx!.ndfeu | 18 |
Predict the next word given an incomplete English Sentence. | chapter one missus rachel lynde is surprised missus rachel lynde lived just where the avonlea | main |
Predict the next word given an incomplete English Sentence. | that had its source away back in the woods of the old cuthbert place it was reputed to be an intricate headlong brook in its earlier course through those | woods |
Predict the next word given an incomplete English Sentence. | for not even a brook could run past | missus |
Predict the next word given an incomplete English Sentence. | and that if she noticed anything odd or out of place she would never rest until she had ferreted out the whys and wherefores thereof there are plenty of people in avonlea and out of it who can attend closely | to |
Predict the next word given an incomplete English Sentence. | but missus rachel lynde ran out of the | door |
Predict the next word given an incomplete English Sentence. | helped run the | sunday |
Predict the next word given an incomplete English Sentence. | as avonlea housekeepers were wont to tell in awed voices and keeping a sharp eye on the main road that crossed | the |
Predict the next word given an incomplete English Sentence. | anybody who went out of it or into it had to pass over that hill road and so run the | unseen |
Predict the next word given an incomplete English Sentence. | the orchard on the slope below the house was in a bridal | flush |
Predict the next word given an incomplete English Sentence. | missus rachel knew that he ought | because |
Predict the next word given an incomplete English Sentence. | peter had asked him of course for matthew cuthbert had never been known to volunteer information about anything in his whole life and yet here was matthew cuthbert at half | past |
Predict the next word given an incomplete English Sentence. | and his best suit of clothes which was plain proof that he was going out of avonlea and he had the buggy and the sorrel mare which betokened | that |
Predict the next word given an incomplete English Sentence. | had it been any other man in avonlea missus rachel deftly putting this and that together | might |
Predict the next word given an incomplete English Sentence. | he was the shyest man alive and hated | to |
Predict the next word given an incomplete English Sentence. | and her afternoon's enjoyment was spoiled i'll just step over to green gables after tea and find out from marilla where he's gone and why the worthy woman finally concluded he doesn't | generally |
Predict the next word given an incomplete English Sentence. | if | he'd |
Predict the next word given an incomplete English Sentence. | yet something must have happened since last night to start him off i'm clean puzzled that's what and i won't know a minute's peace of mind or conscience until i know what has taken matthew cuthbert out of | avonlea |
Predict the next word given an incomplete English Sentence. | the big rambling orchard embowered house where the cuthberts lived was a scant quarter of a mile up the road from lynde's hollow to be sure the long | lane |
Predict the next word given an incomplete English Sentence. | had got as far away as he possibly could | from |
Predict the next word given an incomplete English Sentence. | barely | visible |
Predict the next word given an incomplete English Sentence. | bordered with wild rose bushes it's no wonder matthew and marilla are both a little odd living away back here by themselves trees aren't much company though dear knows if they were there'd be enough of them i'd ruther | look |
Predict the next word given an incomplete English Sentence. | they seem contented enough but then i suppose they're used to it a body can get used to anything even | to |
Predict the next word given an incomplete English Sentence. | set about on one side with | great |
Predict the next word given an incomplete English Sentence. | one could have eaten a meal off the ground without overbrimming the proverbial peck of dirt missus rachel rapped smartly at the kitchen door and stepped in when bidden to do so the kitchen | at |
Predict the next word given an incomplete English Sentence. | or would have been cheerful if it had not been so painfully clean as to give it something of the appearance of an unused parlor its windows looked | east |
Predict the next word given an incomplete English Sentence. | whence you got a glimpse of the bloom white cherry trees in the left orchard and nodding slender birches down in the hollow by the brook was greened over | by |
Predict the next word given an incomplete English Sentence. | and here she sat now knitting and the table behind her | was |
Predict the next word given an incomplete English Sentence. | there were three plates laid so that marilla | must |
Predict the next word given an incomplete English Sentence. | yet what of matthew's | white |
Predict the next word given an incomplete English Sentence. | how are all your folks something that for lack of any other name might be | called |
Predict the next word given an incomplete English Sentence. | thin woman with angles and without curves her dark hair showed some gray streaks and was always twisted up in a hard | little |
Predict the next word given an incomplete English Sentence. | but there was a saving something about her mouth which if it had been ever so slightly developed might have been considered indicative of a sense of humor we're all pretty well said missus rachel i | was |
Predict the next word given an incomplete English Sentence. | marilla's lips twitched understandingly she had expected missus rachel up she had known | that |
Predict the next word given an incomplete English Sentence. | matthew went to bright river we're getting a little boy from an orphan asylum | in |
Predict the next word given an incomplete English Sentence. | she was actually stricken dumb for five seconds it was unsupposable that marilla was making fun of her but missus rachel was almost forced to suppose it are you in earnest marilla she demanded when voice returned to her | yes |
Predict the next word given an incomplete English Sentence. | said marilla as if getting boys from orphan asylums in nova scotia were part of the usual spring work on any well regulated avonlea farm | instead |
Predict the next word given an incomplete English Sentence. | marilla and matthew cuthbert of all people adopting a boy from an orphan asylum well the world was certainly turning upside | down |
Predict the next word given an incomplete English Sentence. | what on earth put such a notion into your head she demanded disapprovingly this had been done without her advice being asked | and |
Predict the next word given an incomplete English Sentence. | missus alexander spencer was up here one day before | christmas |
Predict the next word given an incomplete English Sentence. | so matthew and i have talked it over off and on ever since we thought we'd get a boy matthew is getting up in years you know he's sixty and he isn't so | spry |