Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caarmen/caarmen
https://github.com/caarmen/caarmen
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/caarmen/caarmen
- Owner: caarmen
- Created: 2022-09-18T16:35:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-03T17:39:44.000Z (over 1 year ago)
- Last Synced: 2023-06-03T18:24:06.167Z (over 1 year ago)
- Size: 371 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hi there 👋
#### TLDR
I'm a software developer currently focused on mainly on Python and Node.js for backend projects professionally, and Python for random personal projects.----
#### What you'll find here
Previously I developed mobile apps (mostly Android). You'll find a few repositories here for Android and iOS apps.I've also dabbled in front end (vanilla Javascript for now).
Here are some repository highlights:
- 🐍 Miscellaneous little personal Python projects:
- **Slack health bot**: posts messages to slack for Withings weight and Fitbit sleep data: [slack-health-bot](https://github.com/caarmen/slack-health-bot).
- **Weather slack profile photo**: Changes your slack profile photo based on the current weather conditions: [weather-slack-profile-photo](https://github.com/caarmen/weather-slack-profile-photo)
- **Poet Assistant REST api**: server in Django REST Framework: [poet-assistant-drf](https://github.com/caarmen/poet-assistant-drf)
- **Sudoku solver**: package and CLI: [sudokusolver](https://github.com/caarmen/sudokusolver)
- **Image resizer**: server endpoint to resize an image: [image-resizer](https://github.com/caarmen/image-resizer)
- **Cine-today RSS**: server endpoint that returns an RSS feed of movies showing in selected theaters, today: [cine-today-rss](https://github.com/caarmen/cine-today-rss)
- **Flashcards**: text interface to quiz you on flashcards read from a CSV file: [flashcards](https://github.com/caarmen/flashcards)
- Older repositories:
- 🖋 **Poet Assistant** (tool with rhymer/thesaurus/dictionary, for writing poems):
- Android app (Kotlin): [poet-assistant](https://github.com/caarmen/poet-assistant)
- iOS app (Swift): [poet-assistant-ios](https://github.com/caarmen/poet-assistant-ios)
- Website/Electron app (Javascript): [poet-assistant-web](https://github.com/caarmen/poet-assistant-web)
- Qt Desktop app (C++): [poet-assistant-desktop](https://github.com/caarmen/poet-assistant-desktop)
- REST api in Spring boot (Kotlin): [poet-assistant-server](https://github.com/caarmen/poet-assistant-server)
- 📅 **French revolutionary calendar**:
- Android widget (Kotlin): [FRCAndroidWidget](https://github.com/caarmen/FRCAndroidWidget)
- Kotlin library: [french-revolutionary-calendar](https://github.com/caarmen/french-revolutionary-calendar)
- Android wear complications app (Java): [FRCComplication](https://github.com/caarmen/FRCComplication)
- ICS calendar generator (Kotlin): [french-revolutionary-calendar-generator](https://github.com/caarmen/french-revolutionary-calendar-generator)
- 🧸 **Nounours** (simple teddy bear that reacts to clicks and "moves" around semi-randomly):
- Android app (Kotlin): [nounours-android](https://github.com/caarmen/nounours-android)
- iOS app (Objective-C): [nounours-ios](https://github.com/caarmen/nounours-ios)
- X11 app (including screensaver) (C): [nounours](https://github.com/caarmen/nounours)
- 🌅 **Sunrise/Sunset** java library: [SunriseSunset](https://github.com/caarmen/SunriseSunset)There are some other more obscure little projects here as well, in QBasic and Prolog for example.