go ahead, what are you making?
For further actions, you may consider blocking this person and/or reporting abuse
go ahead, what are you making?
For further actions, you may consider blocking this person and/or reporting abuse
Michael Di Prisco -
Arpit -
Alex -
Sotiris Kourouklis -
Top comments (13)
We have the
#showdev
tag for exactly this purpose. :)Posts which promote an open source project, such as feature lists or announcements, should use the #showdev tag or Listings instead. #opensource is specifically for articles about Open Source and Free Software as a philosophy, and its application to software development and project management. (Read more about the tag rules here)
JavaPropertiesTokenizer - A .NET library for tokenizing Java properties files
github.com/erezwanderman/JavaPrope...
Description: Java .properties is a common file format for storing configuration for Java applications. Example:
There are already other libraries that can parse such file into a Dictionary so you can use the file in a .NET program. But this library tokenizes the file to preserve comments, whitespace, separators and other elements so the file can be edited and saved back without destroying its structure.
I will be using this, thanks
Great! I'll be happy to receive issues and PRs
The first placeholder image as a service dummyimage.com
github.com/kingkool68/dummyimage
That's neat, I think I will be using that.
An Anki alternative. Plan to make it Reveal.js / shuffle / markdown / filesystem (foldered) based, rather than totally SQLite / media folder-based.
If you tried to install
@r2r/cli
, it would still be SQLite-based; powered by IFrame. Well, the planned Reveal.js would be innext/
folder.github.com/patarapolw/r2r-cli
There is also rep2recall-app which is totally Electron, but I might abandon it.
The new project here is CLI / local web app.
What can it do over Anki?
speechSynthesis
API)YOLO Guys on behalf Cypriot Free Software Community we (I) making docker containers for moodle: github.com/ellakcy/docker-moodle
Feel free to Fork, build and contribute. Also, it would be nice if we could use a Free CI/CD tool/service in order to auto-relase the containers into our dockerhub as well on a push into master branch ;) You know manual labour suckz š¦ š
I've been developing a toy programming language mainly for learning. Planning on writing an article on DEV about it at some point! :)
Visual-mov / Tex-lang
A dynamically-typed toy programming language
The Tex Programming Language
Tex is a general-purpose dynamically-typed toy language written in Python. Tex's main goal is to be my first language and an exercise. As such, it's very simplistic and finicky. All planned features haven't been implemented yet, see TODO for the list.
REPL Usage
The Tex Language includes a shell for executing Tex code and programs. If you'd like to use the repl itself run:
To run a program from a file, specify the location of the file using "--file":
Tex programs are files with the '.tx' extension.
TODO
Contributing
I'm open to contributions, however the changes should be run on your local machine first. There are no tests to run, as I feel this project is notā¦
I will be playing with that, thanks Ryan.
A reactive components library for web
github.com/PuffinJS/puffin
I will kick it off, here is my project:
FultonBrowne / Ara-android
A new ai app for almost any android phone.
Welcome to Ara for Androidš
By Andromeda SoftwareAn ai assistant app for almost any android phone, That cares about privacy and productivity
Usage
or
./gradlew test
to run the unit tests./gradlew install
to install the appAuthor
Contributions, issues and feature requests are welcome!
Feel free to check issues page. If you contribute please commit to a new branch and explain details in your pull request not in your commit.
If you want to become an active contributor go here.
Show your support
Give aāļø if this project helped you!
TODO
Copyright Ā© 2019 Fulton Browne.
This project is GPL-3.0 licensed.
This README was generated withā¤ļø by readme-md-generator
FultonBrowne / Ara-Server
The server for Ara.
Welcome to Ara's serverš
By Andromeda SoftwareThe server that powers feed, AI search, and skills to the ara voice assistant
Author
Contributions, issues and feature requests are welcome!
Feel free to check issues page. If you contribute please commit to a new branch and explain details in your pull request not in your commit.
If you want to become an active contributor go here.
Show your support
Give aāļø if this project helped you!
Copyright Ā© 2019 Fulton Browne.
This project is GPL-3.0 licensed.
This README was generated withā¤ļø by readme-md-generator
Thats really neat!