Skip to content

Commit fc62c2f

Browse files
committed
Update github links
Updated links on gbg and bdiff pages following the transfer of these repositories to the delphidabbler ddabapps organisation.
1 parent bdb4c47 commit fc62c2f

File tree

2 files changed

+36
-25
lines changed

2 files changed

+36
-25
lines changed

_software/bdiff.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
summary: "BDiff computes differences between two binary files and outputs either a human readable file of a binary patch file. BPatch uses the binary patch files produced by BDiff to patch files."
1111
meta-title: "BDiff: Binary Diff & Patch Utilities for Windows Command Line | Open Source | 32 bit"
1212
meta-desc: "BDiff / BPatch Windows console applications for producing text & binary patch files and applying binary patches. Open source. Source converted from C to Delphi Pascal."
13-
download-base-url: "https://github.com/delphidabbler/bdiff/releases/tag/v"
14-
repo-url: "https://github.com/delphidabbler/bdiff"
13+
download-base-url: "https://github.com/ddabapps/bdiff/releases/tag/v"
14+
repo-url: "https://github.com/ddabapps/bdiff"
1515
want-header-buttons: true
1616
status: "current"
1717
---
@@ -45,7 +45,7 @@ <h2 class="panel-title">
4545
</div>
4646
<div class="panel-body">
4747
<p>
48-
These programs are hosted on GitHub in the <code><a href="{{ page.repo-url }}">delphidabbler/bdiff</a></code> repository. Both 32 bit and 64 bit versions of the programs can be downloaded from the repository's <em>Releases</em> section.
48+
These programs are hosted on GitHub in the <code><a href="{{ page.repo-url }}">ddabapps/bdiff</a></code> repository. Both 32 bit and 64 bit versions of the programs can be downloaded from the repository's <em>Releases</em> section.
4949
</p>
5050
<p>
5151
Each release gives the option of downloading the programs in executable format or as source code. Your options are:
@@ -82,22 +82,22 @@ <h2 class="panel-title">
8282
</p>
8383
<ul class="list-group">
8484
<li class="list-group-item">
85-
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/delphidabbler/bdiff/blob/master/README.md">Read Me<span class="sr-only"> (markdown format text file)</span></a> &ndash; contains details of how to install the programs, along with other information.
85+
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/ddabapps/bdiff/blob/master/README.md">Read Me<span class="sr-only"> (markdown format text file)</span></a> &ndash; contains details of how to install the programs, along with other information.
8686
</li>
8787
<li class="list-group-item">
88-
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/delphidabbler/bdiff/blob/master/Docs/BDiff.md">BDiff manual page<span class="sr-only"> (markdown format text file)</span></a> &ndash; provides details on how to use <em>BDiff</em>.
88+
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/ddabapps/bdiff/blob/master/Docs/BDiff.md">BDiff manual page<span class="sr-only"> (markdown format text file)</span></a> &ndash; provides details on how to use <em>BDiff</em>.
8989
</li>
9090
<li class="list-group-item">
91-
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/delphidabbler/bdiff/blob/master/Docs/BPatch.md">BPatch manual page<span class="sr-only"> (markdown format text file)</span></a> &ndash; provides details on how to use <em>BPatch</em>.
91+
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/ddabapps/bdiff/blob/master/Docs/BPatch.md">BPatch manual page<span class="sr-only"> (markdown format text file)</span></a> &ndash; provides details on how to use <em>BPatch</em>.
9292
</li>
9393
<li class="list-group-item">
94-
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/delphidabbler/bdiff/blob/master/LICENSE.md">License<span class="sr-only"> (markdown format text file)</span></a> &ndash; the programs' end user license agreement.
94+
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/ddabapps/bdiff/blob/master/LICENSE.md">License<span class="sr-only"> (markdown format text file)</span></a> &ndash; the programs' end user license agreement.
9595
</li>
9696
<li class="list-group-item">
97-
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/delphidabbler/bdiff/blob/master/CHANGELOG.md">Change Log<span class="sr-only"> (markdown format text file)</span></a> &ndash; lists significant changes made in each release.
97+
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/ddabapps/bdiff/blob/master/CHANGELOG.md">Change Log<span class="sr-only"> (markdown format text file)</span></a> &ndash; lists significant changes made in each release.
9898
</li>
9999
<li class="list-group-item">
100-
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/delphidabbler/bdiff/blob/master/Build.md">Build File<span class="sr-only"> (markdown format text file)</span></a> &ndash; provides detailed information on how to build the programs from source.
100+
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/ddabapps/bdiff/blob/master/Build.md">Build File<span class="sr-only"> (markdown format text file)</span></a> &ndash; provides detailed information on how to build the programs from source.
101101
</li>
102102
</ul>
103103
<p class="alert alert-info glyph">
@@ -114,7 +114,7 @@ <h2 class="panel-title">
114114
</div>
115115
<div class="panel-body">
116116
<p>
117-
If you find any bugs or want to suggest a new feature, please use the GitHub project's <a href="https://github.com/delphidabbler/bdiff/issues">issue tracker</a>. You can browse existing issues to see if a similar one has already been raised. If so please add any further information as comments. If there is no similar issue please raise new one.
117+
If you find any bugs or want to suggest a new feature, please use the GitHub project's <a href="https://github.com/ddabapps/bdiff/issues">issue tracker</a>. You can browse existing issues to see if a similar one has already been raised. If so please add any further information as comments. If there is no similar issue please raise new one.
118118
</p>
119119
<p class="alert alert-warning glyph">
120120
You will need a GitHub account if you want to create or edit an issue.

