From d68a95ee768dc5368951de1649ac6a17c4198836 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 9 Nov 2023 11:03:08 +0000 Subject: [PATCH 1/8] Create techstack.yml --- techstack.yml | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 techstack.yml diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 000000000..6814e86ff --- /dev/null +++ b/techstack.yml @@ -0,0 +1,94 @@ +repo_name: ivosh/valgrind +report_id: 3de69b90dfb3171517111723ee9dbac4 +repo_type: Public +timestamp: '2023-11-09T11:03:06+00:00' +requested_by: ivosh +provider: github +branch: master +detected_tools_count: 9 +tools: +- name: Assembly Language + description: A low-level programming language + website_url: https://en.wikipedia.org/wiki/Assembly_language + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/4934/default_71f18bbdc61fb88cefb66415bb55dc6f1e60e5ec.png + detection_source: Repo Metadata +- name: C lang + description: One of the most widely used programming languages of all time + website_url: http://en.wikipedia.org/wiki/C_(programming_language) + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/no-img-open-source.png + detection_source: Repo Metadata +- name: C++ + description: Has imperative, object-oriented and generic programming features, while + also providing the facilities for low level memory manipulation + website_url: http://www.cplusplus.com/ + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/1049/cplusplus.png + detection_source: Repo Metadata +- name: Haskell + description: An advanced purely-functional programming language + website_url: http://www.haskell.org/ + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/1069/oCgm29k9.png + detection_source: Repo Metadata +- name: Perl + description: Highly capable, feature-rich programming language with over 26 years + of development + website_url: http://www.perl.org/ + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/1048/perl.png + detection_source: Repo Metadata +- name: Git + description: Fast, scalable, distributed revision control system + website_url: http://git-scm.com/ + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Version Control System + image_url: https://img.stackshare.io/service/1046/git.png + detection_source: Repo Metadata +- name: Travis CI + description: A hosted continuous integration service for open source and private + projects + website_url: http://travis-ci.com/ + open_source: false + hosted_saas: true + category: Build, Test, Deploy + sub_category: Continuous Integration + image_url: https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png + detection_source: ".travis.yml" + last_updated_by: Ivo Raisr + last_updated_on: 2017-11-04 17:50:22.000000000 Z +- name: Shell + description: A shell is a text-based terminal, used for manipulating programs and + files. Shell scripts typically manage program execution. + website_url: https://en.wikipedia.org/wiki/Shell_script + open_source: false + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png + detection_source: Repo Metadata +- name: gdb + description: GNU debugger tool + website_url: https://www.sourceware.org/gdb/ + open_source: false + hosted_saas: false + image_url: https://img.stackshare.io/service/6225/no-img-open-source.png + detection_source: Repo Metadata From 6b4256fbdafdd15e9911e8cb428be7ae49dfc991 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 9 Nov 2023 11:03:09 +0000 Subject: [PATCH 2/8] Create techstack.md --- techstack.md | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 techstack.md diff --git a/techstack.md b/techstack.md new file mode 100644 index 000000000..41e169bcd --- /dev/null +++ b/techstack.md @@ -0,0 +1,129 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [ivosh/valgrind](https://github.com/ivosh/valgrind)![](https://img.stackshare.io/public_badge.svg "public") +

