October 22, 2024
Chicago 12, Melborne City, USA
javascript

Vercel Auto redirect error after deployment

so i have this application made with next js 14 that i deployed on vercel but i’m facing a problem that i can’t

Read More
pdf

Read numbers under barcode (not barcode stripes itself) in .NET 8

I need help about reading numbers under barcode (not stripes) from PDF file. My idea was to convert page to image and then

Read More
templates

AVEVA System Platform : OCMC Log Error 80040e14 – Create instance fail to save the object one or more related objects may be in use

AVEVA System Platform 2023 – Log Error 80040e14 Create instance fail to save the object one or more related objects may be in

Read More
security

How to Bypass Web Restrictions to Discover Flags in CTF Challenges?

So this is the URL of the website (https://06bbe5b3978ba303a3f4fa5e605b8fe1-infosec-blog.web.cityinthe.cloud/) and I kinda tried everything without external tools but cannot find the flag. There’s

Read More
SQL

Subquery of select * vs Subquery of select fields

Need help in understanding which of the following snowflake SQL is faster and why. provided tablea has 50 columns. Or do You think

Read More
CSS

How can I conditionally render AG Grid sidebar without forcing the sidebar to close?

I am trying to make some customization to an AG Grid component in React. I want to change the appearance of the filter

Read More
C++

ALSA snd_device_name_hint memory leak?

Is it ok that the following code: #include <alsa/asoundlib.h> int main(void) { void **hints; if (snd_device_name_hint(-1, "pcm", &hints) < 0) { return -1;

Read More
jQuery

How to find the following HTML Element

I have a menu with submenu with a structure like this: <ul> <li> <a class="navigation-item">Menu Item 1</a> <a class="submenu-toggle" /> <ul class="submenu"> <li>

Read More
HTML

How do I resize a page to fit an iframe?

So I’m trying to make a website with html/css. There’s sidebars on the website I want to remain universal across pages so I

Read More
Android

Android studio gradle sync library download failed

My Android project suddenly started failing. On one of my projects, I used the following two libraries. tv.danmaku.ijk.media:ijkplayer-java:0.8.8 (https://github.com/bilibili/ijkplayer) jp.wasabeef:glide-transformations:2.0.2 (https://github.com/wasabeef/glide-transformations) Gradle version:

Read More