Total Pageviews

Showing posts with label dart language. Show all posts
Showing posts with label dart language. Show all posts

Sunday, 22 February 2026

GitHub-Chinese-Top-Charts

 GitHub中文排行榜,各语言分设「软件 | 资料」榜单,精准定位中文好项目。各取所需,高效学习.

GitHub中文排行榜

「帮助你发现优秀中文项目,可以无语言障碍地、更高效地吸收优秀经验成果」


中文项目已通关?通往更广阔世界的路:GitHub英文排行榜

↓ -- 内容目录 -- ↓

中文总榜 中文增速榜 中文新秀榜
软件类 资料类 软件类 资料类 软件类 资料类
All Language All Language All Language All Language All Language All Language
JavaScript JavaScript JavaScript JavaScript JavaScript JavaScript
Java Java Java Java Java Java
Python Python Python Python Python Python
Go Go Go Go Go Go
TypeScript TypeScript TypeScript TypeScript TypeScript TypeScript
Vue Vue Vue Vue Vue Vue
C++ C++ C++ C++ C++ C++
C C C C C C
C# C# C# C# C# C#
PHP PHP PHP PHP PHP PHP
HTML HTML HTML HTML HTML HTML
Swift Swift Swift Swift Swift Swift
Kotlin Kotlin Kotlin Kotlin Kotlin Kotlin
Objective-C Objective-C Objective-C Objective-C Objective-C Objective-C
CSS CSS CSS CSS CSS CSS
Shell Shell Shell Shell Shell Shell
Dart Dart Dart Dart Dart Dart
Rust Rust Rust Rust Rust Rust
Jupyter Notebook Jupyter Notebook Jupyter Notebook Jupyter Notebook Jupyter Notebook Jupyter Notebook
Assembly Assembly Assembly Assembly Assembly Assembly
Vim script Vim script Vim script Vim script Vim script Vim script
Ruby Ruby Ruby Ruby Ruby Ruby
Lua Lua Lua Lua Lua Lua
TeX TeX TeX TeX TeX TeX
Groovy Groovy Groovy Groovy Groovy Groovy
Perl Perl Perl Perl Perl Perl
MATLAB MATLAB MATLAB MATLAB MATLAB MATLAB
Pascal Pascal Pascal Pascal Pascal Pascal
R R R R R

R

 

from https://github.com/GrowingGit/GitHub-Chinese-Top-Charts

Thursday, 22 January 2026

缓解晕车症状的开源应用-MotionEaseTune


MotionEaseTune是一个通过 100Hz 声音来帮助缓解晕车症状的简单开源应用。通过精准的纯音频率调节,为晕动症患者提供便捷、高效的非药物干预方案。项目基于Flutter框架开发,采用Rust实现底层音频生成与实时调节,保障低延迟与高精度,遵守GPL3.0开源协议。

项目核心逻辑源自2025年发表于《Volume 30》的研究文章。研究发现:

    100Hz纯音(声压80-85 dBZ,约60.9-65.9 dBA)短时暴露(1-5分钟)可显著改善前庭功能。
    在动物与人体实验中,该纯音能有效缓解摇晃引起的平衡失调和自主神经紊乱,效果持续长达2小时。
    通过体感分析(姿势图、心电图)及主观问卷(MSAQ)验证,1分钟暴露即可改善驾驶模拟器、真实车辆等场景下的晕动症状。

功能特色:

    一键式缓解:预设100Hz纯音模式,用户仅需1分钟“声波调节”即可应对乘车、航海等场景。
    个性化设置:允许调整声压强度(60.9-65.9 dBA范围)以适应不同环境噪音。
    无侵入性:无需佩戴设备,仅通过普通耳机即可实现干预,降低使用门槛。

项目源代码:https://github.com/BHznJNs/MotionEaseTune

Saturday, 8 June 2024

Movies-App-Flutter

 MoviesApp based on themoviedb API.

Hi, do you like movies? 😁 Try MoviesApp here, or if you are a developer click here. There are currently 4 themes in the app. Search for your favourite movie and add it to your favourites.

 Web 1280 – 1LicenseWeb 1280 – 1

Operating Principle

The app sends requests and receives responses from the themoviedb API.
To learn more about APIs and the Multitier architecture click here.

Dependencies

Getting Started

This application is using api of themoviedb, so before using it you have to create an api from themoviedb and generate an API and apply it to this application, follow the below step to connect api with this app.

First go to https://www.themoviedb.org/documentation/api, and follow the API Documentation, you will get the API Code.

  • go to secret/the_moviedb_api.dart
  • you will see the code like this
const String themoviedbApi = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX';
  • replace the all xx.. to your API, like this
const String themoviedbApi = 'your_api_code_here';
  • enjoy coding

Contributors Changes

10/09/22 - Pravin Nichal: Added a new screen, which listed the similar movie gernes. screens/genre_wise_screen.dart Great Work!

11/09/21 - Rohit Chouhan: Added the missing secret/the_moviedb_api.dart file for running the project and the exact documentation for its correct use of the api file.

from https://github.com/vellt/Movies-App-Flutter

 

Sunday, 17 December 2023

计算机相关技术资料整理

这里收录比较实用的计算机相关技术书籍,可以在短期之内入门的简单实用教程、一些技术网站以及一些写的比较好的博文,欢迎Fork,你也可以通过Pull Request参与编辑。

目录

语言无关类

操作系统


分布式系统


函数式编程


web服务器


版本控制

编辑器


MySQL


NoSQL


PostgreSQL


运维监控


项目相关


设计模式


Web


大数据


编程艺术


语言相关类

AWK


SED


Java


Android


C/C++


CSS


Go


Groovy


Haskell


iOS


JavaScript


LaTeX


LISP


Lua


Perl


PHP


Prolog


Python

R


Ruby


Scala


Scheme


Shell


Swift


WebAssembly

from https://github.com/EZLippi/practical-programming-books