« first day (63 days earlier)   

Hi, everyone.
01:26
hi
01:42
Hello!
Hallo.
I love it when there's so many people in this lobby and yet...
Dead silence...
It speaks! )
I'm kidding.
So I have a technical assessment tomorrow and you guys recommend stack overflow pages for setting up Splunk and Kubernettes
Oh wow.
01:49
I just want to add to my notes haha
I don't know those words...
Haven't really setup one yet
Hold on lemme ask AI real quick...
it's fine I'm asking grok haha
can't use AI on my assessment so I'm building notes
teachers these days...
01:51
excited we see tools like this exist
Okay, here you go. Courtesy of Microsoft Copilot:
oops no links.
Here it is with the links:
Hey Steven! 👋 If you're prepping for your technical assessment and need help setting up Splunk and Kubernetes, here are some beginner-friendly Stack Overflow pages and guides you can check out:

🐙 Splunk Setup Resources
How to set up Splunk stand-alone environment stackoverflow.com/questions/68328142

Splunk Developer Tutorial (official) dev.splunk.com/enterprise/tutorials/module_getstarted/envsetup

Splunk Installation and Monitoring Guide (GitHub) github.com/anzal2/Splunk-Installation-and-Monitoring
hey y’all ....trying to get more active on here and build up some rep. i’ve done some solid cs coursework and personal projects, mostly in python/c/java, and i’m working on building stuff that’s a bit more applied (ai, automation, etc)

trying to figure out the best way to start contributing here .... is it mostly answering beginner questions? or is there a better way to build rep and learn at the same time?

any advice appreciated
02:27
hey guys
hi all , I want to build a project around MS teams . Do anyone have experience in building extensions for MS teams ?

I need help .. :)
Hi, I want to learn more about cypress
02:44
strings = ["abc", "def", "ghi"]
While strings = ["abc", "def", "ghi"] , how to differ between print(strings[-2][-1] and print(strings[1][2]?
02:58
Friday greetings: I hope to find some explanations about php.serialize
03:20
I tried to create a Vertex AI pipeline, and it worked when I used the default service account. However, once I tried to deploy a mockup using Streamlit, it requested a service account key, so I gave it. This was when the error appeared. The full error message is as follows

Permission 'aiplatform.contexts.update' denied on resource 'xxxxx' (or it may not exist).; Failed to update context (id = xxxx).; Failed to update pipeline and run contexts: project_number=xxxx, job_id=xxx.; Failed to handle the job: {project_number = xxx, job_id = xxx}
03:56
@SryVenky What type of extension you want to create ?
FROM node:22
WORKDIR /app
COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 3000
CMD ["node", "index.js"]
terry@cloudshell:~ project
Error in xfun::isFALSE(anchor_sections) :
The function xfun:isFALSE has been deprecated
re rmarkdown error msg am unable to resolve ...am not computer expert. have tried updating R & R studio ...also rmarkdown
any sugestions
when i press knitr button getting following msg
Error in xfun::isFALSE(anchor_sections) :
The function xfun:isFALSE has been deprecated
04:17
guys anyone tried connecting debezium with the new KRaft kafka and postgres?
04:50
Hi
I'm working on a legacy application using Apache Cocoon where the UI is rendered through XSLT and the backend logic is handled using XSP and Java.
In one part of the application, I have checkboxes rendered using custom XML tags (like csos:emailDataValidationEnabled), and I want to disable them based on Java backend properties, not JavaScript.
<input type="checkbox" name="enableEmail" id="enableEmail">
<csos:emailDataValidationEnabled>
<True>
<xsp:expr>""</xsp:expr> <!-- enabled -->
</True>
<DisabledTrue>
<xsp:expr>"disabled"</xsp:expr> <!-- disabled -->
</DisabledTrue>
<False>
<!-- unchecked -->
</False>
</csos:emailDataValidationEnabled>
</input>
<xsl:template match="csos:emailDataValidationEnabled">
<xsp:logic>
{
boolean editable = MyAppConfig.getInstance().isDataValidationEditable();
if (CsosEmailNotificationConfig.getConfig().isEmailEnabled()) {
if (editable) {
<xsl:apply-templates select="True/node()"/>
} else {
<xsl:apply-templates select="DisabledTrue/node()"/>
}
} else {
<xsl:apply-templates select="False/node()"/>
}
}
</xsp:logic>
</xsl:template>
public class MyAppConfig {
private static MyAppConfig instance = new MyAppConfig();

public static MyAppConfig getInstance() {
return instance;
}

public boolean isDataValidationEditable() {
return SystemProperties.getValueAsBoolean(
"csos.editable.dataValidation", true);
}
}
What I Want:
If csos.editable.dataValidation = false, the checkbox should be rendered with disabled="disabled".

Otherwise, it should be enabled normally.

This must be decided on the server-side (not JavaScript), using XSP + XSL + Java backend logic.
📌 Environment:
Apache Cocoon (2.x)

XSP + Java-based logic

XML + XSLT for view rendering

Java for system property checks
05:02
Give results
Hello Stack Overflow friends! :D

I am currently working on a problem with WinUI. I’m trying to implement a Dark Mode / Light Mode toggle button in the settings, but I’m struggling with:
a) saving the user settings in the application,
b) checking if the user has changed the option, and
c) switching the theme colors without errors (even hardcoding the change doesn’t work).

