Saturday, July 30, 2011

String2

alright.... i'm back ^_^ ... by the way it's really early in the morning , 3.30 Am .... from the posting before, i have talk about the previous exercises right? yeah, let's begin ... actually we have extended exercises ... and we are going to call it String2. as we know , in the string1 exercise we get 4 methods or functions... we have donuts(count) , both_ends(s) , fix_start(s) , mix_up(a, b), and how about you? how was your algorithm? have compare it with mine? :D then, we ready to see how is the string2 looks like ... yeah... we can see that we have to filling up 3 methods, it's less than before right? alright, now you can start to make it , here is my source and you can see it ^_^ ... but i think it will be better if you try it first... then, see you next time ....

Wednesday, July 27, 2011

String1

Hello again... yeah, till now i'm still learning python, actually i got an interesting class, you're also can join in it, it is here ... alright, in that class i got some exercises and i want to share it with you... but maybe if you wanna learn you'd better try it first before you read my code.. :D i think we are all know that algorithm may different one with other and if you already have your code maybe you can compare it with mine ^_^ ... as you can see all of the answer is "OK" , so what about you? and here is the file... it would be nice to talk about it... see you ^_^

Sunday, July 24, 2011

HTML

what is that HTML? HTML is an abbreviation from HyperText Markup Language. so, what is it for? easily, now you are really like to open your browser engine , like mozilla , google-chrome , and etc. then, what is something that we look for? yeah, we need the information from that. Sometime we don't know how is the process until we can get the information from internet , we just click on an address to get something from there. but, we're now talking about the process , so we need to know how are those thing is established. actually, there are a lot of things we need to know to be a web developer, something like, HTML ( that's what we are talking about ), CSS , Javascript, or maybe about PHP , JSP , and another things to develop the web. so , let's get started to know what is HTML. HTML is a formatting language, so we have to know what is formatting language. it is basicly, different with programming language, that's is something that we have already talked about in this blog before. HTML defines content and structure. so what is that mean? it means, it is the most basic thing if we are going to be a web developer to know, then we learn about CSS or javascript after we learn HTML. what does HTML look like? then, we have already get something from there, at least we know what is HTML...:D but, if you wanted to a web developer, now you know what is the thing that we need to know first and you have to work hard ... ^_^ you may get here to get a lot of references.

Monday, July 18, 2011

Python - HelloMaster (program)

hello master, how are u? :D then, i'm still learning python and i wanted to share it with you all. the first program we are usually write is about helloworld program, and in this case we are now have a file named helloMaster.py, i just a little bit modify from usual helloworld program, because in python it will be very easy to write hello world on screen(terminal, console) we just type python to enter the python environment and then >>> print 'hello world' but in this case i make it more difficult, i'm going to show u how to use it first... as usual we use python in front on our script name and then our scripname.py but, the difference is , we are already use a parameter here. what is parameter? use can search it on search engine just be independent.wkwkwk :D as we can see the parameter here is dwi.juli.prabowo, the program should have at least a parameter to work. then i'll show you the code and that's it, you can try ... sorry not explaining the code because it will be a very long story if i tell it here ... so , if there is any question let me know... thanks for the attention.... ^_^

Sunday, July 17, 2011

Indentation in Python

hai... meet me again... now, i'm still learning python , i think it's great to learn python it's little bit different with java or c++, but i still love python because i can use my logic there... of course it's programming dude ^_^ like just what i say, it's little bit different with another programming language, but so far i get something new, what is that? it is indentation.... now, i try to explain what is that indentation....( actually, i just get from the book :D) Whitespace is important in Python. Actually, whitespace at the beginning of the line is important. This is called indentation. Leading whitespace (spaces and tabs) at the beginning of the logical line is used to determine the indentation level of the logical line, which in turn is used to determine the grouping of statements. For example: When you run this, you get the following error: Notice that there is a single space at the beginning of the second line. The error indicated by Python tells us that the syntax of the program is invalid i.e. the program was not properly written. What this means to you is that you cannot arbitrarily start new blocks of statements. and actually how to indent ... Do not use a mixture of tabs and spaces for the indentation as it does not work across different platforms properly. I strongly recommend that you use a single tab or two or four spaces for each indentation level. Choose any of these three indentation styles. More importantly, choose one and use it consistently i.e. use that indentation style only. yeah, that's it , i think that is clear , if there are any question... dont hestitate to call me... ^_^ and the book is : A Byte of Python - Swaroop C H

Friday, July 15, 2011

Python (recommended)

hello there.... finally we meet again :D today, i will tell you what you are going to learn when you are beginner in programming. actually i search all the time to find out what hacker is... ^_^ but, as the time goes by, and i have read a lot of sources and i find that the one of hacking skill is well-known in programming language, that such of branch from the computer science of course... then, i find on the search engine what is language should i use to start? the answer is PYTHON more than 5 sources says "python", but why? actually, i still try to find out why... but, if you're not really sure you can go to this page to make sure that this isn't wrong , moreover that you are a linux user ... and my message from this post is "when you are wanted to be a hacker, don't forget about coding"... i give you one more recommended page see you >>> <<< :D

Thursday, July 14, 2011

I want it, "I want it fast"

oke... here we go... today, i learn something new.... i got this article , and i think what is written there is absolutely right.... when we learn something new, we want to get it as fast as possible but now i really think that is the most idiot thing. why? you can see some list of book here ... 1. learn java in a week 2. learn Bengali language in a 30 days 3. learn C++ in 3 days and even more... so , from the list above we can see that is just the trick from the writer why they give such a title like those... everybody want to make it fast, we just don't think that we need more effort to get something, with another word, we just want it easy and comfort and "we get everything we want... then, my advice from this ... we can just get something we want that easy, it needs effort, a big effort ... i think enough for now... keep the spirit up and cheers ^_^

Sunday, July 10, 2011

Installing FreeDOS 1.1

hai :D... i'm on again... today i'm going to explain you about how to install FreeDOS, but first of all you better check this site out... alright... already check the site? yeah, now we can get started... first, you have to prepare the fdbasecd-test.iso file first that going to be our master.. if you have already had that file , now you can start the installation... *note : in this case i use VMWare to be easy installation. run your VMWare and then run the fdbasecd-test.iso yeah, the picture above is the first screen for FreeDOS installation, and you have to choose the copyright message and then you just press enter. because if you are not choose the copyright message it will occur an error while installation. that's it for the information, now you can just start to start the installation... i'm sorry , because it will be very long if i explain all of the process, so i just try to tell you the most important part... have a nice day , thank u... cheers... ^_^

Friday, July 8, 2011

What is that visual basic?

hello guys, today i try explain what it is visual basic... fortuitously, tomorrow is my final exam at 4th semester and the subject is "PBD" or the abbreviation of "Perancangan Basis Data". so, let we start ... :D visual basic is a fast and easy program for making an application basically in microsoft windows, visual basic have some tools for making a simple application 'til the complex ones. "Visual", in this case means a programming language that give kind of design with GUI models. Only by typing a little of program code,we have already enjoy the result with an interesting view. "Basic", showing that it is a BASIC programming language (Beginner All-Purpose Symbolic Instruction Code). visual basic is developed from BASIC language with a lot of new features like function, keyword, and a lot more.(actually, i have no idea about BASIC programming language...:D). yeah, that's it about visual basic, but honestly i don't really like this kind of programming language , i prefer to java or c .... i think that's all this time... see you soon........ ^_^

Everyone has a Story

hai... this is me, juli...
i have no idea what i do right now,
just like this post title "Everyone has a Story",
yea, this is my story.
i write this because , i don't know what to do.
sometimes, i need somebody to hear my story.
and because i'm alone now, so i write this.
actually, everyone has their own life
and i belive all of them is great.
so if you right now, feels bad right now
i hope you'll be better after this.
believe that you're part of the world,
even the smallest thing can make a big effect
so, for you that feels not really good about your life
just believe that sometime, you will get what you want
it's just about time...
Keep Fight, and cheers... ^_^