OpenGL Shading Language (GLSL), is a high-levelshading language with a syntax based on the C programming language. It was created by the OpenGL ARB (OpenGL Architecture Review Board) to give developers more direct control of the graphics pipeline without having to use ARB assembly language or hardware-specific languages. We can create awesome 3D effects by this language. If you work on After Effects or Premiere …
Using PlaceHolder.com
SlackBring your team together with Slack, the collaboration hub for work. Placeholder Images Made For You [JPG, GIF & PNG] C/O https://placeholder.com/ How To Use Our Placeholders Just specify the image size after our URL (https://via.placeholder.com/) and you’ll get a placeholder image. So the image URL should look this:- https://via.placeholder.com/150 You can use the images …
Strapi open source Node.js Headless CMS
Strapi is a free and open-source Headless CMS delivering your content anywhere you need. Keep control over your data. With Strapi, you know where your data is stored and you keep full control at any time. Self hosted. You can host and scale Strapi projects the way you want. You can choose any hosting platform …
GeoIP Detection in WordPress
WordPress plugin: Retrieving Geo-Information using one the Maxmind GeoIP2 databases. (Change your life. Bewerbe dich. yellowtree.de) https://github.com/yellowtree/geoip-detect https://wordpress.org/plugins/geoip-detect/
Rebrandly
Rebrandly is the industry-leading link management platform to brand, track and share short URLs using a custom domain name. https://rebrandly.com/
StoryBook
Storybook is a user interface development environment and playground for UI components. The tool enables developers to create components independently and showcase components interactively in an isolated development environment. Storybook runs outside of the main app so users can develop UI components in isolation without worrying about app specific dependencies and requirements. https://storybook.js.org/ It is …
create waveform by FFMPEG from mp3
We can use ffmpeg for several purpose such as encoding. Also we can use it to get waveform file from mp3. This is a command for that. ffmpeg -y -i http://ma-previews.s3.amazonaws.com/preview-251513-CSnH5LgyMq.mp3 -filter_complex “[0:a]aformat=channel_layouts=mono, compand=gain=-6, showwavespic=s=1280×720, colorkey=black, colorchannelmixer=.3:0:0:0:.6:0:0:0:.4:0:0:0[fg]; color=s=1280×720:color=#8cdbac[bg]; [bg][fg]overlay=format=rgb” -frames:v 1 ./result.png
Google Console Service
Google provides console service which provides crawl of pages. So, we can create console account, and registers pages on that. Then this service will crawl pages and update status automatically. Also we can register the pages by API.
Material Design for Bootstrap
The world’s most popular framework for building responsive, mobile-first websites and apps.It provides Angular, React, Vue and jQuery versions. https://mdbootstrap.com/
react-sortable-hoc
react-sortable-hoc is an npm package which provides drag & drop, sort functionality for React components. https://github.com/clauderic/react-sortable-hoc Here is demo and documentation of the package. http://clauderic.github.io/react-sortable-hoc/#/basic-configuration/basic-usage?_k=ws01s2 And here is awesome example which uses this package. https://qed42.github.io/react-redux-reorderable-grid/