Sunday, August 7, 2011

list1

hey, this time i'm not going to tell you something about HTML , but this time we back to learn python. like before, i got the exercise from here. and for the exercise is we are going to complete the list functions in list1.py file, don't worry , if you have no idea about that you can get the material here. okay, i will directly show you how is the exercise like...

alright, in that exercise we are going to filling up 3 functions and there are match_ends , front_x , and sort_last . you got the point? then , you can try it yourself , you can download the source here. and you can read my source also, you can get it here.
but , it will be great if you try for it first ... happy practice ... see you ^_^

Friday, August 5, 2011

Nested List

welcome Back... <alright> , can you write that tag in the HTML document ? :D ... actually that was what i am thinking about yesterday when i write the posting before this post. ( i couldn't write any that to show ) because i use to Hide the preparation mode for my blog editor ... and , now you can see that i am already able to write this <tag> ... ^_^ do you want to know how? , it's about HTML character entities , if you want to know more about that thing you can go and search it, because right now i don't know how tho write HTML character entities in this document ... wkwkwk... let's go to the point, today i'am going to tell you about how we make this...
  • learn how to program
    • programming language
      • Python
      • C++
      • shell script
      • Java
  • Get one of the open-source Unixes and learn to use and run it
  • Learn how to use the World Wide Web and write HTML
  • If you don't have functional English, learn it
yeah, that's what we call nested list , it because we have another list inside the list, it is usually used when we are going to make a website , something like this often happens. and you can see the source here ... thank you , see you again ^_^

Wednesday, August 3, 2011

Some tags and its attribute (HTML)

hai... so you have been learning about HTML?... i have something for you, and i think it is important enough for you to know. we have already know about tag right? yea, something like a tag ? i'm sure that you have already know about that , we use it when we are going to make a link for something we need a tag with its attribute called href , and for example it's going to be like this . but, today i will tell you about something different, and this is the form.
last name gender male
alright, that is the example , now you can try that form. first, try to move our pointer to the word "first name" and then move the pointer to "last name" , can you see the different?, alright if you didn't see the different try to click on it... or you can try to move your pointer to the gender section , as usual you can highlight the word "male" or "female" and see the difference ... The secret is about label tag and its attribute called for , and we make it make sense with tag attribute called id for the input tag. ^_^ now you got something? and here is the source or you can watch the video about this tutorial here... ... see ya ...

Tuesday, August 2, 2011

Formatting Text

hello , nice to meet you again... :D here we go , i have something for you , and it's a little tutorial about HTML. This is bold This is Strong ... actually, can you find the difference about bold and strong tag?.... alright then, This is Big This is emphasize This is Italic This is small and for me this is new...

This is subscript and superscript

... How about you? did you get something new ? ... honestly , i know about HTML document when i was in college , and at that time when i learn HTML i just know about BOLD , ITALIC , and UNDERLINED , so for me this is something new. i think here is a very good references if you're going to learn about HTML , Javascript, CSS and anything else about web programming .... ^_^ oh , almost forgot here is the source ....

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... ^_^

Wednesday, May 11, 2011

C++ history

During the 60s, while computers were still in an early stage of development, many new programming languages appeared. Among them, ALGOL 60, was developed as an alternative to FORTRAN but taking from it some concepts of structured programming which would later inspire most procedural languages, such as CPL and its succesors (like C++). ALGOL 68 also directly influenced the development of data types in C. Nevertheless ALGOL was an non-specific language and its abstraction made it impractical to solve most commercial tasks. In 1963 the CPL (Combined Programming language) appeared with the idea of being more specific for concrete programming tasks of that time than ALGOL or FORTRAN. Nevertheless this same specificity made it a big language and, therefore, difficult to learn and implement. In 1967, Martin Richards developed the BCPL (Basic Combined Programming Language), that signified a simplification of CPL but kept most important features the language offered. Although it too was an abstract and somewhat large language. In 1970, Ken Thompson, immersed in the development of UNIX at Bell Labs, created the B language. It was a port of BCPL for a specific machine and system (DEC PDP-7 and UNIX), and was adapted to his particular taste and necessities. The final result was an even greater simplification of CPL, although dependent on the system. It had great limitations, like it did not compile to executable code but threaded-code, which generates slower code in execution, and therefore was inadequate for the development of an operating system. Therefore, from 1971, Dennis Ritchie, from the Bell Labs team, began the development of a B compiler which, among other things, was able to generate executable code directly. This "New B", finally called C, introduced in addition, some other new concepts to the language like data types (char). In 1973, Dennis Ritchie, had developed the basis of C. The inclusion of types, its handling, as well as the improvement of arrays and pointers, along with the later demonstrated capacity of portability without becoming a high-level language, contributed to the expansion of the C language. It was established with the book "The C Programming Language" by Brian Kernighan and Dennis Ritchie, known as the White Book, and that served as de facto standard until the publication of formal ANSI standard (ANSI X3J11 committee) in 1989. In 1980, Bjarne Stroustrup, from Bell labs, began the development of the C++ language, that would receive formally this name at the end of 1983, when its first manual was going to be published. In October 1985, the first commercial release of the language appeared as well as the first edition of the book "The C++ Programming Language" by Bjarne Stroustrup. During the 80s, the C++ language was being refined until it became a language with its own personality. All that with very few losses of compatibility with the code with C, and without resigning to its most important characteristics. In fact, the ANSI standard for the C language published in 1989 took good part of the contributions of C++ to structured programming. From 1990 on, ANSI committee X3J16 began the development of a specific standard for C++. In the period elapsed until the publication of the standard in 1998, C++ lived a great expansion in its use and today is the preferred language to develop professional applications on all platforms. C++ has been evolving, and a new version of the standard, c++0x, is being developed to be published soon, with several new features. source : cplusplus

Tuesday, May 10, 2011

How to compile your C program in Linux

welcome back to this blog, now i'd like to show yo how we compile our C program in Linux? the answer is just using GCC. what is that GCC? GCC is a compiler listing of the C language program that works on linux platform. This compiler is a leading compiler on linux operating system which is a product of the Free Software Foundation, which is open source and free. Although it is free, the GCC is not the software is cheap because behind kemurahmeriahannya there is the reliability of the GCC can compile programs written in C, C + +, object C, Fortran (with the help of G77), Pascal, Module-3 and other programs (of course with extra library) . In this article will discuss how do I compile the C language into machine language that is recognizable by the computer system logic 0 and 1 (binary) using GCC. In the compilation process listing program will generate an executable file. To get the executable file from the C language program listings can be by forming a file object first and then form the executable file. $ gcc -c file_name.c //build the object $ gcc -o file_name file_name.o //build the executable or you just can directly build the executable file by using $ gcc -o file_name file_name.c now we got our executable file we can run it just by typing: $ ./file_name in our shell.

Students ITSB Get Warranty to Work

JAKARTA, KOMPAS.com - Golden Energy Mines PT Tbk (PT GEMS) signed a memorandum of cooperation with educational and job security Bandung Institute of Technology and Science (ITSB). The signing was done by the Chief of Organization & Development PT GEMS Endro Blue, Chairman of the Foundation ITSB B Kombaitan, Chairman of the Supervisory Board of the Foundation ITSB G Sulistiyanto, and General Secretary of the Foundation ITSB Dhony Rahajoe, who witnessed the Director General of Higher Education, Ministry of Education, Djoko Santoso. "Positive momentum in the sector of coal mining industry must be maintained over the best mining practices to maintain a balance between social, environmental, and economic. Corporate social responsibility program since the beginning we have designed to reach all three aspects earlier. One result is that today's cooperation agreement, "explained Endro Blue refers to efforts to build a culture of entrepreneurship ITSB mastery-based science and technology, environmentally sustainable or eco-technopreneur, and the efforts of PT GEMS into the coal mining industry which is managed in a sustainable manner. The deal is expected to meet the needs of PT GEMS will be qualified mining experts, while the best graduates ITSB with job security will have the opportunity to apply their knowledge and skills. In other words, "This partnership is strategic because it is directed to bridge vision and mission of the two agencies, as well as implementing the approach link and match between the world of education and the world of work," lid Endro. source : Kompas.com

Young millionaire in the Field of Technology

In the era of the present and future role of technology has a very large share. The role of this technology works to help people simplify everyday life. Want to know young people who successfully engaged in the world of technology? see his review below.
This is the billionaire Young in the Field of Technology:
 
Mark Zuckerberg, 25 years old. Net worth: U.S. $ 4 billion
Zuckerberg regain its status as the world's youngest billionaire after exiting from the list last year when the economic crisis. Social networking site Facebook has a "positive cash flow" in 2009. Last transaction of shares in SecondMarket give that site value above U.S. $ 15 billion.
Zuckerberg started up early 2004 while a student at Harvard. He dropped out after receiving funds from PayPal cofounder Peter Thiel. The number of Facebook users increased 130% over the last 12 months and even to 400 million.
Yoshikazu Tanaka, 33 years old. Net worth: U.S. $ 1.4 billion
The world's second youngest billionaire is a success of their own business. He gathered a wealth of social networking site he founded called the Gree. He came out from Sony and then work to fellow Japanese billionaire Hiroshi Mikitani the online shopping site Rakuten.
In 2004 he founded the Gree. Site transferred to be a focus on mobile gaming. This site is managed to attract about 1 million new subscribers every month that pays virtual clothes and accessories for online avatars who participated in the games from their phones.
Sergey Brin, 36 years old. Net worth: U.S. $ 17.5 billion
Google founders was ranked the 24th richest world. Wealth grow to U.S. $ 5.5 billion when its shares rose 70% last year. Google's revenue reached U.S. $ 23.7 billion. Having immigrated from Russia, he met Larry Page partners who both dropped out of Stanford Ph.D. in computer science programs in 1998.
Larry Page, 37 years. Net worth: U.S. $ 17.5 billion
Google shares rise in a wave of encouraging wealth of other founders of Google rose $ 5.5 billion and make the richest to the 24. Google continues to dominate search, although Microsoft issued Bing search engine, launched in 2009.
The company has moved into mobile phones and mobile software with the launch of the smart phone Nexus in January Android operating system.
Google Apps, including Google Docs and Google Calendar, has a value of U.S. $ 750 million business. Page met Brin at Stanford later founded Google.
Robin Li, 41 years old. Net worth: U.S. $ 3.5 billion
China's Internet entrepreneurs are again included in the ranking of billionaires even almost two times richer than the 2008. Li's Chinese online search leader Baidu profit recorded an increase of 48% in the fourth quarter. Baidu shares rose 281% last 12 months are also encouraged competition with Google.
Jerry Yang, 41 years old. Net worth: U.S. $ 1.3 billion
The founder of Yahoo has been through several years of ups and downs. But Yahoo shares rise 26% last year to help increase his wealth. Yahoo's chief executive rejected the offer of U.S. $ 44.6 billion takeover from Microsoft, and encourage shareholder Carl Icahn tried to expel Yang.
He finally resigned November 2008 replaced Carol Bartz. Yahoo search and then formed a partnership with Microsoft in July 2009. Yahoo running advertising sales for Microsoft's search engine Bing.
Pierre Omidyar, 42 years old. Net worth: U.S. $ 5.2 billion
Omidyar wealth could reach U.S. $ 1.6 billion, thanks to eBay's stock price surge, up 115% last year. EBay sales in 2009 reached U.S. $ 8.7 billion with 84 million users. eBay completed its purchase of 70% of internet phone company Skype November 2009. The French-born computer programmer launched online auction outfit eBay in 1995.
Jack Ma, 45 years old. Net worth: U.S. $ 1.2 billion
Ma re-entry into the billionaire list this year. In 1995 he started China Pages, the Internet company. Three years later, Ma's Alibaba set up with capital of U.S. $ 60,000 that offers a way companies outside China to find manufacturers and suppliers in the country.
He made a business portal Alibaba.com to go public, 2007. Yahoo is the investor. Alibaba Group, which now has 17,000 employees, also operates Taobao.com, e-commerce portals like eBay, and Alipay, an online payment system.
James Balsillie, 49. Net worth: U.S. $ 2.3 billion
Balsillie is co-founder of BlackBerry maker Research in Motion, along with fellow billionaire Mike Lazaridis. Maker of business-oriented smart phone that is locked in a fierce battle with Apple that carries the iPhone and some other new smart phone.
Together with Lazaridis and Chief Operating Officer Dennis Kavelman, Balsillie had been ordered to pay U.S. $ 62 million to settle the case of shares in 2009. He was also forced to resign from the board of directors of the rim.

source : teknologinet