Skip to content

Instantly share code, notes, and snippets.

@o3bvv
o3bvv / help-ukraine-stop-russia.md
Last active March 29, 2022 18:35
How YOU can help Ukraine right NOW

Help Ukraine! Stop Russia!

About

This document is a collection of links 🔗 people all over the world 🌐 can use to help Ukraine 🇺🇦 and Ukrainians to stand in the war started by Russian Federation (RF).

The list is deliberately made in a simplistic text-based version, so you can copy it, save, make a screenshot, print, etc and share it in case access to it is lost for any reason.

What YOU can do ⚡️:

@kyrs
kyrs / opencv_tensor.cc
Last active February 15, 2024 12:44
File Takes an Image Mat file as an input and convert it to tensor.
/*
Following file take opencv mat file as an input and run inception model on it
Created by : Kumar Shubham
Date : 27-03-2016
*/
//Loading Opencv fIles for processing
#include <opencv2/opencv.hpp>
@victorreyesh
victorreyesh / Aircrack Commands
Created September 12, 2013 03:36
Cracking WPA2 / WEP Wifi / Aircrack 10 seconds guide. For Mac OSX
//Install Macports.
//Install aircrack-ng:
sudo port install aircrack-ng
//Install the latest Xcode, with the Command Line Tools.
//Create the following symlink:
sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport
//Figure out which channel you need to sniff:
sudo airport -s
sudo airport en1 sniff [CHANNEL]
@tsabat
tsabat / zsh.md
Last active December 25, 2023 19:16
Getting oh-my-zsh to work in Ubuntu