kata orang, rumput tetangga itu..(lebih hijau)
Mari “menghijaukan kembali” halaman sendiri..
Recently, I have been trying a kind of VoIP application, Skype. By using Skype, we can collaborate with any people all over the world. Actually there are any other kind of Skype-like application such as gtalk from gmail, yahoo messenger and oovoo, In Skype there are some feature for chatting, voice or video calling. Skype has an user-friendly for file sharing in a local network. The other feature is Skype.community.In this community there are plenty of people who eager to learn other language. They may want to share their native language and then learn the other language. So you just post a message and add those people then make a schedule when you are free to talk.
Skype can be downloaded here. It is a cross-platform application. It has Windows, Linux, and Mac version. You just choose the correct one for your operating system.
Fell free to add me: kurniawan1409. Hope we can make a friend. My native is Indonesian and I am eager to learn English and Arabic, or maybe other language.
see you in Skype.
Direct3D | OpenGL | |
Platform | Microsoft Windows | Cross-Platform |
Mobile Platform | Direct3D Mobile | OpenGL ES |
License | Proprietary | Open Source or Trademark |
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\glyou’ll be also found gl.h in this folder, then you can just include it in your code
#include <gl/glut.h>4. Copy file “glut32.lib” to the standard Visual Studio library, you can get it in
C:\Program Files\Microsoft SDKs\Windows\v7.0A\lib5. Add additional dependencies in the project
Project Properties>>Linker>>Input>>Additional Dependencies6. Lets try to make a simple program
glut32.lib
glu32.lib
opengl32.lib
#include <stdio.h>
#include <stdlib.h>
#include <gl/glut.h>
//make sure you take standard library first before glut,h
void mydisplay(){Okay you’ll be see a white square with black background color.
glClear(GL_COLOR_BUFFER_BIT); // clear the console
glBegin(GL_POLYGON); //we will create a square
glVertex2f(-0.5, -0.5);
glVertex2f(-0.5, 0.5);
glVertex2f(0.5, 0.5);
glVertex2f(0.5, -0.5); //can you find the coordinat (0.0)
glEnd();
glFlush();
}
int main(int argc, char** argv)
{
printf("Hello World.. this is my first OpenGL program\n");
printf("I can draw 2D Rectangle");
glutCreateWindow("my_simple_program");
glutDisplayFunc(mydisplay);
glutMainLoop();
}
My New Trouser |
Windows Live Writer, developed by Microsoft, is a desktop blog-publishing application that is part of the Windows Live range of products. It features WYSIWYG authoring, photo-publishing and map-publishing functionality, and is currently compatible with Windows Live Spaces, SharePoint blogs, Blogger, LiveJournal, TypePad, WordPress, Telligent Community, PBlogs.gr, JournalHome, the MetaWeblog API, the Movable Type API, Blogengine, Squarespace, and all blogs that support RSD (Really Simple Discoverability).In the beginning of installer you have to online and add your weblog account. After connected, then you can just write the title for your blog then start writing your story. Once you get connected to the internet you just click the publish icon in the top of toolbar.