-
Support @QUE.COM replied to the topic Making a website using Vue and Steem in the forum 46 – Website 10 hours, 31 minutes ago
Comparison of JavaScript frameworks
-
Support @QUE.COM replied to the topic Making a website using Vue and Steem in the forum 46 – Website 19 hours, 29 minutes ago
-
Support @QUE.COM started the topic Making a website using Vue and Steem in the forum 46 – Website 21 hours ago
Useful references to start building your own website.
Build social media platform with the Steem Blockchain #1 — Vue.js, Storybook.js and Steem.js
View at Medium.com(Part 1) Build Steem blockchain application with Vue.js —…[Read more]
-
singapore assignment help's profile was updated 1 day, 22 hours ago
-
Support @QUE.COM wrote a new post, How Can Companies Manage Their Data Optimally While Growing? 1 day, 23 hours ago
In today’s digitized, information-driven world, data is the new currency. According to many experts, data and information are the single most important thing that can drive a company towards its desired goal. H […]
-
Active Electrical Solutions changed their profile picture 2 days, 18 hours ago
-
Support @QUE.COM wrote a new post, SwapToken.com – is live. 3 days, 18 hours ago
From our very simple SwapToken.com v1.0 website to our latest upgrade using a content management system.
To support our business growth we added cool features highlighted below.
Decentralized Exchange […]
-
https://www.customerservicehelpnumber.com/hp-printer-support's profile was updated 1 week, 1 day ago
-
Support @QUE.COM wrote a new post, How to Get a Medical Card in Utah 1 week, 2 days ago
Most parts of the world are becoming open-minded and accepting medical marijuana as a legitimate treatment plan for some conditions. The state of Utah is one of the places that has legalized the use of medical […]
-
Support @QUE.COM replied to the topic Debugging – GDB Tutorial in the forum 48 – Programming 1 week, 3 days ago
1. gcc -o example example.c // compile your program
2. gdb ./example // run GNU Debug
3. (gdb) disas main // run disassembly main
take note of the address, this is for 64bit.Now for 32bits compile code.
gcc -o example -fno-stack-protector -m32 -z execstack example.c // not working
gcc -o example -m32 example.c
Command: gcc -m32 geek.c -o…[Read more] -
FlyingDay posted an update 1 week, 4 days ago
Los Angeles
Sorry, there was no activity found. Please try a different filter. -
Support @QUE.COM replied to the topic Play Flappy Bird – Leaderboard. in the forum 80 – Games 1 week, 4 days ago
Nice
-
Support @QUE.COM replied to the topic Debugging – GDB Tutorial in the forum 48 – Programming 1 week, 4 days ago
Another good tutorial using GDB program.
NOTE: If this tutorial is not working it is likely that you have aslr enabled. To disable it run the following command in your terminal
echo 0 | sudo tee /proc/sys/kernel/randomize_va_space
When you are finished I strongly recommend you turn it back on with the…[Read more] -
ltontut became a registered member 1 week, 4 days ago
-
Support @QUE.COM replied to the topic Debugging – GDB Tutorial in the forum 48 – Programming 1 week, 5 days ago
Additional resources.
http://www.brendangregg.com/blog/2016-08-09/gdb-example-ncurses.html (GDB)
http://phrack.org/issues/49/14.html (Buffer Overflow Concepts)
https://www.cprogramming.com/gdb.html (GDB)https://www.hacksplaining.com ( For SQL injection / Javascript / XSS/ CSRF Vulnerabilities)
-
Support @QUE.COM replied to the topic Git – Keeping your code up to date! in the forum 48 – Programming 2 weeks, 2 days ago
// delete branch locally
git branch -d localBranchName// delete branch remotely
git push origin –delete remoteBranchName -
Support @QUE.COM started the topic Debugging – GDB Tutorial in the forum 48 – Programming 2 weeks, 3 days ago
You need to know how to debug your program to make it easier to correct any bugs. Here’s a tutorial video using GDB or GNU Debugger tool.
-
Support @QUE.COM started the topic How to create a Chrome Extension in the forum 48 – Programming 2 weeks, 5 days ago
Steps to complete
Step 1. Create the project
Step 2. Create the manifest file.
Step 3. Create the UI.
Step 4. Implement the logic.
Step 5. Test is out.Follow this guide.
-
Support @QUE.COM wrote a new post, CISA Cyber Hygiene Services 2 weeks, 5 days ago
Reducing the Risk of a Successful Cyber AttackAdversaries use known vulnerabilities and phishing attacks to compromise the security of organizations. The Cybersecurity and Infrastructure Security Agency (CISA) […]
-
Support @QUE.COM started the topic Chrome Developer. Where to begin? in the forum 48 – Programming 2 weeks, 6 days ago
Build an extension for Google Chrome
Start here. - Load More