Tag

English

Articles tagged English.

Latest

148 posts · since 2012

  1. 131
  2. 132
  3. 133
  4. 134
  5. 135

    Host paper reading seminars with github

    How to use GitHub Pages and git branches to host paper reading seminars: keep compiled slides in master branch, source code in another branch, with automatic download links and version control.

  6. 136

    F# Revisited

    Explores F# for implementing domain-specific languages, demonstrating turtle graphics and fractal generation with elegant syntax, async support, and parallel computing capabilities.

  7. 137

    Lumia 900

    Switching from iPhone to Lumia 900: smooth Windows Phone experience, excellent keyboard input, tile interface, but limited app ecosystem and IE10 shortcomings.

  8. 138

    Thoughts about convex optimization

    Convex optimization as a powerful modeling language: express problems as objectives and constraints, then solve efficiently. Demonstrated with image denoising using CVX.

  9. 139

    A new start...

    Restarting the blog with morning reading habits, jogging goals, and budget planning—small steps toward a more disciplined life.

  10. 140

    Automatic Recognition of EMS's CAPTCHA

    Demonstrates automatic CAPTCHA recognition using image binarization, digit splitting, and K-nearest neighbor classification, achieving perfect accuracy on EMS package tracking system.