Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Shoe
Shoe has asked
96
questions and find answers to
274
problems.
Stats
8.1k
EtPoint
2.7k
Vote count
96
questions
274
answers
About
I like C++, Haskell, PostgreSQL, Prolog and you.
Shoe questions
What's the simplest way to define default groups and permissions?
Why doesn't `IDictionary` allow you to easily get a value by key or default in its interface?
Url rewriting broke link to css
Does int * & has any real sense?
How can I split a long function into separate steps while maintaining the relationship between said steps?
Problem connecting with PDO
How to detect if a class property is private or protected
Developing strong applications
No parameterless constructor defined for this object in automapper
CodeIgniter base classes, why is that?
Shoe answers
What is the right way for an object to have a collection of a QObject derived class?
c++: "expected constant expression"
C++: enum type as template argument - global scope
How to write std::is_member_{object,function}_pointer for static members?
Manipulating strings of multibyte characters
Is pairing weak_ptr to unique_ptr a good idea?
Associativity of ->
Does __get() and __set() mean leaky encapsulation?
Magento: Invalid method Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option_Radio
Why must I implement concrete destructor on abstract class? [duplicate]