🔥 Burn Fat Fast. Discover How! 💪

Programming Challenges - How to be a breathtaking Programmer

Logo of telegram channel prograchallenges — Programming Challenges - How to be a breathtaking Programmer P
Logo of telegram channel prograchallenges — Programming Challenges - How to be a breathtaking Programmer
Channel address: @prograchallenges
Categories: Technologies
Language: English
Subscribers: 16.71K
Description from channel

I will make you the best Programmer you can be!
Group of the best friends you can have: https://t.me/joinchat/EXSmZ0dDYKpcZWcLQQH-zw
Challenge ideas: @BinaryByter
Youtube: https://www.youtube.com/channel/UCE_XffNtPkEXej9iDW4f0sw

Ratings & Reviews

4.00

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

1

4 stars

1

3 stars

1

2 stars

0

1 stars

0


The latest Messages 15

2021-06-25 22:13:22 How to start into file IO
+======+
Time: 10 minutes
Difficulty: Easy
+========+
Program a tool that empties a file completely! Of course your tool has to be fast!
+==========+
934 viewsMAXIMILIAN, 19:13
Open / Comment
2021-06-25 20:10:44 Swap Integer Values
+====+
Languages: C, C++, C#, Java, Rust, Go, x86 ASM, x86_64 ASM
+====+
Swap the values of the two integer variables X and Y WITHOUT using a 3rd variable!

X = 10
Y = -6

Now swap them, so that X becomes -6 and Y becomes 10 WITHOUT a 3rd variable!

+=============+
Bring a friend!
Like what we do? Want to help your friends learn more programming? Show them this channel, they might become your new best friend
1.1K viewsMAXIMILIAN, 17:10
Open / Comment
2021-06-25 17:34:25
FREE BOOKS
+==========+
Download programming books for FREE, all books from 2018!

https://t.me/progerbooks
1.2K viewsMAXIMILIAN, 14:34
Open / Comment
2021-06-24 23:08:19 THE HUMAN COMPILER
+===================+
function job() {
return new Promise(function(resolve, reject) {
reject();
});
}

let promise = job();

promise

.then(function() {
console.log('Success 1');
})

.then(function() {
console.log('Success 2');
})

.then(function() {
console.log('Success 3');
})

.catch(function() {
console.log('Error 1');
})

.then(function() {
console.log('Success 4');
});

What is the output of this code?

+===================+
Bring a friend!
Like what I do? Want to help your friends learn more programming? Show them this channel, they might become your new best friend
1.5K viewsMAXIMILIAN, 20:08
Open / Comment
2021-06-23 17:11:53 Programming Challenges - How to be a breathtaking Programmer pinned «Together, we are Strong! +===============+ The bigger our community becomes, the better we can help eachother- it's a simoke rule of nature! Telegram directory is a website listing multiple telegram channels. If you want to help us spread the word of our…»
14:11
Open / Comment
2021-06-23 01:22:32 Together, we are Strong!
+===============+
The bigger our community becomes, the better we can help eachother- it's a simoke rule of nature!
Telegram directory is a website listing multiple telegram channels. If you want to help us spread the word of our Mission, please take 30 seconds leave a like for our Channel! :)
https://tgdr.io/@prograchallenges
792 viewsMAXIMILIAN, edited  22:22
Open / Comment
2021-06-19 16:00:15 Artistic Coding :D
+===========+
Difficulty: easy
time: 20 minutes
languages: any
+====================+
Write a program that randomly outputs either "*" or a "#" until the terminal is full. Share your results in the group!

Try other characters too!
60 viewsMAXIMILIAN, edited  13:00
Open / Comment
2021-06-17 15:46:30 If you can do this, you can study anywhere!
+===================+
Call a JS function inside of python.


+===================+
Bring a friend!
Like what I do? Want to help your friends learn more programming? Show them this channel, they might become your new best friend
1.1K viewsMAXIMILIAN, 12:46
Open / Comment
2021-06-16 20:17:57 Time is Colorful!
+============+

Make a visualisation of the current computer time as RGB! Find different ways to correlate time with color and display them!

+=====+
Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
581 viewsMAXIMILIAN, 17:17
Open / Comment