Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
grieve
grieve has asked
20
questions and find answers to
48
problems.
Stats
1.2k
EtPoint
366
Vote count
20
questions
48
answers
About
Something clever
grieve questions
Is it possible to remove recursion from this function?
In C# can I write a generic function to return null or the value as a string?
Looking for an algorithm to spit out a sequence of numbers in a (pseudo) random order
Is there a more elegant way to calculate x = (y / n) + (y % n ? 1 : 0) ?
How would you inherit from and override the django model classes to create a listOfStringsField?
Printing negative values as hex in python
How do you safely and efficiently get the row id after an insert with mysql using MySQLdb in python?
Is it possible to change the Environment of a parent process in Python?
What is the most efficient way in Python to convert a string to all lowercase stripping out all non-ascii alpha characters?
What is the pythonic way to count the leading spaces in a string?
grieve answers
Read 32-bit signed value from an "unsigned" bytestream
Force-directed layout implementation in C++
C++ Serialization Performance
Timers to measure latency
How to get rid of GVim folding comments in your code?
How to create paragraphs from markov chain output?
Formatting nosetest output in Python
Handling output of python socket recv
Buffer pool management using C#
transpose dictionary (extract all the values for one key from a list of dictionaries)