Skip to content

Commit f0a3600

Browse files
authored
Merge branch 'github:main' into ux
2 parents 5c30c13 + 1ae8e7d commit f0a3600

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
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.

0 commit comments

Comments
 (0)