fancy wipe
愿望是半个生命,淡漠是半个死亡。——纪伯伦 源码: https://codepen.io/Chester/details/LYKWMxO 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748<h1 class="fancy-wipe"> <span class="text"> Transference </span> <span class="wipe-in"> Transference </span> <span class="blur-in"> Transference </span></h1><h1 class="fancy-wipe" style="--colors: linear-gradient...
渐变的艺术:变量的力量——阿超与ChatGPT 4o的代码探险
人类之所以有进步,主要原因是下一代不怎么听上一代的话。——倪匡 效果在右下角,请滚动页面查看~ .scroll-text { position: fixed; bottom: 10%; right: 10%; background: linear-gradient(180deg,var(--color-light) 0%,var(--color-light) 40%,var(--color-dark) 60%,var(--color-dark) 100%); background-size: 100% 200%; background-position: center calc(var(--scroll) * 100%); background-repeat: no-repeat; -webkit-background-clip: text; -webkit-text-fill-color: transparent;...
hashcat
回到老家之后,他才意识到都市生活是没有人情味的,可这正是它最大的魅力:无须承受他人的注视。——远子 github: https://github.com/hashcat/hashcat 官方文档: https://hashcat.net/hashcat/ hashcat是世界上最快、最先进的密码恢复实用程序,支持 300 多种高度优化的哈希算法的五种独特的攻击模式。 hashcat 目前支持 Linux、Windows 和 macOS 上的 CPU、GPU 和其他硬件加速器,并具有帮助实现分布式密码解开的功能。 1. 安装 Hashcat 打开终端,安装 Hashcat: 1brew install hashcat 验证安装是否成功: 1hashcat --version 如果看到类似 v6.2.x 的版本号,则安装成功。 2. 下载并配置 7z2hashcat 下载 7z2hashcat 脚本: 1git clone https://github.com/philsmd/7z2hashcat.git 进入 7z2hashcat 目录: 1cd 7z2hashc...
BunnyVisionPro
所谓理解,通常不过是误解的总合。——村上春树《斯普特尼克恋人》 这个项目允许使用VisionPro控制机器人手臂 github: https://github.com/Dingry/BunnyVisionPro 文档: https://dingry.github.io/BunnyVisionPro/getstarted/install/ 123456789101112131415161718192021222324252627282930313233Github-Id-VampireAchao:visionpro-robot achao$ curl https://registry-1.docker.io/v2/curl: (35) Recv failure: Connection reset by peerGithub-Id-VampireAchao:visionpro-robot achao$ export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5...
Alamofire
不是不想见任何人,而是不想踏入那种互相比拼的烦人世界。——《不如去死》 Alamofire is an HTTP networking library written in Swift. Features Component Libraries Requirements Migration Guides Communication Installation Contributing Usage Introduction - Making Requests, Response Handling, Response Validation, Response Caching HTTP - HTTP Methods, Parameters and Parameter Encoder, HTTP Headers, Authentication Large Data - Downloading Data to a File, Uploading Data to a Server Tools - Statistical Metrics, cURL Command Output A...
SwiftLint
人的身体和机器一样需要保养。——佚名 SwiftLintSwiftLint 是一个用于强制检查 Swift 代码风格和规定的一个工具,基本上以 Kodeco’s Swift 代码风格指南为基础。 SwiftLint Hook 了 Clang 和 SourceKit 从而能够使用 AST 来表示源代码文件的更多精确结果。 该项目遵守 贡献者契约行为守则。一旦参与,你将被视为支持这一守则。请将不可接受的行为报告给 info@realm.io。 安装使用Swift Package ManagerSwiftLint 可以用作命令插件或构建工具插件 添加 1.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "<version>") 到你的 Package.swift 文件中,以自动获取 SwiftLint 的最新版本,或者将依赖项固定到特定版本: 1.package(url: "https://github.com/Simply...
SwifterSwift
人类所能犯的最大错误就是拿健康来换取其他身外之物!——叔本华 SwifterSwift 是 500 多个原生 Swift 扩展的集合,为 iOS、macOS、tvOS、watchOS 和 Linux 提供了(超过 500 个)适用于各种原生数据类型、UIKit 和 Cocoa 类的便捷方法、语法糖和性能改进。 v6.0 有什么新功能?要求 iOS 12.0+ / tvOS 12.0+ / watchOS 4.0+ / macOS 10.13+ / Ubuntu 14.04+ Swift 5.6+ 希望将 SwifterSwift 用于旧版本的 SwiftSwifterSwift 从 v5 开始兼容 Swift v5.0+ 要与 Swift 3 / Xcode 8.x 一起使用,请确保您使用的是 v3.1.1。 要与 Swift 3.2 / Xcode 9.x 一起使用,请确保您使用的是 v3.2.0。 安装 CocoaPods 要使用 CocoaPods 将 SwifterSwift 集成到您的 Xcode ...
uniapp-x之uts插件运行hutool
若要为自己而活,首先必须为别人而活。——色内卡 注意这里是安卓真机设备 注意配置好HBuilderX的gradle配置、JDK配置、安卓SDK配置等,在HBuilderX的运行配置中能找到 首先HBuilderX新建一个uniapp-x工程 就是在uni-app项目默认模板下面勾选uni-app x 然后先运行到安卓手机上,我们自定义一个基座 HBuilderX选择运行——运行到手机或模拟器——制作自定义调试基座 我这里输入包名,等待云打包完成后即可在运行到Android真机设备时选择自定义基座运行 然后我们右键新建一个目录叫uni_modules,右键uni_modules新建uni_modules插件 选择UTS插件-API插件新建,我这里输入的名字叫dromara-hutool 新建以后我们在uni_modules/dromara-hutool/utssdk/app-android/config.json中引入hutool的依赖 123456{ "minSdkVersion": "21", "dependenc...
uniapp自动化测试
日常生活的摩擦龃龉,十之其九起于口舌。——贝涅特 推荐使用HBuilderX uni-app自动化测试插件 https://ext.dcloud.net.cn/plugin?id=5708 安装完毕,右键项目选择uni-app运行自动化测试即可 这里可以在HBuilderX设置的插件设置里取消勾选“自动修改jest.config.js文件中的testMatch”选项才能自定义测试目录 这是我的jest.config.js: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455module.exports = { globalTeardown: '@dcloudio/uni-automator/dist/teardown.js', testEnvironment: '@dcloudio/uni-automator/dist/environment.js', testEnvironm...
uniapp-cli工程
人生苦短,虽说如此,还会感到无聊。——佚名 除了HBuilderX可视化界面,也可以使用 cli 脚手架,可以通过 vue-cli 创建 uni-app 项目。 #环境安装全局安装 vue-cli 1npm install -g @vue/cli 复制代码 #创建uni-app 使用正式版(对应HBuilderX最新正式版) 1vue create -p dcloudio/uni-preset-vue my-project 复制代码 使用alpha版(对应HBuilderX最新alpha版) 1vue create -p dcloudio/uni-preset-vue#alpha my-alpha-project 复制代码 使用Vue3/Vite版 创建以 javascript 开发的工程(如命令行创建失败,请直接访问 gitee 下载模板) 1npx degit dcloudio/uni-preset-vue#vite my-vue3-project 复制代码 1npx degit dcloudio/uni-preset-vue#vite-alpha...
