Saving Stuff

Preserving your treasures

Archive for the ‘opensource’ tag

library open source software

without comments

library open source software
Any open-source object layout and connection libraries?

I’m looking for an open-source software library or plugin that provides an interface similar to Visio, Umbrello, Dia, Inkscape, Xilinx ISE, etc. which allows the creation of objects and connections by users, which can then be analyzed by the caller program. Ideally this would be a cross-platform library, but it needs to work on Linux.

An interesting layout/flowchart creation program that I use is called Graphviz. It is FOSS (Free and Open-Source Software), and though it is not quite efficient (giving me some weird loops in the arrows connecting different nodes), it is impressive and the website contains several beautiful images whose creation was actually a stress test for the Graphviz engine. Quite artistic and at the same time functional.

An example of dot file (the file format that gets interpreted and rendered into a flowchart):

/*CalcV1*/

digraph CalcV1{

//Nodes

Début [label="Commencer"];
Init [shape=rectangle, label="Init vbles"];
Inputnum [shape=parallelogram, label="JOP.sID(\"Entrez un nombre\")"];
Doubleconv [shape=rectangle, label="Double.parseDouble() n1"];
Inputop [shape=parallelogram, label="JOP.sOD(\"Choisissez une opération\")"];
Inputnum2 [shape=parallelogram, label="JOP.sID(\"Entrez un autre nombre\")"];
Doubleconv2 [shape=rectangle, label="Double.parseDouble() n2"];
Switchop [shape=diamond, label="switch(op)"];
Division [shape=rectangle, label="n1/n2"];
Multiplication [shape=rectangle, label="n1*n2"];
Addition [shape=rectangle, label="n1+n2"];
Soustraction [shape=rectangle, label="n1-n2"];
Modulo [shape=rectangle, label="(int)(n1)%((int)(n2)"];
Display [shape=parallelogram, height=0.5, width=1, label="JOP.sCD(\"Le résultat est \"+Résultat+\"\\n\nVoulez-vous continuer?\")"];
Continuer [shape=diamond, height=1, width=0.5, label="while(continuer==true){\n/*Répète*/}else{/*Quit*/}"];
Fin;

//Arrows

Début -> Init -> Inputnum -> Doubleconv -> Inputop -> Inputnum2 -> Doubleconv2 -> Switchop[weight=100];
Switchop -> Division -> Display;
Switchop -> Multiplication -> Display;
Switchop -> Addition -> Display;
Switchop -> Soustraction -> Display;
Switchop -> Modulo -> Display;
Display -> Continuer -> Fin[weight=100];
Continuer -> Inputnum;
}

eBay Logo  

Open Source Software Law (Artech House Telecommunications Library) Rod Dixon


Open Source Software Law (Artech House Telecommunications Library) Rod Dixon


$13.90



OSEPP Pro (Arduino Compatible)


OSEPP Pro (Arduino Compatible)


$19.95


The OSEPP Pro board is tailored to more professional users who do not mind a build-it-yourself approach compared to the OSEPP Uno. Unlike the Uno model this barebones board lacks headers, which gives this board a low profile. Pro users can choose to connect only the needed pins by mounting headers or soldering wires directly….

Adobe Flash Builder 4 Standard


Adobe Flash Builder 4 Standard


$249.00


Adobe Flash Builder v.4.0 Standard 65069515 530…

Adobe Flash Builder 4 Premium Upsell from Flash Builder Standard


Adobe Flash Builder 4 Premium Upsell from Flash Builder Standard


$353.54


Adobe Flash Builder 4 (formerly Adobe Flex Builder) software is designed to help software developers rapidly develop cross-platform rich Internet applications (RIAs) and content using the open source Flex framework. It includes support for intelligent coding debugging and visual design and features powerful testing tools that speed up development and lead to higher performing applications….

Adobe Flash Builder 4 Premium Upsell from Cold Fusion


Adobe Flash Builder 4 Premium Upsell from Cold Fusion


$353.54


UPSELL FLASH BUILDER PREM 4 MULTIPLE PLATFORMS FROM CF BUILDER…

Hello, Android: Introducing Google's Mobile Development Platform (Pragmatic Programmers)


