The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
27 views

Install Python 2.3 or earlier on a Mac OS X 10.7.5

I have Mac OS X 10.7.5 and would like to install < = python 2.3 on it. I need it as one of the s/w I would like to try is based on an older version and does not seem to work with the new ones. I ...
0
votes
0answers
5 views

urlmon downloading outdated files different from the file source

i am trying to download a wiki dump from a site but i noticed somehow after a new dump is available, the program is still "downloading" the old dump? what i manually downloaded and what my program ...
0
votes
1answer
21 views

xcode always shows old version

SOLVED: read edit below i have developed a phonegap application with xcode. most time i developed on a windows machine and debugged with firebug. Now i want do transfer the app on my iphone and opend ...
-4
votes
1answer
43 views

How to get old versions of Microsoft Office? [closed]

I am moving a project from one company (with Office 2010) to my own server. How do I get Office 2010? The project uses Microsoft.Office.Interop and interacts with Excel.
0
votes
2answers
63 views

regExp matching using older JAVA API

I m trying to replace " with \" in my string. I am using java.util.regex.Pattern.compile("\\\"").matcher(myString).replaceAll("\\\\\"") It works fine with my development machine as I m using newer ...
0
votes
0answers
66 views

MySQL database connection through PowerShell, old style password

I am attempting to connect to a MySQL server through powershell. However, my password doesn't seem to work because "Authentication with old password no longer supported, use 4.1 style passwords." I am ...
0
votes
0answers
65 views

Old Moto Droid w/ 2.2 developer options?

I'd like to push what I'm working on to my old Motorola Droid with 2.2 froyo, but I cannot find anywhere the developer options or a way to unlock them if they are hidden. Is there a different method ...
2
votes
1answer
214 views

Displaying card flip animation on old android

We all know this article of how to create "card filp" animations using new api. But how can I make this on apis < 3.0?
0
votes
0answers
16 views

publish content - photo from url issue

I got an app that publish content in a sort of customers page. Every content that is pusblished got a description and a picture. When I pass the parameters to the facebook publish script the picutre ...
0
votes
0answers
45 views

How to get Tweets which are more than a week old from Twitter?

For my research project, I need tweets containing a particular link(That is the search query). I have used Twitter APIs built with Python- both Twython and Tweepy (both REST and Streaming API). But ...
0
votes
0answers
25 views

Equivalent of RSpec 2's `example` variable (available in `config.after` calls) in RSpec 1.3

In RSpec 2 I can define a config.after call and in it, use the example local variable to find out about the example/spec/test that just ran. For example, I can check to see if example.exception is ...
0
votes
1answer
30 views

Application calling service reference with old configuration (localhost) instead of hosted service address

I have an ASP.NET MVC3 Application that is calling two WCF Services. Initially, I had the services running from a seperate project locally. I added service reference to ...
2
votes
2answers
55 views

Programming an old console, Magnavox Odyssey 2? [closed]

Ive been searching around and I couldnt find anything on how to really begin programming for the Odyssey 2. I thought it was be kind of fun to mess around with one, to maybe try and program a simple ...
0
votes
1answer
23 views

Old Mobile Agents

I have a responsive website and I have a problem with old devices! I want to design a basic web page for mobile users,therefor, I need to detect old moblies firt,so I need old mobile agents! Finally I ...
0
votes
4answers
403 views

301 redirect everything to new website root/whole site including sub pages? Moved Permanently

QUICK UPDATE Ok getting there Is this mod_alias? RedirectMatch 301 ^/ http://brightmist.co.uk/ I've added this one line of code underneath everything and it appears to work, however my other ...
0
votes
0answers
111 views

Tenured Memory Not Clearing

System Details: Red Hat Enterprise Linux 6.3 Sun Java JDK 1.6.0_38 Apache Tomcat 7.0.34 VMWare Environment Me: Medium Experienced Linux Admin, Trial By Fire Java/Tomcat Admin, almost no understand ...
0
votes
0answers
40 views

yacc old code illegal tag

