C Board  

Go Back   C Board > Community Boards > General Discussions

Reply
 
LinkBack Thread Tools Display Modes
Old 06-28-2005, 06:21 PM   #31
Frequently Quite Prolix
 
dwks's Avatar
 
Join Date: Apr 2005
Location: Canada
Posts: 7,629
Crimson editor is nice, but I prefer Context
dwks is offline   Reply With Quote
Old 07-10-2005, 03:17 PM   #32
T3H 0WNZ0R
 
Rukhan's Avatar
 
Join Date: Jul 2005
Location: U.S.A, Michigan
Posts: 2
WebCam Software: http://dorgem.sourceforge.net/ Dorgem
Rukhan is offline   Reply With Quote
Old 09-24-2005, 11:35 PM   #33
Disrupting the universe
 
Mad_guy's Avatar
 
Join Date: Jun 2005
Posts: 232
GNU Emacs: A real mans editor. Has more features than any other editor, ever.
Textpad: For people wanting better syntax highlighting and space orientation than emacs minus the 9593475389475210395 features Emacs provides.
Open Watcom: The best free and open source compiler there is. Don't dispute it, it just is, okay?
PHP Designer 2005: Maybe the best free PHP editor I've ever seen (note: I've never used Zend Studio.)
Azureus: The bittorrent client.
All the software on sysinternals.com: Written by Mark Russinovich, some of the best Windows tools on the market.
STunnel: SSL passthrough layer, you can pass everything you want through Stunnel to get an SSL encrypted session.
__________________
operating system: mac os 10.6
editor: back to emacs because it's more awesomer!!
version control: git

website: http://www.nijoruj.org/~as/
Mad_guy is offline   Reply With Quote
Old 09-25-2005, 10:33 AM   #34
Registered User
 
Jaqui's Avatar
 
Join Date: Feb 2005
Posts: 416
anything to pdf format:

http://sourceforge.net/projects/panda/

links to linux software ( some commercial apps )

http://www.linuxsoft.cz/en/
http://loll.sourceforge.net/ [ all free ]
http://www.linuxlinks.com/

then naturally:
http://freshmeat.net
savannah.gnu.org ( gnu specific sourceforge type site )

system resource monitor:

http://dindinx.net/hotbabe/
** she gets nekkid as the system uses cpu cycles **

( was linux specific, now also has windows port )
__________________
Quote:
Originally Posted by Jeff Henager
If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux. If he can't do that simple task, he doesn't need to be around technology.

Last edited by Jaqui; 09-25-2005 at 11:07 AM.
Jaqui is offline   Reply With Quote
Old 12-25-2005, 11:33 PM   #35
Disrupting the universe
 
Mad_guy's Avatar
 
Join Date: Jun 2005
Posts: 232
More software I have found in my... Journeys (note a lot of these I have known about for quite some time, I just forgot about them):

