Skip to content

Commit 9fc9dbd

Browse files
committed
Tidying up 2025
Mostly just fixing weird indent issues from everyone trying to do PRs and everyone having different tab preferences. Signed-off-by: John 'Warthog9' Hawley <[email protected]>
1 parent dc00af6 commit 9fc9dbd

File tree

1 file changed

+74
-78
lines changed

1 file changed

+74
-78
lines changed

ideas.html

+74-78
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
1+
<!DOCTYPE html>
2+
<html lang="en">
43
<head>
54
<meta charset="utf-8">
65
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -53,28 +52,29 @@
5352
</ul>
5453
</div>
5554
</div>
56-
</div>
5755
<!-- menu -->
56+
5857
<!-- How to apply -->
5958
<a id="ideas"></a>
6059
<div class="content">
6160
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
6261
<h2 class="content-head content-head">Ideas</h2>
6362
<div class="warning">
6463
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
65-
<p>Students: <a href="https://python-gsoc.org/index.html#gettingstarted">Instructions on getting started</a>. Right now, we're still preparing for GSoC 2025; check back regularly for project updates.</p>
64+
<p>Students: <a href="https://python-gsoc.org/index.html#gettingstarted">Instructions on getting started</a>. Applications are now open till March 24th 1800UTC</p>
6665

67-
<p>If you're a sub-org who wants to join, please
68-
<a href="https://python-gsoc.org/mentors.html#sub-orgs">read the information for sub-orgs</a>.</p>
66+
<p>
67+
If you're a sub-org who wants to join, please
68+
<a href="https://python-gsoc.org/mentors.html#sub-orgs">read the information for sub-orgs</a>.
69+
</p>
6970
</div>
70-
</div>
71+
</div><!-- !warning -->
7172
<br />
72-
</div>
73+
</div><!-- !Ideas -->
7374

7475

7576
<!-- Start Template -->
7677
<div id="container">
77-
7878
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe">
7979
<div class="pure-g">
8080
<div class="pure-u-1 pure-u-md-1-2 logo">
@@ -86,6 +86,7 @@ <h2>
8686
</h2>
8787
</div>
8888
</div>
89+
</div>
8990
<br />
9091
The Mission Support System (MSS) is a software that is written by scientists in the field of atmospheric science. The purpose is to have a tool that simplifies the process for planning a scientific flight in which parameters of the atmosphere are measured.
9192

