drowe67/codec2 175
Open source speech codec designed for communications quality speech between 450 and 3200 bit/s. The main application is low bandwidth HF/VHF digital radio.
docker Ubuntu image with Mediawiki and Flow extension
vim-mode improved
clojure + datalog = <3
Distributed database for the modern world
Create Youtube-Like IDs With Golang
Make Bash utilities usable in Fish shell
bGeigieNano is a kit version of the bGeigie mobile survey geiger counter designed to fit into a Pelican Micro Case 1010.
Transform Markdown files into a SPA website using React.
Repository for the Hypriot Blog at
startedmichaelengel/crosstalk
started time in 5 days
issue openedlfe/lfe.github.io
Please consider adding class="img-fluid"to:
(Or on smallish screens maybe hide the bottom container wrapping the callout with the comic by adding the classes d-none d-md-block.)
created time in 6 days
startedlfe/lfe.github.io
started time in 6 days
startedfelixrieseberg/macintosh.js
started time in 6 days
issue openedlfe/lfe.github.io
non of the Prolog
Is that meant to be none of the Prolog? (Or is it a Prolog joke that doesn't resolve for me?)
created time in 6 days
issue closeddrowe67/freedv-gui
Example request: add 2400B sample?
Does it make sense to add a 2400B sample to the wav directory for completeness?
closed time in 9 days
jimtissue commentdrowe67/freedv-gui
Example request: add 2400B sample?
Sounds good. Thanks!
I was toying with the idea of building the samples as part of the build_*.sh scripts since they download and rebuild a copy of codec2... but probably better to have the known good sample despite the additional filesize.
comment created time in 9 days
startedsharkdp/fd
started time in 9 days
push eventjimt/smf
commit sha 686a97cb78144c0d8a9b560935a5200f001c4019
Update dependencies
push time in 12 days
Pull request review commentdrowe67/freedv-gui
Tweak README and User Manual #64
This document describes how to build the FreeDV GUI program for various operatin $ cd freedv-gui $ ./build_linux.sh ```+ (For Ubuntu 20.04 the wxWidgets package is named `libwxgtk3.0-gtk3-dev`.)+
Playing the supplied sample files (in receive-only mode) to check the decode path without bringing the radio into the equation.
And it was then that I noticed there was a mode missing from this repo. #66 :sunglasses:
comment created time in 13 days
Pull request review commentdrowe67/freedv-gui
Tweak README and User Manual #64
This document describes how to build the FreeDV GUI program for various operatin $ cd freedv-gui $ ./build_linux.sh ```+ (For Ubuntu 20.04 the wxWidgets package is named `libwxgtk3.0-gtk3-dev`.)+
Since moving to Ubuntu 20.04 I've only used FreeDV-GUI in test mode.
I haven't encountered any problems with Python, but I don't use send_email_on_sync.py (which appears to be Python 3 aware).
comment created time in 13 days
issue openeddrowe67/freedv-gui
Example request: add 2400B sample?
Does it make sense to add a 2400B sample to the wav directory for completeness?
created time in 14 days
PR opened drowe67/freedv-gui
- add library name for building on Ubuntu 20.04
- fix link to example send mail script
- fix typos
pr created time in 14 days
push eventjimt/freedv-gui
commit sha 3920ec8dfe6306b13846eab7af20559595730ad5
removing assert that is firing on Windows machines
commit sha 7dd8b61909f70a4b094a7a07a5cfb960644e1a76
access freedv-gui branches, and updated README
commit sha e2cac8ba089a3d3ec804ee0aeb0de668334df247
Prompt the user to grant permission to FreeDV for microphone access (OSX 10.14+).
commit sha 06368c7a78f3a4c22e0639849400f0585c9ce99a
add note on AVX detection on Linux
commit sha c896e2b68efaaa7d6fb8850f1bbf39e99da2ce62
Merge pull request #41 from jimt/patch-1 add note on AVX detection on Linux - Thanks Jim :+1:
commit sha 32ef23732358c4b7169a13237adeb0e3862a4d93
Merge pull request #34 from drowe67/dr-1.4-assert-bug Issues causing FreeDV 1.4 release candidate to crash. Ok this version has been out in the wild for a few weeks and no big complaints. @tmiw reports it works for OSX. So time to merge :+1:
commit sha 4c37008e311cffdb24db081785f0f90a2816a036
disable AVX detection for non x86 platforms
commit sha 13c9598b92c15f1fb36f768c58bfc154dbffcb7c
Merge branch 'master' of https://github.com/drowe67/freedv-gui
commit sha 6748642b122923b9563ccafbfd8ee9d3f42593db
patch to support development version of Hamlib, thanks Harry
commit sha d664efa97abd419825a7b5942e9a7066de0d88cb
user manual context for OSX notarization issue - thanks Mooneer
commit sha 8635fe649f83e2259532113c3b0f5838b057edb1
typo
commit sha bbefe1a1358879319ba2b673d26509e44c3a116d
Merge pull request #36 from tmiw/master Prompt the user to grant permission to FreeDV for microphone access
commit sha 8382d1b2996d1b22bd9d75d1dda50ac1ce63a332
Update user manual with link to HorusBinary wiki.
commit sha f50d58a60436c112ac633dd37e1cf50bcf700d26
Change call to horus_rx to match new function definition in codec2/horusb_updates
commit sha ec507d4b3339d5a13a6a16bf109d730e1f1ecc9b
Dummy commit to force CI
commit sha d840784199eb7124eb11bb6b24df53b2b2f98a42
Merge pull request #46 from darksidelemm/horusb_doc_updates Horus Binary Updates
commit sha 3999db566c68c47055529c97318769fcdef8bf2c
Update USER_MANUAL.md
commit sha 876a828c69451015d1f33c0c484959a78120309c
Resolve compile error on older Xcode due to the use of @available.
commit sha 5355d570953ebeafde37b8a781317fe582563be6
Added sideband detection to FreeDV's Hamlib support. Per agreed convention, FreeDV uses LSB for bands under 10MHz and USB for bands above it. This differs from the usual "data mode" convention of USB regardless of band, This commit adds the ability for FreeDV to detect the sideband currently being used by the radio and emit a warning dialog if it differs from the expected convention. Limitations: 1. Hamlib support must be enabled in FreeDV's settings. 2. Detection is only done when the user pushes Start. If the sideband changes during the session, FreeDV will not detect the change. 3. FreeDV/Codec2 will not attempt to mitigate incorrect sideband settings during the decode process.
commit sha 4b13165618b8f1472d66a0773d28f93056f73386
Resolve compile error due to use of C++11 auto.
push time in 14 days
push eventjimt/effective-go-epub
commit sha b5d1532a93e725f2cb65edf1b49121be05d0bd5a
Update lodash dependency
push time in 15 days
push eventtlug/tlug.jp
commit sha 84bcef10fd4312b88afe15774fb9b1e04b63712f
Remove defunct other club websites from sidebar Link rot
push time in 16 days
push eventjimt/smf
commit sha be9bdc0988a36b4eac731c3a2c2d205eb20fce6f
Bump lodash from 4.17.14 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19) Signed-off-by: dependabot[bot] <[email protected]>
commit sha b4eb0ce5789ed76d05b09b237bc65d36d52f0d72
Merge pull request #2 from jimt/dependabot/npm_and_yarn/lodash-4.17.19 Bump lodash from 4.17.14 to 4.17.19
push time in 18 days
PR merged jimt/smf
Bumps lodash from 4.17.14 to 4.17.19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lodash/lodash/releases">lodash's releases</a>.</em></p> <blockquote> <h2>4.17.16</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/d7fbc52ee0466a6d248f047b5d5c3e6d1e099056"><code>d7fbc52</code></a> Bump to v4.17.19</li> <li><a href="https://github.com/lodash/lodash/commit/2e1c0f22f425e9c013815b2cd7c2ebd51f49a8d6"><code>2e1c0f2</code></a> Add npm-package</li> <li><a href="https://github.com/lodash/lodash/commit/1b6c282299f4e0271f932b466c67f0f822aa308e"><code>1b6c282</code></a> Bump to v4.17.18</li> <li><a href="https://github.com/lodash/lodash/commit/a370ac81408de2da77a82b3c4b61a01a3b9c2fac"><code>a370ac8</code></a> Bump to v4.17.17</li> <li><a href="https://github.com/lodash/lodash/commit/1144918f3578a84fcc4986da9b806e63a6175cbb"><code>1144918</code></a> Rebuild lodash and docs</li> <li><a href="https://github.com/lodash/lodash/commit/3a3b0fd339c2109563f7e8167dc95265ed82ef3e"><code>3a3b0fd</code></a> Bump to v4.17.16</li> <li><a href="https://github.com/lodash/lodash/commit/c84fe82760fb2d3e03a63379b297a1cc1a2fce12"><code>c84fe82</code></a> fix(zipObjectDeep): prototype pollution (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4759">#4759</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/e7b28ea6cb17b4ca021e7c9d66218c8c89782f32"><code>e7b28ea</code></a> Sanitize sourceURL so it cannot affect evaled code (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4518">#4518</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/0cec225778d4ac26c2bac95031ecc92a94f08bbb"><code>0cec225</code></a> Fix lodash.isEqual for circular references (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4320">#4320</a>) (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4515">#4515</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/94c3a8133cb4fcdb50db72b4fd14dd884b195cd5"><code>94c3a81</code></a> Document matches* shorthands for over* methods (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4510">#4510</a>) (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4514">#4514</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lodash/lodash/compare/4.17.14...4.17.19">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~mathias">mathias</a>, a new releaser for lodash since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 18 days
pull request commentdrowe67/codec2
Sorry, I did a few tiny changes directly in README in master rather than this branch.
comment created time in 19 days
push eventdrowe67/codec2
commit sha cd80a2a0662240d8552a0ba707e39944f8b83c1b
Fix typo; Add links
push time in 19 days
startedgo-flutter-desktop/go-flutter
started time in 19 days
pull request commentdrowe67/codec2
Got it. Thanks. I had thought was the intention, but then doubted it. I changed the wording so at least it is clear to me.
comment created time in 20 days
push eventdrowe67/codec2
commit sha a10c44fa59b89684cd0b55b36e7beca82b0caf5d
Clarify CODEC 2 / FreeDV naming overlaps
push time in 20 days
pull request commentdrowe67/codec2
In README_freedv I find this sentence confusing, but I am unsure of your intent.
1. Codec 2 has various modes (2400/1300/700C etc), than sometimes accidentally match the name of the FreeDV mode.
has more modes than sometimes accidentally... has various modes that sometimes accidentally...
comment created time in 21 days
push eventdrowe67/codec2
commit sha b82d5a90bc727eda60f347ca3d44f2429f54a08e
Fix typos
push time in 21 days
push eventjimt/jimt
commit sha 64676ca6ac90d42363c69b00519dd62afa36c458
Typo, or was it spelling?
push time in 23 days
push eventjimt/jimt
commit sha 4db7cb973a4ea40c7db4cdd88c133e05f2e5a979
WIP that will undoubtedly persist
push time in 23 days
Pull request review commentdrowe67/codec2
+# README_fdmdv++## Introduction++A 1400 bit/s (nominal) Frequency Division Multiplexed Digital Voice (FDMDV) modem based on [1]. Used for FreeDV 1600.++The FDMDV modem was first implemented in GNU Octave, then ported to C. Algorithm development is generally easier in Octave, but for real time work we need the C version. Automated units tests ensure the operation of the Octave and C versions are identical.++## Quickstart++Built as part of codec2, see [README](README.md) for build instructions.++1. Generate some test bits and modulate them:+ ```+ $ ./fdmdv_get_test_bits test.c2 1400+ $ ./fdmdv_mod test.c2 test.raw+ $ play -r 8000 -s -2 test.raw+ ```+ +1. Two seconds of test frame data modulated and sent out of sound device:+ ```+ $ ./fdmdv_get_test_bits - 2800 | ./fdmdv_mod - - | play -t raw -r 8000 -s -2 -+ ```+ +1. Send 14000 modulated bits (10 seconds) to the demod and count errors:+ ```+ $ ./fdmdv_get_test_bits - 14000 | ./fdmdv_mod - - | ./fdmdv_demod - - 14 demod_dump.txt | ./fdmdv_put_test_bits -+ ```+ Use Octave to look at plots of 1 second (1400 bits) of modem operation:+ ```+ $ cd ../octave+ $ octave --no-gui+ octave:1> fdmdv_demod_c("../src/demod_dump.txt",14000)+ ```+ +1. Run Octave simulation of entire modem and AWGN channel:+ ```+ $ cd ../octave+ $ octave+ octave:1> fdmdv_ut+ ```+ +1. NOTE: If you would like to play modem samples over the air please convert the 8 kHz samples to 48 kHz. Many PC sound cards have wildly inaccurate sample clock rates when set to 8 kHz, but seem to perform OK when set for 48 kHz. If playing and recording files you can use the sox utility:+ ```+ $ sox -r 8000 -s -2 modem_sample_8kHz.raw -r 48000 modem_sample_48kHz.wav+ ```+ For real time applications, the fdmdv.[ch] library includes functions to convert between 48 and 8 kHz sample rates.
real-time
comment created time in 23 days
Pull request review commentdrowe67/codec2
+# README_fdmdv++## Introduction++A 1400 bit/s (nominal) Frequency Division Multiplexed Digital Voice (FDMDV) modem based on [1]. Used for FreeDV 1600.++The FDMDV modem was first implemented in GNU Octave, then ported to C. Algorithm development is generally easier in Octave, but for real time work we need the C version. Automated units tests ensure the operation of the Octave and C versions are identical.++## Quickstart++Built as part of codec2, see [README](README.md) for build instructions.++1. Generate some test bits and modulate them:+ ```+ $ ./fdmdv_get_test_bits test.c2 1400+ $ ./fdmdv_mod test.c2 test.raw+ $ play -r 8000 -s -2 test.raw+ ```+ +1. Two seconds of test frame data modulated and sent out of sound device:+ ```+ $ ./fdmdv_get_test_bits - 2800 | ./fdmdv_mod - - | play -t raw -r 8000 -s -2 -+ ```+ +1. Send 14000 modulated bits (10 seconds) to the demod and count errors:+ ```+ $ ./fdmdv_get_test_bits - 14000 | ./fdmdv_mod - - | ./fdmdv_demod - - 14 demod_dump.txt | ./fdmdv_put_test_bits -+ ```+ Use Octave to look at plots of 1 second (1400 bits) of modem operation:+ ```+ $ cd ../octave+ $ octave --no-gui+ octave:1> fdmdv_demod_c("../src/demod_dump.txt",14000)+ ```+ +1. Run Octave simulation of entire modem and AWGN channel:+ ```+ $ cd ../octave+ $ octave+ octave:1> fdmdv_ut+ ```+ +1. NOTE: If you would like to play modem samples over the air please convert the 8 kHz samples to 48 kHz. Many PC sound cards have wildly inaccurate sample clock rates when set to 8 kHz, but seem to perform OK when set for 48 kHz. If playing and recording files you can use the sox utility:+ ```+ $ sox -r 8000 -s -2 modem_sample_8kHz.raw -r 48000 modem_sample_48kHz.wav+ ```+ For real time applications, the fdmdv.[ch] library includes functions to convert between 48 and 8 kHz sample rates.++1. Send 20 seconds at 2000 bit/s (20 carriers) to demod and count errors:+ ```+ $ ./fdmdv_get_test_bits - 20000 20 | ./fdmdv_mod - - 20 | ./fdmdv_demod - - 20 | ./fdmdv_put_test_bits - 20+ ```+ +1. Test with timing slips due to sample clock offset of 1000ppm:+ ```+ $ ./fdmdv_get_test_bits - 30000 | ./fdmdv_mod - - | sox -t raw -r 8000 -s -2 - -t raw -r 7990 - | ./fdmdv_demod - - 14 demod_dump.txt | ./fdmdv_put_test_bits -+ octave:98> fdmdv_demod_c("../build_linux/src/demod_dump.txt",28000)+ 27552 bits 0 errors BER: 0.0000+ ```+ +## References++1. [FreeDV 1600 Specification](https://freedv.org/freedv-specification)+3. [Testing a FDMDV Modem](http://www.rowetel.com/blog/?p=2433)+4. [FDMDV Modem Page](http://www.rowetel.com/blog/?p=2458)++## C Code++| File | Description |+| --- | --- |+| src/fdmdv_mod.c | C version of modulator that takes a file of bits and converts it to a raw file of modulated samples |+| src/fdmdv_demod.c | C version of demodulator that takes a raw file of modulated samples and outputs a file of bits. Optionally dumps demod states to a text file which can be plotted using the Octave script fdmdv_demod_c.m |+| src/codec2_fdmdv.h | Header file that exposes FDMDV C API functions. Include this file in your application program |+| src/fdmdv.c | C functions that implement the FDMDV modem |+| src/fdmdv-internal.h | internal states and constants for FDMDV modem, shouldn't be exposed to application program |+| unittest/tfdmdv.c | Used to conjunction with unittest/tfdmdv.m to automatically test C FDMDV functions against Octave versions |++## Octave Scripts++Note these require some Octave packages to be installed, see [README](README.md)++| File | Description |+| --- | --- |+| fdmdv.m | Functions and variables that implement the Octave version of the FDMDV modem |+| fdmdv_ut.m | Unit test for fdmdv Octave code, useful while developing algorithm. Includes tx/rx plus basic channel simulation |+| fdmdv_mod.m | Octave version of modulator that outputs a raw file. The modulator is driven by a test frame of bits. This can then be played over a real channel or through a channel simulator like PathSim. The sample rate can be changed using "sox" to simulate differences in tx/rx sample clocks |+| fdmdv_demod.m | Demodulator program that takes a raw file as input, and works out the bit error rate using the known test frame. Can be used to test the demod performs with off-air signals, or signals that have been passed through a channel simulator |+| fdmdv_demod_c.m | Takes an output text file from the C demod fdmdv_demod.c and produces plots and measures BER. Useful for evaluating fdmdv_demod.c performance. The plots produced are identical to the Octave version fdmdv_demod.m, allowing direct comparison of the C and Octave versions |+| tfdmdv.m | Automatic tests that compare the Octave and C versions of the FDMDV modem functions. First run unittest/tfdmdv, this will generate a text file with test vectors from the C version. Then run the Octave script tfdmdv and it will generate Octave versions of the test vectors and compare each vector with the C equivalent. Its plots the vectors and and errors (green). Its also produces an automatic check list based on test results. If the Octave or C modem code is changed, this script should be used to ensure the C and Octave versions remain identical |
Its -> It (at the start of two sentences)
comment created time in 23 days
Pull request review commentdrowe67/codec2
+# README_fdmdv++## Introduction++A 1400 bit/s (nominal) Frequency Division Multiplexed Digital Voice (FDMDV) modem based on [1]. Used for FreeDV 1600.++The FDMDV modem was first implemented in GNU Octave, then ported to C. Algorithm development is generally easier in Octave, but for real time work we need the C version. Automated units tests ensure the operation of the Octave and C versions are identical.
real-time
comment created time in 23 days
Pull request review commentdrowe67/codec2
+# README_fdmdv++## Introduction++A 1400 bit/s (nominal) Frequency Division Multiplexed Digital Voice (FDMDV) modem based on [1]. Used for FreeDV 1600.
Purely a stylistic thing, but I like making link anchors contain their content rather than a more generic click here, even if it is redundant. So I might have written:
A 1400 bit/s (nominal) Frequency Division Multiplexed Digital Voice (FDMDV) modem based on the [FreeDV 1600 Specification](https://freedv.org/freedv-specification), as implemented in FreeDV 1600.
comment created time in 23 days
startedbenbalter/word-to-markdown
started time in a month
startedmalinajs/malinajs
started time in a month
started10sr/editorconfig-micro
started time in a month
PR opened zyedidia/micro
pr created time in a month
push eventjimt/micro
commit sha 9f3dae80b5aada970e16373d9d6649b64b76218b
Fix README ToC link
push time in a month
fork jimt/micro
A modern and intuitive terminal-based text editor
https://micro-editor.github.io
fork in a month
issue commentjorgebucaran/hyperapp
Missing redirect when requesting some pages other than root
And what is presumably a variation on the theme: After following a link off https://hyperapp.dev/ and then hitting the browser back button, the Chrome address bar shows a http://hyperdev.app URL, but the display is the GitHub 404 page.
- Visit https://hyperapp.dev/api
- Click on the improve this page link near the bottom of the page
- Use the browser back button (shows the 404 page)
comment created time in a month
issue closedjorgebucaran/hyperapp
Web site: back button navigation broken
And what is presumably a variation on the theme: After following a link off https://hyperapp.dev/ and then hitting the browser back button, the Chrome address bar shows a http://hyperdev.app URL, but the display is the GitHub 404 page.
- Visit https://hyperapp.dev/api
- Click on the improve this page link near the bottom of the page
- Use the browser back button (shows the 404 page)
closed time in a month
jimtissue commentjorgebucaran/hyperapp
Web site: back button navigation broken
Duplicate #961
comment created time in a month
issue openedjorgebucaran/hyperapp
Web site: back button navigation broken
And what is presumably a variation on the theme: After following a link off https://hyperapp.dev/ and then hitting the browser back button, the Chrome address bar shows a http://hyperdev.app URL, but the display is the GitHub 404 page.
- Visit https://hyperapp.dev/api
- Click on the improve this page link near the bottom of the page
- Use the browser back button (shows the 404 page)
created time in a month
issue openedjorgebucaran/hyperapp
Web site: navigation does not show top of page
Using the web site left navigation menu does not show the top of the referenced page (unless the target page is so short that it fits on a single screen?).
To duplicate:
- visit https://hyperapp.dev/
- scroll down a couple of screens
- click tutorial (or api) in navigation
- navigates to selected page, but rather than the top of the page, you are scrolled down into the body
- continued navigation clicks among the long pages does the same
created time in a month
push eventjimt/MDsveX
commit sha 316b3973575254974bba5b53e38b4edec7ef9270
Fix doc typos
push time in a month
PR opened pngwn/MDsveX
pr created time in a month
PR opened pngwn/MDsveX
Remove double negative.
pr created time in a month
push eventjimt/MDsveX
commit sha 65e2cc4a4e036af56c229458a36facd1395859fa
Update _docs.svtext Fix doc typo
push time in a month
startedAssemblyScript/assemblyscript
started time in a month
issue opened11ty/11ty-website
There appears to be a clause missing in the sentence:
That means they should either run at build time.
(Or the word either is superfluous.)
Take care to make sure that <span class="buzzword">serverless</span> functions are <span class="buzzword">progressively enhanced</span>. That means they should either run at build time. If you call <span class="buzzword">serverless</span> functions in client-side JavaScript, they should be used for features that are outside the core functionality of the site.
created time in a month
startedsveltech/routify
started time in a month
startedflutter/flutter
started time in a month
push eventjimt/effective-go-epub
commit sha 5266697a22166c3efacedc412096edfa03d83fd9
Eliminate duplicate chapter content
push time in 2 months
push eventjimt/effective-go-epub
commit sha e2c72736346e13faad76ebb371e730bb3d0258de
Add simple cover
push time in 2 months
push eventjimt/effective-go-epub
commit sha da23db37f8abb778c8e7b094a2dae2bdcb9ef7c9
Burst chapters
push time in 2 months
created repositoryjimt/effective-go-epub
Convert online Effective Go into EPUB format
created time in 2 months
startedkwin-scripts/kwin-tiling
started time in 2 months
startedFabioAntunes/fish-nvm
started time in 2 months
startedItayGarin/ktrl
started time in 2 months
startedzyedidia/micro
started time in 2 months
startedcbyrd01/3d-knob-for-pidp11
started time in 2 months
startedjawj/zapatos
started time in 2 months
startedcaspervonb/deno-wasi
started time in 2 months
push eventjimt/codec2
commit sha 9ede487c27b4d0be31d25b21d16696b208ff6781
Fix doc typos
push time in 2 months
fork jimt/codec2
Open source speech codec designed for communications quality speech between 450 and 3200 bit/s. The main application is low bandwidth HF/VHF digital radio.
http://www.rowetel.com/codec2.html
fork in 2 months
starteddenolib/awesome-deno
started time in 2 months
startedgrantps/superhelp
started time in 3 months
startedkbrsh/moon
started time in 3 months
startedalpinejs/alpine
started time in 3 months
PR opened pelletier/go-toml
Issue: add link to pelletier/go-toml issue here
Explanation of what this pull request does.
More detailed description of the decisions being made and the reasons why (if the patch is non-trivial).
pr created time in 3 months
push eventjimt/go-toml
commit sha 9ecfd6bef68da8f30f202bc0aba23dd00790d958
Fix typos
push time in 3 months
fork jimt/go-toml
Go library for the TOML language
https://github.com/pelletier/go-toml
fork in 3 months
issue openednostar/dudestar
Feature: AMBE encoder baud rate
It would be convenient if the baud rate for the encoder were pulled from the config file rather than being hard coded to 460800.
created time in 3 months
push eventjimt/DigitalVoice
commit sha 156156c8dc6a5b54c13dbaf9a79ee3173b77141d
Change Makefile target to agree with README
push time in 3 months
fork jimt/DigitalVoice
QDV is a digital voice application for Amateur Radio and uses a Northwest Digital Radio ThumbDV(tm).
fork in 3 months
push eventjimt/smf
commit sha ffe8b64dac800f2d34f5a9e8b723b72ee31c9d20
Sanitize bizarre invalid RSS
push time in 3 months
push eventjimt/smf
commit sha aa0776ca0af64014c921ca3bad076ec1cc4efd6b
Update sqlite3
push time in 3 months
push eventjimt/smf
commit sha 7d40e07c0dd10c057ed63d6ba39446f9fca9b13f
Use ECMAScript toISOstring() for dates
commit sha c67492e47c0c5967f876a7e1fd626a1de2e4c781
Use console.error()
push time in 3 months
startedmathetake/gasm
started time in 3 months
startedzeit/now
started time in 3 months

