All Projects → DnnFree → awesome-dnn

DnnFree / awesome-dnn

Licence: other
Awesome things related to DNN (DotNetNuke)

Projects that are alternatives of or similar to awesome-dnn

DNN.Reports
DNN Reports module provides a simple, flexible, view on your database, any table, any view and display results with plugin visualizers
Stars: ✭ 20 (+5.26%)
Mutual labels:  dnn, dotnetnuke
DNN.Events
DNN Events manages display of upcoming events as a list in chronological order or in calendar format with additional information. This Github repo is used for source management and releases.
Stars: ✭ 26 (+36.84%)
Mutual labels:  dnn, dotnetnuke
DNN.Templates
MVC and SPA (Single Page Application) module templates for DNN
Stars: ✭ 19 (+0%)
Mutual labels:  dnn, dotnetnuke
DNN.Feedback
DNN Feedback is a basic module used for accepting user inquiries on your DNN site.
Stars: ✭ 17 (-10.53%)
Mutual labels:  dnn, dotnetnuke
PowerShellModules
A collection of PowerShell modules
Stars: ✭ 24 (+26.32%)
Mutual labels:  dnn, dotnetnuke
DNN.Faq
DNN FAQ is a basic module used for displaying frequently asked questions on your DNN site.
Stars: ✭ 16 (-15.79%)
Mutual labels:  dnn, dotnetnuke
NBrightBuy
NBrightStore - E-Commerce for DNN (NBSv3)
Stars: ✭ 21 (+10.53%)
Mutual labels:  dnn, dotnetnuke
dnnextensions
One solution. Multiple extensions. No pain. A collection of DNN modules and other extensions.
Stars: ✭ 36 (+89.47%)
Mutual labels:  dnn, dotnetnuke
Awesome Speech Recognition Speech Synthesis Papers
Automatic Speech Recognition (ASR), Speaker Verification, Speech Synthesis, Text-to-Speech (TTS), Language Modelling, Singing Voice Synthesis (SVS), Voice Conversion (VC)
Stars: ✭ 2,085 (+10873.68%)
Mutual labels:  dnn
isaac ros dnn inference
Hardware-accelerated DNN model inference ROS2 packages using NVIDIA Triton/TensorRT for both Jetson and x86_64 with CUDA-capable GPU
Stars: ✭ 67 (+252.63%)
Mutual labels:  dnn
Mylearn
machine learning algorithm
Stars: ✭ 125 (+557.89%)
Mutual labels:  dnn
Pytorch Kaldi
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
Stars: ✭ 2,097 (+10936.84%)
Mutual labels:  dnn
Monet
MONeT framework for reducing memory consumption of DNN training
Stars: ✭ 126 (+563.16%)
Mutual labels:  dnn
Onnx
Open standard for machine learning interoperability
Stars: ✭ 11,829 (+62157.89%)
Mutual labels:  dnn
DNN-JavaScript-Libraries
Common JavaScript libraries packaged as DNN JavaScript Library extensions
Stars: ✭ 26 (+36.84%)
Mutual labels:  dnn
Prediction Flow
Deep-Learning based CTR models implemented by PyTorch
Stars: ✭ 138 (+626.32%)
Mutual labels:  dnn
CKEditorProvider
An HTML Editor Provider for DNN using the CKEditor.
Stars: ✭ 22 (+15.79%)
Mutual labels:  dotnetnuke
YOLO-Streaming
Push-pull streaming and Web display of YOLO series
Stars: ✭ 56 (+194.74%)
Mutual labels:  dnn
Nnsvs
Neural network-based singing voice synthesis library for research
Stars: ✭ 241 (+1168.42%)
Mutual labels:  dnn
ofxOpenCvDnnObjectDetection
OpenCV based DNN Object Detection Library for Openframeworks
Stars: ✭ 34 (+78.95%)
Mutual labels:  dnn

Awesome DNN (DotNetNuke) Awesome

A curated list of awesome things related to DNN

Noteworthy Changes in v9.8.0 - Optional Telerik Removal

The major highlight for this release is that we removed all our dependencies on the Telerik library. In oder to not make this a breaking change, we do leave Telerik removal as a manual option until v10. The main component that still relied on Telerik where Site Assets and Global assets which used Digital Assets Manager. We ship with v9.8.0 a new file manager that has no dependencies on Telerik but it is not installed by default to not break existing sites upon upgrades. Please note that it will be automatically replaced in v10, so please test and plan accordingly.

To help you try to identify if you have any other 3rd party extension that depends on Telerik, our very own @mitchelsellers has published the Dnn Telerik Identitier module which you can download and install to to find assemblies that reference Telerik. Carefully review the results from this module to determine if your website is ready for full removal of Telerik. For any third-party modules that depend on Telerik, you should contact the module vendor/developer before following the steps below.

