literate-computing-machine is an open-source literate programming framework and interactive notebook engine designed to combine executable code, structured text, and rich data visualizations. 📖💻✨ It provides executable document creation, multi-language code execution, inline media rendering, and step-by-step code explanation workflows that make technical documentation and computational analysis simple and efficient.
Discover gists
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
| UEsDBBQAAAAIAPArXlvhCSRXAAEAAMMBAAAQAAAAYnVpbGQuZ3JhZGxlLmt0c5VQu04EMQzs9ytcQnGJaKGkgBrRn7yJsxfWG0dxwuqE+HeS4yFRUJAm8ozHY4+18Cz5wPRKDHOL7CFEJthPVAjO0sBhAvQenKQQl1awRkkgeXza0W3rZRVAZtA2H3KRF3JV7Sa+MamZMrcl9t63CfpDjqhXHGc1X4TB5ItEbzBnju5icA2jOENAVvpLt0rlmL7l/5H0tbMo/Za8T5O18EicqdxCknqKaRmnuROmhWBEcjcU9hKUWQp6JrNW7U6F0J/BU4iJFCTRfT9lfWoJHi5tUFFXMwwGFopsP4QIwx6Tlx2kQNNPSG0fcnRjisl6A6FzofWQWRx2gZQ1sOxm+gBQSwMEFAAAAAgAMBpdW/GltWPzCAAAhhYAAAcAAABncmFkbGV3vVhtc9u4Ef7OX7GB1ch2TdH2JbmrPUqrkxRbiS15JNlOpmoimIQkJBTJEKRlzfn+e3cBkiL90l7bTDWeMV4Wi8Xi2WcX3HrhpCp2bmTgiOAW1MKytqwtaIfROpbzRQKH+wevIVkICLEvA+4DT5NFGGM/a6mGXnImXREo4UEaeCLWS1oRd/FfNrMHVyJWMgzgsLEP2yTAsim2c4wa1mEKS76GIEwgVQJVSAUz6QsQd66IEpABuOEy8iUPXAErmSz0NpkSNAM+ZSrCm4SjNEf5CHuzshzwRBusf4skidSR46xWqwbX5jbCeO74RlQ5Z712tz/q2miyXnQZ+EIpiMX3VMZ42Js18AgtcvkN2unzlfbLPBY4l4Rk8SqWiQzme6DCWbLisUAtnlRJLG/SpOKu3D48dVkAHcYDYK0R9EYMfm2NeqM91HHdG58OLsdw3RoOW/1xrzuCwRDag36nN+4N+th7B63+J/jQ63f2QKCzcBtxF8VkPxopyZHCI6+NhKgYMAuNQSoSrpxJF88VzFM+FzAPb0Uc4HEgEvFSKrpOheZ5qMWXS5nwRI88OhRh |
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
| class Solution { | |
| public char findTheDifference(String s, String t) { | |
| char[] a = s.toCharArray(); | |
| char[] b = t.toCharArray(); | |
| Arrays.sort(a); | |
| Arrays.sort(b); | |
| for (int i = 0; i < a.length; i++) { | |
| if (a[i] != b[i]) { |
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
| -- ab with grain segmentation for PFTResolvedExpanded / PFTResolvedExpandedTG | |
| CREATE TEMP FUNCTION TS() AS ( | |
| TIMESTAMP('2026-09-15 13:57:34.000000 UTC') | |
| ); | |
| CREATE TEMP FUNCTION TS_END() AS ( | |
| -- TIMESTAMP('2026-09-22 02:14:55.000000 UTC') | |
| current_timestamp() | |
| ); |
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
| "use strict"; | |
| const crypto = require("crypto"); | |
| const fs = require("fs"); | |
| const http = require("http"); | |
| const path = require("path"); | |
| const oracledb = require("oracledb"); | |
| loadDotEnv(path.join(__dirname, ".env")); |
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
| {"scenario":{"name":"Panzer-Verbaende Ostpreussen","maxTurns":20,"date":"1939-09-01T23:00:00.000Z","atmosferic":0,"latitude":2,"ground":0,"turnsPerDay":4,"dayTurn":0,"reinforcements":{"2":[],"4":[{"row":2,"col":1,"unit":{"eqid":115,"id":-1,"owner":0,"hasMoved":false,"hasFired":false,"hasResupplied":false,"hasOverstrength":false,"isMounted":false,"isSurprised":false,"isDeployed":false,"isCore":false,"tempSpotted":false,"strength":10,"facing":2,"flag":8,"destroyed":false,"transport":{"eqid":958,"ammo":0,"fuel":0,"icon":"resources/units/images/zd04.png"},"carrier":0,"moveLeft":3,"ammo":6,"fuel":0,"hasAnimation":false,"hits":0,"experience":34,"entrenchment":0,"entrenchTicks":0,"leader":-1},"turn":"4","id":1},{"row":4,"col":5,"unit":{"eqid":66,"id":-1,"owner":0,"hasMoved":false,"hasFired":false,"hasResupplied":false,"hasOverstrength":false,"isMounted":false,"isSurprised":false,"isDeployed":false,"isCore":false,"tempSpotted":false,"strength":10,"facing":2,"flag":8,"destroyed":false,"transport":{"eqid":2398,"ammo":0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Winamp is a media player and audio management tool designed for playing music and other supported media files on Windows. It is known for its customizable interface, playlists, audio playback controls, and support for various media formats.
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
| Épingler une application à la barre des tâches : Clic droit > Épingler à la barre des tâches. | |
| Accéder aux paramètres rapidement : Windows + I. | |
| Utiliser la dictée vocale : Windows + H pour dicter du texte. | |
| Annuler une action : Ctrl + Z. | |
| Ouvrir le menu des émojis : Windows + . (point). | |
| Accéder au gestionnaire des tâches : Ctrl + Maj + Échap. | |
| Utiliser l'historique du presse-papiers : Windows + V. | |
| Verrouiller son PC rapidement : Windows + L. | |
| Rechercher un fichier rapidement : Utilise la barre de recherche de l'Explorateur. | |
| Changer la taille des icônes : Ctrl + Molette de la souris. |
NewerOlder