0
votes
0answers
3 views

Cakephp TCP Socket

I am trying to read 1612335 length of string, But I am getting different data. I tried also getting the number of loop and It is still also different. This is the function of cakephp to read tcp ...
0
votes
0answers
2 views

Connecting Multidimensional Cube to PowerView

i am new to SSAS . we can connect tabular model in SSAS to powerview . Can we connect Multidimensional Cube(Datatools) also to Powerview without sharepoint Thanks
0
votes
0answers
4 views

Long Press Gesture Recognizer Only Fired When Finger is Lifted

I'm having an interesting problem with a long press gesture recognizer. I placed one of these on a UITableView, and it only works when I lift my finger after the long press. So basically, I would ...
0
votes
0answers
2 views

UIKeyboard notification handler triggered 3 times

My code: -(void)viewWillAppear:(BOOL)animated { [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleKeyboard:) name:UIKeyboardWillChangeFrameNotification object:nil]; ...
0
votes
0answers
2 views

Data from mySQL to Google Charts (Line Chart)

So i'm in a little trouble right now as i try to find out how put data from my DB into the charts. Exemple of data (From Google): $data = [['Months', '2014', '2015', '2034'], ['1', 1000, 400, ...
0
votes
0answers
9 views

HttpOnly cookie - unable to set

I am trying to make the client receive a page that will set the required cookies after authentication, and then go to another page after setting the cookies. Client => Server: credentials Server => ...
0
votes
0answers
3 views

Error when install Trove Openstack Juno

I'm trying install Trove-Openstack Juno for Database service I follow step by step in this doc http://docs.openstack.org/juno/install-guide/install/apt-debian/content/trove-install.html but i got an ...
0
votes
0answers
10 views

UPDATE SQL, only UPDATE image if not null

I am trying to allow users to update a table that has an image file-upload input. Only the filename is stored in the database, such as image.jpg. My problem is that if the user chooses not to change ...
0
votes
0answers
3 views

How to pass variable into the Data.php in Magento?

So I am working on \app\code\core\Mage\Checkout\Helper\Data.php at the moment. And I am trying to call a variable but it doesn't seem It's working. For example, I try to call the original price but ...
0
votes
0answers
7 views

Need help fixing this Rock Paper Scissors game