+|9
Tools used|11/09/23
Report generated| +|------|------| +
+ +## Languages (5) + + + + + + + + + + + + +
+ Assembly Language +
+ Assembly Language +
+ +
+ C lang +
+ C lang +
+ +
+ C++ +
+ C++ +
+ +
+ Haskell +
+ Haskell +
+ +
+ Perl +
+ Perl +
+ +
+ +## DevOps (2) + + + + + + +
+ Git +
+ Git +
+ +
+ Travis CI +
+ Travis CI +
+ +
+ +## Other (2) + + + + + + +
+ Shell +
+ Shell +
+ +
+ gdb +
+ gdb +
+ +
+ +
+
+ +Generated via [Stack File](https://github.com/apps/stack-file) From 4a08eb8d25c33843660c4932404795ca59d5f4b1 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 4 Jan 2024 14:56:18 +0000 Subject: [PATCH 3/8] Update techstack.yml --- techstack.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/techstack.yml b/techstack.yml index 6814e86ff..e8bc31825 100644 --- a/techstack.yml +++ b/techstack.yml @@ -1,7 +1,8 @@ repo_name: ivosh/valgrind report_id: 3de69b90dfb3171517111723ee9dbac4 +version: 0.1 repo_type: Public -timestamp: '2023-11-09T11:03:06+00:00' +timestamp: '2024-01-04T14:52:41+00:00' requested_by: ivosh provider: github branch: master @@ -15,6 +16,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/4934/default_71f18bbdc61fb88cefb66415bb55dc6f1e60e5ec.png + detection_source_url: https://github.com/ivosh/valgrind detection_source: Repo Metadata - name: C lang description: One of the most widely used programming languages of all time @@ -24,6 +26,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/no-img-open-source.png + detection_source_url: https://github.com/ivosh/valgrind detection_source: Repo Metadata - name: C++ description: Has imperative, object-oriented and generic programming features, while @@ -34,6 +37,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/1049/cplusplus.png + detection_source_url: https://github.com/ivosh/valgrind detection_source: Repo Metadata - name: Haskell description: An advanced purely-functional programming language @@ -43,6 +47,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/1069/oCgm29k9.png + detection_source_url: https://github.com/ivosh/valgrind detection_source: Repo Metadata - name: Perl description: Highly capable, feature-rich programming language with over 26 years @@ -53,6 +58,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/1048/perl.png + detection_source_url: https://github.com/ivosh/valgrind detection_source: Repo Metadata - name: Git description: Fast, scalable, distributed revision control system @@ -62,6 +68,7 @@ tools: category: Build, Test, Deploy sub_category: Version Control System image_url: https://img.stackshare.io/service/1046/git.png + detection_source_url: https://github.com/ivosh/valgrind detection_source: Repo Metadata - name: Travis CI description: A hosted continuous integration service for open source and private @@ -72,6 +79,7 @@ tools: category: Build, Test, Deploy sub_category: Continuous Integration image_url: https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png + detection_source_url: https://github.com/ivosh/valgrind/blob/master/.travis.yml detection_source: ".travis.yml" last_updated_by: Ivo Raisr last_updated_on: 2017-11-04 17:50:22.000000000 Z @@ -84,6 +92,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png + detection_source_url: https://github.com/ivosh/valgrind detection_source: Repo Metadata - name: gdb description: GNU debugger tool @@ -91,4 +100,5 @@ tools: open_source: false hosted_saas: false image_url: https://img.stackshare.io/service/6225/no-img-open-source.png + detection_source_url: https://github.com/ivosh/valgrind detection_source: Repo Metadata From 582e760292374bedea0df62a7085290c28cb1b98 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 4 Jan 2024 14:56:18 +0000 Subject: [PATCH 4/8] Update techstack.md --- techstack.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/techstack.md b/techstack.md index 41e169bcd..e0829380c 100644 --- a/techstack.md +++ b/techstack.md @@ -1,7 +1,8 @@
# Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [ivosh/valgrind](https://github.com/ivosh/valgrind)![](https://img.stackshare.io/public_badge.svg "public")

-|9
Tools used|11/09/23
Report generated| +|9
Tools used|01/04/24
Report generated| |------|------|
@@ -126,4 +130,4 @@ Full tech stack [here](/techstack.md)
-Generated via [Stack File](https://github.com/apps/stack-file) +Generated via [Stack File](https://github.com/marketplace/stack-file) From 37ed1e2bc41d4185a0d1959312374ed71ea8eb6c Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Jan 2024 09:44:04 +0000 Subject: [PATCH 5/8] Update techstack.yml --- techstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.yml b/techstack.yml index e8bc31825..b0b7fb02b 100644 --- a/techstack.yml +++ b/techstack.yml @@ -2,7 +2,7 @@ repo_name: ivosh/valgrind report_id: 3de69b90dfb3171517111723ee9dbac4 version: 0.1 repo_type: Public -timestamp: '2024-01-04T14:52:41+00:00' +timestamp: '2024-01-05T09:27:41+00:00' requested_by: ivosh provider: github branch: master From af97457a5413c52c85c3188833d0f87a55833154 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Jan 2024 09:44:04 +0000 Subject: [PATCH 6/8] Update techstack.md --- techstack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.md b/techstack.md index e0829380c..cbb0fc60f 100644 --- a/techstack.md +++ b/techstack.md @@ -36,7 +36,7 @@ Full tech stack [here](/techstack.md) # Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [ivosh/valgrind](https://github.com/ivosh/valgrind)![](https://img.stackshare.io/public_badge.svg "public")

-|9
Tools used|01/04/24
Report generated| +|9
Tools used|01/05/24
Report generated| |------|------|
From 126c24df3353f788299efdaf97199f3050f43069 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 18:01:13 +0000 Subject: [PATCH 7/8] Update techstack.yml --- techstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.yml b/techstack.yml index b0b7fb02b..87fc30bb2 100644 --- a/techstack.yml +++ b/techstack.yml @@ -2,7 +2,7 @@ repo_name: ivosh/valgrind report_id: 3de69b90dfb3171517111723ee9dbac4 version: 0.1 repo_type: Public -timestamp: '2024-01-05T09:27:41+00:00' +timestamp: '2024-02-29T18:00:23+00:00' requested_by: ivosh provider: github branch: master From e6a40e518213d8701a544caf36f789dc63e7a2c1 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 18:01:14 +0000 Subject: [PATCH 8/8] Update techstack.md --- techstack.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/techstack.md b/techstack.md index cbb0fc60f..5f1e4afff 100644 --- a/techstack.md +++ b/techstack.md @@ -3,13 +3,13 @@ ## Tech Stack ivosh/valgrind is built on the following main stack: -- [Perl](http://www.perl.org/) – Languages +- [Assembly Language](https://en.wikipedia.org/wiki/Assembly_language) – Languages +- [C lang](http://en.wikipedia.org/wiki/C_(programming_language)) – Languages - [C++](http://www.cplusplus.com/) – Languages - [Haskell](http://www.haskell.org/) – Languages -- [C lang](http://en.wikipedia.org/wiki/C_(programming_language)) – Languages -- [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells -- [Assembly Language](https://en.wikipedia.org/wiki/Assembly_language) – Languages +- [Perl](http://www.perl.org/) – Languages - [Travis CI](http://travis-ci.com/) – Continuous Integration +- [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells Full tech stack [here](/techstack.md) @@ -19,13 +19,13 @@ Full tech stack [here](/techstack.md) ## Tech Stack ivosh/valgrind is built on the following main stack: -- Perl [Perl](http://www.perl.org/) – Languages +- Assembly Language [Assembly Language](https://en.wikipedia.org/wiki/Assembly_language) – Languages +- C lang [C lang](http://en.wikipedia.org/wiki/C_(programming_language)) – Languages - C++ [C++](http://www.cplusplus.com/) – Languages - Haskell [Haskell](http://www.haskell.org/) – Languages -- C lang [C lang](http://en.wikipedia.org/wiki/C_(programming_language)) – Languages -- Shell [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells -- Assembly Language [Assembly Language](https://en.wikipedia.org/wiki/Assembly_language) – Languages +- Perl [Perl](http://www.perl.org/) – Languages - Travis CI [Travis CI](http://travis-ci.com/) – Continuous Integration +- Shell [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells Full tech stack [here](/techstack.md) @@ -36,7 +36,7 @@ Full tech stack [here](/techstack.md) # Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [ivosh/valgrind](https://github.com/ivosh/valgrind)![](https://img.stackshare.io/public_badge.svg "public")

-|9
Tools used|01/05/24
Report generated| +|9
Tools used|02/29/24
Report generated| |------|------|