Skip to content

Instantly share code, notes, and snippets.

View elbruno's full-sized avatar
💭
@Home rocking some AI projects

El Bruno elbruno

💭
@Home rocking some AI projects
View GitHub Profile
@elbruno
elbruno / rustthreadsjoin.rs
Created January 9, 2023 20:08
rustthreadsjoin.rs
/*
Copyright (c) 2023
Author : Bruno Capuano
Create Time : 2023 January
Change Log :
- Demos working with threads in Rust
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@elbruno
elbruno / BicepAzureFunctionCreation.bicep
Created July 20, 2022 21:24
BicepAzureFunctionCreation.bicep
// Copyright (c) 2022
// Author : Bruno Capuano
// Create Time : 2022 July
// Change Log :
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / OpenCameraFromRTSP.py
Created July 25, 2022 20:47
OpenCameraFromRTSP.py
# Copyright (c) 2022
# Author : Bruno Capuano
# Create Time : 2022 July
# Change Log :
# - Open the camera feed from a RTSP address
#
# The MIT License (MIT)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@elbruno
elbruno / AzureIoTDemoCreation.bicep
Created July 18, 2022 16:06
AzureIoTDemoCreation.bicep
// Copyright (c) 2022
// Author : Bruno Capuano
// Create Time : 2022 July
// Change Log :
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / cameratograyscaleresaltredandblue.py
Created June 14, 2022 13:24
cameratograyscaleresaltredandblue.py
# Copyright (c) 2022
# Author : Bruno Capuano
# Create Time : 2022 June
# Change Log :
# - Open the camera feed
# - Convert the camera feed to Grayscale
# - Resalt a specific colors >> RED and BLUE
#
# The MIT License (MIT)
#
@elbruno
elbruno / camera.py
Last active May 29, 2023 20:37
camera.py
# Copyright (c) 2023
# Author : Bruno Capuano
# Change Log :
# - Open and show the camera feed
#
# The MIT License (MIT)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights