Find answers to your questions about Code Review or help others by answering their Code Review questions.
I have recently been working through a number of the Cryptopals Cryptography Challenges to try and improve my knowledge and understanding of both cryptography and Python. As...
Asked on 10/27/2021
1 answerFor practice, I wrote some NASM code that prints out the hailstone sequence of a (unfortunately, hardcoded) number. This is by far the most complex code I've ever...
Asked on 10/27/2021
1 answerVery simple square root calculator. I am sure it's terrible and can be made much better. I feel it's way too many lines.import random## ask user for a number...
Asked on 10/27/2021 by John Test
2 answerI just finished coding a Tic Tac Toe game for my first Python project. I need some advice on things I can improve; please help. Everything seems to be running...
Asked on 10/27/2021 by Alaa mihoub
2 answerI just finished my first project in Javascript. It takes an array of locations (with coordinates on position 6 and 7) as Input, then the first location is checked against...
Asked on 10/27/2021 by Herbo
3 answerI wrote a linked list class and don't know how to optimize it, please suggest some ideas for optimizing and fixing possible memory leaks.#define indexTooLarge -1template <typename T>class LincedList{public:...
Asked on 10/27/2021 by qela
3 answerI'm just trying to build a quick and crude error messaging system. It currently looks like this:#include <exception>#include <fstream>#include <iostream>#include <string>#include <sstream>#include <map>enum MsgTy { OK...
Asked on 10/27/2021 by Francis Cugler
2 answerI've created a fake WeakReference class for VBA by chance. A Weak Reference is not counted (i.e. IUnknown::AddRef method is not called). I knew about the Weak Reference concept from...
Asked on 10/27/2021
3 answerI am working on a little project where I need to scan all the files present in a folder on the disk and load it in memory. Below is my...
Asked on 10/27/2021
2 answerHere is a programming task:Write a program with a function that converts a string of digits into an integer value. Do not use the strtol() function or any other standard...
Asked on 10/27/2021
3 answerGet help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP