Skip to content

Instantly share code, notes, and snippets.

View fcruzel's full-sized avatar

Fran fcruzel

  • ARTE Consultores
  • Canary Islands, Spain
  • 02:09 (UTC +01:00)
View GitHub Profile
@fcruzel
fcruzel / unlimited_trials_babeledit.txt
Created March 24, 2021 10:29 — forked from Fusseldieb/unlimited_trials_babeledit.txt
Activate BabelEdit temporarily / Unlimited trial
Obviously for educative purposes only.
Furthermore, this DOESN'T activate BabelEdit permanently.
If you like the software, buy it, the devs deserve it.
Since I have no money to buy it, I discovered a workaround for unlimited trials.
It's quite a annoying workaround, but ... it works!
Firstly go to "c:\windows\system32\drivers\etc\" and open the "hosts" file in Notepad/Notepad++/VSCode/Sublime/Atom/whatever as admin (if you don't open it as admin, it won't let you save it).
Add this line at the end of the file:
@fcruzel
fcruzel / pyproject.toml
Created October 8, 2020 07:06
rasa as a dev dependency
[tool.poetry]
name = "bot"
version = "0.1.0"
description = "Chatbot"
authors = ["cruzelante098 <email@email.com>"]
[[tool.poetry.source]]
url = "https://pypi.rasa.com/simple"
name = "rasa-repo"
secondary = true
@fcruzel
fcruzel / pyproject.toml
Last active October 2, 2020 08:56
poetry pyproject.toml
[tool.poetry]
name = "bot"
version = "0.1.0"
description = "Chatbot"
authors = ["cruzelante098 <email@email.com>"]
[[tool.poetry.source]]
url = "https://pypi.rasa.com/simple"
name = "rasa-repo"
secondary = true