title
stringlengths
13
150
body
stringlengths
749
64.2k
label
int64
0
3
token_count
int64
1.02k
28.5k
Android: custom view with TYPE_CLASS_NUMBER keyboard (IME) - input doesn't work
<p>I faced with a strange keyboard behaviour, when I setup the keyboard type to TYPE_CLASS_NUMBER.</p> <p>I use BaseInputConnection to connect my editable object and TextWathcer to listen of any text changes.</p> <p>The problem:</p> <ol> <li><p>When the inputType=TYPE_CLASS_TEXT and first input symbol is any symbol ...
3
1,378
Fixing code that uses enums to organize event handling
<p>When I ran the following code, I expected a result where pressing one of three buttons would each trigger a matching state that would render a matching image adjacent to those buttons, allowing me to rotate through fresh images at leisure with each successive button press.</p> <p>Instead of that happy scenario, any ...
3
3,644
Unable to set dynamic height for a Column involving ListView.builder() flutter
<p>I have the following code where I'm trying to make a column inside which is a container containing title, and another container containing a list of items, that is scrollable horizontally. But I get the following runtime error - &quot; The following assertion was thrown during performResize(): Horizontal viewport wa...
3
1,111
How to prevent REST Assured POST request from dropping XML declaration tag when using an XML content as the request body?
<p>I use REST Assured to test uploading an XML file to a database. The back end code is well written and there are no errors. I build the request using REST Assured like this, (the .body() method is from the RequestSpecification class of REST Assured which extends RequestSender class).</p> <pre><code>response = TestSu...
3
1,121
Abysmal performance with vectors in c++
<p><strong>Disclaimer:</strong> i just started programming in c++.</p> <hr> <p>So i made a little program in c++ using SFML where i have 300 particles stored in a vector that are attracted to each other.</p> <p>The program runs at 17 FPS!! i tried doing the same using a standard array and it didn't run much faster.<...
3
1,973
Can't install 'ihaskell-diagrams' using Cabal
<p>When I try to </p> <pre><code>cabal install ihaskell-diagrams </code></pre> <p>I get the error</p> <blockquote> <p>The pkg-config package 'glib-2.0' is required but it could not be found.</p> </blockquote> <p>What is <code>glib</code> and how do I install it so that it is available for Cabal?</p> <hr> <pre...
3
1,360
how to execute action methods of a component from a controller or router in ember
<p>I need assistance in executing action methods defined in ember components from outside. (even though ember follows DATA Down and Actions Up approach). My usecase is as follows</p> <pre><code>Application Template &lt;script type="text/x-handlebars-template" data-template-name="application"&gt; &lt;h2&gt;...
3
1,301
Runtime error: program has stopped responding
<p>My program is to calculate the price of resources based on the resources that their neighbors have.</p> <p>It compiles, but at run-time, it breaks and says that the program has stopped responding.</p> <p>Any help is greatly appreciated!</p> <pre><code>#include &lt;iostream&gt; #include &lt;fstream&gt; using name...
3
6,164
How do I build an Image from multiple smaller Images
<p>So I am making this adventure/progression game and for the font I am using tiles from a spriteSheet (each tile is a letter) which I will use for many different purposes, and I can't figure out why my program is returning a black Image instead of an Image built from smaller Images (each containing a letter). The prog...
3
1,323
data not passing into view
<p>I am trying to add forgot password function in laravel, when i click reset password link it shows error "Undefined variable: title (View:". I have defined title in controller but still its showing this error. seems that passed data is not availabe in the view but its availble in forgot view. </p> <p>my ResetPasswor...
3
2,835
How to dispatch api response data into ngrx store from a ngrx effect service
<p>I'm struggling to dispatch data to the ngrx store after data is fetched from Api. I actually have a ngrx effect service loginEffect.ts as bellow :</p> <pre><code>constructor(private actions$: Actions, private authService: AuthService, private router: Router, private store: Store){} login$ = createEffect(() =&gt...
3
1,924
c# Enter value into datatable via different forms
<p>I have a c# project with 4+ forms (parent-child relationship). In Form01 I create a datatable with initial 'Rating' values in it assigned to variable 'Horse':</p> <pre><code>public Form01() { InitializeComponent(); dgvMeetings.DataSource = GetMeetings(); dtRatings = GetRa...
3
1,474
Unknown: None Exception iterating requests! When trying to detect intent in Dialogflow
<p>I am trying to use Dialogflow to take in microphone input to get an intent from the user, however whenever I try and run it, I am not getting a prompt for audio and I get an error stating 'None Exception iterating requests!'. Here's the full error I get</p> <pre><code>------------------------------------------------...
3
3,084
How do i make that it will say the text to speech only once by logic ?
<p>On the pc in c# this is the webserver i have this part:</p> <pre><code>private void cases() { if (request.QueryString[0] == "uploadstatus") { switch (Youtube_Uploader.fileuploadstatus) { case "uploading file": ...
3
2,766
MIPS Assembly Language Search
<p>I've been trying to figure out whats wrong with my program for the past two days.. got to the point where I stopped typing comments just so I could debug and get things running as smoothly as possible.</p> <p>My program is a binary search algorithm being used on a dynamic array located in a heap. Anwyays after sort...
3
1,089
SQLiteDatabase through NullPointerException
<pre><code>public class DatabaseHundler { Context context; private static DatabaseHundler instance; private static helper help; public DatabaseHundler(Context context) { this.context = context; } public static DatabaseHundler getInstance(Context context) { if(instance == nu...
3
4,206
Jest mock action creator result
<p>My component works fine. The issue is that I'm not able to test the second action creator in my useEffect.</p> <p>Here's my component:</p> <pre><code>//... some imports here const Layout = ({ children }) =&gt; { const dispatch = useDispatch(); const account = useSelector((state) =&gt; state.account); const d...
3
1,175
Query to perform operations between lines considering the state of a service
<p>I need a query to return the average value of three operations on the values of a service, the values must be grouped by service. The problem is that the return operations for each of the values are organized in the table in different lines related to the state in which the service is (started, running, ready). Valu...
3
1,095
Footer is positioned at viewpoint height instead of being positioned below the content of the page
<p>I am trying to create a single page website using relative units (vh; em; rem) for the first time but the footer wouldn't stay at the bottom and for different screen sizes it stays at the viewport height of the screen. For mobile it works fine since the text is smaller thanks to the units.</p> <p>I've tired setting ...
3
1,603
How to delete a
<p>I created an <code>npm link</code> inside a local dependency. I've since deleted that local dependency off my HDD.</p> <p>Now I'm trying to delete this <code>npm link</code>.</p> <p>I've tried:</p> <ul> <li><code>npm rm --global dependency</code></li> <li><code>npm uninstall dependency</code></li> <li><code>npm unli...
3
1,178
C++ ScopeTimer doesn't work
<p>I'm trying to implement a timer class which prints the time needed for a given scope. Somehow I can't get it to work properly. My code so far:</p> <p>Main.cpp: </p> <pre><code> #include "scopetimer.hpp" #include &lt;cstdlib&gt; #include &lt;cmath&gt; #include &lt;string&gt; #include &lt;chrono&g...
3
1,686
Why don't ODataQueryOptions work for both sides of a 1..* relationship?
<p>I have two tables that are joined by a link table and exposed through OData / Entity Framework:</p> <ul> <li>USERS</li> <li>USERGROUP</li> </ul> <p>Using ~/api/Users, the following <code>[USER]</code> API controller action returns results:</p> <pre><code> public IEnumerable&lt;USER&gt; Get(ODataQueryOptions&lt...
3
1,085
Can't set headers after they are sent on repetitive hits
<p>I am using node with express 4.x</p> <p>My app.js code includes</p> <pre><code>// add generic library to global space global._generic = generic; connection.connect(function(err, db) { if (err) { console.error('error connecting: ' + err.stack); } else { connection.query('USE hakka'); var attachDB = fu...
3
1,857
Pulling specific webservice with PHP from csv dump
<p>I have a smartertrack server, and i'm using their webservices located here <a href="http://portal.smartertools.com/services2/" rel="nofollow">http://portal.smartertools.com/services2/</a></p> <p>The old server was a Vtiger setup that is god awful, its mysql DB is convoluted and impossible to do a direct transfer wi...
3
1,393
iOS cocos2d v3 convert openGL code to CCDrawNode
<p>I have a visit method for the dot indicator of my Sliding Menu Grid. </p> <pre><code>- (void) visit { [super visit];//&lt; Will draw after glPopScene. BOOL showPagesIndicator = YES; ccColor4B pagesIndicatorNormalColor_ = ccc4([sud integerForKey:key_int_r], [sud integerForKey:key_int_g], [sud integerF...
3
1,763
How to export only selected rows from dgv into excel?
<p>Can anyone help me out to export only selected rows from dgv into excle. I've below code for importing and searching and exporting. But not sure why it is not exporting only selected row.</p> <p>private void button1_Click_1(object sender, EventArgs e)</p> <pre><code> { OpenFileDialog openFileDialog1 = n...
3
2,108
CSS layers, Title comes under Image layer
<p>I've written html code that includes style sheet. <strong>Image</strong>, <strong>Title</strong> comes under on class and i want to display <strong>Image</strong> on top of the <strong>Title</strong>.. now its comes below the <strong>Image</strong> layer. and also the <strong>Title</strong> doesn't fit inside data-...
3
1,053
My PHP variable is not receiving data from my AJAX (WordPress)
<p>I am having problems with my PHP variable not receiving the data I passed using AJAX.</p> <p>Here is my script:</p> <pre><code> jQuery('.ch-user &gt; div .ch-function button').click(function(){ var userID = jQuery(this).attr('data-user-id'); // User ID var userName = jQuery(this).attr('data-user-n...
3
2,254
MODUL grequests, How GET simple print URL and Response?
<p>anyone can please explain me how i can split results for get just simple url and response? I have try so many time but nothing, for now i can print just like:</p> <pre><code>50 0.4110674999999999 ........, [&lt;Response [200]&gt;], [&lt;Response [200]&gt;], [&lt;Response [200]&gt;]] [......, ['http://example.com.com...
3
1,027
Devise Sign in button unresponsive once placed in an html container
<p>I am trying to get a better understanding of how to join my front end and back end code in my rails application. I have created a VERY basic devise user, simply to practice applying the html and css. The sign up and log in work perfectly fine, until I add the html, then once in the container the sign in/sign up butt...
3
2,737
How to verify whether a point lies within a sector formed by the geocoordinates
<p>I have written a Java code that verifies whether a point lies within a sector of a circle defined radius. Both the point and the circle centre are represented in terms of latitude and longitude.</p> <p>The Java code is as follows-</p> <pre><code>public boolean isPointWithin(float centreLat,float centreLong,float p...
3
1,466
404 url not found when directory location moved (htaccess)
<p>I have this document root <code>/var/www/example</code> and then inside this directory I have a file <code>test.php</code>, and also my other project so the structure of the project looks like this </p> <p><strong>/var/www/example</strong></p> <pre><code>├── .htaccess (Obs) ├── classes  ├── config ├── controllers...
3
1,115
Activity Not Found Exception (Activities declared and running perfectly before)
<p>I had an app with several activities running perfectly until I added a new activity, which became the launch activity. Now, the app stars in that activity but when I go to another activity it says Activity Not Found Exception even the activities are declared.</p> <p>Here is my manifest, as I do not know what I am m...
3
1,411
Input Checkbox Doesn't Submit
<p>I have 2 switches inside a Laravel Form where I already give default value as 0. As soon as I submit, I got all values in my form, but those 2 switches.</p> <p>I'm wondering if I did anything that I'm not suppose to.</p> <hr /> <h1>HTML</h1> <pre><code>&lt;div class=&quot;col-xs-2&quot;&gt; &lt;label class=&quot...
3
2,062
Why does generating a static HashMap with ~30K entries at compile time consume so many resources?
<p>I'm trying to write a <code>build.rs</code> script that creates an up-to-date <code>HashMap</code> that maps the first 6 characters of a MAC address with its corresponding vendor.</p> <p>It has 29231 key-value pairs which causes <code>cargo check</code> to spend more than 7 minutes on my source code. Before this, it...
3
1,656
C linked list program won't display a string
<p>I have a problem in a homework where I work with linked list. The problem is that not all datas are displayed, when I try to printf them. This is my input:</p> <pre><code>insert JablkaJonagold AppleVillage 10 0.35 kg display </code></pre> <p>This is my output:</p> <pre><code>Name=, Manufacturer=AppleVillage, Quan...
3
2,516
MySQL Select From To And Exclude m in returned id result
<p>I have SQL that returns this from MySQL:</p> <pre><code>SELECT id, channel, (y.count) AS channels FROM ( SELECT s.id AS id, c.sort, s.channel FROM channels c, streams s LEFT JOIN logo l ON s.id=l.channel WHERE JSON_SEARCH(s.bouquet, 'one', 1) IS NOT NULL AND JSON_SEARCH(c.bouquet, 'one', 1) IS ...
3
1,548
Swift UIBarButtonItem created using UIButton's frame not set properly
<p>I need to display a toolBar with 3 elements (two buttons on either side and a label in the center). Each of them are created using a custom UIButton. Here is the code: </p> <pre><code> let toolBar = UIToolbar() toolBar.barStyle = .default toolBar.sizeToFit() let titleButton = UIButton(type:...
3
1,057
Acces inner fragment method from its parent class
<p>is it possible to acces inner class method?</p> <pre><code>public class MenuFragment extends Fragment { RelativeLayout fullLayout; ImageView imgSettings; public static ImageView imgTopZigzag, imgBottomZigzag; MyPagerAdapter myPagerAdapter; ProgressBar levelProgressBar; TextView txtLevel...
3
6,502
GUI Freezes - Invalid Operation Exception c#
<p>I have a GUI in c# where you can open log files. The program have 2 main functions: setTextMessageTextBox() which updates the GUI when needed (after each operation, giving the appropriate messages)</p> <pre><code>private static void setTextMessageTextBox(){ MyProject.mainForm update = new MyProject.mainForm(); ...
3
1,058
Texturing GL_QUADS with (3x3) color array ignores the 4th color in each row
<p>I'm trying to generate a 3x3 texture from an byte array.</p> <p>My problem is i need to give one extra color in the final of each row to get what I want, and i want to know why.</p> <p>Is there a problem in the byte count that I'm ignoring or something like that?</p> <p>Here's my array:</p> <pre><code>GLubyte da...
3
1,036
Azure - Debugging Iot Hub - Function trigger
<p>I'm trying to get the payload of Azure IoT Hub telemetry to a Function. I tried using <a href="https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-iot-trigger?tabs=csharp" rel="nofollow noreferrer">this</a> documentation, but I must be missing something. While I see data coming through, m...
3
1,058
Android studio - Localhost connection File not found?
<p>So I have been trying to make an authentication feature on my app where the users can login. I am trying to send JSON objects to my Django REST API so tha my users can get tokens. </p> <p>However, whenever after I press login with a valid user's credentials (me), my logcat throws a file not found exception to <code...
3
3,653
how to set value to property of custom imageview?
<p>I have a custom Imageview class like below. I have a field called timeInterval which I pass it in constructor, but in onDraw it's value is 0. What is the proper way to pass this? also I don't know if I can pass it dynamically as attribute.</p> <pre><code>public class ProgressBarView extends AppCompatImageView { ...
3
1,039
Creating a Function in my C Program? - Getting Statistics for 2 Text Files
<p>I was wondering how would I be able to narrow this down so that I don't have to have so many pieces of code repeated? I'm not so sure on how to create functions and call upon them in the main program.</p> <pre><code>#define _CRT_SECURE_NO_WARNINGS #include &lt;stdio.h&gt; #include &lt;string.h&gt; #include &lt;std...
3
1,079
Streaming voice over tcp
<p>I've coded an app that streams audio over TCP from client to server but it does not work, i.e. no audible output. Could you check my code tell me whats wrong with it?</p> <p><strong>Client:</strong></p> <pre><code>public void startStreaming() { Thread streamThread = new Thread(new Runnable() { @Overri...
3
1,951
Converting Data frame to time series in R
<p>I currently have this data set below, but I am unsure as to how I can convert this into a time series from the data frame format that it is currently in. </p> <p>I am also unsure as to how I can split this data up to create an in-sample and out-of-sample data set for forecasting.</p> <pre><code> Date Observat...
3
1,200
lib pthread: single threaded performance vs multithreaded
<p>(Note: I saw this post, tell me if that's the same problem: <a href="https://stackoverflow.com/questions/13874117">C: performance of pthread, low than single thrad</a>)</p> <p>I'm learning the <strong>pthread</strong> library. I wrote two versions of the same C program. The program takes a list of large <a href="ht...
3
4,665
Javascript Promises confusion
<p>I'm trying to figure out Promises with Parse. </p> <p>What I want to do is get a lot of jobs, and then perform an update for each job. </p> <pre><code>var queryJobs = new Parse.Query("Jobs"); queryJobs.find().then(function (results) { // Loop thorugh all jobs for (var i = 0; i &lt; results.length; i++) { ...
3
1,086
Display table dynamically from multidimensional array
<p>all masters. I have an below array </p> <pre><code>Array ( [1] =&gt; Array ( [2] =&gt; Array ( [0] =&gt; 11 [1] =&gt; 12 [2] =&gt; 13 ) [3] =&gt; Array ( ...
3
2,211
Reactjs Redux Forms Update Issue?
<p>Being an Angular developer trying hands-on ReactJS.Currently facing issue with form update/edit. I am unable to get the latest value in the form when clicking on the edit button. I am using Functional Component and use effect as React Hook.</p> <pre><code>import { Button, Form, Modal, Input, Grid } from 'semantic-ui...
3
2,699
stuck in Error: [$injector:unpr] Unknown provider
<p>Basically, I want to do a user authentication before login. Thus, i create a authentication factory and user login controller to achieve my goal. However, A Error is thrown when a factory is injected into a controller. I have no idea where cause this error in my program. Can anyone give me a hint?</p> <p><a href="h...
3
1,393
Bootstrap CSS menu style and css styles not engaging on pages other than index
<p>On Index all FONT STYLE AND COLOR AND "FLIPPING" MENU works fine, BUT on 7775.html in the page folder the menu is not flipping and font color is not being picked, but it was working a couple weeks ago. </p> <p>I am confused as to why this works on the index.html, and not on my other page. </p> <p>I would be very g...
3
7,191
Problems with Mono, MVC, and FastCGI
<p>I have two websites that I have created with Mono.NET. Both were built exclusively using Xamarin Studio (e.g. MonoDevelop). The first is a standard Asp.NET webforms application and the second is an Asp.NET MVC application. </p> <p>I have deployed the first application to my RedHat 7 server successfully. The serv...
3
1,174
Drawing on UIImage in UIScrollView
<p><strong>The Problem</strong></p> <p>This is going to sound crazy. I'm making a drawing app and I want users to be able to draw on images that are bigger or smaller than the screen. So when the user selects an image from his photo library it is put into an image view in a scroll view. The user draws on image views t...
3
3,176
Why are these type inferences happening in GraphDB?
<p>I've the following .ttl File:</p> <pre><code>@Prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;. @Prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;. @Prefix ex: &lt;http://www.example.com#&gt; ex:requires rdfs:domain ex:Function. ex:requires rdfs:range ex:Information. ex:provides rdfs:domain ...
3
2,071
pyspark take a long time to execute list of query
<p>I work with pyspark in standalone. My dataframe that I want enriched contains 440,000 rows. I have a constant &quot;_temp_ok_calculer&quot; column with a &quot;ko&quot; value. I want to update this column according to a filter list. my filter list is retrieved from another file. the list contains 36 items. The 10 to...
3
1,857
Time optimization of parallel long-running tasks
<h2>Intro</h2> <p>I am working with a complex external library, where I am attempting to execute it's functionality on a large list of items. The library does not expose a good async interface, so I'm stuck with some quite old-fashioned code. </p> <p>My aim is to optimize the time it takes to complete a batch of proc...
3
1,450
Java IllegalCastException when casting object returned from API call
<p>I am trying to integrate a public google calendar into my android application. To do this without the complicated oauth2 flow, I used a firebase cloud function to perform the API call. However, the json returned to my application has the java.lang Object type. I tried casting this to the google calendar Events type ...
3
1,084
WIN32: Getting a blank screen when trying to display an image
<p>I am trying to use the WIN32 API for displaying an image on a simple window created. I am filling every byte with a constant value of 100. But nothing is getting displayed on the window. I am working on a 16-bit display. The below is my code. Any help would be much appreciated:</p> <pre><code>#include &lt;stdio.h&g...
3
1,049
Python: extracting a list from an array of dictionaries with arrays in them
<p>This question is a bit of a convoluted brain-twister, I'm afraid. I'm writing a function test on an api, that when I query it, returns a bunch of json with embedded lists. Here is a significant fragment of what that looks like (with all the data anonymized for this question):</p> <pre><code>[{u'account': {u'account...
3
1,780
How to access a key from an object using a mapped value that it is not recognized by typescript?
<p>I have a data structure that looks like as follow:</p> <pre><code> data: { returned: { items: { payment_returned: { count: randFloat(), percentage: randFloat() } }, meta: { count: 1000, percentage: 1...
3
1,572
Oracle SQL: Using intervals to specify ranges of hours
<p>I have power meter data stored in table MeterData:</p> <pre><code> create table MeterData ( MeterID VARCHAR2(10), DownloadCycle VARCHAR2(6), DateHour Date, KWH Number(22,6), KW Number(22,6), KVA Number(22,6), KVAR Number(22,6), CONSTRAINT UniqueDownload UNIQUE(MeterID, DownloadCycle, DateHour)) </code...
3
2,769
Python Inheritance with unique attribute in master class
<p>I'm with a little problem.</p> <pre class="lang-py prettyprint-override"><code>class Person(models.Model): cpf = BRCPFField(**unique=true**) class Student(Person): new_field = .... class Teacher(Student): another_field = ... class BoardMember(Person): class Meta: proxy = True </code></p...
3
1,966
How To Compare Objects By Name In Query Flutter by Property
<p>I am adding a search bar in my application and trying to query a object by an attribute name but, cant get it working.</p> <p>EDIT 1) Future function:</p> <pre><code> Widget _buildDiner() { return Padding( padding: const EdgeInsets.all(8.0), child: Column( crossAxisA...
3
1,212
Session values get overwritten when multiple users access in YII
<p>I am working on 'Forgot Password' functionality using YII framework. The flow is as such --></p> <p>At the Login Page , a Link 'Forgot Password' is provided. On clicking it, a new view is rendered where the user needs to put his EMail Address . A mail is delivered to the Mail ID and a link is provided in that mail...
3
1,887
fetching tweets with Ruby returns `open_http': 400 Bad Request (OpenURI::HTTPError)
<p>I am new to Ruby. I have starting reading first chapter in <strong>Bastards Book Ruby</strong> i.e. <a href="http://ruby.bastardsbook.com/chapters/intro_tweet_fetch/#h-2-8" rel="nofollow">Tweet fetching</a> but the tutorial uses Twitter API v1. The response I got told me to use v1.1. So, I followed tutorials and wro...
3
1,077
Is there a better way to combine these dataframes and match values?
<p>I have two dataframes that I have combined using <code>left_join()</code></p> <p>data1 can be simplified to something like...</p> <pre><code>Date &lt;- as.Date(c('2011-7-26','2011-7-26','2010-11-1','2010-11-1','2009-5-10','2009-5-10','2008-3-25','2008-3-25','2007-3-14','2007-3-14')) Location &lt;- c(&quot;A&quot;,&q...
3
1,202
SQL Server - Grouping a field correctly
<p>Im running the query</p> <p>SELECT </p> <pre><code> YEAR(TL_SYS_DATE) AS [YEAR] ,MONTH(TL_SYS_DATE) AS [MONTH] ,NEW_PRODUCT_NAME AS [PRODUCT] ,COMP_PDT_CODE AS PROD_CODE ,NEW_CONTRACT_NO ,NEW_STATUS ,PREMIUM_AMT ,COUNT(DISTINC...
3
1,123
When I remove app the code stops working
<p>I have the following code for angularjs working perfecly:</p> <p><a href="http://plnkr.co/edit/5XmPfQ78vRjSrxE0Tt3B?p=preview" rel="nofollow">Working fine</a></p> <p>But as soon as I use the above code without defining app I get an error and autocomplete stops working:</p> <p>here is the code with jfiddle link:</...
3
1,042
Javascript Algorithm for Linked Fifo for inventory allocation
<p>I have a Fifo kind of problem, which I solved already but I feel like my implementation is very basic and could definitely learn a better way to do this. Given 2 array of objects, one for the sales that my customers are demanding, and one for the purchases that I'm doing to my inventory provider, I need to be able t...
3
1,469
VueLoaderPlugin doies not return HTML used as inline loader for HtmlWebpackPlugin?
<p>With the following webpack.common.js:</p> <pre class="lang-js prettyprint-override"><code>const pathtoresolve = require('path'); const paths = require('./paths') const { CleanWebpackPlugin } = require('clean-webpack-plugin') const CopyWebpackPlugin = require('copy-webpack-plugin') const HtmlWebpackPlugin = require(...
3
1,662
Displaying Menu Option Status if Selected on Console Application
<p>I am new to C++ and I am trying to create a console application that has a menu with options and with a status of weither or not the option is selected.</p> <p>Here is the sample code that I am working with:</p> <pre><code> #include &lt;iostream&gt; #include &lt;Windows.h&gt; int main() { //Create Console Layo...
3
1,266
mypy overload and contextmanager
<p>I am trying to implement an abstract &amp; concrete class for a file opener.</p> <p>However, with mypy (v0.910 on Python 3.8) I can't seem to get the typing working. Below is my current code, and the error messages from mypy.</p> <p>I also tried a few other &quot;combinations&quot; like <code>@contextmanager</code> ...
3
1,180
CodeIgniter 4: Pass $data to the View file
<p>Can someone help me with this? I can't figure out on how can I show the results on the View file. I tried using <code>$this-&gt;load-&gt;view('list-logs',$data);</code> but it shows the error <code>Call to a member function view() on null</code>.</p> <p>CONTROLLER</p> <pre><code>public function getLogs() { ...
3
1,322
Import select2 with parcel.js
<p>Pardon my lack of knowledge as I'm very new to web development.</p> <p>I'm trying to bundle up all 3rd party packages, which includes <code>select2</code> among others. The bundle works for the other packages like jquery, bootstrap, popper etc, but <code>select2</code> is not initialized or something. Perhaps some l...
3
1,217
Convert rows values into columns - oracle 11g
<p>I'm extracting some data from XML type of fields, getting some values from specific tags, and I managed to gather them in a form of such results:</p> <pre><code>echo | type| color | active ------------------------------------------- echo1 | car | yellow,green,blue | no,no,no echo1 | car | yellow,green ...
3
1,177
ways to improve training speed
<p>I'm new to tensorflow and I'm trying to adopt transfer learning for feature extraction. I have a large image dataset of 600k images stored in a gzip compressed hdf5 file of 100GB. I'm using a generator to load the images into the vgg16 model. However, it is going to take me 2000+ hours to complete 1 epoch. Is there ...
3
1,371
Can't build my Selenium Test using pom.xml
<p>Hi im new in selenium and im trying to build a test using maven. I followed some steps in running/setting up maven via pom.xml file. i tried to updated the Maven project but still the same error is displayed. However, im encountering an error. see details of pom.xml file and the error. Please help im just new in usi...
3
2,276
Can we use a non-pointer as a pointer in C
<p>I'm fairly new to C but I was wondering, can we use something like an unsigned int like a void pointer. I wrote this short example to illustrate what I want to do but I can't seem to get it to work so I was wondering if it was even possible:</p> <pre><code>int main () { int i; char char_array[5] = {'a', '...
3
1,923
giving correct answer in expect script
<p>I want to configure <code>sensors-detect</code> automatically and remotely for 10 PC. The are some 'questions' that need to be answered without my interaction to those PC. These are 5 'questions' and my preferred answer:</p> <pre><code>Some south bridges, CPUs or memory controllers contain embedded sensors. Do you...
3
1,456
hi..Android facebook app sharing not working
<p>I am new to android facebook app sharing,I want to make app sharing demo using android ,And have made a demo using <a href="https://developers.facebook.com/docs/android/share#interfaces" rel="nofollow">Faceboook app sharing</a></p> <p>I have tried step by step,My code is as below,But It gives me error that Applicat...
3
2,691
Error when installing package with pip inside a venv: zipfile.BadZipFile: File is not a zip file
<p>I am trying to install the package ansible (version 2.9.27 specifically) on a python 3.6.8 virtual environment. I am getting the following error:</p> <pre><code>Looking in indexes: https://pypi.org/simple/ Collecting ansible==2.9.27 Using cached ansible-2.9.27-py3-none-any.whl ERROR: Exception: Traceback (most rec...
3
2,363
Amcharts - Error while trying to create top and bottom value axes in lower screen widths
<p>I am trying to make Amcharts column chart which will rotate and become a horizontal bar chart at lesser screen width. I want two value axes - top and bottom in the mobile screens (lesser than 600px). </p> <p>I am trying to add this code to the Amcharts javascript API in the responsive part but it is not working and...
3
2,780
Docker container is not available locally
<p>Once I create the container using <code>docker-compose up -d</code> the containers are up and running but they are not available in the local network (127.0.0.1).</p> <p>I use the same project in another PC and still working.. So the docker-compose.yml is the same and it's working.</p> <pre><code>~ → docker info C...
3
1,855
getElementByID returns null (jsfiddle inside)
<p>I'm trying to create custom buttons for a media player. The tricky part is that I want the play button to become a "loading" button that will later become a pause button but anyways.</p> <p>I'm using 4 <code>div</code>s - <code>stop</code> / <code>play</code> / <code>loading</code> / <code>pause</code>, the last tw...
3
1,142
when I submit the form no action happen
<p>sorry if my question not scene, but when I submit my form no action happen and even no error appear and I don't know why so please can you help me !!</p> <p>here my <code>php</code> code </p> <pre><code>&lt;?php if (isset ($_POST["submitted"])) { if (isset($_POST["proName"])) { $namepro=$_POST[...
3
1,980
unable to move the list items in the carousel when buttons are clicked
<p>I am trying to create a simple carousel without using any plugins in jquery and javascript. My problem is that the viewport does not show the next or previous list items on clicking the appropriate buttons. My code is:</p> <p><strong>HTML</strong></p> <pre><code>&lt;html&gt; &lt;body onload='createList()'&gt; ...
3
1,982
Object that is being dragged runs away
<p>Alright, What i'm trying to achieve is an <code>SVG</code> with inside it an <code>foreighObjects</code> that can move.</p> <p>I've made it possible to move ( draggable ), and the collission calculation looks alright to. There's only 1 problem. When i'm moving the object, it just spacing. It just runs out of the sc...
3
2,785
How to decode Javascript _0x Hex
<p>I tried to decode this code but I did not succeed:</p> <pre class="lang-js prettyprint-override"><code>var _0x147bb5 = _0xe0c4, _0x41852d = _0xe0c4, _0x39ac2c = _0xe0c4; (function (_0x3c89e2, _0x4b3ebe) { var _0x331330 = _0xe0c4, _0x279707 = _0xe0c4, _0x50917c = _0xe0c4, _0x489044 = _0x3c89e2(); while (!![])...
3
3,979
Retrieve in function all counter values from a Bootstrap table
<p>Here I have an example of a table that displays a list of 25 records per page of 10 rows. When I apply a filter &quot;india&quot;, how to get the updated counter indications values in a function?</p> <p>I have the showing values but not the Entries and Total Entries.</p> <p>Here is an image for a visual explanation....
3
7,004
How to make a responsive bar out of a dynamic values coming from the database
<p>Good day! I'm having a problem doing a responsive navigation bar coming from HTML, PHP, and CSS only. (No DIVS/Navbar) As you can see below in the OUTPUT image. WHen I used a mobile phone or resize my browser into smaller one. It will output my values like in the OUTPUT image. What I want is to when I use mobile or ...
3
1,417
SnappyData: Connect Standalone Spark Job to Embedded Cluster
<p>What I'm trying to achieve is similar to Smart Connector mode, but the documentation isn't helping me much, because the Smart Connector examples are based on Spark-Shell, whereas I'm trying to run a standalone Scala application. Therefore, I can't use the --conf arguments for Spark-Shell.</p> <p>Trying to find my s...
3
1,464
Communicating through two separate computer using java sockets
<p>I am trying to make a chat server and client that can communicate over two separate computers connected to the internet. One of them is connected to wifi and another one is through a modem. Here is my server code.</p> <p>GreetingServer.java</p> <pre><code>import java.net.*; import java.io.*; public class Greeting...
3
1,327
How to dynamically change the price of paypal smartbutton according to the PHP cart value?
<p>I am not able to assign the value of my shopping cart to the Paypal button in order for the user to be able to pay the correct amount.</p> <p>The total price of the cart is stored as a variable <code>$total_price</code>:</p> <pre><code>&lt;span class=&quot;metadata&quot; id=&quot;totalprice&quot; value=&quot;&lt;?ph...
3
15,626
How to find an element in the results of "find()"?
<p>I have the following HTML structure. </p> <p>I need to be able to build the array of attributes of <code>img</code>'s to be able to build a gallery.</p> <p>So far I was able to build an array of <code>d2</code>'s using <code>find()</code>, but I seem to be unable to use <code>find()</code> on the results of <code>...
3
2,529
Blazor (Server-Side) Sidebar Compatability Issues in IE 11
<p>I've been working with Blazor Apps recently (server-side) and noticed that IE 11 Support needs Polyfill for some features that aren't supported.</p> <p>Although I've applied the necessary dependencies to make this work, my sidebar on IE 11 is behaving in a very different way than the other browsers (Edge, Chrome, F...
3
1,666
ListBox doesn't show any item
<p>I have created a <code>ListBox</code> with custom <code>ListBoxItem</code> Template, had bound everything and it worked. When I was still working on my project. I runned the program and that <code>ListBox</code> weren't showing items anymore. Here is my code:</p> <p>This is <code>ListBox</code> which doesn't show a...
3
2,202
why does my object reappear in the same spot after using self.kill()?
<p>So i am quite new at pygame. im creating a game about shooting the alien using a spaceship. So the spaceship will keep on shooting bullets and we have to move the spaceship around so the bullet will hit the alien and the alien will die after getting hit 5 times. The alien will keep on coming down and move left and r...
3
1,731
Reactor Flux timeout with RabbitMq MessageListenerContainer
<p>Using a hot publisher model, the following timeout exception is occurring roughly 50% of the time in a cloud environment:</p> <pre><code>[ERROR] reactor.core.scheduler.Schedulers - Scheduler worker in group main failed with an uncaught exception reactor.core.Exceptions$ErrorCallbackNotImplemented: j...
3
1,757