Skip to content

Commit 7ab7224

Browse files
committed
Robot Updated at:20 Feb 2025 21:10:20 GMT
1 parent 4e4fb20 commit 7ab7224

13 files changed

+85
-166
lines changed

docs/awesome/awesome-agi-cocosci.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Contributions are greatly welcomed! Please refer to [Contribution Guidelines](ht
283283

284284
* [Infinite Hidden Relational Models](https://dl.acm.org/doi/abs/10.5555/3020419.3020485) - ***UAI'06***, 2006. [[All Versions](https://scholar.google.com/scholar?cluster=2143172296528388141)]. [[Preprint](https://www.dbs.ifi.lmu.de/~yu_k/uai06_relation.pdf)]. Relational learning analyzes the probabilistic constraints between the attributes of entities and relationships. This work extends the expressiveness of relational models by introducing for each entity (or object) an infinite-dimensional latent variable as part of a Dirichlet process (DP) mixture model. This work discusses inference in the model, which is based on a DP Gibbs sampler, i.e., the Chinese restaurant process. The authors extended the Chinese restaurant process to be applicable to relational modeling.
285285

286-
* [Statistical Predicate Invention](https://alchemy.cs.washington.edu/papers/kok07/kok07.pdf) - ***ICML'07***, 2007. [[All Versions](https://scholar.google.com/scholar?cluster=17009312281859401704&hl=en&as_sdt=2005&sciodt=0,5)]. Treating predicate invention as a non-parametric problem, in the account of statistics.
286+
* [Statistical Predicate Invention](https://alchemy.cs.washington.edu/papers/kok07/kok07.pdf) - ***ICML'07***, 2007. [[All Versions](https://scholar.google.com/scholar?cluster=17009312281859401704)]. This work proposes statistical predicate invention as a key problem for statistical relational learning. SPI is the problem of discovering new concepts, properties and relations in structured data, and generalizes hidden variable discovery in statistical models and predicate invention in ILP. This work proposes an initial model for SPI based on second-order Markov logic, in which predicates as well as arguments can be variables, and the domain of discourse is not fully known in advance. The proposed approach iteratively refines clusters of symbols based on the clusters of symbols they appear in atoms with (e.g., it clusters relations by the clusters of the objects they relate).
287287

288288

289289
#### Bayesian Optimization

docs/awesome/awesome-angular.md

+1
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ become an Angular expert.
650650
* [ng-translate-extensions](https://github.com/ressurectit/ng-translate-extensions) - Angular module extending ng2-translate.
651651
* [ngx-translate-router](https://github.com/gilsdav/ngx-translate-router) - Translate routes using `ngx-translate`.
652652
* [ngx-translate-routes](https://github.com/darioegb/ngx-translate-routes) - This service translates titles and route paths.
653+
* [@transifex/angular](https://github.com/transifex/transifex-javascript/tree/master/packages/angular/projects/tx-native-angular-sdk) - You can easily localize Angular components using the [@transifex/angular](https://www.npmjs.com/package/@transifex/angular) library extension. This library extends the functionality of [Transifex Native JavaScript SDK](https://developers.transifex.com/docs/javascript-sdk).
653654

654655
#### Module Federation
655656

docs/awesome/awesome-generative-ai.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Contributions to this list are welcome. Before submitting your suggestions, plea
289289

290290
## Video
291291

292-
- [RunwayML](https://runwayml.com/) - Magical AI tools, realtime collaboration, precision editing, and more. Your next-generation content creation suite.
292+
- [Runway](https://runwayml.com/) - Magical AI tools, realtime collaboration, precision editing, and more. Your next-generation content creation suite.
293293
- [Synthesia](https://www.synthesia.io/) - Create videos from plain text in minutes.
294294
- [Rephrase AI](https://www.rephrase.ai/) - Rephrase's technology enables hyper-personalized video creation at scale that drive engagement and business efficiencies.
295295
- [Hour One](https://hourone.ai/) - Turn text into video, featuring virtual presenters, automatically.
@@ -301,6 +301,7 @@ Contributions to this list are welcome. Before submitting your suggestions, plea
301301
- [Luma Dream Machine](https://lumalabs.ai/dream-machine) - An AI model that makes high quality, realistic videos fast from text and images.
302302
- [Infinity AI](https://infinity.ai/) - Infinity is a video foundation model that allows you to craft your characters and then bring them to life.
303303
- [KLING AI](https://klingai.com/) - Tools for creating imaginative images and videos.
304+
- [Hailuo AI](https://hailuoai.video/) - AI-powered text-to-video generator.
304305

305306
### Avatars
306307

docs/awesome/awesome-go.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3036,7 +3036,7 @@ _Software written in Go._
30363036

30373037
- [abbreviate](https://github.com/dnnrly/abbreviate) - abbreviate is a tool turning long strings in to shorter ones with configurable separators, for example to embed branch names in to deployment stack IDs.
30383038
- [alaz](https://github.com/ddosify/alaz) - Effortless, Low-Overhead, eBPF-based Kubernetes Monitoring.
3039-
- [aptly](https://github.com/smira/aptly) - aptly is a Debian repository management tool.
3039+
- [aptly](https://github.com/aptly-dev/aptly) - aptly is a Debian repository management tool.
30403040
- [aurora](https://github.com/xuri/aurora) - Cross-platform web-based Beanstalkd queue server console.
30413041
- [awsenv](https://github.com/soniah/awsenv) - Small binary that loads Amazon (AWS) environment variables for a profile.
30423042
- [Balerter](https://github.com/balerter/balerter) - A self-hosted script-based alerting manager.

docs/awesome/awesome-javascript.md

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
213213
* [xtemplate](https://github.com/xtemplate/xtemplate) - eXtensible Template Engine lib for node and the browser
214214
* [marko](https://github.com/marko-js/marko) - A fast, lightweight, HTML-based templating engine for Node.js and the browser with async, streaming, custom tags and CommonJS modules as compiled output.
215215
* [swig](https://github.com/paularmstrong/swig) - (Archived) A simple, powerful, and extendable Node.js and browser-based JavaScript template engine.
216+
* [hmpl](https://hmpl-lang.dev) - Server-oriented customizable templating for JavaScript.
216217

217218
## Game Engines
218219
* [A-Frame](https://aframe.io) - Make WebVR.

docs/awesome/awesome-playcanvas.md

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134

135135
## IO Games
136136

137+
- [Animal Obby](https://poki.com/en/g/animal-obby) - Switch between animals with unique abilities to reach the goal.
137138
- [Bullet Bonanza](https://www.bulletbonanza.io/) - Fast paced, high fidelity, 3D Multiplayer FPS game from Kiloo.
138139
- [Fields of Fury](https://www.fieldsoffury.io/) - Capture the flag set during WW2.
139140
- [GUMMYZ](https://gummyz.fitfuns.com) - Sword-swinging multiplayer combat game.

docs/awesome/awesome-python-data-science.md

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545

4646
### TensorFlow
4747

48-
### MXNet
49-
5048
### JAX
5149
* [JAX](https://github.com/google/jax) - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.
5250
* [FLAX](https://github.com/google/flax) - A neural network library for JAX that is designed for flexibility.

docs/awesome/awesome-rust.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
323323
* [espanso](https://github.com/espanso/espanso) - A cross-platform Text Expander. [![CI](https://github.com/espanso/espanso/actions/workflows/ci.yml/badge.svg?branch=dev&event=push)](https://github.com/espanso/espanso/actions/workflows/ci.yml)
324324
* [eureka](https://crates.io/crates/eureka) - A CLI tool to input and store your ideas without leaving the terminal
325325
* [Furtherance](https://github.com/unobserved-io/Furtherance) - Time tracking app built with GTK4
326-
* [illacloud/illa](https://github.com/illacloud/illa) [[ILLA Cloud](https://www.illacloud.com/)] - Low-code internal tool builder.
326+
* [illacloud/illa](https://github.com/illacloud/illa) [[ILLA Cloud](https://illacloud.com/)] - Low-code internal tool builder.
327327
* [LLDAP](https://github.com/lldap/lldap) - Simplified LDAP interface for authentication.
328328
* [pier-cli/pier](https://github.com/pier-cli/pier) - A central repository to manage (add, search metadata, etc.) all your one-liners, scripts, tools, and CLIs
329329
* [ShadoySV/work-break](https://github.com/ShadoySV/work-break) [[work-break](https://crates.io/crates/work-break)] - Work and rest time balancer taking into account your current and today strain [![Build](https://github.com/shadoysv/work-break/actions/workflows/release.yml/badge.svg)](https://github.com/ShadoySV/work-break/releases)

docs/awesome/awesome-selfhosted.md

-1
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,6 @@ A [human resources management system](https://en.wikipedia.org/wiki/Human_resour
10001000

10011001
[Internet of Things](https://en.wikipedia.org/wiki/Internet_of_things) describes physical objects with sensors, processing ability, software, and other technologies that connect and exchange data with other devices over the Internet.
10021002

1003-
- [DeviceHive](https://www.devicehive.com/) - Open Source IoT Platform with a wide range of integration options. ([Demo](https://playground.devicehive.com/), [Source Code](https://github.com/devicehive/devicehive-java-server)) `Apache-2.0` `Java/Docker/K8S`
10041003
- [Domoticz](https://www.domoticz.com/) - Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. ([Source Code](https://github.com/domoticz/domoticz), [Clients](https://github.com/domoticz/domoticz-android)) `GPL-3.0` `C/C++/Docker/Shell`
10051004
- [EMQX](https://www.emqx.io/) - An ultra-scalable open-source MQTT broker. Connect 100M+ IoT devices in one single cluster, move and process real-time IoT data with 1M msg/s throughput at 1ms latency. ([Demo](https://www.emqx.com/en/mqtt/public-mqtt5-broker), [Source Code](https://github.com/emqx/emqx)) `Apache-2.0` `Docker/Erlang`
10061005
- [FHEM](https://fhem.de/fhem.html) - FHEM is used to automate common tasks in the household like switching lamps and heating. It can also be used to log events like temperature or power consumption. You can control it via web or smartphone frontends, telnet or TCP/IP directly. ([Source Code](https://svn.fhem.de/trac)) `GPL-3.0` `Perl`

0 commit comments

Comments
 (0)