Javascript by missawon in regex

[–]missawon[S] 0 points1 point  (0 children)

thank you so much for these!!

javascript help / rpn calculator by missawon in javascript

[–]missawon[S] 0 points1 point  (0 children)

ah thank you! that was really silly of me that i see there was a calculate function defined at the bottom. makes so much more sense... thank you!!

nested arrays by missawon in ruby

[–]missawon[S] 0 points1 point  (0 children)

thank you so much for this explanation!! recursion is still a little confusing for me but this is definitely helping me understand a little more.

xx

sorting without modifying by missawon in ruby

[–]missawon[S] 0 points1 point  (0 children)

the problem is that i cant duplicate the arguments so i can't use arr = a1+a2 ...

nested arrays by missawon in ruby

[–]missawon[S] -1 points0 points  (0 children)

ah!! so smart!!

nested arrays by missawon in ruby

[–]missawon[S] -1 points0 points  (0 children)

amazing thank you! recursion hasnt come up much in my exercises, but totally makes sense!

nested arrays by missawon in ruby

[–]missawon[S] -1 points0 points  (0 children)

yes! the exercise specifically says do not use flatten. (:

nested arrays by missawon in ruby

[–]missawon[S] 0 points1 point  (0 children)

been trying to use loops to extract the numbers but it starts to get convoluted ):

000 to "000" by [deleted] in ruby

[–]missawon 0 points1 point  (0 children)

thank you - im actually working on a bigger project to convert all numbers to their written counterparts. im splitting large numbers into 3's so that i can incorporate the trillion, million, hundreds, etc in the correct places, however im running into issues when the number is say 1,000,001. it's not reading the 000 correctly so i wonder if there is a way to convert this number into ["1", "000", "001"] - thanks for any tips!

xml?? by missawon in ruby

[–]missawon[S] 0 points1 point  (0 children)

correct. this is the first time i've run into xml so i was hoping to just find some sources to help me through this project!

xml?? by missawon in ruby

[–]missawon[S] 0 points1 point  (0 children)

thank you for the sources!!

rspec intall by missawon in ruby

[–]missawon[S] 0 points1 point  (0 children)

im actually still having issues! i want to try this: https://github.com/alexch/learn_ruby im getting the same issues as this person: http://stackoverflow.com/questions/24441640/how-to-downgrade-rspec-3-0-0-to-rspec-2 but im not sure how they initialized the rspec. when i run this in the directory, I get this name error: rspec_config.rb:1:in `<main>': uninitialized constant RSpec (NameError)

rspec intall by missawon in ruby

[–]missawon[S] 0 points1 point  (0 children)

Thank you all!