Skip to content

Instantly share code, notes, and snippets.

View bresilla's full-sized avatar
💣
:(){ :|:& };:

Trim Bresilla bresilla

💣
:(){ :|:& };:
View GitHub Profile
# Compile OPENCV with CUDDN
sudo apt install cuda-toolkit-12-1 tensorrt*
install:
sudo apt-get install build-essential cmake unzip pkg-config
sudo apt-get install libjpeg-dev libpng-dev libtiff-dev
sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev
sudo apt-get install libv4l-dev libxvidcore-dev libx264-dev
sudo apt-get install libgtk-3-dev
sudo apt-get install libblas-dev liblapack-dev gfortran
#include <iostream>
#include <cstring>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <net/if.h>
#include <linux/can.h>
#include <linux/can/raw.h>
namespace scan{
@bresilla
bresilla / turbovnc_install.md
Created February 14, 2025 12:38 — forked from Ryther/turbovnc_install.md
TurboVNC installation [Ubuntu 22.04]
@bresilla
bresilla / .clang-format
Created March 5, 2025 22:39
clang-format
---
Language: Cpp
# BasedOnStyle: LLVM
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
AlignArrayOfStructures: None
AlignConsecutiveMacros: None
AlignConsecutiveAssignments: None
AlignConsecutiveBitFields: None
AlignConsecutiveDeclarations: None
@bresilla
bresilla / betterrdp.reg
Last active April 5, 2025 10:23
gaming_rdp_settings
Windows Registry Editor Version 5.00
; +----------------------------------------------------------------------+
; | Upinel/BetterRDP |
; +----------------------------------------------------------------------+
; | This source file is subject to version 2.0 of the Apache license, |
; | that is bundled with this package in the file LICENSE, and is |
; | available through the world-wide-web at the following url: |
; | http://www.apache.org/licenses/LICENSE-2.0.html |
; | If you did not receive a copy of the Apache2.0 license and are unable|