AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
Free 30 days.
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Viking is a free/open source program to manage GPS data
...It is written in mostly in C (with some C++) & the GTK+3 toolkit.
Viking is currently dual managed - with a corresponding Github presence at:
https://github.com/viking-gps/viking
Where you may find it easier to view the code and raise issues there too.
Analyze gpx files and store summary in Sqlite database
There are many good programs to manage gpx tracks from my sport activities. My favorite one is gps-prune to view gps tracks on a map and make changes. However, I was missing a simple tool to store summary information about a gpx track into a database to keep track of my training efforts. That's why I created GPXReport.
GPXReport is a desktop solution which is written in Java and should run on most computers. The program can read a gpx-file and calculate basics information such as:
- overall and moving time
- distance (km),
- average and max speed
- time, km uphill and downhill
It automatically classifies the acitvity as hiking, MTB or race bike. ...