All Projects → 1MB → 1mbcode

1MB / 1mbcode

Licence: MIT license
Server-side scripting on 1mbsite 🤓 aka a programming language written in php

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to 1mbcode

oss-rust-sdk
Aliyun OSS SDK for Rust
Stars: ✭ 59 (+227.78%)
Mutual labels:  oss
DynAI
Practical applications of AI / Machine Learning in BIM, implemented as a Dynamo Package
Stars: ✭ 24 (+33.33%)
Mutual labels:  oss
Twikoo-Magic
Twikoo自定义表情列表 | HexoPlusPlus自定义表情列表(其实基于OwO的项目都可以用的啦)
Stars: ✭ 72 (+300%)
Mutual labels:  oss
vue-oss
基于vue2+plupload的阿里云OSS上传组件(支持断点续传,可上传size>100M的文件)
Stars: ✭ 33 (+83.33%)
Mutual labels:  oss
oss-upload-nodejs
服务器签名后直接上传文件到阿里云 OSS
Stars: ✭ 61 (+238.89%)
Mutual labels:  oss
oge
Page metadata as a service
Stars: ✭ 22 (+22.22%)
Mutual labels:  oss
guli-mall
尚硅谷-谷粒商城代码及文档https://www.yuque.com/zhangshuaiyin/guli-mall
Stars: ✭ 233 (+1194.44%)
Mutual labels:  oss
imperial
Official mono-repo for https://imperialb.in/
Stars: ✭ 35 (+94.44%)
Mutual labels:  oss
ali-img
阿里云图像处理工具包
Stars: ✭ 16 (-11.11%)
Mutual labels:  oss
Meal
[40시간만에 Swift로 iOS 앱 만들기] 전국 초/중/고등학교 급식 조회 애플리케이션
Stars: ✭ 15 (-16.67%)
Mutual labels:  oss
vue-koa-mongodb-oss
一个包含前后端鉴权、验证码生成、阿里云上传图片的前后端技术体系,技术栈vue、koa2、mongodb、oss
Stars: ✭ 82 (+355.56%)
Mutual labels:  oss
FireSnapshot
A useful Firebase-Cloud-Firestore Wrapper with Codable.
Stars: ✭ 56 (+211.11%)
Mutual labels:  oss
osschat
Apache Open Source Software Chat BOT
Stars: ✭ 115 (+538.89%)
Mutual labels:  oss
conjur-quickstart
Start securing your secrets and infrastructure by installing Conjur, using Docker and the official Conjur containers on DockerHub.
Stars: ✭ 18 (+0%)
Mutual labels:  oss
filestore-server
基于golang实现的一种分布式云存储服务
Stars: ✭ 61 (+238.89%)
Mutual labels:  oss
Getting-Started-With-Contributing-to-Open-Sources
This has useful links to help you get started with contributing to open sources.
Stars: ✭ 44 (+144.44%)
Mutual labels:  oss
aliyun-oss-wordpress
使用阿里云对象存储 OSS 作为附件存储空间的WordPress插件。QQ交流群:887595381
Stars: ✭ 56 (+211.11%)
Mutual labels:  oss
Mail
RiiConnect24 Mail Scripts. OSS.
Stars: ✭ 11 (-38.89%)
Mutual labels:  oss
github-comment
CLI to create and hide GitHub comments
Stars: ✭ 42 (+133.33%)
Mutual labels:  oss
crates-io-cn
Source code of crates-io.cn, also tools sets for sync crates.io
Stars: ✭ 20 (+11.11%)
Mutual labels:  oss

1mbcode

1mbcode is a backend language written for 1mb.site. It gives basic backend functionality to developers in a sandboxed environment.

Syntax

Variables

1mbcode supports array|string|integer|float|boolean data types, below are examples for creating variables and assigning their value.

Array

var myArray = {"name": "jake"};

String

var myString = "Hey! I'm Jake!";

Integer

var myInteger = 100;

Float

var myFloat = 100.99;

Boolean

var myBool = true;

Variable References

You can reference a variable as the value of another variable, function parameter, etc with the & char e.g &myVar.

Assignment Operators

1mbcode supports standard assignment pperators +, -, *, /. You can use any of these operators on integer, float, or variable references. note: assignment operators have not yet been implemented on variable references

Storing Function Results

var myFuncResult = get_url("https://google.com");
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].