inserting values into table from common_table_expression
-
تاریخ: 1396/3/3 ساعت: 22:05
I want to insert value retu ed from this table into a table . Direct 'insert into' is not working . How Can i do this ;WITH N(N)AS (SELECT 1 FROM(VALUES(1),(1),(1),(1),(1),(1))M(N)), tally(N)AS(SELECT ROW_NUMBER()OVER(ORDER BY N.N)FROM N,N a) SELECT N day,datefromparts(@year,@month,N) date , DATENAM...
How to classify a SMS into transactional and non-transactional?
-
تاریخ: 1396/3/3 ساعت: 22:05
I need to classify the SMS that we receive in our mobiles into transactional and non-transactional. I tried using naive-bayes for the same. However, due to lack of sufficient training data, my results are not accurate. Can you suggest some other good algorithm or some other processing that can be ap...
unable to use GPIO, UART, SPI etc in Freertos in Intel Galieo Gen 2
-
تاریخ: 1396/3/3 ساعت: 22:05
I am newbie in Freertos. I have just started working on Freertos, so forgive me if my question is silly. I have got Intel Galileo Gen 2 board, in which I successfully run a demo application of Freertos. Link for the tutorial is here. Now I tried to make my own application. For this I study some Free...
How to get value from a directive input field using angular
-
تاریخ: 1396/3/3 ساعت: 22:05
I am new to angular.js. I have two directives in my main.js file and every directive has an input text field in the template. There is a Html page (index.html) where I want to use these directive's text fields with another input text field which is a Html input text field. Now I want whatever input
DevExpress: How to make a Devexpress Combo box shows only non selected items?
-
تاریخ: 1396/3/3 ساعت: 22:05
I created a Combo box using Devexpress. I fill the combo box from a database. My question is How to make a Devexpress Combo box shows only non selected items? So suppose I have a combo box that has the following values (1, 2, 3, 4, 5) I selected value (1) when I add a new row and open the combo box,...
real time streaming using FFMPEG
-
تاریخ: 1396/3/3 ساعت: 22:05
Is there a way to stream a set of images real time via http using FFMPEG in c#. There are libraries available for FFMPEG in C# such as Accord.Video.FFMPEG which can be used to create video using sequence of Images, but I have no idea whether I can create a video real time and stream it to the client...
How to run a node.js application permanently in google cloud
-
تاریخ: 1396/3/3 ساعت: 22:05
Now, we need to run node app.js on console If I need to run application permanently, How can we do?
Dynamic URL doesn't work with HTML5 angularjs
-
تاریخ: 1396/3/3 ساعت: 2:34
I'm creating an app in AngularJS and ExpressJS and when I try to use dynamic url, with the angular state, it doesn't work properly. It's working when I access directly the URL but only static URLs. server.js var express = require('express'), server = express(), path = require('path'), port = process...
UCMA send files C#
-
تاریخ: 1396/3/3 ساعت: 2:34
I would like to send file(typically a pdf or word doc) to a lync or a skype for business user programmatically from a UCMA application. I have tried the approach mentioned in the thread, but I keep getting the error, also mentioned in the thread. Does anyone have a solution? It looks like the sample...
Error submitting a form with upload pic option. PHP Codeigniter
-
تاریخ: 1396/3/3 ساعت: 2:34
I've been trying to upload a pic to a folder and store its path in the database, my code seems to work correctly, but no it's not, After i click submit button, it goes to a blank page. Using Inspect element, Network option in my browser, when seeing the parameters sent I see correct input from the t...
Comparison of HoG with CNN
-
تاریخ: 1396/3/2 ساعت: 16:50
Vote count: 0I am working on the comparison of Histogram of oriented gradient (HoG) and Convolutional Neural Network (CNN) for the weed detection. I have two datasets of two different weeds.CNN architecture is 3 layer network.1) 1st dat
Add UINavigation Back button in UICollectionView with Swift 3
-
تاریخ: 1396/3/2 ساعت: 16:50
Vote count: 0I add Left Navigation Back button in collection view controller with code. //Add Navigation Bar navbar.autoresizingMask = [.flexibleWidth, .flexibleBottomMargin, .flexibleRightMargin] navbar.delegate = self UIN
Translate a SQL request to DAX
-
تاریخ: 1396/3/2 ساعت: 16:50
Vote count: 0I want to find an expression equivalent to "SELECT SUM (CASE WHEN YEAR (t.WhenIn) = dimDate.year THEN 1 ELSE 0 END) WhenIn, SUM (CASE WHEN YEAR (t.WhenOut) = dimDate.year THEN 1 ELSE 0 END) WhenOut FROM Test t " in DAX. Tha
How do I style or configure the react navigation tabs for android to fit
-
تاریخ: 1396/3/2 ساعت: 2:02
Vote count: 0I have a tab navigation using react native and react-navigation My 5 tabs are too squished on android but look fine for iOS. How do I style the tabs to fit on android? Can I make the tabs horizontally scrollable? I think
How to exactly understand when the model has started overfitting
-
تاریخ: 1396/3/2 ساعت: 2:02
Vote count: 0I hope the following excerpts will provide an insight into what my question is going to be. These are from http://neuralnetworksanddeeplea ing.com/chap3.html"The lea ing then gradually slows down. Finally, at around epoch
Pickerview handle id and value in Swift 3.1
-
تاریخ: 1396/3/2 ساعت: 2:02
Vote count: -1I have a array like this: [["A1","A2","A3"],["B1","B2","B3"],["C1","C2"]] I want to show this values in picker view. Show before this values I have another array mother of this array. [A,B,C] if I selected A, second picker
Missing grammar in JBoss Resteasy generated WADL
-
تاریخ: 1396/3/1 ساعت: 19:11
Vote count: 0I managed to get a WADL by using the org.jboss.resteasy.wadl.ResteasyWadlServlet (http://stackoverflow.com/a/41471710/2528609), but the WADL does not contain the Grammar. The representation nodes also do not contain an eleme
How to remove gap between product categories in WooCommerce Shop?
-
تاریخ: 1396/3/1 ساعت: 19:11
Vote count: 0I started recently to customzie one site, but have one issue that dont know how to fix.in Shop page on my URLwhen try to open from smartphone there are too big gap between top, and between product categories i see this: See
What's the difference between none and null CipherAlgorithmType?
-
تاریخ: 1396/3/1 ساعت: 19:11
Vote count: 0The .net Framework SSL stream implementation has the property CipherAlgorithm with the type CipherAlgorithmType. This enumeration includes None and Null. What is the difference between this two values? From the documentation
How to get all installed app in share intent dailog?
-
تاریخ: 1396/3/1 ساعت: 13:03
Vote count: 0I am trying to share image using share intent to already installed app, but when i try to share it shows only whtsapp application instead of all the installed apps.can any one help me to get all the installed apps to share m