mysql tutorial for beginners
Mysql Table Syncer 0.2.0
A script/executable to synchronize the contents of databases more>> A script/executable to synchronize the contents of databases
Mysql Table Syncer is a free Ruby script that will help its users to synchronize their database contents a lot easier than before.
Enhancements:
- Now prompts you if you use --commit [so you dont do it on accident]
- Minor code cleanups
Flash Tutorial Widget 1.0
Flash Tutorial is a helpful widget that will allow you to learn flash quick and easy more>>
Camera Tutorial
A simple tutorial on how to render objects with a camera more>> A simple tutorial on how to render objects with a camera
Camera Tutorial is a free and simple Pygame tutorial on how to draw objects at an offset, giving the effect of a camera.
Cameras in games are quite easy to implement. To people new to programming they may sound hard and intimidating, but all it is is simply drawing an object at an offset.
System requirements:
-
- Pygame
mysql-log-filter 1.9
Free and open source MySQL slow query log filter more>> Free and open source MySQL slow query log filter
mysql-log-filter is a free and easy to use command line Python based program that helps you filter the MySQL Slow Query Log to show queries which impacted performance most and is intended to be used by DB admins and application developers.
The log file is analyzed and processed as a stream, line after line, so there is no need to load the whole log file into memory.
System requirements:
- Python
MySQL for OSX 3.23.52
MySQL, the most popular Open Source SQL database, is provided by MySQL AB. MySQL AB is a commercial company that builds its business providing services around the MySQL database more>> MySQL, the most popular Open Source SQL database, is provided by MySQL AB. MySQL AB is a commercial company that builds its business providing services around the MySQL database. We recommend visiting MacOSXHints.com for finding guides for installation and troubleshooting.
MacOS X 10.2 or later.
Version 3.23.52 adds support for POSIX threads and InnoDB. The installer will create a mysql user and group on your system if they do not already exist. This is required to safely run MySQL on your computer. All files are installed into /Library/MySQL.
MySQL Workbench OSS 5.2.8b1
MySQL Workbench OSS is regarded as a convenient and professional tool which enables a DBA, developer, or data architect to visually design, generate, and manage all types of databases including Web, OLTP, and data warehouse databases. more>> <<less
MYSQL - MySQL Workbench OSS is a perfectly designed program which enables aLicense:Freeware
Photoshop Lab Tutorial 1.0
Photoshop Lab Tutorial - A great dashboard widget that features the latest articles on photoshoplab.com more>> <<less
MySQL GUI Tools 5.0r12
MySQL GUI Tools - Administration tools for MySQL more>>
MySQL Administrator now integrates database management and maintenance into a single, seamless environment, with a clear and intuitive graphical user interface.
Revolution tutorial 1.0
Revolution tutorial - Ebooks using the ArcadeEngine more>>
The tutorials come in a visually appealing e-book format which is both easy to read and use, the range of topics covered includes:
The basics of Revolution such as: stacks, cards, scripts, messages and timers
How to use geometric properties such as distances, angles and intersection rectangles
Understanding and using different movements including linear, polygonal, circular and elliptic
Advanced use of images
Using the built-in collision detection handlers
Plus much more.
MySQL GUI Tools 5.0-r12
Administration tools for MySQL. more>>
MySQL GUI Tools 5.0-r12 MySQL offers an effective solution for administering your MySQL environment and gain significantly better visibility into how your databases are operating. Moreover, it is a freeware.
Major Features:
- Integrate database management and maintenance into a single, seamless environment
- Have clear and intuitive graphical user interface.
Requirements: Mac OS X 10.3.9 or later MySQL 4.0 or later
MySQL Connector/J 5.0.7
MySQL Connector/J - a native Java driver that converts JDBC calls into the network protocol used by the MySQL database more>>
MySQL Connector/J is a tool that helps developers working with the Java programming language easily build programs and applets that interact with MySQL and connect all corporate data, even in a heterogeneous environment.
MySQL Connector/J is a Type IV JDBC driver and has a complete JDBC feature set that supports the capabilities of MySQL.
The latest production version of the driver is now 50-100 percent faster in most situations than the previous version. It also creates fewer transient objects than before, leading to better performance and even more stability.
The driver now also supports "streaming" result sets, which allows users to retrieve large numbers of rows without using a large memory buffer. With newly added large-packet protocol support, the driver can send rows and BLOBs up to 2 gigabytes in size.
New features from the JDBC-3.0 API in the latest production version of MySQL Connector/J include getGeneratedKeys which allows users to retrieve auto-increment fields in a non-database-specific way.
Auto-increment fields now work with object-relational mapping tools, as well as Enterprise Java Beans (EJB) servers with Container Managed Persistence (CMP) that support JDBC-3.0.
The development version is being refactored to support new features in conjunction with version 4.1 of the MySQL database server, including server-side prepared statements and improved handling of multiple simultaneous character sets, including Unicode in the UCS2 and UTF8 encodings.
MySQL Wrap 1.0
MySQL Wrap - App to start and stop MySQL server more>>
Completly freeware and source code is included in the package.
Dreamweaver Tutorial 1.0
Dreamweaver Tutorial - a very useful widget if you want informations about Dreamweaver more>>
Breakout Game Tutorial 1.0
Breakout Game Tutorial - Breakout game tutorial more>>
Completly freeware for non-commercial use.
Cocoa 3D Tutorial 0.3
Free and open source tutorial that will help you start working with 3D in Cocoa more>> Free and open source tutorial that will help you start working with 3D in Cocoa
Cocoa 3D Tutorial will provide a Cocoa framework to interface the OpenGL library in a more OO-fashioned style. It is not meant to be the fastest code possible, nor to leverage all the power of OpenGL, but to give developers a easy way to start working in 3D.
NOTE: Cocoa 3D Tutorial is licensed and distributed under the terms of the Artistic License.
Main features:
- A scene tree, with cameras (one for each view) that can be easily positioned and oriented, and lights.
- Object picking, that allows an interactive manipulation of the scene.
- Factory classes for common objects (cube, sphere, cylinder, ...), groups and transformations.
- Basic OpenGL optimizations (e.g. display lists)
- Full support for OpenGL colors and materials.
- Static textures (read from a graphic file or generated from a styled text), animated textures (read from movies), procedural fixed and animated textures (using configurable Perlin 2 & 3D noise).
- Full support for ARB_vertex_program extension, seen as a special type of texture.
- An animator class, that allows to easily add dynamic components to a scene.
Enhancements
- Added StringTexture class
- Added AnimatedProcTexture class
- Added PlainSurface class
- Added InteractiveView class
- Corrected and updated some class behavior
- Updated Tutorials to use new classes