Questions tagged [permanent]
119 questions
2
votes
1 answer
How to force an application to always run in background on Windows Phone 8.1 (or hide it from Battery Saver)?
I have recently been cleaning up my phone, reconfiguring apps etc and I found out there are a few third party apps that I can not - ever - disable from running in the background. They will always run.
Now, if I ever need to make one of my…

Gizmo
- 1,990
- 1
- 24
- 50
2
votes
2 answers
how to permanently store an input made by a user in python even after the script restarts, the user input will be stored
I am a little stuck with my code I am trying to make a login system where the user can login to their account and use the commands that I have set, but i wanted add some extra input so that the user can register to the login system and use the…

rodude123
- 294
- 3
- 19
2
votes
1 answer
Change CDPATH permanently
I am using Linux Mint 16 with xfce and I have the following problem:
For my work I always have to switch to a long path in my File system.
I tried to avoid this by adding this one particular folder to my CDPATH.
I added the path with:
export…

Naturjoghurt
- 541
- 6
- 21
2
votes
3 answers
Save my App's settings permanently
I have a little program(Android APP),
When I change the ImageButton's image with a Dialog method,
Is there any way to save these changes/settings even after closing my application,
I tried to use SharedPreferences, but I do not understand how to do,…

ulyssessPax
- 199
- 1
- 2
- 11
2
votes
1 answer
want to add UInavigationBar rightBarButton like 'Now Playing' button of ipod, which doesnot disappears between view Transitions
i am new to iphone dev, i want to add a button (sign out) which remains fixed on the navigation bar's right side for every view.i.e. even when tabs of TabBar are tapped, the Sign Out button should remain fixed.
Any help/suggestions would be…

Nishit
- 591
- 1
- 6
- 17
2
votes
2 answers
Implementing permanent ban into a mysql database where ban time is "datetime". How to?
I have a mysql column banneduntil. It's type is "datetime". How would I implement a permanent ban? (I've already implemented a basic ban system with admin/mod defined time). Should I just create a boolean column called "permabanned" and just check…

user1923462
- 57
- 4
2
votes
3 answers
Altering a list permanently in common lisp
I have a list that is used within a loop, and on each iteration I apply a function that will alter the list permanently (popping and adding elements). The problem is, the original list is never changed whenever it is nil. How may I solve this…

turingcomplete
- 2,128
- 3
- 16
- 25
2
votes
3 answers
How can I send a 301 Permanent Redirect with ASP.NET?
I need to permanent redirect some pages, and redirect the user to the new URL as well.
This code only sets the correct headers. The user are not redirected.
public static void PermanentRedirect(this HttpResponse response, string newUrl)
{
…

MartinHN
- 19,542
- 19
- 89
- 131
2
votes
0 answers
Permanently edit webpages?
Is it possible to edit a webpage and make the changes permanent? (on my machine of course)
So, for example, if a webpage wasn't displaying properly could I edit the html code and save the changes. Everytime I revisit the site, the changes are…

Shahmeer Navid
- 566
- 4
- 10
- 18
1
vote
2 answers
Intermittent 404 and 500 errors with redirect permanent to Wordpress site
I have been bequeathed a Wordpress site that has been created in a sub-directory of our current main web site (standard HTML). So I have:
http://www.company.com/ as main site
and
http://www.company.com/newsite/ as the wordpress site.
The underlying…

Steve
- 117
- 1
- 5
1
vote
1 answer
Android SQLite permanent data
I'm developing simple application for collecting expenses. For now I keep data using SQLiteDatabase. I have 2 questions:
1) When I clear application data in Settings->Application then SQLite db is lost. Is there any way to keep data permanently on…

jason_becker
- 71
- 6
1
vote
1 answer
Twitter API timeline - one entire week
I'm new to API and Twitter
I managed to retrieve the 'normal' 20 Tweets (Status)
Is there a way to retrieve a whole week at once?
Or do I have to write a code that permanently calls 20 Tweets and append each after the other?

Picnic
- 23
- 6
1
vote
1 answer
Best practice for creating a variables page in php?
I have to create an administrator control panel and I want to create a php page that just contains variables that can be changed by the administrator and that would affect the rest of the website. Is there a specific best practice method for this? I…

Simon Suh
- 10,599
- 25
- 86
- 110
1
vote
3 answers
How to disable global system variables to reset after restarting MySQL?
I wanted to disable the ONLY_FULL_GROUP_BY value of sql-mode permanently even restart the MySQL server. following things I have tried to do but which are not working. that set to the default value when restarting the MySQL.

david marook
- 21
- 4
1
vote
0 answers
OpenPose in Google Collab to be Permanent to my google drive?
Every time i use :
https://colab.research.google.com/drive/1VDjRLKAu9KLQky0gv4RLJjeH6NRPiWXy?usp=sharing
i have to wait about 35 min installing the openpose
is there anway installing it permanent and avoid waiting installtion time everytime i use…

open pose
- 27
- 4