@related : ProgrammingTools C++ Java Shell Convention Design static Tool Make Language

When I am working on a problem I never think about beauty. I only think about how to solve the problem. But when I have finished; if the solution is not beautiful; I know it is wrong. – Buckminster Fuller (1895-1983)

“Programming is the art of telling another human what one wants the computer to do.” ~DonaldKnuth

Programming or the Art of making Software

http://fr.wikipedia.org/wiki/Programmation

Reference : http://www.digilife.be/quickreferences/quickrefs.htm

[[Programming]] [[Language]]s

MISC / TOOLS

  • Use a 'data package file (.zip)' I/O

(= suppress WIN32/mac tricks ) http://icculus.org/physfs/docs/html/physfs_8h.html

  • Networks

# apt-get install tramp

# man ssh-agent
# emacs  # +tramp # C-x C-f # /[[rzr@localhost:]]/home/rzr/notes.txt
# (setq tramp-default-method "scp")

http://mah.everybody.org/docs/ssh

http://sourceforge.net/docman/display_doc.php?docid=761&group_id=1#postdelay

Intenting code w/ batch emacs script

;;; Prevent Extraneous Tabs (should be only in programming lang)
(setq-default indent-tabs-mode nil)
  • GRAPHICS === leadtools===

http://openil.sourceforge.net/

http://www.euclideanspace.com/maths/algebra/matrix/orthogonal/rotation/

http://www.realtimerendering.com/

[[Regex]]

man 7 regex
man perlrequick
man perlretut
man perlre
http://www.oreilly.com/catalog/regex/

htmlize urls

PHP =ereg_replace("[[[[:alpha:]]]]+://[[^<>[[:space:]]]]+[[[[:alnum:]]/]]",
                   "<a href=\"\\0\">\\0</a>", $text);

[[Book]]s

MISC

[[Programming]]

Misc

MORE

fun.sdinet.de_pics_bug.jpg

programming.txt · Last modified: 2022/04/16 12:23 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki