Skip to content

Commit 6802a50

Browse files
committed
Merge pull request #165 from blueloveTH/main
Add pocketpy sub-org into `ideas.html`
2 parents 4a35796 + 93a7c1d commit 6802a50

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

Diff for: ideas.html

+43-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ <h2>
141141
</div>
142142
</div>
143143
<br />
144-
The CVE Binary Tool helps you determine if your system includes known vulnerabilities. You can scan binaries for over 200 common, vulnerable components (openssl, libpng, libxml2, expat and others), or if you know the components used, you can get a list of known vulnerabilities associated with an SBOM or a list of components and versions.
144+
The CVE Binary Tool helps you determine if your system includes known vulnerabilities.
145+
You can scan binaries for over 200 common, vulnerable components (openssl, libpng, libxml2, expat and others), or if you know the components used, you can get a list of known vulnerabilities associated with an SBOM or a list of components and versions.
145146
<div class="pure-g">
146147
<div class="pure-u-1 pure-u-md-1">
147148
<p>Contact Links</p>
@@ -174,7 +175,9 @@ <h2>
174175
</div>
175176
</div>
176177
<br />
177-
Tölvera is a Python library for composing together and interacting with self-organising systems and artificial life. It provides creative coding-style APIs that allow users to combine and compose various built-in behaviours, such as flocking, slime mold growth, and swarming. With built-in support for Open Sound Control (OSC) and interactive machine learning (IML), Tölvera interfaces with music software and hardware for exploring diverse intelligence in artistic contexts.
178+
Tölvera is a Python library for composing together and interacting with self-organising systems and artificial life.
179+
It provides creative coding-style APIs that allow users to combine and compose various built-in behaviours, such as flocking, slime mold growth, and swarming.
180+
With built-in support for Open Sound Control (OSC) and interactive machine learning (IML), Tölvera interfaces with music software and hardware for exploring diverse intelligence in artistic contexts.
178181
<div class="pure-g">
179182
<div class="pure-u-1 pure-u-md-1">
180183
<p>Contact Links</p>
@@ -195,6 +198,44 @@ <h2>
195198
<p><a href="https://github.com/afhverjuekki/tolvera" alt="Tölvera">Source Code</a></p>
196199
</div>
197200
</div>
201+
</div>
202+
<!--- break --->
203+
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe">
204+
<div class="pure-g">
205+
<div class="pure-u-1 pure-u-md-1-2 logo">
206+
<img src="/logos/logo-pocketpy.png"/>
207+
</div>
208+
<div class="pure-u-1 pure-u-md-1-2">
209+
<h2>
210+
pocketpy
211+
</h2>
212+
</div>
213+
</div>
214+
<br />
215+
pocketpy is a portable Python 3.x interpreter, written in C11.
216+
It aims to be an alternative to Lua for game scripting, with elegant syntax, powerful features and competitive performance.
217+
pocketpy has no dependencies other than the C standard library, which can be easily integrated into your C/C++ project.
218+
Developers are able to write Python bindings via C-API or pybind11 compatible interfaces.
219+
<div class="pure-g">
220+
<div class="pure-u-1 pure-u-md-1">
221+
<p>Contact Links</p>
222+
</div>
223+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
224+
<p><a href="https://discord.gg/WWaq72GzXv">Chat</a></p>
225+
</div>
226+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
227+
<p><a href="https://pocketpy.dev/">Homepage</a></p>
228+
</div>
229+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
230+
<p><a href="mailto:[email protected]">[email protected]</a></p>
231+
</div>
232+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
233+
<p><a href="https://pocketpy.dev/gsoc2025/ideas/" alt="pocketpy logo">Ideas Page</a></p>
234+
</div>
235+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
236+
<p><a href="https://github.com/pocketpy/pocketpy" alt="pocketpy source">Source Code</a></p>
237+
</div>
238+
</div>
198239
<hr>
199240
</div>
200241
<!--- break --->

0 commit comments

Comments
 (0)