25
Blastus
7 21 35
3513/ 3695
Last seen 9 months ago
Member for 9 years, 10 months, 6 days
Difficulty Normal
I was born in 1985 and grew up as the son of a Baptist, church-planting missionary. As a result of living in the West Indies for so many years, I enjoy torrid weather with occasional hurricanes. I am a Baptist. I believe that there is one God, that He is completely perfect, and that he has intended the Bible (specifically the KJV for the English-speaking people) to be his very words to those capable of understanding it. If something appears to contradict the Bible, then I must both question what I know from the Bible (to see if I misunderstand it) and seriously scrutinize over what seems to be a contradiction. If the case cannot be resolved, then I trust God's Word and reject the apparent contradiction. Like God, I assume that the Bible is completely perfect. I am a human by design and a Christian by choice. My faith in God cannot waiver, and my mind is open to His truths and His works no matter how bizarre they may seem. Jehovah is my Father, and His banner over me is love. What you just read may be a description of my religious background and stance, but as a child of God, it is the most important self-description I can possibly give. It is a definition of my identity.

Best reviews / Newest reviews
First-Sim0000 1
Good job on figuring out how to automatically solve crossword puzzles! It is nice to see that you included some documentation throughout your code to explain what you were doing. However, there were a lot of PEP8 violation in your code as can be seen here: http://pep8online.com/s/1aIr3URa More
First-pohmelie 1 2
Congratulations on figuring out how to calculate the age of a ghost! If only your publication had some documentation included to explain what is going on, it would be a significant improvement so that others could more easily learn from your code, and you would have an easier time understanding it a More
a bit lengthy-zcjsword 1 1
Congratulations on solving the challenge and including so much documentation with your code! The biggest improvement that could have been made to your code would be the elimination of all the PEP8 violations. See here for details: http://pep8online.com/s/zjKPdShs More
First-tarjeii 1 1
Now you have some experience catering to people that need our help! Your code has some documentation (which is great), but probably could have used a little more (especially near the top). You also should check your code for PEP8 violations before publishing your solutions: http://pep8online.com/s/3 More
First-oitantksi 1 2
Now that you have discovered that the answer is not 42, it would be nice if your solution could be used elsewhere as well with equal results. A little bit of documentation would be nice to describe what it is that you are doing with your code. Also, please try to eliminate PEP8 violations next time More
First-zcjsword 1 1
You have a very nice solution for painting items! However, it would be nice if you included some documentation or comments explaining how it works so that it can be used effectively by others. You might also want to avoid some of the PEP8 violations that can be found in your code: http://pep8online. More
First-mozurin 1 1
One slight error and a lack of documentation are the only factors that prevents your excellent code from getting rated with five thumbs up. It is impressive how short you were able to get your code for this challenge. Please make sure you have no problems after performing a PEP8 validation before yo More
Simple recursion-martin_b 1 1
Your code appears to have very little wrong with it -- well done! Next time, you may wish to add documentation strings to your code to explain what your functions do, and checking your code for PEP8 violations could be beneficial. The results for your code can be seen here: http://pep8online.com/s/l More
Borders-DiZ 1
Excellent job on your solution to this challenge! You have good documentation, and there are only two (unintentional) PEP8 violations. Check http://pep8online.com/s/bEPOT0mq for what errors your code has in it. More
First-Sim0000 1
Congratulations on not having the hobbits collide with each other! Your use of comments is helpful, but there is a need to prevent PEP8 violations. To see those contained in your code, see the following web site: http://pep8online.com/s/qSCAYDc7 More
Digits Doublets-przemyslaw.daniel 1 1
Please try running your code through a PEP8 checker: http://pep8online.com/s/Z1afiJTk Before publishing your solution, it would be a good idea to eliminate most if not all the stylistic problem with what you wrote. +1 for explaining the name of that first function. More
First-Sim0000 1
Great job on implementing a search algorithm in Python for the 88th Puzzle! It is nice to see a comment stating what type of search is performed, but some more documentation could probably contribute even better to the solution. You might want to trying eliminating PEP8 violations in the future like More
First-Kurush 1
Good job on finding out what the telephone charges were! Your code would be easier to understand if you included a little documentation every so often. Please also try to eliminate PEP8 violations next time you publish: http://pep8online.com/s/b523dZlU More
First-han97 1 1
It is astounding to see a publication this good and that lacks a single PEP8 violation in its style! The only other thing that could probably be asked for in your solution is some documentation explaining what is going on. This could be beneficial to others that might try to understand the algorithm More
First-kurosawa4434 1
Great job on creating an automated Sudoku solver! It looks fairly good even though the code could probably use a little more documentation explaining what is going on. There are also a few PEP8 violations (long lines) that you might want to watch out for in the future: http://pep8online.com/s/lyBTIV More
First-nbaramichai 1
Your code appears to be mostly style-standards compliant according to the following automated analysis: http://pep8online.com/s/Iqy38sK3 However, your code lacks any documentation and has a single function that is rather long. Next time before publishing your code, make sure you eliminate PEP8 viola More
First-Agrigor 1 1
The brevity of your solution is amazing! Congratulations on producing a working solution with so few lines of code. It would be nice if you had some documentation with your code, but its shortness makes up for the deficiency. More
absorbing markov chain-DaveDiFranco 1
It is nice to see the correct way of solving this rather than trying to simulate the dice rolls to calculate the answer. You have some documentation but could use slightly more in your code. Please try to eliminate PEP8 violations next time before you publish by using such tools as this: http://pep8 More
Recursion version-redteer
You might consider this code to be clear, but it has 47 different style guide violations for 35 lines of code. I would argue that there are more problems since you are using CamelCase for non-class names but give you a thumbs up for fairly easy-to-read code. Please validate your code next time befor More
fast and clean-bunnychai
It was a pleasure reading your code. You documented the program, and it is fairly clear in its implementation. The mission, on the other hand, still reminds me of how difficult it was to solve. More
1
2 3 4 5