this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Continue rapport

+49 -2
+18
bib.yaml
··· 340 340 value: https://github.com/dartsim/dart 341 341 date: '2011-09-19' 342 342 343 + pybullet: 344 + type: web 345 + title: 'Bullet Real-Time Physics Simulation | Home of Bullet and PyBullet: physics 346 + simulation for games, visual effects, robotics and reinforcement learning.' 347 + url: 348 + date: '2025-10-10' 349 + value: https://pybullet.org/wordpress/ 350 + 351 + bullet-featherstone: 352 + type: conference 353 + title: Bullet Physics Simulation Constraint Solving and Featherstone Articulated Body Algorithm 354 + author: Erwin Coumans 355 + publisher: International Conference and Exhibition on Computer Graphics and Interactive Technologies 356 + date: 2015 357 + page: 6 358 + url: 359 + date: 2025-10-10 360 + value: https://docs.google.com/presentation/d/1wGUJ4neOhw5i4pQRfSGtZPE3CIm7MfmqfTp5aJKuFYM/edit?slide=id.g644a5aa5f_0_16#slide=id.g644a5aa5f_0_16
+29
cite-web.fish
··· 1 + function cite-web 2 + set id $argv[1] 3 + set url $argv[2] 4 + 5 + # horrible mdr 6 + set full_url (https -F --print h --debug $url 2>&1 | rg "^\\s*'url': '(.*$url.*)'}\\)" | sd "^\\s*'url': '(.+)'}\\)" '$1') 7 + 8 + set title (https -F $url | htmlq --text 'head title') 9 + 10 + echo "Adding $title" 11 + 12 + set citation '{ $id: { 13 + type: "web", 14 + title: $title, 15 + url: { date: $today, value: $url }, 16 + } }' 17 + 18 + 19 + echo '{}' | yq -Y "$citation" \ 20 + --arg today (date --iso-8601) \ 21 + --arg id $id \ 22 + --arg title "$title" \ 23 + --arg url "$full_url" \ 24 + >> bib.yaml 25 + 26 + # Add a blank line 27 + echo >> bib.yaml 28 + echo >> bib.yaml 29 + end
+2 -2
rapport/context.typ
··· 156 156 157 157 ==== Bullet 158 158 159 - Bullet @bullet 159 + Bullet @bullet @pybullet 160 160 161 161 ==== Bullet avec Featherstone 162 162 163 - L'algorithme de Featherstone @featherstone 163 + L'algorithme de Featherstone @featherstone, disponible sur Bullet @bullet-featherstone 164 164 165 165 166 166 == Le H1v2 d'_Unitree_
rapport/main.pdf

This is a binary file and will not be displayed.