We are still actively working on the spam issue.
Difference between revisions of "/g/ projects"
m |
m |
||
Line 6: | Line 6: | ||
! style="background:#125fb5; color:#fff;"| Title | ! style="background:#125fb5; color:#fff;"| Title | ||
! style="background:#125fb5; color:#fff;"| Type | ! style="background:#125fb5; color:#fff;"| Type | ||
+ | ! style="background:#125fb5; color:#fff;"| Language | ||
! style="background:#125fb5; color:#fff;"| License | ! style="background:#125fb5; color:#fff;"| License | ||
! style="background:#125fb5; color:#fff;"| Website | ! style="background:#125fb5; color:#fff;"| Website | ||
Line 17: | Line 18: | ||
|Website = https://github.com/packetpirate/Generic-Zombie-Shooter | |Website = https://github.com/packetpirate/Generic-Zombie-Shooter | ||
|ShortSummary = Generic Zombie Shooter is a simple overhead shooter game. | |ShortSummary = Generic Zombie Shooter is a simple overhead shooter game. | ||
+ | |Language = Java | ||
}} | }} | ||
Line 25: | Line 27: | ||
|Website = https://github.com/irungentoo/ProjectTox-Core/ | |Website = https://github.com/irungentoo/ProjectTox-Core/ | ||
|ShortSummary = Secure P2P messenger library & client. | |ShortSummary = Secure P2P messenger library & client. | ||
+ | |Language = C | ||
}} | }} | ||
Line 33: | Line 36: | ||
|Website = https://github.com/danielgweb/gentils <br/> https://github.com/ms11/gentils | |Website = https://github.com/danielgweb/gentils <br/> https://github.com/ms11/gentils | ||
|ShortSummary = /g/ rewrite of the GNU core utils. | |ShortSummary = /g/ rewrite of the GNU core utils. | ||
+ | |Language = C | ||
}} | }} | ||
Line 41: | Line 45: | ||
|Website = http://sourceforge.net/projects/jackos/ | |Website = http://sourceforge.net/projects/jackos/ | ||
|ShortSummary = ? | |ShortSummary = ? | ||
+ | |Language = N/A | ||
}} | }} | ||
Line 49: | Line 54: | ||
|Website = https://github.com/diantahoc/picture-sorter | |Website = https://github.com/diantahoc/picture-sorter | ||
|ShortSummary = Image sorting program with automatic color sorting feature. | |ShortSummary = Image sorting program with automatic color sorting feature. | ||
+ | |Language = C# | ||
}} | }} | ||
Line 56: | Line 62: | ||
|License = [[GPLv2]]. | |License = [[GPLv2]]. | ||
|Website = https://github.com/diantahoc/chanb | |Website = https://github.com/diantahoc/chanb | ||
− | |ShortSummary = ASP.NET | + | |ShortSummary = ASP.NET image board. |
+ | |Language = VB.NET | ||
}} | }} | ||
Line 64: | Line 71: | ||
|License = ? | |License = ? | ||
|Website = https://github.com/tux3/DelayClose | |Website = https://github.com/tux3/DelayClose | ||
− | |ShortSummary = | + | |ShortSummary = 4chan spammer. |
+ | |Language = C# | ||
}} | }} | ||
− | |||
− | + | {{Software List | |
− | + | |Title = (/g/pl lang interpreter) | |
− | + | |Type = Interpreter | |
− | + | |License = ? | |
+ | |Website = https://github.com/nandykins/-g-pl | ||
+ | |ShortSummary = /g/ programming language interpreter. | ||
+ | |Language = C# | ||
+ | }} | ||
+ | {{Software List | ||
+ | |Title = ACT | ||
+ | |Type = User-script | ||
+ | |License = ? | ||
+ | |Website = http://userscripts.org/scripts/show/176848 | ||
+ | |ShortSummary = Enhancement for /g/ code tags. | ||
+ | |Language = ECMAScript | ||
+ | }} | ||
− | == | + | {{Software List |
− | + | |Title = markdown to html | |
− | + | |Type = Utility | |
− | + | |License = ? | |
+ | |Website =https://github.com/Battleroid/drunken-wight | ||
+ | |ShortSummary = Made to turn set of static files from markdown to HTML and then make a static website with it. | ||
+ | |Language = Python | ||
+ | }} | ||
+ | {{Software List | ||
+ | |Title = units | ||
+ | |Type = Library | ||
+ | |License = ? | ||
+ | |Website = http://hub.darcs.net/nand/units | ||
+ | |ShortSummary = Calculations with type-safe physical units | ||
+ | |Language = Haskell | ||
+ | }} | ||
− | = | + | {{Software List |
− | + | |Title = Letter counter | |
− | + | |Type = Utility | |
− | + | |License = ? | |
+ | |Website = https://github.com/Lanira/Counter/tree/master | ||
+ | |ShortSummary = Letter counter | ||
+ | |Language = C | ||
+ | }} | ||
+ | {{Software List | ||
+ | |Title = brainfuck interpreter | ||
+ | |Type = Interpreter | ||
+ | |License = ? | ||
+ | |Website = http://hub.darcs.net/nand/brainfuck | ||
+ | |ShortSummary = brainfuck interpreter | ||
+ | |Language = Haskell | ||
+ | }} | ||
− | = | + | {{Software List |
− | + | |Title = pong game | |
− | + | |Type = Game | |
− | + | |License = ? | |
− | + | |Website = https://github.com/ekmett/lens/blob/master/examples/Pong.hs | |
− | + | |ShortSummary = A simple game of pong using gloss. (Note: has been modified/improved on by others) | |
− | = | + | |Language = Haskell |
− | + | }} | |
− | |||
− | |||
− | |||
− | |||
− | = | ||
− | |||
− | |||
− | |||
+ | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
Revision as of 23:36, 8 February 2014
The following is a a weekly updated list on projects and software made by /g/entoomans.
Title | Type | Language | License | Website | Description |
---|---|---|---|---|---|
Zombie shooter | Game | Java | GPL | https://github.com/packetpirate/Generic-Zombie-Shooter | Generic Zombie Shooter is a simple overhead shooter game.
|
Tox | Library | C | GPLv3 | https://github.com/irungentoo/ProjectTox-Core/ | Secure P2P messenger library & client.
|
Gentils | Core Utils | C | MIT | https://github.com/danielgweb/gentils https://github.com/ms11/gentils |
/g/ rewrite of the GNU core utils.
|
JackOS | OS | N/A | ? | http://sourceforge.net/projects/jackos/ | ?
|
Picture Sorter | Desktop program | C# | None. | https://github.com/diantahoc/picture-sorter | Image sorting program with automatic color sorting feature.
|
Chanb | Web software. | VB.NET | GPLv2. | https://github.com/diantahoc/chanb | ASP.NET image board.
|
DelayClose | Desktop program | C# | ? | https://github.com/tux3/DelayClose | 4chan spammer.
|
(/g/pl lang interpreter) | Interpreter | C# | ? | https://github.com/nandykins/-g-pl | /g/ programming language interpreter.
|
ACT | User-script | ECMAScript | ? | http://userscripts.org/scripts/show/176848 | Enhancement for /g/ code tags.
|
markdown to html | Utility | Python | ? | https://github.com/Battleroid/drunken-wight | Made to turn set of static files from markdown to HTML and then make a static website with it.
|
units | Library | Haskell | ? | http://hub.darcs.net/nand/units | Calculations with type-safe physical units
|
Letter counter | Utility | C | ? | https://github.com/Lanira/Counter/tree/master | Letter counter
|
brainfuck interpreter | Interpreter | Haskell | ? | http://hub.darcs.net/nand/brainfuck | brainfuck interpreter
|
pong game | Game | Haskell | ? | https://github.com/ekmett/lens/blob/master/examples/Pong.hs | A simple game of pong using gloss. (Note: has been modified/improved on by others)
|
Contents
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 - ?