pouët.net

A "must have" list for the developer

category: offtopic [glöplog]
nasm
gcc
make
gdb
vim
anyone knows of some search/replace tool or script to remove c++ comments in BATCH ?
added on the 2012-08-16 11:05:14 by mop mop
@psonice I'm only using Xcode too, seems like there is not much choice out there
added on the 2012-08-16 11:07:53 by mop mop
sed -ie 'sa//.*aa' yourfile.cpp
added on the 2012-08-16 13:14:59 by FreeFull FreeFull
The most important pre-requisite for any coder is to have no friends.
added on the 2012-08-16 13:38:03 by trc_wm trc_wm
@Navis: You mean wings or tits?
BB Image
added on the 2012-08-16 15:57:51 by Crumb Crumb
Microsoft OffVis, Office Visualization Tool:

"When you load any Microsoft Office binary file into the Visualizer, you are presented with two panes. The navigation pane shows the raw file contents, with each row showing current offset, a chain of hexadecimal numbers, and their text representation if any. The results pane shows the parsing results that consist of the name of the current data structure, its value, offset location, size, and type."

http://msdn.microsoft.com/library/office/gg615407.aspx

BB Image
added on the 2012-10-16 20:37:54 by Salinga Salinga
Salinga: Why would you need something like that?
added on the 2012-10-16 21:44:04 by TLM TLM
IntelliJ IDEA
Maven
git
Notepad++
Total Commander
Baretail
mRemoteNG
WinSCP

added on the 2012-10-16 21:56:39 by slippy slippy
visual studio with visual assist x
nasm
ollydbg
IDA Pro
Scylla
added on the 2012-10-16 22:09:56 by mudlord mudlord
slippy: nice list!
added on the 2012-10-17 08:01:22 by TLM TLM
"Process Hacker was started in 2008 as an open source alternative to programs such as Task Manager and Process Explorer."

http://processhacker.sourceforge.net/

BB Image
added on the 2014-02-01 15:42:41 by Salinga Salinga
Unreal Speccy
ALASM
BGE for drawing 6912 gfx
Total Commander
Photo$hop
ESN for copying files inside TRD or TAP
"Personal Backup is a program for saving personal data to any destination folder. This folder may be located on a local fixed or removable drive, on a Windows network server or on an FTP server. network server or on an FTP server."

http://personal-backup.rathlev-home.de/index-e.html

BB Image
added on the 2014-02-01 16:04:13 by Salinga Salinga
I've grown to love Sublime Text a lot lately...
added on the 2014-02-01 16:12:40 by Preacher Preacher
"NirSoft web site provides a unique collection of small and useful freeware utilities, all of them developed by Nir Sofer."

http://www.nirsoft.net/utils/index.html

BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
BB Image
added on the 2014-02-01 16:19:49 by Salinga Salinga
Thank you, Tucows.
added on the 2014-02-01 16:54:52 by Gargaj Gargaj
The most important tool is a coffee machine!
added on the 2014-02-01 17:16:54 by RbR RbR
a brain
added on the 2014-02-01 20:06:06 by superplek superplek
BB Image
added on the 2014-02-01 20:36:52 by uncle_H uncle_H
Salinga...that shit only fuels paranoia....

Paranoia drives you to know your OS inside and out...
added on the 2014-02-02 03:22:15 by Deus Deus
- big, quality display
- xmonad
- rxvt-unicode
- zsh
- gvim
- ack
- meld
- git
- (gitg)
- ssh
- a versatile, expressive "scripting" language, preferably with a REPL
- IntelliJ IDEA (for Java/Scala heavy lifting)
added on the 2014-02-06 23:52:38 by Y0Gi Y0Gi
- Firefox/Iceweasel + Vimperator (to skim through all those docs)
added on the 2014-02-06 23:53:54 by Y0Gi Y0Gi
@Y0Gi - try swiftfox. Unfortunately the downloads page is pretty haphazard but different packages can be found on the odd ftp here and there. I've got the x86 and 64 debs floating around if you get stuck.
added on the 2014-02-07 00:18:32 by ringofyre ringofyre
I recently spent a bit of time looking at all the options for iOS dev (on mac). There's actually a *lot* of good tools out there now. However, as I've looked, I've been keeping in mind how much actual benefit I'd get, whether it's actually better than what I'm already using, and how much time I'd waste on config/learning.

End result: I've picked up a couple of very simple utilities, nothing else. Stuff I now use:

- xcode plus instruments
- quartz composer (part of apple's graphics dev package, it's very good for profiling shaders - recompiles as you type, you can add LFOs, sliders etc. to control inputs easily)
- Quick Radar (sits in the menu bar, super quick way to file bug reports)
- Watchdog (literally just cleans up after Xcode, i'm sure it's fixed some issues before I noticed them :)
- Sticky Notifications (basically just lets you leave a note for yourself, but the note appears as a notification so it's instantly dismissible)
added on the 2014-02-07 00:23:24 by psonice psonice

login