Resetting something restores it to a default position or value, or to a previous position or value

learn more… | top users | synonyms

0
votes
1answer
63 views

Script to change passwords in multiple servers at once, possibly avoiding TCL or proprietary solutions?

**Hi guys, I needed a script which worked on changing passwords in multiple servers but I need to avoid proprietary or even some freeware like TCL, since there are security concerns. I have Linux ...
-1
votes
1answer
52 views

Form reset and programmatically set values

I am trying to reset a form using: myForm.reset(); I tried to set values that way: //solved by setting $('#myTextControl').attr('defaultValue', 'my initial value'); //Thanks RobG ...
0
votes
0answers
45 views

Isotope Filter Reset

Just trying to get a reset filter link or 'all projects' link to work using isotope and masonry. The other filters seem to be working fine but when I try to reset to show all projects again the layout ...
0
votes
2answers
255 views

C++ - while(getline) doesn't get the first line of file

I've been working on a C++ program where I read a files contents and copy then onto another file but it always seem to skip the first line. I've seen others having trouble with this and they used ...
0
votes
0answers
85 views

How to solver error “Connection reset by peer” in Facebook API for Android?

Always when my network is running with low bandwidth network when i try to connect to Facebook API in Android SDK i get the error: connection reset by peer. I don't know which method in Facebook API ...
0
votes
2answers
224 views

Primefaces datatable Reset and Reload data

I am not sure how to reset the primefaces datatable and then reload data into it. Any ideas? As soon as I click "Teacher" or "House Leadership Team", i send a ajax call and then I would like to ...
0
votes
1answer
26 views

Unknown string in Terminal

What does this mean, "android_358920041107720" and how do I get rid of this string when starting my Terminal? I believe it came from me downloading PhoneGap/Cordova, but not entirely sure. Any help ...
0
votes
0answers
58 views

Java Connection reset on XP. Lengthen timeout

I have noticed and read queries relating to java socket connection reset but they don't seem to cover my situation. I have a Windows XP java client having a socket to a Linux C server program ...
2
votes
2answers
173 views

ASP.Net, VB: Clearing fields on the webpage

I am developing a website using ASP.Net and VB. On one of the pages, there are certain fields (TextBoxes and a DropDownList). User is supposed to fill out those fields and click 'Submit' button. ...
0
votes
3answers
42 views

How do i remove the latest commit from my repo?

I have made some error with my latest commit to my github repo. How can i delete tha latest one? Do i use this command: git reset --hard HEAD^ for remove the latest one? and then: git push ...
0
votes
1answer
90 views

resetting android device when it goes to offline mode during automation

During automation, android device is detected as offline in adb devices. Manual usb unplug/plug helps to retrieve from offline mode. What is the cli cmd to detect that particular adb usb port and to ...
2
votes
2answers
165 views

Force $ rake db:reset Despite Other Users with Postgres [duplicate]

Is there a way to force a database reset even if Postgres has other users using it. I almost always get this error when I try a $ rake db:reset: Couldn't drop example_database_name : ...
0
votes
0answers
47 views

Android Clear my keyboard

I have some keyboard : <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/RelativeLayout1" ...
1
vote
1answer
288 views

Reset/Reload current form

I've been trying to reset my current form to it's original state by closing it, and opening a new one. I want the form objects to be reset,the variables to be re-declared, the class objects to be ...
0
votes
1answer
90 views

as3 how to remove graphics from removed nape bodies

i have attached multiple instances of a moviecCip to multiple nape bodies and have a reset button to restore them to their original position. when the reset function is called the bodies are reset and ...
0
votes
1answer
46 views

Backbone not firing render event

I have tried to created two views and change collection in different situations. I dont know how to setup this.collection.bind so it raises event render on every collection change. There are 3 ...
-1
votes
2answers
55 views

Reset/destroy object instance

