- 🌱 I’m fullstack dotnet developer.
- 📫 Reach me: rezaahmadidvlp@gmail.com
- ❤️ I'm interested in IoT & automation topics.
Pinned Loading
-
Http.Request.Builder
Http.Request.Builder Public📦 Http request as Builder & Retry pattern for easier to use and reduce the possibility of failed.
C#
-
TechOnIt/web-application
TechOnIt/web-application Public⚡IoT panel for manage your places and devices with .Net platform.
JavaScript 1
-
TechOnIt/board-dotnet
TechOnIt/board-dotnet Public🏭 Manage devices with techonit panel connected by raspberry pi.
C#
-
-
Calculate two points angle degree in...
Calculate two points angle degree in 2D graph 1// JavaScript:
2const angleCalculator = function(ax, ay, bx, by)
3{
4return Math.atan2(by - ay, bx - ax) * 180 / Math.PI
5}
-
JavaScript: image average color
JavaScript: image average color 1var getAverageColor = (function(window, document, undefined){
2return function(imageURL, options}){
3options = {
4// image split into blocks of x pixels wide, 1 high
5blocksize: options.blocksize || 5,
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.