I'm trying to compile some old code (rcssserver circa 2003) and getting to following byacc error: byacc: e - line 103 of "/home/paul/rcssserver-9.4.5/src/player_command_parser.yy", illegal tag %token ...
0
votes
0answers
32 views

Installing an older version of gsl on fedora 17

I have fedora 17 and currently have gsl-1.15-4.fc17.x86_64 installed. I would like to replace it with gsl-1.14x, some slightly older version. How would I go about this?
-1
votes
2answers
3k views

iPod touch 3rd generation iOS [closed]

On the iTunes/Apple website it surprisingly states that the iPod touch 3rd generation can get iOS too! I have the iPod touch 3rd Generation and I've been going crazy trying to download it on my iPod. ...
3
votes
2answers
455 views

Batch file that keeps the 7 latest files in a folder

I am new to the stackoverflow community and to programming as well as i have never taken any classes of the sort(im 18). Can anyone help me create a batch file? Basically, my goal is to create a batch ...
1
vote
0answers
148 views

Offline UIWebView viewing old images

I have created a UIWebView that runs offline in an iOS app. I'm utilizing a certain javascript library to display virtual tours and that is why I need to use UIWebView. I'm now having an issue upon ...
1
vote
0answers
42 views

Android application generates .old extension on file

I have an Android application that communicates with a server developed on Java EE. The mobile application manipulates threads and a synchronization task that's read and written in a sqlite database. ...
1
vote
0answers
293 views

How to remove old inactive youtube account [closed]

Is there anyway that Youtube can remove an old/inactive Youtube account? We haven't been using it because we forgot both the email and password, and even opened up a new account to take it's place. ...
4
votes
1answer
140 views

Resurrecting old PLT-Scheme project (pre-1999)

I'm trying to resurrect an old (1999 or earlier) project written in Scheme (PLT-Scheme, using the mzscheme interpreter (?) commandline tool). To make the matters worse, I don't know Scheme, or Lisp ...
0
votes
1answer
126 views

How can I upgrade a BIRT 2.5 report to BIRT 4.2

I have an error with BIRT. I want to run a Report, which works fine in BIRT 2.5, in BIRT 4.2, but it gives the error message: java.sql.SQLException: Not supported function (Element ID:250) Also, ...
0
votes
1answer
118 views

Impact of Changing Server System Date to one Month Back(Win Server 2008 R2)

I have an application hosted on a dedicated Win Server 2008 R2. The customer need past 3 months data to be entered into the application.We have only one method and that is setting the Server System ...
1
vote
3answers
755 views

Hibernate reading function shows old data

I've a problem showing data from database. If I update an object, sometimes I get the old data, sometimes the new one. Update function works well (I can see in DB the right update) while the read ...
0
votes
2answers
75 views

Limitations of an old version of iPhone SDK

I have a mac with OSX version 10.5.6 and I'm wondering about the limits of developing iPhone apps with it. Since I need to install an old SDK, will the apps I make still be possible to use on new ...
-1
votes
3answers
258 views

SEO, Remove OLD pages from Google? [closed]

A site I worked on recently used to be joomla based and had a ton of articles within it and the entire business is different. After clearing out the site (FTP) and starting fresh and finally ...
0
votes
2answers
278 views

Device still has the old apk

I installed my app apk into my device and now when ever i try to install new apk, somehow the old apk is installed again. I deleted the apk file from memory card and unistalled the app and cleared ...
0
votes
1answer
98 views

date manuplation on xquery 1.0

I have here an old version xquery where I use to fetch data from the back end server. how do I get the current date and the coming Sundays. it looks all the samples I see are for recent versions and I ...
0
votes
0answers
235 views

Get the style of the old you tube playlist video player

A client of mine want this kind of player to show off his you tube canal: http://www.youtube.com/cp/vjVQa1PpcFO47iV4yCXKs3uwpqfv-OzC7leA9cug63Q= He really want a video player where the playlist ...
2
votes
2answers
1k views

How to build a static binary for GNU/Linux installations with old kernel?

$ printf 'int main(){}' | gcc -static -x c - -o hello $ scp hello vi-server.org:./ hello 100% 565KB 565.2KB/s 00:00 $ ssh -t vi-server.org "./hello; uname -r" FATAL: ...
0
votes
1answer
203 views

