网站综合信息 swig.org
    • 标题:
    • Simplified Wrapper and Interface Gener 
    • 关键字:
    •  
    • 描述:
    •  
    • 域名信息
    • 域名年龄:27年6个月24天  注册日期:1998年01月28日  到期时间:
      邮箱:h25s24d295p  电话:+1.5707088780
      注册商:Network Solutions, LLC 
    • 服务器空间
    • IP:216.34.181.97 同IP网站182个 详情
      地址:美国 加利福尼亚州山景市Sourceforge公司
    • 备案信息
    • 备案号: 
    网站收录SEO数据
    • 搜索引擎
    • 收录量
    • 反向链接
    • 其他
    • Google
    • 148  
    • 318  
    • pr:7  
    • 雅虎
    • 0  
    •  
    •  
    • 搜搜
    • 1  
    •  
    •  
    • 搜狗
    • 0  
    •  
    • 评级:2/10  
    • 360搜索
    • 0  
    •  
    •  
    域名流量Alexa排名
    •  
    • 一周平均
    • 一个月平均
    • 三个月平均
    • Alexa全球排名
    • 249,771  
    • 平均日IP
    • 日总PV
    • 人均PV(PV/IP比例)
    • 反向链接
    • dmoz目录收录
    • -  
    • 流量走势图
    域名注册Whois信息

    swig.org

    域名年龄: 27年6个月24天
    注册时间: 1998-01-28
    注 册 商: Network Solutions, LLC
    注册邮箱: h25s24d295p
    联系电话: +1.5707088780

    获取时间: 2016年10月13日 19:11:39
    Domain Name: SWIG.ORG
    Domain ID: D822505-LROR
    WHOIS Server:
    Referral URL: http://www.networksolutions.com
    Updated Date: 2009-08-07T12:45:47Z
    Creation Date: 1998-01-28T05:00:00Z
    Registry Expiry Date: 2017-01-27T05:00:00Z
    Sponsoring Registrar: Network Solutions, LLC
    Sponsoring Registrar IANA ID: 2
    Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
    Registrant ID: 17211136-NSIV
    Registrant Name: Perfect Privacy, LLC
    Registrant Organization:
    Registrant Street: 12808 Gran Bay Parkway West
    Registrant Street: care of Network Solutions
    Registrant City: Jacksonville
    Registrant State/Province: FL
    Registrant Postal Code: 32258
    Registrant Country: US
    Registrant Phone: +1.5707088780
    Registrant Phone Ext:
    Registrant Fax:
    Registrant Fax Ext:
    Registrant Email: h25s24d295pegistration.com
    Admin ID: 17211136-NSIV
    Admin Name: Perfect Privacy, LLC
    Admin Organization:
    Admin Street: 12808 Gran Bay Parkway West
    Admin Street: care of Network Solutions
    Admin City: Jacksonville
    Admin State/Province: FL
    Admin Postal Code: 32258
    Admin Country: US
    Admin Phone: +1.5707088780
    Admin Phone Ext:
    Admin Fax:
    Admin Fax Ext:
    Admin Email: h25s24d295pegistration.com
    Tech ID: 17211136-NSIV
    Tech Name: Perfect Privacy, LLC
    Tech Organization:
    Tech Street: 12808 Gran Bay Parkway West
    Tech Street: care of Network Solutions
    Tech City: Jacksonville
    Tech State/Province: FL
    Tech Postal Code: 32258
    Tech Country: US
    Tech Phone: +1.5707088780
    Tech Phone Ext:
    Tech Fax:
    Tech Fax Ext:
    Tech Email: h25s24d295pegistration.com
    Name Server: NS.BSN.COM
    Name Server: NS3.BSN.COM
    DNSSEC: unsigned
    >>> Last update of WHOIS database: 2016-10-12T07:59:48Z <<<

    For more information on Whois status codes, please visit https://icann.org/epp

    Access to Public Interest Registry WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the Public Interest Registry registry database. The data in this record is provided by Public Interest Registry for informational purposes only, and Public Interest Registry does not guarantee its accuracy. This service is intended only for query-based access. You agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to(a) allow, enable, or otherwise support the transmission by e-mail, telephone, or facsimile of mass unsolicited, commercial advertising or solicitations to entities other than the data recipient's own existing customers; or (b) enable high volume, automated, electronic processes that send queries or data to the systems of Registry Operator, a Registrar, or Afilias except as reasonably necessary to register domain names or modify existing registrations. All rights reserved. Public Interest Registry reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy.
    其他后缀域名
    • 顶级域名
    • 相关信息
    网站首页快照(纯文字版)
    抓取时间:2014年04月10日 12:42:49
    网址:http://swig.org/
    标题:Simplified Wrapper and Interface Generator
    关键字:
    描述:
    主体:
    HomeDevelopmentMailing ListsBugs and PatchesInformationWhat is SWIG?CompatibilityFeaturesTutorialDocumentationNewsThe Bleeding EdgeHistoryGuilty PartiesProjectsLegal DepartmentLinksDownloadSwigWikiDonateAffiliationsOur Generous HostExitsAllegroCLC# - MonoC# - MS .NETCFFICHICKENCLISPDGo languageGuileJavaLuaMzScheme/RacketOcamlOctavePerlPHPPythonRRubyTcl/TkWelcome to SWIG[ Chinese ]SWIG is a software development tool that connects programs written inC and C++ with a variety of high-level programminglanguages.  SWIG is used with different types of target languages including common scripting languages such asPerl, PHP, Python, Tcl and Ruby. The list of supported languages also includes non-scripting languages such as C#, Common Lisp (CLISP, Allegro CL, CFFI, UFFI), D, Go language,Java including Android, Lua, Modula-3, OCAML, Octave and R.Also several interpreted and compiled Scheme implementations (Guile, MzScheme/Racket, Chicken)are supported. SWIG is mostcommonly used to create high-level interpreted or compiled programmingenvironments, user interfaces, and as a tool for testing and prototyping C/C++ software. SWIG is typically used to parse C/C++ interfaces and generate the 'glue code' required for the above target languages to call into the C/C++ code.SWIG can also export its parse tree in the form of XML and Lisp s-expressions.SWIG is free software and the code that SWIG generates is compatible with both commercial and non-commercial projects.Download the latest version.Documentation, papers, and presentationsFeatures.Mailing ListsBug trackingSwigWiki!Recent News2014/03/16 - SWIG-3.0.0 releasedThis is a major new release focusing primarily on C++ improvements.C++11 support added. Please see documentation for details of supportedfeatures: http://www.swig.org/Doc3.0/CPlusPlus11.htmlNested class support added. This has been taken full advantage of inJava and C#. Other languages can use the nested classes, but requirefurther work for a more natural integration into the target language.We urge folk knowledgeable in the other target languages to stepforward and help with this effort.Lua: improved metatables and support for %nspace.Go 1.3 support added.Python import improvements including relative imports.Python 3.3 support completed.Perl director support added.C# .NET 2 support is now the minimum. Generated using statements arereplaced by fully qualified names.Bug fixes and improvements to the following languages:C#, Go, Guile, Java, Lua, Perl, PHP, Python, Octave, R, Ruby, TclVarious other bug fixes and improvements affecting all languages.Note that this release contains some backwards incompatible changesin some languages.Full detailed release notes are in the changes file.See http://swig.org/release.html.2014/02/09 - SWIG-2.0.12 releasedSWIG-2.0.12 summary:- This is a maintenance release backporting some fixes from the pending 3.0.0 release.- Octave 3.8 support added.- C++11 support for new versions of erase/insert in the STL containers.- Compilati

    © 2010 - 2020 网站综合信息查询 同IP网站查询 相关类似网站查询 网站备案查询网站地图 最新查询 最近更新 优秀网站 热门网站 全部网站 同IP查询 备案查询

    2025-08-13 05:22, Process in 0.0063 second.