CodeGen - a secure, high efficiency, and offline-able software, it provides several useful functions

Related tags

Spring Boot CodeGen
Overview

CodeGen Efficiency ToolBox

Introduce

CodeGen is a secure, high efficiency, and offline-able software, it provides several useful functions

We hope it can save your day from heavy redundant operations and reduce your workload to some extent. Our aim is, to write code more easily by using this software, we promise that we will keep updating its function and putting more useful functions on CodeGen.

Recently, we just released the Beta version, not merely the Windows platform but OSX(Mac) and Linux(Snap/AppImage) are supported as well. If you would like to experience the software of the Beta version, please refer to the download links in the section below.

Download

Friendly Reminder

The only website is codegen.work7z.com, please pay high attention to whether the link you are accessing is correct and matches exactly or not.

References

Issues and Suggestions

For any kinds of issues or suggestions, please create an issue in this repository, or send an e-mail to our mailbox:

Software Preview

cannot-load-images cannot-load-images cannot-load-images cannot-load-images cannot-load-images cannot-load-images cannot-load-images

About this Repository

We would like to hear our user's feedback and suggestions about the software via this repository on Github, therefore the main purpose of the repository is to solve issues and problems as much as we can. Meanwhile, there are lots of efforts that need to be spent on open-source such as code review, adding the supplementary comments, the prerequisites of local development, scrutinizing latent vulnerable defects, etc... Based on that, I'm afraid that CodeGen would publish its part source code firstly so far, and we will consider publishing its entire source code at the proper time. For any kinds of issues or suggestions, please feel free to contact us, much appreciated.

