iphone-wax
Integrate core-plot and wax?
Has anyone managed to use core-plot from wax? I have been tryi开发者_开发知识库ng recently, but got stumped on NSDecimal. Wax does not want to deal with it. How can i get around this issue?I succeede[详细]
2023-03-15 13:27 分类:问答Trying to create honest NSDecimalNumber in Wax
As I studied the issue I am facing in Trying to create NSDecimal in iPhone-Wax I am now aiming much lower. How can I create a fully functional NSDecimalNumber in Wax?[详细]
2023-03-15 05:32 分类:问答Accessing Objective-C Instance in Wax
There are some use cases I want to create instance of certain objects in objc and access them in Lua/Wax.[详细]
2023-03-13 14:01 分类:问答Lua idioms compiled in one place
I am using Lua for some of my apps. I am looking for a central repository of Lua idioms because I don\'t want to write开发者_如何学Go C in Lua.[详细]
2023-02-06 02:55 分类:问答iPhone Wax accessing already instantiated classes
I am try开发者_开发百科ing to access already instantiated OBjC classes via Lua. How can I do it?[详细]
2022-12-30 11:21 分类:问答random.sample() returning the same random sequence every time?
I\'m using python\'s random.sample(population, k) function to generate a set of random values from a list to create new permutations of that list.The issue is that each time it runs through a loop, it[详细]
2022-12-18 08:59 分类:问答