{"id":17740578,"url":"https://github.com/rusq/siebns","last_synced_at":"2025-03-31T21:28:01.984Z","repository":{"id":104034791,"uuid":"117511589","full_name":"rusq/siebns","owner":"rusq","description":"Go package to modify Oracle Siebel CRM Gateway Naming file","archived":false,"fork":false,"pushed_at":"2019-03-28T09:29:55.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T10:18:10.630Z","etag":null,"topics":["gateway","go","oracle","siebel"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rusq.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-15T07:26:11.000Z","updated_at":"2019-06-21T22:03:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"33cc087c-4d8e-4c69-83dc-584d8ecdc09c","html_url":"https://github.com/rusq/siebns","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusq%2Fsiebns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusq%2Fsiebns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusq%2Fsiebns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusq%2Fsiebns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rusq","download_url":"https://codeload.github.com/rusq/siebns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246543477,"owners_count":20794359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gateway","go","oracle","siebel"],"created_at":"2024-10-26T03:06:38.600Z","updated_at":"2025-03-31T21:28:01.963Z","avatar_url":"https://github.com/rusq.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"==============\nsiebns Package\n==============\n\n.. image:: https://travis-ci.org/rusq/siebns.svg?branch=master\n    :target: https://travis-ci.org/rusq/siebns\n.. image:: https://codecov.io/gh/rusq/siebns/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/rusq/siebns\n\nPackage siebns currently only allows fixing the encoded file size in Oracle\n`Siebel CRM`_ Gateway Naming file after making manual modifications to it.\n\nIt provides the NSFile structure and member functions to allow loading and\nfixing the aforementioned files.\n\nExample::\n\n  ns,err := siebns.Open(\"siebns.dat\")\n  if err != nil {\n      log.Fatalf(\"%s\", err)\n  }\n  defer ns.Close()\n\n  if !ns.IsHeaderCorrect() {\n      wrote, err := ns.FixSize()\n      if err != nil {\n          log.Fatalf(\"Error writing to file:  %s\\n\", err)\n      }\n  }\n\nPlease consult the package documentation for further details.\n\n.. _`Siebel CRM`: http://www.oracle.com/us/products/applications/siebel/overview/index.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusq%2Fsiebns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frusq%2Fsiebns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusq%2Fsiebns/lists"}