• Stars
    star
    78
  • Rank 412,246 (Top 9 %)
  • Language
    Go
  • License
    BSD 3-Clause "New...
  • Created over 6 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Morse Code Library in Go

morse

Go Report Card CircleCI codecov Go Reference License

Morse Code Library in Go

Download and Use

go get -u -v github.com/alwindoss/morse

or

dep ensure -add github.com/alwindoss/morse

Sample Usage

package main

import (
	"fmt"
	"strings"

	"github.com/alwindoss/morse"
)

func main() {
	h := morse.NewHacker()
	morseCode, err := h.Encode(strings.NewReader("Convert this to Morse"))
	if err != nil {
		return
	}
	// Morse Code is: -.-. --- ...- . .-. - / - .... .. ... / - --- / -- --- .-. ... .
	fmt.Printf("Morse Code is: %s\n", string(morseCode))
}

More Repositories

1

rvdy

Are we there yet
Go
2
star
2

acron

CLI Acronym Store
Go
2
star
3

corto

Short URL service
Go
2
star
4

fxn

Utility functions for Go using functional programming paradigm
2
star
5

wys

View library for Golang web applications
Go
2
star
6

codewithkernel

A single repo about all the sessions of Code with Kernel
2
star
7

gnuhealth

Python
2
star
8

aoc2015

Advent of Code 2015
Go
2
star
9

stampede

Load generator
Go
1
star
10

akademy

School management system
Go
1
star
11

ukweli

Implementation of HOTP and TOTP as per the RFC RFC4226 and RFC6238 respectively
Go
1
star
12

asher

A simple shell
Go
1
star
13

k8scourse

Kubernetes Course
Shell
1
star
14

kardia

The Heart of every Distributed Application
Go
1
star
15

krypto

Cryptographic libraries for Go
Go
1
star
16

astrapi

Laravel for Go. Astrapi means lightning
1
star
17

devenv

Docker Images for my development environment
1
star
18

hatari

Fast, secure, efficient backup program
Go
1
star
19

eon

Task Runner/Manager
Go
1
star
20

rodo

Do all the mundane work. Rodo in Japanese means labour(v).
Makefile
1
star
21

plumber

Plumbing for Go applications
1
star
22

mod

1
star
23

astra

Web UI for boltdb
Go
1
star
24

fragmos

Blockchain
Go
1
star
25

rimed

Rim Editor
Rust
1
star
26

ark

A simple & secure vault
Go
1
star
27

lex

Swiss Army Knife for DevOps
Go
1
star
28

eddy

eddy
Go
1
star
29

utils

All utility files
Makefile
1
star
30

casbin

Casbin Middleware for Gofiber
Go
1
star
31

legate

Orchestrator of Legions of Containers
1
star
32

daft

Notebook for silly and important things equally
HTML
1
star
33

homie

Home Management
Go
1
star
34

ergatis

Greek for worker. An organization manager for GitHub and GitLab
Go
1
star
35

alwindoss

Home Page
1
star
36

dam

IRC Client and Server
Go
1
star
37

docsy-template

HTML
1
star
38

jkl-template

This is a jkl template
Go
1
star
39

choice

Random choice
1
star
40

manna

Discipleship Management System
Go
1
star
41

rfcs

RFCs for all projects
1
star
42

osbm

Open Source Bookmark Manager
1
star
43

scorch

Simple Container Orchestrator
1
star
44

aplos

embeddable queue
1
star
45

wimbo

Time tracker for everyone right from the command line
Go
1
star