Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Nayuki
Nayuki has asked
10
questions and find answers to
69
problems.
Stats
1.9k
EtPoint
624
Vote count
10
questions
69
answers
About
I write programs and do math for fun.
See my website for articles: https://www.nayuki.io/
Nayuki questions
Is masking effective for thwarting side channel attacks?
Can Java garbage collect variables before end of scope?
Python function that returns the value at index 0?
Initializing a large jagged array takes over 1 GB of RAM and crashes with StackOverflowException
Is there a name for this collection of sorted arrays data structure?
Can Java class files use reserved keywords as names?
Is masking before unsigned left shift in C/C++ too paranoid?
Nayuki answers
Pointer Arithmetic in C using Array Variables
How to calculate the day of the week based on unix time
Can we use Dijkstra's to find the shortest path even in a graph having negative edge weights?
Message parity check [closed]
Writing a Long from Java in a file and reading it in C++
Generic vs wildcard unknown types
Return child class from parent class
Java: Many-to-one bidirectional lookup
Why is the value of foo.x undefined in foo.x = foo = {n: 2}? [duplicate]
Python range() with negative strides