SQLite Database Fixes | CPAN Testers [blogs.perl.org]
From Perl.org Blogs:Recently Andreas alerted me to a problem with the SQLite database used to store the basic metadata for thetatistical database, aka cpanstats. On reading the database, for some...
View ArticleAndroid SQLite Database - Tutorial
From vogella.de:This tutorial describes how to use the SQLite database in Android applications. The tutorial is based on Eclipse 3.Java 1.6 and Android 2.SQLite is an Open Source Database which is...
View ArticleIndian Railways stations, trains and schedules database in JSON and SQL formats
From sramana.in:Database of Indian Railways Stations, Trains, Schedules in SQLITE, SQL, JSON, XML, CSV and XLS formats.Click here to read moreTagged: #json #sql #xml #sqlite #csv
View ArticleAbout CPAN Testers
From Perl.org Blogs:November turned into a rather more traumatic month than I would have liked. It didn't start well with the old hosting company issuing us a invoice for 1 year's hosting, which we had...
View ArticleUsing SQLite Database with Android
From agiliq.com:rails django linkroundup django opinion opinion business API appengine python satire startup Uncategorized google marketing personal rambling search interviews seo-interviews...
View ArticleTouchDB - A slim Database engine for your Mobile App
From blog.amt.in:TouchDB is a slim CouchDB-compatible database engine suitable for embedding into your mobile or desktop apps. Think of it this way: If CouchDB is MySQL, then TouchDB is SQLite. Click...
View ArticleThe (10) survival development tools
From felicepollano.com:SharpDevelop NHibernate Caliburn(Micro) NInject Kaxaml SQLite Rad Software Regular Expression Designer ILSpy FlyFetch log4net. Is probably the single OS replacement for MS Visual...
View ArticleFile Inventory and Statistics
From CodeProject:Program to inventory files and gather files statistics; Author: w5828; Updated: 23 Jan 2012; Section: Files and Folders; Chapter: Desktop Development; Updated: 23 Jan 2012Click here to...
View ArticleAndroid JSON Parsing Tutorial | AndroidHive | Tutorials, Games, Apps, Tips
From androidhive.info:How to switch between Activities in Android - viewsAndroid Tab Layout Tutorial - viewsAndroid Layouts: Linear Layout, Relative Layout and Table Layout - viewsAndroid Login and...
View ArticleFile Inventory - A Hybrid Version Control System - CodeProject
From CodeProject:Download FilesInventoryV2.zip - 474.55 KB. Occasionally, I need to know the files in a directory have been added or removed recently. For example, I want to know if an image file has...
View ArticleSimple file system over SQLite
From CodeProject:Implement an easy-to-use file system backed by a SQLite database; Author: Chilap; Updated: 28 Feb 2012; Section: Android; Chapter: Mobile Development; Updated: 28 Feb 2012Click here to...
View ArticleMoving Data from One Database to Another with Django
From davidgrant.ca:So I have a django database I'm working on and I decided I wanted to do the development in sqlite3 instead of mysql. I decided to do this because it makes it easier, for example, to...
View ArticleInduction: SQL? NoSQL? Explore, Query, Visualize
From myNoSQL:Induction: SQL? NoSQL? Explore, Query, Visualize. About NoSQL tools, PostgreSQL, MySQL, SQLite, Redis, MongoDB, OS XClick here to read moreTagged: #nosql #mysql #sqlite #postgresql #redis...
View ArticleSQL.js: SQLite Compiled to JavaScript via Emscripten
From Badass JavaScript:Alon Zakai, the creator of Emscripten is back at it again, this time releasing SQL.js, which is a compilation of SQLite to JavaScript using his own tool. Â The demo page shows it...
View Articlesql.js
From syntensity.com:This is sql.js: SQLite compiled from C to JavaScript using Emscripten. View this page's source to see how easy it is to use it! * This is not a fully optimized build (optimized...
View ArticleSimple Database access using Perl DBI and SQL
From szabgab.com:While in most fields Perl adheres to the concept of TMTOWDI in accessing relation databases Perl has a de-facto standard called DBI or Database independent interface for Perl. The Perl...
View ArticleSQLite Types: To Affinity And Beyond
From hoelz.ro:If you haven't checked out SQLite, it's definitely worth taking a look at. It's perfect for a zero-configuration set up when you're doing development, and it's a great database to run a...
View ArticleMariaDB/MySQL, PostgreSQL and SQLite3 - Comparing Command-Line Interfaces
From Linux Journal:Don't be afraid of using your chosen database's command-line client. I might as well say this up front: I don't like using GUI (aka non-command-line or graphical) tools with my...
View Article342 Migrating to PostgreSQL
From Railscasts:PostgreSQL is a feature-packed relational database that every Rails developer should consider using. Here you will learn how to install it, add it to a new application, and transition...
View ArticleSecuring Data in iOS
From blog.chariotsolutions.com:There are numerous ways to secure data that you are storing on an iOS device. There are several different levels of file protection. The following was taken from the...
View ArticleAccessing a SQLite Database with C++
From CodeProject:SQLite databases are easy to use and portable. SQLite is a file system database. This example illustrates the basic access of a SQLite databse using C/C++.Click here to read...
View ArticleCPAN Testers Summary - April 2012 - Pictures At An Exhibition
From Perl.org Blogs:Firstly for this summary, I would like to extend a big thank to lestrrat, Mark Allen and Ron Savage for the first individual donations to the CPAN Testers Fund, as managed via the...
View ArticleAda Database Objects 0.3.0 Released
From ada-dk.org:Ada Database Objects is a library that facilitates access to MySQL and SQLite databases and the mapping of database objects into Ada records, AKA an ORM.Click here to read moreTagged:...
View ArticlePerforming localized week based calendar computations with SQLite
From CodeProject:Download demo project Download source. Recently I was involved in an analytics application iOS port development. Since our model was relational we decided to use SQLite.Click here to...
View ArticlewxPython and SQLAlchemy: Loading Random SQLite Databases for Viewing
From The Mouse Vs. The Python:I was recently contacted about whether or not there were any wxPython applications out here that could present a SQLite database. As I understood it, they wanted to be...
View ArticleAndroid Persistence: Internal Storage
From Javalobby:As Android developers, we have a few options for persisting our application data across runs: * external storage on the SD card, or through networkingClick here to read moreTagged:...
View ArticleConvert SQL Server DB to SQLite DB
From CodeProject:Download compiled version of project - 564.39 KB I needed to convert the existing SQL server databases to SQLite databases as part of a DB migration program and did not find any decent...
View Articlelog4Net and SQLite
From CodeProject:This article explains how to work with log4Net and SQLite.; Author: Elvin Deras; Updated: 14 Jun 2012; Section: C#; Chapter: Languages; Updated: 14 Jun 2012Click here to read...
View ArticleAndroid Application with SQLite Database
From CodeProject:The storage functionality inside SQLite databases.; Author: Krishna_1986; Updated: 16 Jun 2012; Section: Android; Chapter: Mobile Development; Updated: 16 Jun 2012Click here to read...
View ArticleHow to Create a Database
From The Mouse Vs. The Python:A couple years ago I wrote a rather flawed tutorial about SQLAlchemy. I decided it was about time for me to re-do that tutorial from scratch and hopefully do a better job...
View ArticleSkip + Deflate
From CodeProject:Yesterday I found myself in quite a mess. I had a file that I needed to inspect – but the file was in a proprietary format. Luckily it wasn't difficult to find a description of what I...
View ArticleHosting your own Rails apps
From mattslay.com:Sometimes the current options for paid hosting of Rails apps are just not warranted for small scale apps. Imagine a small business app where there may only be 10 or 15 users across...
View ArticlePython: A Simple Step-by-Step SQLite Tutorial
From The Mouse Vs. The Python:SQLite is a self-contained, server-less, config-free transactional SQL database engine. Python gained the sqlite3 module all the way back in version 2.5 which means that...
View ArticleTasks managing app using MVVM and NHibernate
From CodeProject:This article tries to be a reference for a complete sample on how to develop a WPF application following the MVVM pattern with a database backend. I've tried to "abstract" the database...
View ArticleHeroku Releases Free PostgreSQL App for OSX
From TechCrunch:Today Heroku, a platform cloud company owned by Salesforce.com, released a free PostgreSQL app for Macintosh OSX called Postgres.app. You can download the beta here today, and it will...
View ArticleFunky String Function Simulation in SQLite
From Javalobby:I'm a Java and SQL enthusiast developer working for a leading company in the E-Banking field in Zurich, Switzerland. I'm the creator of JOOQ, a comprehensive SQL library for Java, and...
View ArticleAndroid with SQLite Database Handling in MonoDevelop (Mono for Android, C#)
From CodeProject:SQLite is a data engine running in Android and is the native database on Android.; Author: R S Dodiya; Updated: 13 Aug 2012; Section: Android; Chapter: Mobile Development; Updated: 13...
View ArticleRoundcube, SQLite and PHP 5.4
From christopher-kunz.de:After updating PHP to version 5.4 (with mixed success), I am still cleaning up the fallout peu à peu. During my holidays, the fact that my Roundcube installation is also broken...
View ArticleUsing SQLite Full-Text Search in Entity Framework
From blogs.devart.com:SQLite database supports an advanced functionality of full-text search (FTS) and full-text indexing described comprehensively in the SQLite documentation: SQLite FTS3 and FTS4...
View ArticleHow to export your Previous Recipients addresses from Mac Mail
From xaprb.com:Mail's Mail.app keeps a list of recent recipients, but it doesn't let you export them to a file. You could do as some others on the Internet have suggested and grep the file of addresses...
View ArticleSimple MySQL: Converting ANSI SQL to SQLite3
From themattreid.com:I was digging through some old project code and found this script. Sometimes one finds oneself in an odd situation and needs to convert regular SQL, say from a MySQL database dump,...
View ArticleHow SQLite Is Tested
From sqlite.org:The reliability and robustness of SQLite is achieved in part the SQLite library consists of approximatelyClick here to read moreTagged: #sqlite #sql #testing #databases #macros #tcl
View ArticleUsing SQLite Database with Android
From CodeProject:Download a sample application on using database in Android from here. Android default Database engine is Lite. SQLite is a lightweight transactional database engine that occupies a...
View ArticleRunSat Training Logs
From CodeProject:RunSat is one of the leading GPS Running and Cycling apps on WindowsPhone. It allows you to track your sport and to then upload your tracks to the runsaturday.com website for analysis...
View ArticleAstro 2012
From CodeProject:is an horoscope app which gives user horoscope predictions to user based on Zodiac Sign. We have written this app in using XAML for Windows 8 Metro Style. As being our first windows 8...
View ArticleHow SQLite Is Tested
From sqlite.org:The reliability and robustness of SQLite is achieved in part the SQLite library consists of approximatelyClick here to read moreTagged: #sqlite #sql #testing #databases #macros #tcl
View ArticleRemove Skype Chat History for Single Contact
From CodeProject:Download source code - 1.14 MB Download Skype Message Cleaner - 910.3 KB. I wanted to clear the Skype chat history for a single user, but Skype only allows you to clear the complete...
View ArticleSQLite vs MySQL
From schimpf.es:Today I got asked from a friend about the differences between SQLite and MySQL and in which cases it is better to use the first or the latter one. You can't really compare these two, I...
View ArticleNot Equal support for Active Record queries [Rails 4 Countdown to 2013]
From blog.remarkablelabs.com:This post is part of a series of 31 Rails 4 articles being released each day in December 2012. The Active Record query interface for the most part abstracts SQL from the...
View ArticleDBpedia in SQLite
From ganwellresource.blogspot.com:When I learned about DBpedia, I wanted to have it installed locally, I read the tutorials on sparql and how to install DBpedia: that has to be simpler. I kind of...
View Article