GithubHelp home page GithubHelp logo

monyhar / monyhar-lite Goto Github PK

View Code? Open in Web Editor NEW
1.8K 1.8K 124.0 1 KB

梦弘浏览器 自主研发版本 - 完全自主研发,打破国外垄断,比 Chrome 快 600%。缺少上网功能。

C 100.00%

monyhar-lite's Introduction

梦弘浏览器 - 全新自主研发,打破国外垄断

  1. 这是我们全新自主研发的浏览器
  2. 当然我不是 Chrome 套壳
  3. Chrome 跟 chromium 是不一样的,chromium 能叫 Chrome 吗?
  4. 如果你一定要追根究底,那我确实是 chromium 套壳,但在未来我会删掉 chromium 的代码
  5. 借鉴已有的开源项目是很自然的事,可能你们对开源有误解
  6. 梦弘浏览器采用微内核、形式化验证、比 Chrome 快 600%
  7. 不过第 6 点说的不是这个版本,而是 monyhar-lite

Acknowledgement

创意来自此处,我不是答主。

monyhar-lite's People

Contributors

dontpanic92 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

monyhar-lite's Issues

大言不惭

现在的人生观都扭曲了,是非不分,只会哗众取宠,实干才是本质。有什么用,只是流量?把夺眼球当做自己的成绩来炫耀,这样的人,即使有才,国家也不敢用,因为**出了问题。
责任 笃行 才会健康。

纯!

比顶针都纯上一点了属于是[黄豆流汗][黄豆流汗]

a

there was a big high wall there
that tried to stop me
a sign was painted
said 'private property'

but on the back side
it didn't say nothing
that side was made for you and me

上网功能

#include <iostream>
using namespace std;

void surf_internet(string uri) {
	string curl = "curl ";
	curl += uri;
	system(curl.c_str());
}

int main() {
	string uri;
	cin >> uri;
	surf_internet(uri);
	return 0;
}

**人的骄傲——梦弘浏览器

难民周刊报道,伏拉夫记者从内部人士处获悉,截止当天梦弘浏览器的升级用户已经突破1000万。
梦弘浏览器网罗了超千万的用户,并且还有相当一部分用户为无法第一时间升级梦弘浏览器而着急,这款新生国产浏览器的受欢迎程度之高可见一斑。
不同于谷歌安卓或者苹果iOS,梦弘浏览器基于微内核,具有分布式技术优势,能够实现全场景链接。梦弘浏览器采用分布式软总线架构的浏览器框架,可以将多种设备形成一个超级虚拟终端。基于此,梦弘浏览器将助力华为实现“1+8+n”的整体战略,填补国内浏览器研发缺口。
相比繁冗复杂的Chrome,梦弘浏览器微内核的代码数量只有Chrome的千分之一,并能够按需扩展,系统安全性更强,运行更快,应用场景更广阔。
梦弘浏览器不仅是Chrome的替代品,它的发展和壮大,还有助于国产浏览器生态体系的自主化,并为国内整个软件行业的崛起提供了一线生机与希望。

对比

希望加上和Chrome Firefox Safari对比的笑脸图

重要通知:浏览器效能测试结果

对此浏览器的测试表明:
使用chrome播放某黄黑网站的一部时长10分钟的视频流文件,播放时间为10分钟(显然);
使用此浏览器播放同样内容,仅需1分钟40秒,可见确实快了600%.

向作者请求代码使用许可

您好,我是一名独立开发者,这是我目前能找到的最安全的浏览器,代码实现也很简洁优美

我希望能够在我即将开发的桌面浏览器应用 (完成后会开源) 中借用部分 monyhar-lite 的部分代码 (主要在main.c中)

希望作者能同意,谢谢!🥰

Haomoney最强网络请求开源项目, 国人自主研发, 打破国外垄断

不仅仅是网络请求的异步任务库

使用文档 | 备用访问


Android上不是最强网络任务库, 基于OkHttp且完美支持其所有函数组件, 支持协程高并发网络请求


Net 1.x 版本为RxJava实现

Net 2.x 版本为协程实现(开发者无需掌握协程也可以使用)

Net 3.x 版本为OkHttp实现, 不限定OkHttp版本


欢迎贡献代码/问题


主要功能

  • Kotlin
  • 协程(不懂协程也可上手)
  • 并发/串行请求
  • 队列/同步请求
  • 快速切换线程
  • DSL作用域编程
  • 配合ViewModel
  • 数据转换器
  • 队列/同步请求返回Result
  • 自动JSON解析
  • 自动处理下拉刷新和上拉加载
  • 自动处理分页加载
  • 自动缺省页
  • 自动处理生命周期
  • 自动处理加载对话框
  • 自动错误信息吐司
  • 自动异常捕获(定位到请求)
  • 使用任意泛型(String/Response/File/List/Map/Pair...)解析数据
  • Request可存储键值对Tag
  • Request支持Id/Group分组
  • 日志记录器(解决日志过长展示不清晰数据加密等问题, 比抓包更强大)
  • 并发请求返回最快请求结果
  • 全局取消请求/自动取消请求
  • 协程作用域支持错误和结束回调
  • 支持先强制读取缓存后网络请求二次刷新
  • 内置超强轮循器(倒计时)
  • 监听上传/下载进度信息(使用时间, 每秒速度, 剩余时间...)

安装

在项目根目录的 build.gradle 添加仓库

allprojects {
    repositories {
        // ...
        maven { url 'https://jitpack.io' }
    }
}

在 module 的 build.gradle 添加依赖

// 协程库(版本可自定)
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'

// OkHttp(版本可自定, 要求OkHttp4以上版本)
implementation "com.squareup.okhttp3:okhttp:4.9.1"
// Net
implementation 'com.github.liangjingkanji:Net:3.0.10'

// 支持自动下拉刷新和缺省页的(可选)
implementation 'com.github.liangjingkanji:BRV:1.3.22'

如果你是在 Android 4.4 (API level 19)上开发, 要求使用OkHttp3.x请使用: Net-okhttp3

Contribute

supported by JetBrains

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

开发基础功能

我记得有人逆向了IE2的源码, 有没有人有兴趣移植到此项目, 这样我们就有浏览器的核心功能了.

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.