Skip to content

Instantly share code, notes, and snippets.

View FedorLap2006's full-sized avatar

Fedor Lapshin FedorLap2006

View GitHub Profile
@FedorLap2006
FedorLap2006 / process_wikipedia.py
Created July 15, 2020 00:50 — forked from snakers4/process_wikipedia.py
Post process wikipedia files produced by wikiextractor
import os
import re
import sys
import glob
import nltk
import gensim
import numpy as np
import pandas as pd
from tqdm import tqdm
from uuid import uuid4

Source: man syscall

Architecture calling conventions

Every architecture has its own way of invoking and passing arguments to the kernel. The details for various architectures are listed in the two tables below.

The first table lists the instruction used to transition to kernel mode, (which might not be the fastest or best way to transition to