Skip to content

Commit ab86f11

Browse files
authored
Merge branch 'main' into main
2 parents e09f320 + 1ae8e7d commit ab86f11

File tree

8 files changed

+16
-29
lines changed

8 files changed

+16
-29
lines changed

collections/devops-tools/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ items:
3232
- apache/mesos
3333
- SeleniumHQ/selenium
3434
- opendiffy/diffy
35-
- harness/drone
35+
- harness/gitness
3636
- hashicorp/vault
3737
- NagiosEnterprises/nagioscore
3838
- zabbix/zabbix

collections/github-browser-extensions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ items:
3434
- berzniz/github_pr_tree
3535
- N1ck/gifs-for-github
3636
- EnixCoda/Gitako
37-
- vladgolubev/quickreview-for-github
37+
- vladholubiev/quickreview-for-github
3838
- matthizou/github-show-avatars
3939
- dderevjanik/github-vscode-icons
4040
- npmhub/npmhub

collections/made-in-bangladesh/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ items:
2929
- usmanhalalit/charisma
3030
- usmanhalalit/laracsv
3131
- boss-net/license-checker
32-
- sscsb/action-sbom-upload
32+
- SOC-ASIA/action-sbom-upload
3333
- sulaiman-coder/profiler
3434

3535
display_name: Made in Bangladesh

collections/made-in-india/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ items:
2323
- SigNoz/signoz
2424
- uvdesk/community-skeleton
2525
- CRED-CLUB/synth-android
26-
- krshoss/gardevoir
26+
- xkrishguptaa/gardevoir
2727
- pupilfirst/pupilfirst
2828
- kadalu/kadalu
2929
- project-sunbird

topics/backbonejs/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@ short_description: Backbone.js is a JavaScript library for building modern web a
88
topic: backbonejs
99
url: https://backbonejs.org/
1010
wikipedia_url: https://en.wikipedia.org/wiki/Backbone.js
11+
related: javascript, mvc, underscore, routing, jquery
1112
---
12-
Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
13+
**Backbone.js** supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface. Backbone.js was originally extracted from the Rails application [DocumentCloud](http://www.documentcloud.org/). Philosophically, Backbone is an attempt to discover the minimal set of data-structuring (models and collections) and user interface (views and URLs) primitives that are generally useful when building web applications with JavaScript. Backbone is a library, not a framework. Synchronous events are used as the fundamental building block over constantly polling data. The main pars of Backbone are:
14+
* Events
15+
* Models – Wraps a row of data in business logic.
16+
* Collections – A group of models on the client-side, with sorting/filtering/aggregation logic.
17+
* Router (+ History)
18+
* Views (+ Client-side Templates) – A logical, re-usable piece of UI. Often, but not always, associated with a model.
19+
* Sync – Synchronization between frontend and REST API backend

topics/elixir/elixir.png

25.7 KB
Loading

topics/localization/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ related: intl, globalisation, globalization, g11n, translation, t9n, translate,
77
wikipedia_url: https://en.wikipedia.org/wiki/Internationalization_and_localization
88
url: https://www.w3.org/International/questions/qa-i18n.en.html
99
---
10-
**Software localization** (also spelled "localisation", often abbreviated to **l10n** — this is a numeronym, where the “10” stands for the 18 letters between the first letter “l” and the last letter “n”) means translation of a software interface and messages to another language plus adaptation of some formats (e.g. measures, dates and currency) plus adaptation to local cultures.
10+
**Software localization** (also spelled "localisation", often abbreviated to **l10n** — this is a numeronym, where the “10” stands for the 10 letters between the first letter “l” and the last letter “n”) means translation of a software interface and messages to another language plus adaptation of some formats (e.g. measures, dates and currency) plus adaptation to local cultures.

topics/quarto/index.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,8 @@ topic: quarto
88
url: https://quarto.org/
99
---
1010

11-
[Quarto](https://quarto.org/) is an open source scientific and
12-
technical publishing system. Built on pandoc, it allows for the
13-
creation of reports, documents, websites, blogs, presentations,
14-
books, and articles in a [variety of
15-
formats](https://quarto.org/docs/output-formats/all-formats.html).
11+
[Quarto](https://quarto.org/) is an open source scientific and technical publishing system. Built on pandoc, it allows for the creation of reports, documents, websites, blogs, presentations, books, and articles in a [variety of formats](https://quarto.org/docs/output-formats/all-formats.html).
1612

17-
Quarto is supported by several coding tools, including
18-
[JupyterLab](https://quarto.org/docs/tools/jupyter-lab.html), [VS
19-
Code](https://quarto.org/docs/tools/vscode.html), and
20-
[Neovim](https://quarto.org/docs/tools/neovim.html), as well as
21-
other [text
22-
editors](https://quarto.org/docs/tools/text-editors.html). It also
23-
has a powerful [visual
24-
editor](https://quarto.org/docs/visual-editor/) for pandoc
25-
Markdown. The output can be modified and extended via
26-
[extensions](https://quarto.org/docs/extensions/), and Quarto
27-
supports the creation of [custom
28-
extensions](https://quarto.org/docs/extensions/creating.html).
13+
Quarto is supported by several coding tools, including [JupyterLab](https://quarto.org/docs/tools/jupyter-lab.html), [VS Code](https://quarto.org/docs/tools/vscode.html), and [Neovim](https://quarto.org/docs/tools/neovim.html), as well as other [text editors](https://quarto.org/docs/tools/text-editors.html). It also has a powerful [visual editor](https://quarto.org/docs/visual-editor/) for pandoc Markdown. The output can be modified and extended via [extensions](https://quarto.org/docs/extensions/), and Quarto supports the creation of [custom extensions](https://quarto.org/docs/extensions/creating.html).
2914

30-
A variety of [publication
31-
options](https://quarto.org/docs/publishing/) are available,
32-
including [Quarto
33-
Pub](https://quarto.org/docs/publishing/quarto-pub.html) and
34-
[GitHub
35-
Pages](https://quarto.org/docs/publishing/github-pages.html).
15+
A variety of [publication options](https://quarto.org/docs/publishing/) are available, including [Quarto Pub](https://quarto.org/docs/publishing/quarto-pub.html) and [GitHub Pages](https://quarto.org/docs/publishing/github-pages.html).

0 commit comments

Comments
 (0)