A New Collection of Thoughtful Learning Apps — Now Available on iOS & Android

Image
I’m excited to share a set of mobile apps I’ve recently completed and published on both the Google Play Store and the Apple App Store. These apps are designed with a simple goal in mind: to make meaningful, structured content more accessible, whether you’re studying theology or improving your English vocabulary. 📱 Now Available on Both Platforms All apps are live and available for download: Google Play Developer Page: https://play.google.com/store/apps/dev?id=5835943159853189043 Apple App Store Developer Page: https://apps.apple.com/ca/developer/q-z-l-corp/id1888794100 📖 Theology & Confession Study Apps For those interested in Reformed theology and classical Christian teachings, I’ve developed a series of apps that present foundational texts in a clean, focused reading format: The Belgic Confession Canons of Dort Heidelberg Catechism Westminster Shorter Catechism Each app is designed to provide a distraction-free experience, making it easier to read, reflect, and revisit these im...

rebase all dll of cygwin for Win7/Vista system to fix fork issue

在cygwin的安装目录(通常是c:\cygwin\bin)下提供了一个rebase的脚本程序。
在同一目录下有个ash.exe程序是用来执行这个脚本的。


在windows系统上,按如下步骤做即可:
1.打开CMD窗口(按下Win+R键启动运行窗口,输入CMD,最后按下回车键即可)
2.切换到c:\cygwin\bin目录(命令行:cd /d c:\cygwin\bin
3.运行ash.exe程序(命令行:ash.exe)
4.启动rebase脚本(命令:./bin/rebaseall -v)


这么做主要是为了解决在Vista或是Windows7系统下,Cygwin的fork出不来的实现问题。

❤️ Support This Blog


If this post helped you, you can support my writing with a small donation. Thank you for reading.


Comments

Popular Posts

Fix “A problem occurred starting process 'command node'” in Android Studio for React Native

Fix up watchman issue with Ghost

Using Mutual TLS (mTLS) in Next.js (Server-Side Only)