Git Product home page Git Product logo

Sagnik Bhattacharya's Projects

air-quality-prediction-madrid icon air-quality-prediction-madrid

Python repository contains a regression-based model to predict the monthly average air quality in Madrid using historical data. The data includes daily air quality measurements and metadata related to the measurement stations.

asset_plus icon asset_plus

An assignment by Asset Plus in 2020 to test different architectures.

bloging-website icon bloging-website

A flutter application where a blogger's website is made and the admin can change the blog from firebase firestore.

budget_app_complete_project icon budget_app_complete_project

Welcome to the Complete Budget App! This app is a hands-on project from the Flutter course presented by Coding Liquids. It's designed to provide an intuitive budget tracking experience for users and offer a comprehensive introduction to Flutter development for students.

budget_app_starting icon budget_app_starting

Welcome to the Initial Budget App! This app is a hands-on project from the Flutter course presented by Coding Liquids. It's designed to provide an intuitive budget tracking experience for users and offer a comprehensive introduction to Flutter development for students.

cake_ordering_app icon cake_ordering_app

🍰 Cake Delight - Dive into a world of flavors with our Flutter-based cake ordering app. Crafted by Sagnik Bhattacharya at Coding Liquids. Feedback? Let's make it sweeter together!

checksum icon checksum

Checksums are used to ensure the integrity of data portions for data transmission or storage. A checksum is basically a calculated summary of such a data portion. Network data transmissions often produce errors, such as toggled, missing or duplicated bits. Thus, the data received might not be identical to the data transmitted, which is obviously a bad thing. Because of these transmission errors, network protocols very often use checksums to detect such errors. The transmitter will calculate a checksum of the data and transmits the data together with the checksum. The receiver will calculate the checksum of the received data with the same algorithm as the transmitter. If the received and calculated checksums don’t match a transmission error has occurred. Some checksum algorithms can recover (simple) errors by calculating where the expected error must be and repairing it. If there are errors that cannot be recovered, the receiving side throws away the packet. Depending on the network protocol, this data loss is simply ignored or the sending side needs to detect this loss somehow and retransmits the required packet(s). Using a checksum drastically reduces the number of undetected transmission errors. However, the usual checksum algorithms cannot guarantee an error detection of 100%, so a very small number of transmission errors may remain undetected. There are several different kinds of checksum algorithms; an example of an often-used checksum algorithm is CRC32. The checksum algorithm chosen for a specific network protocol will depend on the expected error rate of the network medium, the importance of error detection, the processor load to perform the calculation, the performance needed and many other things.  

destiny-game-flutter icon destiny-game-flutter

A story game where every choice you make leads you to a different story. Basically when you select an answer you are directed to one story and another depending on the choice.

drenlab_krala_murnau_portfolio icon drenlab_krala_murnau_portfolio

A Flutter application developed for DrenLab, serving a private investigator in Italy. Key features include dynamic card transitions on scrolling, nested scrolling capabilities, and remote location adjustments by the admin

flutter_architectures icon flutter_architectures

Explore MVC, MVVM, BLoC in Flutter: A hands-on course repository demonstrating key architectural patterns in Flutter app development. Includes practical examples and detailed code insights for effective learning and application.

gambas-3-projects icon gambas-3-projects

These are a few gambas 3 projects based on which people can learn gambas 3 basics

giggle_grid icon giggle_grid

Giggle Grid is a fun, Flutter-built app delivering a variety of jokes via the Chuck Norris API. Explore different joke categories, find random laughs, search for specific jokes, and save your favorites. Designed for easy navigation and engaging user experiences.

launch_pad_complete icon launch_pad_complete

🎡 Launch Pad Music App: Dive into a musical journey with pads that play unique sounds. Crafted by Sagnik Bhattacharya from Coding Liquids for the course "Complete Flutter Guide: Build Android, iOS, and Web". An interactive way to learn Flutter!

launch_pad_starting icon launch_pad_starting

🎡 Launch Pad Music App: Dive into a musical journey with pads that play unique sounds. Crafted by Sagnik Bhattacharya from Coding Liquids for the course "Complete Flutter Guide: Build Android, iOS, and Web". An interactive way to learn Flutter!

mixpad icon mixpad

🎡 MixPad Music App: Dive into a musical journey with pads that play unique sounds. Crafted by Sagnik Bhattacharya. An interactive way to learn Flutter!

money_control icon money_control

Money Control App! This app is a hands-on project from the Flutter course presented by Sagnik Bhattacharya. It's designed to provide an intuitive budget tracking experience for users and offer a comprehensive introduction to Flutter development for students.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.