Mix.install([
{:kino, "~> 0.12.3"}
])
This file contains 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
diff --git a/node_modules/@absinthe/socket/src/cancel.js b/node_modules/@absinthe/socket/src/cancel.js | |
index 1cd731e..75803a4 100644 | |
--- a/node_modules/@absinthe/socket/src/cancel.js | |
+++ b/node_modules/@absinthe/socket/src/cancel.js | |
@@ -60,7 +60,7 @@ const cancelActive = (absintheSocket, notifier) => | |
* unsubscribing in case it holds a subscription request | |
* | |
* @example | |
- * import * as withAbsintheSocket from "@absinthe/socket"; | |
+ * import * as withAbsintheSocket from "@absinthe/socket/src"; |
I hereby claim:
- I am cinoss on github.
- I am cinoss (https://keybase.io/cinoss) on keybase.
- I have a public key ASByfO6Vi8L_5o2l4aIKf8IgXNPxpGONLteRWw49wYh8xgo
To claim this, I am signing this object:
atrpms is basically dead, yet we can still use its mirror to install stuffs by followings steps:
mkdir /root/rpm # you can put it at any other place
vim /root/rpm/RPM-GPG-KEY.atrpms
This we can get by simply google the file name, some github repo with the key will show up.
This file contains 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
https://docs.google.com/a/vng.com.vn/presentation/d/1Uy3KiVdKwHCibEKFOf-H3Us1q-_3saYi_6N0h1_t7aY/edit?usp=sharing |
This file contains 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
s1 = u'ÀÁÂÃÈÉÊÌÍÒÓÔÕÙÚÝàáâãèéêìíòóôõùúýĂăĐđĨĩŨũƠơƯưẠạẢảẤấẦầẨẩẪẫẬậẮắẰằẲẳẴẵẶặẸẹẺẻẼẽẾếỀềỂểỄễỆệỈỉỊịỌọỎỏỐốỒồỔổỖỗỘộỚớỜờỞởỠỡỢợỤụỦủỨứỪừỬửỮữỰựỲỳỴỵỶỷỸỹ' | |
s0 = u'AAAAEEEIIOOOOUUYaaaaeeeiioooouuyAaDdIiUuOoUuAaAaAaAaAaAaAaAaAaAaAaAaEeEeEeEeEeEeEeEeIiIiOoOoOoOoOoOoOoOoOoOoOoOoUuUuUuUuUuUuUuYyYyYyYy' | |
def remove_accents(input_str): | |
s = '' | |
print input_str.encode('utf-8') | |
for c in input_str: | |
if c in s1: | |
s += s0[s1.index(c)] | |
else: | |
s += c |
This file contains 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
class ClassName(object): | |
"""docstring for ClassName""" | |
def __init__(self, arg): | |
super(ClassName, self).__init__() | |
self.arg = arg | |