###Cheat Sheet RUBY and rails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sub Macroincertion() | |
| ' | |
| ' Macro d'ajout de cell | |
| ' | |
| Dim groupCheck As String 'lettre du lot de travaux | |
| Dim i As Integer | |
| For i = 1 To 100 | |
| If Worksheets("Planning container").Range("A" & i).Value = "B" Then | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm config set prefix /usr/local => pour bower |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const ValidationQuestion = { | |
| 'BAR-EN-101': { | |
| offre_de_prime: [ | |
| { | |
| question: 'Lisible & non raturé ?', | |
| checkpoint: { | |
| dossier: 'surface_estime', | |
| unit: 'm²' | |
| }, | |
| input: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| install postman : https://www.postman.com/downloads/ | |
| url : https://id-generator-rust.herokuapp.com/ideas/ | |
| metod: post | |
| Body (raw json) : | |
| { | |
| "title":"YOUR FANTASTIC IDEA", | |
| "position": 0 | |
| } |