Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 78 of 80
0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Viet heroes - Fight or Surrender is an open source game project from Vietnam. We're currently working on some technology demo and self training some game development skills. Thank you very much, and see you soon. http://fosp.wordpress.com/ A simple demo: ... [More] http://jp.youtube.com/watch?v=sXTarNu4gXw How to start with us: http://uk.youtube.com/watch?v=fOkTqsyVUAA [Less]

0
 
  0 reviews  |  0 users  |  23,978 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Uniwiki is a free all-in-one book for all university related people! Students, teachers but not only: everyone can help the education system to be more student/teacher/people-friendly! Add your knowledge as a student, add a teacher's knowledge and tips, and finally, hard subjects will become ... [More] understandable by anyone ! Articles are written in a didactic way, so that all those books we buy will become just an extra ! How many times a student or a teacher, or even a normal person couldn't understand some concept or teach in a way that anyone would understand ? With Uniwiki a new education concept is born: make of University and its subjects a transparent and complete world for all the people who want and need to learn in the best way ! Personal projects, researches and inventions are welcome ! We are looking for supporters in other languages (subdomains available for free) [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
Compare

Eclipse Project Dependencies ViewerAbstract:This project aims to provide a dependencies viewer for the Eclipse development platform. It also allows the cycles detection. Update Site:http://epdv.googlecode.com/svn/trunk/UpdateSite For help installing this plugin, refer to the HowToInstall page. Example of use:

0
 
  0 reviews  |  0 users  |  3,097 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Projects List of Tasks Milestones Messages Integrate with User and Site There is no release yet

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

This is the project website for SFU CMPT 275 group project. For more details click here. Assignments Instructions for SVN Open Source License

0
 
  0 reviews  |  0 users  |  18,347 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

JAVA . . . &nbsp;The Correct Reference (A Book from Satish Series) 1) Chapter 1 Introduction to Object Oriented Programming Introduction Concepts Objects Classes Polymorphism Dynamic Binding Message Communication Advantages Applications *************** *************** Chapter 2 Introduction to ... [More] Java 2.1 Birth of Java 2.2 Why Java? &nbsp;&nbsp;2.2.1 Internet 2.2.2 OOP’s 2.2.3 Platform Independent 2.2.4 Security 2.2.5 Many More 2.3 Java Features &nbsp;&nbsp;2.3.1 Platform Independent 2.3.2 Object Oriented 2.3.3 Robust 2.3.4 Multi Threading 2.3.5 Inheritance 2.3.6 Distributed 2.3.7 Interpreted 2.3.8 High Performance 2.4 Differences between Java and C and C++ &nbsp;&nbsp;2.4.1 Difference between Java and C &nbsp;&nbsp;2.4.2 Difference between Java and C++ 2.5 JDk Tools 2.5.1 Javac 2.5.2 java 2.5.3 Javah 2.5.4 appletviewer.exe 2.5.5 jar.exe 2.5.6 javadoc.exe 2.5.7 jdb.exe 2.5.8 javap.exe 2.5.9 javaw.exe 2.5.10 packager.exe 2.5.11 rmic.exe 2.5.12 rmid.exe 2.5.13 rmiregistry.exe Chapter 3 Java Overview 3.1Introduction 3.2 First Java Program 3.2.1 Class Declaration 3.2.2 Main Method 3.2.3 Static Keyword 3.2.4 Braces 3.2.5 Printing Statement 3.3 Compiling and Running 3.4 Command Line Arguments 3.5 Java Tokens 3.5.1 Identifiers 3.5.2 Literals 3.5.3 Number Literals 3.5.4 Boolean Literals 3.5.5 Character Literals 3.5.6 String Literals 3.5.7 Java Keywords 3.5.7.1 List Of Keywords 3.5.8 Java Separators 3.5.8.1 Java Separators List 3.6 Simple output and input operations with Examples ********** Chapter 4 Loops, Data Types, Variables, Arrays & Access Specifiers 4.0 Introduction 4.1 Types of Data types 4.1.1 Data types Diagram 4.2 Integers &nbsp;&nbsp;4.2.1 byte 4.2.2 short 4.2.3 int 4.2.4 long &nbsp;4.3 Floating Types &nbsp;&nbsp;&nbsp;&nbsp;4.3.1 float &nbsp;&nbsp;&nbsp;&nbsp;4.3.2 double &nbsp;4.4 Characters &nbsp;&nbsp;&nbsp;&nbsp;4.4.1 char 4.5 Boolean &nbsp;&nbsp;&nbsp;&nbsp;4.5.1 boolean 4.6 Declaring Variables 4.7 Type casting &nbsp;&nbsp;&nbsp;4.7.1 Automatic type casting with Table 4.8 Arrays &nbsp;&nbsp;4.8.1 Single dimensional Arrays &nbsp;&nbsp;4.8.2 Double dimensional Arrays &nbsp;&nbsp;4.8.3 Multi Dimensional Arrays 4.9 Blocks “{ }” 4.10 Scope of a variable 4.11 Access Specifiers &nbsp;&nbsp;4.11.1 Public 4.11.2 Private 4.11.3 Protected 4.11.4 Default 4.11.5 Private protected 4.11.6 Table of Access Chapter-5 Operators and their Operation 5.1 Introduction 5.2 Arithmetic Operators 5.3 Assignment Operators 5.4 Increment and Decrement Operators 5.5 Bitwise Operators &nbsp;&nbsp;5.5.1 Advantages of bitwise operators 5.6 ? : Operator (Conditional Operator) 5.7 Logical Operators 5.8 Dot operator 5.9 Operators Precedence Chapter 6 Expressions,Statements and Loops 6.1 Expressions 6.1.1 Introduction &nbsp;6.1.2 Arithmetic Operations &nbsp;6.1.3 Evaluation Operations &nbsp;6.1.4 Expressions return true or false &nbsp;6.1.5 Priorities in expressions &nbsp;6.1.6 Example programmes 6.2 Statements: &nbsp;&nbsp;6.2.1 Introduction &nbsp;&nbsp;6.2.2 Types of Statements 6.3 Loops: &nbsp;6.3.1 if &nbsp;6.3.2 If else &nbsp;6.3.3 Nested if else &nbsp;6.3.4 If using Braces &nbsp;6.3.5 Switch case 6.3.6 for loop 6.3.7 while loop &nbsp;6.3.8 do…while &nbsp;6.3.9 label “:” 6.3.10 break &nbsp;6.3.11 continue 6.3.12 Labeled Loops 6.3.13 Breaking Out of Loops 6.4 Example programmes &nbsp; Chapter 7 Creating & using classes, Objects &methods 7.1 Introduction &nbsp;&nbsp;7.2 Overview of a Class ` 7.3 Creating a class &nbsp;&nbsp;7.4 Constructors &nbsp;&nbsp;7.5 new, return keywords &nbsp;&nbsp;&nbsp;&nbsp;7.5.1 new keyword &nbsp;&nbsp;&nbsp;&nbsp;7.5.2 return keyword 7.6 Defining methods, variables &nbsp;&nbsp;&nbsp;7.6.1 methods returning variables 7.6.2 methods returning objects 7.6.3 call by value 7.6.4 call by reference &nbsp;&nbsp;7.7 Scope of a variable &nbsp;&nbsp;7.8 Overloading Constructors &nbsp;&nbsp;7.9 Overloading Methods &nbsp;&nbsp;7.10 Static keyword &nbsp;&nbsp;7.11 Static variables &nbsp;&nbsp;7.12 Static methods 7.13 Fields &nbsp;&nbsp;7.14 Access Specifiers &nbsp;&nbsp;7.15 Class.forName(); 7.16 final keyword 7.17 final classes 7.18 final methods and variables &nbsp;&nbsp; Chapter 8 Introduction to Interfaces and Packages and Inheritance &nbsp;8.1 Interfaces &nbsp;&nbsp;&nbsp;&nbsp;8.1.1 Introduction &nbsp;&nbsp;&nbsp;&nbsp;8.1.2 Creating Interfaces &nbsp;&nbsp;&nbsp;&nbsp;8.1.3 Rules for creating interface &nbsp;&nbsp;&nbsp;&nbsp;8.1.4 Implementing Interfaces &nbsp;&nbsp;&nbsp;&nbsp;8.1.5 Uses of interface &nbsp;&nbsp;&nbsp;&nbsp;8.1.6 class versus interface 8.1.7 abstract versus interface 8.1.8 References to Objects 8.1.9 extending interface 8.2 Packages &nbsp;&nbsp;&nbsp;8.2.1 Introduction &nbsp;&nbsp;&nbsp;8.2.2 Creating package &nbsp;&nbsp;&nbsp;8.2.3 Importing package &nbsp;&nbsp;&nbsp;8.2.4 Uses of package &nbsp;&nbsp;&nbsp;8.2.5 Sample problems 8.3 Inheritance 8.3.1 Introduction 8.3.2 Advantages of Inheritance 8.3.3 Types of Inheritance 8.3.4 Creating sub classes 8.3.5 extending classes 8.3.6 Overriding 8.3.7 Examples &nbsp;&nbsp; Chapter 9 Exploring Java.lang.* &nbsp;9.1 Introduction &nbsp;9.2 Classes List &nbsp;9.3 Wrapper Classes &nbsp;&nbsp;9.3.1 Introduction 9.3.2 Integer 9.3.3 Byte 9.3.4 Long 9.3.5 Float 9.3.6 Char 9.3.7 Boolean 9.4 void 9.5 Process 9.6 Runtime 9.7 ClassLoader 9.8 Class.forName() 9.9 Throwable 9.10 Throws 9.11 System.out. 9.12 System.in; 9.13 Java.lang.Math &nbsp;&nbsp;9.13.1 List of all 9.13.2 cos 9.13..3 sin 9.13..4 Tan 9.13.5 sqrt 9.14 Examples &nbsp;Chapter 10 Data Structures and java.util.*; &nbsp;10.1 Introduction &nbsp;10.2 classes and interfaces list &nbsp;10.3 Interfaces &nbsp;&nbsp;&nbsp;&nbsp;10.3.1 Collection &nbsp;&nbsp;&nbsp;&nbsp;10.3.2 List 10.3.3 Enumaration &nbsp;&nbsp;&nbsp;&nbsp;10.3.4 Set &nbsp;&nbsp;&nbsp;&nbsp;10.3.5 Map &nbsp;&nbsp;&nbsp;&nbsp;10.3.6 SortedSet 10.3.7 Iterator &nbsp;10.4 Classes &nbsp;&nbsp;&nbsp;10.4.1 ArrayList &nbsp;&nbsp;&nbsp;10.4.2 LinkedList 10.4.3 Vector 10.4.4 Stack 10.4.5 HashMap 10.4.6 HashSet 10.4.7 HashTable 10.4.8 Date 10.4.9 Dictionary 10.4.10 String Tokenizer 10.4.11 TreeSet 10.4.12 Random Chapter 11 Exception Handling 11.1 Introduction 11.2 Types of Exceptions 11.3 Hierarchy of Exception 11.4 Error 11.4.1 Types of Errors 11.5 Escapable Exception 11.6 Using throws 11.7 Using try and catch block and finally &nbsp;&nbsp;&nbsp;11.7.1 try and catch 11.7.2 try and multiple catch blocks 11.7.3 Nested try’s 11.7.4 finally keyword 11.8 throw statement 11.9 Confusable final and finally 11.10 Creating our own Exception **************** Chapter 12 Multithread Programming 12.1 Introduction 12.1.1 Multi processing 12.1.2 Multi tasking 12.1.3 Multi Threading 12.2 Creating a thread 12.2.1 Extending Thread 12.2.2 Implementing Runnable 12.3 Multiple Threads 12.4 Life Cycle of a Thread 12.4.1 New born State 12.4.2 Runnable 12.4.3 Running 12.4.4 Blocked &nbsp;&nbsp;&nbsp;12.4.5 Dead State 12.5 Methods of Thread &nbsp;&nbsp;&nbsp;&nbsp;12.5.1 Thread Priority &nbsp;&nbsp;&nbsp;&nbsp;12.5.2 yeild() 12.5.3 suspend() 12.5.4 stop() 12.5.5 wait(); 12.5.6 isAlive(); 12.5.7 join(); 12.5.8 Interrupted 12.7 threadGroup 12.8 Synchronization 12.9 Deadlock Chapter 13 Managing I/O &nbsp;13.1 Fundamentals &nbsp;&nbsp;&nbsp;&nbsp;13.1.1 File &nbsp;13.2 Streams &nbsp;&nbsp;&nbsp;&nbsp;13.2.1 Byte Stream &nbsp;&nbsp;&nbsp;&nbsp;13.2.2 Character Stream &nbsp; &nbsp;13.3 All Byte Stream Classes &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.3.1 Inputs 13.3.2 Outputs 13.4 All Character Streams &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.4.1 Readers 13.4.2 Writers 13.5 Reading/writing from, to console (Keyboard/monitor) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.5.1 Byte stream &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.5.1.1 Reading &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.5.1.2 Writing 13.5.2 Character Stream &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.5.2.1 Reading &nbsp;13.5.2.2 Writing &nbsp;13.6 Managing Files &nbsp;&nbsp;&nbsp;&nbsp;13.6.1 File &nbsp;&nbsp;&nbsp;&nbsp;13.6.2 Methods: 13.6.2.1 isDirectory() &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.6.2.2 file.list &nbsp;&nbsp;&nbsp;&nbsp;13.6.3 ByteStream: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.6.3.1 FileInputStream &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.6.3.2F ileOutputStream &nbsp;&nbsp;&nbsp;&nbsp;13.6.4 Character: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.6.4.1 FileWriter &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.6.4.2 FileReader 13.6.5 SequenceInputStream &nbsp;&nbsp;&nbsp;&nbsp;13.6.6 RandomAccessFile 13.6.7 Serialization &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.6.7.1 ObjectOutput &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.6.7.2 ObjectInput &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.6.7.3 Examples 13.6.8 Explanations and example programmes &nbsp;&nbsp;&nbsp; &nbsp;Chapter 14 Developing AWT 14.1 Introduction 14.1.1 Component &nbsp;&nbsp;&nbsp;&nbsp;14.1.2 Container 14.1.3 Panel &nbsp;&nbsp;&nbsp;&nbsp;14.1.4 Window &nbsp;&nbsp;&nbsp;&nbsp;14.1.5 Frame 14.2 List of awt classes and Interfaces &nbsp;14.3 Creating awt programs &nbsp;14.4 paint(),repaint(),Graphics &nbsp;&nbsp;&nbsp;14.4.1 Drawing Lines &nbsp;&nbsp;&nbsp;14.4.2 Drawing Rectangle &nbsp;&nbsp;&nbsp;14.4.3 Drawing Ellipses &nbsp;&nbsp;&nbsp;14.4.4 Drawing Circles &nbsp;&nbsp;&nbsp;14.4.5 Drawing Arcs &nbsp;&nbsp;&nbsp;14.4.6 Drawing Polygons &nbsp;&nbsp;&nbsp;14.4.7 Font &nbsp;&nbsp;&nbsp;14.4.8 Color **************** &nbsp; Chapter 15 AWT Controls, Menus ,Layout Managers and Events a nd Listeners Introduction Labels &nbsp;Buttons &nbsp;Checkbox ChechboxGroup TextField TextArea Lists ScrollBars &nbsp;Layout Managers &nbsp;&nbsp;Introduction &nbsp;&nbsp;&nbsp;FlowLayout &nbsp;&nbsp;&nbsp;BorderLayout &nbsp;&nbsp;&nbsp;CardLayout &nbsp;&nbsp;&nbsp;GridLayout MenuItem Menus MenuBars Handling Events &nbsp;Button &nbsp;Checkbox &nbsp;setBackground(); Events: &nbsp;Introduction &nbsp;Different type of events and listeners Event Listeners Mouse Events Mouse Clicks Mouse Down and Mouse Up Events An Example: Spots Double-Clicks Chapter 16 Applets Introduction Applet Class repaint Lifecycle Tags Parameter passing to applet Applet methods Sample programs Chapter 17 JDBC Introduction &nbsp;Types of Drivers &nbsp;Database &nbsp;Sql &nbsp;MS access &nbsp;Configuring DSN &nbsp;List of Classes and interfaces &nbsp;Useful classes for type-1 driver &nbsp;Connection &nbsp;Statement &nbsp;DriverManager &nbsp;Inserting record in table &nbsp;updating record in table &nbsp;ResultSet; retrieving record from table &nbsp;creating table from JDBC-ODBC Driver &nbsp;creating column from JDBC-ODBC Driver thin Driver Callable Statement Prepared Statement DatabaseMetaData Chapter 18 Servlets &nbsp;Introduction Classes Methods &nbsp;GenericServlet &nbsp;HttpServlet Request Response Client Server Web server DNS Jdk2.0 ServletRunner PostMethod GetMethod GenericServlet HttpServletRequest HttpServletResponse ServletConfig &nbsp;ServletLifeCycle Cookies &nbsp;Introduction &nbsp;Creating Cookies &nbsp;Retrieving Cookies Chapter 19 Swings or JFC’s ***** ***** ******* ******** Chapter 20 Java Script Introduction Fundamentals Tags Images anchor Functions ActiveXObjects &nbsp;FileScripptingObject &nbsp;Adodb CreatingFile Manipulating Files Deleting files Creating Folder Chapter 21 JDB (debugging) Introduction Chapter 22 Java Terms Chapter 23 Java Interview Questions Chapter 24 API Packages Chapter 25 Real Time Java Chapter 26 Java Stuff Chapter 27 Java Projects Introduction Important Terms &nbsp; Thread Beans Native Code Object Class Method Parameter Constructor Main method J2SE J2EE J2ME Applet Browser Server Client Byte Code Application JavaScript Error Bug Compiler Interpreter HTML HTTP TCP/IP Libraries This Super JVM Parameter &nbsp; Object: Object is a living run-time entity .We can clearly understand what an object is by examining various objects .A cycle is an object .A Bike is an Object. Man is an Object and so on …let us see what made it as objects &nbsp;A Cycle has a name (attribute).A cycle has a chain (attribute) .A cycle contains pedals (attribute).we can use cycle for some functions like riding.(function). When we consider a man he will he will have a name(attribute),hands(attributes),legs(attribute) Using his hands he will do some work (function)using his legs he will walk(function) and he has some more functions like running ,eating ,talking, sleeping, and so on(functions)… &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;Man Object Name &nbsp;Eyes Hands Legs Walk() Seeing() Sleeping() Eating() So man cycle are Objects because they have some attributes and functions Object= variables(attributes) +methods (functions) &nbsp;Functions are called as methods in java &nbsp; &nbsp; Therefore we can define an object as a runtime entity (which will be created in the program execution Class: Before knowing about a class first you should be familiar with object, which I explained above. A class is proto type or blue print of an object Which are mostly equals to structs and unions in C++ C languages, with little differences Class defines the object. The definition of object is class Consider the following code in JAVA class demo1 { int var1; String var2; void method1() { //method 1 Code } void mathod2() { // method 2 code } } here demo1 is class name ,var1,var2 are variables of type int and String(don’t be confused or temper you will come to all these in following sections) and method1(),method2() are methods Data Types: In our daily life, we use many things for many purposes .we use calculators for calculations. we use *** for ***.and so on. Like that , we create objects for several purposes which are described according to class definition. Therefore, that object is data type of that class .java provides eights built in data types or simple data types, or primitive data types. They are &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;Diagram Primitive data types &nbsp;&nbsp;&nbsp;&nbsp;Numbers Characters Boolean Integers Floating points char boolean byte short int long float double Operator precedence. Operator Notes . [] () Parentheses (()) are used to group expressions and to pass parameters; &nbsp;dot (.) is used for access to methods and variables within objects and classes &nbsp;square brackets ([]) are used for arrays ++ -- ! ~ &nbsp; * / % Multiplication, division, modulus + - Addition, subtraction << >> >>> Bitwise left and right shift < > <= >= Relational comparison tests == != Equality & AND ^ XOR | OR && Logical AND || Logical OR ? : Shorthand for if...then...else (also Called Condition Variable) = += -= *= /= %= ^= Various assignments &= |= <<= >>= >>>= More assignments [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

This project allows users to manage bugs and tasks (as Flyspray does) directly in activeCollab with only one authentication. The coding consists in : + adding Flyspray rigths to activeCollab users + creating Flyspray objects (users, clients, projects) when creating an activeCollab object (and ... [More] giving the corresponding properties to it) + managing Flyspray project, clients and users with activeCollab interface [Less]

0
 
  0 reviews  |  0 users  |  88,222 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

ActiveProject's objective is to provide an enterprise level software project management tool. It will be implemented using Microsoft ASP.NET 3.5.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 days ago
  project
 
 

airTODO - Project Management ToolWhat is airTODO?airTODO is open source minimalist project management tool with zero administration, intended for customer, project, module, employees, task and time management. airTODO is a single file with both desktop application and client/server functionality. ... [More] (Plugin for Eclipse available) Supported platforms: Windows, Linux, Mac, Solaris, AIX. Web Page: http://airtodo.sourceforge.net Screenshots: http://airtodo.sourceforge.net/screenshots.html Download: http://sourceforge.net/project/showfiles.php?group_id=166774 [Less]

0
 
  0 reviews  |  0 users  |  11,718 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.