Hello, Android: Introducing Google’s Mobile Development Platform (Pragmatic Programmers)


$18.00


Android is a software toolkit for mobile phones, created by Google and the Open Handset Alliance. It’s inside millions of cell phones and other mobile devices, making Android a major platform for application developers. That could be your own program running on all those devices. Within minutes, Hello, Android will get you started creating your first working application: Android’s version of “Hell…

Signals and Systems (2nd Edition)


Signals and Systems (2nd Edition)


$110.00


The second edition of this well-known and highly regarded text can be used as the basis for a one- or two-semester undergraduate course in signals and linear systems theory and applications. Topics include basic signals and systems concepts, linear time-invariant (LTI) systems, Fourier representations of continuous-time and discrete-time signals, the CT and DT Fourier transforms, and time- an…

Peopleware: Productive Projects and Teams   (Second Edition)


Peopleware: Productive Projects and Teams (Second Edition)


$29.29


Demarco and Lister demonstrate that the major issues of software development are human, not technical. Their answers aren’t easy–just incredibly successful. New second edition features eight all-new chapters. Softcover. Previous edition: c1987. DLC: Management. …

Written by admin

February 8th, 2010 at 12:32 am

sharepoint document library indexing

without comments

Written by admin

January 31st, 2010 at 6:52 am

library database software

without comments

library database software

DOTNUTSHELL Technologies are an experienced database designing company, with Oracle accredicated qualification providing services both in the OpenSource and Enterprise field.

Microsoft SQL Server is a relational database management system. Its primary query language is Transact-SQL, an implementation of the ANSI/ISO standard Structured Query Language (SQL) used by both Microsoft and Sybase.

Microsoft SQL Server uses a variant of SQL called T-SQL, or Transact-SQL, an implementation of SQL-92. T-SQL mainly adds additional syntax for use in stored procedures, and affects the syntax of transaction support.

SQL Server includes support for database mirroring and clustering. A SQL server cluster is a collection of identically configured servers, which help distribute the workload among multiple servers. All the servers share an identical virtual server name, and it is resolved into the IP address of any of the identically configured machines by the clustering runtime. Automatic failover clustering is also available, in which the workload of a server is transferred to another system in the event of a system failure.SQL server also supports data partitioning for distributed databases. Database mirroring, introduced in SQL Server 2005, allows creation of mirrors (or replicas) of database contents, along with transaction logs, on another instance of SQL Server, based on certain predefined triggers.

Microsoft and other vendors provide a number of software development tools designed to allow business applications to be developed using the data stored by Microsoft SQL Server. Microsoft SQL Server 2005 now includes the common language runtime (CLR) component for Microsoft .NET. Applications developed with .NET languages such as VB.NET or C# can implement stored procedures and other functions. Older versions of Microsoft development tools typically use APIs to access Microsoft SQL Server functionality.

We can design and engineer databases based on your business model and provide tools and interfaces that can be used to mine your business data. We also have experience in database persistence and create custom persistence frameworks and algorythms which can be used to predict patterns and trends from your data.

Oracle Database is a relational database management system released by Oracle Corporation. Oracle Database has become a major feature of database computing.

An Oracle database system comprises at least one instance of the application, along with data storage. An instance comprises a set of operating-system processes and memory-structures that interact with the storage. Typical processes include PMON (the process monitor) and SMON (the system monitor).

Users of Oracle databases refer to the server-side memory-structure as the SGA (System Global Area). The SGA typically holds cache information such as data-buffers, SQL commands and user information. In addition to storage, the database consists of online redo logs (which hold transactional history). Processes can in turn archive the online redo logs into archive logs (offline redo logs), which provide the basis (if necessary) for data recovery and for some forms of data replication.

The Oracle RDBMS stores data logically in the form of tablespaces and physically in the form of data files. Tablespaces can contain various types of memory segments; for example, Data Segments, Index Segments etc. Segments in turn comprise one or more extents. Extents comprise groups of contiguous data blocks. Data blocks form the basic units of data storage. At the physical level, data-files comprise one or more data blocks, where the block size can vary between data-files.

Oracle databases can be used to create distributed database running over contiguous or disparate logistical locations. It can be used to store data and information and provides high availably and performance and is used extensively as a practial and reliable database.

