<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Gossip Burst</title><link>https://devapps.quickvid.app</link><description>Refined celebrity coverage with sleek polish.</description><language>en-us</language><lastBuildDate>Thu, 16 Jul 2026 11:02:06 -0400</lastBuildDate><atom:link href="https://devapps.quickvid.app/rss.xml" rel="self" type="application/rss+xml" /><item><title>Appending data from one sheet to another Excel VBA</title><link>https://devapps.quickvid.app/appending-data-from-one-sheet-to-another-excel-vba.html</link><guid isPermaLink="true">https://devapps.quickvid.app/appending-data-from-one-sheet-to-another-excel-vba.html</guid><description>I know a bit of VBA, however I got a problem, I am trying to write a code that will copy all data from 1 sheet, append/paste it into the next blank cell in sheet 2 and then remove the data from she......</description><pubDate>Thu, 16 Jul 2026 14:53:54 -0400</pubDate></item><item><title>Text outer glow effect using CSS</title><link>https://devapps.quickvid.app/text-outer-glow-effect-using-css.html</link><guid isPermaLink="true">https://devapps.quickvid.app/text-outer-glow-effect-using-css.html</guid><description>I need to add an &quot;outer glow&quot; Photoshop effect to some text using CSS. Here is a screenshot of the mockup of what I am trying to acheive:
Here is the Photoshop layer settings:
I&amp;#039;m pretty sure thi......</description><pubDate>Thu, 16 Jul 2026 14:43:48 -0400</pubDate></item><item><title>Start script missing error when running npm start</title><link>https://devapps.quickvid.app/start-script-missing-error-when-running-npm-start.html</link><guid isPermaLink="true">https://devapps.quickvid.app/start-script-missing-error-when-running-npm-start.html</guid><description>I&amp;#039;m receiving this error when trying to debug my node application using the npm start command.
Error:
npm ERR! Windows_NT 6.3.9600
npm ERR! argv &amp;quot;C:\\Program Files\\nodejs\\\\node.exe&amp;quot; &amp;q......</description><pubDate>Thu, 16 Jul 2026 14:33:21 -0400</pubDate></item><item><title>Multiline input form field using Bootstrap</title><link>https://devapps.quickvid.app/multiline-input-form-field-using-bootstrap.html</link><guid isPermaLink="true">https://devapps.quickvid.app/multiline-input-form-field-using-bootstrap.html</guid><description>&amp;lt;form class=&quot;span6&quot;&amp;gt; &amp;lt;h2&amp;gt;Get In Touch&amp;lt;/h2&amp;gt;&amp;lt;br&amp;gt; &amp;lt;input class=&quot;span6&quot; type=&quot;text&quot; placeholder=&quot;Your first name&quot; required&amp;gt; &amp;lt;input class=&quot;span6&quot; type=&quot;text&quot; place......</description><pubDate>Thu, 16 Jul 2026 14:14:21 -0400</pubDate></item><item><title>Python pyplot text with square root</title><link>https://devapps.quickvid.app/python-pyplot-text-with-square-root.html</link><guid isPermaLink="true">https://devapps.quickvid.app/python-pyplot-text-with-square-root.html</guid><description>I&amp;#039;m trying to annotate my pyplot with the following:
I am able to get the square root of a number, and I am able to get the h-squared, but when I put them together I get a
ValueError: cannot switc......</description><pubDate>Thu, 16 Jul 2026 14:12:46 -0400</pubDate></item><item><title>How to get Package name from activity name</title><link>https://devapps.quickvid.app/how-to-get-package-name-from-activity-name.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-get-package-name-from-activity-name.html</guid><description>I use the code below to get the launcher activity name belongs to specific package name: Intent intent = new Intent(); intent.setPackage(aPackageName); intent.setAction(Intent.ACTION_M......</description><pubDate>Thu, 16 Jul 2026 14:08:00 -0400</pubDate></item><item><title>Any one tell me why we write this 0xff000000 in filters?</title><link>https://devapps.quickvid.app/any-one-tell-me-why-we-write-this-0xff000000-in-filters.html</link><guid isPermaLink="true">https://devapps.quickvid.app/any-one-tell-me-why-we-write-this-0xff000000-in-filters.html</guid><description>Here is my code for GrayScale filter want to know about this
class GrayScale extends RGBImageFilter { @Override public int filterRGB(int x, int y, int rgb) { int a = rgb &amp;amp; 0xff000000......</description><pubDate>Thu, 16 Jul 2026 13:49:58 -0400</pubDate></item><item><title>How to find a cost of a query in AWS Athena</title><link>https://devapps.quickvid.app/how-to-find-a-cost-of-a-query-in-aws-athena.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-find-a-cost-of-a-query-in-aws-athena.html</guid><description>I ran an Athena query, it took 20 minutes to run and it scanned over 2 TB of data. Is it possible for me to find out the exact query cost in AWS itself? So not just the scan, but the complete:
sum = ...</description><pubDate>Thu, 16 Jul 2026 13:38:35 -0400</pubDate></item><item><title>What does it mean by buffer?</title><link>https://devapps.quickvid.app/what-does-it-mean-by-buffer.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-does-it-mean-by-buffer.html</guid><description>I see the word &quot;BUFFER&quot; everywhere, but I am unable to grasp what it exactly is.
Would anybody please explain what is buffer in layman&amp;#039;s language?
When is it used?
How is it used?...</description><pubDate>Thu, 16 Jul 2026 13:32:36 -0400</pubDate></item><item><title>How to replace captured groups only?</title><link>https://devapps.quickvid.app/how-to-replace-captured-groups-only.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-replace-captured-groups-only.html</guid><description>I have HTML code before and after the string:
name=&amp;quot;some_text_0_some_text&amp;quot;
I would like to replace the 0 with something like : !NEW_ID!
So I made a simple regex :
.*name=&amp;quot;\w+(\d+)\w+&amp;...</description><pubDate>Thu, 16 Jul 2026 13:26:32 -0400</pubDate></item><item><title>How to enumerate an enum with String type?</title><link>https://devapps.quickvid.app/how-to-enumerate-an-enum-with-string-type.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-enumerate-an-enum-with-string-type.html</guid><description>enum Suit: String { case spades = &quot;♠&quot; case hearts = &quot;♥&quot; case diamonds = &quot;♦&quot; case clubs = &quot;♣&quot;
}
For example, how can I do something like:
for suit in Suit { // do something wit......</description><pubDate>Thu, 16 Jul 2026 13:19:21 -0400</pubDate></item><item><title>pyinstaller No module named pyinstaller</title><link>https://devapps.quickvid.app/pyinstaller-no-module-named-pyinstaller.html</link><guid isPermaLink="true">https://devapps.quickvid.app/pyinstaller-no-module-named-pyinstaller.html</guid><description>I have 2 python versions installed under my mac osx sierra:
python 3.5
python 2.7
I installed pyinstaller under python3.5 with this command:
python3.5 -m pip install pyinstaller
If I run again the......</description><pubDate>Thu, 16 Jul 2026 13:11:18 -0400</pubDate></item><item><title>Configuring so that pip install can work from github</title><link>https://devapps.quickvid.app/configuring-so-that-pip-install-can-work-from-github.html</link><guid isPermaLink="true">https://devapps.quickvid.app/configuring-so-that-pip-install-can-work-from-github.html</guid><description>We&amp;#039;d like to use pip with github to install private packages to our production servers. This question concerns what needs to be in the github repo in order for the install to be successful.
Assum......</description><pubDate>Thu, 16 Jul 2026 13:04:00 -0400</pubDate></item><item><title>Expected &amp;#039;End&amp;#039; to match &amp;#039;if&amp;#039; at character 0?</title><link>https://devapps.quickvid.app/expected-039-end-039-to-match-039-if-039-at-character-0.html</link><guid isPermaLink="true">https://devapps.quickvid.app/expected-039-end-039-to-match-039-if-039-at-character-0.html</guid><description>IF AVG([Covid Death Rate Cleaned]) &amp;gt;= 275 THEN &amp;quot;Extremely high COVID death rate&amp;quot;
ELSEIF AVG([Covid Death Rate Cleaned]) &amp;gt;= 226.3 THEN &amp;quot;High COVID death rate&amp;quot;
ELSEIF AVG([......</description><pubDate>Thu, 16 Jul 2026 13:01:17 -0400</pubDate></item><item><title>How do I fix a vulnerable npm package in my package-lock.json that isn&amp;#039;t listed in the package.json?</title><link>https://devapps.quickvid.app/how-do-i-fix-a-vulnerable-npm-package-in-my-package-lock-json-that-isn.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-do-i-fix-a-vulnerable-npm-package-in-my-package-lock-json-that-isn.html</guid><description>Github is telling me that a dependency in my package-lock.json file is vulnerable and outdated. The problem is that if I do npm install or npm update, neither of them update the dependency in the p......</description><pubDate>Thu, 16 Jul 2026 12:49:09 -0400</pubDate></item><item><title>Mergesort with Python</title><link>https://devapps.quickvid.app/mergesort-with-python.html</link><guid isPermaLink="true">https://devapps.quickvid.app/mergesort-with-python.html</guid><description>I couldn&amp;#039;t find any working Python 3.3 mergesort algorithm codes, so I made one myself. Is there any way to speed it up? It sorts 20,000 numbers in about 0.3-0.5 seconds
def msort(x): result =......</description><pubDate>Thu, 16 Jul 2026 12:45:12 -0400</pubDate></item><item><title>Getting TransferHelper: TRANSFER_FROM_FAILED from TransferHelper.sol. Why?</title><link>https://devapps.quickvid.app/getting-transferhelper-transfer-from-failed-from-transferhelper-sol-wh.html</link><guid isPermaLink="true">https://devapps.quickvid.app/getting-transferhelper-transfer-from-failed-from-transferhelper-sol-wh.html</guid><description>I&amp;#039;m new to solidity. I&amp;#039;m currently getting the following error TransferHelper: TRANSFER_FROM_FAILED from the safeTransferFrom function. Can someone tell me why?
What is this line doing? (bool succ......</description><pubDate>Thu, 16 Jul 2026 12:33:59 -0400</pubDate></item><item><title>In Ansible, how to set Execution-Policy to RemoteSigned?</title><link>https://devapps.quickvid.app/in-ansible-how-to-set-execution-policy-to-remotesigned.html</link><guid isPermaLink="true">https://devapps.quickvid.app/in-ansible-how-to-set-execution-policy-to-remotesigned.html</guid><description>I have an Ansible role that executes Powershell scripts. I do this
- name: Set the execution policy to Unrestricted first win_shell: Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope ...</description><pubDate>Thu, 16 Jul 2026 12:07:04 -0400</pubDate></item><item><title>SQL Server: Difference between PARTITION BY and GROUP BY</title><link>https://devapps.quickvid.app/sql-server-difference-between-partition-by-and-group-by.html</link><guid isPermaLink="true">https://devapps.quickvid.app/sql-server-difference-between-partition-by-and-group-by.html</guid><description>I&amp;#039;ve been using GROUP BY for all types of aggregate queries over the years. Recently, I&amp;#039;ve been reverse-engineering some code that uses PARTITION BY to perform aggregations. In reading through al......</description><pubDate>Thu, 16 Jul 2026 12:06:58 -0400</pubDate></item><item><title>Basic Authentication Using JavaScript</title><link>https://devapps.quickvid.app/basic-authentication-using-javascript.html</link><guid isPermaLink="true">https://devapps.quickvid.app/basic-authentication-using-javascript.html</guid><description>I am building an application that consumes the Caspio API. I am having some trouble authenticating against their API. I have spent 2-3 days trying to figure this out but it may be due to some ...</description><pubDate>Thu, 16 Jul 2026 12:06:28 -0400</pubDate></item><item><title>TweepError attribute error when using Tweepy</title><link>https://devapps.quickvid.app/tweeperror-attribute-error-when-using-tweepy.html</link><guid isPermaLink="true">https://devapps.quickvid.app/tweeperror-attribute-error-when-using-tweepy.html</guid><description>I am getting an AttributeError: module &amp;#039;tweepy&amp;#039; has no attribute &amp;#039;TweepError&amp;#039;. Here is my relevant code in Python:
except tweepy.TweepError as e: msg = &amp;#039;Query failed when max_id equaled {0}: {1}&amp;#039;....</description><pubDate>Thu, 16 Jul 2026 12:05:27 -0400</pubDate></item><item><title>Generic htaccess redirect www to non-www</title><link>https://devapps.quickvid.app/generic-htaccess-redirect-www-to-non-www.html</link><guid isPermaLink="true">https://devapps.quickvid.app/generic-htaccess-redirect-www-to-non-www.html</guid><description>I would like to redirect www.example.com to example.com. The following htaccess code makes this happen:
RewriteCond %{HTTP_HOST} ^www\.example\.com [NC]
RewriteRule ^(.*)$ http://example.com/$1 [L......</description><pubDate>Thu, 16 Jul 2026 12:02:58 -0400</pubDate></item><item><title>Getting error : Caused by: java.net.SocketTimeoutException: Accept timed out</title><link>https://devapps.quickvid.app/getting-error-caused-by-java-net-sockettimeoutexception-accept-timed-o.html</link><guid isPermaLink="true">https://devapps.quickvid.app/getting-error-caused-by-java-net-sockettimeoutexception-accept-timed-o.html</guid><description>I am getting error while running pyspark in Jupyter Notebook using python 3.7 using this below code.
from pyspark import SparkContext
from pyspark.sql.session import SparkSession
from pyspark.sql ...</description><pubDate>Thu, 16 Jul 2026 12:01:28 -0400</pubDate></item><item><title>Convert NVARCHAR to DATETIME in SQL Server 2008</title><link>https://devapps.quickvid.app/convert-nvarchar-to-datetime-in-sql-server-2008.html</link><guid isPermaLink="true">https://devapps.quickvid.app/convert-nvarchar-to-datetime-in-sql-server-2008.html</guid><description>In my table
LoginDate
2013-08-29 13:55:48
The loginDate column&amp;#039;s datatype is nvarchar(150)
I want to convert the logindate column into date time format using SQL command
Expected result......</description><pubDate>Thu, 16 Jul 2026 11:59:46 -0400</pubDate></item><item><title>can I write a loop for css</title><link>https://devapps.quickvid.app/can-i-write-a-loop-for-css.html</link><guid isPermaLink="true">https://devapps.quickvid.app/can-i-write-a-loop-for-css.html</guid><description>I have a scenario where I am getting ID generated like this
&amp;lt;div class=&quot;containerLength&quot;&amp;gt;
&amp;lt;div id=&quot;new-1&quot;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;div id=&quot;new-2&quot;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;div id=&quot;new-3&quot;&amp;gt;&amp;lt;/di......</description><pubDate>Thu, 16 Jul 2026 11:32:48 -0400</pubDate></item><item><title>convert a 2D numpy array to a 2D numpy matrix</title><link>https://devapps.quickvid.app/convert-a-2d-numpy-array-to-a-2d-numpy-matrix.html</link><guid isPermaLink="true">https://devapps.quickvid.app/convert-a-2d-numpy-array-to-a-2d-numpy-matrix.html</guid><description>I have a python code in which I have to convert a 2D array to a 2D matrix so that I can use it to calculate inverse.For that I am using numpy.matrix(array) but it is not working. Can anyone tell ho......</description><pubDate>Thu, 16 Jul 2026 11:25:53 -0400</pubDate></item><item><title>SQL &quot;between&quot; not inclusive</title><link>https://devapps.quickvid.app/sql-between-not-inclusive.html</link><guid isPermaLink="true">https://devapps.quickvid.app/sql-between-not-inclusive.html</guid><description>I have a query like this:
SELECT * FROM Cases WHERE created_at BETWEEN &amp;#039;2013-05-01&amp;#039; AND &amp;#039;2013-05-01&amp;#039;
But this gives no results even though there is data on the 1st.
created_at looks like 2013-05......</description><pubDate>Thu, 16 Jul 2026 11:25:10 -0400</pubDate></item><item><title>PL/SQL Developer - ORA-28041 authentication protocol internal error</title><link>https://devapps.quickvid.app/pl-sql-developer-ora-28041-authentication-protocol-internal-error.html</link><guid isPermaLink="true">https://devapps.quickvid.app/pl-sql-developer-ora-28041-authentication-protocol-internal-error.html</guid><description>When I try change expired password in PL/SQL Developer 10.0 i receive error ORA-28041 authentication protocol internal error. Maybe someone of you know solutions for this?
Thanks....</description><pubDate>Thu, 16 Jul 2026 11:20:19 -0400</pubDate></item><item><title>Iterating through a JSON object</title><link>https://devapps.quickvid.app/iterating-through-a-json-object.html</link><guid isPermaLink="true">https://devapps.quickvid.app/iterating-through-a-json-object.html</guid><description>I am trying to iterate through a JSON object to import data, i.e. title and link. I can&amp;#039;t seem to get to the content that is past the :.
JSON:
[ { &quot;title&quot;: &quot;Baby (Feat. Ludacris) - ......</description><pubDate>Thu, 16 Jul 2026 11:14:38 -0400</pubDate></item><item><title>Should Python class filenames also be camelCased?</title><link>https://devapps.quickvid.app/should-python-class-filenames-also-be-camelcased.html</link><guid isPermaLink="true">https://devapps.quickvid.app/should-python-class-filenames-also-be-camelcased.html</guid><description>I know that classes in Python are typically cased using camelCase.
Is it also the normal convention to have the file that contains the class also be camelCase&amp;#039;d especially if the file only contain......</description><pubDate>Thu, 16 Jul 2026 11:10:24 -0400</pubDate></item><item><title>Terraform- Azure Event Grid Subscription with Event hub endpoint</title><link>https://devapps.quickvid.app/terraform-azure-event-grid-subscription-with-event-hub-endpoint.html</link><guid isPermaLink="true">https://devapps.quickvid.app/terraform-azure-event-grid-subscription-with-event-hub-endpoint.html</guid><description>Doing Event Grid Subscription with a EventHub endpoint
resource &amp;quot;azurerm_eventgrid_system_topic_event_subscription&amp;quot; &amp;quot;example&amp;quot; { name = &amp;quot;example-event-...</description><pubDate>Thu, 16 Jul 2026 11:05:02 -0400</pubDate></item><item><title>Undefined function mysql_connect()</title><link>https://devapps.quickvid.app/undefined-function-mysql-connect.html</link><guid isPermaLink="true">https://devapps.quickvid.app/undefined-function-mysql-connect.html</guid><description>I have ran aptitude install php5-mysql (and restarted MySQL/Apache 2), but I am still getting this error: Fatal error: Call to undefined function mysql_connect() in /home/validate.php on line 21
...</description><pubDate>Thu, 16 Jul 2026 11:00:01 -0400</pubDate></item><item><title>What is the Simplest Way to Reverse an ArrayList?</title><link>https://devapps.quickvid.app/what-is-the-simplest-way-to-reverse-an-arraylist.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-is-the-simplest-way-to-reverse-an-arraylist.html</guid><description>What is the simplest way to reverse this ArrayList?
ArrayList&amp;lt;Integer&amp;gt; aList = new ArrayList&amp;lt;&amp;gt;();
//Add elements to ArrayList object
aList.add(&quot;1&quot;);
aList.add(&quot;2&quot;);
aList.add(&quot;3&quot;);
aL......</description><pubDate>Thu, 16 Jul 2026 10:52:21 -0400</pubDate></item><item><title>How to create a copy-to-clipboard button in streamlit?</title><link>https://devapps.quickvid.app/how-to-create-a-copy-to-clipboard-button-in-streamlit.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-create-a-copy-to-clipboard-button-in-streamlit.html</guid><description>This discussion provides a workaround:
import streamlit as st
from bokeh.models.widgets import Button
from bokeh.models import CustomJS
from streamlit_bokeh_events import streamlit_bokeh_events
imp......</description><pubDate>Thu, 16 Jul 2026 10:50:43 -0400</pubDate></item><item><title>What does the express-validator escape() function?</title><link>https://devapps.quickvid.app/what-does-the-express-validator-escape-function.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-does-the-express-validator-escape-function.html</guid><description>What exactly does the express-validator escape() sanitizer? Can&amp;#039;t understand. For example:
check(&amp;#039;name&amp;#039;) .trim() .escape() .notEmpty() .withMessage(&amp;#039;User name can not be empty!&amp;#039;) .bail() ....</description><pubDate>Thu, 16 Jul 2026 10:36:09 -0400</pubDate></item><item><title>Insert newline (\n) using sed</title><link>https://devapps.quickvid.app/insert-newline-n-using-sed.html</link><guid isPermaLink="true">https://devapps.quickvid.app/insert-newline-n-using-sed.html</guid><description>I am trying to scrub some lists into a properly formatted CSV file for database import.
My starting file, looks something like this with what is supposed to be each &amp;quot;line&amp;quot; spanning multiple ...</description><pubDate>Thu, 16 Jul 2026 10:26:03 -0400</pubDate></item><item><title>GD vs ImageMagick vs Gmagick for jpg? [closed]</title><link>https://devapps.quickvid.app/gd-vs-imagemagick-vs-gmagick-for-jpg-closed.html</link><guid isPermaLink="true">https://devapps.quickvid.app/gd-vs-imagemagick-vs-gmagick-for-jpg-closed.html</guid><description>I am in the step to abandon GD for manipulating image in my website - it is awful.
Everyone saying to use ImageMagick because they are better than GD, but what about ImageMagick vs Gmagick (Swiss ......</description><pubDate>Thu, 16 Jul 2026 10:17:32 -0400</pubDate></item><item><title>How can I use zeroifnull for a column in my table - Snowflake?</title><link>https://devapps.quickvid.app/how-can-i-use-zeroifnull-for-a-column-in-my-table-snowflake.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-can-i-use-zeroifnull-for-a-column-in-my-table-snowflake.html</guid><description>How can I use zeroifnull for a column in my table - Snowflake?...</description><pubDate>Thu, 16 Jul 2026 10:17:30 -0400</pubDate></item><item><title>Connecting to OUTLOOK365 from Selenium Java</title><link>https://devapps.quickvid.app/connecting-to-outlook365-from-selenium-java.html</link><guid isPermaLink="true">https://devapps.quickvid.app/connecting-to-outlook365-from-selenium-java.html</guid><description>I have an application that sends a verification code to my Email after entering credentials. I need to read the verification code from my inbox. I am using Outlook and my organization uses the MAPI ...</description><pubDate>Thu, 16 Jul 2026 10:16:52 -0400</pubDate></item><item><title>Counting unique values in a column in pandas dataframe like in Qlik?</title><link>https://devapps.quickvid.app/counting-unique-values-in-a-column-in-pandas-dataframe-like-in-qlik.html</link><guid isPermaLink="true">https://devapps.quickvid.app/counting-unique-values-in-a-column-in-pandas-dataframe-like-in-qlik.html</guid><description>If I have a table like this:
df = pd.DataFrame({ &amp;#039;hID&amp;#039;: [101, 102, 103, 101, 102, 104, 105, 101], &amp;#039;dID&amp;#039;: [10, 11, 12, 10, 11, 10, 12, 10], &amp;#039;uID&amp;#039;: [&amp;#039;James&amp;#039;, &amp;#039;Henry&amp;#039;, &amp;#039;A......</description><pubDate>Thu, 16 Jul 2026 10:07:18 -0400</pubDate></item><item><title>Redirecting to URL in Flask</title><link>https://devapps.quickvid.app/redirecting-to-url-in-flask.html</link><guid isPermaLink="true">https://devapps.quickvid.app/redirecting-to-url-in-flask.html</guid><description>I&amp;#039;m new to Python and Flask and I&amp;#039;m trying to do the equivalent of Response.redirect as in C# - ie: redirect to a specific URL - how do I go about this?
Here is my code:
import os
from flask import ...</description><pubDate>Thu, 16 Jul 2026 10:06:32 -0400</pubDate></item><item><title>Using istringstream in C++</title><link>https://devapps.quickvid.app/using-istringstream-in-c.html</link><guid isPermaLink="true">https://devapps.quickvid.app/using-istringstream-in-c.html</guid><description>I have some code that utilizes fork, execlp, and wait to make two processes. The objective is to be able to repeatedly print a prompt and have the user enter a command with up to 4 arguments/option......</description><pubDate>Thu, 16 Jul 2026 10:05:04 -0400</pubDate></item><item><title>Java Exception in thread &quot;AWT-EventQueue-0&quot; java.lang.NullPointerException [duplicate]</title><link>https://devapps.quickvid.app/java-exception-in-thread-awt-eventqueue-0-java-lang-nullpointerexcepti.html</link><guid isPermaLink="true">https://devapps.quickvid.app/java-exception-in-thread-awt-eventqueue-0-java-lang-nullpointerexcepti.html</guid><description>OK what I am trying to do here is create a game where the object/ball is controlled by clicking on the object with the mouse, pulling back the mouse (the distance the mouse is pulled back will dete......</description><pubDate>Thu, 16 Jul 2026 10:01:26 -0400</pubDate></item><item><title>SQLServer hung on Using &amp;#039;xplog70.dll&amp;#039; version &amp;#039;xxx&amp;#039; to execute extended stored procedure &amp;#039;xp_msver&amp;#039;</title><link>https://devapps.quickvid.app/sqlserver-hung-on-using-039-xplog70-dll-039-version-039-xxx-039-to-exe.html</link><guid isPermaLink="true">https://devapps.quickvid.app/sqlserver-hung-on-using-039-xplog70-dll-039-version-039-xxx-039-to-exe.html</guid><description>System Information:
OS: macOS Catalina 10.15.2 and Windows 10
Docker Image: mcr.microsoft.com/mssql/server:2019-CU2-ubuntu-16.04(2019 GA has same issue)
JDBC Driver: com.microsoft.sqlserver:mssql......</description><pubDate>Thu, 16 Jul 2026 09:57:48 -0400</pubDate></item><item><title>Getting unseen count for MMS messages in Android</title><link>https://devapps.quickvid.app/getting-unseen-count-for-mms-messages-in-android.html</link><guid isPermaLink="true">https://devapps.quickvid.app/getting-unseen-count-for-mms-messages-in-android.html</guid><description>I&amp;#039;m trying to get a count of unseen mms message which I&amp;#039;ve got a content observer triggering when the mms/inbox changes..
This is the cursor
Cursor cursor = localContentResolverMMS2.query(Uri.par......</description><pubDate>Thu, 16 Jul 2026 09:42:48 -0400</pubDate></item><item><title>How to use hibernate @DynamicUpdate with spring data jpa?</title><link>https://devapps.quickvid.app/how-to-use-hibernate-dynamicupdate-with-spring-data-jpa.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-use-hibernate-dynamicupdate-with-spring-data-jpa.html</guid><description>I am using spring data-jpa. I want update only one column.
My repository is;
public interface UserRepository extends JpaRepository&amp;lt;User,Long&amp;gt; {
}
my Service is;
public User save(User user......</description><pubDate>Thu, 16 Jul 2026 09:36:10 -0400</pubDate></item><item><title>A generic priority queue for Python</title><link>https://devapps.quickvid.app/a-generic-priority-queue-for-python.html</link><guid isPermaLink="true">https://devapps.quickvid.app/a-generic-priority-queue-for-python.html</guid><description>I need to use a priority queue in my Python code, and:
am looking for any fast implementations for priority queues
optimally, I&amp;#039;d like the queue to be generic (i.e. work well for any object with a ...</description><pubDate>Thu, 16 Jul 2026 09:16:19 -0400</pubDate></item><item><title>How to catch an empty array [0] (Exception)</title><link>https://devapps.quickvid.app/how-to-catch-an-empty-array-0-exception.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-catch-an-empty-array-0-exception.html</guid><description>I am currently preparing for an exam and am working on the following task:
I want to catch the &quot;ArrayIndexOutOfBoundsException&quot;.
I have following classes:
class Util { // get the smallest ......</description><pubDate>Thu, 16 Jul 2026 09:11:28 -0400</pubDate></item><item><title>Special characters like @ and &amp; in cURL POST data</title><link>https://devapps.quickvid.app/special-characters-like-and-in-curl-post-data.html</link><guid isPermaLink="true">https://devapps.quickvid.app/special-characters-like-and-in-curl-post-data.html</guid><description>How do I include special characters like @ and &amp;amp; in the cURL POST data? I&amp;#039;m trying to pass a name and password like:
curl -d name=john passwd=@31&amp;amp;3*J https://www.mysite.com
This would cause ...</description><pubDate>Thu, 16 Jul 2026 09:10:14 -0400</pubDate></item><item><title>AdjustTokenPrivileges error 6 - handle invalid</title><link>https://devapps.quickvid.app/adjusttokenprivileges-error-6-handle-invalid.html</link><guid isPermaLink="true">https://devapps.quickvid.app/adjusttokenprivileges-error-6-handle-invalid.html</guid><description>Please advise why the AdjustTokenPrivileges function below always returns true, thus giving: &quot;AdjustTokenPrivileges error 6&quot; (ie invalid handle)?
stackoverlow is complaining that I didn&amp;#039;t explain ......</description><pubDate>Thu, 16 Jul 2026 09:08:38 -0400</pubDate></item><item><title>How to send multiple data fields via Ajax? [closed]</title><link>https://devapps.quickvid.app/how-to-send-multiple-data-fields-via-ajax-closed.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-send-multiple-data-fields-via-ajax-closed.html</guid><description>I&amp;#039;m stuck: I&amp;#039;m trying to submit a form using AJAX, but I can&amp;#039;t find a way to send multiple data fields via my AJAX call.
$(document).ready(function() { $(&quot;#btnSubmit&quot;).click(function() { var ...</description><pubDate>Thu, 16 Jul 2026 08:49:13 -0400</pubDate></item><item><title>Set Clipboard Contents</title><link>https://devapps.quickvid.app/set-clipboard-contents.html</link><guid isPermaLink="true">https://devapps.quickvid.app/set-clipboard-contents.html</guid><description>I am trying to figure out why setting the contents of the system clipboard won&amp;#039;t work for me. I programmatically set the clipboard contents. When i use the output part of the code, it works. However, ...</description><pubDate>Thu, 16 Jul 2026 08:34:13 -0400</pubDate></item><item><title>How do I &quot;Import&quot; a TypeScript module using StackBlitz editor</title><link>https://devapps.quickvid.app/how-do-i-import-a-typescript-module-using-stackblitz-editor.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-do-i-import-a-typescript-module-using-stackblitz-editor.html</guid><description>If I go into the Stackblitz.com editor and create a new Angular project, it provides some default files, folders, etc.
Under the &quot;Dependencies&quot; area, I want to install shortid. So, I type that int......</description><pubDate>Thu, 16 Jul 2026 08:17:33 -0400</pubDate></item><item><title>The transaction log for database &amp;#039;tempdb&amp;#039; is full due to &amp;#039;ACTIVE_TRANSACTION&amp;#039;</title><link>https://devapps.quickvid.app/the-transaction-log-for-database-039-tempdb-039-is-full-due-to-039-act.html</link><guid isPermaLink="true">https://devapps.quickvid.app/the-transaction-log-for-database-039-tempdb-039-is-full-due-to-039-act.html</guid><description>I&amp;#039;m using Microsoft SQL Server 2014 and have run into some issues trying to create a temporary table. I&amp;#039;ve run this code once before with no issue, but when I tried to run the query today, I receiv......</description><pubDate>Thu, 16 Jul 2026 08:09:29 -0400</pubDate></item><item><title>How to set onClick with JavaScript?</title><link>https://devapps.quickvid.app/how-to-set-onclick-with-javascript.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-set-onclick-with-javascript.html</guid><description>I am trying to set the onclick event using javascript. The following code works:
var link = document.createElement(&amp;#039;a&amp;#039;);
link.setAttribute(&amp;#039;href&amp;#039;, &quot;#&quot;);
link.setAttribute(&amp;#039;onclick&amp;#039;, &quot;alert(&amp;#039;click......</description><pubDate>Thu, 16 Jul 2026 07:56:06 -0400</pubDate></item><item><title>Container runtime network not ready: cni config uninitialized [closed]</title><link>https://devapps.quickvid.app/container-runtime-network-not-ready-cni-config-uninitialized-closed.html</link><guid isPermaLink="true">https://devapps.quickvid.app/container-runtime-network-not-ready-cni-config-uninitialized-closed.html</guid><description>I&amp;#039;m installing kubernetes(kubeadm) on centos VM running inside Virtualbox, so with yum I installed kubeadm, kubelet and docker.
Now while trying to setup cluster with kubeadm init --pod-network-c......</description><pubDate>Thu, 16 Jul 2026 07:28:49 -0400</pubDate></item><item><title>AngularJS bootstrap popover custom directive</title><link>https://devapps.quickvid.app/angularjs-bootstrap-popover-custom-directive.html</link><guid isPermaLink="true">https://devapps.quickvid.app/angularjs-bootstrap-popover-custom-directive.html</guid><description>I have created a directive using bootstrap custom popover. That works taking an input from a user for a group name and it has two buttons for apply that value to model and show that value on toolti......</description><pubDate>Thu, 16 Jul 2026 07:22:51 -0400</pubDate></item><item><title>How to map static IP to terraform google compute engine instance?</title><link>https://devapps.quickvid.app/how-to-map-static-ip-to-terraform-google-compute-engine-instance.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-map-static-ip-to-terraform-google-compute-engine-instance.html</guid><description>I&amp;#039;m using terraform with google vm provider. I want to assign existing Static IP to a VM.
Code:
resource &quot;google_compute_instance&quot; &quot;test2&quot; { name = &quot;dns-proxy-nfs&quot; machine_type = &quot;n1-...</description><pubDate>Thu, 16 Jul 2026 07:16:44 -0400</pubDate></item><item><title>How to use Anaconda Python to execute a .py file?</title><link>https://devapps.quickvid.app/how-to-use-anaconda-python-to-execute-a-py-file.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-use-anaconda-python-to-execute-a-py-file.html</guid><description>I just downloaded and installed Anaconda on my Windows computer. However, I am having trouble executing .py files using the command prompt. How can I get my computer to understand that the python.exe ...</description><pubDate>Thu, 16 Jul 2026 07:14:52 -0400</pubDate></item><item><title>Unable to initialize device PRN in Python</title><link>https://devapps.quickvid.app/unable-to-initialize-device-prn-in-python.html</link><guid isPermaLink="true">https://devapps.quickvid.app/unable-to-initialize-device-prn-in-python.html</guid><description>I attempt to run a python program and the following pops up in command prompt:
&quot;Unable to initialize device PRN&quot;
I should also mention that the program runs fine....</description><pubDate>Thu, 16 Jul 2026 07:11:48 -0400</pubDate></item><item><title>Convert Set to List without creating new List</title><link>https://devapps.quickvid.app/convert-set-to-list-without-creating-new-list.html</link><guid isPermaLink="true">https://devapps.quickvid.app/convert-set-to-list-without-creating-new-list.html</guid><description>I am using this code to convert a Set to a List:
Map&amp;lt;String, List&amp;lt;String&amp;gt;&amp;gt; mainMap = new HashMap&amp;lt;&amp;gt;();
for (int i=0; i &amp;lt; something.size(); i++) { Set&amp;lt;String&amp;gt; set = get......</description><pubDate>Thu, 16 Jul 2026 07:07:16 -0400</pubDate></item><item><title>How can I turn a List of Lists into a List in Java 8?</title><link>https://devapps.quickvid.app/how-can-i-turn-a-list-of-lists-into-a-list-in-java-8.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-can-i-turn-a-list-of-lists-into-a-list-in-java-8.html</guid><description>If I have a List&amp;lt;List&amp;lt;Object&amp;gt;&amp;gt;, how can I turn that into a List&amp;lt;Object&amp;gt; that contains all the objects in the same iteration order by using the features of Java 8?...</description><pubDate>Thu, 16 Jul 2026 06:50:53 -0400</pubDate></item><item><title>Which nginx-config file is enabled, /etc/nginx/conf.d/default.conf or /etc/nginx/nginx.conf?</title><link>https://devapps.quickvid.app/which-nginx-config-file-is-enabled-etc-nginx-conf-d-default-conf-or-et.html</link><guid isPermaLink="true">https://devapps.quickvid.app/which-nginx-config-file-is-enabled-etc-nginx-conf-d-default-conf-or-et.html</guid><description>There are two config files around, /etc/nginx/conf.d/default.conf
and /etc/nginx/nginx.conf, but which one is enabled?
I am running CentOS6.4 and nginx/1.0.15....</description><pubDate>Thu, 16 Jul 2026 06:49:10 -0400</pubDate></item><item><title>When should I use rel=noreferrer?</title><link>https://devapps.quickvid.app/when-should-i-use-rel-noreferrer.html</link><guid isPermaLink="true">https://devapps.quickvid.app/when-should-i-use-rel-noreferrer.html</guid><description>I have to link some other external sites.
I know when to use nofollow. But I am not clear when I should use rel=noreferrer....</description><pubDate>Thu, 16 Jul 2026 06:44:37 -0400</pubDate></item><item><title>How to increase the size of the /dev/shm in docker container</title><link>https://devapps.quickvid.app/how-to-increase-the-size-of-the-dev-shm-in-docker-container.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-increase-the-size-of-the-dev-shm-in-docker-container.html</guid><description>Currently When I create new docker container the size of the shared memory directory is limited to 64MB. But, I need to increase this size since my application depend on this shared memory.
Is ther......</description><pubDate>Thu, 16 Jul 2026 06:36:43 -0400</pubDate></item><item><title>How to POST JSON data with Python Requests?</title><link>https://devapps.quickvid.app/how-to-post-json-data-with-python-requests.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-post-json-data-with-python-requests.html</guid><description>I need to POST a JSON from a client to a server. I&amp;#039;m using Python 2.7.1 and simplejson. The client is using Requests. The server is CherryPy. I can GET a hard-coded JSON from the server (code not s......</description><pubDate>Thu, 16 Jul 2026 06:28:50 -0400</pubDate></item><item><title>Compare given date with today</title><link>https://devapps.quickvid.app/compare-given-date-with-today.html</link><guid isPermaLink="true">https://devapps.quickvid.app/compare-given-date-with-today.html</guid><description>I have following
$var = &quot;2010-01-21 00:00:00.0&quot;
I&amp;#039;d like to compare this date against today&amp;#039;s date (i.e. I&amp;#039;d like to know if this $var is before today or equals today or not)
What function woul......</description><pubDate>Thu, 16 Jul 2026 06:20:41 -0400</pubDate></item><item><title>How to console.log in playwright</title><link>https://devapps.quickvid.app/how-to-console-log-in-playwright.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-console-log-in-playwright.html</guid><description>I want to log one of the variables inside the playwright test case but am unable to load the log in developer tools console as I am using a page.on() function
test(&amp;#039;largest contentful paint&amp;#039;, async......</description><pubDate>Thu, 16 Jul 2026 06:16:26 -0400</pubDate></item><item><title>How do I list all the columns in a table?</title><link>https://devapps.quickvid.app/how-do-i-list-all-the-columns-in-a-table.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-do-i-list-all-the-columns-in-a-table.html</guid><description>For the various popular database systems, how do you list all the columns in a table?...</description><pubDate>Thu, 16 Jul 2026 06:10:00 -0400</pubDate></item><item><title>What is the difference between HashRouter and BrowserRouter in React?</title><link>https://devapps.quickvid.app/what-is-the-difference-between-hashrouter-and-browserrouter-in-react.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-is-the-difference-between-hashrouter-and-browserrouter-in-react.html</guid><description>I am new to programming which makes things slightly difficult for me to understand if I read the official docs.
I was reading about React Router 4 from here
In this article, the author was talking ......</description><pubDate>Thu, 16 Jul 2026 05:51:30 -0400</pubDate></item><item><title>&quot;RuntimeError: Distributed package doesn&amp;#039;t have NCCL built in&quot; error when running PyTorch</title><link>https://devapps.quickvid.app/runtimeerror-distributed-package-doesn-039-t-have-nccl-built-in-error-.html</link><guid isPermaLink="true">https://devapps.quickvid.app/runtimeerror-distributed-package-doesn-039-t-have-nccl-built-in-error-.html</guid><description>When I am running PyTorch code from another server, this exception just happens....</description><pubDate>Thu, 16 Jul 2026 05:47:26 -0400</pubDate></item><item><title>How would you make a comma-separated string from a list of strings?</title><link>https://devapps.quickvid.app/how-would-you-make-a-comma-separated-string-from-a-list-of-strings.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-would-you-make-a-comma-separated-string-from-a-list-of-strings.html</guid><description>What would be your preferred way to concatenate strings from a sequence such that between every two consecutive pairs a comma is added. That is, how do you map, for instance, [&amp;#039;a&amp;#039;, &amp;#039;b&amp;#039;, &amp;#039;c&amp;#039;] to &amp;#039;a,......</description><pubDate>Thu, 16 Jul 2026 05:45:43 -0400</pubDate></item><item><title>Bootstrap navbar isn&amp;#039;t expanding or showing menu items</title><link>https://devapps.quickvid.app/bootstrap-navbar-isn-039-t-expanding-or-showing-menu-items.html</link><guid isPermaLink="true">https://devapps.quickvid.app/bootstrap-navbar-isn-039-t-expanding-or-showing-menu-items.html</guid><description>I&amp;#039;m a graphic designer who started coding a few weeks ago to hopefully move into front end stuff. This sample website I&amp;#039;m building isn&amp;#039;t cooperating in the navbar area. I have it set up nicely in a......</description><pubDate>Thu, 16 Jul 2026 05:45:07 -0400</pubDate></item><item><title>java.lang.IllegalStateException: Failed to introspect Class</title><link>https://devapps.quickvid.app/java-lang-illegalstateexception-failed-to-introspect-class.html</link><guid isPermaLink="true">https://devapps.quickvid.app/java-lang-illegalstateexception-failed-to-introspect-class.html</guid><description>I am trying to add Elasticsearch to my project. I have addded the necessary dependencies to my pom.xml file. When I run the server I am getting this error:
java.lang.IllegalStateException: Failed to ...</description><pubDate>Thu, 16 Jul 2026 05:37:22 -0400</pubDate></item><item><title>How to center a Tkinter widget?</title><link>https://devapps.quickvid.app/how-to-center-a-tkinter-widget.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-center-a-tkinter-widget.html</guid><description>I have Tkinter window with canvas and label with 200x200 picture on it.
I want label to be in the center of the window, regardless of the window size.
from Tkinter import *
import Image, ImageTk, ...</description><pubDate>Thu, 16 Jul 2026 05:36:08 -0400</pubDate></item><item><title>Breadth First Vs Depth First</title><link>https://devapps.quickvid.app/breadth-first-vs-depth-first.html</link><guid isPermaLink="true">https://devapps.quickvid.app/breadth-first-vs-depth-first.html</guid><description>When Traversing a Tree/Graph what is the difference between Breadth First and Depth first? Any coding or pseudocode examples would be great....</description><pubDate>Thu, 16 Jul 2026 04:55:52 -0400</pubDate></item><item><title>jquery enable submit button on input value change</title><link>https://devapps.quickvid.app/jquery-enable-submit-button-on-input-value-change.html</link><guid isPermaLink="true">https://devapps.quickvid.app/jquery-enable-submit-button-on-input-value-change.html</guid><description>This is my part of my html
&amp;lt;input type=&quot;text&quot; name=&quot;age&quot; /&amp;gt;
&amp;lt;input type=&quot;text&quot; name=&quot;poscode&quot; /&amp;gt;
&amp;lt;input type=&quot;submit&quot; name=&quot;submit&quot; value=&quot;Next &amp;gt;&amp;gt;&quot; disabled=&quot;disabled&quot;/&amp;gt;
T......</description><pubDate>Thu, 16 Jul 2026 04:54:22 -0400</pubDate></item><item><title>What is the difference between Step Into and Step Over in a debugger</title><link>https://devapps.quickvid.app/what-is-the-difference-between-step-into-and-step-over-in-a-debugger.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-is-the-difference-between-step-into-and-step-over-in-a-debugger.html</guid><description>I want to debug the whole flow of a (Java) program. I see there are several options for stepping through my program. What is the difference between step into and step over?...</description><pubDate>Thu, 16 Jul 2026 04:52:24 -0400</pubDate></item><item><title>Scroll Automatically to the Bottom of the Page</title><link>https://devapps.quickvid.app/scroll-automatically-to-the-bottom-of-the-page.html</link><guid isPermaLink="true">https://devapps.quickvid.app/scroll-automatically-to-the-bottom-of-the-page.html</guid><description>I have a list of questions. When I click on the first question, it should automatically take me to a specific element at the bottom of the page.
How can I do this with jQuery?...</description><pubDate>Thu, 16 Jul 2026 04:50:21 -0400</pubDate></item><item><title>How do I add a simple jQuery script to WordPress?</title><link>https://devapps.quickvid.app/how-do-i-add-a-simple-jquery-script-to-wordpress.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-do-i-add-a-simple-jquery-script-to-wordpress.html</guid><description>I read the Codex and a few blog posts about using jQuery in WordPress, and its very frustrating. I&amp;#039;ve got as far as loading jQuery in functions.php file, but all of the guides out there are crappy ...</description><pubDate>Thu, 16 Jul 2026 04:45:52 -0400</pubDate></item><item><title>SOAPUI Square brackets around my actual results causing assert to fail</title><link>https://devapps.quickvid.app/soapui-square-brackets-around-my-actual-results-causing-assert-to-fail.html</link><guid isPermaLink="true">https://devapps.quickvid.app/soapui-square-brackets-around-my-actual-results-causing-assert-to-fail.html</guid><description>I am writing a Groovy script assertion which is verifying a value from a previous JDBC response step against a value contained in a SOAP response.
When I run my scripts I can see that both values......</description><pubDate>Thu, 16 Jul 2026 04:43:24 -0400</pubDate></item><item><title>What are the differences between ArrayList and Vector?</title><link>https://devapps.quickvid.app/what-are-the-differences-between-arraylist-and-vector.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-are-the-differences-between-arraylist-and-vector.html</guid><description>What are the differences between the two data structures ArrayList and Vector, and where should you use each of them?...</description><pubDate>Thu, 16 Jul 2026 04:42:54 -0400</pubDate></item><item><title>Binding radio buttons with epoxy.js</title><link>https://devapps.quickvid.app/binding-radio-buttons-with-epoxy-js.html</link><guid isPermaLink="true">https://devapps.quickvid.app/binding-radio-buttons-with-epoxy-js.html</guid><description>I&amp;#039;m trying to bind a set of radio buttons to a backbone model using epoxy.js. I want the model to update with the value of the radio button selected but can&amp;#039;t seem to get it working. All the other ......</description><pubDate>Thu, 16 Jul 2026 04:34:03 -0400</pubDate></item><item><title>How to avoid the &quot;ambiguous&quot; error message when using joins to create several tables</title><link>https://devapps.quickvid.app/how-to-avoid-the-ambiguous-error-message-when-using-joins-to-create-se.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-avoid-the-ambiguous-error-message-when-using-joins-to-create-se.html</guid><description>I&amp;#039;m trying to use the following code to create a list of customers and their brands that they buy. The brands table has the brand name and customer_id is in the customers table. To link them I have......</description><pubDate>Thu, 16 Jul 2026 04:24:41 -0400</pubDate></item><item><title>How to find number of days between 2 dates in different format in NRQL?</title><link>https://devapps.quickvid.app/how-to-find-number-of-days-between-2-dates-in-different-format-in-nrql.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-find-number-of-days-between-2-dates-in-different-format-in-nrql.html</guid><description>I have to find difference between 2 different date formats in new relic using NRQL.
The below query returns
SELECT latest(expiresAt),latest(dateOf(timestamp)) FROM abc
2023-01-27,April 13, 2022
as ...</description><pubDate>Thu, 16 Jul 2026 04:21:48 -0400</pubDate></item><item><title>Specify gem installation directory</title><link>https://devapps.quickvid.app/specify-gem-installation-directory.html</link><guid isPermaLink="true">https://devapps.quickvid.app/specify-gem-installation-directory.html</guid><description>I have some trouble here. I am working with a Rails 2.3 project (working on the production server through ssh - don&amp;#039;t ask why). Here is the Gemfile. When delayed_jobs is trying to start, the outpu......</description><pubDate>Thu, 16 Jul 2026 04:19:59 -0400</pubDate></item><item><title>Configure a new serializer for spring-boot redis cache config</title><link>https://devapps.quickvid.app/configure-a-new-serializer-for-spring-boot-redis-cache-config.html</link><guid isPermaLink="true">https://devapps.quickvid.app/configure-a-new-serializer-for-spring-boot-redis-cache-config.html</guid><description>I have been trying to change the default serializer for the spring-boot redis cache because i want to change from the Default to one of the Jackson2Json implementations. There are two implementations ...</description><pubDate>Thu, 16 Jul 2026 04:15:40 -0400</pubDate></item><item><title>What is a postback?</title><link>https://devapps.quickvid.app/what-is-a-postback.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-is-a-postback.html</guid><description>I&amp;#039;m making my way into web development and have seen the word postback thrown around. Coming from a non-web based background, what does a new web developer have to know about postbacks? (i.e. what ......</description><pubDate>Thu, 16 Jul 2026 03:33:14 -0400</pubDate></item><item><title>What should contain .gitignore file when is a public repository?</title><link>https://devapps.quickvid.app/what-should-contain-gitignore-file-when-is-a-public-repository.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-should-contain-gitignore-file-when-is-a-public-repository.html</guid><description>I have been learning all about .gitignore file but there&amp;#039;s a question that I would want to solve. .gitignore should contain all files that you want to ignore. Therefore, you should ignore files gen......</description><pubDate>Thu, 16 Jul 2026 03:32:59 -0400</pubDate></item><item><title>How to print the LDA topics models from gensim? Python</title><link>https://devapps.quickvid.app/how-to-print-the-lda-topics-models-from-gensim-python.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-print-the-lda-topics-models-from-gensim-python.html</guid><description>Using gensim I was able to extract topics from a set of documents in LSA but how do I access the topics generated from the LDA models?
When printing the lda.print_topics(10) the code gave the foll......</description><pubDate>Thu, 16 Jul 2026 03:21:33 -0400</pubDate></item><item><title>selenium - chromedriver executable needs to be in PATH [duplicate]</title><link>https://devapps.quickvid.app/selenium-chromedriver-executable-needs-to-be-in-path-duplicate.html</link><guid isPermaLink="true">https://devapps.quickvid.app/selenium-chromedriver-executable-needs-to-be-in-path-duplicate.html</guid><description>Error message: &amp;#039;chromedriver&amp;#039; executable needs to be in PATH
I was trying to code a script using selenium in pycharm, however the error above occured. I have already linked my selenium to pych......</description><pubDate>Thu, 16 Jul 2026 03:05:03 -0400</pubDate></item><item><title>AddEmbeddedImage() function embadding inline images as well as attaching same image as attachement</title><link>https://devapps.quickvid.app/addembeddedimage-function-embadding-inline-images-as-well-as-attaching.html</link><guid isPermaLink="true">https://devapps.quickvid.app/addembeddedimage-function-embadding-inline-images-as-well-as-attaching.html</guid><description>I have added following parameters to PHPMailer object. Though I have embedded images for inline purpose using AddEmbeddedImage() function, it is working as expected, but additionally attaching same ...</description><pubDate>Thu, 16 Jul 2026 02:41:58 -0400</pubDate></item><item><title>What does the ??!??! operator do in C?</title><link>https://devapps.quickvid.app/what-does-the-operator-do-in-c.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-does-the-operator-do-in-c.html</guid><description>I saw a line of C that looked like this:
!ErrorHasOccured() ??!??! HandleError();
It compiled correctly and seems to run ok. It seems like it&amp;#039;s checking if an error has occurred, and if it has, it ...</description><pubDate>Thu, 16 Jul 2026 02:38:40 -0400</pubDate></item><item><title>Decrypt password created with htpasswd</title><link>https://devapps.quickvid.app/decrypt-password-created-with-htpasswd.html</link><guid isPermaLink="true">https://devapps.quickvid.app/decrypt-password-created-with-htpasswd.html</guid><description>I created a protection for my web pages with apache2 in ubuntu.
Now I am creating an application in c++ and I want it uses the same file that Apache2 uses for authentification, but my problem is th......</description><pubDate>Thu, 16 Jul 2026 02:24:50 -0400</pubDate></item><item><title>git stash -&gt; merge stashed change with current changes</title><link>https://devapps.quickvid.app/git-stash-merge-stashed-change-with-current-changes.html</link><guid isPermaLink="true">https://devapps.quickvid.app/git-stash-merge-stashed-change-with-current-changes.html</guid><description>I made some changes to my branch and realized I forgot I had stashed some other necessary changes to said branch. What I want is a way to merge my stashed changes with the current changes.
Is t......</description><pubDate>Thu, 16 Jul 2026 02:17:38 -0400</pubDate></item><item><title>How to login from central domain to subdomain in angular using JWT?</title><link>https://devapps.quickvid.app/how-to-login-from-central-domain-to-subdomain-in-angular-using-jwt.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-login-from-central-domain-to-subdomain-in-angular-using-jwt.html</guid><description>I want to implement a feature in which there is a central login site lets say: https://example.com , and when user enter login credentials in this page and select from dropdown on which sub domain ......</description><pubDate>Thu, 16 Jul 2026 02:07:26 -0400</pubDate></item><item><title>Node.js heap out of memory</title><link>https://devapps.quickvid.app/node-js-heap-out-of-memory.html</link><guid isPermaLink="true">https://devapps.quickvid.app/node-js-heap-out-of-memory.html</guid><description>Today I ran my script for filesystem indexing to refresh RAID files index and after 4h it crashed with following error:
[md5:] 241613/241627 97.5%
[md5:] 241614/241627 97.5%
[md5:] 241625/2......</description><pubDate>Thu, 16 Jul 2026 02:04:20 -0400</pubDate></item><item><title>How can I save a list to a file and read it in again (in R)?</title><link>https://devapps.quickvid.app/how-can-i-save-a-list-to-a-file-and-read-it-in-again-in-r.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-can-i-save-a-list-to-a-file-and-read-it-in-again-in-r.html</guid><description>I´ve estimated a model with the poLCA-package in R and want to save the starting values to a file, so I can re-estimate exactly the same model anytime.
This is a list of starting values for one mod......</description><pubDate>Thu, 16 Jul 2026 01:14:33 -0400</pubDate></item><item><title>What is the full path to the Packages folder for Sublime text 2 on Mac OS Lion</title><link>https://devapps.quickvid.app/what-is-the-full-path-to-the-packages-folder-for-sublime-text-2-on-mac.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-is-the-full-path-to-the-packages-folder-for-sublime-text-2-on-mac.html</guid><description>I&amp;#039;m not seeing this question anywhere so I can only assume I&amp;#039;m doing something really stupid but...
What is the full path to the &quot;Packages&quot; folder for Sublime Text 2. I&amp;#039;m looking to install a new......</description><pubDate>Thu, 16 Jul 2026 01:01:29 -0400</pubDate></item><item><title>How to set &amp;#039;X-Frame-Options&amp;#039; on iframe?</title><link>https://devapps.quickvid.app/how-to-set-039-x-frame-options-039-on-iframe.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-set-039-x-frame-options-039-on-iframe.html</guid><description>If I create an iframe like this:
var dialog = $(&amp;#039;&amp;lt;div id=&quot;&amp;#039; + dialogId + &amp;#039;&quot; align=&quot;center&quot;&amp;gt;&amp;lt;iframe id=&quot;&amp;#039; + frameId + &amp;#039;&quot; src=&quot;&amp;#039; + url + &amp;#039;&quot; width=&quot;100%&quot; frameborder=&quot;0&quot; height=&quot;&amp;#039;+...</description><pubDate>Thu, 16 Jul 2026 00:40:35 -0400</pubDate></item></channel></rss>