Skip to main content

Posts

AI Logo Design Website

Recent posts

Top 15 AI Software Tools For Developers by ChatGPT

 Dear All,  I found the following tools recommended by Chat GPT for the AI Program Development  TensorFlow: an open-source platform for developing and training machine learning models. Keras: a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. PyTorch: an open-source machine learning framework that accelerates the path from research prototyping to production deployment. Scikit-learn: a free software machine learning library for the Python programming language. Apache Mahout: a free, distributed linear algebra framework and mathematically expressive Scala DSL. H2O.ai: an open-source platform that makes it easy to build, deploy, and operate machine learning models in production. RapidMiner: a data science platform that provides an integrated environment for building machine learning models. DataRobot: an automated machine learning platform that enables organizations to build and deploy highly accurate machine learning models.

How to run Python On IIS

 Dear All,  If you want to run Python On IIS it's very simple and easy  1) Download Python from the  Download Python | Python.org   2) Open The IIS and setup your new web application  3) Make sure your project directly don't have any Spaces  4) Setup the handler mapping  Thats it and your pyton script will run on browser 

C# – FileUpload not working in Multiview and updatepanel

 <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel runat="server"> <Triggers> <asp:PostBackTrigger ControlID="Button1" /> </Triggers>     <ContentTemplate> <asp:MultiView ID="MultiView1" runat="server"                   ActiveViewIndex="0">                <asp:View ID="View1" runat="server">         <asp:Button Text="next"             runat="server" onclick="Unnamed1_Click" />     </asp:View>     <asp:View ID="View2" runat="server">     <asp:Button ID="Button1" runat="server" onclick="Button1_Click" Text="Button"          style="width: 56px" />     <asp:FileUpload ID="fileupload2" runat="server" />     </asp:View> </asp:MultiView>  </Conten

Upload Image by using File Control with JS or Update Panel or C# DNN Partial Post back

 In this article i will show how you can upload image with partial post back and as well as using views  We need to create multi view and views and under view we have a form where the file upload control is present we need to place this script under this view otherwise partical post back in DNN stuck because controller will not found                        <script id="rendered-js" >    /* I use this code to get the image in base 64 and add in to the textbox to get the value in particle post back in next tab */               // Display image is preview function          function displayImage() {              document.querySelector("#demoImage").src = document.querySelector("#<%=txt_imgValue.ClientID%>").value;          }           // Get the file upload control image read it in to base 64 value the plus point for it either you can store the whole image in db as a text or save it as file after rendering it.             function ReceiveImageInto_B

Read PBX data

These are some research work nothing is implemented yet Try first this  https://community.spiceworks.com/scripts/show/2615-smdr-cdr-pbx-call-detail-archiver Alos Try this https://www.experts-exchange.com/questions/22982027/I-am-trying-to-create-desktop-application-using-C-to-Read-Call-information-for-Panasonic-PBX-are-ther-any-sample-code.html Microsoft Tapi Check this out  https://social.msdn.microsoft.com/Forums/vstudio/en-US/235b93f8-6b61-4fd6-9b98-8021eb9b9049/tapi-and-panasonic-kxtda200?forum=csharpgeneral http://forums.codeguru.com/showthread.php?520685-How-can-I-receive-data-from-a-PBX-machine-after-I-get-gonnected-to-it Call SDK for panasonic https://panasonic.net/cns/office/products/pbx/products/application/sdk/