We can design and engineer databases based on your business model and provide tools and interfaces that can be used to mine your business data. We also have experience in database persistence and create custom persistence frameworks and algorythms which can be used to predict patterns and trends from your data.

MySQL is a multithreaded, multi-user SQL database management system which has, according to MySQL AB, more than 10 million installations. The basic program runs as a server providing multiuser access to a number of databases.

Libraries for accessing MySQL databases are available in all major programming languages with language-specific APIs. In addition, an ODBC interface called MyODBC allows additional programming languages that support the ODBC interface to communicate with a MySQL database, such as ASP or ColdFusion. The MySQL server and official libraries are mostly implemented in ANSI C/ANSI C++.

MySQL is popular for web applications and acts as the database component of the

LAMP (Linux-Apache-MySQL-PHP/Perl/Python)

MAMP (Mac-Apache-MySQL-PHP/Perl/Python)

WAMP (Windows-Apache-MySQL-PHP/Perl/Python)

Its popularity for use with web application is closely tied to the popularity of PHP, which is often combined with MySQL. PHP and MySQL are essential components for running popular content management systems such as WordPress and Drupal blogging platforms. Wikipedia runs on MediaWiki software, which can also use PHP and a MySQL database.

MySQL is the most widely used OpenSource SQL database in the world. It provides features and services which make it ideal for small to medium enterprises to effectively manage small to reasonably large business data. It is also fulyl compliant with the SQL standard and provides support for stored procedures and object abstraction when coupled with object persistence frameworks.

We can design and engineer databases based on your business model and provide tools and interfaces that can be used to mine your business data. We also have experience in database persistence and create custom persistence frameworks and algorythms which can be used to predict patterns and trends from your data.

About the Author:

Leading U.K software developer, creating applications in C++, C# and Java for Enterprise and small business.

Article Source: ArticlesBase.comDatabases and Sql as a Middle Tier Storage Medium

eBay Logo  

Video DVD Media Library Loan Tracking Database Software


Video DVD Media Library Loan Tracking Database Software


$29.95


Small Library Book Inventory Tracking Database Software


Small Library Book Inventory Tracking Database Software


$19.95


Library Database  & Book Borrowing Tracking Software


Library Database & Book Borrowing Tracking Software


$29.95


Small Library Circulation Loan Management Inventory Tracking Database Software


Small Library Circulation Loan Management Inventory Tracking Database Software


$34.95


Stock Inventory & Business Library Database Software CD


Stock Inventory & Business Library Database Software CD


$69.95


Small Library Book Collection Catalog Inventory Loan Tracking Database Software


Small Library Book Collection Catalog Inventory Loan Tracking Database Software


$34.95


Small Library Patron Book Collection Circulation Loan Tracking Database Software


Small Library Patron Book Collection Circulation Loan Tracking Database Software


$34.95


Personal Book Home School Office MORE Library ISBN Tracking Database Software CD


Personal Book Home School Office MORE Library ISBN Tracking Database Software CD


$34.95


Library Database  & Book Borrowing Tracking Software


Library Database & Book Borrowing Tracking Software


$29.95


Business, Economics & More Library Database Software


Business, Economics & More Library Database Software


$19.95


Library Book Circulation Loan Inventory Tracking Database Software + File Share


Library Book Circulation Loan Inventory Tracking Database Software + File Share


$39.95


Book Library Database Software with Multi File Support


Book Library Database Software with Multi File Support


$19.95


Home Library & Magazine Book Tracking Database Software


Home Library & Magazine Book Tracking Database Software


$19.95


Home Library Book Magazine Collection Inventory Organizing Database Software CD


Home Library Book Magazine Collection Inventory Organizing Database Software CD


$19.95



Filemaker Pro 11


Filemaker Pro 11


$259.99


FileMaker Pro is powerful, easy-to-use database software that helps you and your team get any type of task done faster. Millions of people in business, government, and education use FileMaker Pro to effortlessly manage all their information on Windows, Mac, and the web. Create custom databases for your own unique needs. Click to enlarge. …

Iomega StorCenter ix2-200 - 2 TB (2 x 1TB) Network Attached Storage 34481