I am translating PHP code to JAVA code. PHP code snippet: class Population { private $ind; public function __construct() { $this->ind = array(); } ...
0
votes
1answer
133 views

Resettable timer in python repeats until cancelled

I have copied the code from this webaddress http://code.activestate.com/recipes/577407-resettable-timer-class-a-little-enhancement-from-p/ To create a resettable timer, and it works nicely but once ...
1
vote
2answers
75 views

Any quick way to restore or reset closures in clojure to initial state?

Is there any quick way to restore or reset closures to their initial states? E.g. in below function, how can I reset values of stat1 and stat2 associated with myClosureFn back to 1? The context of ...
0
votes
1answer
32 views

Reload/Reset Texture2D in XNA Windowsphone

I'm manipulating a Texture2D with Texture2D.Setdata and change its color. But i want to reset the Texture2D after a Time again, currently im having the whole Texture Datas in Memory, but now i have ...
1
vote
2answers
70 views

Closing and re-opening a form without closing the application [duplicate]

I am trying to reset my main form so that I can reset all text boxes and variables easily. I have added a bool to my Progam.cs to enable the application to stay open while the form is closed and then ...
0
votes
3answers
86 views

Reset all the items in a form

I was wondering, is there a way I can reset all the checkboxes, textboxes, numerics and other controls back to the default values without writing code for every control individually? This is the code ...
1
vote
2answers
27 views

Notepadd++: compare navigation reset?

I am using the compare function in Notepad++. I accidentally enlarged the navigation bar so that it fits the full window. Now I cannot resize it (there are no resize arrows that appear in the ...
0
votes
0answers
165 views

How to reset Twitter Bootstrap Bar Chart

i need to reset a bootstrap bar chart before i set their values. So i need to reset chart completely, but i don't know how to reset values and animations without need to set them to "0". Any idea? My ...
0
votes
1answer
70 views

JQGrid Reset Filter and Load Entire Data Back

How can i reset the filter in JQGrid and get back entire data? Somehow i have to create parameters like: _search false filters {"groupOp":"AND","rules":[]} nd 1363780609723 page 1 rows 20 ...
0
votes
1answer
55 views

Reset the element after the jquery dialog closes

I have a div element which is shown in my page. On a button click I make it a dialog. On closing the dialog disappears. I want the div to be reset as it was before the dialog was opened. One way I can ...
-1
votes
2answers
52 views

Using Jquery Reset 2nd form when any change is made to first form.

I have two forms on my site (one is woocommerce, the other is gravity forms). The first form contains a single drop down with two options. The 2nd form contains two drop down fields. Any time the ...
1
vote
1answer
83 views

Flash restart functions after completion

I have made this code which works fine - my problem is that at the end i wish to make it start over. When i started making this my intent was, that the .swf movie would just loop when it ended - but ...
0
votes
2answers
105 views

How to stop Select drop box resetting after submit

I have created a PHP / HTML file which enables me edit invoices from a MySQL table. It works, but not as well as I would like. In order to select the relevant invoice for editing, I have created a ...
1
vote
1answer
66 views

reset html5 canvas game

At the moment I currently have a game that draws the asteroids and the background, score etc and once the ship hits a asteroid it takes the user to the gameover screen and when they hit the play again ...
0
votes
3answers
139 views

Reload mini game WPF [closed]

I'm working on my mini game project, and I want to add an option to reload the game. I want to know if I have an easy option to reset all the variables and go back to the welcome menu(which is a ...
1
vote
2answers
95 views

JavaScript - Global Variable not Changing

I am trying to store a file list in a global variable, so that individual files can be accessed by links. I have this HTML code: <input type="file" id="input" multiple ...
0
votes
1answer
49 views

Rails: How do I do bundle clear?

I inherited a Rails 3.1 app, served by passenger/nginx. I thought I had to upgrade from ActiveAdmin 0.4 to 0.5, but that caused other problems, so I found a workaround and downgraded to 0.4.0. Then ...
1
vote
1answer
407 views

How to reset db in Django? I get a command 'reset' not found error

Following this Django by Example tutotrial here: http://lightbird.net/dbe/todo_list.html The tutorial says: "This changes our table layout and we’ll have to ask Django to reset and recreate ...
15
votes
4answers
434 views

How to git reset --hard a subdirectory?

Update: This will work more intuitively as of Git 1.8.3, see my own answer. Imagine the following use case: I want to get rid of all changes in a specific subdirectory of my Git working tree, ...
0
votes
0answers
231 views

How to clear a selectfield value when placeholder is selected in Sencha Touch 2

I am using the ST2 selectfield with some values loaded from a store. This selectfield also has a placeholder applied to it. I would like the selectfield value to be reset when the user selects the ...
0
votes
0answers
121 views

asp.net connection to localhost interrupted, connection was reset

First of all, thanks to all on stack overflow up till now I have found all of my questions were already answered here but now I finally have one I can't find the solution and its probably because its ...
0
votes
0answers
52 views

joomla 2.5 password reset connection timed out

I have an error on a joomla 2.5 site. When the user clicks the "forgot password" link and requests an email be sent, the screen goes blank and there is a connection timed out error, but the email is ...
0
votes
0answers
231 views

Android Factory reset with reboot [closed]

Can any one help me out to find which one is the way to reset the device programmatically. ManiFest.xml <uses-permission android:name="android.permission.REBOOT" /> <uses-permission ...
0
votes
1answer
668 views

web service client encounters a 'java.net.SocketException: Connection reset'

problem We have a java ee app deployed on Weblogic server 10.3.1 which provides HTTP web service. Let's just call it 'server'. Another java app deployed on tomcat on another machine, which will make ...
0
votes
3answers
117 views

Recover my router login password

I have one cisco router. but i can't login in my router for change some setting. and i don't want to reset setting. how can i do? somebody help me! coz so important for me now. thank you
0
votes
2answers
86 views

android alarmmanager reset

My application uses below code to set Alaram to execute service on "Daily" basis. AlarmManager alarmManager = (AlarmManager) ctx.getSystemService(Context.ALARM_SERVICE); Intent i = new ...
0
votes
0answers
62 views

Is it possible to reset oracle E-Business suite user password using SQL query?

i am developing an java application that change oracle E-Business suite user password when ever their password changed in Microsoft Active Directory. is there any sql query available to reset oracle ...
0
votes
1answer
80 views

Git: temporarily reverting pushed commit(s)

Say, you've pushed some commits and pulled them into production, in your server's webroot, for example. And then something goes wrong. Clearly, most often what you want to do is temporarily revert the ...
1
vote
0answers
147 views

MySQL root password getting reset

I have recently acquired a remote server to serve as a database server. The providers pre-installed it with MySQL server 5.1.68. I changed the root password by logging in mysql and issuing - UPDATE ...
0
votes
0answers
191 views

Stopping/resetting multiple instance of html5 audio

This is an update to my last question but there's been no activity for the last question so I thought I'd raise the problem again. I've got multiple instances of the html5 audio player on my page, ...
1
vote
3answers
145 views

How to know whether Power on reset or Software reset has occured in 8051 microcontrller

I am developing an application on ATMEL AT89C51 of 8051 family. Could anyone suggest how to determine in coding whether the reset has been done due to power cycle or through software?
1
vote
1answer
30 views

Recover from resetting commit without pushing

I had two commits yesterday and couldn't push because I didn't have an internet connection. After that, I wrote some code and realized it's pretty messy and wanted to revert it to a HEAD commit. I did ...
0
votes
1answer
114 views

How to Email user new link to create a password

According to this other post, I need to: PHP password recovery You don't 'recover' passwords. What you do is one of 2 things. Email the user a link to create a new password, overriding the current ...
2
votes
1answer
42 views

Restoring terminal state with curses like vim

I'm writing a program using curses to display information on the screen. After the program exits, the contents of the screen remain the same. In programs such as vim, the terminal is restored to its ...

1 2 3 4 5 15