Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Jack
Jack has asked
87
questions and find answers to
459
problems.
Stats
12.8k
EtPoint
4.2k
Vote count
87
questions
459
answers
About
Busy developing games.
jack(at)pixbits.com
Jack questions
Find only first std::regex match efficiently
Linking error with cmake
What kind of language should I design for a particle engine scriptable engine?
How to deal with variable references in yacc/bison (with ocaml)
Designing a virtual machine with JIT
Square/cubic root lookup table
Conditional compiling in OCaml
Applying color to single vertices in a quad in opengl
Sinatra cannot find views on Ruby 1.9.2-p0
Performance of Java enums
Jack answers
How to change a color to random in OpenGL?
static class member gets "undefined reference". Don't know why [duplicate]
How can I randomly angle a line in java?
C++ How do compilers handle templates [duplicate]
minimum value of a counter accessed by two threads without synchronization
Return type is not identical to nor covariant with return type (operator++)
Double inequality while comparying three floating point numbers [duplicate]
How to pass a vector of strings to a function with a C-style pointer-to-C-string parameter
Why would you wrap FileOutputStream with a DataOutputStream? [closed]
Alternatives to dynamic_cast in class hierarchy