Jadwal tersebut diatas, di upload sejak tanggal tertera sesuai dengan blog, berdasarkan data dari ruang dosen matematika tertanggal 27 Desember 2007 yang saya ambil. * hope Usefull *
Nb: Berdasarkan informasi dari jurusan Jadwal ujian diundur mulai 7 Januari untuk seluruh UnDiP.maka dari itu, jadwal disamping menyesuaikan dengan keputusan universitas itu
Untuk kejelasan dan menghindari kesalahpahaman, saya anjurkan tetap berangkat sesuai jadwal ujian pertama terlebih dahulu
Friday, December 28, 2007
Thursday, December 27, 2007
Rating 17 Bahasa Pemrograman Teratas
g
Berdasarkan artikel yang saya kutip dari alamat "http://www.welton.it/articles/language_popularity.html" David N. Welton davidw@dedasys.com 2004-09-24 (updated 2005-10-20) dengan tangggal akses 27 Desember 2007, survey menunjukkan tingkat/rating 17 teratas dari bahasa pemrograman favourite yang digunakan diseluruh dunia. Ditinjau dari 4 aspek yaitu Dollars/Click, Google Hits, CraigsList Job, dan Freshmeat Projects.

Berdasarkan artikel yang saya kutip dari alamat "http://www.welton.it/articles/language_popularity.html" David N. Welton davidw@dedasys.com 2004-09-24 (updated 2005-10-20) dengan tangggal akses 27 Desember 2007, survey menunjukkan tingkat/rating 17 teratas dari bahasa pemrograman favourite yang digunakan diseluruh dunia. Ditinjau dari 4 aspek yaitu Dollars/Click, Google Hits, CraigsList Job, dan Freshmeat Projects.
Top 10 Bahasa Pemrograman TerPopuler
1. PHP
<=> Definisi : An open-source, interpretive, server-side, cross-platform, HTML scripting language, especially well-suited for Web development as it can be embedded into HTML pages.
<=> Mengapa harus dipelajari : It's particularly widely used. "High-speed scripting with caching, augmented with compiled code plug-ins (such as can be done with Perl and PHP) is where the future is. Building Web apps from scratch using C or COBOL is going the way of the dinosaur," said Duquaine.
<=> Jumlah Pekerjaan yang tersedia : 1,152*
2. C#
<=> Definisi : A general-purpose, compiled, object-oriented programming(OOP) language developed by Microsoft as part of its .NET initiative, it evolved from C and C++
<=> Mengapa harus dipelajari : It's an essential part of the .Net framework. "Learning C<=>, which is just Java with a different name plate, is critical if you heavily use Microsoft," said Duquaine.
<=> Jumlah Pekerjaan yang tersedia : 5,111
3. AJAX (Asynchronous JavaScript and XML)
<=> Definisi : Though technically not a programming language, AJAX uses XHTML or HTML, JavaScript and XML to create interactive Web applications.
<=> Mengapa harus dipelajari : Ever since Google Maps put AJAX, well, on the map, the requests for AJAX-knowledgeable pros went through the roof. "The demand for AJAX knowledge is huge because it's so damned hard to learn," said Huckaby. Of note, Microsoft announced recently plans to release a tool named Atlas that will make AJAX easier to implement. "If Microsoft's Atlas tool is successful, it would bring the extreme complexity and annoyance of AJAX to the average worker," said Huckaby.
<=> Jumlah Pekerjaan yang tersedia : 1,106
4. JavaScript
<=> Definisi : Not to be confused with Java, JavaScript is a an object-oriented, scripting programming language that runs in the Web browser on the client side. It's smaller than Java, with a simplified set of commands, easier to code and doesn't have to be compiled.
<=> Mengapa harus dipelajari : Embedded into HTML, it's used in millions of Web pages to validate forms, create cookies, detect browsers and improve the design. With its simplicity to learn as well as wide use, it's considered a great bang for your educational buck.
<=> Jumlah Pekerjaan yang tersedia : 4,406
5. Perl
<=> Definisi : Perl is an open-source, cross-platform, server-side interpretive programming language used extensively to process text through CGI programs.
<=> Mengapa harus dipelajari : Perl's power in processing of piles of text has made it very popular and widely used to write Web server programs for a range of tasks. "Learning some form of scripting language, such as Perl or PHP is critical if you are doing Web apps," said Duquaine.
<=> Jumlah Pekerjaan yang tersedia : 4,810
6. C
<=> Definisi : A standardized, general-purpose programming language, it's one of the most pervasive languages and the basis for several others (such as C++).
<=> Mengapa harus dipelajari : "Learning C is crucial. Once you learn C, making the jump to Java or C<=> is fairly easy, because a lot of the syntax is common. Also, a lot of C syntax is used in scripting languages," said Duquaine.
<=> Jumlah Pekerjaan yang tersedia : 6,164, including all derivatives
7. Ruby and Ruby on Rails
<=> What they are: Ruby is a dynamic, object-oriented, open-source programming language; Ruby on Rails is an open-source Web application framework written in Ruby that closely follows the MVC (Model-View-Controller) architecture.
<=> Mengapa harus dipelajari : With a focus on simplicity, productivity and letting the computers do the work, in a few years, its usage has spread quickly. As a bonus, many find it easy to learn.
<=> Jumlah Pekerjaan yang tersedia : 210 and 54, respectively
8. Java
<=> Definisi : An object-oriented programming language developed by James Gosling and colleagues at Sun Microsystems in the early 1990s.
<=> Mengapa harus dipelajari : Hailed by many developers as a "beautiful" language, it is central to the non-.Net programming experience. "Learning Java is critical if you are non-Microsoft," said Duquaine.
<=> Jumlah Pekerjaan yang tersedia : 14,408
9. Python
<=> Definisi : An interpreted, dynamically object-oriented, open-source programming language that utilizes automatic memory management.
<=> Mengapa harus dipelajari : Designed to be a highly readable, minimalist language, many say it has a sense of humor (spam and eggs, rather than foo and bar), Python is used extensively by Google as well as in academia because of its syntactic simplicity.
<=> Jumlah Pekerjaan yang tersedia : 811
10. VB.Net (Visual Basic .Net)
<=> Definisi : An object-oriented language implemented on Microsoft's .Net framework.
<=> Mengapa harus dipelajari : Most argue that VB.Net is currently more popular than ever and one of the only "must-learns." "It is currently dominating in adoption and that is where all the work is," said Huckaby.
<=> Jumlah Pekerjaan yang tersedia : 2,090
* Semua pekerjaan yang tersedia diatas berdasarkan dari nationwide queries on Dice.com, a job site for technology professionals.
*Artikel ini Dikutip dari "http://www.eweek.com/article2/0,1759,2016415,00.asp"Tanggal akses 27 Desember 2007
<=> Definisi : An open-source, interpretive, server-side, cross-platform, HTML scripting language, especially well-suited for Web development as it can be embedded into HTML pages.
<=> Mengapa harus dipelajari : It's particularly widely used. "High-speed scripting with caching, augmented with compiled code plug-ins (such as can be done with Perl and PHP) is where the future is. Building Web apps from scratch using C or COBOL is going the way of the dinosaur," said Duquaine.
<=> Jumlah Pekerjaan yang tersedia : 1,152*
2. C#
<=> Definisi : A general-purpose, compiled, object-oriented programming(OOP) language developed by Microsoft as part of its .NET initiative, it evolved from C and C++
<=> Mengapa harus dipelajari : It's an essential part of the .Net framework. "Learning C<=>, which is just Java with a different name plate, is critical if you heavily use Microsoft," said Duquaine.
<=> Jumlah Pekerjaan yang tersedia : 5,111
3. AJAX (Asynchronous JavaScript and XML)
<=> Definisi : Though technically not a programming language, AJAX uses XHTML or HTML, JavaScript and XML to create interactive Web applications.
<=> Mengapa harus dipelajari : Ever since Google Maps put AJAX, well, on the map, the requests for AJAX-knowledgeable pros went through the roof. "The demand for AJAX knowledge is huge because it's so damned hard to learn," said Huckaby. Of note, Microsoft announced recently plans to release a tool named Atlas that will make AJAX easier to implement. "If Microsoft's Atlas tool is successful, it would bring the extreme complexity and annoyance of AJAX to the average worker," said Huckaby.
<=> Jumlah Pekerjaan yang tersedia : 1,106
4. JavaScript
<=> Definisi : Not to be confused with Java, JavaScript is a an object-oriented, scripting programming language that runs in the Web browser on the client side. It's smaller than Java, with a simplified set of commands, easier to code and doesn't have to be compiled.
<=> Mengapa harus dipelajari : Embedded into HTML, it's used in millions of Web pages to validate forms, create cookies, detect browsers and improve the design. With its simplicity to learn as well as wide use, it's considered a great bang for your educational buck.
<=> Jumlah Pekerjaan yang tersedia : 4,406
5. Perl
<=> Definisi : Perl is an open-source, cross-platform, server-side interpretive programming language used extensively to process text through CGI programs.
<=> Mengapa harus dipelajari : Perl's power in processing of piles of text has made it very popular and widely used to write Web server programs for a range of tasks. "Learning some form of scripting language, such as Perl or PHP is critical if you are doing Web apps," said Duquaine.
<=> Jumlah Pekerjaan yang tersedia : 4,810
6. C
<=> Definisi : A standardized, general-purpose programming language, it's one of the most pervasive languages and the basis for several others (such as C++).
<=> Mengapa harus dipelajari : "Learning C is crucial. Once you learn C, making the jump to Java or C<=> is fairly easy, because a lot of the syntax is common. Also, a lot of C syntax is used in scripting languages," said Duquaine.
<=> Jumlah Pekerjaan yang tersedia : 6,164, including all derivatives
7. Ruby and Ruby on Rails
<=> What they are: Ruby is a dynamic, object-oriented, open-source programming language; Ruby on Rails is an open-source Web application framework written in Ruby that closely follows the MVC (Model-View-Controller) architecture.
<=> Mengapa harus dipelajari : With a focus on simplicity, productivity and letting the computers do the work, in a few years, its usage has spread quickly. As a bonus, many find it easy to learn.
<=> Jumlah Pekerjaan yang tersedia : 210 and 54, respectively
8. Java
<=> Definisi : An object-oriented programming language developed by James Gosling and colleagues at Sun Microsystems in the early 1990s.
<=> Mengapa harus dipelajari : Hailed by many developers as a "beautiful" language, it is central to the non-.Net programming experience. "Learning Java is critical if you are non-Microsoft," said Duquaine.
<=> Jumlah Pekerjaan yang tersedia : 14,408
9. Python
<=> Definisi : An interpreted, dynamically object-oriented, open-source programming language that utilizes automatic memory management.
<=> Mengapa harus dipelajari : Designed to be a highly readable, minimalist language, many say it has a sense of humor (spam and eggs, rather than foo and bar), Python is used extensively by Google as well as in academia because of its syntactic simplicity.
<=> Jumlah Pekerjaan yang tersedia : 811
10. VB.Net (Visual Basic .Net)
<=> Definisi : An object-oriented language implemented on Microsoft's .Net framework.
<=> Mengapa harus dipelajari : Most argue that VB.Net is currently more popular than ever and one of the only "must-learns." "It is currently dominating in adoption and that is where all the work is," said Huckaby.
<=> Jumlah Pekerjaan yang tersedia : 2,090
* Semua pekerjaan yang tersedia diatas berdasarkan dari nationwide queries on Dice.com, a job site for technology professionals.
*Artikel ini Dikutip dari "http://www.eweek.com/article2/0,1759,2016415,00.asp"Tanggal akses 27 Desember 2007
Monday, December 10, 2007
Lowongan Programmer
Lowongan Programmer Urgent!
Dicari Programmer dengan spesifikasi keahlian :::
1. Menguasai PHP/Perl, MySQL, Delphi/Visual Basic/C++
2. Umur Maximal 26 tahun
Kirimkan Lamaran dengan Alamat ::: Jalan Kartini Raya No.9 Semarang
!! SEGERA !!
Tertanggal 9 Desember 2007 dikutip dari Harian Suara Merdeka
Dicari Programmer dengan spesifikasi keahlian :::
1. Menguasai PHP/Perl, MySQL, Delphi/Visual Basic/C++
2. Umur Maximal 26 tahun
Kirimkan Lamaran dengan Alamat ::: Jalan Kartini Raya No.9 Semarang
!! SEGERA !!
Tertanggal 9 Desember 2007 dikutip dari Harian Suara Merdeka
Jual VGA + Processor
udah lama aq pengen upgrade PC-q tapi duit selalu dikit..
aq jual serius niy untuk kedua benda berharga ini
VGA :: PCi Express X600XT, 128mb, komplit +CD game
Processor :: LGA 775 Intel Pentium 4(empat), 2,66Ghz, cache memory 1mb
keduanya masing-masing Rp.300.000 dan Rp.300.000,,ya maksudnya harganya sama
klo berminat, hubungi aq diBlog ini, i'll respone it..tapi cepetan!!! aq yakin ini bakal laku keras !!!
gimaana nggak, Limited Edition..
aq jual serius niy untuk kedua benda berharga ini
VGA :: PCi Express X600XT, 128mb, komplit +CD game
Processor :: LGA 775 Intel Pentium 4(empat), 2,66Ghz, cache memory 1mb
keduanya masing-masing Rp.300.000 dan Rp.300.000,,ya maksudnya harganya sama
klo berminat, hubungi aq diBlog ini, i'll respone it..tapi cepetan!!! aq yakin ini bakal laku keras !!!
gimaana nggak, Limited Edition..
Sandal Saling Silang !!
tadi malem ayahq pergi lagi ke jakarta, ayahq minta tolong aq buat nganterin,
naaahh waktu mau brangkat kan shalat isyak dlu,yaa..mungkin ayah agak kburu-bru,ayah nyuruh aq cpet-cpet.."iya Yah, sbentar", saut q..
karena, in the hurry..aq cpet2 pakek sandal, trus naek kmobil,
ayahq yg nyetir, soalnya ada tetangga yg juga mau kjakarta, jadinya bareng skalian..
bremm-bremm...
brangkatlah kita,..nah, waktu dah nyampe skitar gombel, kaki ku kok rasanya gatel..
yah,tak garuk-garuk dong,,waktu ngarasain nikmatnya garuk-garuk..aq ngrasa,telapak kaki ku
antara yg kiri dan yang kanan kok beda(??)yg satu alus tapi yg satunya kok kasar..
karena gelap, aq angkat aja kaki ku dua-duanya,,
ela-da-lah !!! sandal ku saling silang !!!
mending klo kanan ama kirinya ketuker,,ini malah,
yang kiri sendal kulit yg kanan sandal jepit
qo bisa ya....???
naaahh waktu mau brangkat kan shalat isyak dlu,yaa..mungkin ayah agak kburu-bru,ayah nyuruh aq cpet-cpet.."iya Yah, sbentar", saut q..
karena, in the hurry..aq cpet2 pakek sandal, trus naek kmobil,
ayahq yg nyetir, soalnya ada tetangga yg juga mau kjakarta, jadinya bareng skalian..
bremm-bremm...
brangkatlah kita,..nah, waktu dah nyampe skitar gombel, kaki ku kok rasanya gatel..
yah,tak garuk-garuk dong,,waktu ngarasain nikmatnya garuk-garuk..aq ngrasa,telapak kaki ku
antara yg kiri dan yang kanan kok beda(??)yg satu alus tapi yg satunya kok kasar..
karena gelap, aq angkat aja kaki ku dua-duanya,,
ela-da-lah !!! sandal ku saling silang !!!
mending klo kanan ama kirinya ketuker,,ini malah,
yang kiri sendal kulit yg kanan sandal jepit
qo bisa ya....???
Saturday, December 1, 2007
Pembekalan KKN
sabtu, 1desember2007..
wahh..kyknya bkal susah ni KKNnya,bkn maksud hati utk pesimis,,cuman
tadi aja DPL masuk jam 9nan,giliran yg laen dah pada mulai,dia baru dateng 1/2jm'an lebih...
trus yg lebih terlalu,pulangnya duluan lg....
mana klompoknya/KOrcabnya belon dipilih pula ktnya next week,dgn alasan memperkuat materi dulu...waaaa....
madesu(masa depan suram)...
yaa,Allah kuatkan saya menghdapinya...amiin
wahh..kyknya bkal susah ni KKNnya,bkn maksud hati utk pesimis,,cuman
tadi aja DPL masuk jam 9nan,giliran yg laen dah pada mulai,dia baru dateng 1/2jm'an lebih...
trus yg lebih terlalu,pulangnya duluan lg....
mana klompoknya/KOrcabnya belon dipilih pula ktnya next week,dgn alasan memperkuat materi dulu...waaaa....
madesu(masa depan suram)...
yaa,Allah kuatkan saya menghdapinya...amiin
Subscribe to:
Posts (Atom)
