0
votes
0answers
2 views

LINQ to Entities does not recognize the method - EntityFramework and DDD

I started using EntityFramework 6 and learning Domain Driven Design. To my understanding, according to DDD principles, business logic should reside in the Domain layer, in Entities and Value Objects. ...
0
votes
0answers
2 views

Dynamically edit Contents of a CSV file using VB.net

I have this code Dim fileReader As System.IO.StreamReader fileReader = My.Computer.FileSystem.OpenTextFileReader("Filepath") Dim stringReader As String 'read csv ...
0
votes
0answers
2 views

Neo4j version 3.0.7 LOAD CSV WITH HEADERS command - correct description of file

I am using Neo4j version 3.0.7 in a WINDOWS 10 operating system I have tried all variations on file path description recommended by earlier posts with the following results: version 1 "file:c:/file/...
0
votes
0answers
6 views

Navigation bar dropdown not work using bootstrap php and mysql

I create a dynamic navigation bar from bootstrap. menu and sub menu is loaded from mysql database. it worked before but now dropdown is not work. after adding datepicker bootstrap input, dropdown is ...
0
votes
0answers
2 views

Changing from FileReader to getResourceAsStream

When I tried loading my little game from a .jar file the fileReader would no longer work and I was advised to use the getResourceAsStream function instead, when I run the code bellow in the IDE it ...
0
votes
0answers
2 views

Generate GMF diagram from EMF resource programmatically

What I am trying to do is to get the GMF diagram out from an EMF resource, programmatically. I have found this NotationFactory.eINSTANCE.createDiagram() method, and I know that I can create nodes and ...
0
votes
0answers
2 views

Creating dynamic content and form with angular directive based on object\json

I'm struggling with creating dynamic form and structure and cannot find a solution. Details: The back-end sends me the services object(or json) that I should use to create a dynamic structure with ...
0
votes
0answers
6 views

Call to undefined method Illuminate\Database\Query\Builder::role()

