Tagged Questions
The track tag has no wiki summary.
10
votes
3answers
2k views
What do these words mean in Git: Repository, fork, branch, clone, track?
I'm honestly not clear on the semantics here. They're all about copies/variants of a code+history unit, but past that I'm not sure I could say. Is this logical structure explained somewhere?
10
votes
7answers
185 views
Is there a method / system / program to keep track of different stages and changes in writing the code for a project?
forgive me, but I don't know the technical term to know what to search for.
I am trying to find a way to keep track of changes in my code during the development of my program. something that would ...
5
votes
5answers
593 views
Tracking changes to a (functional) design document
I am looking for a good way to keep a design document up to date with the latest decisions.
We are a small team (two developers, game designer, graphic designer, project manager, sales guy). Most of ...
4
votes
1answer
284 views
How to track a long hold in finger in iPhone?
How could I track event like touch on iPhone screen for 2 seconds. Like in safari to save image for image added to a UIWebView.. ?
Thank you and Kind Regards,
Tharindu Madushanka
3
votes
2answers
52 views
How to keep track of origin/master in my dev git branch
I am new to git and I would like to know how to tackle a very basic scenario. I read so many posts on stackoverflow about git but still can't figure out the answer.
We have an origin/master remote ...
3
votes
1answer
78 views
Accidentally created a branch called --track, and now I can't delete it
So I ran this command:
git checkout -b --track origin/RB_1.4.5
I thought that it would create a local branch by the same name and set it up to track the remote branch, but instead it created a ...
3
votes
1answer
941 views
Android — How to track bandwidth usage by application or process?
I can track the overall bandwidth usage of Android device . I wanted to know if there is any method or way , maybe any API or class that can help me track my bandwidth usage per application or process ...
2
votes
2answers
54 views
how to create a git branch that is independent of the master branch?
I want to create a git branch that will work independent of the master branch. I want all the code that is present in the master till now, but any further changes in the master should not reflect in ...
2
votes
1answer
158 views
Facebook APP. PHP - Can i Know which user made an invitation once it is accepted? can i count the invitations?
i need information about this:
I need to know if i can count the number of invitations a person has made (invitations to his/her friends to use the app). I also need to know how many of these ...
2
votes
4answers
112 views
Track whether object changed
// A simple Javascript Object / String
var object = "hello";
// Imagine a button in the DOM, and if it's clicked the object value will change
document.getElementById("button").onclick = function(){
...
2
votes
2answers
54 views
Where to put use activity logging function
I have a function for our intranet application which will log user navigation and activity. I want to track users and need to run this function on every single page. We cant use any Google Analytics ...
2
votes
0answers
639 views
UISlider track image that doesn't stretch
I'm trying to use a custom track image for a UISlider but it is an asymmetric image from one end of the slider to the other.
I have tried setting up my image with leftCapWidth and so on but this just ...
2
votes
3answers
171 views
Keeping track of changes I make by copying project folders
I'm a beginner so if there is a terminology for what I'm doing I don't know how to search for it. So forgive me if this has been asked before. So here is what I do. Before I make any major code ...
2
votes
3answers
885 views
How can i track changes in content on a html page after page has loaded
I'm wracking my brain on this one.
After a html document loads in a browser,I want to be able to monitor
the page incase any content on it changes for any reason.
Is there a Javascript function ...
1
vote
0answers
95 views
Make ScrollViewer thumb/slider use all of track regardless of ExtentHeight
Is there a way to have the thumb on a scrollviewer vertical scrollbar go right to the top or the bottom of the track regardless of the ExtentHeight value?
If the RxtentHeight is quite large relative ...
1
vote
3answers
103 views
Good practice to free malloc's at program conclusion?
I have a simple program which reads a bunch of ini file settings in memory allocated dynamically (malloc), then does stuff in loops for a long time, then ends. When I run valgrind I see that the ...
1
vote
1answer
132 views
MediaElment.js : How to change the source files of subtitles (track element) on the fly?
How to change the source files of subtitles on the fly (originally defined in the HTML via <track> element) when changing a video source (via the setSrc() method) ?
In other words, when playing ...
1
vote
2answers
157 views
Ruby on Rails: Track changes when updating a record
How do I check if the data is changed when I edit a record?
So before update
game.player=1
after update / edit
game.player=2
for example
how to track changes (check if changed) and do ...
1
vote
2answers
162 views
get a specific track in itunes via ScriptingBridge
I'm updating my OS X program to accept iTunes drops, modify the metadata in the file, then refresh (Get Info) the dropped file(s) so iTunes can update its' metadata library.
I've got the drops ...
1
vote
1answer
67 views
Track behaviour - Java MIDI
I am removing events from a MIDI Track and I assumed that by doing so the total duration of the Track would reduce accordingly, If there are no events in the Track then I thought that the size of the ...
1
vote
1answer
137 views
Remove MidiEvent from Track fails - MIDI / Java
A user has the ability to generate a set of MIDI events which are in turn added to an ArrayList and then iterated through and added to a Track object, waiting to be played. I'm trying to remove all of ...
1
vote
1answer
130 views
Chartbeat - possible to track Javascript events?
Is there any way to capture Javascript events (e.g. button click) with Chartbeat? Any help would be great.
1
vote
3answers
323 views
Changing instrument during Track playback - MIDI/Java
I am using a track to play my noteOn/noteOff events and everything works as intended, the problem I am having is that I would like to change the instruments that is being used within the track.
I've ...
1
vote
0answers
246 views
Absurd audio latency with AudioTrack when display is off
I am playing a stream i got from an udp socket using AudioTrack inside of a service. It works fine with acceptable latency when screen is on but as soon as screen turn off, latency increase to ...
1
vote
1answer
328 views
Tracking visitor IP/Clicks in PHP
I am trying to write a script or more like come up with a simple logic to track clicks or visits. I don't need to track each page, just as long as they land on the homepage is where I want to store ...
1
vote
2answers
169 views
Delay between notes in Java MIDI Track playing incorrectly
Following on from my question here I have created a List that allows me to queue up a collection of notes that need to be played, these are then added to the track in order so they can be played in ...
1
vote
1answer
300 views
Getting iTunes current track information in C#
How do applications like Google Talk and the Last.fm desktop client access iTunes to get the current track that is playing? Is there a library to do this? I am wanting to make an application in C# ...
1
vote
3answers
123 views
Modify MP3 File
I have an MP3 file uploader. I want to add an additional audio track to the file upon upload - via PHP. Is that possible?
Thanks in advance!
1
vote
1answer
34 views
1
vote
3answers
707 views
How to track my flash video player embed on other sites
Setup:
an online tv channel with "youtube" like clips and categories
our own flash video player which can be embeded into other remote sites
as2 flash player
Goal:
To track who's embeding my ...
1
vote
4answers
333 views
What's the best way to implement tracking changes on your entities?
The requirement is to track all changes made to an entity, track it to know who did it, when he did, etc. For example, I have a Person entity, and a user has change the name of the person, I'd like to ...
0
votes
0answers
25 views
how to track sent emails in android?
I have been building an app, part of which is to track phone, sms, email, etc. I have found code on here for phone/sms that was simple. however, for email not so.
I have the following:
String ...
0
votes
1answer
102 views
VSTO - Activate “Track Changes” in an excel workbook with c#
In Excel 2007 you have the button "Track Changes" in the "Review" Ribbon.
How can I perform this action through c#?
0
votes
0answers
33 views
Track changes with jquery or PHP
I want to built a track changes application as like the below link either in jquery or in php with ajax. Is it possible to compare the changes and highlight changes once it is saved?
...
0
votes
0answers
30 views
SOFTWARE to keep track of users and servers? [closed]
Is there any software to keep track of users/people for instance in a company department and the respective servers they can log in to?
Online based software would be preferred. But windows is also ...
0
votes
2answers
40 views
track internal javascript links
I'd like to track clicks on links that already have javascript onclick event. I'm using analytics but I have no idea how to track these clicks with it.
Thanks.
0
votes
0answers
45 views
pointTrack and re-draw a line
I'm working on Openlayers/Geoserver
I have a layer contains cars id's and serial signals of each car "stored in database as date".
when i click on one car, popup displayed with car's info from ...
0
votes
2answers
178 views
Track use of send dialog
I'm using the Fb.ui send dialog to hopefully allow users to connect to other users. I want to know if there is anyway to track the use of this dialog box so I can tell if users are taking advantages ...
0
votes
2answers
185 views
How to change Android SeekBar track start position?
I'd like to set the SeekBars's track start position so it does not start from the left side of the seekbar, but form an arbitrary position. Here is a photoshop image how it should look like:
...
0
votes
0answers
57 views
Doing a music player app! previous and next track
How can I make a app to iphone without using ipod library, and doing the next song and the previous song??
I think the best way is doing an array with the songs, but I don't know how to do. Someone ...
0
votes
1answer
129 views
SQL CLR Trigger - get Target / Table name
Track column changes - single SQL CLR Trigger for multiple Targets/Tables
SQL CLR Trigger:
Is there a way to get Target / Table name from CLR code?
Purpose:
I'm building a universal SQL CLR ...
0
votes
2answers
87 views
Multiple AudioTracks, Single Thread or Multiple?
In my application, I will be creating multiple Audio Tracks, some of which will need to play simultaneously. I'm going to use MODE_STREAM and write data in as the app runs. Sounds are going to be ...
0
votes
0answers
98 views
iphone gps track routes + save coordinates
I have to write an app which tracks the user movements on an MKMapView. I have to show the user current location firstly, then if the user taps on a recording button, the app should record his path.
...
0
votes
2answers
128 views
Who to track messages from Facebook API
I´m trying to track messages sent to my Facebook friends. for example: I sent a message to James Bond, how do I know if he read it or not?
Thanks.
0
votes
1answer
36 views
git: What if a second branch tracks another branch in origin?
What are the consequences of having a remote branch with the same origin as another one?
For example
// Create branch foo but track origin/bar instead of origin/foo
git branch --track foo ...
0
votes
2answers
48 views
Git: Track two branches, when files are located differently on each one
Given I'm on first branch, tracking 'foo' and 'bar' files, like this:
my_repository/
./foo
./bar
How could I also track another branch (remote), where this 'foo' and 'bar' ...
0
votes
2answers
242 views
How one can know who modified my files in my shared folder? (Using scripting or coding methods)
I have a windows 2003 server where I shared a folder where people can edit the XML files in the shared folder (The folder only contain XML files). Although the intention is to freely allow people to ...
0
votes
1answer
211 views
Track location of friends
I would like to make it possible for the user to track their friends through one of my applications. The application is for a music festival.
I have been thinking of ways to do this:
Let the user ...
0
votes
4answers
187 views
How to know Geographic location from an IP address
I have created a login application in jsp/servlet in my web project and I want to know about the geographic locations of different users those access my login page. How can I know that a person is ...
0
votes
0answers
150 views
Android - Get current playing track info
I really need to know how can I get info (as name of the song) from the current playing track...
I already saw this --> http://blog.dexetra.com/2010/09/get-current-playing-track-info-from.html but It ...