If you would like to remove Telerik in DNN 9.8.0 following are the steps to do so. Again, proceed with caution based on your findings using the DNN Telerik Identifier module above, as performing these steps may also break third-party extensions that depend on Telerik. We recommend you contact the developer/vendor in these cases for further guidance.

  1. Create a full backup of the site and database.
  2. Install the new Resource Manager module via Extensions > Available Extensions (Modules).
  3. Navigate to Manage > Site Assets via the Persona Bar and remove the Digital Assets Management module from the page.
  4. Add an instance of the Resource Manager module to the Site Assets page
  5. Navigate to Manage > Global Assets via the Persona Bar and repeat Steps 3 & 4 for that page.
  6. Navigate to Manage > SQL Console via the Persona Bar and run the following script:
UPDATE {databaseOwner}{objectQualifier}Packages
SET IsSystemPackage = 0
WHERE Name IN ('DigitalAssetsManagement', 'DotNetNuke.Telerik.Web', 'DotNetNuke.Web.Deprecated', 'DotNetNuke.Website.Deprecated')
GO

DELETE FROM {databaseOwner}{objectQualifier}PackageDependencies
WHERE (PackageName = 'DotNetNuke.Web.Deprecated')
GO

UPDATE {databaseOwner}[{objectQualifier}Lists] SET Text = 'DotNetNuke.Web.UI.WebControls.Internal.PropertyEditorControls.DateEditControl, DotNetNuke.Web'
WHERE ListName = 'DataType' AND Value = 'Date'
GO

UPDATE {databaseOwner}[{objectQualifier}Lists] SET Text = 'DotNetNuke.Web.UI.WebControls.Internal.PropertyEditorControls.DateTimeEditControl, DotNetNuke.Web'
WHERE ListName = 'DataType' AND Value = 'DateTime'
GO
  1. Navigate to Settings > Servers in the Persona Bar and click the Clear Cache button in the top-right corner.
  2. Navigate to Settings > Extensions (Modules) in the Persona Bar and uninstall the Digital Assets Management extension. Be sure to check the Delete Files checkbox.
  3. Navigate to Settings > Extensions (Libraries) in the Persona Bar and uninstall the DotNetNuke Telerik Web Components extension. Be sure to check the Delete Files checkbox.
  4. Navigate to Settings > Extensions (Libraries) in the Persona Bar and uninstall the DNN Deprecated Web Controls Library extension. Be sure to check the Delete Files checkbox.
  5. Navigate to Settings > Extensions (Libraries) in the Persona Bar and uninstall the DotNetNuke Deprecated Website Codebehind files extension. Be sure to check the Delete Files checkbox.
  6. Open the web.config file within the site root and search for "Telerik". Delete any lines that reference it.
  7. Test all third-party modules to make sure they still work without Telerik. If any do not work properly, please contact the developer/vendor for further guidance.

Upgrade Path

05.06.08 - 06.02.08 - 07.04.02 - 08.00.04 - 09.01.01 - 09.03.02 - 09.08.00

notes:

  • make sure all module run smooth on 09.03.02 before upgrade to 9.8.0
  • there's an error during upgrade coming from DNNSharp.Common. (Temporary move all DNNSharp library or upgrade to latest)

Official Resources

Community Site

Tutorial

Development Tools

  • Generator-Upendodnn A yeoman generator that scaffolds DNN extensions, including Modules (Webforms, SPA, and MVC), Persona Bar, Skin Object, Library, Scheduler, and Hotcakes Commerce projects
  • DnnFree React a starter DNN SPA Module with API, create using latest React & Webpack
  • DnnFree Angular a starter DNN SPA Module create using Angular 5 (with Angular-CLI)
  • DNNTemplates DNN Module and Theme Development Template for DNN 7/8/9
  • TopMenu Sample Razor Templates for DDRMenu
  • DNN8Templates Module and Theme Development templates for DNN 8
  • DnnPackager Module Development
  • nvQuickSite is a desktop installation app for DNN
  • nvQuickTheme is a DNN theme framework / development workflow
  • nvQuickComponents is a collection of Web Components for DNN extension development (and beyond)
  • DnnC.DBAnalyzer a tool that will give you a visualization of your Dnn database
  • DnnUserAccess-Mobile Mobile app that pairs with the DNN User Access personabar extension. This app is made in React Native.
  • R7.Dnn.Extensions A library to simplify extensions development for DNN Platform
  • R7.Dnn.Extensions.React Library for DNN Platform web CMS extensions development with ReactJS.NET
  • R7.Dnn.Extensions.EFCore A library for DNN Platform web CMS extensions development with Entity Framework Core
  • R7.Dnn.Templates DNN Platform project templates and helper addin for MonoDevelop / Xamarin Studio
  • R7.Webmaster Webmaster's desktop productivity tools

Open Source Modules

Provider

  • CKEditor An WYSIWYG HTML Editor Provider for DNN® 9.3.2 or above

Skin Object

  • DnnC.CookieConsent - (by: @dnnconsulting)
  • DnnThemeEditor Theme Editor SkinObject - (by: @dnnconsulting)
  • R7.FeedbackButton Feedback skinobject extension - (by: @roman-yagodin)
  • StyleHelper The 40FINGERS Style Helper Skin object allows you to manipulate the CSS, Javascript links and meta tags DNN loads by default. You can remove them, change them and add your own.

Free Skins/Theme

Sample Code/Project

Showcase

...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].