Skip to content

Instantly share code, notes, and snippets.

View younes200's full-sized avatar
🎯
Focusing

Younes younes200

🎯
Focusing
  • Toulouse
View GitHub Profile
@younes200
younes200 / gdrive.sh
Created February 14, 2020 18:51
Download file from Google Drive
wget --no-check-certificate -r 'https://docs.google.com/uc?export=download&id=FILEID' -O FILENAME
MIIP1AYJKoZIhvcNAQcCoIIPxTCCD8ECAQExCzAJBgUrDgMCGgUAMGkGCSqGSIb3DQEHAaBcBFp7
InRlYW1JZCI6IjNXN1k4Qko2MzUiLCJkb21haW4iOiJ5YWxhLm1hIiwiZGF0ZUNyZWF0ZWQiOiIy
MDE5LTEwLTE5LDAxOjE3OjE4IiwidmVyc2lvbiI6MX2gggyyMIID8zCCAtugAwIBAgIBFzANBgkq
hkiG9w0BAQUFADBiMQswCQYDVQQGEwJVUzETMBEGA1UEChMKQXBwbGUgSW5jLjEmMCQGA1UECxMd
QXBwbGUgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxFjAUBgNVBAMTDUFwcGxlIFJvb3QgQ0EwHhcN
MDcwNDEyMTc0MzI4WhcNMjIwNDEyMTc0MzI4WjB5MQswCQYDVQQGEwJVUzETMBEGA1UEChMKQXBw
bGUgSW5jLjEmMCQGA1UECxMdQXBwbGUgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxLTArBgNVBAMT
JEFwcGxlIGlQaG9uZSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJKoZIhvcNAQEBBQAD
ggEPADCCAQoCggEBAKMevvBHwLSeEFtGpLghuE-GIXAoRWBcHMPICmRjiPv8ae74VPzpW7cGTgQv
w2szr0RM6kuACbSH9lu0_WTds3LgE7P9F9m856jtwoxhwir57M6lXtZp62QLjQiPuKBQRgncGeTl
@younes200
younes200 / cloudSettings
Last active January 13, 2019 12:45
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-01-13T12:45:31.353Z","extensionVersion":"v3.2.4"}
@younes200
younes200 / helm.py
Created September 2, 2018 14:13
Ansible module for Helm
#!/usr/bin/python
from __future__ import absolute_import, division, print_function
__metaclass__ = type
def install(module):
# Helm executable
executable = module.params['executable']
@younes200
younes200 / cmd
Last active August 30, 2018 09:36
helm install \
--name mon \
--namespace monitoring \
-f custom-values.yaml \
coreos/kube-prometheus
apiVersion: voyager.appscode.com/v1beta1
kind: Certificate
metadata:
name: myapp
spec:
domains:
- 'api.myapp.com'
- 'api.beta.myapp.com'
acmeUserSecretName: acme-account
challengeProvider:
apiVersion: voyager.appscode.com/v1beta1
kind: Ingress
metadata:
name: api-ingress
namespace: default
annotations:
ingress.appscode.com/rewrite-target: /
ingress.appscode.com/keep-source-ip: "true"
ingress.appscode.com/hsts: "true"
ingress.appscode.com/hsts-preload: "true"

Keybase proof

I hereby claim:

  • I am younes200 on github.
  • I am ioteam (https://keybase.io/ioteam) on keybase.
  • I have a public key whose fingerprint is C529 53FB 5B09 A79F FD8E 3045 6664 B6A9 9307 3D43

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am ioteam on github.
  • I am ioteam (https://keybase.io/ioteam) on keybase.
  • I have a public key whose fingerprint is C529 53FB 5B09 A79F FD8E 3045 6664 B6A9 9307 3D43

To claim this, I am signing this object:

python -m rasa_nlu.train -c config.json
INFO:root:Trying to load spacy model with name 'fr'
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/Workspace/Projects/tests/rasa_nlu/rasa_nlu/train.py", line 81, in <module>
do_train(config)
File "/Users/Workspace/Projects/tests/rasa_nlu/rasa_nlu/train.py", line 67, in do_train