title
stringlengths
13
150
body
stringlengths
749
64.2k
label
int64
0
3
token_count
int64
1.02k
28.5k
In CustomView, only alpha Animation doesn't work
<p>I make my custom view. and I also make my custom view (making Circle). But In my custom view, Alpha Animation only don`t work.... </p> <p>My Customview extends linearlayout</p> <pre><code>public class mylayout extends FrameLayout implements View.OnClickListener { ...... public mylayout(Context context){ ...
3
1,293
Application not working, beginner
<p>i am fairly new to android programming and usually find my answers to my problems by searching, but this one i just cant and its very confusing. The code itself doesn't show any signs of problems, well i do get 2 java exception breakpoints but i dont know how to fix those as they are "unknown"but when i run it o...
3
1,125
POST request endpoint using Java/Spring-boot
<p>I'm trying to make a post request endpoint to send some form values to my database. When I test the request with postman, I get a 400 bad request error and this message in my console</p> <p>JSON parse error: Cannot deserialize value of type <code>abcd.Model.Quote</code> from Array value (token <code>JsonToken.START...
3
1,161
Class SpringHibernateJpaPersistenceProvider does not implement the requested interface PersistenceProvider
<p>I'm stumped - I haven't used Hibernate in several years and then, never with Spring Boot. Spring Boot but never with Hibernate or JPA. So i'm trying to figure out how to get this to work for my job - I'm supposed to demo something Monday and if I can get 'this' to work, I'll copy it over to my work laptop and chan...
3
5,029
Optimization in resetting the values ​of an array
<p>Good evening everyone, I ask you my question by specifying that I have found a solution, but I would be interested to know if it can be optimized and improved to favor performance. I have the following subject given in response to a call to my server:</p> <pre><code>{ &quot;status&quot;: 200, &quot;error_cod...
3
1,362
ifstream sets eof flag when file is opened
<p>I am trying to read from a text file using ifstream, but for some reason when I use g++ to compile, the eof flag is set before anything is even read from the file. Testing if the file is in fact open does return true. When using visual studio to compile it works correctly. Even when the file &quot;file.txt&quot; exi...
3
1,429
Program crashing in munmap
<p>I am working at an Android app that, among other things, must send background data to a ftp server. The code that does this is written in native code, using standard Linux functions.</p> <p>Most of the time it works fine, but every once in a while it crashes, and the crash drives me crazy, because it makes no sense ...
3
1,208
how to get the last inserted id and how to check in where condition to update query using php
<p>Hi iam inserting the data into database table and redirecting to another page and need to insert the details into the same table by comparing ids and email.But how to get the last inserted id and compare in where condition to update the details.</p> <p>Here is my code:</p> <p><strong>index.php</strong> </p> <pr...
3
1,407
Why may a generic type not use a concrete version of itself?
<h3>TL;DR</h3> <ul> <li>Why may we not use a concrete version of a generic type within its own generic implementation? Since it's a concrete type, I see no issues with &quot;recursive typing&quot;. Is this a design decision? Or a current limitation?</li> </ul> <hr /> <p><strong>Background</strong></p> <p>When playing a...
3
1,131
Problems with scrolling in HorizontalListView(android)
<p>I use a <code>HorizontalListView</code> to scroll I use the code below (method setOnItemClickListener)</p> <pre><code> listview.post(new Runnable() { public void run() { int centerX = listview.getChildAt(position).getLeft(); listview.scrollTo(centerX); ...
3
1,680
How can I invoke this workflow?
<pre><code>static void Main(string[] args) { WorkflowDbContext db = new WorkflowDbContext(); var workflowFromDb = db.Workflows.Find("1"); string workFlowDefinition = workflowFromDb.WorkflowDefinition; ActivityXamlServicesSettings settings = new ActivityXamlServicesSettings { ...
3
4,459
How to connect firebase database to an android studio project where i am using sharedpreference
<p>So i am using sharedpreference in a voter app and i want to reset counts so that users can vote again next time</p> <p>So there are 10 counters with 10 textview I want at perticular time that counts at zero meaning i want to reset that counts but at perticular time. So how can i connect this to firebase so that ever...
3
1,714
How do I JSON serialize a struct with ambiguous embedding in Go?
<p>It would seem that having both <code>Identity</code> and <code>Report</code> embed <code>CommonProperties</code> causes omission of all of the common fields in the JSON serialization of the <code>CompositeObject</code>.</p> <pre><code>package main import ( "encoding/json" "fmt" "time" ) type CommonPro...
3
1,534
Capybara Poltergeist getting forced over https when using path helpers
<p>Poltergeist is unable to connect to the server. Here's the error I'm getting:</p> <pre><code> Failure/Error: visit root_path Capybara::Poltergeist::StatusFailError: Request to 'http://127.0.0.1:58638/' failed to reach server, check DNS and/or server status </code></pre> <p>I've got the phantomjs debug output ...
3
1,168
Angular -fill one column based on server response
<p>I'm new to angular so sorry if this is a very basic question.</p> <p>I built a client-server app, that allows to upload files, then validates them (some internal rules) and returns log file in case the validation failed.</p> <p>I'm using <a href="https://github.com/nervgh/angular-file-upload" rel="nofollow">Angula...
3
2,278
MooseX::Types and coercion error
<p>As continue of <a href="https://stackoverflow.com/a/19624694/1515483">this answer</a> wow im fighting with the my own Moose "type library" - so trying to use "<a href="https://metacpan.org/pod/MooseX::Types" rel="nofollow noreferrer">MooseX::Types</a>".</p> <p>Based on the above <code>MooseX::Types</code> docs, and...
3
1,526
Can't set propertys of objects in an ObservableList
<p>In my main class I initialise a static object (lkw), which contains the public ObservableList (ladung). Now I want to manipulate the data in the list whith the methode ergebniss, which is located in the class Methoden. I call the methode ergebniss in my JavaFx Gui. It doesn't work. I don't get an error, but the X pr...
3
2,361
data_GAN Logistic Regression in R
<p>I've been reading about logistical regression in R. It makes sense when there are columns/variables that actually mean something. My columns are A, B, and C. Column C has only 1's and 0's. How am I to do a regression with such a limited dataset? Any guidance or resources to read would be appreciated.</p> <pre><c...
3
1,483
Filter results, slow performance Swift
<p>Swift question... I'm making a babyname app and trying to filter the results as chosen by the user. I managed to get it working, but it takes a while for the results to get filtered. I mean like 2-3 seconds.</p> <p>Here is what I wrote :</p> <pre><code>func apply(list: [String]) -&gt; [String] { let allSaved...
3
2,037
spring google oauth2 return no access_token
<p>I'm trying to implement OAuth2 with Google in my Spring Boot application and when I retrieve the Principle object, what I get is given at the last.</p> <p>Here is the method,that I use to retrieve the user:</p> <pre><code>@GetMapping("/user") public Principal user(Principal user) { return user; } <...
3
6,957
no-data section loads first and then shows the data in v-data-table
<p>I am using vuetify v-data-table to display data. The issue I am facing here is No Settings Yet message always shows for like 1 second and then displays the data. Its like no data message loads first and then the actual data shows up. Is there a way to fix this.</p> <pre><code>&lt;template&gt; &lt;div&gt; ...
3
1,241
How nagivate between pages with BottomNavyBar
<p>I'm trying to navigate between my pages but I can't work it out. I'm not figuring it out. I tried to create a controller and put into &quot;BarItem&quot; but appers a mesage &quot;only static members can be accessed in initializers&quot; I'm trying to replace the part:</p> <pre><code>body: AnimatedContainer( ...
3
1,901
No rule to make target `libpython2.6.a'
<p>I am trying to compile Python2.6 from its source codes, and took steps as follow, and encountered an error message:</p> <pre><code>./configure ... [root@KuGouIdc Python-2.6.6]# ls config.log Demo Makefile.pre Objects Py...
3
1,187
My application get crashed
<p>My splash activity code is:</p> <pre><code>package com.example.hp_pc.earnmebucks; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.animation.Animation; import android.view.animation.AnimationUtils; import android.widget.ImageView; import ...
3
4,364
Unable to load file to Hadoop using flume
<p>Im using flume to move files to hdfs ... while moving file its showing this error.. please help me to solve this issue.</p> <pre><code>15/05/20 15:49:26 INFO instrumentation.MonitoredCounterGroup: Component type: SOURCE, name: r1 started 15/05/20 15:49:26 INFO avro.ReliableSpoolingFileEventReader: Preparing to move...
3
2,244
small space keeps showing to right side of my website w
<p>I've been having this issue with this webpage I've been working on. Whenever I view the page in google chrome on my mac, I get a sliver of space to the right of page when I scroll to the right. I'm not really sure how to fix the problem. Here's an image to show what I'm talking about, along with my html and css. Tha...
3
3,287
Button to submit form data to another URL containing #
<p>This is my HTML:</p> <pre><code>&lt;form action=&quot;http://example.com/rezervari/index.html#/hotelbooking&quot; method=&quot;get&quot;&gt; &lt;input type=&quot;hidden&quot; name=&quot;hotel&quot; value=&quot;&lt;?= $hotel ?&gt;&quot; class=&quot;form-control&quot;&gt; &lt;input type=&quot;hidden&quot; nam...
3
1,714
Express router: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string
<p>I know I am struggling in this problem. I am working on a webpack Universal React App but i got this error message and I have no idea where it come from:</p> <pre><code>TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object....
3
2,340
search string in pandas column
<p>I am trying to find a substring in below hard_skills_name column, like i want all rows which has 'Apple Products' as hard skill.</p> <p><a href="https://i.stack.imgur.com/NAeMb.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/NAeMb.png" alt="enter image description here" /></a></p> <p>I tried below...
3
1,543
Update List after deleting an element
<p>I have a project generated with JHipster 5.5.0 and I have 2 entities: parent &amp; child.</p> <p>I list the children when I see the details of the parent. When I want to delete a child, I use the child's modal and it works as it should be.</p> <p>My issue is after deleting the entity the list is not being updated ...
3
1,469
Making a table horizontally scrollable without changing the existing CSS properties
<p>Please help me make this table horizontally scrollable without changing the existing CSS properties. The existing CSS is changing rows to column and I want to keep it that way only.</p> <pre><code>&lt;style&gt; tr{ display:block; float:left; } td,th{ display: block; border: 1px solid #ddd; clear:both } &l...
3
1,813
Unable To Call Task Within A Thread
<p>I am trying to display multiple pin locations on the map i.e. my location and another location I get from the cloud server.</p> <p>Based on the code below:</p> <p>I keep getting a NullPointer Error message when I try to tokenize my string. This implies that my CloudTask activity is never fired.... I can't figure...
3
2,619
Error: "Only unicode objects are escapable. Got None of type <class 'NoneType'>". Could someone please help me spot the mistake(s) in my code?
<p>I am a beginner at Twitter Development and Python programming in general, but recently I have been trying to build a bot that, when tagged in reply to a Tweet, finds keywords and uses Google to deliver some info from reliable sources regarding the topic of the original Tweet. However, I have encountered one major pr...
3
8,376
Incrementing Variable in v-for Loop by Amount Returned from Method
<p>I have a table that uses v-for to loop through an object of days returned from using axios. I've given the ability to manipulate a variety of booleans on each row which change some calculated values in some columns. What I need is to calculate the total of these columns in a bottom row accounting for changes from th...
3
9,401
Label caption changes only once
<p>I am trying to print out a table into a sheet which has an image with some activex labels on it. As the pages change, I want the label captions to change too and reflect the data in the table. But what is happening is that only the first page is getting printed and the others are not. My MsgBox seems to get the righ...
3
1,248
Failure in arp poisoning python (linux)
<p>Okay, so I'm running Ubunutu 14.04 LTS, and I'm trying to poison my own ARP Cache, by doing this,</p> <p>my private IP address is <strong>10.0.0.1</strong>.</p> <p>My phone's private IP address is <strong>10.0.0.8</strong>.</p> <p>for this example only let's say my MAC address is <strong>axaxaxaxaxax</strong>.</p...
3
1,241
Laravel sync users to all of categoires which they can be unlimited
<p>In our web application each user can create multiple nested category by selecting the parent which that specified with <code>category_id</code> column.</p> <pre class="lang-php prettyprint-override"><code>Schema::create('categories', function (Blueprint $table) { $table-&gt;bigIncrements('id'); $table-&gt;un...
3
1,331
Pareto front for matplotlib scatter plot
<p>I'm trying to add pareto front to scatter plot I have. The scatter plot data is:</p> <pre><code>array([[1.44100000e+04, 3.31808987e+07], [1.21250000e+04, 3.22901074e+07], [6.03000000e+03, 2.84933900e+07], [8.32500000e+03, 2.83091317e+07], [6.68000000e+03, 2.56373373e+07], [5.335000...
3
1,495
Reading YUY2 data from an IMFSample that appears to have improper data on Windows 10
<p>I am developing an application that using IMFSourceReader to read data from video files. I am using DXVA for improved performance. I am having trouble with one specific full-HD H.264 encoded AVI file. Based on my investigation this far, I believe that the IMFSample contains incorrect data. My workflow is below:</p> ...
3
2,924
An unknown server-side error occurred Did not get any response after 300s while running Web testing
<p><strong>The problem</strong></p> <blockquote> <p>An unknown server-side error occurred while processing the command. Original error: Did not get any response after 300s</p> </blockquote> <p><strong>Environment</strong></p> <ul> <li>Appium version (or git revision) that exhibits the issue: 1.15.0/1.15.1</li> <li...
3
2,387
show data linked to logged in user and custom database email address
<p>I'm new to coding and I need a little help, please</p> <p>I need logged in user on WordPress(website) linked to my custom DB via email address to show data from my custom DB, like a company, address, etc etc for the logged in user only</p> <p>I've managed to get the data from the custom DB to display and logged in...
3
1,099
Unable to run Tensorflow Data Validation on Google Cloud Platform (Dataflow)
<p>I have been trying to run TensorFlow Data Validation following Google Documents</p> <p>Followed same steps as <a href="https://www.tensorflow.org/tfx/data_validation/install" rel="nofollow noreferrer">https://www.tensorflow.org/tfx/data_validation/install</a>:</p> <p><code>&gt;pip install tensorflow-data-validatio...
3
3,269
Unexpected character encountered while parsing value in azure durable function
<p>I have a problem with the <code>CallActivityAsync</code> function, I am trying to pass the value (<a href="https://www.web.eu/a?b=0123456789" rel="nofollow noreferrer">https://www.web.eu/a?b=0123456789</a>) to <code>ActivityTrigger</code> (to <code>GetWebContent</code>) and I still get the error:</p> <blockquote> ...
3
1,516
How do I suppress knit2pdf LaTeX output in the R console
<p>When running <code>knit2pdf()</code>, it does not suppress the LaTeX output when using <code>quiet = TRUE</code> within the R console. I am running <code>knitr v1.11</code>. A simple example would be:</p> <h2>test.Rnw file</h2> <pre><code>\documentclass[a4paper,12pt]{article} \begin{document} some stuff \end{docu...
3
1,683
elasticsearch bool filter should clause performance
<p>first query:</p> <pre><code> { "query" : { "filtered" : { "filter" : { "bool" : { "must" : [ {"term" : {"user1_id" : "1"}}, {"range" : {"day" : {"gte" : "2015-04-01", "lte" : "2015-04-30"}}} ] } ...
3
1,134
Vega plot not displaying within a holoviz panel in jupyter notebook
<p>I find the <a href="https://github.com/holoviz/panel" rel="nofollow noreferrer">holoviz panel</a> a very interesting solution to building data visualisation dashboards. Unfortunately, I have some issues getting a vega plot of a node-link diagram to work within a panel in a jupyter notebook.</p> <p>The relevant impo...
3
1,273
How do you delete an Item from a ListView from a dialog box class?
<p>I made my own dialog box class. This class has a button to delete an item from a listview(which is the main acctivity_main.xml). When I push the delete button the item does not get deleted. </p> <p>I have seen this topic <a href="https://stackoverflow.com/questions/4698386/android-how-to-remove-an-item-from-a-listv...
3
1,392
Customized Windows 10 Backup not porting well
<p>So basically I customized a Windows 10 install. I have the PerfLogs, Program Data, Temp and Users folders in C:\ replaced as symlinks to their actual location to D:\</p> <p>The purpose being, I will only keep a image backup of C:\ and when the need arises that I need a fresh install of the OS, I will only overwrite...
3
1,146
Yii: CHtml image link - how to get to the image in one table through relation in other table?
<p>I'm trying to display link to an <em>album/view</em> through image that belongs to that album. I have my model 'Album' and there I have the relation with my 'Photo' model, which represents table where pictures are saved(or to be more accurate-picture names, pictures are saved in the folder 'uploads': </p> <pre><cod...
3
5,532
main.js:1 Uncaught TypeError:Cannot read property 'prototype' of undefined
<p>I have upgraded my project from Angular 8 to Angular 11. it runs fine in DEV mode, but if I run it in Prod mode or build it and deploy it to web server. I am getting below error when launching the website in browser:</p> <pre><code>main.js:1 Uncaught TypeError: Cannot read property 'prototype' of undefined at ma...
3
5,518
Exporting data to excel with PHP
<p>I'm making a simple form that asks for 2 dates , when inputted by the user and submitted a table will appear with the data in that date range. -&gt; this works</p> <p>code :</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html lang=&quot;en&quot;&gt; &lt;head&gt; &lt;meta charset=&quot;UTF-8&quot;&gt; &lt;meta nam...
3
2,038
Why are the buttons inside the UIView squashed to the top?
<p>I have installed the <code>ABVideoRangeSlider</code> pod into my project, it all works fine besides that the start, end and progress sliders are squashed to the top. Here's my code:</p> <pre class="lang-swift prettyprint-override"><code>import Foundation import AVFoundation import UIKit import Photos import AVKit i...
3
2,163
Docker Swarm load balancing or mesh routing issue
<p>I have a single docker node configured as a docker swarm.</p> <p>I have created an overlay network called main_net which uses encryption.</p> <p>I have mutiple containers connected to this network. One of which is called kong and runs kong. I have a service called saas_thumbsum_0_0_13 - this has a single container...
3
6,869
E-mails not being delivered
<p>I am using the System.Net.Mail library to send e-mails through a remote desktop connection. The e-mails are sent correctly if the address is my company's, but for all other addresses, e-mails are not sent. I do not get any exception or error, they just never reach the address, or go to Spam/Junk. When i synchronize ...
3
2,839
File upload field validation in Web Forms for Marketers 8.1 update 3
<p>I am trying file upload validation in sitecore 8 using Web forms for Marketers but it is not working please suggest me solution. Here is my code.</p> <pre class="lang-cs prettyprint-override"><code>namespace Test.Web.WFFM { [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)] public class Limi...
3
1,172
rich:listShuttle error when using complex object
<p><strong>WORKING:</strong> This is my working rich:listShuttle when sourceValue and target value are List of strings. </p> <p><strong>1. JSF Page</strong></p> <pre><code>&lt;rich:listShuttle id="companyJurisdictionShutle" sourceValue="#{companyAdminAction.statesList}" targetValue="#{companyA...
3
2,172
Bootstrap menu won't close on touch devices
<p>Pulling my hair out trying to get this working. Responsive menu works fine when browser is scaled down to mobile size, ie, clicking a link closes the menu and page scrolls to correct section. When I enable touch emulation however in Google dev tools, I can see that data-toggle="collapse" is not being fired, so menu ...
3
2,639
SparkJob on GCP dataproc failing with error - java.lang.NoSuchMethodError: io.netty.buffer.PooledByteBufAllocator.<init>(ZIIIIIIZ)V
<p>I'm running a spark job on GCP dataproc using below command,</p> <pre><code>gcloud dataproc workflow-templates instantiate-from-file --file=job_config.yaml --region us-east1 </code></pre> <p>Below is my job_config.yaml</p> <pre><code>jobs: - sparkJob: args: - filepath mainJarFileUri: gs://&lt;host&gt;/my-project-1...
3
7,044
Class Shopware_Controllers_Backend_MytestPaymentServices does not exist in engine/Library/Enlight/Hook/ProxyFactory.php on line 164
<p>I am trying to implement a test button as refs <a href="https://developers.shopware.com/developers-guide/plugin-guidelines/#testing-communication-with-external-apis" rel="nofollow noreferrer">here</a></p> <p>Here is my service file</p> <pre><code>&lt;?xml version="1.0" ?&gt; &lt;container xmlns="http://symfony.c...
3
1,209
Why I obtain this exception when I try to handle an AJAX request with a Laravel controller method?
<p>I am absolutely new in PHP and Laravel and I have the following problem.</p> <p>From my view I perform an AJAX <strong>POST</strong> request via JQuery, by this code:</p> <pre><code>jQuery.ajax({ url: '/doSearch', type: 'POST', dataType: 'json', //data: $form.serialize(), success: function(data){ consol...
3
1,160
(NGINX) NodeJS Reverse Proxy Subdomain
<p>This question has probably been asked a lot, but I can't seem to find a really simple solution that actually works. And I need help to set this up.</p> <p><strong>I'll list my current enviroment so you can get a quick overview:</strong></p> <ul> <li>Server Host: HETZNER Cloud Server</li> <li>Domain Host: Webhuset.no...
3
1,273
Elasticsearch dynamic choose query
<p>When querying with the should command, I am wondering if there is a way to make only the responses of queries with higher scores come out.</p> <p>I'm sorry I'm not good at English, please understand it. Let's assume I have such data</p> <h3>index</h3> <pre><code>{ &quot;mappings&quot;: { &quot;properties&quot;...
3
1,072
Caused by: java.lang.ClassNotFoundException: org.springframework.js.resource.ResourceServlet
<p>When I tried to deploy an application in JBoss, I get the following error stack at the end. I'm using JBoss 5.1, Maven 4.0, JDK 1.7</p> <pre><code>13:00:26,930 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)] Started in 1m:17s:735ms 13:00:50,898 ERROR [AbstractK...
3
2,442
Error: [$injector:nomod] Module 'app' is not available
<p>Can somebody help please. I havn't any experience in Angular 1 to 2 migration. I have this code</p> <p><div class="snippet" data-lang="js" data-hide="false" data-console="true" data-babel="false"> <div class="snippet-code"> <pre class="snippet-code-js lang-js prettyprint-override"><code> import * as angular from...
3
2,468
java ssl hanshake exception
<p>I know there has been lots of questions regarding this ssl hand shake, I still could not figure this out. I am trying to submit a java-ws soap message to <a href="https://demo296.vertexinc.com/vertex-ws/services/CalculateTax70?wsdl" rel="nofollow">link</a> and end point got proper certificate, but why java won't ho...
3
3,826
Chrome web app using firebase returns mismatchsenderid error
<p>I apologise as this question has been asked many times, but none of the responses have been helpful in resolving my issue.</p> <p>I am using firebase with my web app and attempting to send notifications via php or terminal curl command. Have tried both with same error:</p> <blockquote> <p>{"multicast_id":4984414...
3
1,382
XAMPP/AJAX/PHP Issue with saving
<p>I'm very new to programming and have been trying to make a website application to learn some web development, using XAMPP on Windows as the local web server. I've gotten to the point where I'm trying to incorporate some AJAX by loading some info from the database asynchronously. But any time I make a change to the...
3
1,064
Spring Hibernate integration test returns unexpected result
<p>I am using Maven, Hibernate and Spring in my application. I have implemented entity classes, DAO classes and service classes in packages of their own. I have problem when testing a service. When unit testing a DAO method that this specific service is calling the result is expected. But when testing a service method ...
3
4,199
How to Pass Data From a BroadcastReceiver to an Activity in Android
<p>I am working on my first Android app, which is a paging device. It will intercept a SMS message from a certain number with a certain content in it, display that and then allow the user to send a pre-defined reply back to that same number. I have gathered up code snippets from numerous sources (including stackoverflo...
3
2,880
ChartJS doughnut colors not showing from a Flask app. All gray
<p>Looking for some help here. The doughnut chart is rendering properly, but all the colors are gray. I've scoured the chartjs site and googled, but I can't seem to solve this.</p> <p>Here's my code:</p> <pre><code>@app.route('/doughnut_chart') def doughnut_chart(): values = [] labels =['good', 'mediocre','ba...
3
1,378
How to get Row where two Columns equal specific values
<p>I'm very new and I'm trying to create a Time in/Time out sheet. I have 2 separate sheets, first(ACTIVE) is where the trigger happens that starts the onEdit(e) script. All the functions that start onEdit(e) affects the second sheet(PASSIVE) to fill out Columns A(Last Name), B(First Name), C(Location), D(Time Out). ...
3
1,471
Why am I receiving a error when trying to use tkinter to make multiple windows?
<p>I bolded the parts where I think the problem occurs. When run, the program stops and does not do anything but continues to run. This is a part of a bigger project to try to code minesweeper. I put ###HERE### on places where the problem occurs. β€β€β€Ž β€Ž β€β€β€Ž β€Ž β€β€β€Ž β€Ž β€β€β€Ž β€Ž β€β€β€Ž β€Ž β€β€β€Ž β€Ž β€β€β€Ž β€Ž β€β€β€Ž β€Žβ€β€β€Ž β€Ž β€β€β€Ž β€Ž β€β€β€Ž β€Ž β€β€β€Ž β€Žβ€β€β€Ž...
3
2,248
post method not working in angular js
<p>I am trying to add data's in table by using angularjs, spring, and hibernet. Below is the code that I am using :</p> <p><strong>addCustomer.js</strong></p> <pre><code>var addNewCustomerModule = angular.module('addNewCustomer',[]); var c=angular.module('addCustomerController',[]); addNewCustomerModule.controller(...
3
2,373
T4240RDB-64B - QoIQ SDK 2.0 - Kernel crashes
<p>I built T4240rdb-64b with QorIQ-SDK-V2.0-20160527-yocto on Ubuntu Linux 16. LTS 64bit. This is my commands to build it:</p> <pre><code>~/QorIQ-SDK-V2.0-20160527-yocto$ source ./fsl-setup-env -m t4240rdb-64b Configuring for t4240rdb-64b ... ~/QorIQ-SDK-V2.0-20160527-yocto/build_t4240rdb-64b was created before. Back ...
3
5,172
Aquery image progressbar cant hide
<p>i was trying image load in a listadapter using android query library, My problem is progress is showing but not disapearing after image load completely </p> <p>I followed aquery documentation</p> <p>see this</p> <pre><code>String imageUrl = "http://farm6.static.flickr.com/5035/5802797131_a729dac808_b.jpg"; ...
3
1,219
Sql transaction is complete exception
<p>I have a strange problem. All documentation states that the <code>SaveChanges()</code> method must be first called before committing the transaction but in my case it is throwing an exception if done this way. By calling Commit before <code>SaveChanges()</code> I can avoid the "Sql transaction is complete exception"...
3
1,197
The size of the indicated variable or array appears to be changing with each loop iteration
<p>I tried to plot the <code>Hx</code> and <code>Hy</code> for the following Matlab script but, I got the following :</p> <p><code>Undefined function or variable 'HxR'</code> </p> <p>however, I have already defined it as <code>Hx=HxR+HxL</code> in my code. Matlab give the reason for this problem as(The size of the in...
3
1,318
How to display the correct data in their respective text inputs?
<p>I am having trouble displaying the SessionName, SessionDate and SessionTime in their respective text inputs. What should happen is that the user is suppose to select a Session (Assessment) from the drop down menu. Now when they submit the drop down menu, the details of the Session which are SessionName, SessionDate ...
3
1,708
icons are not showing in footer angular
<p>i am new in angular , i have installed bootsrap 4.6.0 on angular 12 and the bootsrap worked fine and the footer section appeared like it should appear except one little thing , the icons are refusing to show up , it is like they are not part of bootsrap or something , my code is from an example in codepen</p> <p>her...
3
2,510
which way is the best for playing 5 songs in android app?
<p>I have 5 songs that must be played in my app, I locate them in <code>raw</code> resource folder. how can I play them? please give me the best way. I use default player or use <code>mediaplayer.start()</code>? I use 5 buttons to show them and play them.</p> <pre><code>public class MusicActivity extends AppCompatActi...
3
3,568
Multiple table update in single page handler method razor pages
<p>I am getting this error when i am submitting the data</p> <blockquote> <p>DbUpdateConcurrencyException: Database operation expected to affect 1 row(s) but actually affected 0 row(s). Data may have been modified or deleted since entities were loaded</p> </blockquote> <p>My Page have more than 50 fields which are inse...
3
2,086
How to write and read text in txt file from internal storage of android vitual
<p>i am learning by myself, without training in school. i need yours help, because i got a stuff and founding all question in the website but i can not solve it. it's very simple with you i think that. i also knew i get the wrong path(connect link).</p> <p>this's my code below</p> <p>Please help me find the path for in...
3
2,214
Django and React: csrf cookie is not being set in request header
<p>To explain my situation, if I logged in from backend, csrf cookie is set in cookie tab, the problem occur in frontend, if i try to login from there, csrf cookie is not in request header (being undefined), some code provided:</p> <p>settings.py:</p> <pre><code>ALLOWED_HOSTS = ['*'] ACCESS_CONTROL_ALLOW_ORIGIN = '*' C...
3
1,562
Strange chars after decoding with java.util.Base64.getDecoder()
<p>Im trying to encrypt some user data in the DB then decrepit it back when showing it to users</p> <p>Im doing this using JPA, Eclipse link 2.7.1, and MYSql 5.6 </p> <p>the User entity looks like that:</p> <pre><code>@Entity @Cacheable(false) @Table(name = "user_table") public class User implements Serializable { ...
3
1,383
How to correctly set values from JSON API response into Google Spreadsheet
<p>I am trying to get data into my google sheets from this API, I want to set the values each one in one row and if possible split them in columns.</p> <p>I tried this code below but what I get is that the script set the values each one in one column and whithout spliting the data.</p> <p><a href="https://i.stack.imgur...
3
1,107
LNK 2001 : unresolved external symbol while initializing static member
<p>I am trying to implement a vitual Keyboard class for that I am having different keyboard layouts as shown.</p> <p>KeyBoard.hpp</p> <pre><code> class CKeyBoard { public: enum eKeyBoardLayout { UPPER_CASE_ALPHABETS, LOWER_CASE_ALPHABETS, UPPER_CASE_NUMBERS, LOWER_CASE_N...
3
1,082
Getting stuck with rspec 3 on windows
<p>I'm following a <a href="https://www.coursera.org/learn/rails-with-active-record/" rel="nofollow noreferrer">course</a> on Coursera and I have to submit an assignment and validate it with rspec. So far I avoided all problems with rspec by simple copying the .rspec and spec folder provided with the sample code in my ...
3
4,734
How do I get the log-in section to disappear when users are logged in?
<p>I want the "log in block" to be hidden to my users once they are logged in. It is very confusing to still see the log in section. My users think that their log in didn't work when in actuality, they are successfully logged in. I have tried inserting the following into my CSS block, but I need a condition to make ...
3
1,300
PHP- getting the value of a cell for use with an api
<p>Sorry if this is a stupid question, I'm pretty new at PHP. </p> <p>So first, here is what I'm trying to do:</p> <p>I am pulling information from MYSQL and displaying the info on a page. specifically this bit:</p> <pre><code>while($rowsID = mysql_fetch_assoc($sIDD)) { echo '&lt;tr&gt;'; foreach($rowsID as $key =&g...
3
3,645
highcharts stacked area
<p>So I think I may have encountered a Highcharts bug in terms of stacked area:</p> <p><a href="http://jsfiddle.net/dRL6t/2/" rel="nofollow">JSFiddle Highcharts Example</a></p> <p>In this example, the "Social" has a start point before the "Online Video" and seems to render the points of the stacked areas erratically....
3
12,124
Is it possible to add boolean conditions into a Binary Search Tree?
<p>I am trying to implement a Decision tree which from my understanding , a Decision Tree is a Binary Tree with boolean conditions , feel free to correct me if i am wrong. I am trying to implement an Add() function with a parameter of a template where i want to add a boolean conditions. I am using this link : <a href=...
3
1,079
How to search for Specific item in User's Quick.db Inventory
<p>Pretty much, I'm having difficulty being able to find a role in a user's Quick.db inventory. I'd like to do this to: allow them to only buy a role once; allow them to equip an owned role only <em>if</em> it's found in their inventory. Problem is that the user is able to buy a role more than once, and able to equip a...
3
1,448
I have two i2c devices. Both alone work well, but when I read from one, and then write to the other, the second one is not an ancknowledging
<p>I have two devices MPU6050 and EEPROM 24C256. I can write and read from both alone. But when I try to read from MPU6050 and than write data to EEPROM in the same session, the EEPROM does not respond. I am using mbed OS libraries. And my question is.. Is it library, code or hardware problem?</p> <p>MPU6050 read sequ...
3
1,235
How to avoid object references for spawned objects in Unity 2D?
<p>At the moment I am programming a Unity 2D game. When the game is running the cars start moving and respawn continuously. I added kind of a life system to enable the possibility to shoot the cars. My issue is that my health bar as well as my score board need references to the objects they refer to, but I am unable to...
3
1,677
How to update content in Fragment of ViewPager using AsyncTaskLoader?
<p>I try to use <code>AsyncTaskLoader</code> in <code>Fragment</code> that is a child of <code>ViewPager</code>. Below a code of my <code>DayFragment</code>:</p> <pre><code>public class DayFragment extends Fragment implements LoaderManager.LoaderCallbacks&lt;DayAdapter.DayItem[]&gt; { private static final...
3
2,720
RegExp Not providing expected result with cURL
<p>Hi below is my code which is not providing expected result.</p> <p>First it should provide complete html content of page using <code>cURL</code> then using regexp which is providing expected result when I provide them direct <code>htmlcontent</code> but not providing same result using curl. </p> <p>Suppose When I ...
3
1,424
Setting up https on Google Compute Engine running WordPress
<p>I have set up WordPress on GCE using the marketplace:</p> <p><a href="https://cloud.google.com/wordpress/" rel="nofollow noreferrer">https://cloud.google.com/wordpress/</a></p> <p>I have set up the domain name to worldbreakersgame.com and reserved a static IP. I then followed the instructions here to set up https:</...
3
5,397
REST web application in Maven using Jersey
<p>I'm new in jersey and trying to create project that uses rest web service and response me the json. following is my pom.xml</p> <pre><code>&lt;project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3...
3
3,088
requesting video from YouTube API to be played in HTML page
<p>I'm trying to request videos from YouTube API but I'm only getting the title of the video and its thumbnail. how can i play the video ? </p> <p><strong>Note</strong>: I'm using the YouTube documentation in html and JavaScript</p> <p>I've tried to use item.snippet.player.embedHtml and put it in but nothing were sh...
3
1,198
MS Access: filling in missing values and adding numbers
<p>I wasn't sure what a proper title would be, I hope this works.</p> <p>I'm having trouble converting rows to columns with a certain table, and found possible solutions online. However, I feel like I need to edit this table to enable me to actually convert the rows into columns.</p> <p>The table looks a little bit l...
3
1,365