personx
No user record in our sample, but personx has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but personx has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
digium requires you to sign a license agreement https://issues.asterisk.org/jira/secure/DigiumLicense.jspa
that's the dream but there are some companies which send out their pre-baked "weekend projects" after the initial hr screening and I'm talking about large corporations (the new york times for example) which isn't…
I don't fully understand the direction you were going with some of the solutions, something like this would work no? (defn digits [num] (let [ x (map str (str num)) s (map read-string x)] (apply + (map #(* % %) s)))) I…