Posts by Huskell • 228 points
4 posts
-
1
votes1
answer515
viewsQ: Group hashes by Ruby value and manipulate them
I have this hashed array that I’ve simplified to get smaller. My goal is to join by marca of carros to make a small report showing how much that marca is making a profit based on compras. Notice…
-
4
votes3
answers490
viewsA: Displays and hides contents in list form. with Javascript
<html> <head> <title>Teste</title> script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script> function abrirVideo(i) {…
-
1
votes1
answer187
viewsA: CSS selectors (H1 - H6 applying after p)
I think there has been a mistake, the attributes inside the selector will be applied in the paragraph and not in H1~H6, so instead of margin bottom the correct one would be margin top: h1+p, h2+p,…
-
5
votes3
answers1978
viewsA: Creation of a database for each user
You probably won’t notice any difference in bank performance unless you own millions of customers. Some advantages of applying this method would be: Simpler seat model; Easier to export and backup…