beep

Beep is a single, 12-line, 358-character AppleScript that plays a system notification sound for the numeric value of the current hour in quick succession. (Think grandfather clock.)

https://github.com/extratone/beep

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.8%) to scientific vocabulary

Keywords

applescript audio macos
Last synced: 6 months ago · JSON representation

Repository

Beep is a single, 12-line, 358-character AppleScript that plays a system notification sound for the numeric value of the current hour in quick succession. (Think grandfather clock.)

Basic Info
  • Host: GitHub
  • Owner: extratone
  • License: other
  • Language: Rich Text Format
  • Default Branch: main
  • Homepage:
  • Size: 36.5 MB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 4
  • Releases: 0
Topics
applescript audio macos
Created almost 4 years ago · Last pushed almost 4 years ago
Metadata Files
Readme License Citation

README.md

BeepIcon

Beep Hour

Description

Beep is a single, 12-line, 358-character AppleScript that plays a system notification sound for the numeric value of the current hour in quick succession. (Think grandfather clock.)

See the GitHub repository or otherwise contact me.


12 lines, 358 characters,

Source

```applescript on getTimeInHours() -- Get the "hour" set timeStr to time string of (current date) set Pos to offset of ":" in timeStr set theHour to characters 1 thru (Pos - 1) of timeStr as string set timeStr to characters (Pos + 1) through end of timeStr as string return (theHour) as string end getTimeInHours

set CurrentTime to getTimeInHours()

beep CurrentTime ```

Owner

  • Name: David Blue
  • Login: extratone
  • Kind: user
  • Location: Columbia, Missouri
  • Company: @softwarehistorysociety

Self-described Software Historian (and lapsed auto journalist,) writing in public via GitHub and here to help. If I've screwed up, tell me! (Please)

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 4
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • extratone (4)
Pull Request Authors
Top Labels
Issue Labels
documentation (4)
Pull Request Labels