Skip to content

Instantly share code, notes, and snippets.

View eegdude's full-sized avatar
🔬
whatewer

Rafael Grigoryan eegdude

🔬
whatewer
  • Moscow, Russia
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@eegdude
eegdude / cloudSettings
Last active April 14, 2022 17:39
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-06-21T21:18:20.074Z","extensionVersion":"v3.4.3"}
@eegdude
eegdude / neuroscience_feeds.opml
Last active October 12, 2025 14:35
List of neuroscience-related RSS feeds, with focus on peer-reviewed articles on BCI/EEG
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>Feeder - RSS Feed Reader</title>
</head>
<body>
<outline text="pubmed: brain-computer inter..." title="pubmed: brain-computer inter..." type="rss" xmlUrl="https://eutils.ncbi.nlm.nih.gov/entrez/eutils/erss.cgi?rss_guid=1rSUu--tbw4049Wgf_RdKXdtNCvGW0lVBZFpHe7zaN4k4DwoD5" htmlUrl="https://www.ncbi.nlm.nih.gov/sites/entrez?cmd=Search&amp;db=PubMed&amp;term=brain-computer%20interface%20%7C%20BCI" rssfr-favicon="https://icons.feedercdn.com/www.ncbi.nlm.nih.gov" rssfr-updateInterval="600000"/>
<outline text="pubmed: fnirs" title="pubmed: fnirs" type="rss" xmlUrl="https://eutils.ncbi.nlm.nih.gov/entrez/eutils/erss.cgi?rss_guid=1JKSd2KF3MGnV7oFVD2g6PNu7rHRFDsLyCNjKkkf4KHBUA3c8P" htmlUrl="https://www.ncbi.nlm.nih.gov/sites/entrez?cmd=Search&amp;db=PubMed&amp;term=fnirs" rssfr-favicon="https://icons.feedercdn.com/www.ncbi.nlm.nih.gov" rssfr-updateInterval="600000"/>
<outline text="pubmed: tdcs | tacs |
@eegdude
eegdude / scihub.js
Last active February 7, 2020 02:40
Better scihub bookmarklet
javascript: var url = location.href; url = 'https://sci-hub.se/' + url; location.href = url;