Python / Django
(Move to ...)
Home Page
Python Internals
JIT vs AOT
Kernel
User mode linux
Unix as IDE
Vim
Gdb
Software Design Patterns
Algorithms
Mercurial
Git
Popularity of programming languages
▼
Aug 26, 2019
Urllib: disable SSL sertificates check
›
import ssl ssl._create_default_https_context = ssl._create_unverified_context Fix for local environment for example for such exceptions: ...
1 comment:
Oct 11, 2018
Compile tensorflow and opencv from source
›
Tensorflow sudo apt install python3-dev python3-pip pip install -U pip six numpy wheel mock pip install -U keras_applications==1.0.5 keras...
1 comment:
Feb 26, 2018
Extract lemmas
›
Docs # conda install spacy # python -m spacy download en In[1]: import spacy In[2]: nlp = spacy.load('en') In[3]: doc = nlp(...
Oct 12, 2017
Байки от Фихтенгольца
›
Студента математика зовут на представление в камерный театр. «Ка-мерный театр»,- читает он на билете,- «Посмотрим, посмотрим». Возвращается...
1 comment:
Анекдот от разработчиков Алисы
›
1 comment:
Dec 13, 2016
›
Трое математиков и трое физиков собираются ехать на поезде в другой город на конференцию. Они встречаются перед кассой на вокзале. Первой по...
Oct 25, 2016
Compile and run Postgres with debug symbols
›
cd SOURCE_DIR mkdir $HOME/root/postgres_git ./configure --enable-cassert --enable-debug CFLAGS="-ggdb -Og -g3 -fno-omit-frame-pointer...
Apr 16, 2016
String translation table
›
Mar 12, 2016
Using RDTSC instruction that returns CPU TSC (Time Stamp Counter)
›
Feb 4, 2016
JIT vs AOT
›
›
Home
View web version