Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
cagix pushed 122 commits to master cagix/lecture_i2ml
- RF cleanup (#1249) * improved code comments * added macros * compiled with macros * Update .gitignore * ... dfb2ca2
- add missing semicolon 9fc6579
- start updating contributing f4c56a7
- update exercise docu 6d9c500
- update exercise docu 243852e
- update exercise docu 01715ee
- update exercise docu 637db28
- adjusted quarto.mk 8c17e74
- General cleanup for Overleaf (#1252) * removed ml-philo chapter * removed regu slides (now in sl repo) * remov... 917d0be
- Updates from Overleaf (#1257) cc3fb0e
- moved slides-i2ml.pdf to gdrive (#1258) * deleted slides-i2ml moved to gdrive, as over 50mb (overleaf!) * upda... 34aa0dc
- test a83e38e
- Revert "test" This reverts commit a83e38e6e6f79b25bab01fd24b4e9ddcc623832c. 35c9a7c
- Update README.md 89da5fd
- Updates from Overleaf 7d04caa
- Merge overleaf-2024-09-27-1240 into master 4e9c5a9
- restore quarto mk 5926ada
- Merge pull request #1256 from slds-lmu/quarto-makefile-adjustments quarto makefile adjustments d92b1ee
- Merge branch 'master' of github.com:slds-lmu/lecture_i2ml into update-contrib-ex d0ece2d
- update exercise docu with new make targets 5a74f70
- and 102 more ...
cagix pushed 273 commits to main cagix/hugo-theme-relearn
- notice: collapse borders if single code block is displayed #906 0edaa81
- docs: mention Octocats in credits 50165dd
- shortcodes: fix whitespace issues #907 33f9cb6
- resources: add expanded parameter #908 86fa3c7
- notice: fix styling for Markdown code boxes #906 1858bf4
- docs: variance #906 a55a3f0
- docs: don't look like a C novice #906 57f2618
- frontmatter: add expanded parameter for shortcodes #911 f696f60
- notice: fix code in markdown alerts, take II #906 5d7bdfc
- notice: support user defined box styles #913 70e51b0
- docs: supplement #913 d0b1735
- include: don't erroneously remove headings if hidefirstheading=true #914 7d927f1
- build: add link for migration into changelog #915 a185305
- build: don't link to patch release #915 as it does not exist in the migration notes 59af8fd
- build: be a nice Hugo citizen in regards to screenshots and remove chrome from the theme site builder screenshots 1fe1efe
- docs: mention Pixeden for screenshot templates in credits 3cda560
- Ship tag 6.4.0 aedb438
- Mark non-release version d5a0ee0
- highlight: remove additional newlines from code if copied from cursor selection #925 b896794
- Ship tag 6.4.1 73672a7
- and 253 more ...
cagix pushed 364 commits to main cagix/pandoc
- HTML writer: don't add doc-biblioref role to every link... in a citation; only to links to the bibliography. Closes ... 89c0052
- Markdown writer: make math sensitive to `tex_math_gfm` extension. This means that in GFM output, the "new style" mat... 7d672fc
- LaTeX reader: math environments don't have bracketed options. We were checking for these, and that caused problems i... 74221a0
- Add options to change table/figure caption positions. + Add command line options `--table-caption-position` and `-... a27dad6
- Text.Pandoc.Shared: add `makeSectionsWithOffsets` [API change]. This is like `makeSections` but has an additional pa... 3e6eb1c
- T.P.Opp: Change default for optNumberOffset to `[]`. This behaves the same as `[0,0,0,0,0]`. bdcbb67
- Docx writer: Support `--number-offsets`. e589dd6
- pandoc-server: initialize caption position options 6be6676
- Include accessors for new writer options 45da887
- CONTRIBUTING.md: summarize steps for adding new cli option. 079af93
- Add to cli options seciton in CONTRIBUTING. 8e391ba
- Document figure/table-caption-position in defaults files. ca017b3
- Finishing touches on `--link-images`: - Document in defaults file section of MANUAL. - Add to pandoc-lua-engine writ... 25b9314
- Initialize some missing fields in pandoc-server. writerEpubTitlePage, writerChunkTemplate, writerListTables. 7a569b9
- pandoc-lua-engine: marshall list_tables, epub_title_page writer options. 477e235
- Avoid use of partial function 'tail'. cf3a583
- Remove most uses of partial function 'head'. 9855cd9
- Use latest typst-hs. 4cd5b38
- Typst reader: change how "block" elements are handled. Previously they were always parsed as divs. But actually the... 185c29b
- T.P.Readers.ODT.Generic.XMLConverter: remove partial functions. 7602e49
- and 344 more ...
cagix pushed 110 commits to master cagix/debuggingbook
- Added type checks for ConditionTracer classes 564b090
- Typo: breakoint b79f6cc
- Update 74342b8
- Code cleanup 0d91a49
- Hack to get show_ast() running with Python 3.12 52e262e
- New release: 1.2.3 ce9b80b
- Fix: numpy 2.0 conflicts with pandas cd32cc3
- Update synopsis 1ec79f4
- Fix: make static type checking happy 484b49c
- Updated github actions 787edb8
- Also test Python 3.13 ffcf846
- Update synopsis 5ce022b
- Update from source f8780c7
- Doc update 40fad43
- Update from source 0e3f3ca
- Doc update c41acfc
- New dist: 1.2.3 a88427b
- New dist: 1.2.3 0d1177b
- Next release witll be 1.2.4 ecdba46
- Synopsis update 25a99af
- and 90 more ...
cagix pushed 39 commits to master cagix/fuzzingbook
- Fixed #179 af8c83c
- Add a missed description of Testing compilers An overview of "Part V: Domain-Specific Fuzzing" has missed a descript... a96ec02
- Fix typos d863c71
- Merge pull request #180 from ligurio/ligurio/add-missed-description Add missed description of Testing compilers 811c88c
- Merge pull request #181 from ligurio/ligurio/fix-typos Fix typos b03dca3
- Fix broken markup in ConfigurationFuzzer 0646433
- Merge pull request #182 from ligurio/ligurio/fix-markup Fix broken markup in ConfigurationFuzzer 6d449a2
- Updated release notes c334a65
- Merge branch 'master' of https://github.com/uds-se/fuzzingbook 7118e5a
- Update from debuggingbook dd34b8d
- Improved gcov calls f3c36d5
- Better cleanup of cgi_decode 9ed03de
- Fix: numpy 2.0 conflicts with pandas a0fd16a
- Update synopsis 87a607c
- Updated github actions; also test Python 3.13 a2da9eb
- Update synopsis 2fb78ff
- Update from debuggingbook 4b7d5cd
- Updated License 02d9b49
- Update synopsis 56d9478
- Update synopsis 9d479cd
- and 19 more ...
cagix pushed 139 commits to development cagix/LiaScript
- Version bump to LiaScript 0.15.4 59fd744
- Merge branch 'development' e31c362
- Merge branch 'development' ed1f6ce
- Merge branch 'development' 05ff59f
- Merge branch 'development' f6f593c
- Merge branch 'development' 42f8794
- Merge branch 'development' af74945
- improve: Hide skip navigation link 07fe62f
- feat(Zip-Upload): Files and projects can now be uploaded directly b4988e4
- Version bump to 0.16.0 6be6403
- Merge branch 'development' 034b1ac
- Purged WebTorrent dependencies 7990082
- Version bump to 0.16.1 && Reduced bundle size 5cf2e60
- Merge branch 'development' 89c1c68
- fix: image loading from zip files fa2a18b
- Merge branch 'development' 94e01c4
- feat(Formula): Pass global .katex CSS to webcomponent Somehow the global styles were not passed to the webcomponent,... dc25837
- Loading Zip from URL works now 3c84029
- Add URL replacement for Zip files on GitHub 0a48504
- Add one-drive url-translation for zip-download ec82917
- and 119 more ...
cagix pushed 8 commits to main cagix/AI-For-Beginners
- Update README.md Fixed the Broken link-12 (Tensorflow) 2a4412c
- Update README.md 8470c66
- Update README.md 321daa0
- Update README.md 381031a
- Merge pull request #395 from microsoft/leestott-patch-1 Update README.md 218f473
- Update README.md 8c5808a
- Merge pull request #396 from microsoft/leestott-patch-2 Update README.md 5d33a9a
- Merge pull request #389 from rahuldave2005/main Fixed Readme Broken Links e0fba8e
cagix pushed 7 commits to main cagix/ML-For-Beginners
- Update README.md Added link to AI Discord channel 2c3e506
- Merge pull request #770 from microsoft/leestott-patch-1 Update README.md 0060956
- Update README.md 4268b0b
- Update README.md Added Follow these steps: 1. **Fork the Repository**: Click on the "Fork" button at the top-ri... 99f79d5
- Merge pull request #778 from microsoft/leestott-patch-2 Update README.md be214ab
- Fix typo in README.md 1313e74
- Merge pull request #779 from aneelkkhatri/main Fix typo in README.md 2416100
cagix pushed 5 commits to master cagix/clojure
cagix pushed 245 commits to master cagix/flecs
- Compute flecs C++ type/symbol name at most once Summary: This diff upstreams a fix that ensures that the C++ type/sy... 6dfbfea
- Cleanup query traversal code 2fbe476
- Fix issue where up traversal could return duplicate result c9b99e0
- Fix typo 720f9b6
- Add perf trace when sleeping due to target_fps fd415b7
- Add support for adding AUTO_OVERRIDE to prefab children Summary: This upstreams a change which allows for auto overr... c973cb3
- Implement deterministic ids for prefab children (#1335) Summary: Pull Request resolved: https://github.com/SanderMer... d7a388b
- Fix crash when fetching WorldSummary before it's initialized Summary: This upstreams a fix for a crash that happens ... 4f417ed
- Use __alignof__ on clang Summary: This upstreams a change that ensures that `__alignof__` is used when compiling wit... 8806502
- Improve usability of ecs_set_entity_range function Summary: This diff upstreams two changes: - Providing 0 for the `... 2aded1b
- Add counter for tracking component monitor evaluations (#1343) * Add counter for tracking component monitor evaluati... cb7769a
- Should be world.event not .emit (#1344) d2f6537
- #1338 Fix issue with setting rate filter on system without tick source 1ad8fb5
- #1339 Fix issue with cleaning up iterator resources for systems that match nothing 2c9877a
- Add missing access modifier section to query language manual 7e74712
- Add flecs::ref::has Summary: This diff upstreams a change that adds a `has` method to `flecs::ref`. Differential Re... 549fc46
- Fix thread sanitizer warnings, add macro to disable stat counters Summary: This diff upstreams a change that fixes t... 7ac2a9f
- Fix issue with matching IsA -> IsA -> ChildOf up traversal 3254436
- Fix issue with testing tables for wildcard pair ids Differential Revision: D62449697 Pull Request resolved: https:/... 9ca3121
- Add query builder overload for .with(name, id) c8ace29
- and 225 more ...
cagix pushed 178 commits to main cagix/SeaOfNodes-Simple
- Fix GCM of CSE stores Stop CSE of stores. Backports to ch11,12,13,14 ce4c47a
- x-x==0 Move x-x==0 to compute. Add x/1 ==> x All chapters 703f88d
- move x-x check up front 4be4379
- extend explanation on scopes b4f3ba2
- revisit explanation 4a3f024
- b and e use different numbers 00a2480
- replace images 301d9af
- fix Minus wrapping MIN_LONG 25d855d
- sigh d1efd43
- Folding loads before phis needs more work (#116) * Folding loads before phis needs more work Have to check load a... bb3147d
- remove peephole from ProjNode::idealize that is already handled by compute c7445ad
- extend chapter 2 peephole section (#118) * extend peephole section * fix bad indentatitons * Update README.md 8386c6b
- extend opt and projnode docs 2eb9be2
- replace constant fold version to arg 4f15ef0
- update readme d3a1fc8
- add missing ToString 73f5202
- add graph and explanation 4fa25c5
- c will die when the scope dies. 6c4ff25
- A bunch of rewording to get better flow Fix a bunch of indent bugs. 2dd8a6a
- Cleanup on ch5 README dfd2182
- and 158 more ...
cagix pushed 46 commits to main cagix/docsify-open-course-starter-kit
- Scroll offset fix. 2429185
- Added missing Prism language files. c595310
- Update CHANGELOG.md 7cbe28c
- Update CHANGELOG.md 9097941
- Fix formatting conflict with Prism formatted code blocks. 718720d
- Update CHANGELOG.md 2d11887
- Updated CSS with word-wrap for code blocks. 2b037b5
- Update CHANGELOG.md cc51967
- Update CHANGELOG.md c93efe3
- Use of window.matchMedia.addListener replaced with window.matchMedia.addEventListener. b720b90
- Update CHANGELOG.md e518e11
- Cleanup HTML. d11a720
- Update CHANGELOG.md a0d2b02
- Added default setting of off for `mergeNavbar`. 2730206
- Update CHANGELOG.md 2bf0a0a
- Update CHANGELOG.md 6e3db3a
- Update uses of Font Awesome. 97826f4
- Update CHANGELOG.md 9adb0ad
- Match Docsify-This CSS with Docsify Starter Kits CSS. 2bf3451
- Update CHANGELOG.md c0ba88e
- and 26 more ...
cagix pushed 15 commits to master cagix/reveal.js
- don't parse math equations in code blocks 5a275f2
- fix last slide not triggering slidechange in scroll view (closes #3715) fe4a6e8
- default mathjax config now ignores code tags 0d02d8a
- auto-animate no longer skips matching fragments on adjacent slides 6dea2a5
- update specs for 6dea2a50941bf3be6824b3eadc5cb17feb87eb5b e15cf92
- Add controls: 'speaker-only' option 3751715
- Merge pull request #3716 from gpotter2/controls-for-speaker Add 'controlsOnlyForSpeaker' option 6527f4d
- update controls comment to match other prop descriptions 983c624
- refactored overlays; new icons and reduced selector specificity 31ba65c
- switch to dvh for reveal.js height, fixes issue with presentations not covering fullviewport in ios 6cebb77
- remove outdated ff bug fix 3ceac94
- further refinements to overlay styles 0524ae8
- add support image/video lightbox via data-preview-image/video, move overlay into standalone controller 1b2c39a
- overlay mode refactoring 087eed8
- more flexible styling system for overlays 0950590
cagix pushed 41 commits to main cagix/clojure.gdx
- Add docstrings to clojure.gdx and rename initialize to bind-gdx-components 5088132
- Move internal function to gdx.interop 90e5f1b
- Stop using global state in files,graphics,input 0d6d167
- Remove clojure.gdx global state and get static fields without eval 3930cbb
- Fix assets/type d47fce7
- Add namespace doc to texture bfe5c35
- Add docs and :width/:height to viewport 2172a18
- Move application, files,graphics and input into clojure.gdx context c40f6e0
- Remove audio.sound, add play to clojure.gdx 9e014e1
- Add clojure.gdx/sprite-batch, remove clojure.gdx.graphics.g2d.sprite-batch namespace 69c3c49
- clojure.gdx/dispose 411ac6d
- Remove clojure.gdx.assets/dispose 8c97b9e
- Add clojure.gdx/orthographic-camera 088d306
- Move clojure.gdx.math.utils into clojure.gdx 41d0ef2
- Move files/file-handle -> file-handle 05e9315
- Move clojure.gdx.graphics.color into clojure.gdx d17fe9d
- Move batch into gdx e4fc86c
- Move colors into gdx as def-color a001cd2
- Add clojure.gdx/pixmap & draw-pixel 95b43b2
- Forgot Pixmap$Format import dab20f3
- and 21 more ...
cagix pushed 9 commits to main cagix/cs3110-textbook
- Change switch name to 2025sp to reflect present semester 343932a
- Merge pull request #201 from anshumanmohan/patch-5 Change switch name to 2025sp to reflect present semester 12579a2
- Bump version to Spring 2025 15aec4d
- Extend copyright to 2025 af91bb9
- Update _config.yml to reflect extended copyright f7110de
- Update install.md 008dfca
- Merge pull request #202 from anshumanmohan/patch-6 Extend copyright to 2025 daae58c
- Merge pull request #203 from danielkim0916/patch-1 Update install.md b21bb45
- Remove an unnecessary comparison to natural language f742645
cagix pushed 42 commits to 2025sp cagix/cs6120
- Update content.toml a7298f0
- Colead aliasing paper bc04ffb
- Merge pull request #467 from neel-patel-1/patch-1 Update content.toml 32bb43c
- Merge pull request #469 from gerardogtn/2025sp Co-lead aliasing paper 28cdca8
- added self to reading schedule a118cf6
- Merge branch '2025sp' into 2025sp 4356e7b
- Merge pull request #470 from smd21/2025sp Co lead Dynamic Languages Discussion 282c27c
- add Dev Patel for Automatic Verification discussion 64f10bd
- Add Sam as superoptimization leader 01b7323
- Add a crucial "not" 20a1bcd
- add Zihan as co-lead of super-optimization ed94767
- Add Allen to profiling paper 0b7acee
- Merge pull request #471 from devv64/patch-1 add Dev Patel for Automatic Verification discussion c90bf15
- Add Katherine to automatic verification paper 8f7fd5f
- Add Kabir & Noah S to Profiling Paper 8b0fcf6
- Merge pull request #474 from aw578/2025sp Add Allen to profiling paper b0b4822
- Merge pull request #475 from katherinewu312/2025sp Add Katherine to automatic verification paper a5c1b99
- Require BB/CFG as part of task 5d9a932
- Add Tean to tracing paper 1e37ed9
- Merge pull request #472 from samuelbreckenridge/patch-1 Add Sam as superoptimization leader ac20e7e
- and 22 more ...
cagix pushed 7 commits to dev cagix/plfa.github.io
- Bump sass from 1.82.0 to 1.83.0 (#1077) Bumps [sass](https://github.com/sass/dart-sass) from 1.82.0 to 1.83.0. - [Re... 9e60635
- Bump sass from 1.83.0 to 1.83.1 (#1078) Bumps [sass](https://github.com/sass/dart-sass) from 1.83.0 to 1.83.1. - [Re... 6df65f9
- Switch trans' from quote to prime in text to match agda code (#1081) Co-authored-by: Jefferson Carpenter <jefferson@... 9638790
- Add imports for *-mono-<= exercise (#1080) Co-authored-by: Jefferson Carpenter <[email protected]> b22efa9
- Bump sass from 1.83.1 to 1.83.4 (#1082) Bumps [sass](https://github.com/sass/dart-sass) from 1.83.1 to 1.83.4. - [Re... 379e869
- Rename 'standard prelude' to 'standard library' in `Negation.lagda.md` for consistency (#1084) 2400b73
- Extensionality not required for proof of neg any equiv all neg (#1086) Co-authored-by: Jefferson Carpenter <jefferso... 1824aed
cagix opened an issue on Artificial-Intelligence-HSBI-TDU/KI-Vorlesung
KI/GKI: Aufgaben aus Quizzes
beispielsweise CAL2 würde sich super als Klausuraufgabe eignen ...cagix pushed 63 commits to main cagix/aztecs
- feat!: store archetypes as a graph with connecting edges cea0cf8
- update description, homepage, and source-repository in .cabal file b11c158
- Merge pull request #15 from stepcut/main update description, homepage, and source-repository in .cabal file a0cef14
- feat: add low-level node traversal fns c2c079c
- feat: traverse added archetypes in Query.all 4de6ed8
- test: add tests for queries 367cccd
- fix: inserts 320e2a3
- feat: map all matching archetypes 8c0d8be
- feat: move archetypes to new type 813e57e
- fix: fragmented queries 6f492c3
- refactor!: rename fns and clean up new module 2f28c03
- Merge pull request #17 from matthunz/archetypes feat: move archetypes to new type 7f19fa4
- fix!: query all matching archetypes, using edges for caching only 143a1bc
- refactor!: simplify and doc Archetypes module 518a93c
- feat!: support mapping entities in any order 683672a
- feat!: support spawning groups of components 07e3787
- refactor!: rename ToArchetype class to Insert 1d3ced6
- feat: add Query.lookup fn 117fbbc
- feat!: add Query.alter and move Access query methods to Access module aaf3631
- feat!: create View module and refactor Query c11ee8e
- and 43 more ...
cagix pushed 4 commits to master PRODUS-Project/Dungeon
- Bump com.diffplug.spotless from 7.0.1 to 7.0.2 (#1680) aba9321
- Bump blockly from 11.2.0 to 11.2.1 in /blockly/frontend (#1681) 428da0a
- Bump vite from 6.0.7 to 6.0.9 in /blockly/frontend (#1682) 35335f6
- Bump vite from 6.0.9 to 6.0.11 in /blockly/frontend (#1683) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/pa... 6bccac1