Commit Graph

1743 Commits

Author SHA1 Message Date
Ahmet Kaya
6af2d96ada Update README.md (#780)
Co-authored-by: Luong Vo <vo.tran.thanh.luong@gmail.com>
2024-02-23 13:06:51 +07:00
Eamonn Rea
a1c8aafaf3 E-Book Utilities: Add Komikku (#764) 2024-01-27 17:02:38 +07:00
aplquin
92a293c967 add Network Analysis to Security section (#778) 2024-01-22 00:44:41 +07:00
Eamonn Rea
89b86bfd8d Development/Supporting Tools: Add Intel VTune Profiler (#762)
Thank you for being transparent. This is a great addition
2024-01-17 23:56:34 +07:00
Eamonn Rea
a31bb08a19 E-Book Utilities: Add Arianna (#765) 2024-01-17 23:54:26 +07:00
Eamonn Rea
19468926c1 Graphics/Graphic Creation: Add Skanpage (#766) 2024-01-17 23:54:08 +07:00
aplquin
b3c9688d64 Add EDB to Reverse Engineering section (#774) 2024-01-17 23:51:24 +07:00
KhwajaYousuf
847365f7ee Enhance sorting functionality in asort.py (#772) 2024-01-13 13:19:20 +07:00
Nate
e5b311dff3 docs(README.md): add FreeCAD (#771) 2024-01-08 00:26:29 +07:00
aplquin
980659d1e6 Add GDB to Reverse Engineering section (#770) 2024-01-07 13:22:45 +07:00
aplquin
5f9e4b7660 Add Reverse Engineering section (#761)
Co-authored-by: Luong Vo <vo.tran.thanh.luong@gmail.com>
2023-12-18 14:43:00 +07:00
Eamonn Rea
991657346f Multiple: Add KolourPaint, Moosync, spotDL, SpotiFlyer (#760) 2023-12-11 10:39:47 +07:00
Asuka Minato
793c95202c add wolfram (#736) 2023-11-21 22:22:38 +07:00
liuzengyun
85a78cf6b3 update Office section of zh-CN version (#756) 2023-11-21 22:20:05 +07:00
Iztok Fister Jr
1b25f52ecf Update URL of Qt Creator (#757) 2023-11-21 22:19:15 +07:00
Dimitrios Pappas
f2eed55429 Merge pull request #754 from aplquin/master
Add "Typora" to Note Taking section
2023-11-12 20:09:26 +02:00
aplquin
58baf9356a Add "Typora" to Note Taking section 2023-11-12 18:46:14 +01:00
Dimitrios Pappas
c7c06835f5 Update README (#752) 2023-10-04 13:20:06 +07:00
Dimitrios Pappas
0b3eee792a Update README (#751) 2023-09-21 10:47:49 +07:00
Eni
85b0a25241 Move KDiskMark from audio tools to disk utilities, update zh_CN ver link (#749) 2023-09-08 01:35:16 +07:00
mend-bolt-for-github[bot]
db20767f22 Configure Mend Bolt for GitHub (#748)
Co-authored-by: mend-bolt-for-github[bot] <42819689+mend-bolt-for-github[bot]@users.noreply.github.com>
2023-09-07 15:45:32 +07:00
sourcery-ai[bot]
98028ceb37 Sourcery refactored master branch (#747)
Co-authored-by: Sourcery AI <>
2023-09-07 00:12:38 +07:00
Dimitrios Pappas
ef4b2c5286 Merge pull request #746 from phamkhoi06/master
Fix broken link
2023-09-03 18:55:31 +03:00
Pham Khoi
9a5fe50123 Fix Midori browser broken link 2023-09-03 22:31:46 +07:00
Dimitrios Pappas
f4b4956f29 Merge pull request #745 from ndsvw/httpsappsgnomeorgappcomgitlabnewsflash
Fixed hyperlink
2023-08-27 13:26:38 +03:00
Dimitrios Pappas
0f9edf03dc Merge pull request #744 from ndsvw/httpqtpfsguisourceforgenet
Fixed hyperlink
2023-08-27 13:25:26 +03:00
Dimitrios Pappas
5d2045b891 Merge pull request #743 from ndsvw/httpliteideorgen
Fixed hyperlink
2023-08-27 13:24:11 +03:00
Alex
71b07f91a4 Fixed hyperlink 2023-08-27 08:08:03 +02:00
Alex
a66b159c16 Fixed hyperlink 2023-08-27 08:03:29 +02:00
Alex
b178b2abbc Fixed hyperlink 2023-08-27 07:51:42 +02:00
Dimitrios Pappas
b1aaad2eef Update outdated URLs & remove old apps (#741) 2023-08-13 15:41:27 +07:00
Eamonn Rea
7264577d65 Gaming Applications/W.I.N.E.: Add Proton (#740) 2023-08-06 13:31:10 +07:00
Luong Vo
e20d743051 Merge pull request #739 from sonic2kk/lemurs
Display Manager/Console: Add Lemurs
2023-08-02 15:22:57 +07:00
Eamonn Rea
d73ec6eee0 Display Manager/Console: Add Lemurs 2023-08-02 01:02:25 +01:00
Dimitrios Pappas
e89fd18324 Merge pull request #734 from ExperiBass/patch-1
Remove i3-gaps
2023-07-19 18:17:33 +03:00
Ging Pepper
0bc8c58b77 Remove i3-gaps
i3-gaps was merged upstream.
2023-07-04 18:37:18 -04:00
Luong Vo
983f6c72c6 Merge pull request #733 from lucaspar/master 2023-07-04 13:57:38 +07:00
Lucas Parzianello
a560e7ed31 renamed "editors" section to "text editors" 2023-07-01 16:15:57 -04:00
Luong Vo
bf2708526c Merge pull request #732 from nomankazi14/New_Features 2023-06-27 15:58:12 +07:00
Mohammad Noman Kazi
5407039cee Updated code formatting and readability, adhering to PEP 8 guidelines.
This commit includes modifications to the code in asort.py to improve code formatting and readability according to the PEP 8 style guidelines. The changes include consistent indentation, proper spacing around operators, proper capitalization of comments, and using parentheses for print statements for compatibility with Python 3.

Please note that these changes are purely stylistic and do not affect the functionality of the script. The goal is to enhance code maintainability and readability.
2023-06-25 16:24:54 -04:00
Luong Vo
5fea491233 use https for invisible island link 2023-06-21 13:03:55 +07:00
Luong Vo
4ecbd8f805 Update celesia space link 2023-06-21 13:02:40 +07:00
Dimitrios Pappas
8ca6a19356 Merge pull request #728 from aandrew-me/master
Add many programs
2023-05-28 20:01:25 +03:00
Andrew
04827f4d71 Remove whitespaces 2023-05-28 22:48:52 +06:00
Andrew
7d953f77c3 Add many programs 2023-05-27 20:58:33 +06:00
Dimitrios Pappas
0639ab45f2 Merge pull request #727 from ndsvw/kooha
Fixed broken link
2023-05-21 13:30:52 +03:00
Alex
f736cb2fcb Fixed broken link 2023-05-21 11:50:31 +02:00
Luong Vo
022b15ff65 Merge pull request #725 from DimitrisPa/update-url 2023-05-11 01:09:39 +07:00
DimitrisPa
1643ef04c3 Update README 2023-05-10 20:13:54 +03:00
Luong Vo
d708961abe Merge pull request #724 from DimitrisPa/marktext-fix 2023-05-09 19:43:52 +07:00