Projects tagged ‘domain’


[11 total ]
6

Roma Meta Framework

 
Primary Language: Java Licensed as: Apache License 2.0

Roma is an Open Source initiative to make Java application development easy. The approach is totally DDD: let's think to the domain of your application and Roma will make the rest: persistence (database), presentation (HTML + Ajax), logging, user ... [More] management, sessions, workflow, scheduler, etc. Roma is a Meta Framework namely a tool that aims to remove dependencies between your application code and frameworks and tools you use. This allows you to change the technology at zero cost without any changes to your application code. Roma is also a MDA implementation since takes its concepts and philosophy but it's totally based on POJOs without to learn other micro languages and complex standards. [Less]

Metrics updated 10 Oct 08

6

vpopmail

   
Primary Language: C Licensed as: GNU General Public License 2.0

Handling virtual domains is a common issue posed by new users in the qmail and postfix communities. Inter7 has developed vpopmail (vchkpw - buipopmeil), a free GPL software package, to provide an easy way to manage virtual email domains and non /etc/passwd email accounts on your qmail or Postfix mail servers.

Metrics updated 13 Oct 08

2

ISPConfig

 
Primary Language: PHP Licensed as: BSD-ish License

ISPConfig is an open source hosting control panel for Linux.

Metrics updated 28 Aug 08

0

cross-domain-ajax

 
Licensed as: GNU Lesser General Public License 2.1

XMLHttpRequest is limited. It dosn't allow you to make cross domain request - security issue. But, there is still posibility to make cross domain scripting. For example: document.write( '' ); XMLHttpRequest - is better - because you can use XML or ... [More] plain text format, or you can GET or POST data XMLHttpRequest - is worse - because you cann't use it in cross-domain environment without proxy. If you plane to make a service similar to the Google Search Api - just try this script. It allow you to make cross domain ajax scripting. [Less]

0

huinca

 
Primary Language: C# Licensed as: Apache License 2.0

Huinca is a DDD (Domain Driven Design) and .NET software architecture sand box. We will try to find and share best practices for .NET real world software development based on the DDD approach.

Metrics updated 11 Oct 08

0

Domain Name Portfolio

 
Licensed as: GNU General Public License 2.0

Domain Name Portfolio is a FREE PHP and MySQL based application to help domain owners better organize their portfolio. It allows you to list your domains with their expiry, registrar, price, status, and category. Also allows visitors to your portfolio to contact you about a given domain.

0

domains migrations plugin

 
Primary Language: Ruby Licensed as: MIT License

Use domains in your migrations, with or without CREATE DOMAIN in your database!!. Using this Ruby on Rails plugin you can write this code in your migrations file: create_domain :activedom, :string, :limit => 5, :default => ... [More] 'False', :null => false do value.in('True', 'False') | value.in('Yes', 'No') end create_table :projects do |t| t.string :name, :limit => 60 t.string :description, :limit => 300 t.activedom :is_active # t.timestamps end [Less]

Metrics updated 11 Oct 08

0

gdatav2rubyclientlib

 
Primary Language: Ruby Licensed as: Apache License 2.0

Provisioning API v2.0 Ruby client libraryProvisioning API v2.0 Ruby client library for Google Apps. Based on GData API v2.0. running even behind authenticated http proxies using REXML (no extra module dependency) Just uncompress the downloaded ... [More] file in your working directory. Ruby language : from version 1.8.6 patch-level 111 (just type ruby -v to check your version) On-line documentation Example : #!/usr/bin/ruby require 'gappsprovisioning/provisioningapi' include GAppsProvisioning adminuser = "root@mydomain.com" password = "PaSsWo4d!" myapps = ProvisioningApi.new(adminuser,password) new_user = myapps.create_user("jsmith", "john", "smith", "secret", nil, "2048") puts new_user.family_name puts new_user.given_nameWant to update an user ? user = myapps.retrieve_user('jsmith') user_updated = myapps.update_user(user.username, user.given_name, user.family_name, nil, nil, "true")Want to add an alias or nickname ? new_nickname = myapps.create_nickname("jsmith", "john.smith")Want to handle errors ? begin user = myapps.retrieve_user('noone') puts "givenName : "+user.given_name, "familyName : "+user.family_name, "username : "+user.username" puts "admin ? : "+user.admin rescue GDataError => e puts "errorcode = " +e.code, "input : "+e.input, "reason : "+e.reason endEmail lists ? new_list = myapps.create_email_list("sale-dep") new_address = myapps.add_address_to_email_list("sale-dep", "bibi@ruby-forge.org") [Less]

Metrics updated 10 Oct 08

0

google-dnswall

 
Primary Language: C Licensed as: Apache License 2.0

dnswall is a daemon that filters out private IP addresses in DNS responses. It is designed to be used in conjunction with an existing recursive DNS resolver in order to protect networks against DNS rebinding attacks. For details of the attack and various defenses, including dnswall, see http://crypto.stanford.edu/dns/.

Metrics updated about 4 hours ago

0

Domain Hunter

 
Primary Language: PHP Licensed as: GNU General Public License 3.0

Domain Hunter is a simple application to monitor the state of a list of domain names. Changes in the status of a monitored domain can be sent to an email address or the domain information can be obtained on demand through a Web interface. Only the .com and .net top-level domains are currently supported.

Metrics updated 10 Oct 08