Author Topic: Calculator Programming Folder Organization  (Read 1748 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Calculator Programming Folder Organization
« on: April 14, 2011, 03:47:15 pm »
I was just wondering how you organize your(s) calculator-programming-related folder(s) in your computer.

I have a big Texas folder with all inside, I decided to tree it for you:

Code: [Select]
Texas>tree
├───ASM in 28 DAYS
│   ├───img
│   ├───lesson
│   ├───ref
│   └───stuff
├───Assembly
├───Axe
│   ├───Developers
│   ├───Examples
│   └───Tools
│       ├───Application Signing
│       └───Sprite Editor
├───Axe GUI Library
├───BatLib
│   ├───Developement
│   ├───Example
│   │   ├───Block Eater
│   │   ├───Bouncy Pong
│   │   ├───Font&Sprite Editor
│   │   ├───FontWalk 3
│   │   └───ReCode examples
│   └───ZINSTALL
├───dcs_sdk
│   ├───asm
│   │   ├───exec
│   │   ├───list
│   │   ├───source
│   │   └───tasm
│   └───basic
├───TI-83+ ASM For The Absolute Beginner
│   ├───Appendices
│   ├───Appendix B Files
│   ├───Appendix D Files
│   ├───Lessons
│   ├───Linux Files
│   ├───Mac Files
│   └───Windows Files
├───Tokens (4)
└───WabbitEmu

What about you?

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: Calculator Programming Folder Organization
« Reply #1 on: April 14, 2011, 03:52:05 pm »
In my "Documents" folder, I just use the two folders created by TI-Connect and TI-Nspire Computer Link, "MyTIData" and "TI-Nspire", respectively.

Inside those folders, I think I have a "Development" one in the Nsipre folder which contains folders for each of my individual projects, and a folder "GCC4TI" in the mytidata one for 89 projects.