Hello, my friends.
I have a small request for you to help me. I’m student in Russian Federation and i have a very strange task at my university. I must write down a small database with specific include information. can you help me?
I need just three (3) word from each of you about
WHAT YOU ASSOCIATE with word «OLYMPIAD»?
for example :
OLYMPIAD
1) Sport
2) Competition
3) Medals
You are my last hope. Please help me.
Related
Hello,
I search a tools like pocket time from bivrin.
Do somebody use a product which do the same thing?
more information at this address :
http://www.bivrin.com/PocketPC/
thank you four your help
Hey everyone.
I am taking Python programming as a part of my major currently and am a bit of a stand still on what is probably considered child's play to anyone familiar with it.
I am lost on this week assignment and having exhausted most of my resources I was hoping someone here could give me some help.
Part of this weeks assignments is to create a for loop that doesn't use the range function. A phrase must then be entered and the program must return the same phrase backward letter by letter. For example: If the word "World" is entered the program must return:
W
oW
roW
lroW
dlroW
I'm a bit stumped, the furthest I can get is this:
Word = raw_input("Input your favorite phrase: ")
#defines the variable
for letter in word:
#starts the loop based on number of letters in phrase
and uh that's about as far as I get. I don't even need a direct solution, if someone could even just point me in the right direction or has some more resources it would be helpful.
Anyone have any idea? Any help is greatly appreciated.
Thanks
Acturbo said:
Hey everyone.
I am taking Python programming as a part of my major currently and am a bit of a stand still on what is probably considered child's play to anyone familiar with it.
I am lost on this week assignment and having exhausted most of my resources I was hoping someone here could give me some help.
Part of this weeks assignments is to create a for loop that doesn't use the range function. A phrase must then be entered and the program must return the same phrase backward letter by letter. For example: If the word "World" is entered the program must return:
W
oW
roW
lroW
dlroW
I'm a bit stumped, the furthest I can get is this:
Word = raw_input("Input your favorite phrase: ")
#defines the variable
for letter in word:
#starts the loop based on number of letters in phrase
and uh that's about as far as I get. I don't even need a direct solution, if someone could even just point me in the right direction or has some more resources it would be helpful.
Anyone have any idea? Any help is greatly appreciated.
Thanks
Click to expand...
Click to collapse
Well I don't know anything about python but one place you can go for help is dreamincode.net
Although I do remember doing a program like this in C++ two years ago, I forgot how to do it....
twitch153 said:
Well I don't know anything about python but one place you can go for help is dreamincode.net
Although I do remember doing a program like this in C++ two years ago, I forgot how to do it....
Click to expand...
Click to collapse
Thanks, I'll try anything at this point. Book doesn't help me, teacher unavailable, no help searching the web. Ugh, every week I go through this................
Hello everybody,
I am new here so please help me. This year I must sustain my disertation thesis in security field but i have a big problem : I don't have any idea what to do .
I choose the field android aplication or some study case related to this.
Do you have any idea? Thank you , and I expect any indications.
Hi everyone,
At the beginning I do apologize if it's the wrong place to post this thread. I am a "noob", a very very beginner. Can you guys just tell me is it difficult to create an app, which looks like quiz, but there are no wrong or correct answers, but only points for the answer? I'm in need to make an app where the total points will be visible at the bottom and updated (cumulated) in real tim while choosing answers. Also I want to place all questions on one page, which you can scroll (total of 11 questions).
Below is a simple example how I need it to look like.
I will appreciate any help, it's really very very important to me.
I know that I sound like (and I am ) a noob. I know that there are loads of different tutorials, but it will take me ages to understand it and make it on my own.
Hope you guys can help and again sorry if that's a wrong place for this thread.
Kind regards
[img=http://s28.postimg.org/94mvo62hl/scoring.jpg]
Hi there,
The project you described should be fairly easy to create, after you've learned the basics of Android Studio. Alot of the graphical work in your project can be done in a WYSIWYG editor. The first step would be to install Android Studio and familiarize yourself with the interface. Pay particular attention to "layouts" and "design view".
Cheers,
Shockfire.
hi nadaall,
If you want to create highscore for your quiz app,learn SharedPrefernces in Android.It will store value and also modify when highscore attain.If you want to show questions in one page,then you can copy random questions into ArrayList and then show it in the page.
I also created quiz application,Try this: play.google.com/store/apps/details?id=makeinfo.com.quizapp
Hello everyone,
For my senior project of an English class, I have decided to make a very basic app to accompany a website which a previous student created. I want it to be basic but the issue I am having is that I do not understand how to make it so that a person clicks on a button, and it takes them to that url of the website (basically webview in a fullscreen activity for each of the buttons in the tab). I have managed to get a version of this working with the master/detail flow activity but I cannot translate it to work with the navigation drawer activity. I am willing to pay for assistance as I understand everyone has their own lives. I am learning all of this as I go so I do not have a background in this, however, I am very interested in this project and I do not want anyone to just do the work for me. I would just like someone I could ask an occasional question when in need. Thank you for reading.
- Laura