HELP PLEASE public static void rockPaperScissors(Scanner input) { // TODO Auto-generated method stub String user = null, computer = null; int computerRand; ...
0
votes
0answers
2 views

How to change font size and color of UIAlertAction in UIAlertController

https://www.safaribooksonline.com/library/view/ios-8-swift/9781491908969/images/ispc_0113.png In the image above how to change the font size and color of "Done", "Some Other action"? and how to ...
0
votes
0answers
2 views

Insert bundle into osgi failed

Dear all: I write a sample plugin and i want insert this bundle into my controller. But error occurs when i start it in the OSGI, it show: gogo: BundleException: The bundle ...
0
votes
1answer
4 views

How to structure two classes that “intersect” and output certain values (Mediator design pattern)?

I have two classes: User and Site. User and Site have a many-to-many relationship. A Site object S has a property indicating whether or not a User U should be validated before U is added to S. To ...
0
votes
0answers
5 views

Height of status bar in WatchKit

How do you find the height of the status bar in a WKInterfaceController programmatically? I'm trying to find the viewable area in a WKInterfaceController so [WKInterfaceDevice ...
0
votes
0answers
2 views

Get node by property value neo4j

How can i get node by propery value? I mean something like that: I'll tried match (n) where has (n.name = 'Mark') return n But it's incorrect
0
votes
0answers
4 views

Excel cannot see Windows mapped drive when running under a service

I have an application that runs as a service. This application allows the user to connect and starts a subprocess under the user's windows account. In other words, mydomain\john connects to the ...
-3
votes
0answers
11 views

I want to learn java se [on hold]

i cannot afford to attend a course.Please give me some "online resources " to learn code and practice from basics to in-depth java .(I tried some tutorials which don't provide in-depth knowledge . .i ...
0
votes
0answers
5 views

Reading all text files in a network path in a WinForms app

How can i read all the text files in a network path in C# Winforms?. The text files name are always changing. example: ABC-GD09538.txt ADB-JK3949.txt GJD-KGL9495-txt The format of each text ...
0
votes
0answers
5 views

BASH extglob negate not working as I expect

Suppose I have the following dir structure ./testdir ./testdir/a.c ./testdir/b.c ./testdir/testdir2/ ./testdir/t.tar and suppose my CWD is testdir and I want to echo all directory entries that don't ...
0
votes
0answers
5 views

Newrelic Python Agent: Error logging handled exceptions

I've got a Python-based REST API. When an exception is hit during the execution of an API request, I generally try to catch the exception, log it, and return a generic error message along with an ...
0
votes
0answers
3 views

Render Form inside Yii2 Gui Tab

My application have to have multiple language, so I decided to separate each language by using tab (Yii2 gui), but how can I render the form in side the 'content' key? <?php $language_tab=[]; ...
0
votes
1answer
7 views

c# Ionic.zip - how to extract a password protected zip

How can I extract a password protected zip using ionic?Non password protected zips get extracted fine,but the password protected ones return exception. string selected_zip = ...
-1
votes
0answers
14 views

Issue with The HTML Solar System

Okay, so I'm making a non-scale Solar System for school. However, I am unable to scroll any more up or left, so parts of the system are not visible. I am new to HTML so if it may be an easy fix, I am ...
0
votes
0answers
9 views

How serialize objects with angularjs

How can I serialize an object without using the "$ .param" jquery? I want the object below: var user = { username: 'ronald.araujo', password: '123456', }; Has the following output: ...
0
votes
1answer
6 views

SQLite get row data using SELECT

Using SQLite Database, I have a table with 6 columns in each row as the rows are added. The first column is the name of the "person." I have it so when you click on the person in a listview, it brings ...
0
votes
0answers
6 views

Mobile website does not always get location via JavaScript geolocation

I have a mobile version of a web app and on some of the pages I call a JavaScript function like so: <script> $(document).ready(function() { getLocation(); ...
0
votes
0answers
4 views

Best way to connect PC to Router?

My situation: I have a router downstairs.] I have my PC upstairs. I have a WiFi extender, with ethernet ports, upstairs. My WiFi extender is connected through WiFi to the router downstairs. I ...
0
votes
0answers
2 views

Why need worklight adapter instead direct ajax?

I just curious, why we need worklight adapter to communicate with the database? Why not can't using direct ajax? Last time I'm using direct ajax it's not working at all. After I switch to worklight ...
0
votes
0answers
6 views

Swift check string for nil & empty

Is there a way to check strings for nil & "" in Swift? In Rails, I can use blank() to check. I currently have this, but it seems overkill: if stringA? != nil { if !stringA!.isEmpty ...
0
votes
1answer
6 views

Two dimensional arrays of type actors

I am new to scala and I am trying to implement a system of multiple actors of same type. I am using Akka Actors for the same. I want to keep these actors in a two dimensional array but i am not able ...
0
votes
1answer
12 views

C: Segmentation Fault when reading from a file

I recently started working on this project, and I'm having trouble reading certain things into a global variable. It's for practice with pthreads, which is why I'm using a global variable in the first ...
0
votes
0answers
4 views

Cursor move Jquery

I would like the play button (red) to move with Jquery or Javascript, when I scroll over the video. https://www.dropbox.com/s/em7qu2oss146ozk/Screenshot%202015-03-31%2022.38.16.png?dl=0 I am ...
0
votes
0answers
5 views

Android - Timer how long it takes to load another activity

Happy 1st April. I wanted to as you. Do you know how I can time how long it take to load another activity example: Activity A onCreate.... Intent myIntent = new Intent(this, ...
0
votes
0answers
8 views

what does this query string in my Google Analytics report mean?

I noticed that there are some query strings like this: /path/?fb_action_ids=******&fb_action_types=og.comments The **** is a number of 17 digits. Any tips on this? Thanks,
0
votes
0answers
4 views

How can I get Jasmine to wait for a Meteor method call to complete without resorting to setTimeout?

I'm writing a client integration test to verify a particular user can change roles on other users via the front-end. it('should be able to change user roles', function(done) { var newUser = ...
0
votes
0answers
13 views

Change an EAX register at a certain address to one?

Hello guys and i am having a little trouble changing an addresses eax register. Here is my code and i dont know why it wont let me use the asm tag. Thanks for any help as I am new to C++. void ...
0
votes
0answers
9 views

int variable increment from function

I am trying to get the input from my user to assign a 'faction' and based on following inputs modify the values for curAdvRep\curCrmRep. The input shows that indise the funtion i get the desired ...
0
votes
0answers
4 views

Can Numeric Type store signed value in Postgres?

In PostgreSQL,I would like to store signed value -999.9~9999.9. For this, can I use numeric(5.1)? Or, what type should I use? Please give your any advice. Thank in advance.
0
votes
0answers
5 views

Sending mail with gmail SMTP (Fixing someone's code)

This may be long, so I'm sorry. Recently I decided I was going to try and fix a code used by a computer lab to send e-mails. It used to work until they recently tried to change the sending e-mail ...
0
votes
0answers
6 views

Error while connecting to SQL database

I am getting the following error while connecting to the MS SQL 2008 R2 from a specific server, from other severs it works fine - com.microsoft.sqlserver.jdbc.SQLServerException: The driver could ...
0
votes
0answers
6 views

R Mysql help-need to do a calculation from variables in different tables

I'm (very!) new to R and mysql and I have been struggling and researching for this problem for days. So I would really appreciate ANY help. I need to complete a mathematical expression from 2 ...
0
votes
0answers
2 views

About Wireshark and http/tcp stream

Anyone can tell me why I received HTTP 200 response before I send the request? So weird.
0
votes
0answers
6 views

Hints for Depth First Search in a n-tree

Good evening, I have to do a Depth First Search in a tree that got 0 to 4 sons for each node. I have to admit that I'm completely lost... Can anyone mind giving advices ? Here is my start : class ...
0
votes
0answers
3 views

HTML/Canvas Recording not working on Firefox 36.0.4

I'm getting the following error when I'm running the RecordRTC Canvas/HTML Recorder demo ==> https://www.webrtc-experiment.com/RecordRTC/Canvas-Recording/ On Firefox Error Console: Error: TypeError: ...
0
votes
0answers
2 views

gradlew missing in generated android project

Okay I'm trying to do some android developing via command line / with an alternative IDE. I have the following path variables set up: jdk1.8.0_40/bin/ android-sdk-linux/tools/ android-studio/bin/ ...
0
votes
0answers
3 views

How to plot points on a map projection in D3.js and filter the data using range sliders?

Here is the current status of the code I'm trying to work with. http://jaskirat.me/uploads/DataVis/map_projection/ The points are mapped to the earthquakes which occurred in past month. I want the ...
0
votes
0answers
3 views

show percentages instead of numbers in flot bar chart

I have a flot chart with stack=true. the bars created by this numbers : var d1 = [[0.37, 0], [0, 1], [0.16, 2], [0.34, 3]]; //A var d2 = [[0.58, 0], [0, 1], [0.8, 2], [0.62, ...
0
votes
0answers
4 views

Google Chrome download issue

I just wonder what went wrong with chrome download feature, to elaborate.. I have 3 PCS, all have google chrome installed recently, and I connect to remote application which has download feature(pdf ...
-2
votes
0answers
6 views

PCI Compliance IOS

I have been prompted to work on an application that is PCI Compliant, but I can not find the information I need for this. Can anyone link me to a tutorial or discussion that explains the coding ...
0
votes
1answer
6 views

Comparing root node text XPATH

I want to do some comparison on the node text value. I am facing some issues in it. Case 1: <XmlData> <StudentDatas NoofStudents="67">MYSCHOOL</StudentDatas> </XmlData> ...

15 30 50 per page