jquery probleempje met slider - F&L Forum Portal ... href='"+xsLink+"' target='_blank'><h1>"+xsTitle+"</h1></a><p>"+xsDesc+"</p> </li>"); }); //begin var xsCount = $(xml).find('info').size(); ... http://forum.fnl.nl/showthread.php?t=8180 - 39k -
In cache
-
Gelijkwaardige pagina's
|
EViews.com • View topic - An introduction to EViews programming. for !i=1 to xs.@count-1 %iname = xs.@seriesname(!i) for !j=!i+1 to xs.@count % jname = xs.@seriesname(!j) eq.ls {%iname} c {%jname} ... http://forums.eviews.com/viewtopic.php?f=5&t=1638&start=15 - 35k -
In cache
-
Gelijkwaardige pagina's
|
99 questions/Solutions/16 - HaskellWiki 23 Jan 2012 ... dropEvery :: [a] -> Int -> [a] dropEvery list count = helper list count count where helper [] _ _ = [] helper (x:xs) count 1 = helper xs count count ... http://www.haskell.org/haskellwiki/99_questions/Solutions/16 - 29k -
In cache
-
Gelijkwaardige pagina's
|
Wc - HaskellWiki 30 Aug 2009 ... main :: IO () main = interact (count 0) where count i [] = show i count i ('n':xs) = count (i+1) xs count i (_:xs) = count i xs. $ ghc -O wc.hs $ time . http://www.haskell.org/haskellwiki/Wc - 36k -
In cache
-
Gelijkwaardige pagina's
|
VB Helper: HowTo: Find solutions to the equilateral triangle puzzle ... ... Double Dim dx_ki As Double Dim dy_ki As Double Dim dist_ki As Double Set Solutions = New Collection For i = 1 To Xs.Count For j = i + 1 To Xs.Count dx_ij ... http://www.vb-helper.com/howto_find_equilateral_triangles.html - 15k -
In cache
-
Gelijkwaardige pagina's
|
List of list with specific length in OCaml - Stack Overflow let segments xs n = let rec loop n xs (count, elem) acc = match xs with | x::xs' when count < n -> loop n xs' (count+1, x::elem) acc | x::xs' -> loop n ... http://stackoverflow.com/questions/9795545/list-of-list-with-specific-length-in-ocaml - 48k -
In cache
-
Gelijkwaardige pagina's
|
c# - Chart of IEnumerable LINQ equivalents in Scala? - Stack Overflow Contains(x, eq) -> xs.exists(eq(x, _)) xs.Count() -> xs.size xs.Count(pred) -> xs. count(pred) xs.DefaultIfEmpty() -> if(xs.isEmpty) List(0) else xs ... http://stackoverflow.com/questions/8104846/chart-of-ienumerable-linq-equivalents-in-scala - 50k -
In cache
-
Gelijkwaardige pagina's
|
clojuresoft.com | Functional Design Through Clojure 5 Mar 2012 ... (defn cnt-inv [xs] (if (seq xs) (let [x (first xs)] (count (filter true? (map (partial > x) ( rest xs))))) 0)). This function can be made a bit more readable by ... http://clojuresoft.com/ - 17k -
In cache
-
Gelijkwaardige pagina's
|
Paste number 33760: Trying to shuffle cards in haskell everyNth :: Int -> [a] -> [a] everyNth n (x : xs) = x : everyNth' n xs 1 [] everyNth' n [] count acc = reverse acc everyNth' n (x : xs) count acc | n == count = everyNth' n ... http://paste.lisp.org/display/33760 - 11k -
In cache
-
Gelijkwaardige pagina's
|
purestyle. + posts + dd-min 5 Dec 2011... Char -> String -> Int count checkfor [] = 0 count checkfor (x:xs) | x == checkfor = 1 + count checkfor xs count checkfor (x:xs) = count checkfor xs ... http://www.purestyle.se/posts/dd-min - 12k -
In cache
-
Gelijkwaardige pagina's
|
|