Cobol Hello World $ vim helloworld IDENTIFICATION DIVISION. PROGRAM-ID. HELLO-WORLD. * simple hello world program PROCEDURE DIVISION. DISPLAY ‘Hello world!’. STOP RUN. Kaynak
Continuer la lectureCatégorie : cobol
« Gatsby avec fil » Code de réponse
Gatsby avec fil Copycopy code to clipboardyarn global add gatsby-cli La Source Gatsby avec fil Copycopy code to clipboardyarn global add gatsby-cli La Source
Continuer la lecture« AlertDialog avec textfield Validator Flutter » Code Réponse
AlertDialog avec Textfield Validator Flutter // Creates an alertDialog for the user to enter their email Future _resetDialogBox() { return showDialog( context: context, barrierDismissible: false, […]
Continuer la lecture« Script Google Apps Supprimer NULLS Array » Code Réponse
Script Google Apps Supprimer NULLS Array // filter(Boolean) – will remove null, false, NaN, undefined, or the empty string, //the resulting Boolean will be false […]
Continuer la lecture« Comment tester le travail de crontab » Réponse de code
Comment tester le travail de crontab #!/bin/bash # crontest # See https://github.com/Stabledog/crontest for canonical source. # Test wrapper for cron tasks. The suggested use is: […]
Continuer la lecture« Python pygments Installer » Code Réponse
Python Pygments Installer pip install Pygments Kaynak
Continuer la lecture« Smooth Scolling to Div Java Script » Code Réponse
Smooth Scolling To Div Java Script var element = document.querySelector(« #post-container »); // smooth scroll to element and align it at the bottom element.scrollIntoView({ behavior: ‘smooth’}); Kaynak
Continuer la lecture« Hello World in Cobol » Code Réponse
Bonjour World à Cobol $ vim helloworld IDENTIFICATION DIVISION. PROGRAM-ID. HELLO-WORLD. * simple hello world program PROCEDURE DIVISION. DISPLAY ‘Hello world!’. STOP RUN. Kaynak
Continuer la lecture« Gatsby avec fil » Code de réponse
Gatsby avec fil Copycopy code to clipboardyarn global add gatsby-cli Kaynak Gatsby avec fil Copycopy code to clipboardyarn global add gatsby-cli Kaynak
Continuer la lecture« Cobol Inverser une chaîne » Code Réponse
Cobol Inverser une chaîne IDENTIFICATION DIVISION. PROGRAM-ID. reverse string. PROCEDURE DIVISION. MOVE FUNCTION REVERSE(s) TO t STOP RUN.
Continuer la lecture