Just My Log

all about programming, daily activities, information and technology

Follow me on TwitterRSS Feeds

  • Home
  • About Me
Welcome Ramadhan

Welcome Ramadhan

Aug 11th

Posted by wahyusumartha in Uneg Uneg

No comments

Welcome Ramadhan

Dear Visitor

I Just Wanna Say Welcome Ramadhan,

Sorry for wrong word and bad behavior ….

Marhaban Ya Ramadhan, Ramadhan, Welcome Ramadhan

Scaling Web Services with MySQL Cluster

Aug 9th

Posted by wahyusumartha in Paper

No comments

Dear Visitor :)

This is a white paper from mysql about scaling web services with MySQL Cluster :

Check it out geek :

wp_cluster-7.0_Cluster_MEMORY.en

Database Scaling, MySQL Cluster, Web Service

Simple Code that Using Dictionaries in Python

Aug 1st

Posted by wahyusumartha in Python

No comments

Dear Visitor :)

One of Python’s built-in datatypes is the dictionary, which defines one-to-one relationships between keys and values.

Note
A dictionary in Python is like a hash in Perl. In Perl, variables which store hashes always start with a % character; in Python, variables can be named anything, and Python keeps track of the datatype internally.

Note
A dictionary in Python is like an instance of the Hashtable class in Java.

Note
A dictionary in Python is like an instance of the Scripting.Dictionary object in Visual Basic.

more explanation about dictionaries could found here ..

This is a snip of code which i have wrote that using dictionaries to save a simple database in dictionaries ..


#! /usr/bin/python

# To change this template, choose Tools | Templates
# and open the template in the editor.

#Simple Database With Dictionaries
__author__="Gepenk"
__date__ ="$Aug 1, 2010 2:44:53 AM$"

if __name__ == "__main__":
people = {
'Alice' : {
'phone' : '2314',
'addr' : 'bedugul 21'
},
'Bowo' : {
'phone' : '5215',
'addr'  : 'balirejo 56'
},
'Echa' :  {
'phone' : '5653',
'addr' : 'tuntungan 132'
}
}

name = raw_input('Please Enter Your Name :')
if name in people:
print "%s , Phone : %s, Address: %s" % (name, people[name]['phone'], people[name]['addr'])
else:
print 'Cannot Found People'

If you type ‘Bowo’ the program would show output : Bowo , Phone : 5215, Address: balirejo 56

Oke geek , you can try the code an smiling .. :D

Happy Coding :)

Data Structure, Dictionaries, Python
Here is the screenshot

Creating Simple Blog with Codeigniter

Jul 20th

Posted by wahyusumartha in CodeIgniter

5 comments

Dear Visitor :)

I want to share my little project, how to creating simple blog with codeigniter. In this application show you how to make CRUD (Create, Retrieve, Update, and Delete) Operation with MySQL database, Using session and active record in codeigniter.

Here is the screenshot

Here is the screenshot

Okay, if you want to download the source code, download it here

Happy Coding :)

Blog Engine, CodeIgniter, Open Source Project, PHP
12345»10...Last »
    • Recent comments
    • Popular posts
    • Archives
    • Tags
    • Categories
    • Blackberry Developer (2)
    • Blackberry Zone (2)
    • c++ programming (4)
    • CodeIgniter (3)
    • Delphi Programming (1)
    • Having Fun (19)
    • Java Programming (23)
    • Microsoft Technology (1)
    • Mobile Programming (1)
    • My Open Source Project (2)
    • Networking (2)
    • Paper (2)
    • PHP (2)
    • Python (1)
    • Ruby Programming (1)
    • Scala (2)
    • Uneg Uneg (29)
    2012 AIMA Algorithm Apache Tiles Array Array 2 Dimensi Atlet AXIOO Binary Tree Blackberry Development Blackberry Zone Blocked Site Blogger Indonesia Blowfish Algorithm Browser By Pass Proxy c++ programming Cellular Telephone Interceptor CodeIgniter Computer Freak Config File CSS CSS in CodeIgniter Data Structure Grand Final Open Jive Regional 2009 Java Java EE Java ME Java Programming Java SE Java Web JSP JVM Kriptografi dengan Java LITM 2009 Open Jive Open Source Project PHP Programmer Scala Servlet The Young Learn Team Web Web Programming Web Service
    • August 2010 (3)
    • July 2010 (3)
    • June 2010 (1)
    • April 2010 (6)
    • March 2010 (9)
    • February 2010 (1)
    • January 2010 (2)
    • December 2009 (4)
    • November 2009 (3)
    • October 2009 (9)
    • August 2009 (3)
    • July 2009 (7)
    • June 2009 (3)
    • February 2009 (1)
    • January 2009 (3)
    • December 2008 (4)
    • November 2008 (3)
    • Another Way to Open Blocked Site in Your Campuss :) (24)
    • Koneksi Database Java dengan MySQL (19)
    • The Young Learn Kembali Berjaya di Lomba Inovasi dan Teknologi Mahasiswa 2009 (18)
    • Oh My God, This Site has Blocked :(( (12)
    • IPGeoLocator (My Open Source Project) (12)
    • Enkripsi Kriptografi Block Transposition dengan Java (11)
    • The Young Learn Berhasil Menjuarai Kompetisi Open Jive Indonesia (8)
    • Encryption and Decrypt with Blowfish Algorithm in Java (8)
    • Menghitung Jumlah Huruf Vokal dengan C++ :) (8)
    • LWUIT (LightWeight UI Toolkit) (7)
    • wahyusumartha: sorry sorry .. gak tau tu broken link .. nanti tak upload lagi .. :D ..
    • puji R: mas kok databasennya gak ada tu di http://www.ziddu.com/download/11136971/blogq.sql.zip.html...
    • wahyusumartha: Thanks mas wehol :)
    • Rachmat Febrianto: Nice blog... keep sharing :)
    • wahyusumartha: Database nya di download di link ini saja mas .....
    • andre: minta sql databasenya dong,gan? via email yo, thanks
    • andrei: ane minta sql databasenya dong,gan? kalau bisa via email thanks
    • wahyusumartha: tidak rapi gimana ya mas ?? mungkin mas bisa ngeliatin step by step nya disini ..
  • Advertise Here

  • My latest tweets

    Loading tweets...
    Follow me on Twitter!
  • Blogroll

    • Kawrooh — Not Just Social App
    • More Indonesia
  • Geeks

    • Ian Panrita
    • Rahmat Febrianto
  • Advertise Here

Mystique theme by digitalnature | Powered by WordPress
RSS Feeds XHTML 1.1 Top