Iomega StorCenter ix2-200 – 2 TB (2 x 1TB) Network Attached Storage 34481


$248.99


Iomega StorCenter ix2-200 Network Storage Server 34481 Network Attached Storage…

Konica Minolta ADDK352 Yellow High Capacity Toner


Konica Minolta ADDK352 Yellow High Capacity Toner



Yellow High Capacity Toner For Konica Minolta Magicolor 4650EN And 4650DN…


Wired Handheld USB Automatic Laser Barcode Scanner Reader With USB Cable


Wired Handheld USB Automatic Laser Barcode Scanner Reader With USB Cable


$29.99


The Handheld Laser Barcode Scanner delivers superior bar code scanning performance with maximum comfort! It incorporates a 650 ?C 670 nm laser that provides a bright scan line ensuring easy aiming even in high ambient light conditions. Easy to use! Offers exceptional performance even in harsh environmentsTechnical Details: Scanner Type: Bi-directional Light Source: 650 – 670nm(visible) Scanning ty…

Brother P-Touch QL-500 Manual-Cut PC Label Printing System


Brother P-Touch QL-500 Manual-Cut PC Label Printing System


$64.19


Ql-500 affordable label printer, 50 labels/min, 5-7/10w x 6d x 7-4/5h……

Imation Disc Stakka - CD/DVD Management Tool


Imation Disc Stakka – CD/DVD Management Tool


$109.99


If you are a music or film lover with dozens of CDs and DVDs, you know how frustrating it can be to find the exact disc that you want. The Imation 19030 Disc Stakka CD and DVD Manager is designed to eliminate that frustration once and for all. You’ll never waste valuable time searching for discs or files again. The Imation 19030 is an automated carousel that stores, protects and retrieves your opt…

PHP and MySQL Web Development (4th Edition)


PHP and MySQL Web Development (4th Edition)


$27.99


PHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications. PHP and MySQL Web Development sh…

New Perspectives on Microsoft Access 2010, Introductory


New Perspectives on Microsoft Access 2010, Introductory


$57.44


With the New Perspectives’ critical-thinking, problem-solving approach, students will gain a comprehensive understanding of MICROSOFT OFFICE ACCESS 2010 and will learn how to take advantage of the flexibility it offers. Case-based tutorials challenge students to apply what they are learning to real-life tasks, preparing them to easily transfer skills to new situations. With New Perspectives, stude…

MySQL (4th Edition)


MySQL (4th Edition)


$29.00


The Definitive Guide to Using, Programming, and Administering MySQL 5.0 and 5.1 MySQL is an open source relational database management system that has experienced a phenomenal growth in popularity and use. Known for its speed and ease of use, MySQL has proven itself to be particularly well-suited for developing database-backed websites and applications. In MySQL, Paul DuBois provides a co…

The Sims That's life Ultimate Add-on pack


The Sims That’s life Ultimate Add-on pack


$6.00


The Sims(r) ‘That’s Life’Add-on pack is a rare import for use ONLY with the original Sims(r) PC program. Not a standalone item. Includes thousands of new items, including furniture, houses, skins, new families with interesting hobbies, wallpapers, and MORE! This item was created by fans for fans and is not associated with Maxis in any other way. Comes in a multi-lingual edition. Including ENGLISH….

library software programs

without comments

library software programs
Where can I buy songs legally and in a large quantity to make a decent library for DJing?

I have all the DJ equipment and a laptop. I have some songs, but not near enough. Buying them individual would cost 1000′s and take years to build a decent library. Does anyone know of any software you can buy that has songs already on it? Like say 500-1000 songs per program. I am willing to pay for all the songs, I just think there has to be an easier way then doing it individually. Serious answers only please.

Thanks!

go to google and do a search for ares galaxy.

it’s a file sharing program that TECHNICALLY you need to pay for, but theres a few sites where you can download it for free.

so TECHNICALLY it’s counted as legal.

it’s pretty sweet.

eBay Logo  

Music Jukebox Song Track MP3 CD Library Organiser NEW Software Program on CD


Music Jukebox Song Track MP3 CD Library Organiser NEW Software Program on CD


$16.20


Music Jukebox Song Track MP3 CD Library Organiser NEW Software Program on CD


