#💻|programming
1 messages · Page 27 of 1
so?
shoud i leave or somethin
I have a blockage with AngularJS(not Angular). Can be a simple JavaScript problem as well.
Context:
• Data not displaying on staging environment although it works on development environment.
• Codes are updated, even the counts of data are shown properly but the popover function that shows the list of data doesn't show only on staging environment.
**What I've tried: **
• Implemented callback function (didn't work)
• Implemented setTimeout function (didn't work)
Anybody has faced this issue before and how did you solve it?
is this minecraft
your config files are pointing to dev
That can't be it.
basically what I am eluding to is that that particular function is hardcoded to only work with the dev environmet, and so is not pulling the data from the same staging environment
at some point in its path
Who is develoepr?
almost everyone here
Nice
where are you from? beauty!

indeed!
looks like he's flirting
Wher I get nice milkshake from like you have?
I must get back to tv. the servers are dead today
Angular JS is still in the game? 🙄
I thought it was dead long ago.
Hello people
Anyone here, In your country, is it normal to mix your native language with english in your code?
react >
i hate angular
and backend >, because i hate front end
Perfect 😄
in portugal we only code in english
its hard to get a job if you don't even know eng
I never have coded in my native language. Only English.
Nice! Here, in Brazil we usually use english too, but some organization do a mix
it's good!
It wouldn't be a problem, but if the code is being used in a multinational organization, or where there are people from lots of countries, then English is usually the standard now a days.
You're right
Angular is best for big enterprise projects i heard
yes
I think for big project's in generally
why?
not sure if that is normal but it happened quite often , not every engineer around the world would like to learn foreign language like English even if they write code everyday. But I'd try to avoid that cuz I wish I can discuss coding / tech issues with people around the world not limit to people in my native country 

Yes!
I have been write only in english. I want to work to a foreign company. In my country, dollar/euro is very powerful (5x more)
this is essential
I believe language shouldn't be a barrier when working on projects, as long as we maintain consistency. However, when multiple people collaborate on the same project, it's essential to follow a set of rules to keep everything organised.
um easy to maintain and scale? idk man i didnt use it,just heard in several articles
I'm the good old days we could only use { A,B,I,J,<digits>} for variable names. Very internationally readable.
No fancy "words"
I wish I could, but I’ve learned the hard way. When it comes to reviewing old code, without good, descriptive variable names, it’s like trying to read a foreign language! 😅
In the olden days, one could compile the machine code into binary and it would save a symbol file with the names of the variables, so that if you decompiled code, you could read it back almost as if it was the original code. But if you lost it did not have the sym file, then reading first come first created pseudo labels like a000001 -a354324 had to suffice.


Did you write this article?
Hi friends
Too bad few devs use semantic tags
Hi everyone , can I get some capstone ideas from you guys that are related to computer Science, thank you in advance , it would be greatly appreciated
hey
WHAT!!!!!
step 2 says submit a 200 page proposal to your professor. That's only the proposal. Are you trying to set up a Google competitor in the capstone papers?
One essential component of #academicwriting that calls for knowledge and concentration is- the capstone project. We have made attempted to provide you with a thorough understanding of the capstone project in the IT industry through our channel and help you understand - what is a capstone project in college. You must follow the stages when writin...

Hi
What are your interests?
Guys, can you tell me, about Junior QA Engineers salary in your country?
Australia $70000-105000+12% super, or contracted ~$500/ day
Wow, I’m very impressed if it’s true🫣
And I’m moving to Australia🤭
I should give up my dive job and say I'm a junior
And that's impressive for a government job
its possible to get job in Singapore as degree student
ok?
Is there anyone who works remotely for another country?
Can any body tell me is it correct?
#include <stdio.h>
#include <time.h>
// Function to simulate verification
void verify(v) {
printf("Verification successful! You are now verified.\n");
}
int main(v)
{
char input;
printf("Press 'v' to verify: ");
scanf(" %c", &input);
if (input == 'v' || input == 'V') {
verify();
} else {
printf("Verification failed! Please try again.\n");
}
// Get the current time
time_t t = time(NULL);
// Convert it to local time representation
struct tm *localTime = localtime(&t);
// Print the current date and time
printf("Date: %02d-%02d-%04d\n",
localTime->tm_mday,
localTime->tm_mon + 1,
localTime->tm_year + 1900);
printf("Time: %02d:%02d:%02d\n",
localTime->tm_hour,
localTime->tm_min,
localTime->tm_sec);
return 0;
}
nope
#include <stdio.h>
#include <time.h>
// Function to simulate verification
void verify(void) {
printf("Verification successful! You are now verified.\n");
}
int main(void)
{
char input;
printf("Press 'v' to verify: ");
scanf(" %c", &input);
if (input == 'v' || input == 'V') {
verify();
} else {
printf("Verification failed! Please try again.\n");
}
time_t t = time(NULL);
struct tm *localTime = localtime(&t);
printf("Date: %02d-%02d-%04d\n",
localTime->tm_mday,
localTime->tm_mon + 1,
localTime->tm_year + 1900);
printf("Time: %02d:%02d:%02d\n",
localTime->tm_hour,
localTime->tm_min,
localTime->tm_sec);
return 0;
}
Nope
or if you cant see it in GK's code, just remove the v from main(v) and verify(v) ===> main() verify()
oh and add some colour
I always get yelled at for my boring colours
I am learning python


why
Thanks for your response, I finally found the problem yesterday. On the minified version of the code, there were some variable names conflict.
For example, a function:
$scope.a = function(ev){
//in the code here I am passing ev to another pop up window.
}
got minified as:
t.a=function(t){
//now the ev passed to the pop up window is referring to $scope...
}
Since, both $scope and ev minified into t the function keeps returning $scope object instead of the code I want.
Do you know a way to figure this out before pushing it to staging?
Apparently, it is still alive.
Hello!
Is there anyone who can help me?
I'm currently have react-native project with kotlin and I want to customize call screen so incoming calls redirect to my own app - custom screen.
I've already implemented some code and shows no error but not working(app went halt!!!) in ldplayer!
No one told me it's fk difficult
I want to be a master in python, is anyone here doing the same or coding in python. I would like to meet with them.
It's not difficult though, you just have to practice a lot.
Are these salaries for government bodies?
Nothing is difficult if u practice enough
Thanks for ur feedback. Can I ask u a question how to add or change colours?
damn 17k annually
The nsw education is. Xreality is a virtual reality developer. The other is a job agency, so the company is not disclosed but it's likely non-gov
The colors are only in the editor. I was making joke as posting text in discord is white. Actually gk's text is white on my phone, but colored on the laptop. Mystery.

@pure copper what is ur theme
?
I am asking this 84849692982100 times
I had red, but everyone yelled at me in the vc share
Name?
Red?
U are in vs yes?
Give me a few minutes and i will have a look
I'm in dunny, yes
My Codeblocks is:
VS is Kimbie Dark
And my favourite is called 'red'
Do I need to answer the other 84849692982097 calls?
My debugger has returned. It's been lost for 5 weeks now. Just reappeared again
c++ is fun
Have you tried these two themes?
You crazy
I mean
You're Australian so maybe you just like wildfires
therefore red
but... my eyes certainly wouldn't like wildfires...
It's similar to my code...
An AI suggested with my discord preferences, that that code would interest me.
Hm
You asked how to change colors. These were some samples
We're you asking about something specific
Oh ok thanks
No, I like it.
More like finding beauty in pain :'))
Hmm, I understand, the salaries are really interesting.
Hi guys
Hope you guys doing well and anyone is not so get well soon
Any person over here who is interested in python algo actually im learning so i want someone to learn together
really? Is it good compared with the cost of living?
in italy ~24k
How to hide/delete or something device fingerprint?
that hurts my eyes
didn't get it
It's what your eyes look like after looking at it for 20 minutes
Here in Brazil the salary varies between 1500 BRL and 3000 BRL for a junior depending on the company
what do you mean
to me kimbie is the best for your eyes 🙏🏻😭
Some websites collect data user (device fingerprint) so can i hide this?
In browsers like Brave, you have an option to block fingerprinting.
Brave -> Settings -> Brave Shields & Privacy -> Block Fingerprinting
yes but not all browser offers you these features
Yep. Firefox also blocks fingerprinting.
hi
really i´m not intermediate, i´m consider me begginer ahahhaaha
who loves PHP and REACT? to front-end and back-end?
hi , react for the front . java & c++ for the backend
i want programm like a master
Hello, what do you want to learn first? Front-end or Back-end?
any one here learning node js as abackend
iam practise c++ and solve many problems if any one intersted can helping us
can someone share best learning resources for frontend ( Free one )
learn from documentations
Hi friends
I even liked react but vue has caught my attention a lot. php has a lot of freelance market but I can't say that I like it or love it
freecodecamp provides a completely free and certified beginners course, read documentation, do tutorials but don't be dependent on tutorials and frontendmentor who has a series of challenge for front end developers
Is my code is correct bcz when I click on run then again and again only show that
Can any one tell me
first, format your code to be readable and please post your full code here.
Its too long upto 3000+ words and we can't send that much of long msg
W8 I'm sending
u can share it in code sandbox or somewhere else
like this
or codepen
use whatever you like and feel comfortable
Where
scanf(" %c", &input); // Read single character input
I can find two places
Can u correct it
I need whole code
just remove the space before %c in your code
find them all and remove
actually, the whole logic of your code is weird
like, you are using switch statement to check the input but there isn't any scanf command before the switch
so it will show invalid choice by default at first
that's all C code?
well interesting
the switch statement is definitely something I've seen in JavaScript before
but I guess that's just universal, doesn't matter then lol
the switch statement is kinda similar in all languages
yeah true I forgot
haven't done that much of programming when it comes to many langs
only one and stuff
Bro I'm feeling embarrassed
Why? What did you do?
Mmmm i wonder if that's the cause of one of my bugs

Yay , how can I help you bro
not enough sleep() in your code
I have experience with asp.net core.
Really Do u want to know? Why am I feeling embarrassed
You brought it up. I'm sure you really wish to share your experience.
For our listening pleasure.

hey guys, it's good to know that exists a programming channel here!
any typescript/javascript developer online?
I first learned java in 1996 and thought it was easy to pick up, but that was because i knew C. A lot has changed since then, and the are a lot of alternatives to which i know nothing about, so i cannot compare it.
As it has been around since the start of www, it's i believe still the most common vm language around in industry, so there's no shortage of work in the field.
While i am keen on starting something new like rust or ruby or rant, i think i would resurrect Java again concurrently with this just because it's also formed the basis of new stuff (such as js)
@feral glacier yes
Hi
I need bro
How can i halp you?
suggesst me a 3D website builder for my quick project
okay i dont need anymore
Hi
Yo
Yo
what do you mean by 3d webiste builder?
Here!
Hi!!!! I'm currently learning Golang XD
But I'm senior dev in Laravel, VueJS and PHP haha
this is a free javascript course to help you guys :
https://alison.com/course/javascript-application-programming-revised?utm_source=alison_user&utm_medium=affiliates&utm_campaign=41183585
@sour panther u have a C / C++ course to help me with ?
AI course ?
java available?
I asked because I got sick of JavaScript for some reason. I mean it's nice, I like it, but I feel like I want something more challenging than this. So Java it is for me now. Learning java in 2024 for me vs learning it in 1996 for you. Quite a nice difference
I started reading the internet about it. Some random forums and stuff. It's interesting, because people who write it actually show me these advantages that I was completely unaware of before, over these very modern languages like JavaScript or Python. That java is efficient, more stable, and so on, been the standard for decades and will continue to be the standard. It's all interesting because I've seen stuff like mongoDB and nodeJS, JavaScript related libraries, used for back end web dev, but seems like Java is still the good old winner in the backend
Not gonna lie, I like the appeal of it. I heard about the mess it can become, with many legacy codebases and stuff, but overall it appeals to me
Especially the fact that it's so damn versatile, like I can end up doing software, but also doing backend, but also easily learn Kotlin from Java knowledge and do mobile dev
I never even knew before, that Java has so many usecases and all this. I guess you never know everything
I need an assist to fix the issue like this. I made an api into my dashboard website which is connected for my dashboard and phpmyadmin. But when I desire to send the data, it's running successfull and the api has a different value among requests and responses. may you help me to fix the issue?. cause, I have no idea how to complete it
anyway I'm using laravel 11 framework
guys i want to start programing which field and languages do you recommend
i just started learning web development
currently learning HTML and CSS
going to start JS after im done with them
what do you recommend should i continue or leave them for later and start with another lanuage
because i saw a lot of online comments on this topic
some say go with HTML , CSS and JS and some say start with Python
others said start with Java
My Dms are opened if you want to help me
i'm starting with python for data science and data visualization
I would like try with Raspberry Pi, something like a dron or something like that
Some say that python would be the ideal choice for beginners but that depends a lot on the direction you want to go tbh
I've tried python myself and it wasn't that easy 😂
This is a nice easy step by step, with short videos on each bit of the syntax
preference dependent. python was too simple for me, same for javascript, wanted something more sophisticated
went for java
Wow, it means you have good logic. I had diffculties when i tried to learn
i tend to say that people don't try hard enough, rather than they are less intelligent or something. that's often the case, that they just don't try as many times
yup, fair point, maybe I was a bit lazy
basic tutorial
Is that a question, a request, or a statement?
maybe all can be
I'm going to be spending weeks getting my new phone crippled to protect my privacy from Google. In the good old days, i put in my sim in 30 seconds, then made calls or turned my torch on and off.
And it was tiny. Didn't need reinforced kevlar pockets to hold it.
Then yes it is, yes, yep
Well, who could possibly use this old phone???
Maybe Peo.
💃💃🥳

what language do you like?
I mean program language,
C++ is my go to language for the last few months.
I will keep on trying out features i have not used and improve my quality and style
hmm, basic and system language. That is very difficult.
Ammmm. have you finish to learn about MFC or QT?
plz explain more detail. what features?
When you say 'basic' are you referring to an adjective or the programming language?
ofc program lang
Have we spoken about these before?
I have used mfc since 92. I am not looking at qt, but started wk widgets or whatever 2or3 letters start that.
nope. btw, we can discuss either before topic and current topic. about programming I think we will be happy.
Okay, what did you do as an MFC?
Just writing class code rather than functional code. Using constant and tokens and routines to make the coffee more generic and easier to manage such as language support functions rather than hard coding strings into the code.
As examples only
Microsoft foundation classes
?
Or mainstream functional coder
Multistory fenster cleaner
good right.
I mean, your visual achievements. may I see? perhaps It can be fulsome requirements?
All my achievements are in my backup server, here collecting the dust of time as the world passes through the universe
Should you see my typing error???? I pressed enter wrong...
Do i need to?
ops, I wanna see the dust.
you already wanted like that.
very complex papers. what is that?
haha..your dust is very pretty becuase of your finger.
Covered for security reasons
security? dust secrutiy? good reason... haha
Can't believe how many programmers here find my stuff 'pretty' and 'beautiful'.
Well back to my user stories. Got to try and create 100 at least in the next 40 minutes
Cause that's what the users want
And the pm
just joke. not really pretty and beauty, no serious.
'can't read them', cause i write them in 3rd person.
Hello, here I am again being stuck. I have a problem very similar to these, any idea what can be the issue and how can one avoid this? They all mentioned temporary solutions but not accepted answers.
https://stackoverflow.com/questions/53671821/duplicated-variable-name-in-minified-js-file
https://stackoverflow.com/questions/54146536/asp-net-mvc-bundle-minficiation-duplicate-variable-name-conflict
https://stackoverflow.com/questions/68532459/mvc-minification-seems-to-creating-duplicate-variable-names
I had a issue in my recent deployment to prod. It is a .net project.
The issue is I have a line of code in one of my js file:
for(const work in worklist)
{
....
}
After the deployment, this...
I am receiving a JavaScript error due to the ASP.net bundle functionality, the JS code works fine before it gets minified but not after.
The issue Is have a isSelected variable that contains a bo...
@pure copper I think our discussion have blocked because of this spam
Not spam. Moving on
This
these questions should be posted in coding channel.
Help banshee with get minification
I thought this channel can solve my pressure of working through chatting with you. lol
maybe not? @pure copper
PM wants your soul
Maybe you are not told this
Not explicitly
But deep down they want your soul
you mean to say all those extra hours, unpaid, where for nothing?
Maybe split your JS in different files. Do you have just one file where you are marinating the code?
Hi friends
hi
Anyone developed a web server based on c and a db based on mongodb. Tag me if there is someone
based on c and a?
i dont understand
And a database based on mongo
Does that mean the database is on another server?
Yeah it is the c server will handle the requests and responses and if there is any need to a database it will connect to the mongod server
Thanks but I already configured those stuff, i created a code but still needs some debugging
so what help do you need here
Hello 👋 friends
Hallowed
No my issue is i don't know how to implement the concept of cookie to my server and there is some seg faults errors
does anyone have a portfolio website?
come to dm
anyone here is a backend developer?
Hi @hazy escarp
I am a backend developer.
what can I help you?
yeah
not every one im fullstack
he meant "is there anyone here who is a backend developer"
o ok lol
Hi
<@&852814479569059840>
HI chat! , I am competitive programmer and now a days i am working for the robocup.
how can i help you
Following a period of boredom after reaching the 95% complete mark on Space Wars, I am now moving on to writing the specifications for my latest learning endeavour. I think it will be called something like 'Global Domination'. Hopefully that's not a real existing name (let me know if you have heard of such). Again this will be about trying to improve the guts of a program, and not about fancy graphics, but it may attempt to work on components of a P2P network. Yes, that sounds like a tough ask to build and test across the internet straight up, so maybe I will design this with an 'Application Instance' class that can simulate the functioning, and then run instances on my own machine and switch between them to drive multiple users in a simulation. Then implement a sockets comms between LAN machines and then extend to the internet. Anyone interested in chatting ideas?

C++ again, but don't let that detract you from participating
its a weird night in programming vc. Only lost randos dropping in and out
Hello! I trying to find someone to practice my english by doing any project!
Me too
I would like to participate in any project
Me too
And improve my speaking 🫣
Where are you from?
Venezuela
Nice
I have a project

yes

hello, is anyone working in SAP industry here?
i need problems to solve
This @trail aspen
too much network stuff
The network is primarily interprocess communication. How it moves is not important for this project
Which technology do you use ?
Can you explain your idea?
Ohh I work in a project with laravel as backend 🫣
In a vc, but i can't type here
I have experience in web development
i love Laravel
Laravel number 1
PHP number 1
hi
I was on react, little by little I was studying vuejs
halo
Hi, I am a software engineer.
I can support you.
We should do a project 🫢
Me!
SAP ABAP to be accurate
Can someone do a mock interview for me in 2 hours from now?
Yes, I'm changing little by little
One day I intend to go to Java but just for learning and concepts
You've probably decided to do the interview minutes before your real one was due, just like most people do with assignments. If you want i can interview you between now and the next 2 hours if you still want practice.
Here is the Link for a gig, If anyone need, ask me.
Hi friends
Hi
whats up
Hi guys:) Im software enginner using Linux:)
Hey Yuki nice to meet you
Hello, anyone here worked with vanila js, i have sm questions
Hi people
What’s that ?
I find that improbable
anybody who has experience on kubernetes ingress setting?!
hello guys. I am a junior student in first year University in Computer Science major. I also have Information Technology class to attend. I have a question. I wanna know how to study It subject. There are many slides that was given out to us by our tr in It class. Even though I know how to self-study Computer Science, I don't know how to do that for IT major. I should just read slides or maybe find something related to these concepts online and try to understand them? and should I also take notes out of it? If there's anyone who would like to suggest me for these things, I would really be grateful and appreciate for that.
Hi I'm looking for software engineer ( mobile )
Hi, I'm a frontend guy
Yeah u should take notes and know the general concepts of IT and then practice what you learn
I know what exactly you want ,To be honest ,you should know what is the function that you learn ,It is not just a typical rule, all these message you learning is to solve a series of problem.
Henno
@shy glade hello
Hello
Hello guys I am interested in programming. I hope I would learn something from here
If anyone is working kindly DM me
Working on what?
I am talking about if someone is working in any MNCs
Sorry to disappoint, I'm only Government.
Well I guess any individual could only be in one location at any one time, so the advantages of multinational are limited
Hello @tropic imp
@peo is right 👍
@pure copper is right
@pure copper where u from? Japan? I travel in Japan in 1 of September. Japan is nice
I use Arch btw
Digital radio and phone integration project
AUS, no, great, yes
Close to finishing it?
It's a project i have walked away from 3 times already and the fourth attempt is not any better. THis time i only sit back and provide info if explicitly asked to. Bunch of chickens with no heads running around.
🐔
Damn
Well whatever works for you
is anybody here, who works with Ontap and NetApp?
Hello everyone, I'm a Coder and I'm thinking about transitioning to a Product Owner role. Do you think it's feasible?
Depends on your current situation. I guess you had better think twice before making such a move
Thank you
I'm considering
What do you mean by product owner?
It's been a highly political project with competing groups with one group trying to claim ownership because of their role in the business, but ignoring the majority of users that fall into other groups.
No rights to access
I love bacon
Me too with pan cake jk. Anyway, what do you mean? Hahaha
You say you are a bacon'd guy
Hello guys, anyone who is a native speaker here??? Or anyone who knows the best server where I can meet the native friends? I think my English level can be the native level but just wanna confirm it. What do you think friends? Looking forward to hearing from you soon!
There are natives here

