
please wait
by animation117
Java . I am trying to get the power of a number. This is what i have.
|
package Richcalculatorlab; import java.text.DecimalFormat; import java.util.Scanner; public class Richcalculatorlab { public static void main... |
Mar 31, 2017 at 6:16am
[2 replies] Last: Change this: System.out.println ("The power is" +twoDecimals.format(... (by coder777)
|
by retNavy
can't figure this out
|
Just going off the cuff to submit my code. I can't figure out the process to submit it in the forum. Hopefully I can find a solution in obtaining the odd intege... |
Mar 28, 2017 at 11:07pm
[1 reply] : > I can't figure out the process to submit it in the forum. I'm sick o... (by ne555)
|
by sidbar
Programmer Wallpapers
|
Been looking for simple wallpapers related to programming languages finally ended up making a few. Hope someone like it - http://sbytestream.pythonanywhere... |
Mar 24, 2017 at 1:27am
[2 replies] Last: The first shell script I ever wrote was to make a 'programmer's' wallp... (by Cheraphy)
|
by helios
How to identify cheap canned meat
|
Lately I've seen several people buying these cheap products, mistaking them for prime cuts of beef, so I feel compelled to write this guide for the uninitiated ... |
Mar 24, 2017 at 12:51am
[2 replies] Last: Are we sure this "stuff" could even be classified as meat? More like ... (by closed account E0p9LyTq)
|
by megatron 0
Raspberry Pi, what nifty little specs!
|
Deciding to get me one of these little beauties - https://www.amazon.co.uk/Raspberry-Pi-Model-Quad-Motherboard/dp/B01CCOXV34 1.2Ghz and 1GB RAM in the palm of ... |
Mar 17, 2017 at 2:06am
[19 replies] Last: @newbieg wow! raspberry pi zero is awesome. Will definitely check it ... (by shadder)
|
Minimax Algorithm |
Hello guys, I have been teaching myself the minimax algorithm and I have been able to create a Tic-Tac-Toe game with an unbeatable AI. I wanted to create more g... |
Mar 14, 2017 at 9:24am
[no replies]
|
by helios
x86 Assembly - Indirect addressing
|
In x86/-64, is there any point in doing, for example, mov eax, [ebx+ecx*4] instead of imul ecx, 4 add ecx, ebx mov eax, other than code size and... |
Mar 14, 2017 at 4:51am
[15 replies] Last: I guess, but it's interesting that the CPU has time to performs those ... (by helios)
|
by jdm1891
LSTM Neural Networks
|
I am trying to make an LSTM Neural Network but I can't find anything easy to read. I have only seen articles and such referring to the theory but I have no idea... |
Mar 12, 2017 at 12:35pm
[1 reply] : Hi, A search for "C++ LSTM Neural Networks" , revealed this as the 3r... (by TheIdeasMan)
|
by newbieg
Bluray Linux
|
I finally had the bright idea of plugging a mouse into my older (2-3 years) sony bluray device. It didn't like that. But next I tried keyboard, and it didn't co... |
Mar 10, 2017 at 9:44pm
[no replies]
|
by NoXzema
Memory and You
|
Found a paper on memory and programming. It gives a pretty decent overview of how memory works and how your application interacts with it, whether it be your RA... |
Mar 10, 2017 at 3:48pm
[1 reply] : was going to ask how it compares to Ulrich Drepper's famous "What Ever... (by Cubbi)
|
by deathslice
Data structure interview question
|
So I been practicing a couple of interview questions from my data structures book and one question that I'm not particularly sure of goes like this. "Let H1 an... |
Mar 7, 2017 at 6:44am
[10 replies] Last: Maybe it's one of those trick questions and it's easier than it seems. (by Golden Lizard)
|
by ChajusSaib
Your successful projects and your future?
|
Hey, wondering what successful projects people have made here and/or what you will be focusing on in the future(far or near). |
Mar 4, 2017 at 12:33am
[2 replies] Last: Popularity success, should have stated that. Thanks! (by ChajusSaib)
|
by squitcherry
Measure the skill effectiveness in real time
|
I am assigned to solve a task that demonstrates a realistic problem in C++. A laser cannon may have the following skill : Recoil Armor : HP reduces ... |
Mar 3, 2017 at 5:04pm
[2 replies] Last: it sure looks to me like this can be calculated instantly for a given ... (by jonnin)
|