I get this error in my view when i tried to check whether the user has some role. The exact error is Call to undefined method Illuminate\Database\Query\Builder::role() (View: C:\xampp\htdocs\laravel-...
0
votes
0answers
6 views

Why am I getting a 500 error when trying to connecto to an sqlite database?

I trying to make a site that passes data from a web form to an sqlite database. I keep getting a 500 error. When I type the ip address and get to main.html, it displays the page with no errors, but ...
0
votes
0answers
3 views

UWP and Async Function

I'd wrote a simple Asyn Function that Create same directory If i call this function without Await the For-Next circle work only the first time and the software create only the SubFolder_01. If i ...
0
votes
0answers
1 view

File handling in cloud micro service

I am building an email micro service that is responsible for sending emails , now to be able to handle mail attachment I have two options Save file to a shared repository Embed the file in the ...
0
votes
0answers
3 views

Medium-editor get ceart position

I have a project use medium editor and I try to get caret's position but I keep getting undefine. anyone know how to achieve this? <textarea class='editable'></textarea> $('.editable')....
-1
votes
0answers
6 views

Telegram bot location

Is it possible to find out a person location each time when user sends a message to bot. Or how can I find out the user's location? I would like to do this without sending the key position. Thanks
0
votes
0answers
3 views

How to change constraint's constant programmatically?

I read related questions(with nearly same titles), but it's not my case. I have a MKMapView and in the bottom of the screen i have ScrollView and ImageView. They are hidden, but when i show them i ...
0
votes
0answers
2 views

Schedule UILocalNotification

I want actionable buttons upon receiving a notification. For handling remote push notification, I added following code - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(...
0
votes
1answer
7 views

why the need for cin.unget() in this context, C++?

I'm relatively new to programming and i was experimenting with some codes from Bjarne's book on principles and practice using C++. I would like to know why is there the need for cin.unget() when the ...
0
votes
0answers
9 views

choosing some (or none) elements of the array and adding them to get the expected sum

I have a simple problem if done manually,but I want to do this dynamically. Consider a static array A = [3 2 0 7 -1] Expected_sum S = 8 So from above array I can manually choose elements 2,7,-1 to ...
0
votes
0answers
4 views

AWS Cognito Developer Authenticated Identities using JavaScript SDK

I need to implement Developer Authenticated Identities using JavaScript SDK, but am facing issues with it. I've configured an identity pool with a Custom Authentication Provider On Server: AWS....
0
votes
0answers
10 views

Integration struggeles with “the condition has length > 1”

In my calculations i need to integrate a quantile function for uncommon distirubtion. i definied my own quantile function: Value_at_Risk <- function(alpha_VaR){ test <- 0 for(i in 0:n){ ...
0
votes
0answers
4 views

How to automatically move opening bracket on a new line and add closing curly bracket in Visual Studio 2015?

At the moment I have to manually type opening curly bracket, then closing curly bracket and only after that IDE will format curly brackets as I want, it will put curly brackets on a new lines: http://...
0
votes
0answers
5 views

Cannot receive specific user push notification using azure notification hub

I am trying to learn to use azure mobile app, but I am having serious problems in using the NotificationHub. I have an Imagine subscription to Azure. I creating an android mobile app with azure ...
0
votes
0answers
4 views

`Unhandled Exception: System.ArgumentNullException: Value cannot be null.` error while running `dotnet run` using a startup script

I'm trying to run a dotnet app using dotnet run --configuration Release at system server Startup/Reboot. I'm using a init.d script to acheive the same. My startup script, located at /etc/init.d/...
0
votes
0answers
4 views

Running a Tornado Web server (on an actual server, not just locally)

This is my first time I am working with a web server. I have a .py programme which is my Tornado server that successfully handles requests. I have tested it out on my local machine and then sent it to ...
0
votes
0answers
5 views

Failed to resolve Twitter SDK

I am getting this error while building the android project : Error:Failed to resolve: com.twitter.sdk.android:twitter:2.0.0 This is my gradle file : apply plugin: 'com.android.application' ...
-1
votes
0answers
10 views

How to insert list of model from form template go?

How to add number to value of innerHTML using javascript
0
votes
0answers
4 views

xslt count function is not working

My xml looks like this <?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet type="text/xsl" href="xml.xsl"?> <Firma xmlns="http://www.example.org/myType" xmlns:xsi="http://www.w3....
0
votes
0answers
10 views

how to effect table cells on resizing of a event div

I have created a calendar and now making events system by clicking on each cell, by clicking on each cell I am creating a resize and drag and drop able div, by dropping div into another cell makes the ...
0
votes
0answers
12 views

I've been learning cURL to scrap websites, it works fine on every website except www.flipkart.com

<? $url = "www.flipkart.com"; $ch = curl_init($url); curl_setopt($ch,CURLOPT_FOLLOWLOCATION,true); $curl_scraped_page = curl_exec($ch); curl_close($ch); echo $curl_scraped_page; ?> This is my ...
0
votes
0answers
3 views

Android: Can I use Google Analytics with Firebase App

Google Analytics is great, and I really want to use it on my Android App. But I also need Firebase for user account management and crash reporting. I am confused now that my Android app has google ...
0
votes
0answers
5 views

How to authenticate in Excel Add-In from Microsoft Azure AD

I have created an app (Excel Add-In) and deployed on Azure. Now I want to enable the authentication. In Excel it should ask for Azure user name and password. After enabling the AD authentication on ...
0
votes
0answers
2 views

Match an SMTP proxy/mta/relay that stores emails

I have to develop a service that should scan incoming email's attachments with a specific logic (like executing an antivirus check). For this purpose i need an SMTP proxy/mta/relay that will recieve ...
0
votes
0answers
5 views

Hello, I am new to asp.net core and I tried to launch the empty project and webapplication templates in vs2015

I am new to asp.net core and I tried to launch the empty project and webapplication templates in vs2015. They seem to work (relatively) well with Kestrel but whenever I try to use IIS Express (...
-1
votes
0answers
6 views

how to search data between two dates in asp.net from database

i have problem , Two days ago, was I face a problem in the history of the introduction of the history of the Coordination I've dissolution. But now I want to look in the two periods of time I've ...
-1
votes
0answers
5 views

'cocoapods' how to edit podspec file

spec.requires_arc = ['Classes/*ARC.m', 'Classes/ARC.mm'] What is the meaning of the following? Can you give an example that to use? Thanks! Classes/*ARC.m Classes/ARC.mm
0
votes
0answers
2 views

cakephp 3.x Model adapter for 2.x

Is there anywhere an adapter for cakephp 3.x model to handle 2.x syntax? Like, internally, it just convert syntax like this: array( 'conditions' => array('Model.field' => $thisValue), '...
0
votes
0answers
2 views

post-hoc comparisons for GAMs modeling proportion data

I’m using GAMs to analyze germination data across a range of 5 constant temperatures. My response variable is total germination proportion (germinated/viable seeds) at the end of the experiment. My ...
0
votes
0answers
3 views

Spinner inside a custom listview

I have a lsitview that is linked with a custom adapter. Each row in the list has an image, header some detail under the header and a checkbox. Now i also want to add a drop down (Spinner) inside each ...
0
votes
0answers
3 views

How do connect 2 people in a live video chat app w/ notifications turned off? ios objective C

I'm creating a 1-1 live video chat ios app using objective C using Tokbox API integration. The way I figured out how to code it, the notifications have to be enabled for users to video chat. I ...
0
votes
0answers
3 views

how to install Socket.IO in swift 3 Xcode 8

im a complete beginner with Xcode and I would like to install Socket.IO so I can communicate with a python socket server running on a Raspberry Pi. This currently works however I'm having difficulties ...
0
votes
0answers
6 views

How to get latlng from steps object directions route map

I can't get lat/lng value from steps object
0
votes
0answers
3 views

Using of standalone model in Catalyst - calling of general methods

I am following receipt of using standalone models in Catalyst in the advent calendar from 2012 here: http://www.catalystframework.org/calendar/2012/15 and previous days .... Following this receipt I ...
-1
votes
0answers
6 views

Nvidia video card not working after suspend on arch linux

Before suspend: $ lspci 00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09) 00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express ...
0
votes
0answers
8 views

Making multiple mysql calls using JS promise in Node.js

GOAL: I am trying to make multiple SQL queries using the "mysql" module in Node.js such that the result of one query is used as input in the next statement. sql1 = SELECT id FROM users WHERE email=?...
-1
votes
0answers
5 views

Geolocalisation OnPause counter Android Studio

So i'm working in a project with a google map and what i need to do now is making the app notify me when the user is on stop , i mean when he's not moving for 5 minutes for example. Anyone have any ...
0
votes
0answers
6 views

It just adds on

So for yet ANOTHER project I am doing an RPG code. Like Dungeons and dragons. My particular problem is the attributes. Basically the application gives statistics to the player and then, in case the ...
0
votes
0answers
7 views

I'm new to coding and will be so grateful if anyone could help me to put 4 images spaced evenly apart on the same line please?

I'm new to coding and will be so grateful if anyone could help me to put 4 images spaced evenly apart on the same line please? [su_custom_gallery source="media: 2267" limit="1" link="post" target="...
0
votes
0answers
3 views

One click Input the vocabulary on Android Custom Keyboard

I am making the android custom keyboard and find some tutorials and I understand that I can use "android:codes" to set what will be inputed when i click the key. But I want to make a key to input ...
1
vote
0answers
6 views

OpenGL - Unable to write to frame buffer (or read it properly)

So I've been trying to get shadow mapping to work, but I was unsuccessful, and I am now trying to simply write anything to the frame buffer and then render it to a quad as a texture. I've been looking ...
0
votes
0answers
2 views

How to load obj file in opengl?

I'm making simple opengl obj loader with GLUT library. I read the obj file and saved each vertex coordinate and texture coordinates by dynamic allocation. But it makes incorrect model on the window. ...
0
votes
0answers
3 views

No js is executed in Symfony 3 Project

I am developing a symfony 3 project. After installing the FOSUserBundle, all assets were broken. I copied my css and js-files into the web folder, but the js-files are not executed. I include the ...

15 30 50 per page