Sponsored Content
The Lounge What is on Your Mind? How can I learn computer programming languages on my own? Post 302523139 by metal005 on Wednesday 18th of May 2011 04:49:13 AM
Old 05-18-2011
first try rpgmaker XP or rpgmaker VX... (for rpg's)
or else try gamemaker... (its a bit harder but you can make any kind of game)
there are many forums that can help you...
good start and its simple...

then try harder engines like unreal engine Smilie
thats how i started

try a book or google on some languages... its great help Smilie

Last edited by metal005; 05-18-2011 at 05:57 AM..
 

9 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Shell scripting & programming languages

If I want to do high-end 3d animation, what skell scripting languages, and programming languages shoul I learn? If you know any good resources for learning these languages they would be appreciated. (1 Reply)
Discussion started by: aloysius1001
1 Replies

2. UNIX for Advanced & Expert Users

Operating System and Programming languages

I'm trying to create an operating system. Just as a small hobby, it will not be anything big I am trying to get some practice. Does anyone reccomend a certain programming language because I dont know which one to use. Any help please? (2 Replies)
Discussion started by: jacx2
2 Replies

3. Programming

Want To Learn Network Programming

I want to learn Network Programming with C,but I don't know how to start. Thank you. (2 Replies)
Discussion started by: hubin330
2 Replies

4. UNIX for Dummies Questions & Answers

Programming/Scripting Languages To Learn

Which languages would, in the long run, be best to learn on a UNIX environment for kernel work, every day programs, and overall UNIX programming? I've been learning C for over a year now (which I'm pretty confident with) and decided I want to look into some other languages. I'll mainly be... (1 Reply)
Discussion started by: tjinr
1 Replies

5. UNIX for Dummies Questions & Answers

please suggest computer languages to create man-machine interface for Linux applicati

I am new to program development on Linux. I wonder what computer languages are easy to grasp to create man - machine interactive interface software, which can accept inputs (parameters) from usrers, and present (display) the calculation results to users. Before, I have heared about Perl,... (10 Replies)
Discussion started by: cy163
10 Replies

6. UNIX for Advanced & Expert Users

How to export/link Control_m with another programming languages

Hello All. Everyday at work I have to fill a big .xls spreadsheet with process chains start and end time information. The thing is that it takes too long and a lot of boring work. :( I was wondering if I could link this with a tool in java that would export this information into a .xls... (1 Reply)
Discussion started by: pingosa
1 Replies

7. What is on Your Mind?

Programming languages polyglots: how many languages you know?

Post what languages (including scripting) you know, why and where you think that language is most usable. Also include libraries in which you're really good at (libusb, gtk, qt, etc). assembly? C or C++? perl or python? pascal? bash or csh/tcsh? opengl? gtk or qt? mono? (27 Replies)
Discussion started by: redoubtable
27 Replies

8. Web Development

What Web Development languages should i learn?

I am learning Web Development, so far i am learning html,xhtml, css, java script.... What I want to know is what other Web Development languages should i learn? (1 Reply)
Discussion started by: Anna Hussie
1 Replies

9. Shell Programming and Scripting

Best way to learn UNIX and shell Programming

Guys, What do you think is the best way to learn UNIX and shell scripting? ** I keep on searching tutorials online, where I loose most of my time :( Let me know the way you learnt the UNIX concepts, your replies might help me learn more. Thanks a ton:b: (2 Replies)
Discussion started by: dnam9917
2 Replies
scim(1)                                                            scim manuals                                                            scim(1)

NAME
scim -- smart common input method SYNOPSIS
scim -l scim [-c config] [-e|-ne engine] [-f frontend] [--no-socket] [-d] scim -h DESCRIPTION
Smart common input method (SCIM) is a platform for input methods. Input methods are useful for users who need to input characters that can't be represented by the keys or key combinations on the keyboard, and it's essential for languages that use ideograms, such as Chinese, Japanese and Korean (CJK), as their alphabets contain hundreds or thousands of characters. This is the main program of SCIM platform. It can be used to invoke the input method as well as list available input method modules. OPTIONS
Most options have both a short version and a long version, and they take the same arguments. -c | --config module Use specified Config module. -d | --daemon Run as a daemon. The program will exit and leave a daemon in the background if invoked with this option. -e | --engines module[,module]... Use specified IMEngine modules. Only the named module(s) will be loaded, separate module names with comma. -ne | --no-engines module[,module]... Use all IMEngine modules except specified ones. All modules except the named one(s) will be loaded, separate module names with comma. -f | --frontend module Use specified FrontEnd module. -h | --help Show summary of options. -l | --list Print the version number and list all the available modules, categorized in three groups -- FrontEnd, Config and IMEngine. --no-socket Do not start a socket FrondEnd module. ENVIRONMENT
XMODIFIERS Should be set to "@im=SCIM". Note that XMODIFIERS is case sensitive, and scim need uppercase. If you set it to lowercase, there will be no error message but scim won't work. GTK_IM_MODULE GTK+ applications can use many different modules to connect with input methods, and SCIM can work in two different modes to provide input methods to GTK+ with two different modules. One is XIM mode, using the "xim" GTK IM module from GTK+ itself. The other is GTK IM mode, using the "scim" GTK IM module provided by SCIM platform. The environment variable GTK_IM_MODULE is used by GTK+ to specify which GTK IM module the application should use, to use SCIM's two modes, set GTK_IM_MODULE to "xim" or "scim" accordingly. EXAMPLES
To use scim in XIM mode, execute the following commands in an X terminal (assuming Bourne style shell): XMODIFIERS="@im=SCIM" export XMODIFIERS GTK_IM_MODULE="xim" export GTK_IM_MODULE scim -d <program> Now you can press Ctrl-space to activate scim in the program you just started from X terminal. To avoid the inconvenience of having to start the program from X terminal, make sure you set XMODIFIERS and GTK_IM_MODULE before starting your X session. To use scim in GTK IM mode, just start any GTK+ application, then right click in the application, choose "Input Methods -> SCIM Input Method" in the pop-up menu, and scim should automatically start. Alternatively, you can use the following commands to set scim as the default GTK IM module (again assuming Bourne style shell): GTK_IM_MODULE="scim" export GTK_IM_MODULE <gtk-program> Here scim will also automatically start when you start your GTK+ program. However, it's still a good idea to start scim explicitly even if you use GTK IM mode, because if only one application is using GTK IM mode, scim will automatically stop when you quit this application. Then when you start a new application, scim will start again, this can cause quite long delay for application start and quit, giving people the impression of "everything slows down when using scim". The following command starts scim in daemon mode, using the simple configure module, Pinyin IM engine module, X11 frontend module: scim -c simple -e pinyin -f x11 --no-socket -d FILES
/etc/scim/global, /etc/scim/config Configuration file for system wide settings ~/.scim/global, ~/.scim/config User specific settings SEE ALSO
There is a brief English README giving some introduction and tips about SCIM, in Debian system it's installed in /usr/share/doc/scim/ and gzipped. Debian users should also read the NEWS.Debian and README.Debian files in /usr/share/doc/scim/. There are also other README files in the same directory about using SCIM on a Debian system. AUTHOR
SCIM platform is written by James Su and many other contributors. This manual page is written by Osamu Aoki and Ming Hua for the Debian system, but hopefully it's also useful for other users. This docu- ment is distributed under the same license as the scim software package. scim: 1.4.4 January 2006 scim(1)
All times are GMT -4. The time now is 10:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy