id stringlengths 40 40 | title stringlengths 15 120 | text stringlengths 41 3.14k | source stringclasses 2
values |
|---|---|---|---|
1027e9eaf84813cdb55f36bfc299cf5d4800b58a | in august 2009, he joined the greek league | in august 2009, he joined the greek league club aris thessaloniki where he averaged 12.2 points and 3.3 rebounds per game. in september 2010 he signed a one-year contract with the spanish club power electronics valencia. | wikipedia |
24150152623f12d2940c963b2795fa6554de91f2 | in 2008, richardson was named mvp of the | in 2008, richardson was named mvp of the d-league all star game, scoring 22 points on 9/15 shooting. shortly afterwards, he was signed to another 10-day contract by the atlanta hawks. richardson in the 2008 offseason was signed by the orlando magic. on december 8 he received a 3.5 million dollar bonus. | wikipedia |
2fcb9b1ff2040d6e8143d3dfd5e18ffc873756c7 | richardson spent the 2007-08 nba preseason with the | richardson spent the 2007-08 nba preseason with the miami heat but was waived on october 29, 2007. on december 20, 2007, he was signed by the memphis grizzlies. until then he was averaging 28.5 points, 6.6 rebounds, 1.8 assists and 1.63 steals in 41.5 minutes in eight games for the mad ants. he was named d-league.com p... | wikipedia |
d553ed73a59131941ed40273e625654910f0ae40 | in march 2007, he was signed to a | in march 2007, he was signed to a 10-day contract by the portland trail blazers. at the end of the contract, the blazers cut him; he played in one game for them. richardson returned to the flyers afterwards. | wikipedia |
068652cca0ab92e379eed1dea57fdfbe75a6ff26 | richardson was selected with the ninth pick of | richardson was selected with the ninth pick of the second round in the 2006 nba d-league draft by the fort worth flyers. on january 27, 2007, he was signed to a ten-day contract by the atlanta hawks. previously playing for the flyers, it was the seventh call-up from the d-league during the 2006–07 season. after his sec... | wikipedia |
4a2c2c71dc01ef8df6f20568c9aceebfd3555bd7 | richardson was born in alsen, louisiana and graduated | richardson was born in alsen, louisiana and graduated from zachary high school in louisiana in 2002. prior to entering the nba, he attended copiah-lincoln community college for two years and transferred to the ncaa division ii delta state university. | wikipedia |
01e0b5020acf5abbdb34697533c511d387f1e034 | jeremy terrell richardson (born march 1, 1984) is | jeremy terrell richardson (born march 1, 1984) is an american professional basketball player. he is a 6'7", 210 lb. swingman and he has played in the national basketball association (nba) with the atlanta hawks, portland trail blazers, memphis grizzlies, san antonio spurs and orlando magic. | wikipedia |
0db17364606a088dcfe07d58cc07d67fcbc334f5 | poly1305 is a universal hash family designed by | poly1305 is a universal hash family designed by daniel j. bernstein for use in cryptography. as with any universal hash family, poly1305 can be used as a one-time message authentication code to authenticate a single message using a secret key shared between sender and recipient, | wikipedia |
933646d224b664a97f336a61fa685aa1efe0e768 | poly1305-aes can be computed at high speed in | poly1305-aes can be computed at high speed in various cpus: for an n -byte message, no more than 3.1 n + 780 athlon cycles are needed, for example.the author has released optimized source code for athlon, pentium pro/ii/iii/m, powerpc, and ultrasparc, in addition to non-optimized reference implementations in c and c++ ... | wikipedia |
42ad3d78e5bc64ebb0ea17054f268b2ab22083da | for instance, assuming that messages are packets up | for instance, assuming that messages are packets up to 1024 bytes; that the attacker sees 2 messages authenticated under a poly1305-aes key; that the attacker attempts a whopping 2 forgeries; and that the attacker cannot break aes with probability above δ; then, with probability at least 0.999999 − δ, all the 2 are rej... | wikipedia |
43a747f99a627cf1c013d3db0ea8563722be6892 | δ + (1 − c / 2 128) | δ + (1 − c / 2 128) − (c + 1) / 2 ⋅ 8 d ⌈ l / 16 ⌉ 2 106. {\displaystyle \delta +{\frac {(1-c/2^{128})^{-(c+1)/2}\cdot 8d\lceil l/16\rceil }{2^{106}}}.} | wikipedia |
31bd0544a6c02f9deb772c265a51903a8be6c0a1 | the security of poly1305-aes against forgery follows from | the security of poly1305-aes against forgery follows from the carter – wegman – shoup structure, which instantiates a carter – wegman authenticator with a permutation to generate the per-message pad. if an adversary sees c {\displaystyle c} authenticated messages and attempts d {\displaystyle d} forgeries of messages o... | wikipedia |
c3794a4a47ceb745be72203814cb1fcc93dcbe20 | for nacl crypto_secretbox_xsalsa20poly1305 and chacha20-poly1305, the adversary's success | for nacl crypto_secretbox_xsalsa20poly1305 and chacha20-poly1305, the adversary's success probability at forgery is the same for each message independently as for a one-time authenticator, plus the adversary's distinguishing advantage δ {\displaystyle \delta } against xsalsa20 or chacha as pseudorandom functions used t... | wikipedia |
d6ab97e29bf535a97376ce7f3eac463dc613651a | pr = pr = pr ≤ 8 ⌈ | pr = pr = pr ≤ 8 ⌈ l / 16 ⌉ / 2 106. {\displaystyle {\begin{aligned}\pr\\&=\pr\\&=\pr\\&\leq 8\lceil l/16\rceil /2^{106}.\end{aligned}}} | wikipedia |
4113ad9c347bef2dfb111cf490b5e378641a625a | with a one-time authenticator a = (poly1305 r | with a one-time authenticator a = (poly1305 r (m) + s) mod 2 128 {\displaystyle a={\bigl (}\operatorname {poly1305} _{r}(m)+s{\bigr)}{\bmod {2}}^{128}}, the adversary's success probability for any forgery attempt (a ′, m ′) {\displaystyle (a',m')} on a message m ′ {\displaystyle m'} of up to l {\displaystyle l} bytes i... | wikipedia |
06c64142edff9065660b3c1655b59bc90c5cec91 | this property is sometimes called ϵ {\displaystyle \epsilon | this property is sometimes called ϵ {\displaystyle \epsilon } -almost-Δ-universality over z / 2 128 z {\displaystyle \mathbb {z} /2^{128}\mathbb {z} }, or ϵ {\displaystyle \epsilon } -aΔu, where ϵ = 8 ⌈ l / 16 ⌉ / 2 106 {\displaystyle \epsilon =8\lceil l/16\rceil /2^{106}} in this case. | wikipedia |
cc4a5cf4385b74894b70eb720ddfc5284536a45a | the security of poly1305 and its derivatives against | the security of poly1305 and its derivatives against forgery follows from its bounded difference probability as a universal hash family:if m 1 {\displaystyle m_{1}} and m 2 {\displaystyle m_{2}} are messages of up to l {\displaystyle l} bytes each, and d {\displaystyle d} is any 16-byte string interpreted as a little-e... | wikipedia |
3c6c51970556a080364237ccb223716cad7f07fa | the nacl crypto_secretbox_xsalsa20poly1305 authenticated cipher uses a message | the nacl crypto_secretbox_xsalsa20poly1305 authenticated cipher uses a message number i {\displaystyle i} with the xsalsa20 stream cipher to generate a per-message key stream, the first 32 bytes of which are taken as a one-time poly1305 key (r i, s i) {\displaystyle (r_{i},s_{i})} and the rest of which is used for encr... | wikipedia |
f3bdbfbab6d0dfed29ddd505c87d4b8ee694bfbe | the message number i {\displaystyle i} must never | the message number i {\displaystyle i} must never be repeated with the same key (r, k) {\displaystyle (r,k)}.if it is, the adversary can recover a small list of candidates for r {\displaystyle r} and aes k (i) {\displaystyle \operatorname {aes} _{k}(i)}, as with the one-time authenticator, and use that to forge message... | wikipedia |
43a747f99a627cf1c013d3db0ea8563722be6892 | δ + (1 − c / 2 128) | δ + (1 − c / 2 128) − (c + 1) / 2 ⋅ 8 d ⌈ l / 16 ⌉ 2 106. {\displaystyle \delta +{\frac {(1-c/2^{128})^{-(c+1)/2}\cdot 8d\lceil l/16\rceil }{2^{106}}}.} | wikipedia |
493a36e7717d2d8266efa22738e9329d93b496bf | without knowledge of (r, k) {\displaystyle (r,k)}, the | without knowledge of (r, k) {\displaystyle (r,k)}, the adversary has low probability of forging any authenticated messages that the recipient will accept as genuine.suppose the adversary sees c {\displaystyle c} authenticated messages and attempts d {\displaystyle d} forgeries, and can distinguish aes k {\displaystyle ... | wikipedia |
28d1bb178fc1929afeacce8e964a56fa1a1a41ec | a i:= (poly1305 r (m i) + aes | a i:= (poly1305 r (m i) + aes k (i)) mod 2 128, {\displaystyle a_{i}:={\bigl (}\operatorname {poly1305} _{r}(m_{i})+\operatorname {aes} _{k}(i){\bigr)}{\bmod {2}}^{128},} | wikipedia |
ac14511568d17361b4b765f37a9071df37aed5d4 | specifically, a poly1305-aes key is a 32-byte pair | specifically, a poly1305-aes key is a 32-byte pair (r, k) {\displaystyle (r,k)} of a 16-byte evaluation point r {\displaystyle r}, as above, and a 16-byte aes key k {\displaystyle k}.the poly1305-aes authenticator on a message m i {\displaystyle m_{i}} is | wikipedia |
a71842fd581f87fe98825afab8e494ebbb51bb23 | the original poly1305-aes proposal uses the carter–wegman structure | the original poly1305-aes proposal uses the carter–wegman structure to authenticate many messages by taking a i:= h r (m i) + p i {\displaystyle a_{i}:=h_{r}(m_{i})+p_{i}} to be the authenticator on the i th message m i {\displaystyle m_{i}}, where h r {\displaystyle h_{r}} is a universal hash family and p i {\displays... | wikipedia |
1897ddc85b962893dc8832e80c7a8f8e83f7a558 | and find a root of the resulting polynomial | and find a root of the resulting polynomial to recover a small list of candidates for the secret evaluation point r {\displaystyle r}, and from that the secret pad s {\displaystyle s}.the adversary can then use this to forge additional messages with high probability. | wikipedia |
4dc3c6593b8d9b7c013eefcd5cfa1e72e647320f | a 1 − a 2 ≡ poly1305 r | a 1 − a 2 ≡ poly1305 r (m 1) − poly1305 r (m 2) (mod 2 128) {\displaystyle a_{1}-a_{2}\equiv \operatorname {poly1305} _{r}(m_{1})-\operatorname {poly1305} _{r}(m_{2}){\pmod {2^{128}}}} | wikipedia |
65229cd15d69977d56059efb46637e14b169ff27 | a 1 = (poly1305 r (m 1) + | a 1 = (poly1305 r (m 1) + s) mod 2 128, a 2 = (poly1305 r (m 2) + s) mod 2 128, {\displaystyle {\begin{aligned}a_{1}&={\bigl (}\operatorname {poly1305} _{r}(m_{1})+s{\bigr)}{\bmod {2}}^{128},\\a_{2}&={\bigl (}\operatorname {poly1305} _{r}(m_{2})+s{\bigr)}{\bmod {2}}^{128},\end{aligned}}} | wikipedia |
48491768ff6c71dbac30db4d1bba69c23348faa8 | a ′ = ? (poly1305 r (m ′) | a ′ = ? (poly1305 r (m ′) + s) mod 2 128. {\displaystyle a'\mathrel {\stackrel {?}{=}} {\bigl (}\operatorname {poly1305} _{r}(m')+s{\bigr)}{\bmod {2}}^{128}.} without knowledge of (r, s) {\displaystyle (r,s)}, the adversary has probability 8 ⌈ l / 16 ⌉ / 2 106 {\displaystyle 8\lceil l/16\rceil /2^{106}} of finding any ... | wikipedia |
3124205f6ce2a071421306d37084cc33e33ea473 | is called the authenticator for the message m | is called the authenticator for the message m {\displaystyle m}.if a sender and recipient share the 32-byte secret key (r, s) {\displaystyle (r,s)} in advance, chosen uniformly at random, then the sender can transmit an authenticated message (a, m) {\displaystyle (a,m)}.when the recipient receives an alleged authentica... | wikipedia |
2ebe9383e9f9c86883b4edf5aca15f62d92a296f | a:= (poly1305 r (m) + s) mod 2 | a:= (poly1305 r (m) + s) mod 2 128 {\displaystyle a:={\bigl (}\operatorname {poly1305} _{r}(m)+s{\bigr)}{\bmod {2}}^{128}} | wikipedia |
fb864eac151c24972836cfe9b7b0a296babf8d20 | the secret key r = (r, r, r, | the secret key r = (r, r, r, …, r) {\displaystyle r=(r,r,r,\dotsc,r)} is restricted to have the bytes r, r, r, r ∈ { 0, 1, 2, …, 15 } {\displaystyle r,r,r,r\in \{0,1,2,\dotsc,15\}}, i.e., to have their top four bits clear; and to have the bytes r, r, r ∈ { 0, 4, 8, …, 252 } {\displaystyle r,r,r\in \{0,4,8,\dotsc,252\}}... | wikipedia |
e622b1a4f1280035b338be9fcb10ec8cd8b3c3ad | c q = m + 2 8 m | c q = m + 2 8 m + ⋯ + 2 8 (l mod 1 6) − 8 m + 2 8 (l mod 1 6). {\displaystyle c_{q}=m+2^{8}m+\cdots +2^{8(l{\bmod {1}}6)-8}m+2^{8(l{\bmod {1}}6)}.} | wikipedia |
1764dd7c6f707c4c804a4fbbba82e946b6e3b20b | c i = m + 2 8 m | c i = m + 2 8 m + 2 16 m + ⋯ + 2 120 m + 2 128, {\displaystyle c_{i}=m+2^{8}m+2^{16}m+\cdots +2^{120}m+2^{128},} | wikipedia |
b810f1e7ab0c5276d855840b07e6a026c2ef613f | the coefficients c i {\displaystyle c_{i}} of the | the coefficients c i {\displaystyle c_{i}} of the polynomial c 1 r q + c 2 r q − 1 + ⋯ + c q r {\displaystyle c_{1}r^{q}+c_{2}r^{q-1}+\cdots +c_{q}r}, where q = ⌈ l / 16 ⌉ {\displaystyle q=\lceil l/16\rceil }, are: | wikipedia |
00414f65b9da1b83e51e6dde3cc3d486685e7c3e | poly1305 takes a 16-byte secret key r {\displaystyle | poly1305 takes a 16-byte secret key r {\displaystyle r} and an l {\displaystyle l} -byte message m {\displaystyle m} and returns a 16-byte hash poly1305 r (m) {\displaystyle \operatorname {poly1305} _{r}(m)}.to do this, poly1305: | wikipedia |
e290d12e5a183841aca4d0e7044faeac6b339f9e | originally poly1305 was proposed as part of poly1305-aes, | originally poly1305 was proposed as part of poly1305-aes, a carter – wegman authenticator that combines the poly1305 hash with aes-128 to authenticate many messages using a single short key and distinct message numbers.poly1305 was later applied with a single-use key generated for each message using xsalsa20 in the nac... | wikipedia |
8c53352ba6c8796816f65d5618681ae0d9639908 | as with any universal hash family, poly1305 can | as with any universal hash family, poly1305 can be used as a one-time message authentication code to authenticate a single message using a secret key shared between sender and recipient, similar to the way that a one-time pad can be used to conceal the content of a single message using a secret key shared between sende... | wikipedia |
fc0a081cb53293c267ff1d9802f2d6336eb06f26 | todd arthur walker is an american former professional | todd arthur walker is an american former professional baseball infielder who played in major league baseball (mlb) from 1996 to 2007. listed at 6 feet 0 inches (1.83 m) and 180 pounds (82 kg), he batted left-handed and threw right-handed. walker played college baseball at louisiana state university (lsu) and is an indu... | wikipedia |
711bc327c4822b123638218b31ddb52625e47e03 | in 1288 games over 12 seasons, walker posted | in 1288 games over 12 seasons, walker posted a.289 batting average (1316-for-4554) with 647 runs, 284 doubles, 30 triples, 107 home runs, 545 rbi, 66 stolen bases, 421 bases on balls,.348 on-base percentage and.435 slugging percentage. he finished his career with a.981 fielding percentage playing at second, third and f... | wikipedia |
c399f3aa2a303a06671304fc4b7f70b71817d934 | in 2007, walker attended spring training with the | in 2007, walker attended spring training with the padres. however, during the offseason, the padres had restocked the team with more infielders and left-handed hitters and, after a poor performance during the exhibition season, walker was released on march 27. on march 30, he signed with the oakland athletics. on may 1... | wikipedia |
51304b7b7cb8560b7427f3c3049e874c9bf351fa | at the end of july 2006, the san | at the end of july 2006, the san diego padres were attempting to make the playoffs while the cubs were already out of the race. before the non-waiver trade deadline, the padres traded low-a pitching prospect josé ceda to the cubs for walker, who became the new starting third baseman. he hit.282 down the stretch and the... | wikipedia |
e6507a2bed4857bf9f32a10ff52fb24284dd58fa | over the next three seasons, walker attempted to | over the next three seasons, walker attempted to maintain his offensive performance with the cubs, but found himself playing less and platooning with younger players. walker hit.274 (2004),.305 (2005), and.277 (through july 2006). however, he began to share time at second base with other players like neifi pérez, and s... | wikipedia |
de230e47bb7425a50c50371068a4b9a92a0192df | following the season, the boston red sox hired | following the season, the boston red sox hired theo epstein as their new general manager. one of his first moves was trading for walker. during 2003, walker continued to provide consistent offense, hitting.283 with 13 hr and setting a career high with 85 rbis. on september 23 that year, with the red sox trailing the ba... | wikipedia |
6d9b33fea8c0b97e51643cf13267751035f15cc4 | the cincinnati reds, in need of a better | the cincinnati reds, in need of a better performance from its second base position, traded for walker in july 2001. walker rewarded the reds by providing consistent offense, hitting.295 through the end of the season. in 2002, walker enjoyed another fine year, hitting.299 with 11 hr and 64 rbis and setting career highs ... | wikipedia |
f8999722f4fe140f412cbb92829a81dfbd2463a7 | over the next season and a half, walker's | over the next season and a half, walker's offensive performance began to decline, and the twins traded walker to the colorado rockies. he responded by hitting.316 through the rest of 2000 and.297 through the first half of 2001. walker hit 12 home runs as a member of the rockies that year. | wikipedia |
489b18a71b50c45949833b95c71e2e5b2f1c24b4 | in 1994, the minnesota twins drafted walker with | in 1994, the minnesota twins drafted walker with the 8th pick in the 1st round of the amateur draft. on august 30, 1996, walker made his major league debut with the twins. in 1998, walker became the starting second baseman for the twins, hitting.316 with 12 hr, 62 rbis, and a career best 19 stolen bases. | wikipedia |
a5fa83051b4db4b60e6071a7cb0f27a642f26a86 | in 2006, walker was elected to the lsu | in 2006, walker was elected to the lsu hall of fame. in july 2009, walker was inducted into the national college baseball hall of fame in lubbock, texas. on april 14, 2017, walker's uniform number 12 was retired by lsu at alex box stadium, skip bertman field. | wikipedia |
fc47f210676935a952502a830a8c2b3ccd635545 | walker played college baseball for the lsu tigers | walker played college baseball for the lsu tigers baseball team. in 1992, he played collegiate summer baseball with the brewster whitecaps of the cape cod baseball league and was named a league all-star. he was a member of lsu's 1993 college world series championship squad, and was named the college world series most o... | wikipedia |
5d96f6a535915c5370c68d0763fccf4e860b520d | todd arthur walker (born may 25, 1973) is | todd arthur walker (born may 25, 1973) is an american former professional baseball infielder who played in major league baseball (mlb) from 1996 to 2007. listed at 6 feet 0 inches (1.83 m) and 180 pounds (82 kg), he batted left-handed and threw right-handed. walker played college baseball at louisiana state university ... | wikipedia |
131acd2890af066183a82950110c3e108d81e2b1 | on may 24, 2013 melart signed as a | on may 24, 2013 melart signed as a free agent with the columbus blue jackets on a one-year entry-level contract. melart moved to north america for the 2013–14 season and was assigned to the blue jackets' ahl team, the springfield falcons. he scored his first professional goal on november 23 against the hartford wolf pa... | wikipedia |
cd628fdb63a76685b1d6ebc94c6cf2f7855002a1 | in 2006–07 he played 10 matches for the | in 2006–07 he played 10 matches for the a-junior (top youth level in finland) side and an additional 21 matches for the b-juniors. in 2007-08 he made 21 appearances for the a-juniors, which eventually earned him a spot in the first team. the year before melart played in the united states for harwood union high school i... | wikipedia |
a25772f16a5269cd24f0af0830947fe8b0ac3217 | jiří tlustý is a czech former professional ice | jiří tlustý is a czech former professional ice hockey left winger. he was originally a first-round draft pick of the toronto maple leafs in the 2006 nhl entry draft, and split time between the maple leafs and the toronto marlies of the american hockey league (ahl) until he was traded to the carolina hurricanes in decem... | wikipedia |
b85e80bb5cd1c454dad8d1c7c97e9097981de3e5 | in mid-november 2007, photos of tlustý, one of | in mid-november 2007, photos of tlustý, one of which was of him nude, appeared on the internet, causing a media frenzy. tlustý took the photos with his cell phone while still playing for sault ste. marie the previous season. the photos of tlustý first appeared on canadian gossip site isthishappening.com, after which tl... | wikipedia |
751dc063bed3233766a89750f5daacec4d34ade3 | as an un-signed free agent over the following | as an un-signed free agent over the following summer, on 20 september 2016, tlustý agreed to a professional try-out contract to participate in the training camp of the colorado avalanche. he was subsequently released from his try-out with the avalanche after failing to pass the initial medical and physical test. on 31 ... | wikipedia |
1b9a0c3b4d1590981691c7a497751115d10e751d | on 16 september 2015, tlustý signed a one-year, | on 16 september 2015, tlustý signed a one-year, one-way contract with the new jersey devils. in the 2015–16 season with the devils, tlustý was hampered with injury and a lack of productivity in a depth role, recording lows of 2 goals and 4 points in 30 games. | wikipedia |
53d58a4214e9f142ef0fe643e790a9a6e1254ea1 | on 25 february 2015, during the 2014–15 season | on 25 february 2015, during the 2014–15 season and with tlustý in the final year of his contract and with the hurricanes out of stanley cup playoff contention, he was traded to the winnipeg jets in exchange for a third-round draft pick in 2016 and a conditional sixth-round draft pick in 2015. | wikipedia |
d934d83ccd283bea7c3b2635c8d1de92bacac230 | tlustý again set a new career-high in goals | tlustý again set a new career-high in goals (23) and points (38) during the lockout -shortened 2012–13 season. tlustý, playing alongside nhl all-stars eric staal and alexander semin, discovered a new-found scoring touch that led him to finish tied for fifth in goal-scoring in the nhl. | wikipedia |
460a7755d8b2c409fc62614a82cf0a4a4d7ee219 | on 3 december 2009, during the 2009–10 season, | on 3 december 2009, during the 2009–10 season, tlustý was traded to the carolina hurricanes in exchange for forward philippe paradis. tlustý scored his first goal for the hurricanes on 11 december 2009, against the washington capitals in his first game for the club. on 1 july 2010, he signed a one-year, one-way contrac... | wikipedia |
25351dc3992a869d0be3672b653dbf19f0f1f8cd | on 15 january 2009, tlustý registered an nhl | on 15 january 2009, tlustý registered an nhl career-high of three points, all assists, in a game against the carolina hurricanes. the next month, on 18 february, after being reassigned to the marlies, tlustý scored five goals on just five shots in a game against the syracuse crunch, setting a franchise record for most ... | wikipedia |
64233c6418966615a3d93a8f726971c709dd642f | ahead of the 2007–08 season, tlustý attended the | ahead of the 2007–08 season, tlustý attended the maple leafs' prospect camp tournament, where he played in all four tournament games, scoring three goals and adding one assist for four points. after the prospects' camp, tlustý then attended the maple leafs' training camp and participated in the pre-season action. he pl... | wikipedia |
1b8e8854529682ba6e1d919f3668e647e7ce8549 | tlustý made his return to the greyhounds lineup | tlustý made his return to the greyhounds lineup in mid-january 2007, finishing his first season in the ohl with 13 goals, 21 assists for 34 points in 37 games. with tlustý back in the lineup, the greyhounds made a strong finish leading into the playoffs and scored an upset in the first round, eliminating the saginaw sp... | wikipedia |
d211731e9058de21ac38cfda1c70331a3f0e7b43 | tlustý was assigned to sault ste. marie of | tlustý was assigned to sault ste. marie of the ontario hockey league (ohl) for the 2006–07 season, the holders of his major junior playing rights. in tlustý's first 13 games of his ohl career, he sustained a high-ankle sprain that kept him out of the lineup for nearly six weeks as he attended treatment in toronto. the ... | wikipedia |
266aa11784c0b424c4425078014a41f985f2563f | whilst playing for hc kladno in his native | whilst playing for hc kladno in his native czech republic, tlustý was drafted in the first round, 13th overall, by the toronto maple leafs at the 2006 nhl entry draft. on 14 july, several weeks after his selection, tlustý signed a three-year, entry-level contract with the maple leafs, wearing jersey number 41 in the te... | wikipedia |
d550954ccb269e89141087c25a8631a14db27b69 | jiří tlustý (born 16 march 1988) is a | jiří tlustý (born 16 march 1988) is a czech former professional ice hockey left winger. he was originally a first-round draft pick of the toronto maple leafs in the 2006 nhl entry draft, and split time between the maple leafs and the toronto marlies of the american hockey league (ahl) until he was traded to the carolin... | wikipedia |
78ccb4ff233be0d00a8e249bb4df8ec8bb620653 | as part of the innerbelt freeway rebuild, the | as part of the innerbelt freeway rebuild, the bridge was replaced by the george v. voinovich bridges. the innerbelt bridge was vacated in november 2013 after the completion of the westbound voinovich bridge, built immediately to the north. dismantling of the innerbelt bridge began january 13, 2014, and five of the nine... | wikipedia |
d8b66df2d4818a0b217a061beeb0468206cf532b | the bridge, completed in 1959, was 4,233 feet | the bridge, completed in 1959, was 4,233 feet (1,290 m) in length and 116.25 feet (35.43 m) in width, built as the widest bridge in ohio. the innerbelt bridge replaced the central viaduct. | wikipedia |
fceb6f7c79e4e9deeb49d74857702bb26e71cde9 | john jones is an american former professional basketball | john jones is an american former professional basketball player. a 6'7" small forward from california state university, los angeles, jones played one season (1967–68) in the national basketball association as a member of the boston celtics. he averaged 4.2 points per game and won an nba championship ring when the celti... | wikipedia |
30b3dae61845cede0fcce8a5d6d5b11240989797 | a 6'7" small forward from california state university, | a 6'7" small forward from california state university, los angeles, jones played one season (1967–68) in the national basketball association as a member of the boston celtics. he averaged 4.2 points per game and won an nba championship ring when the celtics defeated the los angeles lakers in the 1968 nba finals. he lat... | wikipedia |
ba258465fcdc02a4517a8f9511b76546f2c5a64d | alligata software ltd. was a computer games developer | alligata software ltd. was a computer games developer and publisher based in sheffield in the uk in the 1980s. the company was founded by brothers mike and tim mahony and their father j.r. mahony in 1983. they produced games for a number of home computers including the commodore 64, bbc micro, acorn electron, zx spectr... | wikipedia |
c00cfd6f985cec284f898993594f5059d247fcab | alligata published budget games under the budgie label | alligata published budget games under the budgie label from 1985. when a typical alligata game would cost around £6.95, budgie games sold for only £1.99 in order to compete with the likes of budget software pioneer mastertronic, already selling games at that level. almost all titles were original rather than re-issues ... | wikipedia |
2f344d48b077e429427ea9151a871293a5b7970f | tim mahony took over the day-to-day running of | tim mahony took over the day-to-day running of the company in 1987 and closed the company nine months later. the name and back catalogue were sold to superior software. two titles were released under the joint superior/alligata label for ports of superior's bbc/electron games to other systems. superior also included so... | wikipedia |
4c3b6e8139e9cc199d6d77c7e2c1e67902ae0d18 | the company was founded by brothers mike and | the company was founded by brothers mike and tim mahony and their father j.r. mahony in 1983. they produced games for a number of home computers including the commodore 64, bbc micro, acorn electron, zx spectrum and dragon 32. the company published many of tony crowther 's early commodore 64 games, including aztec tomb... | wikipedia |
100c9840f2843efdc0f0e738ddb94968009089fa | on 3 september 2010, kislyak scored the only | on 3 september 2010, kislyak scored the only goal for the belarusians in the 1–0 away win against france after a vyacheslav hleb assist to help provide a winning start to the country's euro 2012 qualification campaign. | wikipedia |
9a278d592d9a9e7d56553c894dd7e84c8505defc | on 14 november 2009, kislyak made his international | on 14 november 2009, kislyak made his international debut for the senior side, coming on as a last-minute substitute for sergei kornilenko in the 1–1 away draw with saudi arabia in a friendly match. | wikipedia |
6cf519f2e97687ec32539c4177355b6b52395832 | on 2 february 2018, kislyak signed for kazakhstan | on 2 february 2018, kislyak signed for kazakhstan premier league club irtysh pavlodar. he returned to belarus, joining dinamo brest in september 2018, signing a contract for two and a half years. | wikipedia |
8cbbd4175a3d1ce8d72bafd0d9c46031277b749b | syarhey viktaravich kislyak (belarusian: Сяргей Віктаравіч Кісляк; russian: | syarhey viktaravich kislyak (belarusian: Сяргей Віктаравіч Кісляк; russian: Сергей Викторович Кисляк; born 6 august 1987) is a belarusian professional footballer who plays for dinamo brest. he has also played 74 matches for the belarus national team, scoring nine goals. | wikipedia |
e5dea2c15bda5d2f3250be1b183ea2438c29dd86 | troy nathan terry is an american professional ice | troy nathan terry is an american professional ice hockey right winger for the anaheim ducks of the national hockey league (nhl). terry was drafted by the ducks at the 2015 nhl entry draft, in the fifth round, 148th overall. a native of denver, terry played with the colorado thunderbirds under-16 team at the tier 1 elit... | wikipedia |
ace019b38b742a065b8d48edfb6af8bb885f486e | as the nhl refused to allow their players | as the nhl refused to allow their players to compete at the 2018 winter olympics, terry and other collegiate athletes were chosen to play for the united states men's ice hockey team. during team usa's game against slovakia, he recorded three assists in the eventual 5–1 win. | wikipedia |
4fac290c601d9a2de83f58d91e3a05db4b9c17ac | terry has represented the united states at both | terry has represented the united states at both the junior and senior levels of international play. his first international tournament for team usa was during the 2014 hlinka gretzky cup. the following year, terry helped team usa compete for a gold medal at the 2015 iihf world u18 championships after scoring 3 goals on... | wikipedia |
86d9fde0debf2ea5efd9a893751372850a383ad4 | during the offseason, terry agreed to a new | during the offseason, terry agreed to a new 7-year contract extension with the ducks worth $49 million with an average annual value (aav) worth $7 million per season, that will keep terry with the ducks until the 2029–30 nhl season. | wikipedia |
7656ff45cdd6908d664850dd190b7284f395fd9d | terry began the 2021–22 season strong, setting a | terry began the 2021–22 season strong, setting a personal and franchise-record within the first two months. on november 15, 2021, terry was named the nhl's third star of the week after recording his first career overtime goal and his third career multi-goal and three-point performance. following this, terry became the ... | wikipedia |
e42dd4d5772a992023ba461ebfc17b150f0b950f | when the nhl returned for the 2020–21 season, | when the nhl returned for the 2020–21 season, terry remained on the ducks' roster prior to their opening night game. after recording four goals and three assists through 21 games, rumors began arising that terry might be traded prior to the nhl trade deadline. however, he remained on the team and set a new career-high ... | wikipedia |
80ac41097ae1e57eebed800ebeec8859a709148a | the following season, terry recorded 15 points in | the following season, terry recorded 15 points in 47 games before the nhl season was paused due to the covid-19 pandemic. during the season, he had missed six weeks after breaking a bone below his kneecap in a game against the philadelphia flyers and spent a few games with the gulls on a conditioning stint. on july 14,... | wikipedia |
7c661c4c561b18e2ef062d7c5965b7d99df629ce | terry played six games with the ducks to | terry played six games with the ducks to begin the season, going scoreless in all but one game, before being re-assigned to the ducks' american hockey league (ahl) affiliate, the san diego gulls. he made his ahl debut on october 19, 2018, scoring two goals and three points, including the game-winning assist. following ... | wikipedia |
a4536b02849a01615df68f3d6c4ab75a5e2cb0bd | terry was immediately added to the ducks' roster | terry was immediately added to the ducks' roster for their postseason push, and made his nhl debut the same day in a 4–1 loss to the vancouver canucks at rogers arena. in his debut, terry skated on the ducks' third line with adam henrique and ondrej kase and registered two shots on goal in 12:30 minutes of ice time. he... | wikipedia |
14719e0515e4503d44b74cbd1d8f2e0f5d7a9d1d | upon the completion of his junior season with | upon the completion of his junior season with the pioneers in the 2017–18 season, having continued to increase his offensive output for the third successive season with 48 points in 39 games, terry concluded his collegiate career in agreeing to a three-year, entry-level contract with the anaheim ducks on march 27, 2018... | wikipedia |
15200900c9e6e08f7e9e3eeb8807f7018feda6f5 | during his freshman and sophomore season at denver, | during his freshman and sophomore season at denver, terry worked with the pioneer's head strength and conditioning coach to be more of an impactful player on the ice. he changed his diet and increased his weight training to become "a dominant player every shift" as a junior. in spite of his size, terry was drafted in t... | wikipedia |
3cd5a6510f022f1e097810c9d9a0eea960ac53b5 | terry transferred from rock canyon high school to | terry transferred from rock canyon high school to pioneer high school during his one season with the u.s. under-18 team and graduated high school within three years. he was recruited to play for the denver pioneers by coach george gwozdecky and retained his recruitment in spite of gwozdecky's firing. due to his acceler... | wikipedia |
8361627525cad1b0b4bdb0737bfe1c3692f81f11 | a native of denver, colorado, terry played with | a native of denver, colorado, terry played with the littleton hawks as a mite and eventually played at the major junior level with the colorado thunderbirds aaa organization at the tier 1 elite hockey league from 2008 until 2014. during this time, he was named to team usa under-17 select tournament team for the 2013 u1... | wikipedia |
2f8ffcfca28ef55b8ad4b10f32a13b3e7b4f2a8e | terry started playing hockey at four years old | terry started playing hockey at four years old and was skating with an older age group by the age of six. he earned various nicknames throughout his mini mite career including "coach troy" and "two and a half men", due to his size. during the 2004–05 nhl lockout, colorado avalanche center and team captain joe sakic coa... | wikipedia |
e2b8d92b162a114ff7d6d175e548f6b008526c29 | terry was born on september 10, 1997, in | terry was born on september 10, 1997, in denver, to parents susan and chuck terry. as his father was a high school quarterback who walked on at arizona state university, troy was named after quarterback troy aikman. terry grew up in the highlands ranch suburb of denver with his younger brother trent. | wikipedia |
63b9f4e3e1ffec87ee9eb5de025ff6bed7e5a2e9 | a native of denver, terry played with the | a native of denver, terry played with the colorado thunderbirds under-16 team at the tier 1 elite hockey league from 2008 until 2014. he eventually left the thunderbirds to play in the united states hockey league (ushl) with the usa hockey national team development program (ntdp). | wikipedia |
6a80ae428779e032a45f1f953f9d3a50333208f0 | troy nathan terry (born september 10, 1997) is | troy nathan terry (born september 10, 1997) is an american professional ice hockey right winger for the anaheim ducks of the national hockey league (nhl). terry was drafted by the ducks at the 2015 nhl entry draft, in the fifth round, 148th overall. | wikipedia |
27f663f69f001a7fea754d46b3cef2d1fd53be45 | hi-5 is an australian children's television series, originally | hi-5 is an australian children's television series, originally produced by kids like us and later southern star for the nine network and created by helena harris and posie graeme-evans. the program is known for its educational content, and for the cast of the program, who became a recognised musical group for children ... | wikipedia |
c9c3dff6c9034ba1b58682e46df5f9eb3ebba649 | harris and graeme-evans ended their involvement with the | harris and graeme-evans ended their involvement with the series in 2008 when the program was sold to southern star and the nine network. the final episode of hi-5 aired on 16 december 2011 as a result of the nine network selling the property in 2012. a spin-off series, hi-5 house, aired on nick jr. from 2013 to 2016, p... | wikipedia |
06e6f4edeea418b5daafb372f0cddd96fec721d3 | the series is designed for a pre-school audience, | the series is designed for a pre-school audience, featuring five performers who educate and entertain through music, movement and play. music is an integral part of the series with the group's pop appeal resonating in the program. the segments of the show are based on an educational model. the original cast was compose... | wikipedia |
88e8e40e483ead896649c12bfe41f14ec3de780c | hi-5 is an australian children's television series, originally | hi-5 is an australian children's television series, originally produced by kids like us and later southern star for the nine network and created by helena harris and posie graeme-evans. the program is known for its educational content, and for the cast of the program, who became a recognised musical group for children ... | wikipedia |
be025566a3066fc8f190b3915bdea2a5c6c2d4fe | an eponymous ova was produced in 1986 and | an eponymous ova was produced in 1986 and was shown at movie theaters affiliated with toho on july 26, 1986. the anime starts off sometime in the future, with kei and ai running for their lives. ai is a girl who holds a terrible secret which could destroy the current world. the world is now populated by headmeters, peo... | wikipedia |
dad992c801fa4921add44926214810a7219688f9 | in 1983, off-duty policeman reiden picks up a | in 1983, off-duty policeman reiden picks up a suspicious couple, kei and ai, who claim to be father and daughter but appear to be close in age. reiden thus becomes involved in a fight between them and the female fighter k2 who is chasing them. kei draws out his latent ability to the maximum by a legendary "trigger" and... | wikipedia |
fa1bc97639ac7124562a924f7fc6023d052d2d9a | ai city (アイ・シティ, ai shiti, trans. love city) | ai city (アイ・シティ, ai shiti, trans. love city) is a japanese science fiction manga created by syufo (real name shūhō itahashi (板橋 しゅうほう, itahashi shūhō)). the story was later adapted into an anime film directed by kōichi mashimo and released on july 26, 1986. | wikipedia |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.