5,686 Topics
![]() | |
When you look at the iTunes download charts you will always find an Angry Bird perched towards the top. That's quite simply because this game app has been the undoubted number one commercial and cultural success story of the App Store. The app developers, Rovio, have been accused in the … | |
Hi, there's a list with tuples. lst = [('Meat', 'Milk'), ('Cake - Cookie',), ('Apple', 'Orange')] For each tuple of `len == 1` I want to split it at ` - ` so it results with: lst = [('Meat', 'Milk'), ('Cake', 'Cookie'), ('Apple', 'Orange')] I tried [tuple(x.split(' - ') for x … | |
I use an old Motorola SBG900 cable modem to connect to the Internet via Comcast. A few weeks ago, I became unable to connect to either my email service provider's SMTP server or Comcast's SMTP server, so unable to send email, although I was able to connect to the incoming … | |
**Reading two files?** I will be very grateful to get help about this script. Apython script which can be used to have a convenient format to print the bill in a store. Your script is reading two files: The first one is containing a list of lines and each line … | |
Hey, I recently tried to jailbreak my iPod touch 4th generation. In the middle of it, my computer crashed and my iPod went into recovery mode. I plugged it into the computer and restored it but all my iPod data was erased. I tried backing it up but it won't … | |
Hi there everyone, my laptop began behaving strangely last week or so, and I've exhausted my limited knowledge of computers but to no avail. Im hoping someone on here my be able to provide some assistance, as I see you've managed to help a lot of other people. Right, I'll … | |
Good afternoon all ! I am having trouble with my image map... Here is a piece of my code. <div id="style1"> <p class="padding"><img usemap="#greenMap" src="Images/green apple.jpg" alt="green apple" width="275" height="255" style="float:left;"/></p> <map id="greenMap" name="greenMap"> <area shape="rect" alt="green apple" coords="100,50,100,50" href="green apple2.jpg" /> </map> <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> <p><a href="http://www.psychichealerchristine.com/psychic-christines-blog/apple" target="_blank">I do not own … | |
my ipod is screwed up my ipod needs to be restored but it won't restore. some of the icons are missing before i tried to restore it and now its in brick mode. please help! | |
An ongoing attack aimed at users of the Apple Mac platform is being reported by security researchers. [AlienVault,](http://www.alienvault.com) which has discovered these weaponised attacks in the wild, warns that regular Mac users without IT security software installed could be at risk of infection and hijacking.  The researchers suspect … ![]() | |
Earlier this week, an iPhone jailbreaking guru called pod2g revealed how even the very latest beta versions of iOS 6 cannot prevent the iPhone from being vulnerable to SMS text message spoofing. This technique is often employed by spammers and scammers alike when targeting the smartphone user in order to … ![]() | |
Hi, i'm making a java program, and I started making the gui with a `JTextArea`, and tried to add a font (`Consolas`) and It crashes with a "divide by 0" error. It works fine on windows, and if you comment out the `setFont` line.. import javax.swing.*; import java.awt.Color; import java.awt.Font; … | |
Over the weekend I wrote a news story for DaniWeb which revealed how the iPhone was vulnerable to SMS text message spoofing. This went under the title "[Why Apple was right about iMessage 'fix' for iPhone SMS spoofing](http://www.daniweb.com/hardware-and-software/apple/ios-iphone-os/news/431373/why-apple-was-right-about-imessage-fix-for-iphone-sms-spoofing)" because, simply put, SMS text messaging is exposed to this kind of … ![]() | |
Apple, Facebook and Twitter have all been the target of hackers recently, and now Evernote has admitted to a potential breach that has forced it to reset the passwords of approximately 50 million registered users. Evernote, a kind of web scrapbook that enables you to take notes, save web pages … ![]() | |
[ATTACH=RIGHT]16395[/ATTACH]HTML5 is a young programming language, with a lot of promise. It has been lauded as the Flash replacement that will revolutionize the web and more importantly, the mobile web. But with so much speculation and excitement, it's hard to recognize the forest for the trees. Where did HTML5 come … | |
Hi everyone...I need some assistance as my Powerbook G4 will not start up as it hangs on the grey page with a spinning wheel! I have no start up disk! Please help! | |
I need some urgent assistance please as I cannot for the life of me get this unit to start up and go beyone the grey screen, with the apple and the spinning wheel which to be honest is doing my head in!I have read up on numerous chats and have … | |
package wow; import java.io.PrintStream; import java.util.Arrays; import java.util.Collections; import java.util.List; import java.util.Scanner; public class Wow { String question; String answer; int correct=0, number=15; Wow[] quizBank = new Wow[15]; List<Wow> quizList = Arrays.asList(quizBank); public static void main(String[] args) { Wow bank = new Wow(); bank.bankList(); bank.askQuestion(); } //end main public void … | |
I'm sure everyone has seen this at one time or another. I'm having trouble with the selection sort class. It should take this input: apple Apple Zone apple And return it as: 1:a:Apple 0:a:apple 3:a:apple 2:z:Zone I'm getting it as #0,1,3,2. here is the snippet I'm working with. Thanks for … | |
A week may be a long time in politics, but 18 months is an absolute aeon as far as computing is concerned. Back in October 2010 here at DaniWeb I was posing the question of whether the newest [Amazon Kindle could be an iPad killer](http://www.daniweb.com/hardware-and-software/tablets-and-mobile-devices/reviews/315078/amazon-kindle-3-better-than-the-ipad) and came to the almost … | |
Ok, so I am working on the hangman game for a school assignment. I have everything doing what I want except for one issue: No matter how many letters are in my word, the number of dashes is always one more than I need. For example: say the word is … | |
I have an array array('mango','apple','orange','bat','cat','mat'); like it for example i want to show an output in rows and columns like as follows mango apple orange bat cat mat how to get output show an above.. ![]() | |
I am creating a project in turbo c++ and it is based on kids and i want to implement the speech like it will speak(a for apple).so is it possible to do this?and if possible then please help me out. ![]() | |
Hi i'm trying to save the data in local storage.But it Works Correctly As My code.But i want to save the data in different Manner. Here is my code Snippet Walk Through It And MAke Corrections.... <!DOCTYPE html> <html> <head> <script> //function for \to check whether the input value is … | |
Hi again, I am trying to read an XML file in this format; [ICODE] <?xml version="1.0" encoding="utf-8"?> <words> <word id="Apple" def="A fruit" /> <word id="Dinosaurs" def="Now Extinct Animal" /> <word id="Giant Panda" def="An Endangered Animal" /> <word id="Asia" def="The Largest Continent" /> ..... </words> [/ICODE] I have more than 3000 … | |
Dear all, i am soon entering 11th grade and will be studying c++ in full length. I want to learn another language to compliment it which can provide me the freedom to over a variety of devices and paltforms. I have chosen asm(assembly) as i think it very basic to … | |
I need to create chart for log Database fields are, *** host * pageurl * VisitPage * VisitorIP * VisitDate * VisitorTimeZone * VisitTime * browser * operatingsystem * referer** I need chart for **Toatl Visits, Uniquie Visits, Impressions, Online Users, Pageviews, %New Visits, % Uniquie Visits, %New Visitor, %Returning … | |
Android, Apple, and Blackberry are te biggest smartphone company at this moment, what next vendor or OS will grow up in your opinion? | |
Is there a simple way of running Apple Mountain lion on a PC laptop. I know this seems like a ridiculous question but I have a client who for some reason thinks it should be possible. I think the next thing he wants to do is switch to UNIX. I … | |
I have created **log.php** to get **visitors information**. It is included on **index.php**. But it is adding records to database **without single visit** to **index.php**. After few seconds it adds records continuously. Help me please. **index.php** <?php include_once('log.php');?> **log.php** <?php $page_name = $_SERVER['PHP_SELF']; // PAGE NAME $parse_page_name = basename ($page_name); … | |
I'm a ipad3 and 4s user. the thing is that both my gadget can connect to our wifi but when i start browsing like fb/safari and even in Apple App it "cannot connect to itune" or check internet connection.., wow how can that be? both apple gadget cannot connect but … | |
So yesterday i saw a commercial and i thought it was very well designed. It was a MediFast commercial (i think it was medifast) and it showed a person from before (over weight) and after (went through weight loss program) meeting each other discussing their success in the program. That … | |
I am running multiple sites on one server and am tired of seeing 404s coming from missing apple-touch-icons. I am required to have 6: apple-touch-icon-57x57-precomposed.png apple-touch-icon-72x72-precomposed.png apple-touch-icon-114x114-precomposed.png apple-touch-icon-144x144-precomposed.png apple-touch-icon-precomposed.png apple-touch-icon.png Each "property" docroot I am hosting may, and probably will, have several sub-docroots all using the same apple touch icons … | |
New research based upon the findings of the [Guardian UK300](http://targetjobs.co.uk/uk300/home) has revealed that IT students in the UK most want to work for Google, Apple, Microsoft, IBM or Intel in that order. Failing that, then they would like to end up working with MI6 (the Secret Intelligence Service), MI5 (the … | |
I need to write a program that can draw stuff on a frame, let's say, trees. Their IDs, colors, positions etc. are in a **txt file**, line by line, the first word of the line is the name of their type which will be the name of the subclass. These … | |
Hi, I have a problem on search text from a string. I'm able to find it but my method is slow. Let say I got a string that contain items and I need to find out which items come first. So I find all the item by *.IndexOf("...").* Then find … | |
Jail Broken iphone 3gs , successfully connected to itunes 10, ports are working much master, charging ok had 4.1.1 Ios, now download ios 5.1.1 upgrade , trying to update ios to 5.1.1 via restore of iphones, in the middle of extraction it says UNKOWN ERROR : ERROR 3194 why ? | |
I have been walking through the tutorial "second ios app" on apple's developer website and I am getting a warning from the code that is implemented in the "Get the User's Input" section at the bottom of this link https://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/SecondiOSAppTutorial/CreatingAddView/CreatingAddView.html#//apple_ref/doc/uid/TP40011318-CH6-SW1 In the implementation of the done method there is the … | |
Hi, I am a newbie to html. I have a project I am doing for school. Can someone take a look at my code and see what is wrong? After I put my answers in the form, my results will not populate. Any help appreciated <html> <head> <title> My Fun … | |
Explorer is running in the background and I can't stop it. This has been going on for a week or so. Explorer sometimes runs as two processes simultaneously, one under "New User" and one under "System". I use Firefox 99.9% of the time. Any advice will be much appreciated. Below … | |
Hi there,  I am writing my diploma thesis with the Media Computing Group at RWTH Aachen University. My topic is the connection of hand-drawn sketches and source code. In order to get a sense of what and how developers sketch I would like you to * **take a … | |
I have the following code that I need to figure out what the output will be. Whenever I try to run it I get an debug error - and it crashes... Somebody else said that it ran fine on their Apple machine. I just need to see what the output … | |
Hi, I'm trying to reverse the ordering of number. I'm given an array of size.. say, 5. WITHIN a do-while loop, I must iterate from element 0 to 4. For example, if the element contains ["Apple", "Banana", "Cow", "Dog", "Egg"], the output of the do-while loop has to be: Apple … | |
My imac g4 wont get past the white apple screen with the circle. Ive tried holding c and x but im using a wireless pc keyboard. Is there any alternate key i can push on a pc keyboard for mac to reconize???? | |
Hi, guys! I am a new app developer, and my second app Todobox was released recently. It isnot only an efficient task manager for yourself, but also an excellent reminder for reminding the people around you(for example, friends, families, colleagues, classmates). It is not a To-Do List but a smart … | |
I want to learn about Repairing and Refurbishing iPhones. Are there any good guides to doing this, and if so, where can I find them? | |
Hello, I have an assignment for class where I have to write an apple that uses a trip time calculator. I have the following codes but cannot get the applet to run properly. Help is appreciated. Thanks. import javax.swing.*; import java.awt.*; import java.awt.event.*; public class TripComputerApplication extends JFrame implements ActionListener … | |
Hello, I have build a website and would like to build the web application for it as it has some flash content which is not supported by Apple. When the user access it from a device(mobile phone or ipad) I would like the user to be directed to that web … | |
Hi all, I'm new to xml and xslt. I'm trying to apply a stylesheet to my xml document but I keep getting no stylesheet available. Here is my code for my XSL document, XML, DTD, and CSS: XSL: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <style … | |
My laptop is infected and I have tried everything I know to clean it. I now need your help to interpret the attached Hyjackthis report. My normal anti-virus/Firewall is ESET NOD32. I have run the following, in Safe mode: * NOD32 Virus checker * Adaware * Spybot S&D * Karpersky … | |
Hi, I was creating clone of breakout and got the game working correctly. But after setting up menu my keyboard doesnt respond anymore. But if I launch game directly without Menu class keys are working perfectly. Where the problem might be? Here is the full source code. VBreakOut.java package net.viped; … |
The End.