Svante

7,860
reputation
930 views

Registered User

name Svante
member for 1 year
seen 59 mins ago
website
location DE
age 32

Chemistry student, Learning Lisp

"Just throw more hardware at it" is the root of all evil.

1h
answered C# how to write Regular Expression
1h
revised Algorithm choices - understanding which and why
fixed spelling, added punctuation
13h
comment Is there a standard sign function (signum, sgn) in C/C++?
Is a true statement guaranteed to be exactly 1 in C?
15h
revised Debugging what this LISP Virus is doing
formatted code for legibility
17h
revised Coloring notes in Lilypond by height
add lilypond tag
18h
revised Open Source LaTeX environment for educational books?
wrapped text
18h
revised Load an Assembly with lower privileges
fixed spelling
19h
answered Regular Expression in PHP: How to create a pattern for tables in html
22h
revised How can I write a function in CLisp and call it in C?
fixed spelling, grammar
1d
revised regex can’t recognize “\n”?
fixed title
1d
revised Why does it throw an IndexOutOfBoundsException?
improved language
1d
revised Constructor (Java)
fixed spelling (dependent)
1d
revised How to optimize multiple repetitive images in HTML table
fixed spelling (repetitive, I ...)
1d
revised C++ Boost: Split String
improve indentation
1d
revised Press [X] button to close JFrame won’t invoke dispose method
little formatting fix
Dec
11
accepted Another Lisp function refinement
Dec
11
comment Why do Perl control statements require braces?
The source is my evil voice ;) -- I just wanted to let the rant stand out as such.
Dec
10
comment Searching a number in a rotated sorted Array
Answer to my question: you only need to compare the first and the last element.
Dec
10
comment Searching a number in a rotated sorted Array
How do you determine that a part is sorted in less than O(n)?
Dec
10
comment emacs: how to insert an HTML entity reference?
Aidan, you should post that as an answer, I think.
Dec
10
revised How can I create a java list using the member variables of an existing list, without using a for loop?
fixed spacing (never put space before punctuation!)
Dec
10
accepted What’s up with stdout in Gambit-C Scheme?
Dec
10
answered What’s up with stdout in Gambit-C Scheme?
Dec
10
revised How to define person’s names in text (Java)
fixed grammar (then)
Dec
10
revised Java Out of Memory Exception Message Changes When Trying to Create Arrays of Different Sizes
returned runaway indentation to screen
Dec
10
revised How can I access the second-level values in a Perl hash of hashes?
fixed formatting, grammar
Dec
10
comment Finding if a number is the power of 2 in Scheme
sgm, "politeness" refers to the property of a number of being able to be represented by a sum of consecutive integers; it just happens that impolite numbers and powers of two are the same set.
Dec
10
comment Java time-efficient sparse 1D array (double)
Vote?? Measure!
Dec
10
revised Java generics, explain please
fixed title
Dec
10
answered Another Lisp function refinement
Dec
10
revised making a php function that If mysql returns 0 rows, return false
formatted code
Dec
10
answered traditional for loop vs Iterator in Java
Dec
9
answered Why do Perl control statements require braces?
Dec
9
accepted How to make a list of arrays, not their symbols, in Lisp?
Dec
9
comment Is there a common name for a function that takes a list of lists and returns a single list containing the contents of those lists?
Yes, but you can use a spreadable argument list with APPLY, or use REDUCE to do it step by step.
Dec
9
comment How to make a list of arrays, not their symbols, in Lisp?
That's what I hinted at.
Dec
9
comment How to make a list of arrays, not their symbols, in Lisp?
xach, I gave a hint in the last paragraph.
Dec
9
answered Is there a common name for a function that takes a list of lists and returns a single list containing the contents of those lists?
Dec
9
comment Object Oriented Design Interview Question
Why do you need a scrollbar for 13 lines of code?
Dec
9
revised How to make a list of arrays, not their symbols, in Lisp?
add tip for subtraction
Dec
9
answered How to make a list of arrays, not their symbols, in Lisp?
Dec
9
revised How to detect an invalid C escaped string using a regular expression?
added missing point
Dec
9
revised How to detect an invalid C escaped string using a regular expression?
fixed formatting of example
Dec
9
comment Regular expression for not matching two underscores.
I think that this is a design mistake in validates_format_of. It should take a general predicate. Regular expressions are an implementation detail.
Dec
9
comment Music major scale converter
How do you represent a scale?
Dec
8
revised Elisp function returning mark instead of the right value
fixed code formatting (please don't let the parens dangle around)
Dec
8
comment Association in Common Lisp
By the way, if you actually want a "reverse" assoc, i.e., find the pair where the CDR matches, there is RASSOC.
Dec
8
revised Homework: Lisp items that appear more than once in a list
fixed punctuation
Dec
8
comment Homework: Lisp items that appear more than once in a list
Chained IF forms are better transformed into a COND.
Dec
8
revised Homework: Lisp items that appear more than once in a list
fixed formatting