<?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>Sat, 18 Jul 2026 10:52:16 -0400</lastBuildDate><atom:link href="https://devapps.quickvid.app/rss.xml" rel="self" type="application/rss+xml" /><item><title>Bootstrapping module in Microsoft Homomorphic Encryption Library SEAL</title><link>https://devapps.quickvid.app/bootstrapping-module-in-microsoft-homomorphic-encryption-library-seal.html</link><guid isPermaLink="true">https://devapps.quickvid.app/bootstrapping-module-in-microsoft-homomorphic-encryption-library-seal.html</guid><description>I need to use bootstrapping when implementing machine learning algorithm(Logistic Regression) with seal on encrypted data. But I can&amp;#039;t find bootstrapping module in seal. Do I need to implement by m......</description><pubDate>Sat, 18 Jul 2026 14:50:56 -0400</pubDate></item><item><title>Module not found: Can&amp;#039;t resolve &amp;#039;react-native&amp;#039; - React Native</title><link>https://devapps.quickvid.app/module-not-found-can-039-t-resolve-039-react-native-039-react-native.html</link><guid isPermaLink="true">https://devapps.quickvid.app/module-not-found-can-039-t-resolve-039-react-native-039-react-native.html</guid><description>I have just started learning React Native and wanted to add input fields to the page. I have gone through this tutorial to add input fields. But whenever I run the React App it throws the following......</description><pubDate>Sat, 18 Jul 2026 14:49:25 -0400</pubDate></item><item><title>how to check double value is empty or not</title><link>https://devapps.quickvid.app/how-to-check-double-value-is-empty-or-not.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-check-double-value-is-empty-or-not.html</guid><description>i&amp;#039;m trying to get Double value from json, i want to ask how to check double value is empty or not?
this is how i initial it private static
final String kartu_xcord = &quot;xcord&quot;; private sta......</description><pubDate>Sat, 18 Jul 2026 14:48:54 -0400</pubDate></item><item><title>how to get previous day in PHP</title><link>https://devapps.quickvid.app/how-to-get-previous-day-in-php.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-get-previous-day-in-php.html</guid><description>I know how to get the current date in PHP like so---
echo date(&amp;quot;Y/m/d&amp;quot;)
But I am not sure how to get it the previous day. I mean today is 2015-08-10, so how I can get yesterday&amp;#039;s date 20......</description><pubDate>Sat, 18 Jul 2026 14:37:54 -0400</pubDate></item><item><title>Sequelize instance methods not working</title><link>https://devapps.quickvid.app/sequelize-instance-methods-not-working.html</link><guid isPermaLink="true">https://devapps.quickvid.app/sequelize-instance-methods-not-working.html</guid><description>I am trying to use Sequelize&amp;#039;s instance method to validate a password on login attempt.
I have defined the User model as :
var User = sequelize.define(&amp;#039;User&amp;#039;,{ id:{ type:DataTypes.BI......</description><pubDate>Sat, 18 Jul 2026 14:27:44 -0400</pubDate></item><item><title>How can I pretty-print ASCII tables with Python? [closed]</title><link>https://devapps.quickvid.app/how-can-i-pretty-print-ascii-tables-with-python-closed.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-can-i-pretty-print-ascii-tables-with-python-closed.html</guid><description>I&amp;#039;m looking for a way to pretty-print tables like this:
=======================
| column 1 | column 2 |
=======================
| value1 | value2 |
| value3 | value4 |
====================......</description><pubDate>Sat, 18 Jul 2026 14:22:57 -0400</pubDate></item><item><title>How to redirect output from pipe command to a file</title><link>https://devapps.quickvid.app/how-to-redirect-output-from-pipe-command-to-a-file.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-redirect-output-from-pipe-command-to-a-file.html</guid><description>I have a program that parses the command given, and allocates all the arguments/programs to a struct. In my main program that executes the commands, I am trying to redirect the output of the pipe c......</description><pubDate>Sat, 18 Jul 2026 14:22:31 -0400</pubDate></item><item><title>WINAPI URLDownloadToFileA Problems</title><link>https://devapps.quickvid.app/winapi-urldownloadtofilea-problems.html</link><guid isPermaLink="true">https://devapps.quickvid.app/winapi-urldownloadtofilea-problems.html</guid><description>I have used the Microsoft WINAPI syntax from here.
So, here is my code
#include &amp;lt;windows.h&amp;gt;
#pragma comment(lib, &quot;urlmon.lib&quot;) HRESULT URLDownloadToFileW( FALSE, &quot;http://www.dr......</description><pubDate>Sat, 18 Jul 2026 14:15:26 -0400</pubDate></item><item><title>Tcl: Multiple conditionals inside the if statement</title><link>https://devapps.quickvid.app/tcl-multiple-conditionals-inside-the-if-statement.html</link><guid isPermaLink="true">https://devapps.quickvid.app/tcl-multiple-conditionals-inside-the-if-statement.html</guid><description>Just trying to do some basic check in a script... to produce an error if $argc is not either 1 or 2.
I tried:
if { ( $argc != 1 ) || ( $argc != 2 ) } { puts &quot;ERROR: \$argc should be eithe......</description><pubDate>Sat, 18 Jul 2026 14:07:35 -0400</pubDate></item><item><title>How to use env variable in a tmux bind-key map?</title><link>https://devapps.quickvid.app/how-to-use-env-variable-in-a-tmux-bind-key-map.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-use-env-variable-in-a-tmux-bind-key-map.html</guid><description>I want my bind-key command to make use of a variable.
Here is my .tmux.conf file:
# .tmux.conf
bind-key r rename-session $MY_VARIABLE
How can I set MY_VARIABLE on a session-by-session basis?
Thing......</description><pubDate>Sat, 18 Jul 2026 13:33:27 -0400</pubDate></item><item><title>Automatic Refresh of many materialized views</title><link>https://devapps.quickvid.app/automatic-refresh-of-many-materialized-views.html</link><guid isPermaLink="true">https://devapps.quickvid.app/automatic-refresh-of-many-materialized-views.html</guid><description>I have an entire schema of materialized views (about 300 tables) for which I need to perform an automatic refresh on every night. I know how to create 1 materialized view that will automatically re......</description><pubDate>Sat, 18 Jul 2026 13:18:01 -0400</pubDate></item><item><title>Attempting to deploy Dell Command Update intunewin package using InTune</title><link>https://devapps.quickvid.app/attempting-to-deploy-dell-command-update-intunewin-package-using-intun.html</link><guid isPermaLink="true">https://devapps.quickvid.app/attempting-to-deploy-dell-command-update-intunewin-package-using-intun.html</guid><description>I&amp;#039;m having some trouble deploying Dell Command Update software for my users using InTune. I downloaded the most recent version of Dell Command Update(Dell-Command-Update-Application_HYR95_WIN_5.0.0......</description><pubDate>Sat, 18 Jul 2026 13:15:39 -0400</pubDate></item><item><title>.Net regex: what is the word character \w?</title><link>https://devapps.quickvid.app/net-regex-what-is-the-word-character-w.html</link><guid isPermaLink="true">https://devapps.quickvid.app/net-regex-what-is-the-word-character-w.html</guid><description>Simple question:
What is the pattern for the word character \w in c#, .net?
My first thought was that it matches [A-Za-z0-9_] and the documentation tells me:
Character class Description ...</description><pubDate>Sat, 18 Jul 2026 13:08:22 -0400</pubDate></item><item><title>How to customize username validation</title><link>https://devapps.quickvid.app/how-to-customize-username-validation.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-customize-username-validation.html</guid><description>I am trying to customize username validation for the django.contrib.auth User model. It says Usernames may contain alphanumeric, _, @, +, . and - characters. but I&amp;#039;d like to make it so that it woul......</description><pubDate>Sat, 18 Jul 2026 13:02:20 -0400</pubDate></item><item><title>PHP object literal</title><link>https://devapps.quickvid.app/php-object-literal.html</link><guid isPermaLink="true">https://devapps.quickvid.app/php-object-literal.html</guid><description>In PHP, I can specify array literals quite easily:
array( array(&quot;name&quot; =&amp;gt; &quot;John&quot;, &quot;hobby&quot; =&amp;gt; &quot;hiking&quot;), array(&quot;name&quot; =&amp;gt; &quot;Jane&quot;, &quot;hobby&quot; =&amp;gt; &quot;dancing&quot;), ...
)
But what if I ......</description><pubDate>Sat, 18 Jul 2026 13:01:58 -0400</pubDate></item><item><title>How should I have explained the difference between an Interface and an Abstract class?</title><link>https://devapps.quickvid.app/how-should-i-have-explained-the-difference-between-an-interface-and-an.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-should-i-have-explained-the-difference-between-an-interface-and-an.html</guid><description>In one of my interviews, I have been asked to explain the difference between an Interface and an Abstract class.
Here&amp;#039;s my response: Methods of a Java interface are implicitly abstract and c......</description><pubDate>Sat, 18 Jul 2026 12:57:07 -0400</pubDate></item><item><title>&quot;The transaction log for database is full due to &amp;#039;LOG_BACKUP&amp;#039;&quot; in a shared host</title><link>https://devapps.quickvid.app/the-transaction-log-for-database-is-full-due-to-039-log-backup-039-in-.html</link><guid isPermaLink="true">https://devapps.quickvid.app/the-transaction-log-for-database-is-full-due-to-039-log-backup-039-in-.html</guid><description>I have an Asp.Net MVC 5 website with EntityFramework codefirst approach in a shared hosting plan. It uses the open source WebbsitePanel for control panel and its SQL Server panel is somewhat limited. ...</description><pubDate>Sat, 18 Jul 2026 12:56:59 -0400</pubDate></item><item><title>Empty or not required struct fields</title><link>https://devapps.quickvid.app/empty-or-not-required-struct-fields.html</link><guid isPermaLink="true">https://devapps.quickvid.app/empty-or-not-required-struct-fields.html</guid><description>I have two structs that represent models that will be inserted into a mongodb database. One struct (Investment) has the other struct (Group) as one of its fields.
type Group struct { Base N......</description><pubDate>Sat, 18 Jul 2026 12:39:12 -0400</pubDate></item><item><title>VHDL alias syntax &quot;&lt;&lt; ... &gt;&gt;&quot;</title><link>https://devapps.quickvid.app/vhdl-alias-syntax.html</link><guid isPermaLink="true">https://devapps.quickvid.app/vhdl-alias-syntax.html</guid><description>I&amp;#039;d like to understand the syntax used in the line of code below where an alternate name is created using an ALIAS declaration. Specifically, I&amp;#039;d like to know what the &amp;lt;&amp;lt; and &amp;gt;&amp;gt; imply. An ...</description><pubDate>Sat, 18 Jul 2026 12:37:17 -0400</pubDate></item><item><title>Getting &quot;Handshake failed...unexpected packet format&quot; when using WebClient.UploadFile() with &quot;https&quot; when the server has a valid SSL certificate</title><link>https://devapps.quickvid.app/getting-handshake-failed-unexpected-packet-format-when-using-webclient.html</link><guid isPermaLink="true">https://devapps.quickvid.app/getting-handshake-failed-unexpected-packet-format-when-using-webclient.html</guid><description>I am trying to use WebClient.UploadFile with a HTTPS URL but I am ending up with &quot;System.IO.IOException: The handshake failed due to an unexpected packet format&quot;
The same code works perfectl......</description><pubDate>Sat, 18 Jul 2026 12:33:31 -0400</pubDate></item><item><title>Python 3.7 Error: Unsupported Pickle Protocol 5</title><link>https://devapps.quickvid.app/python-3-7-error-unsupported-pickle-protocol-5.html</link><guid isPermaLink="true">https://devapps.quickvid.app/python-3-7-error-unsupported-pickle-protocol-5.html</guid><description>I&amp;#039;m trying to restore a pickled config file from RLLib (json didn&amp;#039;t work as shown in this post), and getting the following error:
config = pickle.load(open(f&amp;quot;{path}/params.pkl&amp;quot;, &amp;quot;rb&amp;......</description><pubDate>Sat, 18 Jul 2026 12:22:51 -0400</pubDate></item><item><title>Rules around custom policy&amp;#039;s &quot;PolicyId&quot; name</title><link>https://devapps.quickvid.app/rules-around-custom-policy-039-s-policyid-name.html</link><guid isPermaLink="true">https://devapps.quickvid.app/rules-around-custom-policy-039-s-policyid-name.html</guid><description>I am building several custom policies and I need to come up with a meaningful naming convention for the pack of files relates to a specific group of files come with Starter Packs
What are the rules......</description><pubDate>Sat, 18 Jul 2026 12:22:15 -0400</pubDate></item><item><title>Understanding solution to the Optimal Account Balancing (Leetcode 465) in python</title><link>https://devapps.quickvid.app/understanding-solution-to-the-optimal-account-balancing-leetcode-465-i.html</link><guid isPermaLink="true">https://devapps.quickvid.app/understanding-solution-to-the-optimal-account-balancing-leetcode-465-i.html</guid><description>The problem can be accessed from this link
https://leetcode.com/problems/optimal-account-balancing/
*** Didn&amp;#039;t realize this was only accessible by premium members, here is the problem statement and ...</description><pubDate>Sat, 18 Jul 2026 11:54:26 -0400</pubDate></item><item><title>How should I deal with &amp;#039;from&amp;#039; must be of length 1 error?</title><link>https://devapps.quickvid.app/how-should-i-deal-with-039-from-039-must-be-of-length-1-error.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-should-i-deal-with-039-from-039-must-be-of-length-1-error.html</guid><description>I tried to count days between specific dates.
I have 2 columns with all character vectors.
start.date &amp;lt;- c(&quot;2015-01-10&quot;,&quot;2015-01-11&quot;,&quot;2015-02-24&quot;)
end.date &amp;lt;- c(&quot;2015-03-10&quot;,&quot;2015-04-01&quot;,&quot;20......</description><pubDate>Sat, 18 Jul 2026 11:50:01 -0400</pubDate></item><item><title>Error while unzipping a file in shell script. - need PK compat. v5.1 (can do v4.6)</title><link>https://devapps.quickvid.app/error-while-unzipping-a-file-in-shell-script-need-pk-compat-v5-1-can-d.html</link><guid isPermaLink="true">https://devapps.quickvid.app/error-while-unzipping-a-file-in-shell-script-need-pk-compat-v5-1-can-d.html</guid><description>I&amp;#039;m using unzip test.zip in a Shell script. But while executing this line i get an error
Archive: test.zip skipping: hello.pdf need PK compat. v5.1 (can do v4.6)
Even if i try......</description><pubDate>Sat, 18 Jul 2026 11:44:14 -0400</pubDate></item><item><title>Python MySQL connector - unread result found when using fetchone</title><link>https://devapps.quickvid.app/python-mysql-connector-unread-result-found-when-using-fetchone.html</link><guid isPermaLink="true">https://devapps.quickvid.app/python-mysql-connector-unread-result-found-when-using-fetchone.html</guid><description>I am inserting JSON data into a MySQL database
I am parsing the JSON and then inserting it into a MySQL db using the python connector
Through trial, I can see the error is associated with this pi......</description><pubDate>Sat, 18 Jul 2026 11:43:25 -0400</pubDate></item><item><title>How to enable AWS RDS loging/logout logs</title><link>https://devapps.quickvid.app/how-to-enable-aws-rds-loging-logout-logs.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-enable-aws-rds-loging-logout-logs.html</guid><description>Is it possible to enable/export RDS user login/logout events to CloudWatch? or are there any other aws related tools to achieve this?...</description><pubDate>Sat, 18 Jul 2026 11:43:19 -0400</pubDate></item><item><title>Python strip() multiple characters?</title><link>https://devapps.quickvid.app/python-strip-multiple-characters.html</link><guid isPermaLink="true">https://devapps.quickvid.app/python-strip-multiple-characters.html</guid><description>I want to remove any brackets from a string. Why doesn&amp;#039;t this work properly?
&amp;gt;&amp;gt;&amp;gt; name = &quot;Barack (of Washington)&quot;
&amp;gt;&amp;gt;&amp;gt; name = name.strip(&quot;(){}&amp;lt;&amp;gt;&quot;)
&amp;gt;&amp;gt;&amp;gt; print name
Bar......</description><pubDate>Sat, 18 Jul 2026 11:40:11 -0400</pubDate></item><item><title>How can I from bs4 import BeautifulSoup?</title><link>https://devapps.quickvid.app/how-can-i-from-bs4-import-beautifulsoup.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-can-i-from-bs4-import-beautifulsoup.html</guid><description>This code:
from bs4 import BeautifulSoup
Doesn&amp;#039;t work, and gives this error :
raise AttributeError, &quot;&amp;#039;%s&amp;#039; object has no attribute &amp;#039;%s&amp;#039;&quot; % (self.__class__.__name__,attr) ......</description><pubDate>Sat, 18 Jul 2026 11:34:00 -0400</pubDate></item><item><title>Any better way to loop through a collection (struct) in CFML?</title><link>https://devapps.quickvid.app/any-better-way-to-loop-through-a-collection-struct-in-cfml.html</link><guid isPermaLink="true">https://devapps.quickvid.app/any-better-way-to-loop-through-a-collection-struct-in-cfml.html</guid><description>Please have a look at the code block below:
&amp;lt;cfset index = 0 /&amp;gt;
&amp;lt;cfloop collection=&quot;#anotherPerson#&quot; item=&quot;key&quot; &amp;gt; &amp;lt;cfset index = index+1 /&amp;gt; &amp;lt;cfoutput&amp;gt; #ke......</description><pubDate>Sat, 18 Jul 2026 11:33:54 -0400</pubDate></item><item><title>TypeError: Cannot read property ‘getState’ of undefined</title><link>https://devapps.quickvid.app/typeerror-cannot-read-property-getstate-of-undefined.html</link><guid isPermaLink="true">https://devapps.quickvid.app/typeerror-cannot-read-property-getstate-of-undefined.html</guid><description>I want to try small redux example so I installed redux but I got this error TypeError: Cannot read property ‘getState’ of undefined new Provider webpack-internal:///./node_modules/react-r......</description><pubDate>Sat, 18 Jul 2026 11:21:16 -0400</pubDate></item><item><title>Concat 2 columns in pandas - AttributeError: &amp;#039;DataFrame&amp;#039; object has no attribute &amp;#039;concat&amp;#039;</title><link>https://devapps.quickvid.app/concat-2-columns-in-pandas-attributeerror-039-dataframe-039-object-has.html</link><guid isPermaLink="true">https://devapps.quickvid.app/concat-2-columns-in-pandas-attributeerror-039-dataframe-039-object-has.html</guid><description>I am trying to concatenate along 2 columns in pandas. The code :
import pandas as pd
import numpy as np
from statsmodels import api as sm
import pandas_datareader.data as web
import datetime
start = ...</description><pubDate>Sat, 18 Jul 2026 11:18:44 -0400</pubDate></item><item><title>Cp: target is not a directory</title><link>https://devapps.quickvid.app/cp-target-is-not-a-directory.html</link><guid isPermaLink="true">https://devapps.quickvid.app/cp-target-is-not-a-directory.html</guid><description>I have a bash script with this line:
cp -R /usr/lib/gcc/x86_64-linux-gnu/$GCC_VERSION/* /app/.apt/usr/lib/gcc/x86_64-linux-gnu/$GCC_VERSION
Full script: https://github.com/virtualstaticvoid/heroku-...</description><pubDate>Sat, 18 Jul 2026 11:07:39 -0400</pubDate></item><item><title>TypeScript: Parsing XML to JSON in node loses the order of same name-tags</title><link>https://devapps.quickvid.app/typescript-parsing-xml-to-json-in-node-loses-the-order-of-same-name-ta.html</link><guid isPermaLink="true">https://devapps.quickvid.app/typescript-parsing-xml-to-json-in-node-loses-the-order-of-same-name-ta.html</guid><description>I have tried using xml2js and fast-xml-parser and get pretty same result from both (although in different formats, but that is not the point here)
This example is from fast-xml-parser
I have this X......</description><pubDate>Sat, 18 Jul 2026 11:06:08 -0400</pubDate></item><item><title>How do i display content when using Chakra-ui SideBar in a React Application?</title><link>https://devapps.quickvid.app/how-do-i-display-content-when-using-chakra-ui-sidebar-in-a-react-appli.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-do-i-display-content-when-using-chakra-ui-sidebar-in-a-react-appli.html</guid><description>I exported the SideBar and Imported it in my App.jsx
SideBar.jsx
&amp;#039;use client&amp;#039;
import { IconButton, Avatar, Box, CloseButton, Flex, HStack, VStack, Icon, ...</description><pubDate>Sat, 18 Jul 2026 10:49:27 -0400</pubDate></item><item><title>Nvidia NVML Driver/library version mismatch [closed]</title><link>https://devapps.quickvid.app/nvidia-nvml-driver-library-version-mismatch-closed.html</link><guid isPermaLink="true">https://devapps.quickvid.app/nvidia-nvml-driver-library-version-mismatch-closed.html</guid><description>When I run nvidia-smi, I get the following message:
Failed to initialize NVML: Driver/library version mismatch
An hour ago I received the same message and uninstalled my CUDA library and I was ab......</description><pubDate>Sat, 18 Jul 2026 10:44:23 -0400</pubDate></item><item><title>Remove Unnamed columns in pandas dataframe [duplicate]</title><link>https://devapps.quickvid.app/remove-unnamed-columns-in-pandas-dataframe-duplicate.html</link><guid isPermaLink="true">https://devapps.quickvid.app/remove-unnamed-columns-in-pandas-dataframe-duplicate.html</guid><description>I have a data file from columns A-G like below but when I am reading it with pd.read_csv(&amp;#039;data.csv&amp;#039;) it prints an extra unnamed column at the end for no reason.
colA ColB colC colD co......</description><pubDate>Sat, 18 Jul 2026 10:41:07 -0400</pubDate></item><item><title>Use of scale_x_discrete in R ggplot2</title><link>https://devapps.quickvid.app/use-of-scale-x-discrete-in-r-ggplot2.html</link><guid isPermaLink="true">https://devapps.quickvid.app/use-of-scale-x-discrete-in-r-ggplot2.html</guid><description>I have a problem using the discrete scale in ggplot2 in R. The use of
g + scale_x_discrete(breaks=1:7, labels=1:7)
incorrectly changes in limits of a plot.
Before:
After:
I cannot see anything ...</description><pubDate>Sat, 18 Jul 2026 10:39:40 -0400</pubDate></item><item><title>In the context of OpenCV, what is `ippicv`?</title><link>https://devapps.quickvid.app/in-the-context-of-opencv-what-is-ippicv.html</link><guid isPermaLink="true">https://devapps.quickvid.app/in-the-context-of-opencv-what-is-ippicv.html</guid><description>While building OpenCV 3.1.0 on CentOS I&amp;#039;ve been getting a hash mismatch error caused by a file called ippicv_linux_20151201.tgz. After some research I have found that the two prevailing solutions ...</description><pubDate>Sat, 18 Jul 2026 10:29:32 -0400</pubDate></item><item><title>Accessing dict_keys element by index in Python3</title><link>https://devapps.quickvid.app/accessing-dict-keys-element-by-index-in-python3.html</link><guid isPermaLink="true">https://devapps.quickvid.app/accessing-dict-keys-element-by-index-in-python3.html</guid><description>I&amp;#039;m trying to access a dict_key&amp;#039;s element by its index:
test = {&amp;#039;foo&amp;#039;: &amp;#039;bar&amp;#039;, &amp;#039;hello&amp;#039;: &amp;#039;world&amp;#039;}
keys = test.keys() # dict_keys object
keys.index(0)
AttributeError: &amp;#039;dict_keys&amp;#039; object has no attr......</description><pubDate>Sat, 18 Jul 2026 10:27:44 -0400</pubDate></item><item><title>What does LNode* &amp;L Mean? [duplicate]</title><link>https://devapps.quickvid.app/what-does-lnode-l-mean-duplicate.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-does-lnode-l-mean-duplicate.html</guid><description>I&amp;#039;ve been learning c++ for a while. Recently I saw a format of passing function parameters. It looks like this
typedef struct LNode { int data; struct LNode* next;
} LNode, *LinkList;
bool ...</description><pubDate>Sat, 18 Jul 2026 10:20:30 -0400</pubDate></item><item><title>The JAVA_HOME environment variable is not set</title><link>https://devapps.quickvid.app/the-java-home-environment-variable-is-not-set.html</link><guid isPermaLink="true">https://devapps.quickvid.app/the-java-home-environment-variable-is-not-set.html</guid><description>I&amp;#039;m trying to make my first app using Phonegap and I got this while running in command
C:\USERS\KTR\DESKTOP\PHONEGAP\LIB\ANDROID\BIN&amp;gt;create C:\Users\KTR\Desktop\Demoap
p com.example.Demoapp De......</description><pubDate>Sat, 18 Jul 2026 10:14:37 -0400</pubDate></item><item><title>How to convert milliseconds to date and time format?</title><link>https://devapps.quickvid.app/how-to-convert-milliseconds-to-date-and-time-format.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-convert-milliseconds-to-date-and-time-format.html</guid><description>I have a value in milliseconds in a Python program. For example: 1557975599999
And I would like to convert it to a string with days and hours, minutes, seconds. How can I do this?...</description><pubDate>Sat, 18 Jul 2026 10:05:23 -0400</pubDate></item><item><title>How to get the y angle between 2 vectors in Three.js?</title><link>https://devapps.quickvid.app/how-to-get-the-y-angle-between-2-vectors-in-three-js.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-get-the-y-angle-between-2-vectors-in-three-js.html</guid><description>In Three.js I have 2 3d vectors and I want to find the x-axis and y-axis angle between them.
For the x-axis I found this
toDegrees(atan2(A.z, A.y) - atan2(B.z, B.y))
from
The X angle between two 3D ...</description><pubDate>Sat, 18 Jul 2026 09:51:36 -0400</pubDate></item><item><title>Splunk query(SPL). Replace a value or anything that comes after the value until a special character</title><link>https://devapps.quickvid.app/splunk-query-spl-replace-a-value-or-anything-that-comes-after-the-valu.html</link><guid isPermaLink="true">https://devapps.quickvid.app/splunk-query-spl-replace-a-value-or-anything-that-comes-after-the-valu.html</guid><description>I have these values in field from my query.
C360Lookup~single/MainMenu~2/e2_quote_policy_ask_zipcode~90094/e2_quote_existing_policy_utterance~sales_default/e2_quote_existing_policy~_xfer
C360Lookup~...</description><pubDate>Sat, 18 Jul 2026 09:45:51 -0400</pubDate></item><item><title>std::queue and std::deque cleanup</title><link>https://devapps.quickvid.app/std-queue-and-std-deque-cleanup.html</link><guid isPermaLink="true">https://devapps.quickvid.app/std-queue-and-std-deque-cleanup.html</guid><description>Suppose we have a situation where we need FIFO data structure. For example, consume some events in the order they came in.
Additionally, we need to clear the entire queue from time to time.
std::qu......</description><pubDate>Sat, 18 Jul 2026 09:45:46 -0400</pubDate></item><item><title>How to check if a String contains another String in a case insensitive manner in Java?</title><link>https://devapps.quickvid.app/how-to-check-if-a-string-contains-another-string-in-a-case-insensitive.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-check-if-a-string-contains-another-string-in-a-case-insensitive.html</guid><description>Say I have two strings,
String s1 = &quot;AbBaCca&quot;;
String s2 = &quot;bac&quot;;
I want to perform a check returning that s2 is contained within s1. I can do this with:
return s1.contains(s2);
I am pretty sur......</description><pubDate>Sat, 18 Jul 2026 09:35:40 -0400</pubDate></item><item><title>conda: remove all installed packages from base/root environment</title><link>https://devapps.quickvid.app/conda-remove-all-installed-packages-from-base-root-environment.html</link><guid isPermaLink="true">https://devapps.quickvid.app/conda-remove-all-installed-packages-from-base-root-environment.html</guid><description>TL:DR: How can I remove all installed packages from base?
I installed a bunch of machine learning packages in my base conda environment.
I&amp;#039;ve now created a ml environment for machine learning, and ......</description><pubDate>Sat, 18 Jul 2026 09:33:57 -0400</pubDate></item><item><title>Release APK error Android Studio</title><link>https://devapps.quickvid.app/release-apk-error-android-studio.html</link><guid isPermaLink="true">https://devapps.quickvid.app/release-apk-error-android-studio.html</guid><description>I generated the unsigned release APK in Android Studio and it does not work. I run my app in debug on my phone and it works perfectly, but the release apk does not.
The app just haves to show simple ...</description><pubDate>Sat, 18 Jul 2026 09:21:31 -0400</pubDate></item><item><title>Difference between sizeof(char) and sizeof(char *)</title><link>https://devapps.quickvid.app/difference-between-sizeof-char-and-sizeof-char.html</link><guid isPermaLink="true">https://devapps.quickvid.app/difference-between-sizeof-char-and-sizeof-char.html</guid><description>I&amp;#039;m wondering if there is a difference between sizeof(char) and sizeof(char *) :
char *s;
s = malloc(sizeof(char*)*len + 1);
char *s;
s = malloc(sizeof(char)*len + 1);
Is this the same ?...</description><pubDate>Sat, 18 Jul 2026 09:18:10 -0400</pubDate></item><item><title>Default constructors and inheritance in Java</title><link>https://devapps.quickvid.app/default-constructors-and-inheritance-in-java.html</link><guid isPermaLink="true">https://devapps.quickvid.app/default-constructors-and-inheritance-in-java.html</guid><description>I have a question about default constructors and inheritance in Java.
Generally, if you write a class and do not include any constructor, Java provides automatically for you a default constructor......</description><pubDate>Sat, 18 Jul 2026 09:13:47 -0400</pubDate></item><item><title>Save custom price radio button value in cart and display it on Cart page Woocommerce</title><link>https://devapps.quickvid.app/save-custom-price-radio-button-value-in-cart-and-display-it-on-cart-pa.html</link><guid isPermaLink="true">https://devapps.quickvid.app/save-custom-price-radio-button-value-in-cart-and-display-it-on-cart-pa.html</guid><description>I have added custom price on woocommerce single product page using the code below on my theme&amp;#039;s functions php:
&amp;lt;?php
// Output the Custom field in Product pages
add_action(&quot;...</description><pubDate>Sat, 18 Jul 2026 09:10:23 -0400</pubDate></item><item><title>Any IMDB API to get user&amp;#039;s ratings history?</title><link>https://devapps.quickvid.app/any-imdb-api-to-get-user-039-s-ratings-history.html</link><guid isPermaLink="true">https://devapps.quickvid.app/any-imdb-api-to-get-user-039-s-ratings-history.html</guid><description>I need to be able to import IMDB user&amp;#039;s movie ratings into my website. Is there any API for this purpose?...</description><pubDate>Sat, 18 Jul 2026 08:57:17 -0400</pubDate></item><item><title>How to get Fedex testing tracking number?</title><link>https://devapps.quickvid.app/how-to-get-fedex-testing-tracking-number.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-get-fedex-testing-tracking-number.html</guid><description>I&amp;#039;m configuring FEDEX shipping in Magento website. I got test account number, password, API key and meter number by login in test FEDEX account. I configured myself in Magento. Looks like everythin......</description><pubDate>Sat, 18 Jul 2026 08:53:39 -0400</pubDate></item><item><title>Prevent the &quot;Update Values:&quot; dialog box from opening every time a cell with a link is modified</title><link>https://devapps.quickvid.app/prevent-the-update-values-dialog-box-from-opening-every-time-a-cell-wi.html</link><guid isPermaLink="true">https://devapps.quickvid.app/prevent-the-update-values-dialog-box-from-opening-every-time-a-cell-wi.html</guid><description>Quick version: I&amp;#039;ve got broken links in a file I&amp;#039;m working with because they&amp;#039;re pointing to someone else&amp;#039;s hard drive. A macro went wrong in someone else&amp;#039;s file that converted all formulas to text......</description><pubDate>Sat, 18 Jul 2026 08:36:19 -0400</pubDate></item><item><title>SQL Update from One Table to Another Based on a ID Match</title><link>https://devapps.quickvid.app/sql-update-from-one-table-to-another-based-on-a-id-match.html</link><guid isPermaLink="true">https://devapps.quickvid.app/sql-update-from-one-table-to-another-based-on-a-id-match.html</guid><description>I have a database with account numbers and card numbers. I match these to a file to update any card numbers to the account number so that I am only working with account numbers.
I created a view li......</description><pubDate>Sat, 18 Jul 2026 08:32:57 -0400</pubDate></item><item><title>Defaultdict equivalent in javascript</title><link>https://devapps.quickvid.app/defaultdict-equivalent-in-javascript.html</link><guid isPermaLink="true">https://devapps.quickvid.app/defaultdict-equivalent-in-javascript.html</guid><description>In python you can have a defaultdict(int) which stores int as values. And if you try to do a &amp;#039;get&amp;#039; on a key which is not present in the dictionary you get zero as default value.
Can you do the sam......</description><pubDate>Sat, 18 Jul 2026 08:30:01 -0400</pubDate></item><item><title>Difference between server and client</title><link>https://devapps.quickvid.app/difference-between-server-and-client.html</link><guid isPermaLink="true">https://devapps.quickvid.app/difference-between-server-and-client.html</guid><description>What is the difference between server and client? What difference does it make for some software installations?
For example, I&amp;#039;ve checked on how to download and install cvs and one of the user asked ...</description><pubDate>Sat, 18 Jul 2026 07:54:00 -0400</pubDate></item><item><title>Git: Set local user.name and user.email different for each repo</title><link>https://devapps.quickvid.app/git-set-local-user-name-and-user-email-different-for-each-repo.html</link><guid isPermaLink="true">https://devapps.quickvid.app/git-set-local-user-name-and-user-email-different-for-each-repo.html</guid><description>I&amp;#039;m currently working on 2 projects, which expect that I configure my local username and email with different data when I push to them.
for that I&amp;#039;m updaing my config all the time like:
git confi......</description><pubDate>Sat, 18 Jul 2026 07:53:52 -0400</pubDate></item><item><title>Enable and Disable Delayed Expansion, what does it do?</title><link>https://devapps.quickvid.app/enable-and-disable-delayed-expansion-what-does-it-do.html</link><guid isPermaLink="true">https://devapps.quickvid.app/enable-and-disable-delayed-expansion-what-does-it-do.html</guid><description>I&amp;#039;ve seen SETLOCAL ENABLEDELAYEDEXPANSION &amp;amp; SETLOCAL DISABLEDELAYEDEXPANSION in many batch files but what do the commands actually do?...</description><pubDate>Sat, 18 Jul 2026 07:45:51 -0400</pubDate></item><item><title>ebpf - use ringbuf and perfbuf depending on kernel version</title><link>https://devapps.quickvid.app/ebpf-use-ringbuf-and-perfbuf-depending-on-kernel-version.html</link><guid isPermaLink="true">https://devapps.quickvid.app/ebpf-use-ringbuf-and-perfbuf-depending-on-kernel-version.html</guid><description>I am using ebpf to capture process creation. I am using ringbuf for kernel 5.8 and above and would like to use perfbuf for older kernels in the same ebpf kernel file. There is a great blog about it......</description><pubDate>Sat, 18 Jul 2026 07:44:16 -0400</pubDate></item><item><title>How do I render a Word document (.doc, .docx) in the browser using JavaScript?</title><link>https://devapps.quickvid.app/how-do-i-render-a-word-document-doc-docx-in-the-browser-using-javascri.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-do-i-render-a-word-document-doc-docx-in-the-browser-using-javascri.html</guid><description>I have successfully done code to display a PDF file in the browser instead of the &quot;Open/Save&quot; dialog. Now, I&amp;#039;m stuck trying to display a Word document in the browser. I want to display a Word docum......</description><pubDate>Sat, 18 Jul 2026 07:25:06 -0400</pubDate></item><item><title>What is the meaning of the % operator?</title><link>https://devapps.quickvid.app/what-is-the-meaning-of-the-operator.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-is-the-meaning-of-the-operator.html</guid><description>I saw recently in on an answer here on Stackoverflow where a calculation was done to determine whether a value was odd or even. There was a % used which always returned 0 or 1 depending on the valu......</description><pubDate>Sat, 18 Jul 2026 07:24:36 -0400</pubDate></item><item><title>How to get the string size in bytes?</title><link>https://devapps.quickvid.app/how-to-get-the-string-size-in-bytes.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-get-the-string-size-in-bytes.html</guid><description>As the title implies, my question is how to get the size of a string in C. Is it good to use sizeof if I&amp;#039;ve declared it (the string) in a function without malloc in it? Or, if I&amp;#039;ve declared it as a ...</description><pubDate>Sat, 18 Jul 2026 07:15:34 -0400</pubDate></item><item><title>How to clear the text field automatically</title><link>https://devapps.quickvid.app/how-to-clear-the-text-field-automatically.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-clear-the-text-field-automatically.html</guid><description>I have a question about UITextField() in Swift. How can I clear the text in the text field when I click on it?
My textField.text = &quot;0&quot;. I want to automatically remove the number &quot;0&quot; when I click o......</description><pubDate>Sat, 18 Jul 2026 07:12:32 -0400</pubDate></item><item><title>How to work out &amp;#039;&amp;#039;ComplexWarning: Casting complex values to real discards the imaginary part&amp;#039;&amp;#039;?</title><link>https://devapps.quickvid.app/how-to-work-out-039-039-complexwarning-casting-complex-values-to-real-.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-work-out-039-039-complexwarning-casting-complex-values-to-real-.html</guid><description>I would like to use a matrix with complex entries to construct a new matrix, but it gives me the warning &quot;ComplexWarning: Casting complex values to real discards the imaginary part&quot;.
As a resu......</description><pubDate>Sat, 18 Jul 2026 06:37:15 -0400</pubDate></item><item><title>/bin/sh: pushd: not found</title><link>https://devapps.quickvid.app/bin-sh-pushd-not-found.html</link><guid isPermaLink="true">https://devapps.quickvid.app/bin-sh-pushd-not-found.html</guid><description>I am doing the following inside a make file
pushd %dir_name%
and i get the following error
/bin/sh : pushd : not found
Can someone please tell me why this error is showing up ?
I checked my $P......</description><pubDate>Sat, 18 Jul 2026 06:35:45 -0400</pubDate></item><item><title>Convert integer to bits</title><link>https://devapps.quickvid.app/convert-integer-to-bits.html</link><guid isPermaLink="true">https://devapps.quickvid.app/convert-integer-to-bits.html</guid><description>I have byte to binary string function,
std::string byte_to_binary(unsigned char byte)
{ int x = 128; std::ostringstream oss; oss &amp;lt;&amp;lt; ((byte &amp;amp; 255) != 0); for (int i = 0; ......</description><pubDate>Sat, 18 Jul 2026 06:33:11 -0400</pubDate></item><item><title>Splitting String with delimiter</title><link>https://devapps.quickvid.app/splitting-string-with-delimiter.html</link><guid isPermaLink="true">https://devapps.quickvid.app/splitting-string-with-delimiter.html</guid><description>I am currently trying to split a string 1128-2 so that I can have two separate values. For example, value1: 1128 and value2: 2, so that I can then use each value separately. I have tried split() bu......</description><pubDate>Sat, 18 Jul 2026 06:29:57 -0400</pubDate></item><item><title>What is the difference between &quot;is None&quot; and &quot;== None&quot;</title><link>https://devapps.quickvid.app/what-is-the-difference-between-is-none-and-none.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-is-the-difference-between-is-none-and-none.html</guid><description>I recently came across this syntax, I am unaware of the difference.
I would appreciate it if someone could tell me the difference....</description><pubDate>Sat, 18 Jul 2026 06:18:35 -0400</pubDate></item><item><title>oauth2-proxy: Validate Azure AD JWT Token returns 401</title><link>https://devapps.quickvid.app/oauth2-proxy-validate-azure-ad-jwt-token-returns-401.html</link><guid isPermaLink="true">https://devapps.quickvid.app/oauth2-proxy-validate-azure-ad-jwt-token-returns-401.html</guid><description>I am trying to validate JWT Token with oauth2-proxy and Azure AD (multi tenant). The setup is working and I can log in via http://localhost:4180. This is how I run the proxy:
docker run --net=host ......</description><pubDate>Sat, 18 Jul 2026 06:14:28 -0400</pubDate></item><item><title>What does --net=host option in Docker command really do?</title><link>https://devapps.quickvid.app/what-does-net-host-option-in-docker-command-really-do.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-does-net-host-option-in-docker-command-really-do.html</guid><description>I&amp;#039;m a little bit beginner to Docker. I couldn&amp;#039;t find any clear description of what this option does in docker run command in deep and bit confused about it.
Can we use it to access the applications ...</description><pubDate>Sat, 18 Jul 2026 06:07:21 -0400</pubDate></item><item><title>400 Bad Request - request header or cookie too large</title><link>https://devapps.quickvid.app/400-bad-request-request-header-or-cookie-too-large.html</link><guid isPermaLink="true">https://devapps.quickvid.app/400-bad-request-request-header-or-cookie-too-large.html</guid><description>I am getting a 400 Bad Request request header or cookie too large from nginx with my Rails app. Restarting the browser fixes the issue. I am only storing a string id in my cookie so it should be t......</description><pubDate>Sat, 18 Jul 2026 05:38:10 -0400</pubDate></item><item><title>MySQL DROP all tables, ignoring foreign keys</title><link>https://devapps.quickvid.app/mysql-drop-all-tables-ignoring-foreign-keys.html</link><guid isPermaLink="true">https://devapps.quickvid.app/mysql-drop-all-tables-ignoring-foreign-keys.html</guid><description>Is there a nice easy way to drop all tables from a MySQL database, ignoring any foreign key constraints that may be in there?...</description><pubDate>Sat, 18 Jul 2026 05:18:53 -0400</pubDate></item><item><title>Plot a histogram sort by values in Python</title><link>https://devapps.quickvid.app/plot-a-histogram-sort-by-values-in-python.html</link><guid isPermaLink="true">https://devapps.quickvid.app/plot-a-histogram-sort-by-values-in-python.html</guid><description>I have a Pandas dataframe as following: number
Art 10000
Comics 235
Crafts 293
Dance 824
How can I plot a histogram that sort by values?
Demonstrati......</description><pubDate>Sat, 18 Jul 2026 05:11:44 -0400</pubDate></item><item><title>Make Pandas DataFrame apply() use all cores?</title><link>https://devapps.quickvid.app/make-pandas-dataframe-apply-use-all-cores.html</link><guid isPermaLink="true">https://devapps.quickvid.app/make-pandas-dataframe-apply-use-all-cores.html</guid><description>As of August 2017, Pandas DataFame.apply() is unfortunately still limited to working with a single core, meaning that a multi-core machine will waste the majority of its compute-time when you run df....</description><pubDate>Sat, 18 Jul 2026 04:54:03 -0400</pubDate></item><item><title>Change variable value on input key press on MudBlazor&amp;#039;s MudTextField</title><link>https://devapps.quickvid.app/change-variable-value-on-input-key-press-on-mudblazor-039-s-mudtextfie.html</link><guid isPermaLink="true">https://devapps.quickvid.app/change-variable-value-on-input-key-press-on-mudblazor-039-s-mudtextfie.html</guid><description>I&amp;#039;m familiar with C#/asp.net mvc (10+ years) but new with Blazor (10days).
Now I want to add a &amp;quot;Change variable value on input key press&amp;quot; effect to MudBlazor&amp;#039;s TextField.
Thanks for infor......</description><pubDate>Sat, 18 Jul 2026 04:44:31 -0400</pubDate></item><item><title>Recursively find all files newer than a given time [closed]</title><link>https://devapps.quickvid.app/recursively-find-all-files-newer-than-a-given-time-closed.html</link><guid isPermaLink="true">https://devapps.quickvid.app/recursively-find-all-files-newer-than-a-given-time-closed.html</guid><description>Given a time_t:
⚡ date -ur 1312603983
Sat 6 Aug 2011 04:13:03 UTC
I&amp;#039;m looking for a bash one-liner that lists all files newer. The comparison should take the timezone into account.
Something like......</description><pubDate>Sat, 18 Jul 2026 04:40:58 -0400</pubDate></item><item><title>C# Public Enums in Classes</title><link>https://devapps.quickvid.app/c-public-enums-in-classes.html</link><guid isPermaLink="true">https://devapps.quickvid.app/c-public-enums-in-classes.html</guid><description>I have a program with a class that contains a public enum, as follows:
public class Card
{ public enum card_suits { Clubs, Hearts, Spades, Diamonds }
........</description><pubDate>Sat, 18 Jul 2026 04:20:16 -0400</pubDate></item><item><title>MariaDB Case statement</title><link>https://devapps.quickvid.app/mariadb-case-statement.html</link><guid isPermaLink="true">https://devapps.quickvid.app/mariadb-case-statement.html</guid><description>I have the following SQL-Code in a Mariadb-Database:
(1)
select Labornummer, Matrix, FaktorGW, FaktorAW
from gc_Faktoren
I need the following result:
If Matrix=&amp;#039;AW&amp;#039; =&amp;gt; I need the field &amp;quot;Fa......</description><pubDate>Sat, 18 Jul 2026 04:17:03 -0400</pubDate></item><item><title>ImportError: numpy.core.multiarray failed to import</title><link>https://devapps.quickvid.app/importerror-numpy-core-multiarray-failed-to-import.html</link><guid isPermaLink="true">https://devapps.quickvid.app/importerror-numpy-core-multiarray-failed-to-import.html</guid><description>I&amp;#039;m trying to run this program
import cv2
import time
cv.NamedWindow(&amp;quot;camera&amp;quot;, 1)
capture = cv.CaptureFromCAM(0)
while True: img = cv.QueryFrame(capture) cv.ShowImage(&amp;quot;cam......</description><pubDate>Sat, 18 Jul 2026 04:15:56 -0400</pubDate></item><item><title>CSS .class a {} not working</title><link>https://devapps.quickvid.app/css-class-a-not-working.html</link><guid isPermaLink="true">https://devapps.quickvid.app/css-class-a-not-working.html</guid><description>This algorithm just stopped working on my page (it had worked for over a year as it was):
&amp;lt;div class=&quot;classA&quot; id=&quot;specific1&quot;&amp;gt; &amp;lt;a href=&quot;#&quot;&amp;gt;Link Text&amp;lt;/a&amp;gt;
&amp;lt;/div&amp;gt;
.classA ......</description><pubDate>Sat, 18 Jul 2026 04:10:01 -0400</pubDate></item><item><title>Pure JavaScript equivalent of jQuery&amp;#039;s $.ready() - how to call a function when the page/DOM is ready for it [duplicate]</title><link>https://devapps.quickvid.app/pure-javascript-equivalent-of-jquery-039-s-ready-how-to-call-a-functio.html</link><guid isPermaLink="true">https://devapps.quickvid.app/pure-javascript-equivalent-of-jquery-039-s-ready-how-to-call-a-functio.html</guid><description>With jQuery, we all know the wonderful .ready() function:
$(&amp;#039;document&amp;#039;).ready(function(){});
However, let&amp;#039;s say I want to run a function that is written in standard JavaScript with no library bac......</description><pubDate>Sat, 18 Jul 2026 04:00:21 -0400</pubDate></item><item><title>How to handle the `onKeyPress` event in ReactJS?</title><link>https://devapps.quickvid.app/how-to-handle-the-onkeypress-event-in-reactjs.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-handle-the-onkeypress-event-in-reactjs.html</guid><description>How can I make the onKeyPress event work in ReactJS? It should alert when enter (keyCode=13) is pressed.
var Test = React.createClass({ add: function(event){ if(event.keyCode == 13){ ......</description><pubDate>Sat, 18 Jul 2026 03:55:23 -0400</pubDate></item><item><title>MySQL: Grant **all** privileges on database</title><link>https://devapps.quickvid.app/mysql-grant-all-privileges-on-database.html</link><guid isPermaLink="true">https://devapps.quickvid.app/mysql-grant-all-privileges-on-database.html</guid><description>I&amp;#039;ve created database, for example &amp;#039;mydb&amp;#039;.
CREATE DATABASE mydb CHARACTER SET utf8 COLLATE utf8_bin;
CREATE USER &amp;#039;myuser&amp;#039;@&amp;#039;%&amp;#039; IDENTIFIED BY PASSWORD &amp;#039;*HASH&amp;#039;;
GRANT ALL ON mydb.* TO &amp;#039;myuser&amp;#039;@&amp;#039;%&amp;#039;;
......</description><pubDate>Sat, 18 Jul 2026 03:34:05 -0400</pubDate></item><item><title>html : iframe not showing content in html</title><link>https://devapps.quickvid.app/html-iframe-not-showing-content-in-html.html</link><guid isPermaLink="true">https://devapps.quickvid.app/html-iframe-not-showing-content-in-html.html</guid><description>I want to show a youtube video in html 4. For that, I am using iframe. But the content of iframe is not showing.
&amp;lt;iframe frameborder=&amp;quot;1&amp;quot; width=&amp;quot;420&amp;quot; height=&amp;quot;345&amp;quot; src=&amp;...</description><pubDate>Sat, 18 Jul 2026 03:25:35 -0400</pubDate></item><item><title>What are the main differences between JWT and OAuth authentication?</title><link>https://devapps.quickvid.app/what-are-the-main-differences-between-jwt-and-oauth-authentication.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-are-the-main-differences-between-jwt-and-oauth-authentication.html</guid><description>I have a new SPA with a stateless authentication model using JWT. I am often asked to refer OAuth for authentication flows like asking me to send &amp;#039;Bearer tokens&amp;#039; for every request instead of a simple ...</description><pubDate>Sat, 18 Jul 2026 03:19:28 -0400</pubDate></item><item><title>Regex: AttributeError: &amp;#039;NoneType&amp;#039; object has no attribute &amp;#039;groups&amp;#039;</title><link>https://devapps.quickvid.app/regex-attributeerror-039-nonetype-039-object-has-no-attribute-039-grou.html</link><guid isPermaLink="true">https://devapps.quickvid.app/regex-attributeerror-039-nonetype-039-object-has-no-attribute-039-grou.html</guid><description>I have a string which I want to extract a subset of. This is part of a larger Python script.
This is the string:
import re
htmlString = &amp;#039;&amp;lt;/dd&amp;gt;&amp;lt;dt&amp;gt; Fine, thank you.&amp;amp;#160;&amp;lt;/dt&amp;g......</description><pubDate>Sat, 18 Jul 2026 03:17:33 -0400</pubDate></item><item><title>Redirect from an HTML page</title><link>https://devapps.quickvid.app/redirect-from-an-html-page.html</link><guid isPermaLink="true">https://devapps.quickvid.app/redirect-from-an-html-page.html</guid><description>Is it possible to set up a basic HTML page to redirect to another page on load?...</description><pubDate>Sat, 18 Jul 2026 03:11:58 -0400</pubDate></item><item><title>MUL function in assembly</title><link>https://devapps.quickvid.app/mul-function-in-assembly.html</link><guid isPermaLink="true">https://devapps.quickvid.app/mul-function-in-assembly.html</guid><description>I am trying to execute simple multiplication in Assembly. However, I do not see the registers change when the MUL function is called.
mov bx, 5
mov cx, 10
mul cx...</description><pubDate>Sat, 18 Jul 2026 02:56:15 -0400</pubDate></item><item><title>Uninstalling python3 on MacOs</title><link>https://devapps.quickvid.app/uninstalling-python3-on-macos.html</link><guid isPermaLink="true">https://devapps.quickvid.app/uninstalling-python3-on-macos.html</guid><description>I have uninstalled python3 using brew on macOS Catalina 10.15.3:
brew uninstall python3
brew list | grep python
python@2
But it still there:
which python3
/usr/bin/python3
python3 -V
Python 3.......</description><pubDate>Sat, 18 Jul 2026 02:49:54 -0400</pubDate></item><item><title>How do I get an OAuth 2.0 authentication token in C#</title><link>https://devapps.quickvid.app/how-do-i-get-an-oauth-2-0-authentication-token-in-c.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-do-i-get-an-oauth-2-0-authentication-token-in-c.html</guid><description>I have these settings:
Auth URL (which happens to be a
&quot;https://login.microsoftonline.com/...&quot;) if that helps.
Access Token URL &quot;https://service.endpoint.com/api/oauth2/token&quot;
ClientId &quot;abc&quot;
...</description><pubDate>Sat, 18 Jul 2026 02:48:20 -0400</pubDate></item><item><title>Cassandra equivalent of group by</title><link>https://devapps.quickvid.app/cassandra-equivalent-of-group-by.html</link><guid isPermaLink="true">https://devapps.quickvid.app/cassandra-equivalent-of-group-by.html</guid><description>I&amp;#039;m in initial stages of data modeling in Cassandra for an application. This application has existing relational persistence layer, which has to be replaced with Cassandra.
Application uses a table ...</description><pubDate>Sat, 18 Jul 2026 02:30:59 -0400</pubDate></item><item><title>Difference between dba_segments and dba_users when trying to identify list of schema in Oracle DB</title><link>https://devapps.quickvid.app/difference-between-dba-segments-and-dba-users-when-trying-to-identify-.html</link><guid isPermaLink="true">https://devapps.quickvid.app/difference-between-dba-segments-and-dba-users-when-trying-to-identify-.html</guid><description>I am trying to figure out the list schema created in a database, I came across many answers like this and this which are trying to tell either use dba_segments or use dba_users.
But when I use tho......</description><pubDate>Sat, 18 Jul 2026 02:28:42 -0400</pubDate></item><item><title>Can I concatenate multiple MySQL rows into one field?</title><link>https://devapps.quickvid.app/can-i-concatenate-multiple-mysql-rows-into-one-field.html</link><guid isPermaLink="true">https://devapps.quickvid.app/can-i-concatenate-multiple-mysql-rows-into-one-field.html</guid><description>Using MySQL, I can do something like:
SELECT hobbies FROM peoples_hobbies WHERE person_id = 5;
My Output:
shopping
fishing
coding
but instead I just want 1 row, 1 col:
Expected Output:
shoppi......</description><pubDate>Sat, 18 Jul 2026 02:16:14 -0400</pubDate></item><item><title>SQL Server Linked Server Example Query</title><link>https://devapps.quickvid.app/sql-server-linked-server-example-query.html</link><guid isPermaLink="true">https://devapps.quickvid.app/sql-server-linked-server-example-query.html</guid><description>While in Management Studio, I am trying to run a query/do a join between two linked servers.
Is this a correct syntax using linked db servers:
select foo.id
from databaseserver1.db1.table1 foo,
......</description><pubDate>Sat, 18 Jul 2026 01:54:28 -0400</pubDate></item><item><title>adding a class to a text_field_tag</title><link>https://devapps.quickvid.app/adding-a-class-to-a-text-field-tag.html</link><guid isPermaLink="true">https://devapps.quickvid.app/adding-a-class-to-a-text-field-tag.html</guid><description>I am trying to give a class to my text_field_tag
I have this
&amp;lt;%= text_field_tag :login_aei, class: &amp;#039;form-control&amp;#039; %&amp;gt;
but it keeps generating this :
&amp;lt;input type=&quot;text&quot; name=&quot;login_aei&quot; ......</description><pubDate>Sat, 18 Jul 2026 01:54:16 -0400</pubDate></item><item><title>&quot;A namespace cannot directly contain members such as fields or methods&quot; [closed]</title><link>https://devapps.quickvid.app/a-namespace-cannot-directly-contain-members-such-as-fields-or-methods-.html</link><guid isPermaLink="true">https://devapps.quickvid.app/a-namespace-cannot-directly-contain-members-such-as-fields-or-methods-.html</guid><description>I am trying to use this code for NET.reflector using Reflexil. I am trying to replace code with this:
if(Input.GetKeyDown(KeyCode.Keypad5)) {
int i = 0;
Character localPlayer = PlayerClient....</description><pubDate>Sat, 18 Jul 2026 01:54:08 -0400</pubDate></item><item><title>How to count certain elements in array?</title><link>https://devapps.quickvid.app/how-to-count-certain-elements-in-array.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-count-certain-elements-in-array.html</guid><description>I have an array:
[1, 2, 3, 5, 2, 8, 9, 2]
I would like to know how many 2s are in the array.
What is the most elegant way to do it in JavaScript without looping with for loop?...</description><pubDate>Sat, 18 Jul 2026 01:40:38 -0400</pubDate></item><item><title>How Convert VB Project to C# Project [closed]</title><link>https://devapps.quickvid.app/how-convert-vb-project-to-c-project-closed.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-convert-vb-project-to-c-project-closed.html</guid><description>I have a project written in VB, and I need to convert the whole project to C# project. I don&amp;#039;t want to do it file by file, I found some online converters, but they convert only lines of codes, not ......</description><pubDate>Sat, 18 Jul 2026 01:33:30 -0400</pubDate></item></channel></rss>