Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New questions

How do I get the highest key in a python dictionary?

python dictionary

Problem understanding treesort in Haskell

sorting haskell tree

PHP Detect if any URL variables have been set

php

Ruby non_empty? method

ruby refactoring

Is there a language with native pass-by-reference/pass-by-name semantics, which could be used in modern production applications?

Loop through array, print with string

javascript arrays

Concise C# code for gathering several properties with a non-null value into a collection?

Why System.String beahaves like a value type? (How to write value type classes like string?)

c# .net

C# System.Diagnostics.Process redirecting Standard Out for large amounts of data

c# .net streamreader

Howto - JavaScript Replace which finds all instances not just the first

Threads in Java

java multithreading

select now() from table, why do we specify a table?

sql mysql

Understanding Inheritance

Find if file data is an image (php)

Is there any C\C++ Cross-platform library for sharing data between app's?

c++ c cross-platform sharing

Censoring selected words (replacing them with ****) using a single replaceAll?

java regex

Reading binary data into memory structures, weird effects

c data-structures

UINavigationBar and calculation of available screen area

iphone

How do I increase memory given to maven-glassfish-plugin?

C: variable argument list using stdarg.h

c variadic-functions