Skip to content

Instantly share code, notes, and snippets.

View woosal1337's full-sized avatar
🦇
1337

Vusal Ismayilov woosal1337

🦇
1337
View GitHub Profile
@bahadiraraz
bahadiraraz / Git_Commit_Freeze_Solution.md
Last active May 23, 2024 10:54
Git Commit Freeze Due to GPG Lock Issues (Solution)

Git Commit Freeze Due to GPG Lock Issues

If you encounter a problem where you cannot commit changes in Git – neither through the terminal nor via the GitHub Desktop application – the issue might be a freeze during the Git commit process. This is often caused by GPG lock issues. Below is a concise and step-by-step guide to resolve this problem.

Solution Steps

1. Check for GPG Lock Messages

Open your terminal and try to perform a GPG operation (like signing a test message). If you see repeated messages like gpg: waiting for lock (held by [process_id]) ..., it indicates a lock issue.

@ShahriyarR
ShahriyarR / research.md
Last active July 14, 2022 10:00
Araşdırma mövzusu

Hörmətli dost, biz Python Developer axtarırıq. Researcher yox məhz programmer. Lakin iş təklifi almaq üçün aşağıdakı araşdırmanı tamamlaman ön şərtdir.

Səndən aşağıdakı linklərdəki məqalələri çox oxuyub, bizim nə iş gördüyümüzü anlamağın istənilir. Tamamilə hər şeyi başa düşməsən də olar.

Əgər bu araşdırmaları uğurla tamamlasan, referat yazıb göndərsən və bəyənilsə iş təklifi alacaqsan.

İlk öncə bunu oxu:

https://medium.com/analytics-vidhya/if-your-computer-is-cloud-how-its-operating-system-should-look-like-24f62e274a95

@woosal1337
woosal1337 / Idols.gist
Created June 7, 2021 21:40
🗿 My idols on different topics go here.
Sun Tzu
James Powell
@cblanquera
cblanquera / certs.json
Last active December 28, 2023 09:56
List of academic degrees and certs
[
{
"degree_title": "American Association for Respiratory Care Fellow",
"degree_reference": "AARCF",
"degree_level": "certification"
},
{
"degree_title": "American Registry for Radiologic Technologists",
"degree_reference": "AART",
"degree_level": "certification"
" Specify a directory for plugins
call plug#begin('~/.vim/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'scrooloose/nerdtree'
"Plug 'tsony-tsonev/nerdtree-git-plugin'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'ryanoasis/vim-devicons'
Plug 'airblade/vim-gitgutter'
@docPhil99
docPhil99 / opencv_qt_label.md
Last active April 13, 2024 15:48
How to display opencv video in pyqt apps

The code for this tutorial is here

Opencv provides are useful, but limited, method of building a GUI. A much more complete system could be acheived using pyqt. The question is, how do we display images. There are quite a few possible routes but perhaps the easiest is to use QLabel since it has a setPixmap function. Below is some code that creates two labels. It then creates a grey pixmap and displays it one of the labels. code: staticLabel1.py

from PyQt5.QtWidgets import QWidget, QApplication, QLabel, QVBoxLayout
from PyQt5.QtGui import QPixmap, QColor
import sys
@raulqf
raulqf / Install_OpenCV4_CUDA11_CUDNN8.md
Last active May 9, 2024 16:51
How to install OpenCV 4.5 with CUDA 11.2 in Ubuntu 22.04

How to install OpenCV 4.5.2 with CUDA 11.2 and CUDNN 8.2 in Ubuntu 22.04

First of all install update and upgrade your system:

    $ sudo apt update
    $ sudo apt upgrade

Then, install required libraries:

from ctypes import *
import math
import random
import numpy as np
from numpy.linalg import norm
import cv2
def sample(probs):
s = sum(probs)
@jonpulsifer
jonpulsifer / README.md
Last active October 2, 2021 22:25
CS:GO configuration