simple start 3D by papervision3D engine, there is a tutorial for it.
Tagged: tutorial RSS Toggle Comment Threads | Keyboard Shortcuts
-
liduan
-
liduan
some resources about papervision3D:
-
23 Papervision3D Primitives (17 new ones)
-
Getting Started with Papervision GW
- flex 3 cook book provide very good example for papervision programming.
- Geocoding, work with yahoo map, dome.
-
Papervision3d Tutorials in Flex 3
-
-
liduan
I found a http server that developed by python. but it is not multiple thread. it provide simple service for http request and dir request. and a other python http server tutorial is here.
-
liduan
a simple http server that developed by java. based on the multiple thread. provide a simple log system. it is a good simple to research http work in the java.
-
liduan
there is provides other flex facebook application example and code, but it is desktop application.
-
liduan
non-official actionscript 3 facebook api can be download at google code. there is a HelloWorld example facebook example, but I can’t start it. And, there is a tutuorial for createing a facebook application by actionsctipt 3 api.
-
liduan
UML Class Diagrams for Java Programmers, simple tutorial for generation between java code and UML Class diagrams, moreover, here provides a large number of examples for drawing uml class diagram.
-
liduan
using SpringGraph for any flex project:
SpringGraph is a 2D data visualization API based on the flex 2. I have used flex 3 sdk to demo the example of spring graph.
first of all, a package should be downloaded for using SpringGraph at developer blog. Extracting the package, copy
./SpringGraph/bin/SpringGraph.swcto the directory named simple.The package provides five examples for testing SpringGraph. going into simple SpringGraphDemo. using command to compile the mxml file, like:
mxmlc -library-path+=../SpringGraph.swc SpringGraphDemo.mxmlthan using a flash player open SpringGraphDemo.swf. the interface should like this example.
-
liduan
perl regular expression chinese tutorial.
-
liduan
quick reference guide to expedite wordpress template tags(theme API).
-
liduan
-
liduan
CakePHP, it’s really good PHP framework. I have just tried it for building blog less than 15 mins. easy for using. here is a tutorial for build blog in 15 mins. official manual is available at here.
-
liduan
Create A 3D Product Viewer in Flex 3, simplily tutorial 3D graph programming by flex.
-
liduan
tutorials for flex 3D programming, first one is Incrementally 3D rotating objects in Flex using the FxRotate3D in Flex, provide source code online view. second one is Transforming components in 3D with Flash 10/Flex 3.2, also provide code. last one is tutorial for Getting Started with Adobe Flex and Away3D
-
liduan
-
liduan
a example of facebook api programming by flex. Implement a Facebook photo album using the Flex SDK. the facebook as3 client should be used.
-
liduan
animation by opengl programming
1. http://www.gamedev.net/reference/articles/article1681.asp2. http://www.3dcodingtutorial.com/Basic-OpenGL-functions/Simple-animation.html
3. http://www.linuxfocus.org/English/January1998/article17.html
-
liduan
zoom in and zoom out in the opengl project.
OpenGL 3D Navigation glRotatef, glTranslatef, gluLookAt EP_OpenGL_005, Zoom in openGL -
liduan
-
liduan
-
liduan
using split convert string to array. and a Perl functions tutorial.
-
liduan
some sources of perl programming:
Perl’s Special Variables
Reading STDERR from a Program
Perl File Handling: open, read, write and close files
Using Perl to Manage Plist Files, Part 2 -
liduan
some useful tutorial for operation files by perl:
Creation a file by perl with example
file flag type of perl
writing, deleting line of file and deleting the file by perl -
liduan
online tutorial about graph theory. 1. …
online tutorial about graph theory.
1. Magic 3-D Polygons & Graphs
2. Multi-node graphs
3. Supporting visual queries on medium-sized node–link diagrams -
liduan
six degrees is a very important theory in social networking. there are two introductions of six degrees theory:
1. 6 Degrees of Facebook and Linkedin
2. Six Degrees of Separation on Linkedin Update -
liduan
Graph Embedding Mathematics tutorial. include circular, radial, ranked, spring and rooted graph.
-
liduan
relationship graph algorithms also can call Radial or Spring graph algorithm. I have found some tutorials.
1. Graph Algorithms using SPIRAL, I think SPIRAL is a software, but I can’t find any more about it.2. a document about Using Spring Algorithms to Remove Node Overlapping
3. -
liduan
tutorial for using Google App Engine connect mysql server.
-
liduan
-
liduan
orkut Developer’s Guide by google. It can be used to guide orkut api programming.