@@ -131,8 +132,7 @@ <h2>
131132
</div>
132133
</div>
133134
<br />
134-
The CVE Binary Tool helps you determine if your system includes known vulnerabilities.
135-
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.
135+
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.
136136
<div class="pure-g">
137137
<div class="pure-u-1 pure-u-md-1">
138138
<p>Contact Links</p>
@@ -166,8 +166,8 @@ <h2>
166166
</div>
167167
<br />
168168
Tölvera is a Python library for composing together and interacting with self-organising systems and artificial life.
169-
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.
170-
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.
169+
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.
170+
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.
171171
<div class="pure-g">
172172
<div class="pure-u-1 pure-u-md-1">
173173
<p>Contact Links</p>
@@ -392,8 +392,8 @@ <h2>
392392
</div>
393393
</div>
394394
<br />
395-
The Open World Holidays is a framework that provides accurate and reliable public holiday data for 150+ entities around the world.
396-
It aims to make this information easily accessible to use in scheduling, planning, and offering localized services
395+
The Open World Holidays is a framework that provides accurate and reliable public holiday data for 150+ entities around the world.
396+
It aims to make this information easily accessible to use in scheduling, planning, and offering localized services
397397
(e.g., payroll systems, event planning apps, travel booking websites, or e-commerce platforms that want to offer region-specific services).
398398
<div class="pure-g">
399399
<div class="pure-u-1 pure-u-md-1">
@@ -417,69 +417,65 @@ <h2>
417417
</div>
418418
<hr>
419419
</div>
420-
</div>
421-
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe">
422-
<div class="pure-g">
423-
<div class="pure-u-1 pure-u-md-1-2 logo">
424-
<img src="https://avatars.githubusercontent.com/u/19614813?s=400&u=d84405db12ed7de7861ff7dad47dc5f0d1841f39&v=4" />
425-
</div>
426-
<div class="pure-u-1 pure-u-md-1-2">
427-
<h2>
428-
Pwndbg
429-
</h2>
430-
</div>
431-
</div>
432-
<br />
433-
Pwndbg is a plugin for GDB & LLDB that improves debugging experience for low-level software developers, hardware hackers, reverse engineers, security researchers or capture the flag security competition players.
434-
It helps with all this by providing a colorful TUI showing the user CPU register values, disassembled code, values on the stack memory, backtrace and list of current threads.
435-
The colors provide information where given pointers point to, and, the pointers are dereferenced to show what they contain. All this displayed context immediately helps in understanding what is going on in the debugged program.
436-
Pwndbg provides lots of useful commands, e.g., for dumping process information, inspecting glibc or linux kernel heap allocator metadata, finding pointers in memory, displaying stack canary/cookie values, getting a hexdump of memory, and many many more.
437-
Apart from this, Pwndbg provides an API that can be used to use or extend its features when users need to script some tasks in GDB or LLDB.
438-
<br />
439-
<br />
440-
Contributors can propose working on more than one idea, and then adjust time accordingly between them.
441-
If it makes sense, a projects could also be extended to large length.
442-
<div class="pure-g">
443-
<div class="pure-u-1 pure-u-md-1">
444-
<p>Contact Links</p>
445-
</div>
446-
447-
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
448-
<p><a href="https://discord.gg/x47DssnGwm">Chat</a></p>
449-
</div>
450-
451-
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
452-
<p><a href="https://pwndbg.re/">Homepage</a></p>
453-
</div>
454-
455-
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
456-
<p><a href="https://github.com/pwndbg/pwndbg/issues/2786" alt="Pwndbg ideas">Ideas Page</a></p>
457-
</div>
458-
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
459-
<p><a href="https://github.com/pwndbg/pwndbg/" alt="github.com/pwndbg/pwndbg">Source Code</a></p>
460-
</div>
461-
462-
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
463-
<p><a href="https://pwndbg.re/CheatSheet.pdf" alt="Pwndbg cheatsheet">Pwndbg/GDB CheatSheet</a></p>
464-
</div>
465-
</div>
466-
<hr>
467-
</div>
468-
469-
<!-- End template -->
420+
<!--- break --->
421+
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe">
422+
<div class="pure-g">
423+
<div class="pure-u-1 pure-u-md-1-2 logo">
424+
<img src="https://avatars.githubusercontent.com/u/19614813?s=400&u=d84405db12ed7de7861ff7dad47dc5f0d1841f39&v=4" />
425+
</div>
426+
<div class="pure-u-1 pure-u-md-1-2">
427+
<h2>
428+
Pwndbg
429+
</h2>
430+
</div>
431+
</div>
432+
<br />
433+
Pwndbg is a plugin for GDB & LLDB that improves debugging experience for low-level software developers, hardware hackers, reverse engineers, security researchers or capture the flag security competition players.
434+
It helps with all this by providing a colorful TUI showing the user CPU register values, disassembled code, values on the stack memory, backtrace and list of current threads.
435+
The colors provide information where given pointers point to, and, the pointers are dereferenced to show what they contain. All this displayed context immediately helps in understanding what is going on in the debugged program.
436+
Pwndbg provides lots of useful commands, e.g., for dumping process information, inspecting glibc or linux kernel heap allocator metadata, finding pointers in memory, displaying stack canary/cookie values, getting a hexdump of memory, and many many more.
437+
Apart from this, Pwndbg provides an API that can be used to use or extend its features when users need to script some tasks in GDB or LLDB.
438+
<br />
439+
<br />
440+
Contributors can propose working on more than one idea, and then adjust time accordingly between them.
441+
If it makes sense, a projects could also be extended to large length.
442+
<div class="pure-g">
443+
<div class="pure-u-1 pure-u-md-1">
444+
<p>Contact Links</p>
445+
</div>
446+
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
447+
<p><a href="https://discord.gg/x47DssnGwm">Chat</a></p>
448+
</div>
449+
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
450+
<p><a href="https://pwndbg.re/">Homepage</a></p>
451+
</div>
452+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
453+
<p><a href="https://github.com/pwndbg/pwndbg/issues/2786" alt="Pwndbg ideas">Ideas Page</a></p>
454+
</div>
455+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
456+
<p><a href="https://github.com/pwndbg/pwndbg/" alt="github.com/pwndbg/pwndbg">Source Code</a></p>
457+
</div>
458+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
459+
<p><a href="https://pwndbg.re/CheatSheet.pdf" alt="Pwndbg cheatsheet">Pwndbg/GDB CheatSheet</a></p>
460+
</div>
461+
</div>
462+
<hr>
463+
</div>
464+
<!--- break --->
470465

471-
<div class="content">
472-
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
473-
<h2 class="content-head content-head">Friends of the PSF</h2>
474-
<p>Here's some more interesting organizations that use Python!</p>
475-
<ul>
476-
<li>
477-
<a href="https://tardis-sn.github.io/summer_of_code/ideas/">TARDIS</a> TARDIS is an open-source Monte Carlo radiative-transfer spectral synthesis code for 1D models of supernova ejecta. It is designed for rapid spectral modelling of supernovae. It is developed and maintained by a multi-disciplinary team iincluding software engineers, computer scientists, statisticians, and astrophysicists.
478-
</li>
479-
</ul>
480-
</div>
481-
</div>
482-
</div>
466+
<div class="content">
467+
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
468+
<h2 class="content-head content-head">Friends of the PSF</h2>
469+
<p>Here's some more interesting organizations that use Python!</p>
470+
<ul>
471+
<li>
472+
<a href="https://tardis-sn.github.io/summer_of_code/ideas/">TARDIS</a> TARDIS is an open-source Monte Carlo radiative-transfer spectral synthesis code for 1D models of supernova ejecta. It is designed for rapid spectral modelling of supernovae. It is developed and maintained by a multi-disciplinary team iincluding software engineers, computer scientists, statisticians, and astrophysicists.
473+
</li>
474+
</ul>
475+
</div>
476+
</div><!-- !content -->
477+
</div><!-- !container -->
478+
</div><!-- !layout -->
483479
<script src="js/ui.js"></script>
484480
</body>
485481
</html>

0 commit comments

Comments
 (0)