DEV Community

Ben Halpern
Ben Halpern Subscriber

Posted on

Who's looking for open source contributors? (April 30 edition)

Please shamelessly promote your project. Everyone who posted in previous weeks is welcome back this week, as always. 😄

Latest comments (32)

Collapse
 
danilobarion1986 profile image
Danilo Barion Nogueira

Hello everyone!

I'm developing an Ruby gem that is an API version verifier It's still an WIP, but I'll appreciate any help to help me build this. Every critics or suggestions about what is already done is welcome too!

github.com/danilobarion1986/boechat

Collapse
 
andreujuanc profile image
Juan C. Andreu

I had the need to run Sql Queries to multiple databases. Can be any type, insert, select, alter.

So I build a simple query executor, that allows to set each database target. Or to dynamically get all the database in a database server (with some filters).

Features:

  • Allows you to deploy multiple files.
  • Save the "document/project".
  • Each connection/query runs in parallel. (makes it really fast for multiple migrations)
  • Set Command Timeout
  • Validates Sql queries before executions
  • Syntax highlight in editor
  • Shows On-the-fly messages on each target (ie, results from print)

As of now it works only for SqlServer, but i tried (with little time) to make it agnostic as possible.

Uses WPF (since i needed SqlConnection). Tried to start a electron version but had not time to even mock the UI.

Has some unit tests, but would love to improve more on that.

Also, i want to make it cross-platform since Sql Server now runs in Linux D:

github.com/andreujuanc/TakoDeploy

Collapse
 
lenoir_aaron profile image
Aaron

I have a C# library to read and write metadata of FLAC audio files: github.com/AaronLenoir/flaclibsharp

I know it has some users since some people logged issues. I was kind of surprised by that.

It was created at first for fun while commuting on the train, then later it was mostly about actually finishing a side project.
Now I maintain it now and then but I don't actually use it much myself anymore!

There's a few small things I'd like to do, and a few bigger ones.

Anyone working with FLAC files in .NET may be interested. Would be cool to have FLAC audio decoding in there.

Collapse
 
ferricoxide profile image
Thomas H Jones II

My team has authored a set of tools for creating LVM-partitioned Amazon Machine images for RHEL and CentOS 6 and 7. In the past 18 months, we've expanded beyond AMIs to include creating images for other cloud and virtualization options. We've gotten the occasional request — mostly via direct email rather than issues — for further platforms but haven't had sufficient internal justification to do it for those requestors. That said, those requests tell us there's a desire for futher platform support. So, if anyone wants to help out and extend support for other CSPs and virtualization platforms (or even improve support for existing platforms), please feel free to contribute to spel.

Collapse
 
karn profile image
Karn Saheb

Hello friends!

I've been working on a library for Android to simplify Notification delivery using fluent APIs written in Kotlin. It's called Notify and could definitely use your contributions -- whether that by way to writing code, tests and/or documentation or simply by pointing out issues.

A taste of the syntax:

Notify
    .with(context)
    .content { // this: Payload.Content.Default
        title = "New dessert menu"
        text = "The Cheesecake Factory has a new dessert for you to try!"
    }
    .show()

Basic usecase

The best part is that even though it is still being developed it doesn't mean that you are restricted to functionality. The APIs expose the NotificationCompat.Builder object and allow you to continue to build the notification as you would without the library!

You can check out/star the project at github.com/Karn/notify, and feel free to create issues and/or ping me either here or on GitHub!

🙌

Collapse
 
eddiejaoude profile image
Eddie Jaoude

DashboardHub is my startup and is completely transparent and open source! Only in the Alpha stage at the moment, but all feedback / thoughts / ideas welcome :)

Your Delivery Pipeline overview in One Place. If you are delivering a platform or a library, know exactly WHAT, WHEN and WHERE are being built and deployed, by reporting back to your Pipeline Dashboard (currently in Alpha) on DashboardHub.

Repo: github.com/DashboardHub/PipelineDa...
Website: dashboardhub.io

website

app

Collapse
 
thiagoarrais profile image
Thiago Arrais

I am building a GitHub bot that anonymizes pull requests and will measure biases in open source. You may want to join me if you're interested in any of the following:

  • Ruby
  • Bots
  • Javascript
  • Probot
  • Browser extensions
  • GitHub API

The project is at github.com/anonydog/anonydog

You may comment here or hit me with a DM if you wish to know more. My Twitter handle is @thiagoarrais .

Collapse
 
ignoreintuition profile image
Brian Greig

I've recently been working on a D3 plugin for creating reactive charts and graphs in VueJS. If this is something that grabs you feel free to fork it, add some additional visualizations, maybe help refactor the code, and submit a PR. Cheers:

github.com/ignoreintuition/d3vue

Collapse
 
fannyvieira profile image
Fanny • Edited

i've created a chrome extension with reactjs that allows you to view if other GitHub users follow you, like on twitter.
github.com/FannyVieira/whosfollowi...

Collapse
 
ben profile image
Ben Halpern

Ah super neat. It occurs to me we don't have that functionality on dev.to and we should 🙂

Collapse
 
eri0o profile image
eri0

I just wanted someone who knows c plus plus and multiplatform development to help me organize this plugin for ags so it can from a single codebase generate .dll for Windows .so for Linux and if the person knows OSX, whatever is the equivalent in OSX. Requires SDL2 and c++ knowledge (I am very bad at both).

github.com/ericoporto/agsjoy