0
votes
0answers
2 views

developing a schedule system for my office using MYSQL PHP

[I created the follow fill-in availability sheet using mysql php. I got the check box values stored. I am trying to generate one single master schedule when 10 employees fill in this availability ...
0
votes
0answers
2 views

C# unit tests for verifying existing data in SQL server

I am using Visual Studio Unit test framework for writing the unit tests to verify existing base data in the database. The data is very important to our team and we want to make sure at all times that ...
0
votes
0answers
2 views

Fill in next blank cell in row - VBA Beginner

There is a column of values with blank cells in between: 20 Blank 30 10 Blank I want to copy this column into a new column in ascending order with the blank cells removed. Then I need to count how ...
0
votes
0answers
2 views

Object destroys and doesnt play particle system

I'm new to scripting in unity and I have a script that destroys an object when its health reaches 0 var EnemyHealth : int = 10; function DeductPoints (DamageAmount : int) { EnemyHealth -= ...
0
votes
0answers
8 views

Put a variable into a variable

I have this variable var qStartday = '2017-02-22T22:00, How i can get curent date and i add one month to my automated script?
0
votes
0answers
2 views

Linux merging partitions

Situation context. Partitions image I had dual boot configuration on my computer. Windows 10 on 174.85GB -> /dev/sda2 and Linux mint -> /dev/sda4. My aim. I want to have one merged partition with ...
0
votes
0answers
6 views

How to get absolute url from xpath?

I am using the following code to get the url of an item: node.xpath('//td/a[starts-with(text(),"itunes")]')[0].attrib['href'] It gives me something like: itunes20170107.tbz However, I'm looking to ...
0
votes
0answers
5 views

ASP.NET Core - Error handling send email and present error page

I have the following code in my startup.cs to email any errors in the application: app.UseExceptionHandler( options => { //options.UseDeveloperExceptionPage(); options.Run( ...
0
votes
0answers
2 views

Error in structure(.Call(“collapsedGibbsSampler”, documents, as.integer(K), : beta must be a length K Real

I´m a R student that needs help with the following: I´m running an slda model, here is my code: K <- 24 G <- 100 alpha <- 20 eta <- .3 set.seed(8675309) params <- sample(c(-100,100), K,...
0
votes
0answers
3 views

Is MappedDiagnosticContext any better than InheritableThreadLocal?

Previously I had thought that MappedDiagnosticContext is somehow inherently better than a static ThreadLocal or even InheritableThreadLocal. However I have started to find exactly the same behaviour ...
0
votes
0answers
7 views

For i in 0 that causes three exact errors

I have a walkthroughdidscoll function and then an animation function that can help perform scaling, rotation and animations. Here is the code. Here is an image of the error i get. Error Image func ...
0
votes
0answers
3 views

Why should I use ribbon/hysterix/eureka instead of docker+haproxy for a microservice?

I am trying to find reasons of using Ribbon+Hysterix+Eureka for load balancing/fault tolernace and service discovery? Why can't I simply deploy my micro service using docker-compose and with help of ...
1
vote
0answers
5 views

How can I make a plot like this in R? (I'm not even sure of the name of this type of plot.)

I am using RStudio. I am trying to create a plot that is something like a bar chart, with a time axis, similar to this one I pulled off of a Darwin website, but not exactly: I need year on the y-...
0
votes
0answers
3 views

How can get the pdf url docusign Php Api

I am using the php Api for docusign . Got it from here. What i want is to get the url of the signed DOC . Is it possible to get that. ?I am using the following code. $username = $option['...
0
votes
0answers
3 views

Google Play store app not showing up at top of search

My app "whipster" has a very unique name...only one other app with the same name, however when you search for "whipster" 15 to 20 other apps with similar but differently spelled names appear before my ...
0
votes
0answers
3 views

Optimization using Halide

I'm using Halide to optimize a stencil computation, but the scheduling part is kind of a challenge! Here's my Halide code, and I am using AOT compilation: //Halide declarations: Param<int> ...
0
votes
0answers
13 views

Direct file organization - How does it work in practice?

I'm reading Tharp's File Organization and Processing, and my problem is that the entire book only shows the theoretical parts. I need more than that to understand. When reading, how do we distinguish ...
1
vote
0answers
7 views

Functional data quality requirements

What are functional and non-functional data quality requirements? Can someone explain with example? For example, Completeness, Consistency, Accuracy, Accessibility etc. Are they functional data ...
0
votes
0answers
3 views

How can I launch Jupyter Notebook in Safari?

I am on a Mac OS, and my default browser is Firefox. In terminal, I ran jupyter notebook --generate-config. Then, in a text editor, I opened ~/.jupyter/jupyter_notebook_config.py I changed c....
0
votes
0answers
3 views

Golang Sqlite3 Insert or Update multiple line

I'm trying to load about 20k items in a sqlite3 database using a little Golang program. But, it takes a lot of time... Like 45mins... I've try doing : _,errExec:=db.Exec("Insert into ...") Is ...
0
votes
0answers
6 views

downgradeComponent as attribute directive

Downgrading a component from ng2 to 1 I can get to work if it uses element binding. The docs I've read don't really cover any other binding. downgradeComponent apparently ignores the ng2 binding ...
0
votes
0answers
3 views

Hive table not having the same data as HDFS

The data from HDFS does not match the data in hive table. I have the following table: CREATE TABLE `tbl` ( `user_id` bigint, `type` int )ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t' COLLECTION ...
0
votes
0answers
5 views

Trying to install boinc on an amazon EC2 instance, no success

I am trying to install boinc on an amazon EC2 instance, (a small free one at this point, just to test the waters) but no luck. here are the details of the instance, and error message - [xxxxx@yyyyy]...
0
votes
0answers
13 views

Trying to SetState of a specific object Key in an array of objects

I am making a toDo List. In my map function I return a Tr component. One of the td's in my tr is an input type checkbox. when clicked the line should be completed. So far i have been able to setState ...
1
vote
0answers
6 views

Elastic Beanstalk bash entry script won't set environment variables (Node JS)

I have a script used to start my application that I also want to use to set some environment variables. This is so I can encrypt the sensitive env vars in an S3 bucket and load these before the app. ...
0
votes
0answers
8 views

Type 'Observable<any[]>' is not assignable to type 'FirebaseListObservable<any>'

I am using Ionic2 trying to filter a FirebaseListObservable. Based on the following youtube tutorial, they do exactly what I want to achieve, but without the errors. My Code: import {FirebaseAuth,...
0
votes
0answers
5 views

Selenium Crashes in Try Block

So I'm using the JavaScript implementation of Selenium, WebDriverJS. I'm rather new to WebDriverJS, and I'm wondering, why does the code crash within a Try block? It never even gets to the Catch block....
0
votes
0answers
5 views

Can't find “Add App” button for already created view only Firebase project

I was added to a firebase project by my team member. The project is view only. The android app for the project has already been added and I'm trying to add the iOS app to the project, but I can't find ...
0
votes
0answers
3 views

Script for merging dev mysql database to deployment mysql database for Django app

I am working on a Django app and have now reached the point of setting up my deployment process. I would like to automate this as much as possible and as such am looking for any help I can get in ...
0
votes
0answers
8 views

Laravel artisan migrate error with schedule

I am trying to move my laravel project to another development system. Whenever I try to run artisan migrate to create all my tables I get a error for clients table does not exist I found out this is ...
0
votes
0answers
10 views

How to disable user interaction outside of a text field in swift?

New to Swift. When a user clicks on a text field to begin typing, is there a way to disable all user interaction other than typing into that text field? I want it so that the user is unable to click ...
0
votes
0answers
3 views

zf2 redirect with query string containing + instead of %20

In ZF2, I know I can create a 301 redirect with a query string appended like this: $options = [ 'query' => [ 'string' => 'hello world', ] ]; return $this->redirect() ...
0
votes
0answers
3 views

Generate administrative divisions from GPS coordinates?

I have a fairly large set of geographic coordinates in decimal degrees that I hope to generate the administrative (political) divisions for. I am looking for something open source that could run from ...
0
votes
0answers
10 views

OpenGL ReadPixels Screenshot Not showing what I see

I'm very new to OpenGL and very confused I'm trying to take a screen shot of the openGL context as follows const int pix = 3 * windowWidth * windowHeight; GLfloat *pixels = new GLfloat[pix]; ...
-2
votes
0answers
12 views

Speech recognition in C++

I'm looking for a way to implement voice recognition in C++. I've found the SAPI 5.4 SDK which looks promising, but the only tutorials that I can find are for TTS which is the opposite of what I want....
1
vote
1answer
18 views

C# process.start parameters

We can create a shortcut to an .exe file. As you know, shortcut files can contain parameters. I want to build a program that automatically assigns parameters using C # code. Here is my code: ...
0
votes
0answers
2 views

StringGetPos in AHK always gives an OutputVar = -1

So, I copy to clipboard this text and i want to know the location of the word 'book' so i wrote this code: StringCaseSense, on StringGetPos, OutputVar, %clipboard%, book msgbox, %OutputVar% ...
-1
votes
1answer
8 views

How to populate array data into a HTML table

I am trying to populate an array into a HTML table, but I keep getting Notice: Undefined offset What am I doing wrong? <?php class Invoices{ public $database; public $exec; public function ...
-1
votes
0answers
6 views

App stickers stop when take picture with flach

hello i have problem i'm develop app stickers- photo editor in iphone when i'm test the app is work fine with normal mode, but when take photo with flash the app is stop i'm test in iphone 4s is not ...
0
votes
0answers
4 views

Shiny filter update doesnt show all modalities of variables

i'm trying yo built a dynamic app with can filter a datatable, whatr I want is when I choose a modality for my first varible my next filters will be updated and purpose me only modalities ...
1
vote
0answers
15 views

Why is moment.js giving different results when assigned to a variable?

I have been debugging this for a little while now and still haven't been able to figure it out. Look specifically at the how the time in _d differs from the time in _i. Why? var date = new Date('Fri,...
0
votes
0answers
8 views

PHP MVC - return call_user_func_array() in a __construct

I am working on a MVC site, but I have a problem. I can not return anything from my controllers. I can do things like $this->someMethod() but not return "hello" I think it has to do with ...
0
votes
0answers
2 views

errors in hadoop 3.0.0-alpha1 compilation on kubuntu 12.04

I've had problems to compile the 3.0.0-alpha1 Hadoop version on kubuntu 12.04 (64 bits). Apparently, this version requires a HADOOP-8887 patch is applied. After preparing the installation with all ...
0
votes
0answers
5 views

php pdo bind list of values to a parameter [duplicate]

I'm trying to find information about how (if it's at all possible) to pass multiple values to a parameter in an oracle sql query through the pdo class in php. For instance: I have this query: ...
0
votes
0answers
8 views

Standard shell installation script?

Is there around a 201X shell installation script for shell codes? It might have functions like whereToInstall(), to get back: /usr, /usr/local or /opt. One or the list which considers permissions. ...
0
votes
0answers
7 views

JavaFX jfx:native output exe does not run Java main class

Here's my simple JavaFX app that I am able to build a native installer using jfx:native with Maven: public class HelloWorld extends Application { public static void main(String... args){ ...
0
votes
0answers
10 views

Isnt checking if enemy is dead-python3.X

I dont see why this isnt working whenever the health get below 0 it should game over or win but it just skips and goes into negatives please help- def Battle(E,H,S,PH): print('Battle starting') ...
-3
votes
0answers
15 views

How to change the font in Minecraft?

I want to ask how to change the font in minecraft, using .tff files. For e.g Wolfram has costum fonts too. I want to change all the texts. Thanks!
-1
votes
0answers
9 views

PDO SQL Multiple Queries

i got alot of help in my other Question but my problem doesn't relate to said question anymore. I'm completely new to PDO but tried some stuff. I want to read from 2 different tables. It works on one ...

15 30 50 per page