<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Star Monitor</title><link>https://devapps.quickvid.app</link><description>Premium storytelling.</description><language>en-us</language><lastBuildDate>Sun, 19 Jul 2026 04:51:54 -0400</lastBuildDate><atom:link href="https://devapps.quickvid.app/rss.xml" rel="self" type="application/rss+xml" /><item><title>SSRS Configuration Error; Invalid PBI Configuration</title><link>https://devapps.quickvid.app/ssrs-configuration-error-invalid-pbi-configuration.html</link><guid isPermaLink="true">https://devapps.quickvid.app/ssrs-configuration-error-invalid-pbi-configuration.html</guid><description>I got this issue on one of my machines when I installed MSSQL Server 2016 with SSIS, SSAS and SSRS.
SSIS and SSAS is working fine but SSRS does not.
After the installation, I opened the Reporting ...</description><pubDate>Sun, 19 Jul 2026 08:36:33 -0400</pubDate></item><item><title>pip install mysql-python fails with EnvironmentError: mysql_config not found</title><link>https://devapps.quickvid.app/pip-install-mysql-python-fails-with-environmenterror-mysql-config-not-.html</link><guid isPermaLink="true">https://devapps.quickvid.app/pip-install-mysql-python-fails-with-environmenterror-mysql-config-not-.html</guid><description>This is the error I get
(mysite)zjm1126@zjm1126-G41MT-S2:~/zjm_test/mysite$ pip install mysql-python
Downloading/unpacking mysql-python Downloading MySQL-python-1.2.3.tar.gz (70Kb): 70Kb downloa......</description><pubDate>Sun, 19 Jul 2026 08:34:45 -0400</pubDate></item><item><title>LaTeX table positioning</title><link>https://devapps.quickvid.app/latex-table-positioning.html</link><guid isPermaLink="true">https://devapps.quickvid.app/latex-table-positioning.html</guid><description>I have a LaTeX document that contains a paragraph followed by 4 tables followed by a second paragraph. I want the 4 tables to appear between the two paragraphs which from what I&amp;#039;ve read means I sho......</description><pubDate>Sun, 19 Jul 2026 08:28:17 -0400</pubDate></item><item><title>How to use background thread in swift?</title><link>https://devapps.quickvid.app/how-to-use-background-thread-in-swift.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-use-background-thread-in-swift.html</guid><description>How to use threading in swift?
dispatchOnMainThread:^{ NSLog(@&quot;Block Executed On %s&quot;, dispatch_queue_get_label(dispatch_get_current_queue()));
}];...</description><pubDate>Sun, 19 Jul 2026 08:26:55 -0400</pubDate></item><item><title>How to change class style for children element by parent element id?</title><link>https://devapps.quickvid.app/how-to-change-class-style-for-children-element-by-parent-element-id.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-change-class-style-for-children-element-by-parent-element-id.html</guid><description>For example I have simple html code: &amp;lt;a id=&quot;news&quot; href=&quot;#&quot;&amp;gt;&amp;lt;div class=&quot;&quot; &amp;gt;News&amp;lt;/div&amp;gt;&amp;lt;/a&amp;gt;
How to change class style for div element by id of href on pure javascript ?
Or m......</description><pubDate>Sun, 19 Jul 2026 08:24:03 -0400</pubDate></item><item><title>Difference between Fact table and Dimension table?</title><link>https://devapps.quickvid.app/difference-between-fact-table-and-dimension-table.html</link><guid isPermaLink="true">https://devapps.quickvid.app/difference-between-fact-table-and-dimension-table.html</guid><description>When reading a book for business objects, I came across the term- fact table and dimension table.
I am trying to understand what is the different between Dimension table and Fact table?
I read c......</description><pubDate>Sun, 19 Jul 2026 08:23:31 -0400</pubDate></item><item><title>Where can I find the error logs of nginx, using FastCGI and Django?</title><link>https://devapps.quickvid.app/where-can-i-find-the-error-logs-of-nginx-using-fastcgi-and-django.html</link><guid isPermaLink="true">https://devapps.quickvid.app/where-can-i-find-the-error-logs-of-nginx-using-fastcgi-and-django.html</guid><description>I&amp;#039;m using Django with FastCGI + nginx. Where are the logs (errors) stored in this case?...</description><pubDate>Sun, 19 Jul 2026 08:19:48 -0400</pubDate></item><item><title>Best way to fill a sparse matrix</title><link>https://devapps.quickvid.app/best-way-to-fill-a-sparse-matrix.html</link><guid isPermaLink="true">https://devapps.quickvid.app/best-way-to-fill-a-sparse-matrix.html</guid><description>What is the most efficient way to fill a sparse matrix? I know that sparse matrixes are CSC, so I expected it to be fast to fill them column by column like
using SparseArrays
M = 100
N = 1000
spa......</description><pubDate>Sun, 19 Jul 2026 08:14:06 -0400</pubDate></item><item><title>Julia equivalent of Python numpy &quot;arange&quot;</title><link>https://devapps.quickvid.app/julia-equivalent-of-python-numpy-arange.html</link><guid isPermaLink="true">https://devapps.quickvid.app/julia-equivalent-of-python-numpy-arange.html</guid><description>In Python, I can create an array of evenly spaced values using
xi2 = np.arange(0, np.sqrt(6), 1e-3)
How do I write this in Julia? I tried,
xi2 = range(0,sqrt(6),step=1e-3)
but this returns 0.0:0.......</description><pubDate>Sun, 19 Jul 2026 07:59:43 -0400</pubDate></item><item><title>Loading local JSON file</title><link>https://devapps.quickvid.app/loading-local-json-file.html</link><guid isPermaLink="true">https://devapps.quickvid.app/loading-local-json-file.html</guid><description>I&amp;#039;m trying to load a local JSON file but it won&amp;#039;t work. Here is my JavaScript code (using jQuery):
var json = $.getJSON(&amp;quot;test.json&amp;quot;);
var data = eval(&amp;quot;(&amp;quot; +json.responseText + &amp;q......</description><pubDate>Sun, 19 Jul 2026 07:49:57 -0400</pubDate></item><item><title>subprocess.CalledProcessError: what *is* the error?</title><link>https://devapps.quickvid.app/subprocess-calledprocesserror-what-is-the-error.html</link><guid isPermaLink="true">https://devapps.quickvid.app/subprocess-calledprocesserror-what-is-the-error.html</guid><description>import subprocess
cmd = &quot;grep -r * | grep jquery&quot;
print cmd
subprocess.check_output(cmd, shell=True)
subprocess.CalledProcessError: Command &amp;#039;grep -r * | grep jquery&amp;#039; returned non-zero exit statu......</description><pubDate>Sun, 19 Jul 2026 07:34:11 -0400</pubDate></item><item><title>What is a list in Bash?</title><link>https://devapps.quickvid.app/what-is-a-list-in-bash.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-is-a-list-in-bash.html</guid><description>I have searched for a similar question here, but surprisingly could not find any.
In GNU bash, there is (a construct? a structure? a data type?) called &quot;arrays&quot;. Arrays are well documented in the ......</description><pubDate>Sun, 19 Jul 2026 07:30:38 -0400</pubDate></item><item><title>Python Requests throwing SSLError</title><link>https://devapps.quickvid.app/python-requests-throwing-sslerror.html</link><guid isPermaLink="true">https://devapps.quickvid.app/python-requests-throwing-sslerror.html</guid><description>I&amp;#039;m working on a simple script that involves CAS, jspring security check, redirection, etc. I would like to use Kenneth Reitz&amp;#039;s python requests because it&amp;#039;s a great piece of work! However, CAS re......</description><pubDate>Sun, 19 Jul 2026 07:18:16 -0400</pubDate></item><item><title>Numpy: Checking if a value is NaT</title><link>https://devapps.quickvid.app/numpy-checking-if-a-value-is-nat.html</link><guid isPermaLink="true">https://devapps.quickvid.app/numpy-checking-if-a-value-is-nat.html</guid><description>nat = np.datetime64(&amp;#039;NaT&amp;#039;)
nat == nat
&amp;gt;&amp;gt; FutureWarning: In the future, &amp;#039;NAT == x&amp;#039; and &amp;#039;x == NAT&amp;#039; will always be False.
np.isnan(nat)
&amp;gt;&amp;gt; TypeError: ufunc &amp;#039;isnan&amp;#039; not supported for the i......</description><pubDate>Sun, 19 Jul 2026 07:00:46 -0400</pubDate></item><item><title>What does it mean to fork on GitHub?</title><link>https://devapps.quickvid.app/what-does-it-mean-to-fork-on-github.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-does-it-mean-to-fork-on-github.html</guid><description>After few explorations, In my understanding, it is related to contribution.
Fork means to make a copy of the repository (the one being forked) into my own github account.
If I want to fork the off......</description><pubDate>Sun, 19 Jul 2026 07:00:06 -0400</pubDate></item><item><title>ConnectionTimeout versus SocketTimeout</title><link>https://devapps.quickvid.app/connectiontimeout-versus-sockettimeout.html</link><guid isPermaLink="true">https://devapps.quickvid.app/connectiontimeout-versus-sockettimeout.html</guid><description>I&amp;#039;m having a problem with a library that I am using. It might be the library or it might be me using it wrong!
Basically, when I do this (Timeout in milliseconds)
_ignitedHttp.setConnectionTimeou......</description><pubDate>Sun, 19 Jul 2026 06:59:14 -0400</pubDate></item><item><title>Is there an x86 assembly instruction that does both &amp;#039;xadd&amp;#039; and &amp;#039;adc reg,0&amp;#039;?</title><link>https://devapps.quickvid.app/is-there-an-x86-assembly-instruction-that-does-both-039-xadd-039-and-0.html</link><guid isPermaLink="true">https://devapps.quickvid.app/is-there-an-x86-assembly-instruction-that-does-both-039-xadd-039-and-0.html</guid><description>I&amp;#039;ve recently learnt about XADD and I had no luck at looking up on google. Does an instruction like XADD that also adds the carry flag exist? (ex. XADC) Or am I forced to do it with two different ...</description><pubDate>Sun, 19 Jul 2026 06:33:06 -0400</pubDate></item><item><title>Why is capitalizing the first letter of a string so convoluted in Rust?</title><link>https://devapps.quickvid.app/why-is-capitalizing-the-first-letter-of-a-string-so-convoluted-in-rust.html</link><guid isPermaLink="true">https://devapps.quickvid.app/why-is-capitalizing-the-first-letter-of-a-string-so-convoluted-in-rust.html</guid><description>I&amp;#039;d like to capitalize the first letter of a &amp;amp;str. It&amp;#039;s a simple problem and I hope for a simple solution. Intuition tells me to do something like this:
let mut s = &quot;foobar&quot;;
s[0] = s[0]....</description><pubDate>Sun, 19 Jul 2026 06:28:11 -0400</pubDate></item><item><title>Difference between StringBuilder and StringBuffer</title><link>https://devapps.quickvid.app/difference-between-stringbuilder-and-stringbuffer.html</link><guid isPermaLink="true">https://devapps.quickvid.app/difference-between-stringbuilder-and-stringbuffer.html</guid><description>What is the main difference between StringBuffer and StringBuilder?
Is there any performance issues when deciding on any one of these?...</description><pubDate>Sun, 19 Jul 2026 06:22:26 -0400</pubDate></item><item><title>Flip / mirror an image horizontally + vertically with css</title><link>https://devapps.quickvid.app/flip-mirror-an-image-horizontally-vertically-with-css.html</link><guid isPermaLink="true">https://devapps.quickvid.app/flip-mirror-an-image-horizontally-vertically-with-css.html</guid><description>Im trying to flip an image to display it 4 ways : original (no changes), flipped horizontally, flipped vertically, flipped horizontally + verticly.
To do this Im doing the below, it works fine ap......</description><pubDate>Sun, 19 Jul 2026 06:15:15 -0400</pubDate></item><item><title>How to use clock() in C++</title><link>https://devapps.quickvid.app/how-to-use-clock-in-c.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-use-clock-in-c.html</guid><description>How do I call clock() in C++?
For example, I want to test how much time a linear search takes to find a given element in an array....</description><pubDate>Sun, 19 Jul 2026 06:08:15 -0400</pubDate></item><item><title>HRESULT: 0x80131040: The located assembly&amp;#039;s manifest definition does not match the assembly reference</title><link>https://devapps.quickvid.app/hresult-0x80131040-the-located-assembly-039-s-manifest-definition-does.html</link><guid isPermaLink="true">https://devapps.quickvid.app/hresult-0x80131040-the-located-assembly-039-s-manifest-definition-does.html</guid><description>The located assembly&amp;#039;s manifest definition does not match the assembly reference
getting this when running nunit through ncover. Any idea?...</description><pubDate>Sun, 19 Jul 2026 05:48:28 -0400</pubDate></item><item><title>npm ERR! Unable to authenticate, need: Basic realm=&quot;Artifactory Realm&quot;</title><link>https://devapps.quickvid.app/npm-err-unable-to-authenticate-need-basic-realm-artifactory-realm.html</link><guid isPermaLink="true">https://devapps.quickvid.app/npm-err-unable-to-authenticate-need-basic-realm-artifactory-realm.html</guid><description>I tried to run the command:
npm install -g @angular/cli@9.1.0
but I have got the following error:
npm ERR! code E401
npm ERR! Unable to authenticate, need: Basic realm=&amp;quot;Artifactory Realm&amp;quot......</description><pubDate>Sun, 19 Jul 2026 05:38:54 -0400</pubDate></item><item><title>How to get a stack trace in .NET in normal execution?</title><link>https://devapps.quickvid.app/how-to-get-a-stack-trace-in-net-in-normal-execution.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-get-a-stack-trace-in-net-in-normal-execution.html</guid><description>In VB .NET, I know I can get a stack trace by looking at the value of ex.StackTrace when handling an exception. How can I get the functions on the stack when I am not handling an exception? I am ...</description><pubDate>Sun, 19 Jul 2026 05:38:17 -0400</pubDate></item><item><title>RDS while connection error: no pg_hba.conf entry for host</title><link>https://devapps.quickvid.app/rds-while-connection-error-no-pg-hba-conf-entry-for-host.html</link><guid isPermaLink="true">https://devapps.quickvid.app/rds-while-connection-error-no-pg-hba-conf-entry-for-host.html</guid><description>I need assistance as I&amp;#039;m having trouble connecting to a managed Postgres database on RDS. I&amp;#039;m encountering the following error message: &amp;quot;no pg_hba.conf entry for host &amp;#039;16.151.149.51&amp;#039;, user &amp;#039;...</description><pubDate>Sun, 19 Jul 2026 05:30:46 -0400</pubDate></item><item><title>What does gcc without multilib mean?</title><link>https://devapps.quickvid.app/what-does-gcc-without-multilib-mean.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-does-gcc-without-multilib-mean.html</guid><description>I was trying to use the omh.h header file and I realized it was missing. I tried reinstalling gcc on my mac using brew. This is the message I got at the end of the installation.
..
GCC has been bu......</description><pubDate>Sun, 19 Jul 2026 05:14:19 -0400</pubDate></item><item><title>ERROR Error: No value accessor for form control with unspecified name attribute on switch</title><link>https://devapps.quickvid.app/error-error-no-value-accessor-for-form-control-with-unspecified-name-a.html</link><guid isPermaLink="true">https://devapps.quickvid.app/error-error-no-value-accessor-for-form-control-with-unspecified-name-a.html</guid><description>Here is my Angular component:
@Component( { selector: &amp;#039;input-extra-field&amp;#039;, template: ` &amp;lt;div class=&amp;quot;form-group&amp;quot; [formGroup]=&amp;quot;formGroup&amp;quot; &amp;gt; ......</description><pubDate>Sun, 19 Jul 2026 05:12:04 -0400</pubDate></item><item><title>How can I change the shape of this numpy array to (3058, 480, 640, 3)?</title><link>https://devapps.quickvid.app/how-can-i-change-the-shape-of-this-numpy-array-to-3058-480-640-3.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-can-i-change-the-shape-of-this-numpy-array-to-3058-480-640-3.html</guid><description>I am trying to read 3058 images from a folder. I want my picture to be read as np array with size (3158, 480, 640, 3) dtype as uint8. I store all image to a list (image_list). After changing the li......</description><pubDate>Sun, 19 Jul 2026 05:12:00 -0400</pubDate></item><item><title>How do negative margins in CSS work and why is (margin-top:-5 != margin-bottom:5)?</title><link>https://devapps.quickvid.app/how-do-negative-margins-in-css-work-and-why-is-margin-top-5-margin-bot.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-do-negative-margins-in-css-work-and-why-is-margin-top-5-margin-bot.html</guid><description>A common trick for vertical positioning elements is to use the following CSS:
.item { position:absolute; top:50%; margin-top:-8px; /* half of height */ height: 16px;
}
When seen i......</description><pubDate>Sun, 19 Jul 2026 05:05:21 -0400</pubDate></item><item><title>Spring Data Jpa - Repository Query to get MaxID + 1?</title><link>https://devapps.quickvid.app/spring-data-jpa-repository-query-to-get-maxid-1.html</link><guid isPermaLink="true">https://devapps.quickvid.app/spring-data-jpa-repository-query-to-get-maxid-1.html</guid><description>I went through Spring CRUD repository: is there findOneByMaxXYZColumn()? and Spring data jpa. Find max if no result return default value already, but I am looking more from the correct implementation ...</description><pubDate>Sun, 19 Jul 2026 05:03:07 -0400</pubDate></item><item><title>In Visual Basic how do you create a block comment [duplicate]</title><link>https://devapps.quickvid.app/in-visual-basic-how-do-you-create-a-block-comment-duplicate.html</link><guid isPermaLink="true">https://devapps.quickvid.app/in-visual-basic-how-do-you-create-a-block-comment-duplicate.html</guid><description>Possible Duplicate: commenting VB code
Does anybody know how to do a block comment in Visual Basic?
Note: I did a few searches on here and neither those results nor the results for &amp;#039;Questions......</description><pubDate>Sun, 19 Jul 2026 04:49:34 -0400</pubDate></item><item><title>How to pass and parse a list of strings from command line with argparse.ArgumentParser in Python?</title><link>https://devapps.quickvid.app/how-to-pass-and-parse-a-list-of-strings-from-command-line-with-argpars.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-pass-and-parse-a-list-of-strings-from-command-line-with-argpars.html</guid><description>I want to pass a list of names into my program written in Python from console. For instance, I would like to use a way similar to this (I know it shouldn&amp;#039;t work because of bash):
$ python myprog.p......</description><pubDate>Sun, 19 Jul 2026 04:37:33 -0400</pubDate></item><item><title>Extract the second element of a tuple in a pipeline</title><link>https://devapps.quickvid.app/extract-the-second-element-of-a-tuple-in-a-pipeline.html</link><guid isPermaLink="true">https://devapps.quickvid.app/extract-the-second-element-of-a-tuple-in-a-pipeline.html</guid><description>I want to be able to extract the Nth item of a tuple in a pipeline, without using with or otherwise breaking up the pipeline. Enum.at would work perfectly except for the fact that a tuple is not an......</description><pubDate>Sun, 19 Jul 2026 04:34:29 -0400</pubDate></item><item><title>Angular - ng-change not firing when ng-model is changed</title><link>https://devapps.quickvid.app/angular-ng-change-not-firing-when-ng-model-is-changed.html</link><guid isPermaLink="true">https://devapps.quickvid.app/angular-ng-change-not-firing-when-ng-model-is-changed.html</guid><description>The input is the following:
&amp;lt;input type=&quot;text&quot; ng-model=&quot;repair.test&quot; ng-change=&quot;action()&quot; /&amp;gt;
The action() is executed when I manually type and change the input. However if I change the re......</description><pubDate>Sun, 19 Jul 2026 04:20:21 -0400</pubDate></item><item><title>Hiding table data using &lt;div style=&quot;display:none&quot;&gt;</title><link>https://devapps.quickvid.app/hiding-table-data-using-div-style-display-none.html</link><guid isPermaLink="true">https://devapps.quickvid.app/hiding-table-data-using-div-style-display-none.html</guid><description>So, I&amp;#039;ve hidden whole tables like this, which works fine:
&amp;lt;div style=&quot;display:none&quot;&amp;gt;
&amp;lt;table&amp;gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Test Table&amp;lt;/th&amp;gt;&amp;lt;tr&amp;gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;123456789&amp;lt;/td&amp;gt......</description><pubDate>Sun, 19 Jul 2026 04:18:36 -0400</pubDate></item><item><title>Randomize a List&lt;T&gt;</title><link>https://devapps.quickvid.app/randomize-a-list-t.html</link><guid isPermaLink="true">https://devapps.quickvid.app/randomize-a-list-t.html</guid><description>What is the best way to randomize the order of a generic list in C#? I&amp;#039;ve got a finite set of 75 numbers in a list I would like to assign a random order to, in order to draw them for a lottery type ...</description><pubDate>Sun, 19 Jul 2026 04:08:10 -0400</pubDate></item><item><title>ADB No Devices Found</title><link>https://devapps.quickvid.app/adb-no-devices-found.html</link><guid isPermaLink="true">https://devapps.quickvid.app/adb-no-devices-found.html</guid><description>I am attempting to install an Android app on my brand new Nexus 10. I have a .apk file. I have downloaded the Android SDK, installed &quot;Android SDK Tools&quot;, &quot;Android SDK Platform-tools&quot;, and Google USB ...</description><pubDate>Sun, 19 Jul 2026 04:03:41 -0400</pubDate></item><item><title>Rotate label text in seaborn factorplot</title><link>https://devapps.quickvid.app/rotate-label-text-in-seaborn-factorplot.html</link><guid isPermaLink="true">https://devapps.quickvid.app/rotate-label-text-in-seaborn-factorplot.html</guid><description>I have a simple factorplot
import seaborn as sns
g = sns.factorplot(&quot;name&quot;, &quot;miss_ratio&quot;, &quot;policy&quot;, dodge=.2, linestyles=[&quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;none&quot;], data=df[df[&quot;level&quot;] == 2])
The prob......</description><pubDate>Sun, 19 Jul 2026 03:52:45 -0400</pubDate></item><item><title>Adding Counter in shell script</title><link>https://devapps.quickvid.app/adding-counter-in-shell-script.html</link><guid isPermaLink="true">https://devapps.quickvid.app/adding-counter-in-shell-script.html</guid><description>I have below code in my shell script which will keep on sleeping if it doesn&amp;#039;t finds any file. And it sleeps for half an hour but currently I don&amp;#039;t have any counter like only execute the below code......</description><pubDate>Sun, 19 Jul 2026 03:39:28 -0400</pubDate></item><item><title>ImportError: cannot import name &amp;#039;Sequence&amp;#039; from &amp;#039;collections&amp;#039; (/usr/lib/python3.10/collections/__init__.py)</title><link>https://devapps.quickvid.app/importerror-cannot-import-name-039-sequence-039-from-039-collections-0.html</link><guid isPermaLink="true">https://devapps.quickvid.app/importerror-cannot-import-name-039-sequence-039-from-039-collections-0.html</guid><description>I&amp;#039;m getting this error in the Jenkins build site stage when I&amp;#039;m trying to raise a pr, can anyone please help me resolve this error? Thanks in advance.
Build site
mkdocs build
— Shell Script
&amp;lt;1s
......</description><pubDate>Sun, 19 Jul 2026 03:30:07 -0400</pubDate></item><item><title>JavaScript &quot;Uncaught TypeError: object is not a function&quot; associativity question</title><link>https://devapps.quickvid.app/javascript-uncaught-typeerror-object-is-not-a-function-associativity-q.html</link><guid isPermaLink="true">https://devapps.quickvid.app/javascript-uncaught-typeerror-object-is-not-a-function-associativity-q.html</guid><description>The code is as follows:
&amp;lt;body&amp;gt; &amp;lt;a href=&amp;quot;javascript:;&amp;quot; id=&amp;quot;test&amp;quot;&amp;gt;hello&amp;lt;/a&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt; document....</description><pubDate>Sun, 19 Jul 2026 03:25:33 -0400</pubDate></item><item><title>Difference between OpenJDK and Adoptium/AdoptOpenJDK</title><link>https://devapps.quickvid.app/difference-between-openjdk-and-adoptium-adoptopenjdk.html</link><guid isPermaLink="true">https://devapps.quickvid.app/difference-between-openjdk-and-adoptium-adoptopenjdk.html</guid><description>Due to recent Oracle Java SE Support Roadmap policy update (end of $free release updates from Oracle after March 2019 in particular), I&amp;#039;ve been searching for alternatives to Oracle Java. I&amp;#039;ve found......</description><pubDate>Sun, 19 Jul 2026 03:11:51 -0400</pubDate></item><item><title>Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID</title><link>https://devapps.quickvid.app/failed-to-load-resource-net-err-cert-authority-invalid.html</link><guid isPermaLink="true">https://devapps.quickvid.app/failed-to-load-resource-net-err-cert-authority-invalid.html</guid><description>I am implementing node js script over https.
Node js
const options = { key: fs.readFileSync(&amp;#039;private.key&amp;#039;), cert: fs.readFileSync(&amp;#039;cert.crt&amp;#039;), // This is necessary only if using the cli......</description><pubDate>Sun, 19 Jul 2026 03:03:23 -0400</pubDate></item><item><title>Pytorch ValueError: optimizer got an empty parameter list</title><link>https://devapps.quickvid.app/pytorch-valueerror-optimizer-got-an-empty-parameter-list.html</link><guid isPermaLink="true">https://devapps.quickvid.app/pytorch-valueerror-optimizer-got-an-empty-parameter-list.html</guid><description>When trying to create a neural network and optimize it using Pytorch, I am getting
ValueError: optimizer got an empty parameter list
Here is the code.
import torch.nn as nn
import torch.nn.functi......</description><pubDate>Sun, 19 Jul 2026 03:01:29 -0400</pubDate></item><item><title>Fire a tracking Pixel onClick</title><link>https://devapps.quickvid.app/fire-a-tracking-pixel-onclick.html</link><guid isPermaLink="true">https://devapps.quickvid.app/fire-a-tracking-pixel-onclick.html</guid><description>I have this tracking pixel that would usually be placed in the body of a &quot;installed successfully&quot; page:
&amp;lt;img src=&quot;http://domain.com/adclick.php&quot; width=&quot;1&quot; height=&quot;1&quot; border=&quot;0&quot; /&amp;gt;
But inste......</description><pubDate>Sun, 19 Jul 2026 02:55:08 -0400</pubDate></item><item><title>JavaScript getElementByID() not working [duplicate]</title><link>https://devapps.quickvid.app/javascript-getelementbyid-not-working-duplicate.html</link><guid isPermaLink="true">https://devapps.quickvid.app/javascript-getelementbyid-not-working-duplicate.html</guid><description>Why does refButton get null in the following JavaScript code?
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt; &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt; &amp;lt;script type=&quot;text/javascript&quot;&amp;gt; var refButton = document....</description><pubDate>Sun, 19 Jul 2026 02:50:46 -0400</pubDate></item><item><title>GitPython List all commits for a specific file</title><link>https://devapps.quickvid.app/gitpython-list-all-commits-for-a-specific-file.html</link><guid isPermaLink="true">https://devapps.quickvid.app/gitpython-list-all-commits-for-a-specific-file.html</guid><description>I am writing a Python script and there I need to know all commits for a specific file. In my code I use GitPython for other tasks but for this problem I can&amp;#039;t find something.
In cmd line I use:
g......</description><pubDate>Sun, 19 Jul 2026 02:49:35 -0400</pubDate></item><item><title>Expo or React Native: How to tint the entire screen or just a portion even if app isn&amp;#039;t active</title><link>https://devapps.quickvid.app/expo-or-react-native-how-to-tint-the-entire-screen-or-just-a-portion-e.html</link><guid isPermaLink="true">https://devapps.quickvid.app/expo-or-react-native-how-to-tint-the-entire-screen-or-just-a-portion-e.html</guid><description>I&amp;#039;m looking for a way to tint the user&amp;#039;s screen a certain shade, and change this tint overtime. (Think F.lux or Night Shift or any number of currently available blue light reducers). Is there any w......</description><pubDate>Sun, 19 Jul 2026 02:47:42 -0400</pubDate></item><item><title>How to update Identity Column in SQL Server?</title><link>https://devapps.quickvid.app/how-to-update-identity-column-in-sql-server.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-update-identity-column-in-sql-server.html</guid><description>I have SQL Server database and I want to change the identity column because it started
with a big number 10010 and it&amp;#039;s related with another table, now I have 200 records and I want to fix this issue ...</description><pubDate>Sun, 19 Jul 2026 02:43:41 -0400</pubDate></item><item><title>Sort CSV file by multiple columns using the &quot;sort&quot; command</title><link>https://devapps.quickvid.app/sort-csv-file-by-multiple-columns-using-the-sort-command.html</link><guid isPermaLink="true">https://devapps.quickvid.app/sort-csv-file-by-multiple-columns-using-the-sort-command.html</guid><description>I have a CSV-like file, and I would like to sort it by column priority, like &amp;quot;ORDER BY&amp;quot; in SQL. For example, given the following rows,
3;1;2
1;3;2
1;2;3
2;3;1
2;1;3
3;2;1
If &amp;quot;ORDER BY&amp;...</description><pubDate>Sun, 19 Jul 2026 02:28:47 -0400</pubDate></item><item><title>What is &quot;Linting&quot;?</title><link>https://devapps.quickvid.app/what-is-linting.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-is-linting.html</guid><description>PHPLint, JSLint, and I recently came across &amp;quot;you can lint your JS code on the fly&amp;quot; while reading something about some IDE.
So, what is &amp;quot;linting&amp;quot;?...</description><pubDate>Sun, 19 Jul 2026 02:22:11 -0400</pubDate></item><item><title>ORACLE synonym table describe constraints</title><link>https://devapps.quickvid.app/oracle-synonym-table-describe-constraints.html</link><guid isPermaLink="true">https://devapps.quickvid.app/oracle-synonym-table-describe-constraints.html</guid><description>I would like to see the constraints defined in a synonym of a table.
When a type
SQL&amp;gt; DESCRIBE table_name;
It shows me only the number of each column, the not null flag and the size. How ca......</description><pubDate>Sun, 19 Jul 2026 02:15:54 -0400</pubDate></item><item><title>RuntimeError: Unsupported type in conversion to Arrow: VectorUDT</title><link>https://devapps.quickvid.app/runtimeerror-unsupported-type-in-conversion-to-arrow-vectorudt.html</link><guid isPermaLink="true">https://devapps.quickvid.app/runtimeerror-unsupported-type-in-conversion-to-arrow-vectorudt.html</guid><description>I want to convert a big spark data frame to Pandas with more than 1000000 rows. I tried to convert a spark data Frame to Pandas data frame using the following code:
spark.conf.set(&quot;spark.sql.execu......</description><pubDate>Sun, 19 Jul 2026 02:06:12 -0400</pubDate></item><item><title>Is there such a thing as non-utf8 character</title><link>https://devapps.quickvid.app/is-there-such-a-thing-as-non-utf8-character.html</link><guid isPermaLink="true">https://devapps.quickvid.app/is-there-such-a-thing-as-non-utf8-character.html</guid><description>Trying to implement c++ code where we could use a non-utf8 char to be as delimiter inside a std::string.
Is there such a thing as a non-UTF-8 char ?...</description><pubDate>Sun, 19 Jul 2026 01:48:28 -0400</pubDate></item><item><title>How do I get a specific range of numbers from rand()?</title><link>https://devapps.quickvid.app/how-do-i-get-a-specific-range-of-numbers-from-rand.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-do-i-get-a-specific-range-of-numbers-from-rand.html</guid><description>srand(time(null));
printf(&quot;%d&quot;, rand());
Gives a high-range random number (0-32000ish), but I only need about 0-63 or 0-127, though I&amp;#039;m not sure how to go about it. Any help?...</description><pubDate>Sun, 19 Jul 2026 01:28:26 -0400</pubDate></item><item><title>non-numeric argument to &amp;#039;pairs&amp;#039; in R when I tried include location</title><link>https://devapps.quickvid.app/non-numeric-argument-to-039-pairs-039-in-r-when-i-tried-include-locati.html</link><guid isPermaLink="true">https://devapps.quickvid.app/non-numeric-argument-to-039-pairs-039-in-r-when-i-tried-include-locati.html</guid><description>pairs(~bedroom+bathroom+parking+taxes+lotsize+location, data=x,gap=0.4,cex.labels=0.85)
numericx=cbind(bedroom,bathroom,parking,taxes,lotsize)
round(cor(numericxy,use = &amp;quot;complete.obs&amp;quo......</description><pubDate>Sun, 19 Jul 2026 01:27:48 -0400</pubDate></item><item><title>Generating HTML from PL/SQL</title><link>https://devapps.quickvid.app/generating-html-from-pl-sql.html</link><guid isPermaLink="true">https://devapps.quickvid.app/generating-html-from-pl-sql.html</guid><description>CREATE OR replace PROCEDURE Hello_world2
IS
BEGIN HTP.htmlopen; HTP.headopen; HTP.Title (&amp;#039;You knew it was coming...&amp;#039;); HTP.headclose; HTP.comment (&amp;#039;This phrase is in every compu......</description><pubDate>Sun, 19 Jul 2026 01:24:55 -0400</pubDate></item><item><title>\[Errno -101\] NetCDF: HDF error when opening netcdf file</title><link>https://devapps.quickvid.app/errno-101-netcdf-hdf-error-when-opening-netcdf-file.html</link><guid isPermaLink="true">https://devapps.quickvid.app/errno-101-netcdf-hdf-error-when-opening-netcdf-file.html</guid><description>I have this error when opening my netcdf file.
The code was working before.
How do I fix this ? Traceback (most recent call last): File &quot;&quot;, line 1, in ... File &quot;file.py&quot;, line 7......</description><pubDate>Sun, 19 Jul 2026 01:17:05 -0400</pubDate></item><item><title>How can I emulate a mutable string in Python (like StringBuffer in Java or StringBuilder in C#)?</title><link>https://devapps.quickvid.app/how-can-i-emulate-a-mutable-string-in-python-like-stringbuffer-in-java.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-can-i-emulate-a-mutable-string-in-python-like-stringbuffer-in-java.html</guid><description>Since Python&amp;#039;s strings are immutable, it&amp;#039;s inefficient to edit them repeatedly in loops. How can I use a mutable data structure to implement string operations, so as to avoid making lots of temporary ...</description><pubDate>Sun, 19 Jul 2026 01:14:02 -0400</pubDate></item><item><title>How to format a reply as a code snippet when responding to a bitbucket comment via slack?</title><link>https://devapps.quickvid.app/how-to-format-a-reply-as-a-code-snippet-when-responding-to-a-bitbucket.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-format-a-reply-as-a-code-snippet-when-responding-to-a-bitbucket.html</guid><description>I am trying to reply to a comment, on a PR, on bitbucket with a code snippet instead of plain text, from the associated slack channel....</description><pubDate>Sun, 19 Jul 2026 01:11:17 -0400</pubDate></item><item><title>Excel VBA - select multiple columns not in sequential order</title><link>https://devapps.quickvid.app/excel-vba-select-multiple-columns-not-in-sequential-order.html</link><guid isPermaLink="true">https://devapps.quickvid.app/excel-vba-select-multiple-columns-not-in-sequential-order.html</guid><description>I would like to select multiple columns.
Eg. I want to select column a, b, d, e, g, h
I&amp;#039;ve tried:
Columns(&quot;A, B, D, E, G, H&quot;).select
I get error message: Type mismatch....</description><pubDate>Sun, 19 Jul 2026 00:54:41 -0400</pubDate></item><item><title>What does \% and \\ mean in a SQL query?</title><link>https://devapps.quickvid.app/what-does-and-mean-in-a-sql-query.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-does-and-mean-in-a-sql-query.html</guid><description>I know the meaning of % and _ wildcard characters ,but i was stuck in a question which was using the two additional characters \% and \\,i was not able to understand what these characters actually ......</description><pubDate>Sun, 19 Jul 2026 00:54:26 -0400</pubDate></item><item><title>Azure Webjobs vs Azure Functions : How to choose</title><link>https://devapps.quickvid.app/azure-webjobs-vs-azure-functions-how-to-choose.html</link><guid isPermaLink="true">https://devapps.quickvid.app/azure-webjobs-vs-azure-functions-how-to-choose.html</guid><description>I&amp;#039;ve created some Azure Webjobs that use triggers and I&amp;#039;ve just learnt about Azure Functions.
From what I understand Azure Functions seem to overlap with Azure Webjobs features and I have some ...</description><pubDate>Sun, 19 Jul 2026 00:53:22 -0400</pubDate></item><item><title>Webpack4 thread-loader bring little optimization for babel-loader. Is something wrong, or why?</title><link>https://devapps.quickvid.app/webpack4-thread-loader-bring-little-optimization-for-babel-loader-is-s.html</link><guid isPermaLink="true">https://devapps.quickvid.app/webpack4-thread-loader-bring-little-optimization-for-babel-loader-is-s.html</guid><description>As mentioned in Webpack docs and many information that introducing how to improve webpack build speed, thread-loader can obviously improve the build speed of babel-loader.
But when I try it in my p......</description><pubDate>Sun, 19 Jul 2026 00:39:13 -0400</pubDate></item><item><title>ObservableCollection&lt;&gt; vs. List&lt;&gt;</title><link>https://devapps.quickvid.app/observablecollection-vs-list.html</link><guid isPermaLink="true">https://devapps.quickvid.app/observablecollection-vs-list.html</guid><description>I have lots of entities with nested List&amp;lt;&amp;gt; in each.
For example, I have BaseEntity which has List&amp;lt;ColumnEntity&amp;gt;.
ColumnEntity class has List&amp;lt;Info&amp;gt; and so on.
We are working with......</description><pubDate>Sun, 19 Jul 2026 00:24:04 -0400</pubDate></item><item><title>Power BI reduce bubble size on maps</title><link>https://devapps.quickvid.app/power-bi-reduce-bubble-size-on-maps.html</link><guid isPermaLink="true">https://devapps.quickvid.app/power-bi-reduce-bubble-size-on-maps.html</guid><description>I have a list of cities that I&amp;#039;m plotting on a map in Power BI. The client asked if there is anything we can do to reduce the bubble sizes, but I already have them set to 1%. Even cities with only ......</description><pubDate>Sun, 19 Jul 2026 00:00:08 -0400</pubDate></item><item><title>MATLAB console output</title><link>https://devapps.quickvid.app/matlab-console-output.html</link><guid isPermaLink="true">https://devapps.quickvid.app/matlab-console-output.html</guid><description>Say I had a variable called &quot;x&quot; and x=5.
I would like to do:
disp(&amp;#039;x is equal to &amp;#039; + x +&amp;#039;.&amp;#039;);
and have that code print:
x is equal to 5.
This is how I am used to doing things in Java, so their......</description><pubDate>Sat, 18 Jul 2026 23:53:50 -0400</pubDate></item><item><title>Inspecting or Searching field-a for contents of field-b</title><link>https://devapps.quickvid.app/inspecting-or-searching-field-a-for-contents-of-field-b.html</link><guid isPermaLink="true">https://devapps.quickvid.app/inspecting-or-searching-field-a-for-contents-of-field-b.html</guid><description>pic x(100) field-a
and
pic x(100) field-b
Both left-justified &amp;amp; capitalized. Field-b-length is the position of its last non-blank byte.
I need to match to see if field-b (for a length of fi......</description><pubDate>Sat, 18 Jul 2026 23:51:01 -0400</pubDate></item><item><title>Can I create a mobile app wrapper around a web app using React Native, similar to what Cordova does to create mobile apps?</title><link>https://devapps.quickvid.app/can-i-create-a-mobile-app-wrapper-around-a-web-app-using-react-native-.html</link><guid isPermaLink="true">https://devapps.quickvid.app/can-i-create-a-mobile-app-wrapper-around-a-web-app-using-react-native-.html</guid><description>This is a high-level question and I&amp;#039;m looking for directional guidance before I dive deeper.
I have a web app written in react. My next step is to develop a mobile app across iOS/Android, and my ...</description><pubDate>Sat, 18 Jul 2026 23:50:52 -0400</pubDate></item><item><title>What is difference between cacerts and keystore?</title><link>https://devapps.quickvid.app/what-is-difference-between-cacerts-and-keystore.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-is-difference-between-cacerts-and-keystore.html</guid><description>What&amp;#039;s the difference between the two, cacerts and keystore?
If I use the definition found in these links, cacerts and keystore, it seems that they&amp;#039;re a collection of certificates, but in context ......</description><pubDate>Sat, 18 Jul 2026 23:42:02 -0400</pubDate></item><item><title>Add MST To MSI Install via Powershell</title><link>https://devapps.quickvid.app/add-mst-to-msi-install-via-powershell.html</link><guid isPermaLink="true">https://devapps.quickvid.app/add-mst-to-msi-install-via-powershell.html</guid><description>Im trying to install an MSI via Powershell with a Transform but I&amp;#039;m having issues as not the best with Powershell. Any advice is greatly appreciated.
Start-Process -FilePath &amp;quot;$PSScriptRoot\sql......</description><pubDate>Sat, 18 Jul 2026 23:22:29 -0400</pubDate></item><item><title>TS7006: Parameter &amp;#039;event&amp;#039; implicitly has an &amp;#039;any&amp;#039; type</title><link>https://devapps.quickvid.app/ts7006-parameter-039-event-039-implicitly-has-an-039-any-039-type.html</link><guid isPermaLink="true">https://devapps.quickvid.app/ts7006-parameter-039-event-039-implicitly-has-an-039-any-039-type.html</guid><description>In angular,
This is script
&amp;lt;button (click)=&amp;quot;onClick($event)&amp;quot;&amp;gt; Greet &amp;lt;/button&amp;gt; &amp;lt;button (click)=&amp;quot;greeting=&amp;#039;welcome&amp;#039; &amp;quot;&amp;gt; Greet &amp;lt;/button&amp;gt; {{greetin......</description><pubDate>Sat, 18 Jul 2026 23:21:45 -0400</pubDate></item><item><title>How can I align my emoji just next to the heading text?</title><link>https://devapps.quickvid.app/how-can-i-align-my-emoji-just-next-to-the-heading-text.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-can-i-align-my-emoji-just-next-to-the-heading-text.html</guid><description>I want to align my image right next to when the heading ends i.e next to &amp;quot;Sample Text&amp;quot;.
Currently the container which contains heading and emoji is a flexbox.
.container{
display:flex;
....</description><pubDate>Sat, 18 Jul 2026 23:14:04 -0400</pubDate></item><item><title>Truststore and Keystore Definitions</title><link>https://devapps.quickvid.app/truststore-and-keystore-definitions.html</link><guid isPermaLink="true">https://devapps.quickvid.app/truststore-and-keystore-definitions.html</guid><description>What&amp;#039;s the difference between a keystore and a truststore?...</description><pubDate>Sat, 18 Jul 2026 23:10:43 -0400</pubDate></item><item><title>What are the differences between unittest.mock, mock, mocker and pytest-mock?</title><link>https://devapps.quickvid.app/what-are-the-differences-between-unittest-mock-mock-mocker-and-pytest-.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-are-the-differences-between-unittest-mock-mock-mocker-and-pytest-.html</guid><description>I am new to Python development, I am writing test cases using pytest where I need to mock some behavior. Googling best mocking library for pytest, has only confused me. I have seen unittest.mock, m......</description><pubDate>Sat, 18 Jul 2026 23:08:59 -0400</pubDate></item><item><title>Getting a character to be represented by an int 0-25</title><link>https://devapps.quickvid.app/getting-a-character-to-be-represented-by-an-int-0-25.html</link><guid isPermaLink="true">https://devapps.quickvid.app/getting-a-character-to-be-represented-by-an-int-0-25.html</guid><description>I&amp;#039;m working on a cryptography program that implements various traditional methods. For some of them it is best for my message to be represented as numbers 0-25. A is 0, B is 1, etc. This shift ciph......</description><pubDate>Sat, 18 Jul 2026 23:05:05 -0400</pubDate></item><item><title>How Does Spring Batch Step Scope Work</title><link>https://devapps.quickvid.app/how-does-spring-batch-step-scope-work.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-does-spring-batch-step-scope-work.html</guid><description>I have a requirement where I need to process files based on the rest call in which I get the name of the file, I am adding it to the job parameter and using it while creating the beans.
I am crea......</description><pubDate>Sat, 18 Jul 2026 22:57:34 -0400</pubDate></item><item><title>Proper MIME media type for PDF files</title><link>https://devapps.quickvid.app/proper-mime-media-type-for-pdf-files.html</link><guid isPermaLink="true">https://devapps.quickvid.app/proper-mime-media-type-for-pdf-files.html</guid><description>When working with PDFs, I&amp;#039;ve run across the MIME types application/pdf and application/x-pdf among others.
Is there a difference between these two types, and if so what is it? Is one preferred ov......</description><pubDate>Sat, 18 Jul 2026 22:33:58 -0400</pubDate></item><item><title>401 Unauthorized: Access is denied due to invalid credentials</title><link>https://devapps.quickvid.app/401-unauthorized-access-is-denied-due-to-invalid-credentials.html</link><guid isPermaLink="true">https://devapps.quickvid.app/401-unauthorized-access-is-denied-due-to-invalid-credentials.html</guid><description>I am using IIS Express to deploy MVC4 application. This website runs perfectly on same computer. But in Lan it gives me error 401.
&amp;lt;authentication mode=&quot;Forms&quot;&amp;gt; &amp;lt;forms loginUrl=&quot;~/&quot; ...</description><pubDate>Sat, 18 Jul 2026 22:29:08 -0400</pubDate></item><item><title>Where is the global git config data stored?</title><link>https://devapps.quickvid.app/where-is-the-global-git-config-data-stored.html</link><guid isPermaLink="true">https://devapps.quickvid.app/where-is-the-global-git-config-data-stored.html</guid><description>When using git config --global to set things up, to which file will it write?
Example:
git config --global core.editor &quot;blah&quot;
I can&amp;#039;t find it at these places:
C:\Program Files\Git\etc\gitconfig......</description><pubDate>Sat, 18 Jul 2026 22:27:24 -0400</pubDate></item><item><title>What are the special dollar sign shell variables?</title><link>https://devapps.quickvid.app/what-are-the-special-dollar-sign-shell-variables.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-are-the-special-dollar-sign-shell-variables.html</guid><description>In Bash, there appear to be several variables which hold special, consistently-meaning values. For instance,
./myprogram &amp;amp;; echo $!
will return the PID of the process which backgrounded mypro......</description><pubDate>Sat, 18 Jul 2026 22:14:09 -0400</pubDate></item><item><title>What does the &amp;#039;b&amp;#039; character do in front of a string literal?</title><link>https://devapps.quickvid.app/what-does-the-039-b-039-character-do-in-front-of-a-string-literal.html</link><guid isPermaLink="true">https://devapps.quickvid.app/what-does-the-039-b-039-character-do-in-front-of-a-string-literal.html</guid><description>Apparently, the following is the valid syntax:
b&amp;#039;The string&amp;#039;
I would like to know:
What does this b character in front of the string mean?
What are the effects of using it?
What are appropriate ...</description><pubDate>Sat, 18 Jul 2026 22:10:32 -0400</pubDate></item><item><title>How to initialize values for nested struct array in golang</title><link>https://devapps.quickvid.app/how-to-initialize-values-for-nested-struct-array-in-golang.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-initialize-values-for-nested-struct-array-in-golang.html</guid><description>My struct
type Result struct { name string Objects []struct { id int }
}
Initialize values for this
func main() { var r Result; r.name = &quot;Vanaraj&quot;; r.Objects[0].id =......</description><pubDate>Sat, 18 Jul 2026 22:09:42 -0400</pubDate></item><item><title>Sort a single String in Java</title><link>https://devapps.quickvid.app/sort-a-single-string-in-java.html</link><guid isPermaLink="true">https://devapps.quickvid.app/sort-a-single-string-in-java.html</guid><description>Is there a native way to sort a String by its contents in java? E.g.
String s = &quot;edcba&quot; -&amp;gt; &quot;abcde&quot;...</description><pubDate>Sat, 18 Jul 2026 22:05:58 -0400</pubDate></item><item><title>TCP Server sends [ACK] followed by [PSH,ACK]</title><link>https://devapps.quickvid.app/tcp-server-sends-ack-followed-by-psh-ack.html</link><guid isPermaLink="true">https://devapps.quickvid.app/tcp-server-sends-ack-followed-by-psh-ack.html</guid><description>I am working on a high-performance TCP server, and I see the server not processing fast enough on and off when I pump high traffic using a TCP client. Upon close inspection, I see spikes in &amp;quot;d......</description><pubDate>Sat, 18 Jul 2026 22:03:21 -0400</pubDate></item><item><title>How to calculate the number of weeks between 2 date range in excel</title><link>https://devapps.quickvid.app/how-to-calculate-the-number-of-weeks-between-2-date-range-in-excel.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-calculate-the-number-of-weeks-between-2-date-range-in-excel.html</guid><description>I have a question here, I have 3 columns in excel, A1 is being the calendar date; column B1 has the fiscal_quarter_start_date ; and fiscal_quarter_end_date in column C1.
I am trying to find the nu......</description><pubDate>Sat, 18 Jul 2026 22:00:26 -0400</pubDate></item><item><title>htons() function in socket programing</title><link>https://devapps.quickvid.app/htons-function-in-socket-programing.html</link><guid isPermaLink="true">https://devapps.quickvid.app/htons-function-in-socket-programing.html</guid><description>I am new to socket programming and I am trying to understand the operation of htons(). I&amp;#039;ve read a few tutorials on the Internet like this and this one for instance. But I couldn&amp;#039;t understand what......</description><pubDate>Sat, 18 Jul 2026 21:55:13 -0400</pubDate></item><item><title>Colorplot of 2D array matplotlib</title><link>https://devapps.quickvid.app/colorplot-of-2d-array-matplotlib.html</link><guid isPermaLink="true">https://devapps.quickvid.app/colorplot-of-2d-array-matplotlib.html</guid><description>So, I thought this was going to be really simple, but I&amp;#039;ve been having a lot of difficult finding exactly what I&amp;#039;m looking for in a comprehensible example.
Basically I want to make phase plots, so ...</description><pubDate>Sat, 18 Jul 2026 21:49:44 -0400</pubDate></item><item><title>Unable to Set pins high or low on JDY-23 Bluetooth 5.0 BLE Module</title><link>https://devapps.quickvid.app/unable-to-set-pins-high-or-low-on-jdy-23-bluetooth-5-0-ble-module.html</link><guid isPermaLink="true">https://devapps.quickvid.app/unable-to-set-pins-high-or-low-on-jdy-23-bluetooth-5-0-ble-module.html</guid><description>I am trying to use JDY-23 Bluetooth 5.0 BLE Module. I am able to send AT commands from my computer. When I try to use NRF mobile connect app to control output pins on the module I have to use 0xFFE......</description><pubDate>Sat, 18 Jul 2026 21:00:26 -0400</pubDate></item><item><title>Progress bar not working when autoProcessQueue is false</title><link>https://devapps.quickvid.app/progress-bar-not-working-when-autoprocessqueue-is-false.html</link><guid isPermaLink="true">https://devapps.quickvid.app/progress-bar-not-working-when-autoprocessqueue-is-false.html</guid><description>I&amp;#039;m using Dropzone.js to display image on my site.
It is working wonderfully, but there is one problem.
After I realized that Dropzone automatically sends image information without user pressing ......</description><pubDate>Sat, 18 Jul 2026 20:39:51 -0400</pubDate></item><item><title>Tensorflow Allocation Memory: Allocation of 38535168 exceeds 10% of system memory</title><link>https://devapps.quickvid.app/tensorflow-allocation-memory-allocation-of-38535168-exceeds-10-of-syst.html</link><guid isPermaLink="true">https://devapps.quickvid.app/tensorflow-allocation-memory-allocation-of-38535168-exceeds-10-of-syst.html</guid><description>Using ResNet50 pre-trained Weights I am trying to build a classifier. The code base is fully implemented in Keras high-level Tensorflow API. The complete code is posted in the below GitHub Link.
So......</description><pubDate>Sat, 18 Jul 2026 20:07:55 -0400</pubDate></item><item><title>Is it ok to scrape data from Google results? [closed]</title><link>https://devapps.quickvid.app/is-it-ok-to-scrape-data-from-google-results-closed.html</link><guid isPermaLink="true">https://devapps.quickvid.app/is-it-ok-to-scrape-data-from-google-results-closed.html</guid><description>I&amp;#039;d like to fetch results from Google using curl to detect potential duplicate content.
Is there a high risk of being banned by Google?...</description><pubDate>Sat, 18 Jul 2026 19:56:53 -0400</pubDate></item><item><title>Filter Get-ADPrincipalGroupMembership</title><link>https://devapps.quickvid.app/filter-get-adprincipalgroupmembership.html</link><guid isPermaLink="true">https://devapps.quickvid.app/filter-get-adprincipalgroupmembership.html</guid><description>Get-ADPrincipalGroupMembership -Identity $ntaccount1 | select Name | Sort Name
The above command displays the Names of all the AD groups an active directory account is in. I tried to add -Filter t......</description><pubDate>Sat, 18 Jul 2026 19:53:30 -0400</pubDate></item><item><title>Using XSETBV to write to XCR0 creates a general protection fault in a VM on hardware that supports MPX</title><link>https://devapps.quickvid.app/using-xsetbv-to-write-to-xcr0-creates-a-general-protection-fault-in-a-.html</link><guid isPermaLink="true">https://devapps.quickvid.app/using-xsetbv-to-write-to-xcr0-creates-a-general-protection-fault-in-a-.html</guid><description>I am trying to write to Extended Control Register 0 (xcr0) on an x86_64 Debian v7 virtual machine. My approach to doing so is through a kernel module (so CPL=0) with some inline assembly. However, ......</description><pubDate>Sat, 18 Jul 2026 19:46:33 -0400</pubDate></item><item><title>Complex JSON nesting of objects and arrays</title><link>https://devapps.quickvid.app/complex-json-nesting-of-objects-and-arrays.html</link><guid isPermaLink="true">https://devapps.quickvid.app/complex-json-nesting-of-objects-and-arrays.html</guid><description>I am having difficultly with syntax and structure of JSON objects/arrays.
{ &quot;accounting&quot; : [ { &quot;firstName&quot; : &quot;John&quot;, &quot;lastName&quot; : &quot;Doe&quot;, ......</description><pubDate>Sat, 18 Jul 2026 19:38:44 -0400</pubDate></item><item><title>Why do I get error `TypeError: fs.readdir is not a function` in Cypress</title><link>https://devapps.quickvid.app/why-do-i-get-error-typeerror-fs-readdir-is-not-a-function-in-cypress.html</link><guid isPermaLink="true">https://devapps.quickvid.app/why-do-i-get-error-typeerror-fs-readdir-is-not-a-function-in-cypress.html</guid><description>I wrote this code and it works fine that is written in TypeScript. When I use the same code in the test file in cypress I get error TypeError: fs.readdir is not a function
import * as fs from &amp;#039;fs&amp;#039;......</description><pubDate>Sat, 18 Jul 2026 19:32:01 -0400</pubDate></item><item><title>How do I resolve merge conflicts in a Git repository?</title><link>https://devapps.quickvid.app/how-do-i-resolve-merge-conflicts-in-a-git-repository.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-do-i-resolve-merge-conflicts-in-a-git-repository.html</guid><description>I want to resolve merge conflicts in my Git repository.
How can I do that?...</description><pubDate>Sat, 18 Jul 2026 19:27:57 -0400</pubDate></item><item><title>How to view the dependency tree of a given npm module?</title><link>https://devapps.quickvid.app/how-to-view-the-dependency-tree-of-a-given-npm-module.html</link><guid isPermaLink="true">https://devapps.quickvid.app/how-to-view-the-dependency-tree-of-a-given-npm-module.html</guid><description>How can I get the tree of a module available to npm, but not installed locally ?
npm ll does the job for locally installed packages. But it doesn&amp;#039;t work for modules not installed or modules instal......</description><pubDate>Sat, 18 Jul 2026 19:16:48 -0400</pubDate></item><item><title>TypeError [ERR_INVALID_ARG_TYPE]: The &quot;path&quot; argument must be of type string. Received type undefined raised when starting react app</title><link>https://devapps.quickvid.app/typeerror-err-invalid-arg-type-the-path-argument-must-be-of-type-strin.html</link><guid isPermaLink="true">https://devapps.quickvid.app/typeerror-err-invalid-arg-type-the-path-argument-must-be-of-type-strin.html</guid><description>I&amp;#039;m working on a project in React and ran into a problem that has me stumped.
Whenever I run yarn start I get this error: TypeError [ERR_INVALID_ARG_TYPE]: The &quot;path&quot; argument must be of type ...</description><pubDate>Sat, 18 Jul 2026 19:06:10 -0400</pubDate></item><item><title>Downsample array in Python</title><link>https://devapps.quickvid.app/downsample-array-in-python.html</link><guid isPermaLink="true">https://devapps.quickvid.app/downsample-array-in-python.html</guid><description>I have basic 2-D numpy arrays and I&amp;#039;d like to &quot;downsample&quot; them to a more coarse resolution. Is there a simple numpy or scipy module that can easily do this? I should also note that this array is......</description><pubDate>Sat, 18 Jul 2026 19:00:15 -0400</pubDate></item></channel></rss>