Skip to content

Instantly share code, notes, and snippets.

View LogicMatthew's full-sized avatar

Mateusz Garncarczyk LogicMatthew

View GitHub Profile
@cvcore
cvcore / download_vscode_server.sh
Last active January 3, 2026 13:07
Manual download vscode-server
#!/bin/bash
# This script downloads and installs a specific version of VSCode Server for Linux.
# The version is specified by the first argument to the script.
# You can find the git commit id in the output of Remote - SSH plugin in VSCode.
# The output looks like this:
# ...
# Using commit id "af28b32d7e553898b2a91af498b1fb666fdebe0c" and quality "stable" for server
# ...
@BarclayII
BarclayII / movielens.py
Last active January 5, 2026 15:46
PinSage example implementation
import pandas as pd
import dgl
import os
import torch
class MovieLens(object):
def __init__(self, directory):
'''
directory: path to movielens directory which should have the three
files: