Dashboard
Welcome to your wiki
It's an easy-to-edit website that will help you work better together. The content of your Wiki is organized in a hierarchy of Pages. You can create multiple Wikis, each with its own set of pages.
Learn how to use XWiki with the Getting Started Guide.
Pages
Tags
- acceso á universidade
- access control
- AES2017
- API
- apt-get update
- apt-get upgrade
- artes gráficas
- BIC
- Calendula
- cartography
- certificados
- certificates
- CiTIUS
- clace de acceso de R
- data model
- data repository
- design
- development
- diagram
- disruptive
- disruptive innovation
- envíos
- EURAXESS
- FECYT
- flowchart
- food
- Gaceta Médica
- HRS4R
- Human Resources
- icon
- Ictus
- IDIS
- impact factor
- impresión digital
- inclusive
- installation
- installing
- insurance
- inversión en I+D+I
- iPFIS
- learning processes
- LOMCE
- m-Health
- mapping
- medical translator
- MEIGA 2017
- memory management
- meta-analysis
- metaanalysis
- mérito
- NACE
- NDA
- paciente
- people
- PFIS
- pluripatológico
- polimedicado
- probas
- procesos
- procesos de formación
- process
- proximity cards
- R password
- RCP
- recover()
- recuperación cardiopulmonar
- reflexive
- repository
- responsabilidad civil
- seguros
- selectividade
- seminar
- software development
- stem cells
- stroke
- sustainability
- team
- traducción
- traducción medica
- traductora
- translation
- translator
- transporte urgente
- tunneling
- upgrade
- upgrading
- VPN
- WoS
- xwiki
Send Message
You need to log in before sending messages.
Activity Stream
26 Feb
-
Home 26 Feb, 08:19
24 Feb
-
Home 24 Feb, 14:50
01 Feb
-
Home 01 Feb, 14:24
25 May 2021
-
Home 25 May, 07:41 2021
04 May 2021
-
Home 04 May, 21:17 2021
29 Feb 2020
-
XII Cross de Verán de Broña 29 Feb, 23:07 2020
-
XIII Cross de Verán de Broña 29 Feb, 23:05 2020
09 Sep 2019
-
XV Cross de Verán de Broña 09 Sep, 09:31 2019
03 Sep 2019
-
XV Cross de Verán de Broña 03 Sep, 14:42 2019
02 Sep 2019
-
XV Cross de Verán de Broña 02 Sep, 11:46 2019
01 Sep 2019
-
XV Cross de Verán de Broña 01 Sep, 12:19 2019
28 Aug 2019
-
XV Cross de Verán de Broña 28 Aug, 14:50 2019
27 Aug 2019
-
XV Cross de Verán de Broña 27 Aug, 22:45 2019
26 Aug 2019
-
XV Cross de Verán de Broña 26 Aug, 18:55 2019
22 Aug 2019
-
XV Cross de Verán de Broña 22 Aug, 17:44 2019
21 Aug 2019
-
XV Cross de Verán de Broña 21 Aug, 23:54 2019
17 Apr 2019
-
-
-
Mac Pro (sublime-github token): "d65ae10b465ae2158c0335f0714c1c975adbd4d6"
-
Installed packages:
ExportHTML
Origami
Package Control
Pandoc Academic
sublime-github
SendCode -
1) Copy to a local folder Sublime Text Portable, expand it and launch it. Windows 10 supports x64 release. For instance, C:\Users\Public\PublicApps
2) Modify preferences (Preferences>Settings) by copied the previous or next comment to fit your OS!
3) Install Python (https://www.python.org/downloads/ ). And try to understand this https://pypi.org/project/certifi/.
4) Install Package Control (https://packagecontrol.io/installation#st3 )
5) Install sublime-github in Sublime Text by using Package Control: Install Package; use Shift+Control+p as shortcut to select the utility.
6) Generate a token from GitHub web (https://github.com/settings/tokens ) or by using the application in Sublime Text (it fails from within SERGAS; also fails from USC and I think that is has nothing to do with the internal network. It seems to me that the module doesn't do correctly this step). The application in Sublime Text will ask you for an username and password, then will give a token that you must enter in sublime-github user preferences (available at Sublime Text > Preferences > Package Settings > GitHub > Settings - User). Copy its default settings to personal ones an manually enter the token generated at GitHub website.
7) Install SendCode.
8) Set SendCode to send code to rstudio. { "prog": "rstudio" }. This can be done by openning a file containing R code, setting syntax to R (SSR in Command Palette), and choosing RStudio by entering SendCode: Choose Program and selecting a the suitable option. -
Mac Pro
{
"token": "d65ae10b465ae2158c0335f0714c1c975adbd4d6",
"debug": true
} -
{
"token": "d65ae10b465ae2158c0335f0714c1c975adbd4d6",
"debug": true
}
-
1) Copy to a local folder Sublime Text Portable, expand it and launch it. Windows 10 supports x64 release. For instance, C:\Users\Public\PublicApps
2) Modify preferences (Preferences>Settings) by copied the previous or next comment to fit your OS!
3) Install Python (https://www.python.org/downloads/ ). And try to understand this https://pypi.org/project/certifi/.
4) Install Package Control (https://packagecontrol.io/installation#st3 )
5) Install sublime-github in Sublime Text by using Package Control: Install Package; use Shift+Control+p as shortcut to select the utility.
6) Generate a token from GitHub web (https://github.com/settings/tokens ) or by using the application in Sublime Text (it fails from within SERGAS; also fails from USC and I think that is has nothing to do with the internal network. It seems to me that the module doesn't do correctly this step). The application in Sublime Text will ask you for an username and password, then will give a token that you must enter in sublime-github user preferences (available at Sublime Text > Preferences > Package Settings > GitHub > Settings - User). Copy its default settings to personal ones an manually enter the token generated at GitHub website.
7) Install SendCode.
8) Set SendCode to send code to rstudio. { "prog": "rstudio" }. This can be done by openning a file containing R code, setting syntax to R (SSR in Command Palette), and choosing RStudio by entering SendCode: Choose Program (in Command Palette) and selecting RStudio Desktop.