Questions tagged [push]

In distributed version control, push is the action of sending local changes to a remote repository.

5455 questions
1
vote
2 answers

Long pulling PHP & AJAX - Server Performance

I implemented heartbeat as the following $.ajax({ cache:false, timeout:8000, type:"POST", url:"someurl.php", data:allFormValues, error:function(){ alert("some error occurred") }, success:function(response){ //call some…
Seder
  • 2,735
  • 2
  • 22
  • 43
1
vote
1 answer

Cyrillic names in paths when using git

I have a suspicion why this error happens when I am trying to push my stub rails app to github. Does it mean that I can't use Cyrillic account names to work with git? By the way, in Linux Ubuntu I pushed my code successfully.
Eugene Shmorgun
  • 2,083
  • 12
  • 42
  • 67
1
vote
2 answers

Openfire and push notifications

I am writing an IOS app that is basically a jabber chat app. I am using Openfire for the xmpp server and so far its been great. The problem I am facing now is with push notifications. The app is written in Xcode which gets user data from a PHP Api.…
pogeybait
  • 3,065
  • 2
  • 21
  • 23
1
vote
2 answers

Push to Other Branch Git

I'm working on a rails app that I occasionally push to a staging server to test things out. I can easily push my local master to the remote master (I called it origin). I'm running into a problem where I'm trying out 2 frameworks, each in their own…
Tyler DeWitt
  • 23,366
  • 38
  • 119
  • 196
1
vote
1 answer

Device Token incorrect with Urban Airship?

I'm trying to implement push notifications in my app. So, for testing, I built up a new app and did all the necessary steps (I hope...). I added to my project the…
Enzoses
  • 115
  • 14
1
vote
1 answer

Adding to .data using javascript

From all the answers I've been given, I've decided to use the object reference variable since I need .data to have the same name. However I'm not sure if I am using the variable correctly. I think I just need to do the following: …
latoyale
  • 47
  • 2
  • 11
1
vote
1 answer

How can I code my view controller to perform a push segue to another view?

How can I code my view controller to perform a push segue to another view? I know how to do it with the storyboard, but, I can't figure out how to do it with some coding.
user982270
  • 116
  • 2
  • 10
1
vote
1 answer

Pushing an int with LuaJ

Within my code, I need to push an int onto Lua's stack. I know of the lua_pushnumber for C, but what would be used in LuaJ? I can't find a function for it, given that LuaJ isn't clear as to what functions represent certain C functions.
PuppyKevin
  • 2,967
  • 7
  • 25
  • 27
1
vote
1 answer

git push origin master error on Mac OS X 10.7.3

Hi I'm following Hartl's RoR tutorial and when trying to push my first_app directories to Git, I get the following error: haseebjaved$ git push -u origin master Permission denied (publickey). fatal: The remote end hung up unexpectedly I'm on XCode…
hjaved
  • 1,585
  • 2
  • 10
  • 10
1
vote
2 answers

Python syntax error when trying to execute a script from command line

I've never used python before, but I have to in order to enable push notifications on my android app. When I type python D:\Project\UAirship\clientauth.py I get a syntax error with an error pointing to the drive letter. I've read support articles…
davis
  • 1,911
  • 6
  • 26
  • 50
1
vote
1 answer

How to prepare for mass file and page changes?

How do I setup for an annual changeover of twenty pages with links to 500 PDFs in 10 different folders? Here's an example of one of the pages in the annual changeover - http://www6.hawaii.gov/tax/a1_b1_1income.htm Here's information on the Plone I…
jornada
  • 11
  • 1
1
vote
2 answers

How to push a file to Heroku that isn't in your version control?

I'm deploying my first app on Heroku, and I want to push a file which isn't in my version control (my database.yml). How to do it?
Janko
  • 8,985
  • 7
  • 34
  • 51
1
vote
1 answer

GitHub for Mac Issue - Pushed to HEAD branch then switched

I have an emergency issue at hand. First off, yes, I realize this was a very silly mistake. Earlier on, I had a sync conflict, solved it correctly, and moved on. I just put in about 4 hours of work, saved everything fine, and then went to push to…
ryanwils
  • 947
  • 7
  • 18
1
vote
1 answer

Appcelerator Titanium Push Notification for Android?

I am New to Titanium can anyone help me to understand the concept of push notification for Android in Appcelerator Titanium.i.e Sample code for creating Simple push Notification. Thank u
Sugan S
  • 1,782
  • 7
  • 25
  • 47
1
vote
0 answers

Java - web based chat app using comet

Are there any good up to date demos or open source implementations of a web chat client using java as a server(users should be saved in a database). preferably a soloution that can be extended using push/comet/json.
dov.amir
  • 11,489
  • 7
  • 45
  • 51
1 2 3
99
100