DirectorySoftwareBlog Details for "Onecore"

Onecore

Onecore
Onecore is the ultimate developer resource,featuring articles,developer interviews and a lot of content that helps programmers.At onecore,you will find articles about C,Scripting,game design and more.Wheather you are beginner or intermediate develope
Articles: 1, 2

Articles

Locale
2009-05-20 02:08:00
Sometimes the question is asked to students that ?What is locale?? during interviews. Let?s talk about it in this post. As per Wikipedia : In computing, locale is a set of parameters that defines the user’s language, country and any special variant preferences that the user wants to see in their user interface. Usually a locale ...
More About: Software , Programming , Java , General
Processing Mobile Edition
2009-05-05 17:06:00
We already discussed about possibility of graphics and visualization using processing. There is separate edition of processing for mobile visualization, if you want to develop sketches for mobiles. Mobile version shares most of the features from processing. So you still need processing documentation for most of the graphics function. If you?re new to processing environment ...
More About: Programming , Java , General , Edition
Python Graphic Libraries
2009-04-13 12:13:00
Python doesn’t have native core graphics library or toolkits.But there are plenty of extentions available for python.This article discusses some of available python libraries. Weave The weave package allows the inclusion of C/C++ within Python code and is useful in accelerating Python code. Weave is a subpackage of scipy. License: BSD-style license. Website: http://scipy.org/Weave PyOpenAL PyOpenAL is a binding of OpenAL ...
More About: Software , Programming , Python , General , Graphic
Processing language
2009-03-15 11:40:00
When it comes of data visualization there are plenty of options available like Prefuse,Flash,Java,Lingo,DBN.There is one more options that is worth to be on the list : Processing.Processing allows you to create sophisticated visual & conceptual structures.Processing is based on java with which you can create browser applet & standlaone applications.The best part about processing ...
More About: Software , Programming , Design , Tutorials , General
Carl Danley
2009-02-18 23:27:00
The develper of WordByter & member of donationcoder gives us an insight into his life. Q. Please tell us a bit about yourself. A. I am currently 20 years old and I attend the University of Central Florida where I’m a second-year student. I love programming very much and have picked Computer Science as my Major. While ...
More About: Interviews , General , Carl
JAR Files
2009-02-16 22:10:00
When you have so any classes for your java program then it is good practice to create jar file. A jar files allows developer to efficientl deploy a set of classes and their associated resources. What JAR file can do? When developer uses various media files, class files for his java program then JAR files canbe used ...
More About: Programming , Java , General , Files
C++: Multiple Source files
2009-02-15 09:55:00
It can be inconvenient to write a long program within a single file. When programs grow to hundreds or thousands of lines, breaking them into modular units helps manage the program.This way you can bring modularity in your project.Both C & C++ allows you to break your program in multiple source files.This article will discuss ...
More About: Programming , Tutorials , General , Source , Files
C++ Templates
2008-07-05 04:56:00
Template in C++ is very interesting topic. Templates allow you to define functions and  Classes that have parameters for type names. This article is about C++ templates, its types and its usage. What is template? Templates allow us to define generic classes. Template is mechanism which allows us to use one  function or class to handle ...
More About: Programming , Tutorials , General , Review
C++ under linux
2008-06-16 07:02:00
There are plenty of ways with which you can do C++ programming under linux. You can use mdern IDE’s or use VI/Emacs to create C++ program files then can even use gcc on terminal to compile and execute C++ files.Let’s discuss the simple way to create programs under linux. Before you start make sure you’ve: Text editor: ...
More About: Linux , Programming , Tutorials , General
Borland C++ Builder -Components
2008-06-15 08:49:00
In previous posts,I’ve covered some details about creating windows & console applications.If you haven’t read the previous part,please take a look at part1,part2 & part3.For those who followed this series continue reading this article. Component palette When you open up the Borland C++ Builder then you can see the palette below the main menu of the application.This ...
More About: Programming , Tutorials , Components
Trevor McCauley
2008-06-08 12:27:00
Today we sit down and ask some questions to Trevor McCauley (Senocular) about his personal life and Flash. Q. Hello Trevor, thanks for taking time to answer few questions. Please tell us a bit about yourself. No problem. Let’s see.  I currently work for Adobe as a Quality Engineer on the Flash Player team in San Francisco, ...
More About: Interviews , General
JDBC Drivers
2008-06-06 11:20:00
JDBC drivers allow you to connect to any type of database. There are 4-types of JDBC drivers available, out of which Type-1 and Type-4 is used extensively. This article will cover the introductory part of JDBC drivers. So let?s start the discussion from the JDBC API in short. JDBC (Java Database Connectivity) JDBC stands for Java Database ...
More About: Software , Drivers , Programming , Tutorials
CodeBlocks IDE
2008-06-03 12:30:00
As DevC++ (Bloodshed) is not being maintained actively, so my hunt for C++ IDE continues. Netbeans & Eclipse C++ Packages can be a good option but very few opt for them as they?re more suitable for Java & PHP. So Finally I?ve found Codeblocks to replace DevC++. About Codeblocks Codeblocks can be used with many leading ...
More About: Software
Skrommel ? 1 Hour Software
2008-05-30 10:58:00
Skrommel is the man behind 1 hour Software , today we sit down with him to talk about programming, life and … Q. Hello, Mind giving a quick background on yourself so everyone knows who you are? Hi, Mahesh! First of all let me start by apologising for my English skills. I?m from Norway so I speak Norwegian! ...
More About: Interviews , General , Hour
Getting Answers : C++
2008-05-26 11:03:00
If you?re C++ programmer and you?ve some problem regarding it then there are plenty of resources to receive help . You can even keep your C++ knives sharp by joining some of the forums or groups to help others and learn something new from it. Please note the following before asking C++ questions over the ...
More About: Programming , General , Answers
RAD-C++ : GUI Library
2008-05-15 09:25:00
There are lot of GUI toolkits arround,each has its own way of developing programs.There are many libraries that requires lot of study & you need to spend a lot of time with it.At the end,you wish you can create your programs in few minutes without thinking about the DLL or any memory issue.In such case ...
More About: Programming , Library , Review
MS-SQL Server Express
2008-04-18 11:30:00
MS-SQL server express is good database for developers, hobbyists and it includes all the features that you need to develop database for website or VB/VC application. If you?re using access for your visual basic application then switching to MS-SQL is easy & beneficial.  It is also available as free of cost and you can get ...
More About: Software , Programming , Tutorials , General , Database
Wx-Dev-C++ : Open Source Wxwidget IDE
2008-04-15 09:53:00
Dev-C++ is the most promising IDE for learning C++ that gives you with mingw(source),package manager,devpaks & more features.But best of all it is free,thats why it is the most downloaded IDE from sourceforge.But there has been no news for this IDE since last version beta 5.In the meantime guru cathiresan came up with Wx-DevC++,fork of ...
More About: Programming , Tutorials , Open Source , Review , Open
Sasko Usinov
2008-04-10 11:26:00
Sasko Usinov ,the developer of the revolutionary SKY IDE. Q. Hi,Sash Please tell us a bit about yourself and SkyIDE. Sash:- Hi, I’m Sasko Usinov (sash),author of SkyIDE. SkyIDE is the IDE for programmers that supports Java, C/C++,D,Pascal,VBScript and many other languages.You can access SkyIDE Here.[ http://skyide.com ]. Q. When did you first get into computers? Sash:- I?ve been ...
More About: Interviews
Eclipse IDE
2008-03-23 10:53:00
Eclipse is open source, free and easy to use IDE. This is most popular java IDE that is used in open source as well as commercial application. Eclipse is supported by many software companies like Borland, IBM etc. So learning eclipse can help you get the most out of your java development. Apart from java, ...
More About: Software , Programming , Tutorials , General , Eclipse
Borland C++ Builder - Windows Application
2008-03-15 09:43:00
This is the third part of the [Borland C++ builder programming series].Here you will learn on how to create,compile & execute windows application.If you are interested in creating console application then red it [here].In this article you will read about the rapid application development approach of borland c++ builder.
More About: Windows , Programming , Tutorials , Application , Builder
Time & Date program
2008-03-05 09:45:00
This article tells you how to show time & date on your C++ program.I’m using Dev-C++ IDE for this article,you can use any other if you want.But using Turbo & other IDE’s will require you to change your code as per their standard.As usual, I will explain all of the code at the end of ...
More About: Programming , Tutorials , Time , Program
Integrating a favicon
2008-02-20 12:52:00
In the world of design and internet, you?ll never get bored while surfing with your favorite browser with things like Favicon s and blogs. You must be tempted by seeing the graphic that appears in the location or address bar in a web browser window.
More About: Software , Design , General
Borland C++ Builder - Console Application
2008-02-15 09:49:00
This is the second part of the [Borland C++ builder programming series].Here you will learn on how to create,compile & excute console application.Reader is supposed to have atleast Borland C++ builder 5 or Higher.Borland CPP Builder can be used to create many type of applications that include win32,console or opengl or DLL’s etc.If you are ...
More About: Software , Programming , Tutorials , Console , Application
Nathan Moinvaziri
2008-02-10 10:23:00
Today we are joined by Nathan Moinvaziri of Webshots and the ExtractNow.Check out more about his projects from Here.
More About: Interviews
Borland C++ builder - Introduction
2008-01-15 08:15:00
Turbo C++ 3.0 is no doubt a great IDE but it can’t produce 32bit apps for you.Also it has 64kb memory limitation.But you need to extend your skills with C++,all you need is Borland C++.Borland C++ Builder is the most powerful rapid application tool created by borland.With BCB you can create Win32 console applications or ...
More About: Software , Programming , Introduction
Kirupa Chinathambi
2008-01-10 10:12:00
 Today we check in with Kirupa Chinathambi, Developer & Designer at Kirupa.com and Blend Team.
More About: Interviews
Learning Turbo C++
2008-01-05 11:31:00
Turbo C ++ 3.0 is the most famous and easy to use IDE for learning C++. It has all you need for C++ development. It is still used in many institutes, colleges & universities even if it is out of date. There are very few articles documented on internet for Turbo C++ IDE.
More About: Programming , Learning , Turbo
Matteo Riso
2007-12-25 10:18:00
 The founder and owner of Zipgenius gives us an insight into his life.
More About: Interviews , Riso
Dev-C++ & OpenGL
2007-12-15 12:22:00
This tutorial is for those who want to get started with OpenGL using Dev-C++.OpenGL is open graphics library created by silicon graphics.It is the specification of some functions that let you draw some shape on the screen.This article makes use of library called GLUT,that works
More articles from this author:
1, 2
81105 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2009 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker