more detailed descriptions (part 15)
This commit is contained in:
parent
2ab8549e88
commit
e0ca4a8466
|
@ -12,6 +12,25 @@ Description:
|
|||
A handy systems and security-focused tool, Port Authority is a very fast port
|
||||
scanner. It also allows you to quickly discover hosts on your network and will
|
||||
display useful network information about your device and other hosts.
|
||||
|
||||
One of the fastest port scanners with host discovery on the market! Host
|
||||
discovery is typically performed in less than 5 seconds. If the device you're
|
||||
scanning drops packets, it takes about 10 seconds to scan 1000 ports. If the
|
||||
device you're scanning rejects packets, it takes less than 30 seconds to scan
|
||||
all 65,535 ports!
|
||||
|
||||
'''Features:'''
|
||||
|
||||
* Heavily threaded, no more waiting for results one at a time
|
||||
* LAN host discovery
|
||||
* Public IP discovery
|
||||
* MAC address vendor detection
|
||||
* LAN/WAN host TCP port scanning
|
||||
* Custom port range scans
|
||||
* Open discovered HTTP(S) services to browser
|
||||
* Lightweight service fingerprinting (SSH/HTTP(S) server type and version)
|
||||
* DNS record lookups supporting almost every record type
|
||||
* Wake-on-LAN for LAN hosts
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -8,6 +8,20 @@ Auto Name:RGB Tool
|
|||
Summary:Get RGB and HEX values of a color
|
||||
Description:
|
||||
Simple and fast tool to get RGB channel and HEX values about a color.
|
||||
|
||||
RGB Tool lets you find out all the colors you need in a very simple and quick
|
||||
way. It features RGB and HSB color models plus color transparency and it
|
||||
displays HEX value.
|
||||
|
||||
You can take a picture with the camera or open an image stored on your device to
|
||||
get color information. It is also possible to extract image palette data of a
|
||||
picture.
|
||||
|
||||
Save your preferred colors, so you can easily pick them later or whenever you
|
||||
need.
|
||||
|
||||
When you have found your color, you can also print it in a PDF document or using
|
||||
a printer.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -10,6 +10,20 @@ Summary:Display availablity of meeting rooms
|
|||
Description:
|
||||
Displays the availability status of meeting rooms along with the free/busy-time.
|
||||
Requires a Google-Account for schedules.
|
||||
|
||||
Reservator is an open source meeting room display system for tablets. Mount your
|
||||
tablet next to your meeting rooms door, install Reservator and you’re good to
|
||||
go! Reservator uses your Google calendar’s resources for booking so you can use
|
||||
it, for example, for conference rooms, classrooms or for lending a video
|
||||
projector. While using Reservator, you can still book rooms normally through
|
||||
Google Calendar. You can also use the application for reserving other meeting
|
||||
rooms within your company.
|
||||
|
||||
'''Features:'''
|
||||
|
||||
* Integration: Reservator works with Google apps.
|
||||
* Booking: You can instantly book a meeting room with Reservator. You can also view the rooms calendar and book a meeting somewhere in the future. Simply pick the time and enter your name and it’s booked.
|
||||
* Traffic lights: The display will be green if the room is available, yellow if a meeting is about to start soon and red if it’s reserved. With this information you can quickly decide what conference room you want to use by just walking around.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -11,6 +11,16 @@ QuickLyric fetches your lyrics for you. It includes a search engine and is
|
|||
simple and easy to use. It can also detect what song is playing on your device.
|
||||
|
||||
The NFC permission is used to share lyrics via Android Beam.
|
||||
|
||||
'''Highlights:'''
|
||||
|
||||
* The fastest lyrics finder
|
||||
* Synchronized lyrics - the ultimate karaoke experience right in your pocket!
|
||||
* Floating lyrics to enjoy your lyrics without interrupting what you're doing
|
||||
* Display an (optional) notification to access your lyrics even quicker
|
||||
* Quickly download the lyrics for your whole library of songs (Google Play, Spotify or your own files)
|
||||
* Identify songs with your microphone: hold your phone to the music and the lyrics will appear!
|
||||
* A top-notch support team that will gladly answer all your questions
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -9,6 +9,12 @@ Summary:Client for Quassel IRC
|
|||
Description:
|
||||
Quassel is a distributed, decentralized IRC client. This app is a pure Java
|
||||
client for the Quassel core.
|
||||
|
||||
REQUIRES A QUASSEL CORE – DOES NOT WORK AS STANDALONE IRC CLIENT!
|
||||
|
||||
* Use IRC on the go – thanks to the Quassel core, you’ll never miss anything
|
||||
* Always have your entire chat history available – just scroll up to load older messages, the core keeps them for you
|
||||
* Be notified when someone messages you – even if you had no connection in the meantime
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -11,6 +11,23 @@ Description:
|
|||
View a FFT plot and a waterfall plot of the frequency spectrum received by a
|
||||
[http://greatscottgadgets.com/hackrf/ HackRF]. The new version can also
|
||||
demodulate audio from AM and FM signals!
|
||||
|
||||
Use an OTG (on-the-go) USB cable to connect your HackRF/RTL-SDR to an Android
|
||||
phone/tablet and this app will visualize the RF spectrum (frequency magnitude
|
||||
and waterfall plot)! Browse through the frequency spectrum just by using scroll
|
||||
and zoom touch gestures. Additional features are:
|
||||
|
||||
* Many settings: FFT size, averaging, peak holding, color scheme, ...
|
||||
* read samples from a file (generated by hackrf_transfer tool or by rtl_sdr)
|
||||
* AM/FM/SSB audio demodulation
|
||||
* adjust squelch and channel width
|
||||
* Record to a raw IQ file compatible with hackrf_transfer, ...
|
||||
* Bookmarks
|
||||
* rad1o support
|
||||
|
||||
Read
|
||||
[https://github.com/demantz/RFAnalyzer/blob/master/doc/rf_analyzer_manual.md the
|
||||
manual] for more details.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -9,6 +9,17 @@ Summary:A regular expression matching game
|
|||
Description:
|
||||
Try and find a regular expression (Perl style) to match certain strings, while
|
||||
not matching others.
|
||||
|
||||
Currently there are three game modes, that can be selected and configured from
|
||||
the settings. These generate Tasks, set limits to how many characters may be
|
||||
used, and which solutions are successful an which are not.
|
||||
|
||||
All game modes are based on the same concept: the Task to solve will be
|
||||
displayed on the screen as soon as possible (near immediately for Random game,
|
||||
longer for REDB game), and then the user has to enter a regular expression to
|
||||
solve the task. As soon as it fits to conditions, it will be automatically
|
||||
submitted, and the next task will generate - no questions asked. The user will
|
||||
be notified in case s?he rises up a level.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -9,6 +9,24 @@ Summary:Monitor phpSysInfo
|
|||
Description:
|
||||
Little tool allowing you to monitor your
|
||||
[https://phpsysinfo.github.io/phpsysinfo/ phpSysInfo] system on your phone.
|
||||
|
||||
'''Features:'''
|
||||
|
||||
* Operating System Information (Version, Uptime, ...)
|
||||
* CPU, Memory and Disk usage
|
||||
* Multi-host
|
||||
* HTTPS
|
||||
* Basic/Digest Authentification
|
||||
* Temperatures (MotherBoard and IPMI)
|
||||
* Fans speed (MotherBoard)
|
||||
* Network informations
|
||||
* PSStatus
|
||||
* SMART
|
||||
* RAID
|
||||
* UPS
|
||||
* UpdateNotifier
|
||||
* Printers (SNMP)
|
||||
* Auto-Refresh feature (experimental)
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -9,6 +9,24 @@ Summary:Music player running as launcher
|
|||
Description:
|
||||
Based on [[com.smithdtyler.prettygoodmusicplayer]], a music player that focuses
|
||||
on basics, rock solid music playing, this player can be set to act as launcher.
|
||||
|
||||
Tired of music players that take forever to start up because they're loading ads
|
||||
or trying to download stuff? Of music players that ignore Bluetooth controls, or
|
||||
stop responding after a few minutes? I was too, so I wrote this app!
|
||||
|
||||
Feature Details:
|
||||
|
||||
* Audiobook mode for resuming playback where you left off
|
||||
* Notification controls
|
||||
* The color theme and text size are now configurable!
|
||||
* This player protects against accidental pausing when your phone is jostled and the headphone cord shifts. I added this because it was annoying when my phone was in my pocket and would auto-pause because the headphone cable was bumped.
|
||||
* Plays .mp3, .m4p, .m4a, .aac, and many more types of audio files.
|
||||
* Accepts play, pause, previous, and next commands from Bluetooth headsets.
|
||||
* When you select 'All songs' for a given artist, the songs are ordered by album, not alphabetically.
|
||||
* Automatically pauses and resumes when another app (e.g. GPS) needs audio.
|
||||
* If another app needs audio for more than 30 seconds (e.g. a phone call), it does not automatically resume.
|
||||
* "Repeat All" is always on.
|
||||
* If you click "back" too quickly, it double checks that you want to leave before quitting.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -11,7 +11,16 @@ Auto Name:Quick Draw Everywhere
|
|||
Summary:Draw and take notes everywhere on your device
|
||||
Description:
|
||||
Quickly draw anywhere on your screen using a floating bubble and a simple, yet
|
||||
powerful drawing canvas
|
||||
powerful drawing canvas.
|
||||
|
||||
The app will create a popup icon, clicking that icon will open a drawing area.
|
||||
Draw and sketch in the provided area, when you are done click the save button.
|
||||
|
||||
'''Features:'''
|
||||
|
||||
* Save and view images
|
||||
* Draw/erase
|
||||
* Undo button
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -10,6 +10,14 @@ Summary:Check the status of your RasPi
|
|||
Description:
|
||||
Show the user the current system status of a running Raspberry Pi computer. To
|
||||
gather the information needed, RasPi Check uses a SSH connection.
|
||||
|
||||
RasPi Check shows you overclocking information (frequency, temperature, volts)
|
||||
and more system information (free memory, runtime, disk status). You can also
|
||||
restart or halt your Raspberry Pi ® and send custom commands! If you always want
|
||||
to keep an eye on your Pi there's also a widget for your homescreen.
|
||||
|
||||
All you need for the app to work are your SSH login credentials. You can either
|
||||
authentificate via password or via private/public key.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -10,6 +10,19 @@ Summary:Board game
|
|||
Description:
|
||||
Politrics is a board game similar to Chess. The game was invented by Wilfrid
|
||||
Hartnagel. Android application was created by Todor Balabanov.
|
||||
|
||||
Depending on where the first figure is placed there can be more than 23000
|
||||
opening moves, hence it is most unlikely that a game will ever be played twice.
|
||||
Players develop their own tactics to win boards and strategies to win the game.
|
||||
|
||||
There are 3 ways to win a board:
|
||||
|
||||
# by creating a line of 5 figures that cannot be beaten.
|
||||
# by beating your opponent’s President.
|
||||
# by reducing the amount of your opponent’s figures. When you don’t have enough figures left to create a line of five you have lost.
|
||||
|
||||
The maximum score of a board is 100 points. You need 100 points to win the game.
|
||||
You may win the game by winning several boards or one only.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -10,6 +10,21 @@ Summary:39 single-player logic games
|
|||
Description:
|
||||
A port of Simon Tatham's Portable Puzzle Collection, a collection of 39
|
||||
single-player logic games.
|
||||
|
||||
Various control options for small screens: on-screen arrow keys (can be enabled
|
||||
in Settings), pinch to zoom, and a new button to swap press/long-press.
|
||||
|
||||
NFC lets you beam a puzzle to your friend's phone,
|
||||
[https://www.youtube.com/watch?v=nCw1ilMzCH4 like this].
|
||||
|
||||
Media permissions let you swap saved games with the versions for other platforms
|
||||
at http://is.gd/sgtpuz (via Save/Share actions)
|
||||
|
||||
Contains the following 39 games: Black Box, Bridges, Cube, Dominosa, Fifteen,
|
||||
Filling, Flip, Flood, Galaxies, Guess, Inertia, Keen, Light Up, Loopy, Magnets,
|
||||
Map, Mines (Minesweeper), Net, Netslide, Palisade, Pattern, Pearl, Pegs
|
||||
(Solitaire), Range, Rectangles, Same Game, Signpost, Singles, Sixteen, Slant,
|
||||
Solo (Sudoku), Tents, Towers, Tracks, Twiddle, Undead, Unequal, Unruly, Untangle
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -12,6 +12,15 @@ Look up online radio streams at [http://www.radio-browser.info RadioBrowser] and
|
|||
listen to them. RadioBrowser is a wiki like aproach to collect as much online
|
||||
radio stations as possible. Every one can help by not only adding new stations
|
||||
but also tagging existing ones.
|
||||
|
||||
'''Features:'''
|
||||
|
||||
* Everyone can add stations easily
|
||||
* Sleep timer
|
||||
* Alarm clock
|
||||
* Record streams
|
||||
* Music Player Daemon support
|
||||
* ChromeCast support
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -8,6 +8,11 @@ Auto Name:Pushup Buddy
|
|||
Summary:Count push-ups using sensors
|
||||
Description:
|
||||
Uses the proximity sensor of your phone to log your push-up workout.
|
||||
|
||||
Press the start button and let Pushup Buddy measure and tell your progress on
|
||||
your pushup workout, using the proximity sensor. It detects when you rest
|
||||
between sets and tells you when you have rested long enough and makes a list of
|
||||
all the sets. Workouts are saved so you can compare them any time.
|
||||
.
|
||||
|
||||
Repo Type:bzr
|
||||
|
|
|
@ -8,6 +8,18 @@ Auto Name:Public Transport Timisoara
|
|||
Summary:Get arrival times from Timisoara's PTS
|
||||
Description:
|
||||
Get real-time vehicle arrival times from Timisoara's public transport system.
|
||||
|
||||
Use your device to download live arrival times obtained from the real-time GPS
|
||||
tracking units installed in all public transport vehicles (trams, buses and
|
||||
trolleybuses). The app connects directly to Timisoara's Transport Authority
|
||||
(RATT) servers and presents the arrival information in a format optimized for
|
||||
mobile devices.
|
||||
|
||||
'''Features:'''
|
||||
|
||||
* Display live vehicle arrival times for all stations from a line.
|
||||
* Display arrival times for connecting lines
|
||||
* Does not require GPS activated on your device (saves battery)
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -11,6 +11,14 @@ Quickly search, find and launch apps, contacts, bookmarks, artists, albums and
|
|||
songs. There is also a plugin interface which enables you to extend it by other
|
||||
search categories. Similar to Quicksilver, Launchy and GNOME Do for other
|
||||
systems.
|
||||
|
||||
'''Key Features:'''
|
||||
|
||||
* Quickly search, find and launch apps, contacts, bookmarks, artists, albums and songs
|
||||
* Learning aptitude: Give the user's favorite items a high ranking within the search results
|
||||
* As fast as Google's search app while providing better search results :-)
|
||||
* Search history for quick access to the most recently used items
|
||||
* Search widget support
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
Loading…
Reference in a new issue