Jump to content
Yaron

My open-source portfolio

Recommended Posts

I released quite a bit of interesting code to github over the years:

 

YouTube DATA API v3 parsing:

https://github.com/bLightZP/Delphi-YouTube-Channel-parsing-plugin-for-Zoom-Player

 

Basic RSS feed parsing code:
https://github.com/bLightZP/Delphi-RSS-feed-parsing-plugin-for-Zoom-Player

 

TheAudioDB MetaData/Image scraping code:
https://github.com/bLightZP/Delphi-theaudiodb.com-Zoom-Player-media-scraping-plug-in

 

TheMovieDB MetaData/Image scraping code:
https://github.com/bLightZP/Delphi-themoviedb.org-Zoom-Player-media-scraping-plug-in

 

OpenSubtitles.org subtitle search & scrape code:

https://github.com/bLightZP/Delphi-OpenSubtitles.org-API-support-for-Zoom-Player

 

A basic cross-platform calculator

https://github.com/bLightZP/ElegantCalculator

https://play.google.com/store/apps/details?id=com.inmatrix.ElegantCalculator

 

Adapted old code to work as cross-platform pure-pascal image scaling with filters (bicubic, bilinear, etc):

https://github.com/bLightZP/ImageInterpolation

 

Adapted old code to work as a cross-platform drawing of an anti-aliased circle (can be modified to draw rount-rect as well):
https://github.com/bLightZP/AntiAliasedCircle

 

I forked a QRCode generating source code and greatly optimized it (~ x50 faster):
https://github.com/bLightZP/DelphiZXingQRCode

 

The original Delphi scanline color-conversion implementation was very slow, so I optimized it:
https://github.com/bLightZP/OptimizedDelphiFMXScanline

Edited by Yaron
  • Like 8
  • Thanks 10

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×