Felipe Nunes Azambuja

Results 6 issues of Felipe Nunes Azambuja

better autocomplete on vscode and netbeans

regex update

In all my projects i use mongo and i belive its very common lib and would be a good addition

[ErrorException] Implicit conversion from float 33333.33333333333 to int loses precision

Add this code to work `var w = $(document).width();` `if (w > 1024) {` `$(".show-desktop").show();` `$(".hide-desktop").hide();` `} else if (w > 768 && w < 1024) {` `$(".show-tablet").show();` `$(".hide-tablet").hide();` `}...