Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aharren/CardDecks
Configurable card decks in your pocket.
https://github.com/aharren/CardDecks
Last synced: 30 days ago
JSON representation
Configurable card decks in your pocket.
- Host: GitHub
- URL: https://github.com/aharren/CardDecks
- Owner: aharren
- Created: 2010-02-21T18:43:10.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T17:51:30.000Z (about 3 years ago)
- Last Synced: 2024-08-03T17:19:25.401Z (4 months ago)
- Language: Objective-C
- Homepage: http://0xc0.de/CardDecks
- Size: 3.2 MB
- Stars: 43
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - CardDecks
README
# CardDecks
[http://0xc0.de/CardDecks](http://0xc0.de/CardDecks)
[http://github.com/aharren/CardDecks](http://github.com/aharren/CardDecks)## Overview
Card Decks is a small utility application for your iPhone, iPod touch and iPad
which brings you simple, configurable, colored, multi-line text cards that are
grouped into card decks.A card deck can be used to show your vote or estimation on a certain topic in a
meeting, e.g. in a planning meeting used in agile software development methods
like Scrum or Extreme Programming. If the pre-configured cards don't fit your
needs, just extend the existing cards or build your own set of cards, e.g.
including special estimation numbers like "Pi" or "?". Or, if you are the chair
of a session on a conference, you can use a card deck to remind a speaker of the
remaining time for the presentation. Or, as a speaker, use a timer card deck
to track the remaining minutes. Or, just use your cards to show your opinion,
argument, or mood, in a simple, non-verbal way. Or, use the shuffle feature to
randomly select a task from a card deck with tasks, or randomly assign tasks to
students, team members, etc.Card Decks contains some pre-configured card decks with voting cards, simple
colored cards, cards with numbers, colored cards which show remaining minutes,
and some timers.Individual card decks can be created with the built-in editor.
Each card in a card deck can be configured with a display time. This way, you
can build your own countdown timer with individual numbers, texts, reminders,
etc. Example timers for 15 and 60 minutes are pre-configured.Additionally, Card Decks supports sending and receiving card decks via e-mail,
messages, etc. for sharing your card decks with your friends or colleagues.
Either as an URL, or via a JSON-based document.Found a bug? Missing a feature? Drop a line to .
Card Decks is open source and licensed under the terms of the MIT license.
Its source code is hosted on GitHub.## Copyright and License
Copyright (c) 2009-2021 Arne Harren
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.