Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New questions

How do I make a C++ program that filter out non-integers?

c++

How do I read a CSV file containing non-ASCII characters in Perl?

regex perl csv

reshape: cast oddity

r

What's wrong with my custom type for JPA/Hibernate?

java hibernate jpa

zend_mm_heap error with simple_html_dom

php parsing html-parsing

Java: would it make sense to have the throw-attribute generic?

java exception generics

If you send data over a socket in one call to send(), will it be received in one call to receive()?

sockets

HTML Form onSubmit()

javascript html forms webforms

Is wget a default in Windows, if not what download function is available by default

windows batch-file wget

Jquery: function runs twice

jquery

String to Date parsing in C#?

c# parsing datetime

What is the fastest way to count lines and words in a text file in ANSI C?

c text-files

C#: How to manipulate List<String> using LINQ or LAMBDA expression

c# linq lambda

SQL WHERE statement?

t-sql

Instantiating two objects inside a method for use as 'return values'

drupal what is vid in node_revision

database drupal drupal-6

referring to arrays as pointers

c arrays pointers

jQuery .attr() and value

How to determine if OS is a custom ROM from an App?

Static or constant or what are they?

python oop