IDE for Android Development - 1.6GHz and 512MB RAM Laptop [closed]

I am starting to develop applications for android, but for the time being I only have available a machine with 1.6GHz and 512MB RAM!! Can you tell me what's the best IDE I can install in order to ...
0
votes
0answers
134 views

JQuery Ajax - Old content doesn't disappear [closed]

// PROBLEM SOLVED, but i would keep it here, because I had a lot of trouble till I found the answer. I've read a lot of questions, answers and articles about that topic, but I couldn't find any ...
4
votes
4answers
634 views

Appending file results in overwrite (Java)

So I am creating a CSV file and everytime an action occurs I would like to write the data to the file. The problem I am having is that it will overwrite the data when entering the second time. How do ...
0
votes
2answers
1k views

Using OLD and NEW object for dynamic operations inside trigger

I want to know whether I can use the OLD and NEW objects for dynamic operations inside trigger. What I am looking for is something like this :- ABC is a table for which I need to write Trigger. ...
0
votes
4answers
205 views

PHP & HTML help for editing password because it is in MD5

I have build one edit form in HTML. I am accessing that value in PHP. There is one field PASSWORD. In which I have displayed password for edit which is in MD5 format and stored in mysql database. But ...
0
votes
4answers
656 views

Import wordpress posts to another wordpress site

I had a website based on wordpress.Then domain has expired and now I registered a new domain and built a new website which is based on wordpress too. Now I want to have my previous website's contents ...
0
votes
0answers
155 views

Opening files with extension *.dan *.ix

I have a problem with an old database from a dos applocation. There are many files with extensions like .DAN and .IX . I need to import it into my MySQL database. Does anyone have an idea how to do ...
1
vote
1answer
507 views

AutoHotkey extend clipboard

as we all experienced one time or more, it sometimes is really annoying to have to replace your clipboard-content with other content (while you only need the other information once or so). I thought ...
1
vote
2answers
547 views

Oracle Trigger to remove stock quantity from products and add to orderline

I apologise in advance for this confusing question, wall of text, and awful trigger. I'm designing a small database for a retail store that takes orders in-store and then delivers the products from ...
1
vote
2answers
447 views

how to re-initialize a ruby on rails project

I've just been given a folder containing everything in a ruby on rails project that was developed 2 years ago. The folder doesn't contain a sqlite3 file however, so I am unable to view the database ...
0
votes
3answers
844 views

How to best fix both warnings(old style c-function declaration isn't a prototype)

I was fixing some functions in a piece of someone else code that included a number of functions that took no arguments. They were declared as return_type_t func(); instead of return_type_t ...
0
votes
2answers
711 views

How do I get the old values ​​of an entity?

How do I get the old values ​​of an entity? follows the example.. public void Update(User user) ValidateEntity(user, OperationType.Update); oldUser = (how do I get the old values ...
1
vote
1answer
101 views

Maven - use old jars from SVN

I am migrating J2ee project to Maven, I was able to resolve 99% of its dependencies except 2 old jar files we wrote few years ago, Is it possible to drop these jars somewhere (SVN repo?) And tell the ...
0
votes
2answers
162 views

svn: reload an old revision

I'd like to reload an old revision of my repository. My current revision ist 645 and I'd like to have 642 as my current version. The changes from 642 to 645 are changes in the files and additional ...
1
vote
0answers
74 views

LogCat error spamming: old mainboard version

This error adds to my LogCat view for android many times a second! It occurs when I run my application from eclipse on my ZTE blade android 2.2. It does not matter what application I run by the way. ...
1
vote
6answers
602 views

Jquery and old IE versions

i made my site with Jquery and now if i test it in an old IE version like 5.5 and 6 it completely is filled with errors in javascript. is there a way of getting this problem to stop... and is that ...
0
votes
1answer
321 views

jstree : move multiple nodes, data.rslt.op is not an array

If I move multiple nodes I get the array of selected nodes with data.rslt.o but data.rslt.op (old parents) is always a 1 element array. How can I get the old parent of every moved node ?

1 2