This is a generic tag used in a wide range of questions including something as simple as syntactic 'changes' in code to massive 'changes' caused by an application.

learn more… | top users | synonyms

4
votes
2answers
52 views

MySQL: How to get changes of last UPDATE

I am working on a database application with MySQL and PHP. At this moment I'm trying to get the changes caused by the last UPDATE. My first way to solve the problem is getting the 'old' state with ...
0
votes
0answers
16 views

Push from local copy to remote shows up as changes

I set up a repository (git init) on an existing unversioned sourcetree in production (don't tell me). After the initial import commit I cloned the repo on my dev machine and started editing. After ...
3
votes
1answer
41 views

increment row number when value of field changes in Oracle

I need help in writing a query in Oracle for the following data. The data is sorted by Person and Day fields. Person Day Flag ------ --- ---- person1 day1 Y person1 ...
0
votes
3answers
64 views

How to copy an ArrayList that cannot be influenced by the original ArrayList changes?

I've been using ArrayLists on a project of mine, and I need to create a default ArrayList so I can reset the original one whenever I want. So, I copy the original ArrayList to create the default one. ...
0
votes
1answer
19 views

Chrome Dev Tools: See Changes from inspector in sources, with color markers.

A couple years ago I remember I was able to see all my CSS and HTML changes highlighted in the sources, and it listed all the changes I made by line numbers. But I can't seem to find this feature ...
0
votes
1answer
124 views

Check if any values have changed a certain amount

Does anyone know any efficient ways to check if any set of integers contains an integer that has changed by a certain amount. For example I have: int1 = 10; int2 = 20; int3 = 30; And I want to ...
-2
votes
2answers
54 views

Delphi7, Save User's Changes or other User's Information / Notes

in my program, the user completes a form and then presses submit. Then, a textfile or a random extension file is created, in which all user's information are written. So, whenever the user runs the ...
0
votes
1answer
19 views

Why can't my client through his login update the calendar on his page that we created for him via Joomla?

We are having some trouble with a website we recently developed for a client of ours. He is a DJ. For his page, we added a tab that contains a calendar where he can post his events. Using the admin ...
-4
votes
0answers
36 views

April 2013 changes introduced to FB timeline [closed]

The recent changes introduced to view the timeline does not work consistently for all users / on all browsers. Please provide the specs for the latest setting (to view the timeline on the right and ...
1
vote
2answers
38 views

Git: how to quickly undo staged and unstaged changes in git

What's the quickest way to undo changes (staged and unstaged) in Git? Both files unstaged. $ git status -s M file1.txt # unstaged ?? oops.txt # unstaged One file staged, one file unstaged. $ git ...
0
votes
1answer
16 views

RenderTarget content changes when game is minimized

So I'm working on a GUI library for XNA and I've come across an issue I can't find a solution to. I'm working with rendertargets a lot, which is annoying in itself, but I have a really weird and ...
0
votes
1answer
40 views

Restore changes in cpp file after close in Visual studio 2012

I wrote a lot of code in C++ and save. After that I want only try some example code which I find. So I paste this code in this my project main.cpp file (where I had my code). I try it example code and ...
0
votes
0answers
54 views

Changes made in TextBox updating the DataGrid WPF

I am facing a problem and the following is the scenario. I have DataGrid filled with some rows. When I selected one of the row from DataGrid, the Textboxes must be populated with the data from the ...
0
votes
0answers
18 views

smooth background colour transitions when user scrolls

Forgive me for asking what seems to be a repeated question. I have read a umber of answers to similar question however the answers dont work for me or the outcome is not the desired effect. I would ...
0
votes
0answers
23 views

Duplicate values and SQL monitor

I'm new to SQL, I need to know if theres any chance to a table content duplicates if there's simultaneous access to the server (not to the specific table). and if it will duplicated if there are ...
1
vote
1answer
81 views

Is there any chance to set soft keyboard as default programatically?

I want to use custom keyboard for my application, but I don't want to force the user to go into setting page to set my keyboard as the default keyboard. What do I need to do to force my keyboard in ...
1
vote
1answer
56 views

Monitoring of multiple files, starting from Windows boot

I'm trying to make a program for sort of "tagging" (in my case they are not tags actually) Windows files, putting descriptions etc. Language: C#. I need somewhat of a guideline for a way to monitor ...
0
votes
2answers
47 views

How can I save information from a Edittext to the original file in android

I'm really struggling with how to save changes to my file.txt using edittext. So far my code will allow me to open up the text file, but when closing it, it will not save the changes that have been ...
0
votes
0answers
143 views

Google Chrome v27 Extensions - Breaking Changes?

does anyone know if Chrome has breaking changes in the extension handling in version 27? I don't mean the disabled manifest version 1. I have the problem that the simulation of a unsafeWindow (access ...
1
vote
0answers
16 views

can no longer enable Feb breaking changes (only April) sO I cannot “fix” the alert. Any ideas on how to make the alert go away?

can no longer enable Feb breaking changes (only April) in advanced options of the application settings. So I cannot "fix" the alert. Any ideas on how to make the alert go away?
2
votes
1answer
16 views

Github changes , commit

i cloned my repo and did some changes. I tried to push it to github: git add * git commit -m "changes" git push origin master but it dont find my changes. What can i do?
0
votes
1answer
76 views

Liquibase: How do I export changes since the last import?

I'm using Liquibase 2.0.5. I have the following process: Export LIquibase changes to XML file. Log in to database and run some db command (e.g. "ALTER TABLE ...") Export the change made in step 2 ...
0
votes
0answers
78 views

Cells change order in row in Datagridview when changing from one table and back

I have three diffrent table in my datagrid: instructor, member and workout. These have different ammount of cells. The tables member and workout works just fine, but when I try to access the ...
1
vote
2answers
87 views

egit pull with uncommitted changes

I'm working on a project in Eclipse that was cloned from a GIT remote repository. The Eclipse eGit plug-in allows you to get going without really understanding anything about GIT, which is where I ...
4
votes
1answer
1k views

Facebook February 2013 Breaking Changes - how to get rid of “fix now” message in App?

48 mins ago I received an alert that says : February 2013 Breaking Changes fix now 48 minutes ago Your app, needs to be updated for the February 2013 Breaking Changes. Once your app is compliant, ...
0
votes
1answer
116 views

Open a webpage as soon as Webbrowser1 changes page?

I'm starting out coding and I've encountered a problem in the VB.NET application I'm creating. When a new webpage is loaded in Webbrowser1 I want my code that opens a link to execute in your own ...
0
votes
1answer
341 views

Facebook breaking changes Feb | Authenticated referrals going away

I have developed a Facebook game, and it requires authentication when a player loads the game. Previously it was working fine. Whenever a "new" user try to play my game, he needs to click on "allow" ...
1
vote
1answer
30 views

Detect the impact of changes in an application

i have an assignment that consist of creating a method to detect the impact of changes in an application. Can anyone help me with some instructions, i don't know from where to begin. I need someone to ...
0
votes
0answers
35 views

Website Change detection and mark changes on a jpeg

Does anyone know some Algorithms / Methods or something like this to compare and detect changes on the website? These needs to be done: If something changed on the website for example some new press ...
1
vote
2answers
107 views

How to Detect database data changes

In Sql Server database, is theme a way to detect data changes, i tried to do that using checksum & checksum_agg but on a single table, all i want is to have the entire checksum (hash) for all ...
0
votes
3answers
107 views

Mercurial list all files changed during last update

Is there a command to list all files that changed during the last update? hg status --change tip gives me just the files of the last changeset. I could use hg status --rev FROM --rev TO but ...
0
votes
3answers
143 views

In XNA, how do I modify something in the main game class from another class?

Okay, by default, the Game class for an XNA PC game has a public bool attribute called IsMouseVisible, which when set enables/disables the mouse being visible. I have another class called Configs ...
0
votes
2answers
248 views

How checked checkbox can change div's z-index?

I have a span with paypal button. I must make this paypal button avialable for pressing only after user confirms TOS. For this i think to lay over the span with the paypal button another div with ...
1
vote
1answer
47 views

CursorLoader - obtain information about what has changed in db

I use standard android ContentProvider and CursorLoader from support library. I am looking for best approach for obtain information about what has changed in database. I know that I can read and ...
0
votes
0answers
73 views

Watch filechanges in a directory; how to show notification with watchdog

I want to watch file changes on a directory. So, I used watchdog and I watched file changes, but I want to show a notification message when a file changed too. But I can't do it; help me please. ...
-2
votes
1answer
207 views

changing inode number while modification [closed]

I am trying to modify write system call for ext3 file system. I need to store the inode number of a file inside it while it is being written to disk. Next time that inode number will be used to ...
0
votes
2answers
116 views

Push committed files to GitHub

I have repository in GitHub. I edited files in my PC, committed them and now I want to push these files to GitHub. How can I do it?
0
votes
4answers
125 views

How to make small change to large text file in PHP without having to deal with the whole file?

I am working with very large text files in php (up to 10gb in size), how can i make a small change in the file(like removing or adding a line) without having to read and write the whole file to disk ...
0
votes
1answer
91 views

what is the alternative way for posting on friends wall after February 2013 Breaking Changes

https://developers.facebook.com/roadmap/ Accroding to Facebook user cannot post using firendsid/feed after ferbruary 2013 breaking changes i want alternative way how can we post on friensds wall ...
0
votes
0answers
32 views

Xcode snapshots - Discard change

I am wondering why every change during restoring a snapshot is greyed out for discarding. I would like to restore my project to a previous snapshot but keep some of my new changes (so they appear in ...
-1
votes
1answer
15 views

Latest registrations in recent changes

i will not display the latest registrations in the MediaWiki recent changes. Is there a easy way to do this? Thanks for help!
-2
votes
1answer
20 views

facebook changes [closed]

As many of the facebook users I have changed my name a lot. Now when I am more mature I want my real name but I can't change it. Is there a 5 name limit or what? If It's possible, I would like to ...
1
vote
1answer
70 views

Count consecutive changes in a sequence using an index

Using R, what would be the best way to count the number of changes in a sequence of character values from an index. For example, I have a fixed number of sites: ...
1
vote
1answer
63 views

Reacting to the setting of variables

I have a class with six properties and a change date. @Entity @Table(name = "product") public class Product { private Long id; private String title; // if changed, update lastChanged ...
0
votes
0answers
19 views

Software To Easily Facilitate File History/Versioning?

I am working on a website and I sometimes make changes that I want to revert. Is there a software program out there that I can install that monitors files in a certain directory and keeps track of ...
2
votes
2answers
64 views

How to discard Git changes between files

I have a repository cloned from GitHub, and I made changes to file A, however Git is detecting changes to file B,C and D. All three files are detecting the changes as basically the entire contents of ...
1
vote
1answer
79 views

XNA does not respond to changes in code

Most simply explained, when I edit, delete, or add code into my XNA project, it does not respond. This is to say that I can comment out the entire Update method of my game and it will run as usual. ...
0
votes
0answers
53 views

How to store an older version of an OpenGL gl drawable?

I'm working on a mouse-based drag and drop application that uses OpenGL (In Java, with JOGL). To improve the application's speed, I only want to update the elements that have changed position whilst ...
1
vote
0answers
31 views

how can i detect webpage changes automatically even if i don't reload [duplicate]

Possible Duplicate: How does Stack Overflow notify of server-side events without a page reload? I see no request in Firebug is there any way to alert the user so that they can perform a ...
3
votes
2answers
234 views

Using Chef/Puppet and managing hand-made changes

I'm running a complex server setup for a defacto high-availability service. So far it takes me about two days to set everything up so I would like to automate the provisioning. However I do a quite a ...

1 2 3 4