Code::Blocks: Pretty nice development environment.
LePutty: Sweet Windows SSH client.
OpenPERL IDE: Nice nice PERL environment. Similar to PHP Coder Pro.
PHP Coder Pro: Great PHP environment.
LispWorks: Cool environment for ANSI Common Lisp.
foobar2000: Amazing windows media player.
Snort IDS: Only one of the best open source and free IDSs available for a variety of platforms.
CScope: A freakin' sweet C tool for going through source trees. It has a variety of functions and is used by many people (specifically, auditors of source code) on a frequent basis. It can handle the source code for an entire operating system with ease.
Exuberant Ctags: Creates .tag files (which are supported by a wide variety of editors like VIM and Emacs) of a source code file, has support for a multitude of languages like Ruby, C, Perl, and Assembly, et cetera.
SVN: Absolutely marvelous source code versioning system. Many people rate it better than CVS.
Ethereal: THE network analyzer. Even used by Cisco. It auto analyzes packets for you and all that fancy jazz, although if you want to learn from the bottom-up, stay away from ethereal for a while.
NetCat: The Hackers Swiss Army Knife. Comes for NT and regular Unix variants. It can be used for a great deal of purposes, from back doors to saving an entire harddrive (my friend broke a hdd, so he inserted a livecd (german cd INSERT), made an ISO of the harddrive, and streamed it to his laptop with netcat. Not bad eh?)
NASM: Only one of the best x86 assemblers out there! Free, open source, easy to use and is quite well known among unix assembly programmers. Intel syntax is used with it.
Nmap: the absolute best port scanner out there! Don't let it fool you however, it has an extrodinary amount of features, from stealth scanning (which snort can pick up ;>) all the way to reading TCP timestamps in packets to detect uptime!
PKCrack: You know those passworded archive files? Well, if you have a copy of a file from the archive, PKCrack is the tool to break into that mofo. Providing you have a copy of a file inside the archive, PKcrack can break an archive into a decrypted form in roughtly 10 minutes or so (it took about 10 minutes for me to break one archive as a challenge, some people tried bruting the same zip and their estimated time of accomplishment was something like 4 million years.)
Digital mars C/C++ compiler: The fastest C/C++ compiler I've ever seen, it is extremely lightweight and comes in a command line form. Several tools are included. Beware however, Digital mars does not come with everything that would come with Visual C++ 7. If you want more support for libraries, you have to manually install them.
Resource Hacker: If you need to modify resources on windows (i.e. dialogs,) well, look no further.
SPIKE (fuzzer): When people need to know if their clients and servers are secure or not, they turn to the SPIKE. Free and open source, it is definately a powerful auditing tool. The magic of a fuzzer like SPIKE has to be seen before it can be believed, it's hard to really just explain it.
IRSSI: The best IRC client ever. It is only supported on linux and there are some unofficial windows builds, but it is extremely powerful and lightweight and works on almost every version of linux that has curses support. I only run windows, but I use SSH accounts just so I can use IRSSI. Yeah, I like it that much.
RadASM: Great free studio for a lot of assemblers (fasm, nasm, tasm, masm, etc. etc..)
Plone: A powerful and functional CMS written in Python. It requires the Zope framework. The easy thing about it is this: all you need is to set up Zope (you need to configure almost nothing) and then install Plone. That simple - it's installed. Highly customizable and very secure. Very recommended.
Ruby on Rails: Ruby on Rails (or RoR) is a framework written in Ruby for developing web applications with more joy and fun. And it does this well.
Any piece of software by 37signals is good if you ask me. Their whole philosophy is software is too complex, so they make more stuff, to do less, on purpose. Personally, I like it. Doesn't matter if you've never heard of them - they're still awesome.
Frostwire: basically it's exactly like Limewire, but it doesn't filter your results for things like LimeWire is starting to do.
OllyDBG: Undoubtly the best user mode debugger there is for Windows! It lacks the 'oompf' of SoftICE, and it doesn't have as many amazing disassembly features as IDA Pro, but it definately is an extremely powerful user mode debugger with a wide amount of features and some cool plugins.

OMFG ALMOST FORGOTTEN:
Tor: Tor is absolutely the best anonymity network currently available. All traffic to and fro when using Tor is theoretically 100% anonymous because of Onion Routing. Tor keeps no logs and (as much as a lot of conspiracy theorists would like to disagree) is not "one big honeypot for catching hackers." Open source, free, and works like a regular SOCKS5 proxy (which a lot of applications these days offer in their configurations, example: GAIM.) The hit in connection speed is noticable, but it is worth it if you want anonymity.
__________________
operating system: mac os 10.6
editor: back to emacs because it's more awesomer!!
version control: git

website: http://www.nijoruj.org/~as/

Last edited by Mad_guy; 12-26-2005 at 12:03 AM.
Mad_guy is offline   Reply With Quote
Old 06-04-2006, 03:36 PM   #36
Software Developer
 
jverkoey's Avatar
 
Join Date: Feb 2003
Location: University of Waterloo
Posts: 1,916
http://www.gamedev.net/community/for...opic_id=324643

Graphics Engines
Ogre 3D
Nebula Device
Haddd
Irrlicht
Haaf's Game Engine (hardware accelerated 2D games engine)

Axiom 3D (OGRE for .NET)
TrueVision
Revolution3D
Genesis3D
Crystal Space 3D
Panda3D
Quake 2 Source Code
Quake 2 (complete sources)

