Login
Discover
Waves
Communities
Write
Login
Signup
steemlua
@steemlua
48
Software Developer/Architect, Lua fans, Tech geek
Followers
21
Following
3
Follow
Email digest
Resource Credits
Available
Used
Location
steem
Created
2017-12-31 09:16
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
steemlua
development
9y
lua5.3 Chinese documentation | lua5.3中文手册
See here
$ 0.036
11
4
steemlua
utopian-io
9y
Lua client for Steem API
What is the project about? This project is a wrapper of steem APIs. It provides an easy way to use steem APIs for Lua developers.The current implementation is a wrapper of steem API and the returned values
$ 89.487
23
7
steemlua
utopian-io
9y
Lua client for Utopian API
What is the project about? This project is a wrapper of Utopian APIs. It provides an easy way to use Utopian APIs for Lua developers. The current implementation is a wrapper of Utopian API and the returned
steemlua
utopian-io
9y
steemlua -- the steem library for lua
Dependence: libcurl, lua windows/msys compile: gcc -shared steem.cpp -o steem.dll -lcurl -llua Linux compile: gcc -shared steem.cpp -o steem.so -lcurl -llua Details The Steem library for lua has been designed
alanzheng
utopian-io
9y
steemlua reblogged
如何在linux上用Lua连接Steem数据库 | How to connect Steem database on Linux by Lua
Steem database uses MSSQL, on linux we have to connect it with ODBC, so we need install freetds, unixODBC at first. I used fedora. Similar for other linux distribution. Step 1: install freetds, unixODBC: