Tagged Questions

Portable applications are applications that can be used on a portable device.

learn more… | top users | synonyms

52
votes
58answers
6k views

What development tools do you carry on your USB drive?

I've just bought a new 4GB USB thumb drive and I'm trying to decide what to put on it. I'm thinking about one of the webserver on a stick packages, a C/C++ IDE (leaning toward Code::Blocks; had ...
19
votes
6answers
7k views

How can I have a portable Emacs?

Is there a way run Emacs from a USB drive? I am a Windows user and I would like to be able use it on any PC without an Emacs install.
13
votes
6answers
8k views

Did anyone try Portable Python?

I have recently discovered Portable Python as a very interesting tool. I am a linux user, and I am frutstrated when I come to machines that does not come "battery included". This is cool because ...
12
votes
9answers
4k views

Free portable database

Hi I am developing desktop portable free application and I`m looking for portable database: free without install up to 20K records standalone application supports encryption (optional) SQL92 spec ...
11
votes
1answer
2k views

Fix msysGit Portable $HOME location

I have successfully installed and configured msysGit Portable on my flash drive, and have used it to pull and push GitHub repos. However, I seem to always have to kludge the SSH support. ...
9
votes
3answers
3k views

Is there a portable Perl?

Is there a portable Perl along the lines of portable Python? Something I could use (while learning the stuff) from my thumb drive? Oh, and I'm talking about Window XP.
8
votes
4answers
529 views

Portable version control?

Currently I do all of my work off of a flash drive. Keeps things portable, and I'm able to learn web development while I'm at work. Currently I run Portableapps with XAMPP, Notepad++, and Chrome ...
8
votes
8answers
1k views

Are there any USB stick runnable, no-install, cross platform software frameworks (with GUI)?

Does anyone know of a good software development framework or similar that has the following properties? Cross platform: it should be runnable on XP, Vista, OSX and common versions of Linux (such as ...
8
votes
13answers
4k views

Portable Programming IDE

Frequently I'm brainstormed with programming ideas that I would like to directly code. More or less like "Wow, that algorithm will rock! I need to write it now!". For this kind of "impulse" to write, ...
7
votes
5answers
268 views

How do you replicate your developer PC setup on multiple machines?

Let's say I have a development PC at my work, another development PC at my home, and a tiny netbook PC that I often carry with me. Since these PCs have the same operating systems, the problem of ...
6
votes
2answers
559 views

python on usb stick

is there any option free and opensource to run python from usb stick on windows system (i,e pyhon installed on usb stick ) and can run on every windows sytsem just by pluging the usb stick ?
6
votes
7answers
660 views

Bug tracker running off a USB pendrive. Is this possible?

I desire to run a bug tracker off a USB pendrive (for a variety of reasons, mostly because I frequently do not have internet access and need to hop around from machine to machine). Does anyone have ...
6
votes
6answers
1k views

Recommend portable source control setup?

Since I have a couple of mid-sized personal projects and a lots of code snippets, sample programs, libraries which usage is demonstrated using unit tests, I want to have this whole lump of code ...
5
votes
2answers
241 views

Can I use git without installing?

I have heard good things about git and I would like to try it out before installing it. This would also be great to put it on a flash drive if I wanted to use git at school. Is it possible to use the ...
5
votes
4answers
635 views

How do i create a portable app (runs without installing)

how do i create an app that is: lightweight: i am guessing don't require .NET frameworks maybe? portable: runs without installing and saves data in the app directory, so i can just move the folder ...
5
votes
7answers
539 views

Portable scripting language for a multi-server admin?

Please Note: Portable as in portableapps.com, not in the traditional sense of a language that can be used on multiple architectures or operating systems. Whoever coined this usage of the word portable ...
5
votes
4answers
744 views

Test printf implementation

I would like to have a portable implemenation of my application. However, I have heard that there are some issues with printf from the stdlib on certain machines where it does not behave as intended. ...
4
votes
3answers
340 views

Recommendation for multi-platform, portable, learning mode Git GUI?

Any recommendations for a good Git GUI. Should ideally have the following characteristics: Not be very limiting i.e. can support relatively complex functions e.g. rebase, no-ff Shows Git commands ...
4
votes
2answers
670 views

Python GUI for portable app

I am developing a python app, using python and sqlite and GUI to re-create a Access 2007 report generating app. Since the app is portable, I'm looking for GUI solution for python that user doesn't ...
3
votes
3answers
265 views

Portable Standalone C# compiler

I'm building an application that I need to work on on the move, I have access to many PC which I don't have admin right to install softwares on. I use C# so I want to have a portable edition of C# or ...
3
votes
2answers
413 views

SOLVED: Convert portable msysGit to full installed equivalent (but still be portable)

Being a fan of portable apps (even when running on my primary workstation), I use the portable version of msysGit, however, it does not install the shell hooks, environment variables, GUI setup, icons ...
3
votes
2answers
341 views

Is there an easy way to put my entire installation of Intellij on a USB stick?

I'm considering switching from Eclipse to Intellij. One thing I like about Eclipse is that the whole installation is just a folder, and I can put that on a USB stick and copy it to another computer ...
3
votes
2answers
721 views

Making Vim portable

I am learning to use Vim and I want to have a portable version on my USB to edit my code here everywhere. I knew there are a portable version of Vim, but while i was searching for that version I found ...
3
votes
3answers
181 views

“Compiling php” as in making it portable

I'm not intrested in compiling for performance but in being able to "compile" a php script in order to carry it on a usb stick or portable hard drive. I think that there may be two way: 1) Portable ...
3
votes
4answers
489 views

Portable .Net debugging tools

As a .net developer there are times when one is asked to debug at different machines (32 & 64 bit) other than ones own developer machine. Lot of times some important tool is missing and I have to ...
3
votes
1answer
1k views

How to set the profile directory for xulrunner apps using a custom relative path?

Is there an easy way to create a cross platform portable Xulrunner application? By "portable" I mean what the guys on http://portableapps.com/ do, but in addition I would like to be able to put on ...
3
votes
7answers
2k views

Portable USB Webserver

I have project that I'm working on that is going to require a webserver. The webserver will be used to remotely control a presentation using a mobile device. I see there are quite a few options out ...
2
votes
5answers
147 views

c++ IDE on usb?

is there any c++ compiler i can put on a usb or external harddrive and use it on any other computer? the school computjers in my library dont have an ide... or a compiler installed... P.S the school ...
2
votes
2answers
157 views

tcltk in portable R

I am using portable R and I want to try the sqldf package a bit, I can load the sqldf package, but running a sql statement and gives me this message: > sqldf("select * from BOD where Time > 4") ...
2
votes
1answer
54 views

.NET Portability Warning: CA1901 PInvoke Declarations Should Be Portable

When I add the following lines into my code [DllImport("user32.dll")] static extern void keybd_event(byte key, byte scan, int flags, int extraInfo); and run a code analysis against Microsoft Basic ...
2
votes
2answers
159 views

How are portable apps called by the system when needed (eg file association)?

There are a few implementations of portable apps in Linux, but it seems that all Mac OS X apps are portable. Since Mac OS X completely embraces this model, I'm assuming they already have a solution to ...
2
votes
4answers
195 views

Universal meta-language for “simple” programs

I realize that it is impossible to have one language that is best for everything. But there is a class of simple programs, whose source code looks virtually identical in any language. I am thinking ...
2
votes
3answers
498 views

Portable Ruby on Rails environment for Windows

Somenone asked the same question about two years ago. The answer was InstantRails at that time. But InstantRails seems to be out of date. Are there any other solutions?
2
votes
2answers
718 views

Is Instant Rails dead?

The last updated download on RubyForge (http://rubyforge.org/frs/?group%5Fid=904) is dated 2007-12-28. In Rails terms that is sometime in the last millenium. Is this project dead, is there an ...
2
votes
2answers
948 views

How do I set the Java path in Eclipse so I can run it on an external drive?

I have Eclipse 3.5.1 and Java Portable (from Portableapps.com) installed on a portable hard drive and would like to point my Eclipse to use the portable apps Java version. This will allow me to use ...
2
votes
2answers
298 views

Making an application launcher

Okay so I want to make an application that launches other applications. However, the goal here is to make the app "portable" in that I can go from one windows desktop to another while using the same ...
2
votes
4answers
5k views

Portable Ruby on Rails environment

I got myself a new 8 gig USB key and I'm looking for a decent solution to have a portable RoR environment to learn on. I did the google on it and found a few possibilities, but I'm curious to hear ...
1
vote
1answer
805 views

Portable Eclipse with Android and JDK

I need to make a portable eclipse with android sdk and jdk. I'm able to get eclipse and android sdk onto a flash drive but when I go to run an android project there isn't a virtual device to run it ...
1
vote
2answers
123 views

What is the portable way in CMake to determine the size of a file?

I need to determine the number of bytes in an arbitrary file via a CMake script, but in a portable manner. This file may be large, so reading it in with the file(READ...) command and counting the ...
1
vote
1answer
88 views

preloading images not working on dsi

I have made a script that preloads a sprite sheet for using in this with CSS sprites, but doesn't show up on the dsi. Here is my current revision. Please tell me where I have gone wrong. Or suggest ...
1
vote
0answers
79 views

Is there any free SDK to create a portable virtual printer?

my needs is to run with (if possible) the same code on * *BSD * MacOsX * Linux * Windows and the preferred language is Java, but possibly C, C++, Perl, Ruby, Python. It can be a PDF printer, but ...
1
vote
1answer
236 views

RAMdisk without previous instalation with user privileges (portable mode) on windows

Is there a way to use some kind of RAMdisk without previous instalation of RAMdisk software of any kind with user privileges on system windows (XP, Vista or 7 at least)?
1
vote
3answers
584 views

portable IIS or other server for asp.net app

I'm looking for a portable version of server for simple app (no db) writen in asp.net 4. I need to present it from pendrive in few places and I don't know what systems there are. Is something like ...
1
vote
1answer
246 views

Will app built with gcc 4.x on CentOS/RHEL 4.8 run on completely un-updated CentOS/RHEL 4?

We have a commercial application that we build on 32-bit CentOS 4.8 (equivalent to Red Hat Enterprise Linux (RHEL) 4 update 8. The default gcc compiler is at 3.4.6 We are able to run our binary on ...
1
vote
3answers
313 views

How to make software developed in WinForms .NET 3.5 with SQL Express portable

i found that its really pain to create setup and deployment packages for windows xp/vista/7 so my question is can i make my application portable with any third party tool such as thin app ? my ...
1
vote
0answers
255 views

Is there anyway to make cherokee server portable?

I develop on different machines. I use MAMP, I have it installed on my dropbox folder and created symbolic links to the applications folder. That way if I work one day on my desktop and make changes ...
1
vote
2answers
461 views

lightweight/portable VCS for server-hopping DBA?

I'm looking for a VCS that'll help me keep all of my work scripts in-sync. Requirements: Portable (as in flash drive, not code-level) Run on Windows XP and Server 2003+ No installation dependencies ...
1
vote
3answers
308 views

Making a windows program thumbdrive portable

I am currently trying to make an application portable. Where are the common places that an application puts its settings in a windows machine? do you know know of any other places besides ...
1
vote
7answers
932 views

static html blog/cms to run on a USB stick?

What are the options for having a simple blog, content management system that will deploy the full site as static html over FTP/SFTP and any blog API? I am aware of Thingamablog but it hasn't been ...
1
vote
3answers
2k views

How to run MSVC++ 6.0 off a USB drive as a portable app

Without using any third party program to do this (i.e. without VMware ThinApp, U3 or MojoPac etc.) How to move MSVC++ 6.0 from from its install on C: over to a USB drive? So that it can be used on ...

1 2