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 / 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
@elbruno
elbruno / rustgetmyip.rs
Created February 1, 2023 15:46
rustgetmyip.rs
/*
Copyright (c) 2023
Author : Bruno Capuano
Create Time : 2023 Feb
Change Log :
- Demo learning with HTTP GET and POST request with Rust
- Source Demo: https://actix.rs/docs/getting-started
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy
@elbruno
elbruno / rustarraysandprintlnmacro.rs
Created January 19, 2023 15:21
rustarraysandprintlnmacro.rs
/*
Copyright (c) 2023
Author : Bruno Capuano
Create Time : 2023 January
Change Log :
- Demo working with arrays and println! macro
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 / ruststringstructsandinterpolation.rs
Created January 18, 2023 15:16
ruststringstructsandinterpolation.rs
/*
Copyright (c) 2023
Author : Bruno Capuano
Create Time : 2023 January
Change Log :
- Working with strings with strucs and named arguments
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 / rustStringsImplicitNamedArguments.rs
Created January 18, 2023 15:05
rustStringsImplicitNamedArguments.rs
/*
Copyright (c) 2023
Author : Bruno Capuano
Create Time : 2023 January
Change Log :
- Working with strings with implicit named arguments
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 / rustgenericlogfunctionsample.rs
Created January 14, 2023 14:36
rustgenericlogfunctionsample.rs
/*
Copyright (c) 2023
Author : Bruno Capuano
Create Time : 2023 January
Change Log :
- Demos working with generics 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 / rustgenericsagenamesample.rs
Created January 12, 2023 18:34
rustgenericsagenamesample.rs
/*
Copyright (c) 2023
Author : Bruno Capuano
Create Time : 2023 January
Change Log :
- Demos working with generics 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 / rustthreadnotfinished.rs
Created January 9, 2023 20:09
rustthreadnotfinished.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 / 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 / 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