• Interactive Poisson Blending on GPU
    Interactive Poisson Blending on GPU
  • 404 Not Found In Two Triangles
    404 Not Found In Two Triangles
  • Simplest and Fastest GLSL Edge Detection using Fwidth
    Simplest and Fastest GLSL Edge Detection using Fwidth

Tag: PHP

The Web Version of My AI Chatbot – LJAI

LJAI is a personal chatbot hosted in my private server, available on the WeChat platform by searching 爱打滚的玲酱, and now available via the Web platform! What makes LJAI different is the virtual and real mapping of our own cat. Recently, we have acquired over 120 users, and thousands of chat messages. http://veritayuan.com/lingjiang  Compared with the…


Quick Fix: PHP SSL certificate error: unable to get local issuer certificate

Steps: Go to https://github.com/bagder/ca-bundle/tree/e9175fec5d0c4d42de24ed6d84a06d504d5e5a09 Fork or download the repository, put the file ca-bundle.crt in a certain place. Open php.ini, add two lines of code: curl.cainfo=“your-dir/ca-bundle.crt” openssl.cafile=“your-dir/ca-bundle.crt” Everything works fantastically now!   This is useful for your are scraping the Twitter.