Who? Except for you,
hello hello everyone
I'm here again
glad to see that's all
i have a question
how to check the wifi module is working well in PC?
my laptop cannot find Wifi
depends on which OS are u using
windows
Lol, no, I don't mean that. I know you are native speaker. But you said there are natives though there is only one, you. And I know you will never be my friend.
you know I think the problem is in the wifi module
but I don't know exactly
and wanna check that
on windows ive no ideia what it can be, but if a can recall, it works with adapters, check if it is installed, and if have any problems with it
its on "Device Manager" if im not mistaken
ou do you use Linux?
yep
Here: https://www.youtube.com/watch?v=2h-By5s46w4 i think this video is pretty much
adapter is working good. i have a new adapter installed.
it seems i need to change wifi module...
ohh it's hard for me
i don't know anything about Linux and how to use that
ok thank you
i see, well if is on module, bad news, in most laptops it is soldered on motherboard, to change gonna take some money. Good luck
ohh I have watched that
if u want, windows now have WSL, u can try on it, or use a Virtual Machine to install one
I recommend mint to start is pretty easy to get
I am a native speaker of the language spoken in my country :D
And related with this brand
What program do you recommend using? I'm noob
For what?
Web development?
I think the best is react js
YouTube, books, VSCode
hi there
chatgpt =))
hellllooo:> anybody know how to shortcut this program😭 it's c++
int a=8, b=9, c=10, d=11, e=12 void setup () { pinMode (a, OUTPUT); pinMode (b, OUTPUT); pinMode (c, OUTPUT); pinMode (d, OUTPUT); pinMode (e, OUTPUT); } void loop() { digitalWrite (a, LOW); digitalWrite (b, LOW); digitalWrite (c, LOW); digitalWrite (d, LOW); digitalWrite (e, LOW); delay(500); ...
Guys, who is a data scientist here or has some experiences in there sphere? Give me tips, how can i become a highly demanded specialist?
What do i need to learn? As i know, python, sql
what is the signal?
I mean these LED showing something? right?
and this is proteus?
and this is atmega?
I cannot see exactly due to quality of video
hey @pure copper do you know ?
haha, this can be solve using chatGPT
That code doesn't work XD
Better learn it, than leave it to AI
yes:>
i wanna know a basic shortcut for this program😭
What are programming?
arduino LED project
im a 10th grader student, so we're still at the basics:> we js doing light blinking rn
What's it about?
Well what's the problem?
https://youtu.be/VvhbkBaFu1k?si=8L6glIEqFYI712Ag would this work?
🤩 FREE Arduino Crash Course 👇👇
https://bit.ly/get_Arduino_skills
Want to learn more? Check out our courses!
https://bit.ly/388wS6I
Get the transcript, challenges for this lesson on our website
https://bit.ly/3LRy6lJ
We designed this circuit board for beginners!
Kit-On-A-Shield: https://amzn.to/3lfWClU
**Outline:
00:00 Int...
Sorry about that
Lag
trust me, ive actually tried Ai😭 it doesnt really do it
How much is your c++ knowledge?
surface level😭
Well that's understandable
A tutorial for connecting an LED to an Arduino board and writing code to make it blink. Lean more about coding the Arduino: https://youtu.be/ZOllXMxLRqc
You can find the diagram and code at our website:
https://curiores.com/blinkingled
The code is also available on GitHub:
https://github.com/curiores/ArduinoTutorials/blob/main/ledblink/ledblin...
Would this work?
no, sorry😭
i already have the codee
Okey have you try anything else?
What is it that you are missing
its this, i just dont know whats the better shortcut. cause it's honestly way too long and time consuming
i dont even know if there is atp
Have you tried shortening the code?
i dont know how to, thats the problem
Is it c++
You're using right?
these are keyboard shortcut commands
yes:>
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
Another way to shorten code is to define macros. A macro means that certain strings in the code will be changed before the compilation. In C++, macros are defined using the #define keyword. This can be use in competitive programming for faster coding
You need to put the writes in two nested loops, then out the 500 delays in the out loop and the 100 delays in the inner loop .
After looking for a free more seconds the are some patterns hidden in there, but i can't quiet see all of them. Also not sure if they are copy paste errors.
This will generate the sequence f numbers you need to output:
int main()
{
int x;
int i;
int j;
int HowManyTime = 6;
for (x = 0; x < HowManyTime; x++) {
//digitalwrite(a,
for (i = 1; i < 32; i = (i * 2) ) {
for (j = 0; j < 3; j++) {
std::cout << 15 << " ";
}
std::cout << i - 1 << " ";
std::cout << 15 << " ";
}
}
}
You will need to add the delays and throw in the digital write statement
15 15 15 0 15 15 15 15 1 15 15 15 15 3 15 15 15 15 7 15 15 15 15 15 15 15 15 15 0 15 15 15 15 1 15 15 15 15 3 15 15 15 15 7 15 15 15 15 15 15 15 15 15 0 15 15 15 15 1 15 15 15 15 3 15 15 15 15 7 15 15 15 15 15 15 15 15 15 0 15 15 15 15 1 15 15 15 15 3 15 15 15 15 7 15 15 15 15 15 15 15 15 15 0 15 15 15 15 1 15 15 15 15 3 15 15 15 15 7 15 15 15 15 15 15 15 15 15 0 15 15 15 15 1 15 15 15 15 3 15 15 15 15 7 15 15 15 15 15 15
Thanks for the puzzle. My spongyform brain has solidified a little more for the better

y?
halo guys
i made a server for programmers n we mostly r 16 years old
so gonna be nice of u joined us n advise us plsss
link is in my bio
Today's event is an example of what a true cyber security person needs to be able to uncover.
thank you, peo! im confused since urs is a bit complicated but i figured things out yesterday.
It was your multi flash. I could not figure out why you used 8,9,10,11,12
3 full, value, 1 full; repeat
And value is bits of 0 1 3 7 15 which are 1 less than 2^n
our proff said to choose whatever pins so i used those😭
Perhaps what ever pins work.
Hopefully you reduced the code down to a lot less lines
To become a highly demanded data scientist, focus on mastering Python, SQL, statistics, and ML and gaining experience with real-world projects to showcase your skills...
Hi friends
hi
👋🏼 allow me to test the code styling and markdown
int main()
{
int x;
int i;
int j;
int HowManyTime = 6;
// this is comment ...
}
def myfunc(arg1, arg2):
raise NotImplemented()
yeah ok , glad to know this discord server supports markdown,
to print the code in prettier way , you can wrap the code in the ``` block like following :
```c
// whatever code inside
```
Hello
Hello, guys.
Who is learning ML?
Now I am learning ML with Andrew Ng.
Guys is there someone who learned programming from
Bro Code
I have seen this style, but can never remember any quoting when i need it.
I'll just take a snapshot and post it, so it's very colorful and pretty. (Cut paste will have to go)
i recently learn react from him
I'm Learning react and next.js and also learning ML, too with Harry. I recommend you watch it;.. it's a good series with 23 videos, but it's in Hindi. :((
Nahh, it's a hard accent 😥
And I am working with Andrew Ng those days on Coursera
I took a course in coursera but it was teóric
Now I’m focus on web
And learn English 🫣
Its general markdown... you can write it several ways... with backticks which is the tilda key on your keyboard.
- start with a single backtick and write the code, end with single backtick
typescript or rust this is under single backtick(useful for single line code) - second way, start with 3 backticks and name your programming language name... it will pick up the syntax highlights.. end with 3 backticks (useful for script excerpt or multi line)
// It is python code
name = "samurai"
print(f"{name}")
You are always welcome to codesnap it from any IDE's like CODE, INTELLIJ or even vim/neovim
I got some color in it by saying python, but c or c++ gives me boring white.

Hi, friends.
Hi, @true sapphire .
Are you learning Web now?

Nice, go ahead. 😃
you have to type the name of the programming language correctly... 🙂 for c it must be 'cpptools' i believe,, Have a look at the list and code blocks..
https://github.com/microsoft/vscode/issues/36069
Yes, ofc, i failed to remember c++ was short for cpptools. Thank you

(it appears to be a bug with a few languages presently)
is coursera free???
You are welcome. It is not a bug perhaps. MD or markdown files like git readme has very basic and limited set of functionality. Which is why I see people uses MDX for greater access which is some kinda enhanced credibility.
Hey I need help on my discord server because I am testing a bot that I made
Hey bro tell me about programming
Finally, someone answered me. Thank you for your attention
What would you like to know
🛠️ Question 4:
What will be the output of the following code in strict mode?
"use strict";
let obj = {
x: 1,
getX() {
return this.x;
}
};
let getX = obj.getX;
console.log(getX());
Answer choices:
🅰️: 1 🅱️: undefined 🅾️: Error 🔄: TypeError
Oh and while you are here, why not ask the question so you don't have to wait another 8 hours for someone to answer.
💃
some say it's **undefined **
n some says it's TypeError
@pure copper
pls help brooo
I'm only guessing but i word say typeerror
hmm idk chatgpt say it's undefined
I things strict in js means you need to define the getX in the main
maybe!!!:((
@pure copper btw bro we r group almost 16y.o could u come n be with us!
And perhaps it's undefined if the getX in the class is not defined also.
getX is defined
I'm scared you are all hackers, out to get me with that link
lol, noo
Are there not online simulators to try the code
n here in discord
Is the server on disbord
I will hunt you down tomorrow when I'm on laptop, then
alr , u know ofc how to come
right?
no not all js
different feilds
But you are a bot and the server is not on disboard.org
hey, it will def throw you an error
typeerror
in strict mode, if a function is called without a context (i.e., not as a method of an object), this will be undefined. without strict mode, this would default to the global object (window in browsers).
@queen urchin
i tyyyy bro ,i got it
You can send a email explaining that you don’t have money, I did it and I could take some courses
Wow!that's a great opportunity
Happy for u
print('Hello Human')
console.log(“hi”);
I hate this C. wtf is * & I can't understand help pls pls pls!!!
for example why do I have to * and &?
but here I don't need that. what is the difference?
In the first example you are returning a value from a procedure (void return) using the parameter. In the second you are returning the value as a function.
The first method can be used to return more than just one value from the call. The second only allows a single value to be returned. The second however can be used inline in an equation, hence operates like a mathematical function.
The first method passes the memory address of the variable in the parameter list, and modifies the contents at the memory location, but the memory location address itself remains constant in the call. @vocal abyss
You can also use both methods together if you wish. Some changed in the parameter list and a return value. An example of use might be to use the return value to indicate success or failure of the call to the procedure, and the parameters are the things you need modified.
I have asked ai, and the function of a pointer is to allocate memory so that we can achieve better application performance.
Here is an example program you created. Try measuring the execution time of the functions:
#include <iostream>
#include <string>
#include <chrono> // For measuring time
using namespace std;
void change_value(string *a, string b) {
*a = b;
}
string change_value_copy(string a, string b) {
a = b;
return a;
}
int main() {
string name = "Pizza";
// Measure time for the function with a pointer
auto start = chrono::high_resolution_clock::now();
change_value(&name, "David");
auto end = chrono::high_resolution_clock::now();
chrono::duration<double> duration_pointer = end - start;
cout << "Time with pointer: " << duration_pointer.count() << " seconds\n";
cout << "Value of variable: " << name << "\n";
cout << "Memory address of variable: " << &name << "\n";
// Measure time for the function without a pointer
start = chrono::high_resolution_clock::now();
name = change_value_copy(name, "David1");
end = chrono::high_resolution_clock::now();
chrono::duration<double> duration_copy = end - start;
cout << "Time without pointer: " << duration_copy.count() << " seconds\n";
cout << "Value of variable: " << name << "\n";
cout << "Memory address of variable: " << &name << "\n";
return 0;
}
Using pointers, we pass the address of a (defined with &) to directly change the value of a at the memory address pointed to by a (defined with *a). To change it, we must use the explicit syntax (*a = b).
For more explicit syntax explanations, you can refer to this https://techvidvan.com/tutorials/pointers-in-c-language/
Thus, the function using a pointer is faster than the one using pass-by-value.
Pass by value is also a method of protecting the data sent to a procedure, so that one knows it will not be changed by the procedure call. Its not just about performance.
Also in this example, using a high res clock really doesn't make any difference, if you have not run this as a stand alone application on a piece of hardware. Your CPU is being shared with multiple processes all being controlled by your operating systems, and you cannot prove that no page swapping or disk accesses were involved during the run of this example, these being relatively long operations compared to a set of basic register move instructions.
Nothing personal but Free Real Intelligence. 🏴☠️

@pure copper Hey my Asian friend can you suggest for me a book to learn C as fast as it's possible
I haven't seen a book for decades. Are you sure something online wouldn't suffice
how about a ytube of 74 lessons of about 6 - 8 minutes each. I think its pretty good. watched it twice. Its c++ though, but basically the same
I'm trying to learn with chat gpt but I started with very difficult thing's . I have to start with very bottom
this
of interest?
can you program in any other language yet?
C++ and C it's the same things?
I learned Python at school
there are extensions to c in c++ such as classes, but that really is the way to work these days, anyways, so worth learning while you are at it.
Watch the first 20-30 lessons and you have pretty much learned C.
ok what is this channel?
and btw where I can get problems to solve in C?
very simple one statement a lesson type instruction. Run through this and then grab a book. I have found that I have still had to look up some things that are not covered, even while doing simple programming for myself, but there is still a good introduction to the syntax and concepts
I found that by setting yourself a programming task and working to build that, you will need to exercise your mind and pull in all of the things you are learning. Think of a simple game, and solve that using the language. Try tic tac toe as a simple starter. Lay it out using characters on the screen and use this wil give you some loops and conditional statments and comarisons etc
@vocal abyss
As you learn the syntax of C/C++, try out some simple programs that are different to those shown in the video. This will help reinforce your understanding
Be cautious about using AI. It inadvertently introduces a lot of complex programming that is not part of the simple example it is trying to educate you on, and consequently confuses the reader.
casting pointers... Really Easy
See if this helps you.
Ping me if you ever want to talk about it in the programming VC
It is until it isn't. 
(void *)&ptr;
bro I literally beginn to learn C yesterday tf is that
I already bothered you enough my friend ,I'm sorry
No problem at all. Happy to help if i can
From time to time I try to study Java
Hello guys 👋🏽
Hi
All good and you
good to know, me too!

This discord is a good place to learn by talking to native speakers but idk it is hard to get into a conversation in #🫂|beginner-chat
thank uuu @inland marlin 🥰
@inland marlin @brittle solstice of you are both into computers then hang out in the https://discord.com/channels/801609515391778826/1188158256221261854 vc. It doesn't take long for other computer people to join when someone is in there.
add this before printing c[h] = '\0'

send the code here
as a file or a message
I sended it in your dm
@vocal abyss my bad , after the loop ends h will be ==0 , so do it before the loop
thx
why do I must write '3' 2 times?
never mind it's because of \n in the scanf
Caesar's cipher is here
It is better that you cut and paste the lines of code into a post, rather than a picture. That way people here can paste it into their IDE and run it if necessary. Otherwise they need to type it all in.
if it’s necessary there’s a lot of programs which can read texts in the photo, and on top of that DC doesn’t allow me to send codes. idk why
can you not paste it into the textbox and press send?
yep it works. now how I can make a program or a website which use these codes?
Have you run this in your editor?
yes It works smoothly isn't it?
So that is the program.
I mean program with icon and design like DC
You have not declared h
sorry, I meant you have not decalred c
appropriately
h needs to be a constant in the declaration of c
can I manage without that? but it works clear
You have it working in your compiled program? @vocal abyss
yep
i
I am glad then. I need to make some changes in my compiler, so if it is working for you all is good.
Ok thx
Are you going to do another problem?
I have asked for problems chat gpt actually I tying to solve Find GCD of Two Numbers
I hate random mathematical problems.
I think the problem is generally understanding mathematics rather than coding... But thats just me
I just trying to do things which I can do in Python, mostly I want to learn cyber security theme
Then ceasar was a good trial

Tyr and make a program that simulates a login.
I have no clue how does linux even look like
Ask to input a user name, then ask for a password. Do not print the password as it is typed by the user.
Check that it works by printing the user and password. Compare the password with a list of users and passwords held in the program.
c++ or c#, i’ve been doing python for just over 2 years and intend on moving over to game development (making a project as part of my course)
i know the basic differences but it depends on past experience
how big of a game
i don’t have any spec or guidelines for the project other than word for word “complex video game (e.g including computer ai)”
It's so hard 
i have until around march 2026 to make it from the ground up
a fair bit of that being the theory/written work + learning the language
Plan out the steps you need to perform. Just simple plain language steps. Then start writing the code
Print a prompt, read a user name, print a password prompt, turn off the echo of characters and read the password. Cycle through an array of users and find the username, then compare the password stored for the user with the password typed in. If the same, them tell user welcome otherwise te;ll them its bad and ask again.
or any of these
Sounds like a uni assignment
Monkey X
not even

it’s a college level assignment but college ≠ uni
Its sounding like a lot of engine learning there.
fun fun fun
a levels are basically the bridge between school and uni
I got it but where I supposed to find txt file with a lot of user names and passwords, and check this txt with C? Is that even possible?
i will prolly do unreal
forget the text file. Just hard code some user names and passwords in an array(s)
You make up some test names for your program.
Dont accept names that are not valid either
So thats like a year 11/12 school ?
uhhh
compare it to AP courses but more in depth
split into the AS year and A2 year
years 12/13
they’re a charity
there’s multiple exam boards that provide different courses
Guys I know what the code do but when I try to do a project I can't
Any tips?
the exam board for my maths course is a fully private company though
You are not in UK I assume?
i am in england
Do you mean, you have some code, but can't write it? What do you mean by "I ccan't do a project"?
ok
here master 
Plan out your program, using plain (English) Get the overall functionality defined. What needs to be output, What is the available input. What needs to be stored away for another time. What needs to be build to transform the Input to the output.
@pure copper
For your second day of coding, You should start applying for jobs. That was very fast
I don't think so 😂 but thx for praising me I appreciate it
Did you say youve been doing python for a year or so?
6-7 months I don't remember exactly
Whta is that?
Its a website that provides challenging little exercises, that you need to solve. It will test the code you write and rank how good it is against other people who have solved the problem
I see. But who will check my programs?
The website provides test data into the code you type in , and checks that it works. If an expected answer does not happen, then you have made an error.
It tells you what it put in and what it expected, and what you produced.
Ok thx for suggesting this app. I really appreciate it
Thx
yeah
nice, do you have any helpful resources
The little go book https://www.openmymind.net/The-Little-Go-Book/
@shy glade @inland marlin thanks a lot
i want to learn the basics first then i’ll be moving over to unreal development
If you know a language, then this will get you through c++ quickly
https://www.youtube.com/playlist?list=PLAE85DE8440AA6B83
2 hours of working
It was a reply to a dleeted message. What was the original message
I need help! How can | start create my own 3d game in C? there's so few resources and they told me better do that in c++ but I want to do that in C!!!
sorry for late response, but thank you
Hey, I found this link when you asked the questioon. It has a number of C books and links to the online texts of these books, so its not too bad. I had a browse through some of them and they are a 'source' of knowledge. Happy reading

As you wrote programs in minutes, I think these will be fast to read for you also.
💃
i now have over a terrabyte of unreal engine assets. god save me
You code so fast

hit me up if and when you have something to ask or discuss.
im working on unsupervised learning i didnt understand unsupervised learning so can you help me in this
that seems to be a concept from ML?
yap
I think most learning by oneself is still supervised by proxy. When you read a text book or a wiki, there is structure in the writing put the by the author that typically guides from easy to hard, provided you start at the beginning and move towards the end of such texts.
Picking up some written coffee and trying to understand it by searching for the syntax on each line would be closer to unsupervised. Completely random stuff, needing to be learned as you come across it.
I cannot say i have read that part yet,
But unsupervised computers learning is a completely different ball game
yeah but that would still require the compiler the ability to read the syntax right?
once you reach a certain point you gotta wing it
yeah that why i had done the supervised but im stuck in unsupervised
Supervised programmers learning to teach supervised computers to learn unsupervised.
could be
The output is memory and ability to pull memory and construct things from it based on random input requests.
When i was six, i bought a pound of random nails, and hammered them into wood laying around the yard. I learned that some nails work better than others when hit into some types of wood. Later when i had those pieces of wood, i would use the nails that worked best in previous attempts.
A +b : use method x
@tiny jewel No I don't program with Python. I could probably understand it though
Hi friends
sup
What is sup?
wdym.... How are u..
👁️
hello, everybody how are you? Can you help me with html css and javascript coding?
Sure..
Thanks, for how I shall communicate with you to learn coding.
Hi all! how its going? Im dev if any has a project I like to help.. so md me
So good and you?
I'm a backend developer, maybe I can help you
hey i can help you too
heya
you are awful at pretending 😭
I believe there are emulators you can use
Pls help 😭
Ai is taking my job
😔
How do I defeat Ai and become a superhero in coding, guys 😔
I want to save the lives of others as well as my own in programing😔
You cannot defeat AI, just be kind with the AI in case something bad happens 
Oh, I understand
u can use virtual machine or search about dual boot
What's up doc?
🐰
Use pnpm much faster and efficient
K
I think we should learn how to use AI in effectively
😂😂
Okay i will be his friend
anyone who learning spring + java 
Tonight I am learning Rust... Interesting but I don't think its going to be my favourite
yeah rust is sick , have a good time learning it
Hello I am a new student in a programing's university and I want to ask you how to began learning the cybersecurity and programing the application and making the websites
Hey,
If you are a really beginner (I mean zero in IT field)
First of all You should to learn about computer science in general
There a course called cs50 from Harvard university
It is a free course
And it is a great course
Then you should to learn about networking
There is a course called network+ from the CompTIA company
It is a good after this take a security+
Then you more than welcome to cyber security
hi
hi
nice info
hello everyone. Who can explain to me how Humanitarian, HOW people have created programs, computer languages etc.
How of 0 and 1 it's possible?

i think it's not human achievement.
hey guys i learned JavaSE (Java Core). and looking for a path for java. what you doing at the moment
hi
Is there anyone between the ages of 13-15?
C++ is the best programming language
no
No, it's the best 🥱
no
no. Cobol is the best
thats a weird way to spell yes
Fortran is the best
Snobol is the best
Be level 5
It's written in Cobol
i'm working on a small project that i was excited to put together, it's a website to learn languages with other people (i know there are already many but i was excited to create one)
planned to make it open source, so if anyone wants to contribute i would love it

What will it do?
The idea is great. However, I think, it would required a fairly big infrastructure to handle requests. Could you share more details?
a peer to peer network could alleviate that
How about talking about your project here @fast depot , rather than me emailing you about it.


good idea
you'll be able to chat with an AI, join voice rooms, and hang out in chat rooms too. there’s also gonna be a section for books, magazines, and other stuff from different countries, so you can explore a bit of everything 
i’ve already set up the chat rooms, so you can talk with others one-on-one or in groups



Send me ur github
whats its link
Hi there!
i'm front-end developer, using the ecosystem of react someone working with those stacks?
I'm a programmer
im currently working on react with Redux...
oh, you working as a software engineer or just studying about?
studying..
learnt how to use boolean and if's in java :D I was about to send the code here but it won't let me :c
import java.util.Scanner;
public class wewe {
public static void main(String[] args) {
Scanner number = new Scanner(System.in);
String num1;
boolean lol;
System.out.println("is cheese good? ");
num1 = number.next();
lol = (num1.equals("yes")); if(lol){ System.out.println("agreed"); }else{ System.out.println("too bad we only listen to people who's opinion don't SUCK");} }}
welp that's a way to bypass it
it just looks odd xD
Very nice use of Boolean
You probably could just write
if (num1.equals("yes")) { System.out.println("agreed"); }else{}
it is :D
:o thanks
yeah dat's nicer
ooh, I just realized there is a prog channel here, wsp CS nerds

it's made in nextjs
Frontend and backend with nextjs or only the frontend? 
front
express on backend
dunno what's the best, just chose what is easiest for me
@fast depot I'm here. Let's talk.
hj

