Skip to content

Commit 1501628

Browse files
authored
Merge branch 'main' into psr-7
2 parents 2975902 + 13d50bf commit 1501628

File tree

6 files changed

+29
-3
lines changed

6 files changed

+29
-3
lines changed

.github/workflows/jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
steps:
5050
- name: 🚀 deploy
5151
id: deployment
52-
uses: actions/[email protected].3
52+
uses: actions/[email protected].4

collections/made-in-poland/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ items:
1212
- razorjack/quicksand
1313
- handsontable/handsontable
1414
- oskarkrawczyk/heyoffline
15-
- sickill/git-dude
15+
- ku1ik/git-dude
1616
- damian-kolakowski/iOS-Hierarchy-Viewer
17-
- sickill/bitpocket
17+
- ku1ik/bitpocket
1818
- bernii/gauge.js
1919
- wuub/SublimeREPL
2020
- kamilkisiela/graphql-config

collections/made-in-ukraine/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ items:
5757
- avajs/ava
5858
- graphql/graphql-js
5959
- Redocly/redoc
60+
- retejs/rete
61+
- javadev/underscore-java
62+
- javadev/LeetCode-in-Java
6063

6164
display_name: Made in Ukraine
6265
image: made-in-ukraine.png

topics/edi/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
display_name: Electronic data interchange
3+
related: edifact, x12, tradacoms, un-edifact, ansi-x12
4+
short_description: EDI, which stands for electronic data interchange, is the intercompany communication of business documents in a standard format.
5+
topic: edi
6+
wikipedia_url: https://en.wikipedia.org/wiki/Electronic_data_interchange
7+
---
8+
Electronic data interchange (EDI) is the concept of businesses electronically communicating information that was traditionally communicated on paper, such as purchase orders, advance ship notices, and invoices. Technical standards for EDI exist to facilitate parties transacting such instruments without having to make special arrangements.

topics/openutau/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
display_name: OpenUtau
3+
short_description: OpenUtau is an open source singing synthesis platform.
4+
topic: openutau
5+
url: http://www.openutau.com/
6+
---
7+
OpenUtau is an open source singing synthesis platform with modern user experience and native support for multiple voicebank ecosystems and various spoken languages.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
display_name: Static code analysis
3+
short_description: Static program analysis is the analysis a program without executing it.
4+
topic: static-code-analysis
5+
related: dynamic-code-analysis, testing
6+
aliases: static-program-analysis
7+
---
8+
Static program analysis (or static analysis) is the analysis of computer programs performed without executing them, in contrast with dynamic program analysis, which is performed on programs during their execution.

0 commit comments

Comments
 (0)