Comments
  • Mac Intel 桌面版本安装出错 找不到文件

    Mac Intel 桌面版本安装出错 找不到文件

    Error: ENOENT: no such file or directory, stat '/Applications/CodeGen.app/Contents/Resources/app/worldview/logic/library/nodejs_v18.0.0/main/node-v18.0.0-darwin/bin/corepack'

    image
    opened by sunyong01 4
  • AES加密工具报错

    AES加密工具报错

    使用软件更新,从1.5.93更新之1.6.32版本后:

    新的AES加密点击生成秘钥报错:

    Error: /opt/app/codegen-toolbox/extensions/encryption_and_decryption_codegen_api_v1.6.2/encryption_and_decryption/pre-requisite.json (No such file or directory)
    

    请问该如何修复中间版本的资源缺失?

    opened by Handy045 4
  • win11下生成了错误的backend文件夹路径

    win11下生成了错误的backend文件夹路径

    您好, 我的安装路径是: D:\Program Files\codegen-v1.4.5-windows-x64 点击startup.bat后,创建了以下目录: D:\Program%20Files\codegen-v1.4.5-windows-x64\codegen-toolbox-v1.4.5-windows-x64\procedures\v1.4.5\backend 请确认程序是否有路径空格处理问题

    opened by william4094 3
  • JSON转Model 报错Cannot read properties of undefined (reading 'fieldName')

    JSON转Model 报错Cannot read properties of undefined (reading 'fieldName')

    web版1.6.8 json内容:

    {
        "data": [
            {
                "airdate": "2022-09-29",
                "name": "1",
                "name_cn": "1",
                "duration": "00:23:40",
                "desc": "1",
                "ep": 25,
                "id": 1073368,
                "subject_id": 326895,
                "comment": 19,
                "type": 0,
                "disc": 0,
                "duration_seconds": 1420,
                "sort": 1
            }
        ],
      "total": 25,
      "limit": 100,
      "offset": 0
    }
    

    结果 image


    把json里的sort字段去掉就能成功

    {
        "data": [
            {
                "airdate": "2022-09-29",
                "name": "1",
                "name_cn": "1",
                "duration": "00:23:40",
                "desc": "1",
                "ep": 25,
                "id": 1073368,
                "subject_id": 326895,
                "comment": 19,
                "type": 0,
                "disc": 0,
                "duration_seconds": 1420
            }
        ],
      "total": 25,
      "limit": 100,
      "offset": 0
    }
    

    结果 image

    opened by MooRoakee 2
  • 多行文本格式化为一行的工具?Multiple lines of text formatted into a single line?

    多行文本格式化为一行的工具?Multiple lines of text formatted into a single line?

    示例(example): 12345564564, 154265411, 154265411

    格式化后(formated): 12345564564,154265411,154265411

    是否能增加一款这样的小工具吗? 类似功能未能在工具箱中找到,谢谢!

    Could one of these gadgets be added? Similar features cannot be found in the toolbox, Thanks !

    enhancement 
    opened by willxiang 2
  • 无法下载

    无法下载

    访问https://acdn.codegen.work7z.com/test/v1.2.5/CodeGen-v1.2.5.zip 报错

    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    <Error>
    <Code>UserDisable</Code>
    <Message>UserDisable</Message>
    <RequestId>6253A69F9C7AA2383641803E</RequestId>
    <HostId>codegen-release-services.oss-cn-guangzhou.aliyuncs.com</HostId>
    </Error>
    
    opened by flavan0id 2
  • [NOTE] CodeGen recommends using English to raise an issue, yet Chinese Issue is acceptable as well.  推荐使用英文但不强制,中文也是可以的,只要有任何软件问题或建议,请您随时告诉我们

    [NOTE] CodeGen recommends using English to raise an issue, yet Chinese Issue is acceptable as well. 推荐使用英文但不强制,中文也是可以的,只要有任何软件问题或建议,请您随时告诉我们

    Dear user,

    Thank you for using CodeGen ToolBox. For any kind of Software issues or suggestions, please help to tell us so as to make CodeGen better together.

    Regarding the language of the issue, we recommend using English to raise an issue, yet Chinese Issue is acceptable as well. When you're trying to raise an issue, it would be great if you can provide your OS info and CodeGen version, much appreciate!

    Best Regards. CodeGen ToolBox


    亲爱的用户,

    感谢您使用CodeGen ToolBox。对于任何类型的软件问题或建议,请帮助告诉我们,以便让我们把CodeGen做得更好。

    关于问题的语言,我们建议使用英语Issue,但中文问题也是可以接受的。当您试图提Issue,如果你能提供你的操作系统信息和CodeGen版本,这将是非常有帮助的,十分感谢!

    此致 敬礼 CodeGen工具箱

    documentation 
    opened by work7z 2
Releases(v1.6.521)
Owner
null
React 0.68+ Turbo Module starter using codegen with typescript for Objective-C and Java/Kotlin with C++ shared library. 🚀🚀🚀

React 0.68+ Turbo Module starter using codegen with typescript for Objective-C and Java/Kotlin with C++ shared library. ?? ?? ?? Features React Native

Nagish Inc. 358 Jan 3, 2023
On-device, Offline Spleeter Solution For Mobile

Spleeter for Mobile On-device, Offline Spleeter Solution For Android & iOS Spleeter is Deezer source separation library with pretrained models written

FaceOnLive 235 Dec 24, 2022
This project demonstrates usage of Captcha, OTP APIs to access Offline eKYC XML.

Client Application to simulate offline eKYC wrapper API flow Introduction This is a Spring boot application which can be used to download offline eKYC

UIDAI 4 Oct 29, 2021
BurritoSpigot is a fork of TacoSpigot 1.8.9 that offers several enhancements to performance as well as bug fixes. while offer extra APIs and support for plugins

?? BurritoSpigot ?? BurritoSpigot is a fork of TacoSpigot 1.8.8 that offers several enhancements to performance as well as bug fixes. while offer extr

Cobble Sword Services 44 Dec 20, 2022
DM Movie is an app with several movies catalogued through a database, you enter your email and your rating of the movie

DM Movie is an app with several movies catalogued through a database, you enter your email and your rating of the movie

Davi M. G. de Almeida 5 Jan 28, 2022
In the application, users should be able to register, login and create/update/delete their own to-do lists.

