Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New questions

What's the simplest way to get the highest and lowest keys from a dictionary?

python dictionary

Convert a list of strings [ '3', '1', '2' ] to a list of sorted integers [1, 2, 3]

PHP REGEX - text to array by preg_split at line break

How to convert a string into a Point?

c# regex

Does IBM use Dojo Toolkit?

javascript dojo

What does 'Conditional expressions can be only boolean, not integral.' mean?

Generate a repeating sequence

r sequence repeat

Summing non-integers in Python

python sum

Math operations on arbitrary objects in C#

c# object

Project Euler: Problem 1 (Possible refactorings and run time optimizations)

What's the difference between if and elseif?

How to refactor this routine to avoid the use of recursion?

Best Practice for Try Catch Error Handling

Java weird array behavior

java arrays

Hide password when checking config file in git [duplicate]

python django git github

Rails: Getting an array of object ids by query/conversion (for comparision)

More elegant way of adding a percentage?

php math

Best Database selection for Client/Server Application (Multiuser) with Delphi?

database delphi

Find duplicate rows in database

sql database oracle

rule of thumb when coding large nested functional blocks

c# refactoring