Tenebrae (Quake with per pixel lights and shaders)
Wild Magic (David Eberly's engine)
Apocalyx
ClanLib Game SDK
DevLib
kjAPI
Portable Game Library (PLIB)

RealmForge GDK
Delta3D
G3D
NeoEngine
QuakeForge
XEngine
Yake
Kyra Sprite Engine



Libraries
Free Game Development Libraries (external list)
Graphics:
Crazy Eddie's GUI system
Cal3D (character animation library)
GLFW (OpenGL Framework)

GLee (OpenGL easy extension library)
DevIL
Game Texture Loader
SDL
Cpw (another OGL framework)
Allegro
Open Scene Graph

Corona
Titan
SFont
CxImage
CImg
FreeImage
BMF_Font
BFont
FreeType (font rendering library)

PaintLib
GLEW (OpenGL extension wrangler library)
gluX
GLUT
FreeGLUT
Open Inventor
FTGL (OpenGL Font Library

nVidia Scene Graph SDK
OpenSG
ParaGUI
LibUFO (OpenGL GUI Toolkit)
GPUmesh
GNU Triangulated Surface Library
libASE
lib3DS

GLOD (Geometric Level of Detail for OpenGL)
Video:
FFmpeg
Dirac
Theora
XviD
Networking:
RakNet

OpenTNL (Torque network library)
HawkNL
OpenPlay
ReplicaNet
Game Networking Engine
Sound:
FMOD
OpenAL

Audiere
BASS
libsndfile
Ogg Vorbis
Physics and Collision:
Open Dynamics Engine (ODE)
Tokamak
Newton Game Dynamics
NovodeX SDK

Physical
True Axis
Open Dynamics Framework
ColDet (Free 3D Collision Detection Library)
Opcode
RAPID
FreeSOLID
V-Collide

Scripting and XML:
Lua
AngelScript
CInt
EOS
GameMonkey Script
Guile
IO
javascript

Squirrel
Small
Ruby
Python
Tcl
Perl
LibXML
TinyXML
Expat

Apache XML libraries
ezXML
Compression and File Systems:
zlib
bzip2
LZMA SDK
LZO
PhysicsFS
#ZipLib (native C# archive library)

SharpFS (native C# VFS)
unrarlib
ZipArchive

Note: Much of the above lists (but not all) were taken from this page, maintained by Kylotan here.

Applications and Utilities:

Development Environments:
Code::Blocks IDE
Dev-C++
Visual Studio 2005 betas
SharpDevelop
ActivePython
Graphics Development:
gDEBugger
FX Composer

RenderMonkey
NVIDIA SDK
ATI Radeon SDK
DirectX Developer Center
NVIDIA Cg
Sh (shader language)
Modeling:
SoftImage|XSI Mod Tool

Milkshape 3D (not free, $25)
Wings 3D
Blender
Anim8or
DeleD
World Building:
Quake Army Knife (QuArK)
GtkRadiant

Getic3D
Audio:
ModPlug
Audacity
SynthEdit
Buzz Machines
KVR Audio (not actually software, but has tons of links)
Images:

Paint.NET (excellent free image editor)
The GIMP
BMFont (font texture generator)

Media
Textures:
Transmogrifying Textures Vol. I (NVIDIA)
Mayang's Free Textures

3D Cafe's Free Textures
Absolute Background Textures Archive
Image * After
Media Link's Free Backgrounds and Textures
Free Game Textures
Seamless Textures -- Absolute Cross
3D Millenium Free Textures
Pixel Poke
The Texture Studio

Textures
Marlin Studios
Free Foto
Free Textures
Free Textures
MorgueFile
Psionic3D
Models:
3D Millenium Free Models

Polycount
Marlin Studios
Free 3D Model Collections
Free 3D Models
Digital Animators Models
Psionic3D
Sprites
This thread has lots...and lots...and lots...
Sounds:

SFX and Music Resources (another long GDNet post)
Jamendo (Creative Commons licensed music)
A1 Free Sound Effects
Sound Effects
Tintagel's Free Sound File Archive
Free Sound Effects
Sound Hunter

Wav Sound Complete Archive
deusX Sound Design
FindSounds (sound search engine)
Absolute Sound Effects Archive
jverkoey is offline   Reply With Quote
Old 07-30-2006, 06:45 AM   #37
Registered User
 
Join Date: Jul 2006
Location: London
Posts: 5
New Addition

Probably the finest free open-source CAD application there is and it isnt on the list:

http://www.brlcad.org
p_m63 is offline   Reply With Quote
Old 08-13-2006, 12:43 AM   #38
Reverse Engineer
 
maxorator's Avatar
 
Join Date: Aug 2005
Location: Estonia
Posts: 2,236
Quote:
Originally Posted by Vicious
Best Text Editor... ever...
http://www.crimsoneditor.com

It has support for nearly every programming/web/scripting language you could think of
(Syntax colors and spacing)

asm, c/c++, java, php, html, batch files, unrealscript, fortran, basic, z80 asm, all kinds of crap.

You can also create your own.
I prefer Notepad++, because it is CLEAN. Crimson Editor wastes so much room on the screen for useless things.
maxorator is offline   Reply With Quote
Old 08-13-2006, 04:04 AM   #39
Registered User
 
Join Date: Mar 2006
Posts: 726
truecrypt.org -- Excellent file encryption utility, wonderful ease of use. You can mount an entire encrypted archive as a virtual disk drive and access the contained files normally.
__________________
Code:
#include <stdio.h>

void J(char*a){int f,i=0,c='1';for(;a[i]!='0';++i)if(i==81){
puts(a);return;}for(;c<='9';++c){for(f=0;f<9;++f)if(a[i-i%27+i%9
/3*3+f/3*9+f%3]==c||a[i%9+f*9]==c||a[i-i%9+f]==c)goto e;a[i]=c;J(a);a[i]
='0';e:;}}int main(int c,char**v){int t=0;if(c>1){for(;v[1][
t];++t);if(t==81){J(v[1]);return 0;}}puts("sudoku [0-9]{81}");return 1;}
jafet is offline   Reply With Quote
Old 08-22-2006, 12:59 AM   #40
Reverse Engineer
 
maxorator's Avatar
 
Join Date: Aug 2005
Location: Estonia
Posts: 2,236
I don't really see the point of encrypting things on my own computer. It is a lot of mess and is not very useful.
maxorator is offline   Reply With Quote
Old 08-22-2006, 01:37 AM   #41
pwns nooblars
 
Join Date: Oct 2005
Location: Portland, Or
Posts: 1,094
Depends on your computer... I don't encrypt anything on my desktop, but I do encrypt some stuff on my laptop. Because my laptop is like 100 times more likely to get stolen.
__________________
Enlighten Yourself

I'm back!
Wraithan is offline   Reply With Quote
Old 01-13-2007, 04:50 AM   #42
C 1337
 
Meshal's Avatar
 
Join Date: Nov 2006
Posts: 70
so cool ,
Meshal is offline   Reply With Quote
Old 01-18-2007, 08:35 PM   #43
Registered User
 
Join Date: Apr 2006
Location: United States
Posts: 3,202
Don't think anyone has mentioned these:
Foxit Reader: Yet another Adobe Acrobat alternative.

RegSeeker: for your Window's registry issues.
whiteflags is offline   Reply With Quote
Old 01-18-2007, 10:50 PM   #44
Registered User
 
Bajanine's Avatar
 
Join Date: Dec 2001
Location: The most peaks over 10,000 feet!
Posts: 388
I can't believe OpenVPN isn't listed!
__________________
"A government big enough to give you everything you want, is big enough to take away everything you have." - Thomas Jefferson
MSVS 2008 Pro / DevPartner / CB NightlyBuilds / MinGW / Cygwin
Bajanine is offline   Reply With Quote
Old 10-16-2007, 06:26 PM   #45
Registered User
 
Join Date: Oct 2007
Posts: 24
I personally LOVE Notepad++
Bash is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to store lots of values in a vector? DARKGuy C++ Programming 6 09-10-2007 03:41 PM
Lots of bitmaps twomers Windows Programming 1 05-28-2006 07:02 AM
Program in linux to do LOTS of math (takes long time to complete) Leeman_s Linux Programming 3 03-21-2004 06:02 PM
anyone know of some good freeware audio editors? compjinx A Brief History of Cprogramming.com 1 10-20-2002 03:11 PM
Freeware C or C++ GUI? Unregistered Windows Programming 2 02-15-2002 03:12 PM


All times are GMT -6. The time now is 05:25 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22