Skip to content

Instantly share code, notes, and snippets.

Red [needs: view]
turtle: #()
win: layout [ panel [
tfield: base 500x500 white draw []
origin tfield/offset tlayer: base 500x500 255.255.255.255 draw [] ]
panel [
text "History" return history: text-list 200x350 data [] return
panel [ button "Save" [save request-file history/data]
@retsyo
retsyo / gist:54e6838d65bee85604adc3717dd4f8ce
Last active September 11, 2017 06:22
nim: could not import: cblas_sscal
I could not run compiled nim app if it uses openblas in msys2+mingw64 on win64.
I have update nim to the new `git cloned` one, openblas to the latest one too
for example, as for https://github.com/mratsim/Arraymancer
```bash
$ nim
Nim Compiler Version 0.17.1 (2017-07-17) [Windows: amd64]
Copyright (c) 2006-2017 by Andreas Rumpf
@retsyo
retsyo / duplicate_tools.py
Created April 23, 2018 02:07 — forked from nedrops/duplicate_tools.py
blender用アドオン
bl_info = {
"name": "Duplicate Tools",
"author": "kuku",
"version": (1, 0),
"blender": (2, 79, 0),
"description": "Duplicate and fit to the face",
"support": "TESTING",
"category": "Object"
}
import bpy