You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/awesome/awesome-agi-cocosci.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ Contributions are greatly welcomed! Please refer to [Contribution Guidelines](ht
160
160
161
161
*[Abduction in Logic Programming](https://web.stanford.edu/class/cs227/Readings/Abudction%20in%20LP.pdf) - ***Computational Logic***, 2002. [[All Versions](https://scholar.google.com/scholar?cluster=902643678163312237&hl=en&as_sdt=0,5)]. The revised version of the ALP paper.
162
162
163
-
*[Bayesian Abductive Logic Programs: A Probabilistic Logic for Abductive Reasoning](https://www.cs.utexas.edu/~ml/papers/raghavan.starai10.pdf) - ***IJCAI'11***, 2011. [[All Versions](https://scholar.google.com/scholar?cluster=4453424083730209198&hl=en&as_sdt=0,5)].
163
+
*[Bayesian Abductive Logic Programs: A Probabilistic Logic for Abductive Reasoning](https://dl.acm.org/doi/abs/10.5555/2283696.2283887) - ***IJCAI'11***, 2011. [[All Versions](https://scholar.google.com/scholar?cluster=4453424083730209198)]. [[Preprint](https://www.cs.utexas.edu/~ml/papers/raghavan.starai10.pdf)]. This work introduces Bayesian Abductive Logic Programs (BALP), a probabilistic logic that adapts Bayesian Logic Programs (BLPs) for abductive reasoning. Like BLPs, BALPs also combine first-order logic and Bayes nets. However, unlike BLPs, which use deduction to construct Bayes nets, BALPs employ logical abduction. As a result, BALPs are more suited for problems like plan/activity recognition that require abductive reasoning.
164
164
165
165
*[Abductive Plan Recognition by Extending Bayesian Logic Programs](https://www.cs.utexas.edu/~ml/papers/raghavan.ecml11.pdf) - ***ECML'11***, 2011. [[All Versions](https://scholar.google.com/scholar?cluster=7276511797197017483&hl=en&as_sdt=0,5)].
Copy file name to clipboardexpand all lines: docs/awesome/awesome-docker.md
+1
Original file line number
Diff line number
Diff line change
@@ -380,6 +380,7 @@ Native desktop applications for managing and monitoring docker hosts and cluster
380
380
-[dockering-on-rails](https://github.com/Electrofenster/dockerding-on-rails):skull: - Simple Web-Interface for Docker with a lot of features by [@Electrofenster](https://github.com/Electrofenster/)
381
381
-[DockerSurfer](https://github.com/Simone-Erba/DockerSurfer):skull: - A web service for analyze and browse dependencies between Docker images in the Docker registry, by [@Simone-Erba](https://github.com/Simone-Erba/)
382
382
-[dockge](https://github.com/louislam/dockge) - easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager by [@louislam](https://github.com/louislam).
383
+
-[Komodo](https://github.com/mbecker20/komodo) - A tool to build and deploy software on many servers
383
384
-[Kubevious](https://github.com/kubevious/kubevious) - A highly visual web UI for Kubernetes which renders configuration and state in an application centric way by [@rubenhak](https://github.com/rubenhak).
384
385
-[Mafl](https://github.com/hywax/mafl) - Minimalistic flexible homepage by [@hywax](https://github.com/hywax/)
Copy file name to clipboardexpand all lines: docs/awesome/awesome-gbdev.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ The [Choosing tools for Game Boy development](https://gbdev.io/guides/tools.html
218
218
219
219
### Assemblers
220
220
221
-
-[RGBDS](https://github.com/gbdev/rgbds) - Assembler and linker package. [Documentation](https://rgbds.gbdev.io/docs/).
221
+
-[RGBDS](https://github.com/gbdev/rgbds) - Assembler and linker package. [Documentation](https://rgbds.gbdev.io).
222
222
-[ASMotor](https://github.com/csoren/asmotor) - Assembler engine and development system targeting Game Boy, among other CPUs. Written by the original RGBDS author. [Documentation](https://github.com/asmotor/asmotor/tree/develop#further-reading).
223
223
-[wla-dx](https://github.com/vhelin/wla-dx) - Yet Another GB-Z80/Z80/... Multi Platform Cross Assembler Package. [Documentation](http://www.villehelin.com/wla.txt).
224
224
@@ -377,7 +377,7 @@ Fragments of code, effects, proof of concepts and generally non complete games.
377
377
-[8-Bit Wonderland](https://github.com/gb-archive/salvage/blob/master/misc/8bit_wonderland.pdf) - Well-written introductory document about how the Game Boy works and how to start developing working code for it.
378
378
-[Grooves Game Boy Programming](https://github.com/gbdk-salvage/grooves-game-boy-programming) - A complete set of lessons about implementing various game mechanics in a Game Boy game.
379
379
-[How to Write a Simple Side Scrolling Game](http://pastebin.com/F3tHLj68) - Old (but still relevant) tutorial.
380
-
-[Just another simple tutorial](http://pastebin.com/gzT47MPJ)
380
+
-[Just another simple tutorial](http://web.archive.org/web/20230327070526/http://pastebin.com/gzT47MPJ)
381
381
-[GBDK Tutorial](https://refreshgames.co.uk/2016/04/18/gameboy-tutorial-rom/) - Fairly minimal game demo for getting started with GBDK.
382
382
-[GBDK Sprite](http://gbdev.gg8.se/wiki/articles/GBDK_Sprite_Tutorial) - Presents a workflow for getting multiple sprites to display and animate.
383
383
-[GBDK Color](http://gbdev.gg8.se/wiki/articles/GBDK_Color_Tutorial) - Extends your knowledge of basic spriting on the Game Boy by adding colors to sprites, backgrounds and the window layer.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-java.md
+11-12
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,17 @@
4
4
A curated list of awesome Java frameworks, libraries and software.
5
5
6
6
7
+
-[Architecture](#architecture)
7
8
8
9
## Projects
9
10
11
+
### Architecture
12
+
13
+
_Frameworks and libraries that help implementing and verifying design and architecture concepts._
14
+
15
+
-[ArchUnit](https://github.com/TNG/ArchUnit) - Test library for specifying and asserting architecture rules.
16
+
-[jMolecules](https://github.com/xmolecules/jmolecules) - Annotations and interfaces to express design and architecture concepts in code.
17
+
10
18
### Bean Mapping
11
19
12
20
_Frameworks that ease bean mapping._
@@ -25,7 +33,7 @@ _Tools that handle the build cycle and dependencies of an application._
25
33
26
34
-[Apache Maven](https://maven.apache.org) - Declarative build and dependency management that favors convention over configuration. It might be preferable to Apache Ant, which uses a rather procedural approach and can be difficult to maintain.
27
35
-[Bazel](https://bazel.build) - Tool from Google that builds code quickly and reliably.
28
-
-[Buck](https://github.com/facebook/buck) - Encourages the creation of small, reusable modules consisting of code and resources.
36
+
-[Buck2](https://github.com/facebook/buck2) - Encourages the creation of small, reusable modules consisting of code and resources.
29
37
-[Gradle](https://gradle.org) - Incremental builds programmed via Groovy instead of declaring XML. Works well with Maven's dependency management.
30
38
31
39
### Bytecode Manipulation
@@ -75,13 +83,6 @@ _Libraries that provide TUI frameworks, or building blocks related functions._
75
83
-[Text-IO](https://github.com/beryx/text-io) - Aids the creation of full console-based applications.
76
84
-[Lanterna](https://github.com/mabe02/lanterna) - Easy console text-GUI library, similar to curses. (LGPL-3.0-only)
77
85
78
-
### Cluster Management
79
-
80
-
_Frameworks that can dynamically manage applications inside of a cluster._
81
-
82
-
-[Apache Aurora](https://aurora.apache.org) - Mesos framework for long-running services and cron jobs.
83
-
-[Singularity](http://getsingularity.com) - Mesos framework that makes deployment and operations easy. It supports web services, background workers, scheduled jobs, and one-off tasks.
84
-
85
86
### Code Analysis
86
87
87
88
_Tools that provide metrics and quality measurements._
@@ -257,7 +258,7 @@ _Libraries that help to realize the [Inversion of Control](https://en.wikipedia.
@@ -510,7 +511,6 @@ _Libraries for serializing and deserializing JSON to and from Java objects._
510
511
_Current implementations of the JVM/JDK._
511
512
512
513
-[Adopt Open JDK](https://adoptopenjdk.net) - Community-driven OpenJDK builds, including both HotSpot and OpenJ9.
513
-
-[Avian](https://github.com/ReadyTalk/avian) - JVM with JIT, AOT modes and iOS port.
514
514
-[Corretto](https://aws.amazon.com/corretto/) - No-cost, multiplatform, production-ready distribution of OpenJDK by Amazon. (GPL-2.0-only WITH Classpath-exception-2.0)
515
515
-[Dragonwell8](https://github.com/alibaba/dragonwell8) - Downstream version of OpenJDK optimized for online e-commerce, financial, logistics applications.
516
516
-[Graal](https://github.com/oracle/graal) - Polyglot embeddable JVM. (GPL-2.0-only WITH Classpath-exception-2.0)
@@ -538,6 +538,7 @@ _Libraries that log the behavior of an application._
-[tinylog](https://tinylog.org/v2/) - Lightweight logging framework with static logger class.
540
540
-[OpenTracing Toolbox](https://github.com/zalando/opentracing-toolbox) - Collection of libraries that build on top of OpenTracing and provide extensions and plugins to existing instrumentations.
541
+
-[Flogger](https://google.github.io/flogger/) - Flogger is a fluent logging API for Java. It supports a wide variety of features, and has many benefits over existing logging APIs.
541
542
542
543
### Machine Learning
543
544
@@ -586,7 +587,6 @@ _Tools that help send messages between clients to ensure protocol independency._
586
587
_Tools for creating and managing microservices._
587
588
588
589
-[ActiveRPC](https://rpc.activej.io) - Lightweight and fast library for complex high-load distributed applications and Memcached-like solutions.
589
-
-[Apollo](https://spotify.github.io/apollo/) - Libraries for writing composable microservices.
590
590
-[Armeria](https://github.com/line/armeria) - Asynchronous RPC/REST client/server library built on top of Java 8, Netty, HTTP/2, Thrift and gRPC.
591
591
-[consul-api](https://github.com/Ecwid/consul-api) - Client for the Consul API: a distributed, highly available and datacenter-aware registry/discovery service.
592
592
-[Eureka](https://github.com/Netflix/eureka) - REST-based service registry for resilient load balancing and failover.
@@ -1012,7 +1012,6 @@ _Everything related to the creation and handling of random data._
1012
1012
1013
1013
_Provide environments to run tests for a specific use case._
1014
1014
1015
-
-[ArchUnit](https://github.com/TNG/ArchUnit) - Test library for specifying and asserting architecture rules.
1016
1015
-[Apache JMeter](http://jmeter.apache.org) - Functional testing and performance measurements.
1017
1016
-[Arquillian](http://arquillian.org) - Integration and functional testing platform for Java EE containers.
1018
1017
-[cdi-test](https://github.com/guhilling/cdi-test) - JUnit extension for easy and efficient testing of CDI components.
*[Sublime Text](http://www.sublimetext.com/3) - Sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance, [Sublime Text Plugins](https://github.com/jaywcjlove/awesome-mac/blob/master/editor-plugin.md#sublime-text-plugin). [![Awesome List][awesome-list Icon]](https://github.com/dreikanter/sublime-bookmarks#readme)
76
-
*[SubEthaEdit](https://subethaedit.net/) - Powerful Text Editing. Write articles, code, notes or meeting minutes with friends – wherever they are. Ideal for extreme programming sessions, tutoring and creative writing [![Open-Source Software][OSS Icon]]
76
+
*[SubEthaEdit](https://subethaedit.net/) - Powerful Text Editing. Write articles, code, notes or meeting minutes with friends – wherever they are. Ideal for extreme programming sessions, tutoring and creative writing [![Open-Source Software][OSS Icon]](https://github.com/subethaedit/SubEthaEdit)
77
77
*[TextMate](https://macromates.com) - Editor that brings Apple's approach to operating systems into the world of text editors. [![Open-Source Software][OSS Icon]](https://github.com/textmate/textmate)![Freeware][Freeware Icon]
78
78
*[Tot](https://tot.rocks/) - Tot is an elegant, simple way to collect & edit text. It’s your tiny text companion! ![Freeware][Freeware Icon][![App Store][app-store Icon]](https://apps.apple.com/us/app/tot/id1491071483)
79
79
*[Vim](http://www.vim.org/) - Highly configurable text editor built to make creating and changing any kind of text very efficient, [Vim Plugins](https://github.com/jaywcjlove/awesome-mac/blob/master/editor-plugin.md#vim-plugin). [![Open-Source Software][OSS Icon]](https://github.com/vim/vim)![Freeware][Freeware Icon][![Awesome List][awesome-list Icon]](https://github.com/mhinz/vim-galore#readme)
@@ -632,7 +632,7 @@ Any comments, suggestions? [Let us know!](https://github.com/jaywcjlove/awesome-
632
632
*[Rambox](http://rambox.pro/) - Messaging and emailing app that combines common web applications into one. [![Open-Source Software][OSS Icon]](https://github.com/saenzramiro/rambox)![Freeware][Freeware Icon]
*[Presentify](https://presentify.compzets.com/) - A mac app to draw on your screen while on calls, highlight your cursor, and more. ![App Store][app-store Icon]
635
-
*[Mattermost](https://mattermost.com/download/) - Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. [![Open-Source Software][OSS Icon]]![Freeware][Freeware Icon](https://github.com/mattermost/mattermost)
635
+
*[Mattermost](https://mattermost.com/download/) - Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. [![Open-Source Software][OSS Icon]](https://github.com/mattermost/mattermost)![Freeware][Freeware Icon]
636
636
*[Mastodon](https://mastodon.social/) - Your self-hosted, globally interconnected microblogging community [![Freeware][Freeware Icon]](https://joinmastodon.org/apps)[![Open-Source Software][OSS Icon]](https://github.com/mastodon/mastodon)
637
637
*[Matrix](https://matrix.org/) - An open network for secure, decentralised communication! ![Freeware][Freeware Icon]![Open-Source Software][OSS Icon]
638
638
*[Misskey](https://misskey-hub.net/) - 🌎 A completely free and open interplanetary microblogging platform 🚀 [![Open-Source Software][OSS Icon]](https://github.com/misskey-dev/misskey)
@@ -941,7 +941,7 @@ Any comments, suggestions? [Let us know!](https://github.com/jaywcjlove/awesome-
941
941
*[Week Number](https://sindresorhus.com/week-number) - The current week number in your menu bar. ![Freeware][Freeware Icon][![App Store][app-store Icon]](https://apps.apple.com/app/id6502579523)
942
942
*[Work Hours](https://github.com/niteoweb/work-hours-mac) - Simple app that tracks your work hours from the menu bar. [![Open-Source Software][OSS Icon]![Freeware][Freeware Icon]](https://github.com/niteoweb/work-hours-mac)
943
943
*[Xbar](https://xbarapp.com/) - Put the output from any script or program into your macOS Menu Bar (the BitBar reboot). [![Open-Source Software][OSS Icon]![Freeware][Freeware Icon]](https://github.com/matryer/xbar)
944
-
*[FunKey-Mechanical Keyboard App](https://apps.apple.com/us/app/funkey-mechanical-keyboard-app/id6469420677) - FunKey is a Mac app that offers the ability to add artificial mechanical keyboard sounds to your MacBook. The ultimate Mac app for mechanical keyboard enthusiasts. [![App Store][app-store Icon]]
944
+
*[FunKey-Mechanical Keyboard App](https://apps.apple.com/us/app/funkey-mechanical-keyboard-app/id6469420677) - FunKey is a Mac app that offers the ability to add artificial mechanical keyboard sounds to your MacBook. [![App Store][app-store Icon]](https://apps.apple.com/us/app/funkey-mechanical-keyboard-app/id6469420677)
945
945
946
946
### File Organization Tools
947
947
@@ -1159,7 +1159,7 @@ Any comments, suggestions? [Let us know!](https://github.com/jaywcjlove/awesome-
1159
1159
*[OnyX](https://www.titanium-software.fr/en/onyx.html) - Multifunction utility to verify disks and files, run cleaning and system maintenance tasks, configure hidden options and more. ![Freeware][Freeware Icon]
1160
1160
*[Pearcleaner](https://itsalin.com/appInfo/?id=pearcleaner) - A free, source-available and fair-code licensed mac app cleaner. ![Freeware][Freeware Icon][![Open-Source Software][OSS Icon]](https://github.com/alienator88/Pearcleaner)
1161
1161
*[Paragon NTFS](https://www.paragon-software.com/home/ntfs-mac/) - Read/write access to NTFS in macOS Sierra.
1162
-
*[stats](https://github.com/exelban/stats) - free Mac system monitor for the menubar. [![Open-Source Software][OSS Icon]]
1162
+
*[stats](https://github.com/exelban/stats) - free Mac system monitor for the menubar. [![Open-Source Software][OSS Icon]](https://github.com/exelban/stats)
1163
1163
*[Sensei](https://sensei.app/) - Sensei is a multi-tool for Mac performance, with features spanning across both hardware and software.
1164
1164
*[Sleepr](https://sleepr.app/) - Sleepr brings back sleep timer on macOS. [![App Store][app-store Icon]](https://apps.apple.com/us/app/sleepr-app/id6465683427)
1165
1165
*[Sloth](https://sveinbjorn.org/sloth/) - Shows all open files, directories, sockets, pipes and devices in use by all running processes. [![Open-Source Software][OSS Icon]](https://github.com/sveinbjornt/Sloth/)![Freeware][Freeware Icon]
@@ -1229,6 +1229,7 @@ If you come across websites offering pirated software or cracks, please post [HE
1229
1229
* Also, [Quora](https://www.quora.com/), [Reddit](https://www.reddit.com), you know the drill.
*[Buy software, once](https://buyoncesoftware.com/) - The place to find all the software you can buy one time, and own for a lifetime.
1232
+
*[Open Alternative](https://openalternative.co/) - Discover Open Source Alternatives to Popular Software. A curated collection of the best open source alternatives to everyday SaaS products. Save money with reliable tools hand-picked for you.
* Other sites like [MacStories](https://www.macstories.net/), [LifeHacker](http://lifehacker.com/), [ProductHunt](https://www.producthunt.com/topics/mac) are great resources.
0 commit comments