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
11
questions and find answers to
70
problems.
Stats
1.9k
EtPoint
630
Vote count
11
questions
70
answers
About
I write programs and do math for fun.
See my website for articles: https://www.nayuki.io/
Nayuki questions
Get Unix time in Python
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
How to compute -1 / (-343)^(1/3) as 1/7 in Python?
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]