Find something to work on or promote your project here.
Please shamelessly promote your project. Everyone who posted in previous months is welcome back this month, as always.
Happy Coding!
Photo by Fezbot2000 on Unsplash
Find something to work on or promote your project here.
Please shamelessly promote your project. Everyone who posted in previous months is welcome back this month, as always.
Happy Coding!
Photo by Fezbot2000 on Unsplash
For further actions, you may consider blocking this person and/or reporting abuse
Sanjar Rashidov -
Kanav Gathe -
babar ali -
Michael Otu -
Top comments (6)
Well, I have already posted a call for help in this post: Contributors wanted for unusual project
But some advertisement is always good, so:
Contributors are wanted for the AsmBB project.
No doubt, this is the fastest and lightest web forum engine, written entirely in assembly language and using FastCGI for even faster communications with the web server.
The project is free and open source, distributed under the EUPL license. (which is copyleft license compatible with GPL)
While I can write and optimize the back-end of the engine, my skills in the HTML/CSS/JS are pretty weak, so some skilled front-end developer and designer are highly needed in order to make the front-end as good as the back-end of the engine.
Of course, assembly language developers are also welcome, because there are many features that can be implemented in order to make AsmBB even better.
For everyone this is a chance to work on an really unusual project, learning non-conventional development tools and making the performance priority number one!
id like to help i followed you.
Great. In what area you want to help? If it is the front-end, simply clone the repository and browse the
www/templates/
directory in order to get some idea about the current state of the project.Useful reads:
How to install the engine - you will probably need a working local instance of the engine. The article is about installing on VPS, but the same directions can be used for local web server as well.
The template engine specification - the basis of the front-end is the template engine. Here is more or less full description of the syntax.
The contributions model - here is described how to make changes and submit them to the project.
I'll kick things off with a bit of a different post.
Out of necessity, I forked and upgraded a Ruby API wrapper for the Zoom API (link to docs). I only needed a subset of the API for the project I was working on at the time so I only implemented a portion of it. The rest of the API is not implemented but a solid template for building endpoints is established. This pattern has made it very beginner friendly and I am happy to coach and provide constructive feedback in PRs.
hintmedia / zoom_rb
Ruby API Wrapper for zoom.us API
zoom_rb
Ruby wrapper gem for zoom.us API (currently
v2
)Installation
Add this line to your application's Gemfile:
And then execute:
Or install it yourself as:
Usage
Contributing
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)Here's a project that I think is cool to be seen at least: github.com/hpez/tunegraphy
It's a python code that, simply put, turns audio into pictures. Check it out and if you have any ideas or could make a contribution (performance-wise, algorithmic, etc.) create an issue or a pull request!
Postwoman - A free, fast & beautiful API request builder (web alternative to Postman)
liyasthomas / postwoman
👽 A free, fast & beautiful API request builder (web alternative to Postman) https://postwoman.io 🔥
A free, fast & beautiful API request builder
Web alternative to Postman - Helps you create requests faster, saving precious time on development - Subscribe
Built with ❤︎ by
liyasthomas and
contributors
Read: Story behind Postwoman, Postwoman v1.0
Chat: Telegram, Discord
Donate: PayPal, Open Collective, Patreon
Features✨
Methods:
GET
- Retrieve information about the REST API resourceHEAD
- Retrieve response headers identical to those of a GET request, but without the response body.POST
- Create a REST API resourcePUT
- Update a REST API resourceDELETE
- Delete a REST API resource or related componentCONNECT
- Establishes a tunnel to the server identified by the target resourceOPTIONS
-…