Mini TO-DO app About the project Todoist In the application, users should be able to register, login and create/update/delete their own to-do lists. Y

Hüseyin Balicak 2 Nov 22, 2022
Several XStream gadgets ported from ysoserial

README This repo contains several ysoserial gadgets, transformed into the XStream serialization format. Original repo: https://github.com/frohoff/ysos

chudyPB 30 Oct 30, 2022
Fixes Minecraft client lag from receiving chat messages, at the expense of not being able to block players in chat.

chat-lag-fix Fixes Minecraft client lag from receiving chat messages, at the expense of not being able to block players in chat. Mojang in their infin

adryd 21 Dec 4, 2022
Let Litematica be able to paste tile entity data of block / entity data in a server

Litematica Server Paster Let Litematica be able to paste tile entity data of block / entity data in a server By using a custom chat packet to bypass t

Fallen_Breath 23 Dec 24, 2022
The bapeclient decompiled source code (Build able)

请大家帮忙泄露一份吴雨桐女士的最新客户端 根据吴女士在客户端被反编译之后毫不在意的态度吴女士可能即将要跑路,如果有人可以泄露吴女士的最新客户端可以创建issue(除了Bape更新) Bape 3.32 Decompiled and ModCode Pack Renamed 太烂了,快离开我的世界开外

Czf_233 10 Jan 7, 2023
Critter Chronologer a Software as a Service application that provides a scheduling interface for a small business that takes care of animals

Critter Chronologer a Software as a Service application that provides a scheduling interface for a small business that takes care of animals. This Spring Boot project will allow users to create pets, owners, and employees, and then schedule events for employees to provide services for pets.

Rasha Omran 1 Jan 28, 2022
A fast and secure browser for standalone virtual-reality and augmented-reality headsets.

Wolvic VR Browser The goal of the Wolvic project is to create a full-featured browser exclusively for standalone AR and VR headsets. You can find us i

Igalia 465 Jan 7, 2023
SecureDB is an extension for Ai2 Appinventor and its distros which stores the data in the form of key and value just like TinyDB but in a more secure manner.

SecureDB SecureDB is an extension for Ai2 Appinventor and its distros which stores data for your app in a secure format locally on user's device. Expl

Akshat Developer 3 Sep 24, 2022
A spring cloud infrastructure provides various of commonly used cloud components and auto-configurations for high project consistency

A spring cloud infrastructure provides various of commonly used cloud components and auto-configurations for high project consistency.

Project-Hephaestus 2 Feb 8, 2022
Decipher-pad - Encrypt and secure your text files with Decipher Pad!

Welcome to Decipher Pad ?? Encrypt and secure your text files with Decipher Pad! Table of Contents About The Project Tech Stack Prerequisites Developm

Md Ausaf Rashid 4 Feb 24, 2022
Programming Services and Processes - 04 Secure Programming Techniques

Programación de Servicios y Procesos - 04 Técnicas de Programación Segura Tema 04. Técnicas de Programación segura. Curso 2021/2022. Contenidos Introd

José Luis González Sánchez 5 Dec 27, 2022
This project shows how to configure basic auth to secure our rest API and basic transaction on Data JPA

Basic Atuthentication Spring Boot Data JPA, MySQL This project shows how to configure basic auth to secure our rest API and basic transaction on Data

Hafizullah Samim 1 Feb 10, 2022
Simple AnimationUtil using Easing functions. Can be used anywhere, Hacked-Client, Mods, etc..

AnimationUtil Simple AnimationUtil using Easing functions. Can be used anywhere, Hacked-Client, Mods, etc.. Render example > https://gyazo.com/780b5d8

null 71 Jan 8, 2023
The ANT HAL Service functions as a JNI wrapper for the ANT HAL.

Android ANT HAL Service v.4.0.0 - 25 Aug 2014 The ANT HAL Service functions as a JNI wrapper for the ANT HAL. The ANT Hal Service provides the messagi

Project Kaleidoscope 0 Jun 11, 2022