• Stars
    star
    78
  • Rank 398,028 (Top 9 %)
  • Language
    Go
  • License
    BSD 3-Clause "New...
  • Created over 5 years ago
  • Updated over 1 year 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

k8scourse

Kubernetes Course
Shell
1
star
13

kardia

The Heart of every Distributed Application
Go
1
star
14

krypto

Cryptographic libraries for Go
Go
1
star
15

devenv

Docker Images for my development environment
1
star
16

hatari

Fast, secure, efficient backup program
Go
1
star
17

poros

ERP
Go
1
star
18

eon

Task Runner/Manager
Go
1
star
19

manna

Discipleship Management System
Go
1
star
20

nvim

My Neovim Configuration
Lua
1
star
21

daft

Notebook for silly and important things equally
HTML
1
star
22

rodo

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

plumber

Plumbing for Go applications
1
star
24

ark

A simple & secure vault
Go
1
star
25

mod

1
star
26

astra

Web UI for boltdb
Go
1
star
27

rimed

Rim Editor
Rust
1
star
28

utils

All utility files
Makefile
1
star
29

lex

Swiss Army Knife for DevOps
Go
1
star
30

casbin

Casbin Middleware for Gofiber
Go
1
star
31

legate

Orchestrator of Legions of Containers
1
star
32

homie

Home Management
Go
1
star
33

docsy-template

HTML
1
star
34

ergatis

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

alwindoss

Home Page
1
star
36

fragmos

Blockchain
Go
1
star
37

eddy

eddy
Go
1
star
38

jkl-template

This is a jkl template
Go
1
star
39

astrapi

Laravel for Go. Astrapi means lightning
1
star
40

choice

Random choice
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

dam

IRC Client and Server
Go
1
star
46

wimbo

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