当前位置: 首页 > 软件库 > Web应用开发 > >

corporate-bs-generator-api

Corporate Bullshit(BuzzWord) Generator API
授权协议 BSD-3-Clause License
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 洪光霁
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Corporate Bullshit/Buzzword Generator API

Corporate bullshit is the icing on the cake, proof that not even the business world takes the business world seriously. People get annoyed about it but don’t do anything about it, they give its use in meetings the dignity of a response rather than someone saying “what the fuck are you talking about?!” Even Googling “how to deal with corporate bullshit” renders no exact matches and very related matches.

So, I made this lovely little corporate bullshit generator to randomly pick out phrases, which can help your application get ahead in an industry where spin, buzzwords and vagueness reign supreme.

GET https://corporatebs-generator.sameerkumar.website/

CORS Enabled

It will sound so good that your users will just nod enthusiastically even though they have no idea.

Few bullshit examples

1) Quickly cloudify equity invested collaboration and idea-sharing

Means: “Use Google docs”

2) Efficiently build empowered networks

Means: “Make a company” or “use the internet” or “sell things”

Other Notes

Feel free to be offended!

This is my first Node/Express mini project.

References

https://sociable.co/business/corporate-bullshit/

https://www.atrixnet.com/

 相关资料
  • bs :: framework 是一个新一代 C ++ 游戏开发框架,专注于现代技术、高质量设计和高性能,旨在为开发实时图形应用程序(游戏、引擎或工具)提供统一的基础。 bs :: framework 提供了从音频、动画、GUI、输入、物理、渲染到脚本系统等图形应用开发所需的一切。它还内置了对30多种图像、mesh 和音频格式的支持,以及应用广泛的数学库、RTTI(run-time type in

  • bs-stepper A stepper plugin for Bootstrap 4. You can use it on React and Angular too because this plugin is written with the most used JavaScript framework: VanillaJS. Demo If you want to see our late

  • BS Redis Desktop Client是一个基于Rust和Sciter的Redis桌面工具。 为什么有这个工具 太多的工具基于electron,太大太重。 rdm 对于我来说不符合审美。 基于rust和sciter的编写的桌面工具又快又轻。 基于html的sciter让我可以轻松创建一个漂亮的GUI界面。 界面预览 主界面  添加新连接界面  key 列表 

  • 常规函数只会返回一个单一值(或者不返回任何值)。 而 Generator 可以按需一个接一个地返回(“yield”)多个值。它们可与 iterable 完美配合使用,从而可以轻松地创建数据流。 Generator 函数 要创建一个 generator,我们需要一个特殊的语法结构:function*,即所谓的 “generator function”。 它看起来像这样: function* gene

  • generator(生成器)是ES6标准引入的新的数据类型。一个generator看上去像一个函数,但可以返回多次。 ES6定义generator标准的哥们借鉴了Python的generator的概念和语法,如果你对Python的generator很熟悉,那么ES6的generator就是小菜一碟了。如果你对Python还不熟,赶快恶补Python教程!。 我们先复习函数的概念。一个函数是一段完整

  • Express' application generator. Installation $ npm install -g express-generator Quick Start The quickest way to get started with express is to utilize the executable express(1) to generate an applicat