Monday, November 27, 2017

dyCodeHighlighter - Highlight code in web page

dyCodeHighlighter - Highlight code in the web page.
https://goo.gl/1JUPtx

dyCodeHighlighter is a small plugin to highlight code in your web page.
It's free.

GitHub Repository:
https://github.com/yusufshakeel/dyCodeHighlighter

Getting Started:
* Download the latest release of this project.
* Clone the repo:
git clone https://github.com/yusufshakeel/dyCodeHighlighter.git
* Install with npm:
npm install dycodehighlighter
* From jsDelivr CDN:
https://www.jsdelivr.com/package/npm/dycodehighlighter

#dyCodeHighlighter #code #highlighter #javascript #webdev #yusufshakeel #dyclassroom

dyScrollUpJS

dyScrollUpJS is a small JavaScript plugin that you can use in your website and blog to create "Scroll-to-top" button for FREE.

GitHub repository:
https://github.com/yusufshakeel/dyScrollUpJS

Video:
https://www.youtube.com/watch?v=P7CvToMSfZA

Documentation:
https://www.dyclassroom.com/dyscrollupjs/documentation

Getting Started:
* Download the latest release of the project.
* Clone the repo: git clone https://github.com/yusufshakeel/dyScrollUpJS.git
* Install with npm: npm install dyscrollupjs
* From jsDelivr CDN: https://www.jsdelivr.com/package/npm/dyscrollupjs

#dyScrollUpJS #javascript #webdev #yusufshakeel

dyCalendarJS

This is a JavaScript library to create Calendar. You can use it in your blog and website and it's FREE!

GitHub repository:
https://github.com/yusufshakeel/dyCalendarJS

Video:
https://www.youtube.com/watch?v=Xnsedp4cl8M

Documentation:
https://www.dyclassroom.com/dycalendarjs/introduction

Getting Started
* Download the latest release of the project.
* Clone the repo: git clone https://github.com/yusufshakeel/dyCalendarJS.git
* Install with npm: npm install dycalendarjs
* From jsDelivr CDN: https://www.jsdelivr.com/package/npm/dycalendarjs

#dyCalendarJS #javascript #webdev #yusufshakeel

dyClockJS - create digital and analog clock for your blog and website for FREE

dyClockJS is a small plugin to create digital and analog clock for your blog and website for FREE.

GitHub repository:
https://github.com/yusufshakeel/dyClockJS

Video:
https://www.youtube.com/watch?v=FO4qE88t2OA

Documentation:
https://www.dyclassroom.com/dyclockjs/documentation

Getting Started
* Download the latest release of the project.
* Clone the repo: git clone https://github.com/yusufshakeel/dyClockJS.git
* Install with npm: npm install dyclockjs
* From jsDelivr CDN: https://www.jsdelivr.com/package/npm/dyclockjs

#dyClockJS #javascript #webdev #yusufshakeel

How to create multi color bar graph using ChartJS

C - Function Call - Flow of Control

C - Function Call - Flow of Control
In this tutorial we will learn about flow of control when we call functions in C programming language.
https://www.dyclassroom.com/c/c-function-call-flow-of-control

#c #programming #code #tutorial #function #FlowOfControl #dyclassroom

C Programming Language Tutorial