Skip to content

Instantly share code, notes, and snippets.

View techyhoney's full-sized avatar
🎯
Focusing

Hiten Goyal techyhoney

🎯
Focusing
View GitHub Profile
@Tony607
Tony607 / Object_detection_cam.py
Last active August 26, 2023 04:44
Object detection with webcam on Raspberry Pi and TensorFlow 1.9
######## WebCam Object Detection Using Tensorflow Classifier #########
# Description:
# This program uses a TensorFlow classifier to perform object detection.
# It loads the classifier uses it to perform object detection on a WebCam feed.
# It draws boxes and scores around the objects of interest in each frame from
# the WebCam. It also can be used with picamera by adding "--picamera"
# when executing this script from the terminal.
# Import packages
import os
@fffaraz
fffaraz / dns.c
Created May 29, 2016 05:58
DNS Query Code in C with linux sockets
//DNS Query Program on Linux
//Author : Silver Moon (m00n.silv3r@gmail.com)
//Dated : 29/4/2009
//Header Files
#include<stdio.h> //printf
#include<string.h> //strlen
#include<stdlib.h> //malloc
#include<sys/socket.h> //you know what this is for
#include<arpa/inet.h> //inet_addr , inet_ntoa , ntohs etc
@cferdinandi
cferdinandi / terminal-cheat-sheet.txt
Last active May 2, 2024 08:38
Terminal Cheat Sheet
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help