Tagged Questions
The home tag has no wiki summary.
35
votes
24answers
2k views
Good Secure Backups Developers at Home
What is a good, secure, method to do backups, for programmers who do research & development at home and cannot afford to lose any work?
Conditions:
The backups must ALWAYS be within reasonably ...
15
votes
13answers
1k views
Home Office Programming requirements?
For people who do real actual programming from home, either part time or full time:
What are some of the most important requirements, for encouraging productivity?
Other factors to consider, for a ...
13
votes
6answers
8k views
meaning of tilde in linux bash (not home directory)
First off, I know that ~/ is the home directory. CDing to ~ or ~/ takes me to the home directory.
However, cd ~X takes me to a special place, where X seems to be anything.
In bash, if I hit "cd ~" ...
11
votes
2answers
6k views
Android: change default Home Application
for some specific requirement
I am required to change Android Default Home application
with my customized Home application ( a setting inside my app that will toggle default home = my application or ...
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.
...
10
votes
4answers
11k views
Lighting Control with the Arduino
I'd like to start out with the Arduino to make something that will (preferably) dim my room lights and turn on some recessed lighting for my computer when a button or switch is activated.
First of ...
8
votes
3answers
434 views
Putting home directory under source control (hg)
For a while I had just my code under source control, but I decided it would be cool to put things like my stuff in my .vim folder among other things in a repo. (I'm obviously not going to store ...
8
votes
6answers
2k views
How to find the real user home directory using python?
I see that if we change the HOME(linux) or USERPROFILE(windows) environmental variable and run a python script, it returns the new value as the user home when I tried,
os.environ['HOME']
os.exp
Is ...
7
votes
4answers
577 views
What is the Windows equivalent of pwd.getpwnam(username).pw_dir?
The Python pwd module provides access to getpwnam(3) POSIX API, which can be used to get the home directory for a particular user by username, as well determining if the username is valid at all. ...
6
votes
9answers
490 views
Company seeking my personal projects during non-work at home?
Ok, so I'm building "Web 2.0/3.0" sites to make extra money. I currently run my own personal project sites with some advanced technology in the backend (AI stuff, recommendation system) that I've ...
4
votes
2answers
3k views
Disable home button in android toddler app?
I've developed and app that is a slide show of pictures which each play a sound when you tap them. It's like a picture book for ages 2-4.
The problem is, since android won't let you capture a home ...
4
votes
1answer
687 views
How to get the home directory in Python?
I need to get the location of the home directory of the current logged-on user. Currently, I've been using the following on Linux:
os.getenv("HOME")
However, this does not work on Windows. What is ...
4
votes
2answers
5k views
overriding the Home Key Long press in a category.HOME activity
I just created my own "Home" to replace the stock android one or Sense.
All is working fine and I get all I want. My only problem is to replace to long press on home key ( that usually show the last ...
4
votes
4answers
2k views
Overriding Home button for a Car Home replacement app
I have been working on a replacement for the stock Car Home app for a bit, and I am completely stumped on how to override the Home button so that my app will be brought back to the foreground whenever ...
4
votes
3answers
189 views
Is there a way to get to know if the user is on call while using my app?
Is it possible to identify whether the user is on a phone call while using an app.
Here is the scenario:
I get a call
I accept the call
Tap the home button
Launch an app
At this point can I tell ...
4
votes
4answers
14k views
How to change JAVA.HOME for Eclipse/ANT
I am trying to sign a jar file using an ANT script. I know this has to be pointed at the JDK directory for jarsigner.exe to run, but when I echo java.home it returns the JRE directory.
This isnt a ...
3
votes
2answers
97 views
How do i get the user name in a Makefile?
I'm making a simple game for Ubuntu and to update the highscore list, it needs a single file at runtime, called 'highscores.bin'.
I wish to put this file at
/home/(USER)/.game_name
I've researched ...
3
votes
2answers
299 views
Admob on Android - Status bar area not covered when activity is resumed
I'm experiencing very nasty bug trying to implement Admob in my
application.
I thought the problem is in my code, but after some investigation I
found it present also in Android-Banner-Essentials ...
3
votes
1answer
4k views
Android Get Application's 'Home' Data Directory
A simple question, relating to the default 'home' directory when an app writes to the internal memory. By default, any files created are placed by the OS (2.2) in:
/data/data/your.package/files
...
3
votes
1answer
229 views
Creating a second shortcuts in the Launcher
I create a cool Home application in Android.
As this is a Home I don't want her to appear in the Launcher, in the list of all applications.
That's pretty easy, but now I would like the settings of ...
3
votes
2answers
291 views
home directory expansion (~) within an argument
When I enter the following (BASH):
rdesktop -r disk:bacon=~/bacon host
It does not expand to
rdesktop -r disk:bacon=/home/me/bacon host
It seems the "disk:" part is the problem as can be seen ...
3
votes
2answers
416 views
Home key go to start of line in Visual Studio?
Where is the option in Visual Studio to make the Home key go to the start of the line?
Right now you have to do
Home,Home
or
Home, Ctrl+Left Arrow
i'd prefer that home goes to the start of the ...
2
votes
1answer
81 views
How to start RecentApplicationsDialog?
When I press on the home button and hold then the RecentApplicationsDialog is shown. How to do this in code ?
2
votes
0answers
805 views
Android - clear the recent app list (shown after long HOME press)
I'm writing a custom launcher app. Problem: even after setting it as default, the long press of HOME button brings recent app list, including old launcher.
Is it possible to clear the recent app ...
2
votes
2answers
1k views
Home button disable
I do know that it is ill advice to take control of the HOME button for users. But I'm developing a android lockdown application for educational purposes. I was browsing the site and came upon this ...
2
votes
3answers
351 views
WP7: In-App Home Button to Navigate to MainPage allowed?
i was wondering about the implementation of an In-App Home Button that takes you back from any Page to the MainPage. As far as i remember this is not allowed by the WP7 Development Guidelines. But i ...
2
votes
1answer
201 views
Force application to front
The question I'm about to ask may seem dangerous for the user, so here's the story before the question:
I'm working in a compagny that tries to sell Galaxy Tabs to schools (children under 10). So, ...
2
votes
1answer
1k views
Android - How to exit an app when user press the home button?
I want to know how to exit an app when user press the Home Button.
As far as i know that Home Button moves the running app in background and puts Launcher process in front.
I know i can use finish() ...
2
votes
3answers
331 views
Home Button Issue
I want to kill an Activity when the user presses the Home button. For this I'm using the following code:
public void onPause() {
super.onPause();
this.finish();
}
It works fine. But instead ...
2
votes
7answers
3k views
Can I disable Home Button on my App? (full screen browser kiosk mode)
I have to put a lot of iPads on a stantd on a tourist fair to show our web, and we don't want that people can use these iPads to play/enter facebook/etc. Is for this that I was searching an ...
2
votes
1answer
481 views
how to prevent custom home launcher app restart activity
I am working on my own home launcher replacement and it works fine but one thing bothers me. When I press a home key, current home activity (the one defined in manifest as main/defualt/launcher/home) ...
2
votes
2answers
348 views
How to set my App as default Home?
I'm developing a Android desktop app, and I would like that when it first starts it (confirm with user and) set itself as default action for Home button.
Currently this option is given to the user by ...
2
votes
1answer
698 views
Add icon to home screen like Safari
I saw the Bug Me iPhone app and was intrigued by the ability to add icons to the home screen. I figured it would work similar to the way that Safari achieves it.
There as a similar question here that ...
2
votes
1answer
196 views
Can a home widget have a Context?
In an activity it's (usually) easy to get the Context.
What if I am working with a home widget class?
These are classes that extends AppWidgetProvider, which don't contain a Context!
Thank you.
2
votes
3answers
678 views
Pressing “Home” in Vim on an Indented Line
I have a bad habit of using the 'home' key to go back to the beginning of a line. As I recently started using vim (and loving it!) I noticed that when I press the home key on a lined that is indented, ...
2
votes
4answers
334 views
How to set up a simple web server(Windowws XP Pro)
As a heads up, I have some experience programming on Windows and other devices, but I have almost zero experience doing web anything, so I'm sure this is simple/easy to find online and I just don't ...
2
votes
4answers
576 views
What is the HOME method?
A client asked me if I knew anything about the HOME development method. I, together with wikipedia and acronymfinder, drew a complete blank.
Has anyone here heard about a development method called ...
1
vote
2answers
50 views
Difficulty figuring out the time complexity of this recursive function
I think it's interesting but i'm not sure about my solution. This algorithm calculates x^n
If i use the master theorem my reasoning goes like this
T(n) = 2 T(n/2) + f(n)
But f(n) in this case is ...
1
vote
1answer
59 views
Android Pressing Back or home button causes Connectivity change?
I am having a strange issue. I have a very simple piece of code that is meant to trigger whenever someone connects to a wifi access point.
IntentFilter ConnectedFilter = new ...
1
vote
2answers
144 views
Android application crashes when re-entering after the home button is pressed. This is the code
I've searched over and over in this forum & google about this issue, maybe it has to do something with my thread or the way how the game is starting.
This is the skeleton of the game ...
1
vote
2answers
48 views
Count User Actions
I am a beginning programmer but I was wondering how I could keep track of user's actions. For example, hypothetically, the goal of my application is to keep track of how many times the user presses ...
1
vote
0answers
70 views
Visual effects, and Activity redraw after pressing home button and come back
I am programming an Android app and it seems to work well, but when the user presses the 'home' button, and after returns to the app, the activity has changed his position some pixels, and due to this ...
1
vote
0answers
28 views
Cocoa and Insteon devices
I'm looking to tinker with some insteon devices (so I can monitor a basement water softner and water heater) and Cocoa, see if I can build an app. So coming into this with no knowledge about home ...
1
vote
0answers
91 views
How to test Home application?
Is there any possibility to test 'Home' application?
As a test result I get:
Test failed to run to completion. Reason: 'Instrumentation run failed due to 'Process crashed.'. Check device logcat for ...
1
vote
2answers
275 views
Is there a way to set a default home/launcher programatically on Android?
I've created my own home/launcher and would like to set it as default depending on my location, but as far as I'm aware you can only clear/set defaults for home in the 'settings->applications->manage ...
1
vote
1answer
199 views
How to install Vagrant as a $HOME gem, using Mac's Ruby interpreter (1.8)?
I've already asked about installing python packages at $HOME. It worked flawlessly.
Now, I'm planning to install Vagrant. It's a gem (a ruby package), and I would like to install it in my $HOME ...
1
vote
0answers
146 views
Make a website add a bookmark to your android-homescreen
Is it possible to add a link to a simple html-site that puts a bookmark of that same site on the android-homescreen?
This should take these steps away for the user: "Add to bookmarks" + "Put bookmark ...
1
vote
0answers
184 views
Limit of entries in Graph API 'home' results
I want to get stream entries from the last x days or weeks in the past. But when I call the news feed via Graph API with parameter 'limit' or 'until', I get entries from the last 48 hours only, no ...
1
vote
1answer
91 views
In a home screen widget no child views are shown, just a root LinearLayout with background
I'm designing a home screen widget. Layout is simple, I just began adding a views to it, but the problem is what only the container (LinearLayout, a background frame image) is drawn.
Here is the XML:
...
1
vote
2answers
164 views
Android - How to start creating a launcher app?
I am going to start my new app which is going to be a Home Replacement.
I have been through the example provided by google. but i am still little bit confused.
like
Where should i start?
Should i ...