| Projects on Google Code | Results 1 - 10 of 32 |
*inih (INI Not Invented Here)* is a simple [http://en.wikipedia.org/wiki/INI_file .INI file] parser written in C. It's only a couple of pages of code, and it was designed to be _small and simple_, so it's good for embedded systems. It's also more or less compatible with Python's [http://docs.python....
minIni is a portable and configurable library for reading and writing ".INI" files. At 650 lines of commented source code (version 0.8), minIni truly is a "mini" INI file parser.
The library does not require the file I/O functions from the standard C/C++ library, but instead lets you [Filesystem_...
A cross-platform library that provides a simple API to read and write INI-style configuration files. It supports data files in ASCII, MBCS and Unicode. It is designed explicitly to be portable to any platform and has been tested on Windows and Linux. Released as open-source and free using the MIT li...
IniFiler is a component of reading/editing ini files.
*Megnevezés*: Fájlkezelés<br>
*Alkalmazandó minták*: Abstract Factory, Singleton, Factory Method<br>
*Részfeladatok*:
* felhasználó létrehozhat, írhat, olvashat és törölhet különböző formátumú szöveges fájlokat
* 3 különböző fájltípus kezelése (pl.: csv, ini, xml)
* egy adott fájl kiválas...
=News=
*2 Mar 2009* - iniparse-0.3.1 released
* Fix empty-line handling bugs introduced in 0.3.0
*27 Feb 2009* - iniparse-0.3.0 released
* Fix handling of continuation lines
* Fix DEFAULT handling
* Fix picking/unpickling
*6 Dec 2008* - iniparse-0.2.4 released
* Updated to work...
* This web Site is NO MORE UPDATED, the new web site for open esi is : [http://open.esi.dz open.esi.dz] *
----
----
http://open.esi.dz
----
----
=== Welcome to the OpenESI initiative ===
This web site hosts a number of open source projects initiated and sup...
This library allows to read or create INI data programaticly.
---
An implementation for reading / writing INI data to and from streams, files and strings is included.
Really simple to use:
{{{
IniData data = parser.LoadFile("TestIniFile.ini");
data["ConfigSection"]["fullscreen"] = true;
p...
pyINIEditor is .INI file editor programmed with Python. Inspired by XML Starlet.
python,
ini,
editor,
conf,
config,
configuration,
edit,
change,
modify,
admin,
administrator,
root,
tool,
util,
utility
Save php settings to file, allows compare with other settings and shows differences.