_software/gbg.html

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
layout: "programs-tplt"
33
group: apps
44
priority: 5.5
5-
version: "0.4.0"
5+
version: "0.5.0"
66
os: "Windows 7 SP1 & later"
7-
release-date: "2024-08-31"
7+
release-date: "2025-04-07"
88
title: "GBG"
99
precis: "Creates files of a specified size filled with garbage bytes."
1010
summary: "Command line program that creates files of a given size containing random-ish bytes."
1111
meta-title: "GBG: Garbage-filled file generator | Open Source | 32/64 bit"
1212
meta-desc: Command line 32 bit & 64 bit Windows command line program that creates files of a given size containing random-ish, garbage, bytes.Written in Delphi Pascal."
13-
download-base-url: "https://github.com/delphidabbler/gbg/releases/tag/v"
14-
repo-url: "https://github.com/delphidabbler/gbg"
13+
download-base-url: "https://github.com/ddabapps/gbg/releases/tag/v"
14+
repo-url: "https://github.com/ddabapps/gbg"
1515
want-header-buttons: true
16-
copyright-date: "2024"
16+
copyright-date: "2025"
1717
status: "current"
1818
---
1919
<section class="panel panel-default">
@@ -27,20 +27,31 @@ <h2 class="panel-title">
2727
<em>GBG</em> is a 32 bit & 64 bit Windows command line program that creates files of a specified size, filled with pseudo-random <strong>G</strong>ar<strong>b</strong>a<strong>g</strong>e bytes.
2828
</p>
2929
<p>
30-
Files between 0 and 2GiB in size can be generated, although for file sizes greater than 500,000,000 bytes the user must either confirm the operation or specify a command line option to ignore the size check.
30+
The 64 bit version of <em>GBG</em> can generate files between 0 and 20GiB size while the maximum file size for the 32 bit version is limited to 1GiB. For file sizes greater than 500,000,000 bytes the user must either confirm the operation or specify a command line option to ignore the size check or report an error. If the requested file size is zero then an empty file is created.
3131
</p>
3232
<p>
33-
Files up to 10MiB in size are generated with random bytes. Files larger than 10MiB have the first 10MiB bytes generated randomly, but then that same 10MiB pattern is repeated as many times as necessary. If the requested file size is zero then an empty file is created.
33+
By default, files up to 10MiB in size are generated with random bytes. Files larger than 10MiB have the first 10MiB bytes generated randomly, but then that same 10MiB pattern is repeated as many times as necessary. However, a command line option can be used to change the size of the repeated blocks of random bytes. A similar option can be used to ensure the whole file is entirely random, with no repeated blocks.
3434
</p>
3535
<p>
36-
Example of use:
36+
There are other options available that can generate random ASCII characters, for example.
3737
</p>
38-
<pre class="samp indent">gbg sample2MiB.dat 2,097,152</pre>
3938
<p>
40-
Creates a file named <code>sample2MiB.dat</code> that is 2Mib (= 2,097,152 bytes) in size.
39+
Examples of use:
40+
</p>
41+
<pre class="samp indent">gbg sample1.dat 20,971,520</pre>
42+
<p class="indent">
43+
Creates a file named <code>sample1.dat</code> that is 20Mib (= 20,971,520 bytes) in size made up of 2 &times; 10MiB blocks of repeated random data.
44+
</p>
45+
<pre class="samp indent">gbg sample2.data 1MB -r:1,000</pre>
46+
<p class="indent">
47+
Creates a file that is 1MB (= 1,000,000 bytes) in size made up of repeated blocks of 1,000 bytes of random data.
48+
</p>
49+
<pre class="samp indent">gbg sample3.dat 20MiB -r:all</pre>
50+
<p class="indent">
51+
Creates a file that is 20MiB in size made up of entirely random data.
4152
</p>
4253
<p>
43-
There are other options available that can generate random ASCII characters, for example. For more information about on how to use the program see the <a href="https://github.com/delphidabbler/GBG/blob/master/README.md">Read Me <span class="sr-only">Markdown </span> file</a> on GitHub.
54+
For more information about on how to use the program see the <a href="https://github.com/ddabapps/gbg/blob/master/README.md">Read Me <span class="sr-only">Markdown </span> file</a> on GitHub.
4455
</p>
4556
<p class="callout callout-info">
4657
<span class="fa fa-copyright fa-pull-left fa-3x"></span><em>GBG</em> is copyright &copy; {{ page.copyright-date}} by <a href="{{ site.data.core.gravatar-url }}" aria-label="{{ site.data.core.gravatar-link-title }}">Peter Johnson</a>. The program and its source code are released under the terms of the <a href="https://delphidabbler.mit-license.org/{{page.copyright-date}}-/">MIT License</a>.
@@ -55,7 +66,7 @@ <h2 class="panel-title">
5566
</div>
5667
<div class="panel-body">
5768
<p>
58-
This program is hosted on GitHub in the <code><a href="{{ page.repo-url }}">delphidabbler/gbg</a></code> repository. The program can be downloaded from the repository's <em>Releases</em> tab.
69+
This program is hosted on GitHub in the <code><a href="{{ page.repo-url }}">ddabapps/gbg</a></code> repository. The program can be downloaded from the repository's <em>Releases</em> tab.
5970
</p>
6071
<p>
6172
Each release gives the option of downloading either the programs's executable code or the source code. Your options are:
@@ -89,10 +100,10 @@ <h2 class="panel-title">
89100
</p>
90101
<ul class="list-group">
91102
<li class="list-group-item">
92-
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/delphidabbler/GBG/blob/master/README.md">Read Me<span class="sr-only"> (Markdown file)</span></a> &ndash; contains general information about the program, including usage information.
103+
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/ddabapps/gbg/blob/master/README.md">Read Me<span class="sr-only"> (Markdown file)</span></a> &ndash; contains general information about the program, including usage information.
93104
</li>
94105
<li class="list-group-item">
95-
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/delphidabbler/gbg/blob/master/CHANGELOG.md">Change Log<span class="sr-only"> (Markdown file)</span></a> &ndash; lists significant changes made in each program release.
106+
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/ddabapps/gbg/blob/master/CHANGELOG.md">Change Log<span class="sr-only"> (Markdown file)</span></a> &ndash; lists significant changes made in each program release.
96107
</li>
97108
</ul>
98109
</div>
@@ -106,7 +117,7 @@ <h2 class="panel-title">
106117
</div>
107118
<div class="panel-body">
108119
<p>
109-
You can report bugs or suggest new features using the <em>GBG</em> <a href="https://github.com/delphidabbler/gbg/issues" class="offsite">issue tracker</a> on GitHub.
120+
You can report bugs or suggest new features using the <em>GBG</em> <a href="https://github.com/ddabapps/gbg/issues" class="offsite">issue tracker</a> on GitHub.
110121
</p>
111122
<p>
112123
Please review existing bug reports and feature requests before creating a new issue. If an issue already exists you may be able to help by adding a further comment.

0 commit comments

Comments
 (0)