We are still actively working on the spam issue.
Difference between revisions of "/g/ projects"
Toynbeeidea (talk | contribs) |
m |
||
Line 1: | Line 1: | ||
The following is a a weekly updated list on projects and software made by /g/entoomans. | The following is a a weekly updated list on projects and software made by /g/entoomans. | ||
− | |||
− | == | + | {| class="wikitable" style="width:99%;" |
− | + | |- | |
− | + | ! style="background:#125fb5; color:#fff;"| Title | |
− | + | ! style="background:#125fb5; color:#fff;"| Type | |
+ | ! style="background:#125fb5; color:#fff;"| License | ||
+ | ! style="background:#125fb5; color:#fff;"| Website | ||
+ | ! style="background:#125fb5; color:#fff;"| Description | ||
+ | |- | ||
+ | {{Software List | ||
+ | |Title = Zombie shooter | ||
+ | |Type = Game | ||
+ | |License = [[GPL]] | ||
+ | |Website = https://github.com/packetpirate/Generic-Zombie-Shooter | ||
+ | |ShortSummary = Generic Zombie Shooter is a simple overhead shooter game. | ||
+ | }} | ||
− | + | {{Software List | |
− | + | |Title = Tox | |
− | + | |Type = Library | |
− | + | |License = [[GPLv3]] | |
+ | |Website = https://github.com/irungentoo/ProjectTox-Core/ | ||
+ | |ShortSummary = Secure P2P messenger library & client. | ||
+ | }} | ||
− | + | {{Software List | |
− | + | |Title = Gentils | |
− | + | |Type = Core Utils | |
− | + | |License = [[MIT]] | |
+ | |Website = https://github.com/danielgweb/gentils <br/> https://github.com/ms11/gentils | ||
+ | |ShortSummary = /g/ rewrite of the GNU core utils. | ||
+ | }} | ||
+ | {{Software List | ||
+ | |Title = JackOS | ||
+ | |Type = OS | ||
+ | |License = | ||
+ | |Website = http://sourceforge.net/projects/jackos/ | ||
+ | |ShortSummary = | ||
+ | }} | ||
− | |||
− | |||
− | |||
− | |||
+ | |} | ||
== Picture Sorter == | == Picture Sorter == |
Revision as of 22:58, 8 February 2014
The following is a a weekly updated list on projects and software made by /g/entoomans.
Title | Type | License | Website | Description | |
---|---|---|---|---|---|
Zombie shooter | Game | {{{Language}}} | GPL | https://github.com/packetpirate/Generic-Zombie-Shooter | Generic Zombie Shooter is a simple overhead shooter game.
|
Tox | Library | {{{Language}}} | GPLv3 | https://github.com/irungentoo/ProjectTox-Core/ | Secure P2P messenger library & client.
|
Gentils | Core Utils | {{{Language}}} | MIT | https://github.com/danielgweb/gentils https://github.com/ms11/gentils |
/g/ rewrite of the GNU core utils.
|
JackOS | OS | {{{Language}}} | http://sourceforge.net/projects/jackos/ |
|
Contents
- 1 Picture Sorter
- 2 Chanb
- 3 DelayClose
- 4 (/g/pl lang interpreter)
- 5 ACT
- 6 markdown to html
- 7 units
- 8 Letter counter
- 9 brainfuck interpreter
- 10 pong game
- 11 Peer-to-peer chat client
- 12 STG -> C# compiler
- 13 Text adventure game engine
- 14 Host-As-Image
- 15 RPN calculator with pretty errors
- 16 Manga-Organizer
- 17 AniWrap
Picture Sorter
- Type: Desktop program
- Description: Image sorting program with automatic color sorting feature.
- Source: https://github.com/diantahoc/picture-sorter
Chanb
- Type: Web software.
- Description: ASP.NET image board.
- Source: https://github.com/diantahoc/chanb
DelayClose
- Type: Desktop program
- Description: 4chan spammer.
- Source: https://github.com/tux3/DelayClose
(/g/pl lang interpreter)
- Type: Interpreter
- Description: /g/ programming language.
- Source: https://github.com/nandykins/-g-pl
ACT
- Type: Userscript
- Description: Enchacment for /g/ code tags.
- Source: http://userscripts.org/scripts/show/176848
markdown to html
- Type: Utility.
- Description: Made to turn set of static files from markdown to HTML and then create a static website with it.
- Source: https://github.com/Battleroid/drunken-wight
units
- Type: Haskell library
- Description: Calculations with type-safe physical units
- Source: http://hub.darcs.net/nand/units
Letter counter
- Type: Misc
- Description: Letter counter
- Source: https://github.com/Lanira/Counter/tree/master
brainfuck interpreter
- Type: Interpreter
- Description: brainfuck interpreter
- Source: http://hub.darcs.net/nand/brainfuck
pong game
- Type: Game
- Description: A simple game of pong using gloss.
- Source: https://github.com/ekmett/lens/blob/master/examples/Pong.hs
- Note: has been modified/improved on by others.
Peer-to-peer chat client
- Type: Chat program.
- Description: Peer-to-peer chat client
- Source: https://github.com/nandykins/p2p-chat
- Note: It's awful, and the crypto used is not secure.
STG -> C# compiler
- Type: Compiler
- Description: none.
- Source: http://hub.darcs.net/nand/compilers/browse/STG
Text adventure game engine
- Type: Game engine
- Description: none.
- Source: http://www.mediafire.com/file/1mlmjwhxtwz/examplepasta.rar
Host-As-Image
- Type: Scripts
- Description: Scripts to use image hosts for general file hosting.
- Source: https://github.com/notuncivil/host-as-image
RPN calculator with pretty errors
- Type: Calculator
- Description: none.
- Source: http://bpaste.net/show/127768/
Manga-Organizer
- Type: Desktop program.
- Description: This program provides tagging, searching and other basic management tools for manga. It is intended as a companion to the E-Hentai website, and optimally functions with directory names formatted as "[Artist] Title".
- Source: http://nagru.github.io/Manga-Organizer/
AniWrap
- Type: Library.
- Description: C# .NET library for 4chan. It can post, report, delete and fetch posts.
- Source: https://github.com/diantahoc/AniWrap
The following is made by one person, who posted this in a post on /g/.
- A program to find the ‘center of mass’ of an image: http://bpaste.net/show/127770/
- Small program to attempt simulating (red/green) colorblindness: http://bpaste.net/show/127771/
- Small file browser for MPD, a bit in the style of ncmpc but worse/less functional: http://bpaste.net/show/127772/
- A tiny terminal based off vte, just wrapping it with pretty much no functionality - since the other vte wrappers were so bloated: http://bpaste.net/show/127774/ (I use rxvt-unicode again though since vte is slow as molasses.)
- A small server to proxy TCP connections over WebSockets, written to try and bypass a school proxy. I eventually realized OpenVPN has this built-in.
Server: http://bpaste.net/show/127776/ Client: http://bpaste.net/show/127777/
- (Highly incomplete) EDSL for generating regular expressions in Haskell: http://bpaste.net/show/127779/
- Implementation of modulo arithmetic via type-level naturals: http://bpaste.net/show/127780/
- SKI calculus and toy functions: http://bpaste.net/show/127781/
The following project were mentioned on /g/ but no additional info was provided
- Sono Hanabira games for android - ?
- loli farm - ?
- space shooter game - ?
- hydrocarbons namer (3d modeler) - ?
- space shooter (in winapi) - ?
- racing game with 360 degree vision - ?