I tried to reuse the logic for theme switching from WinUIGallery and WinUICommunityGallery, but I haven’t made any progress yet.
@BelovedChris No. You forgot the magic word and seem to congfuse us with an AI prompt.
windows 11
Note. I am now treating code dumps which are only accompanied by anything similar to "give results" or "Solve!" as unexplained, unrequested, reference-free code dumps. I.e. consider them disruptive and an abuse of this chat. In order to avoid that, code needs to be accompanied by some actually related prose.
In relation to that, if you see some prose which (with technical knowledge I do not have) look like slap-on unrelated blather only to avoid said impression on me - please let me know.
05:33
hi
colour trading number prediction VIP hack
TASHAN WIN GAME
@HânPhạm Please use English and be aware that this is not an AI prompt.
Does the Google Maps Dynamic Maps API support plotting multiple orders on the map using geocoded addresses, applying filters to displayed locations, and performing route optimization for delivery paths?
05:55
how to transistion from python to java ??? i am comfortable to solve dsa in python ...
sir my pay pal accuont wiil be not sin in
@Louis Hey, no problem! To make the dark/light mode toggle work smoothly, you’ll want to save the user’s theme choice in localStorage so it sticks around even after they refresh the page. Then, when the app loads or the toggle is clicked, you apply the theme based on that saved preference
can anyone help me with JavaScript
06:17
Anyone Suggest me How to fetch data from HDLC DLSM ?
Actually data is coming to GPRS device and device is in Public Network
First I listen And catch heart beat and try to create connection to get data but not able to fetch.
Kindly suggest
06:41
Either log this exception and handle it, or rethrow it with some contextual information.expain and give the solution
do anyone of you use codeforcees
*codeforces
06:57
Hello all, nice to be here, hope you're OKay:)
hello everyone
@RishikaRoy Chat isn't a consultation desk; please don't attempt t assign tasks to people
If you have a question about the task you've been assigned, that is programming or software development related, please ask that instead. We aren't, however, here to do your work for you that work is your own.
@AlyssonLianneVillasis code dumps are also not helpful. What is the purpose of you posting the code here?
please send the link of my account
You can get that yourself. Click your username.
You'll see a link to both your chat and SO account, @PASUPULETISANKARCOMPUTERSCIE .
07:28
hi is there any users who knows playwright with typescript
@VarshiniVarshini I'm sure there is somewhere.
But what are you really asking? Don't ask to ask, just ask.
I want to create a pipeline that requests a manual approval. My file.yml is the following:
trigger:
branches:
exclude:
- main # esclude main, così la pipeline parte solo sui branch secondari

pr:
branches:
include:
- main # la pipeline si attiva anche su PR verso main

variables:
FILE_NAME: 'infrastructure.txt'