Music Jukebox Song Track MP3 CD Library Organiser NEW Software Program on CD


$9.95



Core Rhythms Dance Exercise Program Starter Package 3-dvd Set


Core Rhythms Dance Exercise Program Starter Package 3-dvd Set


$13.49


Core Rhythms Dance Exercise Program Starter Package 3-Dvd Set! Jaana Kunitz & Julia Powers! In the Core Rhythms Full Workout, Jaana and Julia teach you the 3 Core Movements essential to Latin dancing and give drills to exercise your core to uplifting Latin music. With the Core Rhythms Quick Workout, they give you a workout for those days when you barely have half an hour to yourself! It challenges…

The Brain Fitness Program


The Brain Fitness Program


$9.00


Studio: Pbs Release Date: 04/16/2009…

Ablenet Big Books by George Ablenet Editions Social Studies Classroom Library


Ablenet Big Books by George Ablenet Editions Social Studies Classroom Library


$1,125.00


Ablenet Big Books by George Ablenet Editions Social Studies Classroom Library is designed to meet the needs of students with mild, moderate and severe disabilities. Ablenet classroom solutions offer exciting, cross-content titles specifically chosen to support grade-specific themes and appeal to every learner in the elementary and secondary classroom. Each classroom package supports transdisciplin…

Guitar Pro 6


Guitar Pro 6


$38.99


Since it’s release in 1997, eMedia’s Guitar Pro software has become known as one of the most powerful and intuitive tablature editors on the market. With the 40 features added to eMedia’s Guitar Pro 6, it should help keep the brand amongst the leaders in its class as a top software choice of guitarists worldwide looking for a guitar software to assist them in becoming better guitarists and for tea…

Filemaker Pro 11


Filemaker Pro 11


$259.99


FileMaker Pro is powerful, easy-to-use database software that helps you and your team get any type of task done faster. Millions of people in business, government, and education use FileMaker Pro to effortlessly manage all their information on Windows, Mac, and the web. Create custom databases for your own unique needs. Click to enlarge. …

Avid Studio


Avid Studio


$110.43


Edit like a pro with sophisticated photo and video correction tools, a powerful library that organizes all your media in one place, unlimited timeline tracks for advanced effects, and more. In-depth training materials get you started quickly, and the included templates, effects, and transitions provide fresh inspiration for each new project. Integrated disc authoring and a variety of export format…

HP 50g Graphing Calculator


HP 50g Graphing Calculator


$112.49


The new HP 50g Graphing Calculator provides optimum power, flexibility and connectivity for math, science, and engineering professionals, as well as college students. Featuring a more capable SD card slot, 2.5 MB total memory (512 KB, 2 MB Flash ROM), RS232 and USB connectivity, and a built-in intelligent editor, A large, high-contrast display clearly shows every important part of a formu…

ION Audio iCUE3 Discover DJ System


ION Audio iCUE3 Discover DJ System


$129.99


The ION Audio iCUE3 Discover DJ System easily allows you to mix and scratch your computer music library at your fingertips.  Simply load the included MixVibes Cross LE software, plug in the ION Discover DJ and you’re ready to be a star DJ. Mix tracks with the DJ crossfader, scratch, EQ, and even do more advanced DJ effects like pitching up and down! The Discover DJ works with all of your MP3s an…

Anime Studio Debut 8


Anime Studio Debut 8


$30.95


Create Your Own Cartoons and AnimationsCreate Animations in MinutesThe fun quick and affordable way to create animations Anime Studio is the ideal solution for first-time animators hobbyists and digital artists. A Beginner’s Mode and Character Wizard allow you to design your own ready-to-animate characters in minutes. Organize Projects with the Timeline Keyframes and Layers Move your character nat…

Dora Knows Your Name


Dora Knows Your Name


$29.99


Personalized for your own pint-size adventurer, the Dora Knows Your Name doll is ready to explore your child’s world. With the help of a home computer, Dora the Explorer knows your child’s name, birthday, friends, family, favorite foods, favorite animals, even the time of day. With a capacity of over 100 personalized phrases, songs, stories, and games, Dora’s speech and play will change depending …

Written by admin

December 30th, 2009 at 7:56 pm