This site requires Javascript to work properly. Please enable Javascript in your browser.
Log in
hackerX9
(7)
Posts
26 Posts
Moderating
0 Room
Posts
Comments
this list keeps you focused! mine is more aggressive hahaha
to help our work grow take a minute and participate in our site by voting, commenting or posting, it's free and doesn't cost anything. thanks
I like the way you defend your ideals ![uplose](https://forex-station.com/download/file.php?id=3388021) but you can find out more about this here [SOLID Principles: Practical Examples for Better Software Design](https://www.c-sharpcorner.com/article/solid-principles-practical-examples-for-better-software-design/#:~:text=SOLID%20Principles%3A%20Practical%20Examples%20for%20Better%20Software%20Design,Principles%20in%20Software%20Development%20...%207%20Conclusion%20)
```cpp #include <iostream> #include <vector> using namespace std; vector<vector<int>> addMatrices(vector<vector<int>>& m1, vector<vector<int>>& m2) { if (m1.size() != m2.size() || m1[0].size() != m2[0].size()) return {}; vector<vector<int>> r(m1.size(), vector<int>(m1[0].size())); for (int i = 0; i < m1.size(); i++) for (int j = 0; j < m1[0].size(); j++) r[i][j] = m1[i][j]...
I was able to watch the documentary on Netflix and realized that not everything we do that is good is recognized right away, that it often takes a long time for people to recognize our work.
hackerX9
1718964307
What songs do you listen to when you're programming?
3 Comments
1
hackerX9
1717332608
Tutorial on how to create a real-time chat application using Socket.io
1 Comments
1
hackerX9
1716114671
Tutorial on how to create a shopping cart system in JavaScript.
0 Comments
0
hackerX9
1715515900
Tutorial on how to use Docker to manage development environments.
0 Comments
0
hackerX9
1714660951
Series of exercises on manipulating arrays in JavaScript.
0 Comments
0
hackerX9
1714655823
Examples of using data manipulation libraries in R
0 Comments
0
hackerX9
1713469643
Article on SOLID design principles in practice.
2 Comments
0
hackerX9
1713206218
Top 5 podcasts for programmers
2 Comments
0
hackerX9
1712066075
Understanding function scope and the this keyword
1 Comments
0
hackerX9
1710526037
Caffeine makes fuel cells more efficient, cuts cost of energy storage
0 Comments
4
hackerX9
1710525827
Unplug Your Laptop Now, or It Will Stay Plugged in Forever
0 Comments
0
hackerX9
1710525513
Apple reaches $490 million settlement over CEO Cook's China sales comments
0 Comments
0
hackerX9
1709489700
Deutsche Telekom showcases futuristic AI-powered app-less smartphone
0 Comments
0
hackerX9
1709141932
What is URL Filtering?
0 Comments
0
hackerX9
1707404727
Requesting Remote Data with Fetch
0 Comments
0
hackerX9
1706295943
Web page dynamic welcome message
0 Comments
1
hackerX9
1705870947
Simple code for creating a contact form with html and css
0 Comments
0
hackerX9
1705233657
Brief example of how to use the switch statement in javascript
0 Comments
0
hackerX9
1704991242
[Task] Rewrite the following code in modern javascript form
0 Comments
0
hackerX9
1703942684
Handling HTTP POST requests with node.js
0 Comments
0
hackerX9
1703783672
Top 10 programming languages that are trending and expected to boom in 2024
0 Comments
0
hackerX9
1703267467
Naming functions in JavaScript, PHP, and Python
0 Comments
0
hackerX9
1702730864
Secure file upload using php
0 Comments
0
hackerX9
1702548091
Callbacks in javascript
0 Comments
0
hackerX9
1702470332
Validation of javascript forms - name, password, password retype validation and Number Validation
0 Comments
0
hackerx9
1702145823
Creating TCP server and client communication
0 Comments
0