seen from Finland
seen from China

seen from United States
seen from China
seen from Finland
seen from Russia
seen from United States

seen from France
seen from China
seen from China

seen from Ecuador
seen from China
seen from China

seen from New Zealand
seen from Netherlands

seen from Germany
seen from Bulgaria
seen from Germany
seen from Canada
seen from United Kingdom
#A52A2A #A0522D #8B4513 #D2691E #800000 #CD853F #DAA520 #D2B48C #DEB887 (at San Francisco International Airport)
Programming & Design: Question: Can somebody please explain this python code to me?
Programming & Design /////////////////////////////////////////// Question: Can somebody please explain this python code to me? Posted: 15 Jan 2016 01:06 PM PST https://answers.yahoo.com/question/index?qid=20160115130610AAD7cb9 def fileToString(filename): myFile = open(filename, "r") myText = "" for ch in myFile: myText = myText + ch return myText text = fileToString("test.txt") /////////////////////////////////////////// Question: How was this Sites Header Accidentally Changed? Posted: 15 Jan 2016 01:02 PM PST https://answers.yahoo.com/question/index?qid=20160115130200AARkUCe So in our class we have to answer online discussion and it is somewhat buggy. The application that we type into is called HTML editor with mce toolbar. Someone using an ipad and safari managed to accidentally edit the header instead of creating a new response. How exactly is this possible? /////////////////////////////////////////// Question: Nice and simple x64 ASM IDE? Posted: 15 Jan 2016 12:25 PM PST https://answers.yahoo.com/question/index?qid=20160115122520AAwFhqP I know, simple and assembly don't normally go in the same sentence. But if there's a simple IDE (or even an assembler which directly creates executables) which I can learn assembly in peace, that would be amazing. /////////////////////////////////////////// Question: How To Select Randomly From An Array (Visual Basic 2015)? Posted: 15 Jan 2016 12:20 PM PST https://answers.yahoo.com/question/index?qid=20160115122029AAwPQVb I have an array of phrases and I want my program to randomly select one of the phrases in the array, and print it in the textbox. /////////////////////////////////////////// Question: What is the pattern of syntax used when executing Linux commands? Posted: 15 Jan 2016 12:10 PM PST https://answers.yahoo.com/question/index?qid=20160115121041AAJVOlq /////////////////////////////////////////// Question: Can I study Java in just 15-20 days? Posted: 15 Jan 2016 12:06 PM PST https://answers.yahoo.com/question/index?qid=20160115120615AAr5xzU I am totally new to Computer programming & I have a Java Exam after 20 days. Will I be able to Learn & write Java programs if I study it for 20 days? Please suggest me a good online source /////////////////////////////////////////// Question: Como hacer que el braindump de la 3DS deje carpetas y no .cxi? AYUDADME PORFAVORR TENGO UN GRAVE PROBLEMA :(? Posted: 15 Jan 2016 11:43 AM PST https://answers.yahoo.com/question/index?qid=20160115114317AAxvqvN Ultimamente veo tutoriales y el braindup deja carpetas, a mi no, me deja .cxi como lo soluciono? Como hacer que el braindump de la 3DS deje carpetas y no .cxi? AYUDADME PORFAVORR TENGO UN GRAVE PROBLEMA :( /////////////////////////////////////////// Question: How to system hide all files and subfolders in a folder using cmd( at once)? Posted: 15 Jan 2016 10:52 AM PST https://answers.yahoo.com/question/index?qid=20160115105254AAaXj7E i have been trying to use /S command but it only hides that folder, and inner files and folders remain unhidden. here is what i did on cmd(without commas): "attrib +h +s G:\*_* /s /d"and enter i also changed +h and +s.. 's positions just to check if it works, but no ! plz tell if there is any error and explain it in simple english . just like we can hide several files just by selecting all (ctrl +a) and then going to properties and selecting to hide, i want them to be system hidden and at once . /////////////////////////////////////////// Question: Why would I assign a the data type string to a variable.? Posted: 15 Jan 2016 10:12 AM PST https://answers.yahoo.com/question/index?qid=20160115101243AAP7xSC /////////////////////////////////////////// Question: Java: Logical Operators and condition statements problem? Posted: 15 Jan 2016 09:50 AM PST https://answers.yahoo.com/question/index?qid=20160115095055AA9ayTE I'm making a menu that gives you your total daily energy expenditure (TDEE) and it's based on the activity factor and gender. Do I just need a bunch of else if statements and separate male and female all together or can I make it analyze the gender at each block? This is what I have so far: System.out.println("Select Your Activity Level") System.out.println("[0] Resting (Sleeping, Reclining)"); System.out.println("[1] Sedentary (Minimal Movement)"); System.out.println("[2] Light (Sitting, Standing)"); System.out.println("[3] Moderate (Light Manual Labor, Dancing, Riding Bike)"); System.out.println("[4] Very Active (Team Sports, Hard Manual Labor)"); System.out.println("[5] Extremely Active (Full-time Athlete, Heavy Manual Labor)"); System.out.println("[Q] Quit"); System.out.println(); System.out.print("Enter the letter corresponding to your activity level: "); String choice = in.next(); System.out.println(); char theirGender = gender.charAt(0); boolean isGender = theirGender == 'M'; double activityFactor; if(choice.equalsIgnoreCase(0) == 0 ) { System.out.println("You chose [0] for \"Resting\""); activityFactor = 1.0 } else if(choice.equalsIgnoreCase(1) == 0 ) { System.out.println("You chose [1] for \"Sedentary\""); activityFactor = 1.3 } (activity factor for male and female is the same for the first two levels.) /////////////////////////////////////////// Question: A) Is it possible to construct a 5-3-1-1 weight code? what does "weight code" mean and how should be solve these problems? Posted: 15 Jan 2016 09:48 AM PST https://answers.yahoo.com/question/index?qid=20160115094849AAKchYA b) Is it possible to construct a 6-4-1-1 weight code? c) Is it possible to construct a 5-4-1-1 weight code? d) Is it possible to construct a 6-3-2-1 weight code? justify your answers Thanks for help /////////////////////////////////////////// Question: What is the meaning of this in English Man be malihe hich gheymati nadadam. Hala ham har jor salahe man esrar nemikonam.? Posted: 15 Jan 2016 09:36 AM PST https://answers.yahoo.com/question/index?qid=20160115093623AADAVT8 /////////////////////////////////////////// Question: HTML Code for simple website HELP!? Posted: 15 Jan 2016 09:22 AM PST https://answers.yahoo.com/question/index?qid=20160115092202AAu10KG It needs to look like the picture with the following specifics. the HTML tags that creates the headings and the paragraphs of text the element the tags for the head and body sections an element that reproduces the page title a background color of a sans-serif font margins, border, and padding ANY help would be appreciated its been a few semesters since I've had to do any coding. /////////////////////////////////////////// Question: JAVA CODE ! :D need help will assign points look for this username will ask plenty of questiosn so please awnser for the points? Posted: 15 Jan 2016 09:02 AM PST https://answers.yahoo.com/question/index?qid=20160115090243AArihf5 Trying to make a light saber i made it and trried to animate it with gimp but it goes to fast so is there a way to slow it down? or mabye to make it were when right clicked the Blue part of it will pop up ? like we made it to light saber part then we made it connected to the blue part. please help will give max amount of points possible thanks BTW and NOTE: this is with java code for directly modding minecraft this is not making a plugin. /////////////////////////////////////////// Question: My images don t show up in my divs or my header.? Posted: 15 Jan 2016 08:28 AM PST https://answers.yahoo.com/question/index?qid=20160115082838AA120Uh I'm working on a html project, and for some reason my images aren't showing up in divs or my header. When I take them out they appear easily. /////////////////////////////////////////// Question: Little and big endian are two ways of storing multibyte data types (int, float, etc.) How would the following be stored in memory? Posted: 15 Jan 2016 08:24 AM PST https://answers.yahoo.com/question/index?qid=20160115082417AALbebc Little and big endian are two ways of storing multibyte data types (int, float, etc.) How would the following be stored in memory? a. int x = 0x1234 // little b. int x = 0x1234 // big c. long x = 0x12345678 // little d. long x = 0x12345678 // big Begin at memory location 0x0200 for each declaration please help, and give direction on how to get the answer, i am completely lost and would like to know how to do this on my own. /////////////////////////////////////////// Question: Does anybody know if there is a web site for BLEIDENCoverter? Posted: 15 Jan 2016 07:42 AM PST https://answers.yahoo.com/question/index?qid=20160115074214AA8b3Nf /////////////////////////////////////////// Question: Which IDE is the best for C++? Posted: 15 Jan 2016 07:42 AM PST https://answers.yahoo.com/question/index?qid=20160115074204AAQzEv0 I use code blocks for C and Netbeans for Java but I am relatively new to C++ and I want to know which IDE would be the best. Thanks in advance. /////////////////////////////////////////// Question: How do people make vines like this?? Posted: 15 Jan 2016 07:16 AM PST https://answers.yahoo.com/question/index?qid=20160115071629AAqZiA3 https://vine.co/v/eV1lWA6PmOW I really want to learn how to edit like that... I cannot watch enough of these kinds of edits with the cars and I would like to learn how to make them myself /////////////////////////////////////////// Question: Puedo cambiar mi tarjeta madre? y por cual? Posted: 15 Jan 2016 07:10 AM PST https://answers.yahoo.com/question/index?qid=20160115071044AAcLV8a tengo actualmente la placa madre: intel D865GVHZ Procesador: Intel (R) Celereron (R) CPU 2.26 GHz, - 2.3 Ghz Memoria ram: 1280, que es 1 Gb, 280 mb Windows 7 Home premium 32 BITS Mi placa madre tiene 3 entradas PCI y compre una tarjeta de video Geforce 210 1024Mb DDr3 que tiene entrada para PCI express 2.0 o en su defecto PCI express nomal Gracias por su ayuda !!! leere los comentarios y puntuare maximo al mejor!! Si necesitan alguna informacion mas de mi computadora porfavor pregunten, mi pc corre el age of empires 3 pero super super lento y 1 solo cañon disparando la hace poner al 1000 /////////////////////////////////////////// Question: I am doing a java project called the dog race and i am having a problem this toString method is not printing anything .? Posted: 15 Jan 2016 06:58 AM PST https://answers.yahoo.com/question/index?qid=20160115065828AAvQtge @Override public String toString() { String retVal = ""; /* add more code here */ // now add a line of "*" for(int i = 0; i100kb of exe file but MinGW Spawn 2MB of exe file why this happens? /////////////////////////////////////////// Question: I want to be a web developer but what things should I learn? Posted: 15 Jan 2016 03:58 AM PST https://answers.yahoo.com/question/index?qid=20160115035859AA3K9Ad I have already learnt: HTML 5 CSS PHP MYSQL and JS to some extent. /////////////////////////////////////////// Question: C++ average value from .CSV? Posted: 15 Jan 2016 03:16 AM PST https://answers.yahoo.com/question/index?qid=20160115031645AAvIvqo How do I find average value of a row from an input .CSV file? It's urgent. A c++ example would be much appreciated :) /////////////////////////////////////////// Question: Professional Development.? Posted: 15 Jan 2016 02:43 AM PST https://answers.yahoo.com/question/index?qid=20160115024318AAttuVW I am looking for a short duration scholarship in Professional Development. /////////////////////////////////////////// Question: How can you be sure you're using proper programming practices? Posted: 15 Jan 2016 01:10 AM PST https://answers.yahoo.com/question/index?qid=20160115011016AAtAxLV I'm currently learning PHP and MySQL. They're not my first languages, but I'm still basically a beginner, maybe a little further. So anyway I plan to eventually create a game, similar to ones like: http://www.lioden.com/ http://www.furry-paws.com/ http://www.neopets.com/ basically it's text-based, browser-based type of game. I'm using a variety of resources, mainly a few books I have and also more popular and credible video tutorials on youtube. But I'm afraid that they might not go through important things or perhaps use poor practices. I can't really tell what's "right" or "wrong" since it's new to me. I want to be sure I'm programming in "the right way", make sure my code is efficient, secure, etc. So how can I know? Is it something that comes from experience? Are there any high quality resources I could use? Maybe short courses I should take? /////////////////////////////////////////// Question: Web hosting login? Posted: 15 Jan 2016 01:03 AM PST https://answers.yahoo.com/question/index?qid=20160115010343AAOdmVj /////////////////////////////////////////// Question: How to write x^(1/3) in Turbo Pascal? Please help!? Posted: 15 Jan 2016 12:43 AM PST https://answers.yahoo.com/question/index?qid=20160115004332AAGeKZH /////////////////////////////////////////// Question: Sony Vegas Pro 11 text won't appear on video?? Posted: 15 Jan 2016 12:12 AM PST https://answers.yahoo.com/question/index?qid=20160115001212AAIXj9z Okay, so whenever I type something into Vegas, it won't appear on the preview video. It was okay a month ago but after that, it just happened... Please help! I attached a photo to better understand the situation. If you're wondering, I DO NOT have the track on solo/mute. I opened up a new project with a single text layer to show you. The text is plain white which should definitely show up on a black background. https://36.media.tumblr.com/6a74d4ff9980103f1df33fbf5f69aa5c/tumblr_o0zinxNuId1ra23y6o1_540.png /////////////////////////////////////////// Question: Is programming computers the best thing ever? Posted: 14 Jan 2016 11:27 PM PST https://answers.yahoo.com/question/index?qid=20160114232758AAlmSG4 /////////////////////////////////////////// Question: Using SMF how do I rename my forum? Posted: 14 Jan 2016 10:08 PM PST https://answers.yahoo.com/question/index?qid=20160114220805AA7wsjC /////////////////////////////////////////// Question: I need simple basic python code written? Posted: 14 Jan 2016 09:38 PM PST https://answers.yahoo.com/question/index?qid=20160114213813AA2vY0t Write a function sayHello that takes as input a name of a person and prints a greeting: "Hello, name" where obviously the placeholder name is replaced with the actual name of a person provided to your function. Please note that the function actually needs to print the message, not return it. it starts with this I think, but I need to replace name with John or Steve obviously: def sayHello(name): /////////////////////////////////////////// Question: How to set a Kelambu Tidur tent better than a professional? Posted: 14 Jan 2016 09:13 PM PST https://answers.yahoo.com/question/index?qid=20160114211329AAvS7kr /////////////////////////////////////////// Question: Consider the following floating-point value: 1.x 2N Using 32-bit IEEE format, what is the binary value in the exponent field, when N = 50? Posted: 14 Jan 2016 09:03 PM PST https://answers.yahoo.com/question/index?qid=20160114210319AA8IufC Would that 2^50 but how would you convert to binary please help. /////////////////////////////////////////// Question: Using 32-bit IEEE floating-point format, what is the binary representation of the decimal value 84.5? Posted: 14 Jan 2016 09:00 PM PST https://answers.yahoo.com/question/index?qid=20160114210058AA9W04f I have come up with 01010100 but that is wrong. /////////////////////////////////////////// Question: How much should this coding job cost? Posted: 14 Jan 2016 09:00 PM PST https://answers.yahoo.com/question/index?qid=20160114210044AAemQdg I built the basis for a Wikipedia page for an organization I m in. I know nothing about coding and don t have time to learn right now, and my group is giving me some money to pay someone who knows how to code to do it for me. I wrote the article in Word and it will be almost 6000 words, I already picked out all the pictures I ll use, added all of the hyperlinks it will need, and have all my sources where they need to be. The person I ll find to do the job will have a week to complete it, and will be a college student. How much would someone who could do this job and in this situation typically charge? /////////////////////////////////////////// Question: How to link all images in folder automatically in html? Posted: 14 Jan 2016 08:28 PM PST https://answers.yahoo.com/question/index?qid=20160114202827AAmYG7e Like how can i just have a folder named "/photos", and have a bunch of .jpg images in there and how can i just link my html img tag to that location, so that it will load all the .jpg images? This is for a photography website, so there would have to be a lot of images. Do i have to write individual img tags for each photo? I can't use wordpress..I need to do it without it. Just text files. /////////////////////////////////////////// Question: Freelance web design cost? Posted: 14 Jan 2016 08:23 PM PST https://answers.yahoo.com/question/index?qid=20160114202314AAMDXzf So im looking to make a website but i dont know the exact costs for the kind of site i wish to make. I would atleast need to know a ballpark range for it. I plan on having chat boxes and some aesthetic stuff for it such as name color changing and pictures. i also plan to have a fake currency, a ranking system, and a "skill tree" type setup for it. i was hoping someone here could give me a rough estimate of the amount of money i would have to dish out to get this done and a estimate on how long something like this would take. /////////////////////////////////////////// Question: Convert the following 32-bit IEEE 754 floating point numbers to decimal values? Posted: 14 Jan 2016 08:12 PM PST https://answers.yahoo.com/question/index?qid=20160114201212AAvzSNl Convert the following 32-bit IEEE 754 floating point numbers to decimal values a. 0x3F800000 b. 0xC0300000 c. 0x42800000 please include directions on how you got the answer so i can understand how to get it next time i do it. /////////////////////////////////////////// Question: I am trying to do
on blogger but the code i got does not seem to be working right can someone please help me? Posted: 14 Jan 2016 07:56 PM PST https://answers.yahoo.com/question/index?qid=20160114195648AAud191 /////////////////////////////////////////// Question: Visual Basic Help!? Posted: 14 Jan 2016 07:55 PM PST https://answers.yahoo.com/question/index?qid=20160114195526AArYukF So I'm trying to create a sort of prank program to play on my friend. The idea is whenever he goes to a certain website or a folder on his computer a message box comes up and says something like "You suck" or something. Can anyone help me? /////////////////////////////////////////// Question: Is there a cheaper version of this discreet camera used for cheating on tests? Posted: 14 Jan 2016 07:33 PM PST https://answers.yahoo.com/question/index?qid=20160114193311AAwki5t http://www.spycheatstuff.com/index.php?option=com_content&id=64 Looking for a cheaper version of this if it exists. Thanks for any help! /////////////////////////////////////////// Question: What is the best way to drastically improve your CSS (Cascading Stylesheet) knowledge? Posted: 14 Jan 2016 07:18 PM PST https://answers.yahoo.com/question/index?qid=20160114191838AAOTbJn /////////////////////////////////////////// Question: Agario help :(? Posted: 14 Jan 2016 07:16 PM PST https://answers.yahoo.com/question/index?qid=20160114191610AAo1WxD So I am totally in love with the game agario and I ve been playing it for a while now, so I decided to add a clone to my websIre which can be located here https://github.com/huytd/agar.io-clone But its not built very well and lags a lot. If you guys know of any good open sourced clones like that github one that works and doesn t have to many problems id love to know! agario.global is a good example of a clone /////////////////////////////////////////// Question: How to eject disc program? Posted: 14 Jan 2016 07:03 PM PST https://answers.yahoo.com/question/index?qid=20160114190326AAWC0fX /////////////////////////////////////////// Question: I'd like to make video games. Should I give up? Posted: 14 Jan 2016 06:31 PM PST https://answers.yahoo.com/question/index?qid=20160114183111AAAyn3B /////////////////////////////////////////// Question: Write a program to find the shortest length of aluminium tubes.? Posted: 14 Jan 2016 05:53 PM PST https://answers.yahoo.com/question/index?qid=20160114175354AAnnrcx Can someone help me with this? /////////////////////////////////////////// Question: My gmod script keeps getting an error. Here's a hastebin link (cause yahoo word count). error is at top please. help. http://goo.gl/AKeCG8? Posted: 14 Jan 2016 05:51 PM PST https://answers.yahoo.com/question/index?qid=20160114175118AAVKLVs /////////////////////////////////////////// Question: Is it possible to transmit image wirelessly using adduino controller board?Is it has enough memory to store image without compression(9MB)? Posted: 14 Jan 2016 05:47 PM PST https://answers.yahoo.com/question/index?qid=20160114174745AAFWWqX /////////////////////////////////////////// Question: Approved lan 6 , 2016 ... coder 1406 ... where is it ? Posted: 14 Jan 2016 05:45 PM PST https://answers.yahoo.com/question/index?qid=20160114174559AAnQHdd Needed asap ! /////////////////////////////////////////// Question: Are there any flexible temperature sensors for Arduino? Posted: 14 Jan 2016 05:24 PM PST https://answers.yahoo.com/question/index?qid=20160114172421AA3bnnV I m looking for a flexible temperatuer sensor. Kind of like a strain gauge/ flex sensor, but one that can measure temperature and compatible with Arduino /////////////////////////////////////////// Question: How many fonts in 2 inches? Posted: 14 Jan 2016 05:22 PM PST https://answers.yahoo.com/question/index?qid=20160114172215AA51pH9 /////////////////////////////////////////// Question: Im new to java so I want to test my skills where can i mess around and what website? Posted: 14 Jan 2016 04:15 PM PST https://answers.yahoo.com/question/index?qid=20160114161527AAEX6fn /////////////////////////////////////////// Question: Added mobile space on header with wordpress? Posted: 14 Jan 2016 03:50 PM PST https://answers.yahoo.com/question/index?qid=20160114155023AAoY4sW Added mobile space on header with wordpress? See answer below for details. /////////////////////////////////////////// Question: How to move a exe file from kalivm to winvm? Posted: 14 Jan 2016 03:28 PM PST https://answers.yahoo.com/question/index?qid=20160114152802AAfUO8X I am using virtualbox for kali and win7 and Ubuntu as host. I tried copy paiste, cut paiste, didn't work. I should have the right setting for virtualbox to copy and paiste, because i can copy and paiste a url from iceweasle browse to libre office and that works. The book says drag and drop but he is using VMware, and I tried to drag and drop but I cant open the windows screen as I'm draging the file. /////////////////////////////////////////// Question: How do I change this script: http://pastebin.com/N7h1XZGn so i can see the number BEFORE it rolls on cs go double and not after? Posted: 14 Jan 2016 03:06 PM PST https://answers.yahoo.com/question/index?qid=20160114150608AASYFrK /////////////////////////////////////////// Question: Should i take AP Computer Science or C++ Programming Language Sophomore year? Posted: 14 Jan 2016 02:16 PM PST https://answers.yahoo.com/question/index?qid=20160114141642AAtEZC6 Hello Yahoo Answers, I am currently selecting my courses for next year(currently a freshman) and am not sure whether i should take AP Computer Science or C++ Programming Language.I am currently in introduction to java programming and took a programming class over visual basic and app-inventor last semester.My Question is basically which one should i take sophomore year and for what are the pros and cons of both? Thank you. /////////////////////////////////////////// Question: How can I animate SGV lines, or paths, like the ones in the menu icon of huncwot.com? Posted: 14 Jan 2016 02:13 PM PST https://answers.yahoo.com/question/index?qid=20160114141310AAzBZVv I have a intermediate knowledge on CSS and JQuery, but I'd newly discovered that I can draw lines directly on webpages using vectors, or SGV. But, now that I have three lines, coming together to resemble an arrow, what do I need to know how to animate the arrows, so they rest on the right side of the horizontal line instead of the left... almost like in Huncwot.com? Google search brought up cloudy results and examples so far. /////////////////////////////////////////// Question: What is the key code I could use for my.hrw.com? Posted: 14 Jan 2016 01:51 PM PST https://answers.yahoo.com/question/index?qid=20160114135115AAb9FwY