Timeline for Generate URLs from a complex JSON object using recursion
Current License: CC BY-SA 3.0
22 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 22, 2015 at 15:21 | history | rollback | cbojar |
Rollback to Revision 4
|
|
| May 16, 2015 at 12:28 | history | edited | user44757 | CC BY-SA 3.0 |
deleted 5844 characters in body
|
| May 16, 2015 at 12:23 | vote | accept | user44757 | ||
| May 16, 2015 at 12:28 | |||||
| May 16, 2015 at 12:23 | vote | accept | user44757 | ||
| May 16, 2015 at 12:23 | |||||
| S May 16, 2015 at 12:21 | history | bounty ended | user44757 | ||
| S May 16, 2015 at 12:21 | history | notice removed | user44757 | ||
| May 16, 2015 at 12:14 | vote | accept | user44757 | ||
| May 16, 2015 at 12:23 | |||||
| May 14, 2015 at 17:02 | answer | added | cbojar | timeline score: 2 | |
| May 14, 2015 at 12:43 | answer | added | Snowbody | timeline score: 2 | |
| May 14, 2015 at 7:19 | history | tweeted | twitter.com/#!/StackCodeReview/status/598749426707001344 | ||
| S May 13, 2015 at 20:24 | history | bounty started | user44757 | ||
| S May 13, 2015 at 20:24 | history | notice added | user44757 | Authoritative reference needed | |
| May 12, 2015 at 20:50 | comment | added | user44757 | @Snowbody any updates? | |
| May 12, 2015 at 5:30 | comment | added | user44757 |
It's just a cross product or as you said multiplication . I guess I screwed up the representation. So basically what I'm saying is that if the Random property has three sub arrays with 2,4,3 objects in the them respectively, then there will be 2*4*3 =24 URLs
|
|
| May 11, 2015 at 21:44 | comment | added | Snowbody |
By "X" do you mean multiply? Since this is JavaScript, I'd prefer a *.
|
|
| May 11, 2015 at 21:12 | comment | added | user44757 |
@Snowbody that part is simply trying to give number of URLs that will be generated based upon the entries in the Random and AddToRandom properties. Edited as well. Let me know if it still doesn't make sense. Will edit further
|
|
| May 11, 2015 at 21:10 | history | edited | user44757 | CC BY-SA 3.0 |
added 64 characters in body
|
| May 11, 2015 at 20:56 | comment | added | Snowbody | Your first full paragraph doesn't make sense. You've got two sentence fragments, "There needs to" and "URLs for each fight" with a confusing mishmosh between them. Can you please edit this so it makes sense? | |
| May 11, 2015 at 20:44 | history | edited | user44757 | CC BY-SA 3.0 |
Adding ExpressJS code as well
|
| May 11, 2015 at 20:36 | history | edited | user44757 |
Adding expressjs tag
|
|
| May 11, 2015 at 20:26 | review | First posts | |||
| May 11, 2015 at 20:57 | |||||
| May 11, 2015 at 20:23 | history | asked | user44757 | CC BY-SA 3.0 |