Skip to content

Instantly share code, notes, and snippets.

View anatolyborodin's full-sized avatar

Anatoly Borodin anatolyborodin

View GitHub Profile
@anatolyborodin
anatolyborodin / test.c
Last active August 28, 2019 12:42
cppcheck bug
#include <stdio.h>
#define ARR_SIZE 10
int arr[ARR_SIZE];
static int f(int v)
{
int i;
int found = 0;
@anatolyborodin
anatolyborodin / clone.sh
Last active February 23, 2018 13:15
Find the bug related to ncurses and whowatch
apt update -y && apt install -y nano git whowatch && cd && git clone https://gist.github.com/6a5f807f2dfccaef7ade1e02e53320c8.git && cd 6a5f807f2dfccaef7ade1e02e53320c8
@anatolyborodin
anatolyborodin / test.sh
Last active January 29, 2016 17:35
git filter-branch bug
#!/bin/sh
set -e
GIT=git
message()
{
echo
echo "${1}"