stages:
# === STAGE 1: VALIDATE ===
- stage: validate
displayName: 'Validate Stage'
jobs:
- job: validate
steps:
- script: |
echo "Verifico che esista il file $FILE_NAME..."
if [ ! -f "$FILE_NAME" ]; then
hello could anyone help me solve a problem related to opening GNS3 VM on VMware workstation ?? i tried everything and its always "virtualized intel vt xept is not supported"
test
07:44
@SiwarBelhaj That's possibly better focused on superuser if I am honest.
hi
anyone have cpp code for Fibonacci
anyone here
There are people her,e yes; you can see a list of users who are currently in chat on the right hand side (note that doesn't mean that they are active right now).
08:00
you keep asking me to restrict my API keys yet the platform I use has the software I use has no Website or IP{ address and is neither Android or iOS, how then does it pose any risk and why keep asking me to restrict it ??
hi everyone
#include <iostream>
using namespace std;

// 递归函数计算斐波那契数列的第n项
int fibonacci(int n) {
if (n <= 1)
return n;
else
return fibonacci(n - 1) + fibonacci(n - 2);
}

int main() {
int n;
cout << "请输入要生成的斐波那契数列的项数: ";
cin >> n;

cout << "斐波那契数列前" << n << "项为: ";
for (int i = 0; i < n; i++) {
cout << fibonacci(i) << " ";
}
cout << endl;

return 0;
}
@user31076272 Please take the time to explain solution. Also, please use English for your comments.
As well as ensure that you format the code correctly, as fixed font. Thanks.
thx @user31076272
sorry about the chinese here english one #include <iostream>
using namespace std;

void fibonacci(int n) {
int a = 0, b = 1;

for (int i = 0; i < n; i++) {
cout << a << " ";
int next = a + b;
a = b;
b = next;
}
}

int main() {
int n;
cout << "Enter the number of Fibonacci terms to generate: ";
cin >> n;

if (n < 0) {
cout << "Please enter a non-negative integer." << endl;
return 1;
}

cout << "The first " << n << " terms of the Fibonacci sequence: ";
fibonacci(n);
cout << endl;

return 0;
}
Module '"browser-crypto"' has no exported member 'createDecipheriv'.ts(2305)
08:13
hi
@Anapark YOu say "You", do you actually mean Stack Overflow..?
@Enanglaw An error with no context is unlikely to get you help. Take the time to explain the problem you're having.
@ThomA I think as long as they're not pinging specific people, and not posting the message repeatedly, we can just turn a blind eye on this. (my personal view- not trying to lay down a rule or anything)
1 message moved to friendly bin
@starball We had a short chat about it in the Mod room, there might be the better place; I'm all game for discussing.
Write a Python program which iterates from 1 to 10. For multiples of 2, print “Fizz” instead of the number and for the multiples of 5, print “Buzz”. For numbers which are multiples of both 2 and 5, print “FizzBuzz”.
Sample input: numbers from 1 to 10
Sample output: 1 Fizz 3 Fizz Buzz Fizz 7 Fizz 9 FizzBuzz
Question 2. Write a Python function to calculate the factorial of a number.
08:22
@ApurboReyan Please note that this is a chat that contains human users; it is not StackOverflow.ai. Keep that in mind and communicate accordingly. We don't accept prompts like an LLM.
can someone please solve it
@ApurboReyan Consider using a search engine before asking... You'll find quite a lot of solutions to the FizzBuzz problem on the internet
Same for finding factorials
@ApurboReyan Where, specificially, are you stuck with the problem?
Focus on "Question 1"; What about what you have so far isn't working? Why isn't it working? Or, what about the research you've done didn't you understand?
non-static method toString() cannot be referenced from a static context
08:40
@ApurboReyan that'll be at least 3.50
my instagram accunt deacitavte
@Aviralkumar We can't help you with that; this is Stack Overflow. It has no relationship with Instagram/Meta.
09:13
@ThomA is it bad that I wanted to say "okay I did it now. go check"? :P
Is there a way to use Firebase storage for free? If not, what are the alternatives you guys are using for project development and practice purposes?
import barcode
from barcode.writer import ImageWriter
from tkinter import ttk, messagebox
import tkinter as tk
from sqlite3 import Error
import sqlite3
import cv2
print("OpenCV version:", cv2.__version__)


print("Barcode module is working!")


print("Barcode module is working!")

print("pyzbar is working!")

# ----------------------- DATABASE ------------------------


def create_connection():
try:
conn = sqlite3.connect('retail_store.db')
return conn
except Error as e:
print(e)
return None


def create_tables(conn):
Hey all!
I'm working on a hackathon project where I need to extract true section headings (not form labels/fields) from a wide variety of PDFs, and output them as structured JSON outlines.

Key requirements:

The entire solution—including code, model, and dependencies—must be ≤200MB

No online APIs or cloud calls at any point

Fully offline, Dockerized, and Linux-compatible

Must handle multilingual PDFs (English, Hindi, etc.)

Model can be fine-tuned, but needs to be lightweight (e.g., MiniLM)
:58162173
09:20
@MShoaibAhmad "what is error how can fix it" We don't know what the error is. Ideally, share that with us. I assume you run the code and get an error?
hello everyone
Traceback (most recent call last):
File "c:\Users\IT MANAGER\Pictures\Saved Pictures\retail store", line 1, in <module>
import barcode
ModuleNotFoundError: No module named 'barcode'
PS C:\Users\IT MANAGER\Pictures\Saved Pictures>
this is error
show
@MShoaibAhmad That looks like Python, correct? That suggests you haven't installed the python library barcode.
@starball NOw my brain has got into gear a little (I've been reading Financial Conduct Authority Docuemnts all morning, please send help). No, no it's not. :) Especially when most of the time Ig et that, the account still doesn't work . :)
大家好
09:31
@user31077435 Please use English; Stack Overflow requires content to be in English. If English isn't a language you can communicate in, there are alternative sites available in the community that may be in a language you are more fluent in.
hey, can anyone help in maintaining my stack overflow account, i am new here and i want my profile to look more pleasing to the recruiters, i am a 2026 btech passing out student specializing in cyber security
@AYANFAIZ What would you suggest would make your profile more pleasing to them?
@AYANFAIZ what do you think is appealing? You've not contributed to the site and there's nothing we can do about that
I would, however, start by editing your profile to give some details about yourself and what you do. Also, personally, I dislike ALL CAPS names, it looks like you're SHOUTing.
09:43
Note that people in this contribution situation sometimes decide to go hunt down old questions and add crap answers. This would be a bad idea. You'll get downvoted and eventually banned on the site. If you want your profile to actually mean something, you need to make useful contributions. A blurb on your profile will not mean anything
wut is a 2d array and wut is a 1d array and wut is a 3d array I need to know how to store them in c++
I HAVE A QUESTION. WHERE I CAN DO IT?
@GiadaNateri Please don't SHOUT at us.
As for asking your question, where depends on what it's about.
We can't tell you where would be appropriate if we don't know anything about said question.
10:01
hey i am new in this community
10:19
hi
je suis entrepreneur dans un entréprise de Média et événementiel, ma question etant qu'informaticien, quel sont les fonctions et attributions que je peut donné à mes collaborateur qui s'engagerons avec moi?
ladies
sans oublier que j'ai tout les support web comme: site internet, Youtube, X, wtt
in jspdf how can i add space between key and value in a single row?
@Random_Guy press the space bar
10:23
@Jaison :| :|
this is the code i'm dealing with,

const dateLines = [
{ label: 'Order Date:', value: order_date || 'N/A' },
{ label: 'Payment Status:', value: payment_status || 'N/A' },
{ label: 'Fulfillment Status:', value: fulfillment_status || 'N/A' }
];

dateLines.forEach(line => {
doc.setFont(undefined, 'bold');
doc.text(line.label, labelX, y);
doc.setFont(undefined, 'normal');
doc.text(line.value, valueX, y);
y += 5;
});
@AYANFAIZ Leetcode and Other Coding platforms profiles are enough
@julioSelemani Please use English
for what ?
i mean leetcode is enough for what ?
if anybody wanted answer to this i found it in the documentation,
here you go.

const labelX = 20;
const valueX = 80; // More space between key and value

doc.setFont(undefined, 'bold');
doc.text(line.label, labelX, y);
doc.setFont(undefined, 'normal');
doc.text(line.value, valueX, y);
y += 5;
10:33
My colab notebook gives this error
/tmp/ipython-input-10-782789565.py - import torch -import nodes ModuleNotFoundError: No module named 'nodes'
how can i style the div inside the other div?
Hi Devs, really need your help! I am a Software engineer and we are working on a game selling and purchasing platform, where the devs can upload heir games in .exe, and users can purchase and download from there. Our team is stuck at a point where we:

Want to encrypt or protect a game in a way that:

Only those who purchase the game can install it.

If he shares his exe file with someone, the other person should not be able to install it.

What we already tried?

We tried Enigma Protector but it's causing many issues and couldn't solve our problem!
Hi ~**~
10:55
@Muneeb Piracy is always going to be an issue, @Muneeb , unfortunately. Licence keys are one solution, yes. Competitive pricing is actually another (if your game is affordable then less people are likely to pirate it).
But there are those that will decompile your application, and remove the fact checking parts. The best you can do if attempt to combat those with "good" solutions. If you have online-play then you can likely have processes in place to detect and ban said user as well, but that may not stop them playing locally.
@Random_Guy An answer to what, exactly?
কোড lib/main.dart
@ThomA I'd guess to his own question (which you replied to)
how to earn mony after learing HTML,CSS,J&S,PHP,SQL backend and frontend ?
11:11
hi.... how are you all?
How to find AdMob package name?
@anilkumar Ideally, get a job. Preferably in software development. But you could also mow lawns or work in a fast food joint
amityadavdeo
@anilkumar You need to know atleast is js framework like React or Angular and then you can start applying or do freelancing and There are less number of open roles for PHP so try learning java springboot also
utilisation de fetch en javascript
11:18
Properties validation failed for resource myinstance with message: [#: extraneous key [SecuritygroupIds] is not permitted, #: extraneous key [imageid] is not permitted, #: extraneous key [Keyname] is not permitted]

« first day (63 days earlier)