Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Making it work #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 96 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
96 commits
Select commit Hold shift + click to select a range
a01ee58
Making work this stuff :-) stills not finished
pakozm Oct 2, 2015
91d3eaf
More...
pakozm Oct 2, 2015
2c9c0da
Update README.md
pakozm Oct 2, 2015
04fafa2
Code refactoring
pakozm Oct 3, 2015
d625f3f
Updated readme
pakozm Oct 3, 2015
d40d2f6
Added gitignore and dir-locals
pakozm Oct 3, 2015
28b25af
Updated readme
pakozm Oct 3, 2015
88ec2be
The kernel is execution one-line code. Multi-line stills in development
pakozm Oct 3, 2015
578d95c
Fix problem in readme
pakozm Oct 3, 2015
64a1d92
It is working, in its most simple way :-)
pakozm Oct 3, 2015
8e8c789
more changes
pakozm Oct 3, 2015
cf8ce9a
Replaced iPy by IPy
pakozm Oct 3, 2015
1ba351a
Allowing ? at start or end of the line
pakozm Oct 3, 2015
93848da
Minor change in doc
pakozm Oct 3, 2015
149c583
Changed executable name
pakozm Oct 3, 2015
a6c6d67
Added \n after printing
pakozm Oct 3, 2015
9162294
Added demo.ipynb
pakozm Oct 3, 2015
f8e3e70
Heartbeat is executed in an independent thread, out cells can be high…
pakozm Oct 4, 2015
75b346f
Simplified codemirror in output cells
pakozm Oct 4, 2015
647a090
Added auto-completion :-)
pakozm Oct 4, 2015
c970c40
Solved problem with globals loaded from other modules
pakozm Oct 4, 2015
be2bbf6
Fixing problems in auto-completion
pakozm Oct 4, 2015
80d16f8
Improving use of help function
pakozm Oct 4, 2015
2213203
Added dependencies at external folder
pakozm Oct 5, 2015
790a01b
Updated help function and added low-level pyout function
pakozm Oct 5, 2015
80a0014
Minor change in globals
pakozm Oct 5, 2015
48fa5c9
Updated rlcompleter to match at cursor_pos
pakozm Oct 5, 2015
2c98716
Minor changes
pakozm Oct 6, 2015
551ac0a
Merge branch 'master' of github.com:pakozm/iPyLua
pakozm Oct 6, 2015
4639a53
Improving connection with external modules
pakozm Oct 6, 2015
42278cd
Added pcall at do_completion
pakozm Oct 6, 2015
0dfbb81
Added april demo
pakozm Oct 6, 2015
4493599
Adding documentation
pakozm Oct 6, 2015
7154948
Minor change
pakozm Oct 6, 2015
465be29
Improving help
pakozm Oct 6, 2015
a107c2f
Minor changes
pakozm Oct 7, 2015
b501fa4
Added function definition in help string
pakozm Oct 7, 2015
652331a
Removed debug print
pakozm Oct 7, 2015
b81ad8d
Fixed problem with autocompletion in console
pakozm Oct 7, 2015
b5d29a6
Updated custom.js to fix indent=2
pakozm Oct 7, 2015
64f9fb8
Updated CSS
pakozm Oct 7, 2015
5145c3b
Updated CSS
pakozm Oct 7, 2015
16361cc
Updated navbar color
pakozm Oct 7, 2015
000d27e
Updated custom.js
pakozm Oct 7, 2015
c6c60b5
Solved problems with paths in console
pakozm Oct 7, 2015
ee4c05b
Updated execution_count only when store_history=true
pakozm Oct 7, 2015
ac50b19
Added .* to .gitignore
pakozm Oct 7, 2015
729fd63
Added lua def in case its source can be retrieved
pakozm Oct 7, 2015
93fee39
Removed debug print
pakozm Oct 7, 2015
4a0fbfe
Updated module url
pakozm Oct 7, 2015
e914470
Changed print by show
pakozm Oct 8, 2015
c1e135f
Updated to use ipylua_show() metamethod at show() function
pakozm Oct 8, 2015
d2056ba
Added bokeh.lua for plotting
pakozm Oct 9, 2015
4d4cfc8
First plot ready, we can plot points :D
pakozm Oct 9, 2015
2b29886
Added first plot abilities: points, bars, lines, hist2d.
pakozm Oct 9, 2015
14fe1c2
Changed http by https in bokeh dependencies
pakozm Oct 9, 2015
cc356a1
Added minsize and maxsize to hist2d
pakozm Oct 9, 2015
36a198e
Merge branch 'master' of github.com:pakozm/IPyLua
pakozm Oct 9, 2015
afe5c85
Added hist2d transformation
pakozm Oct 10, 2015
6601c95
Added parameter more_data to plots. Improved dkjson to accept userdat…
pakozm Oct 11, 2015
1096332
Refactorization of bokeh.lua
pakozm Oct 11, 2015
8a3545f
Minor change in bokeh
pakozm Oct 11, 2015
ea2b103
renamed
pakozm Oct 11, 2015
e241873
Updated bokeh
pakozm Oct 11, 2015
50cd1f7
Added demo
pakozm Oct 11, 2015
c82e8f7
Added cors plot
pakozm Oct 12, 2015
4e33ade
added box-kind plots
pakozm Oct 12, 2015
390ed58
Fixed problems with boxplot and lines plots
pakozm Oct 12, 2015
c97e5a6
Improved boxplot
pakozm Oct 12, 2015
f1557d0
Improved boxplot
pakozm Oct 12, 2015
ac401c9
Improved boxplot
pakozm Oct 12, 2015
949ac6f
Added first version of vioplot
pakozm Oct 13, 2015
cb8e054
Improved vioplot
pakozm Oct 13, 2015
f665865
Minor change in vioplot
pakozm Oct 13, 2015
93fb63a
Minor cosmetic changes
pakozm Oct 13, 2015
281187d
Minor cosmetic changes
pakozm Oct 13, 2015
89cee90
Changed https by http
pakozm Oct 13, 2015
47e52e4
Improved corplot
pakozm Oct 13, 2015
cc9476f
Minor changes
pakozm Oct 14, 2015
0910960
Updated default level
pakozm Oct 15, 2015
0c550f9
Fixed problem with DEF_LEVEL
pakozm Oct 15, 2015
7c181c4
Forcing black lines in boxex plot
pakozm Oct 15, 2015
ee4ef35
Forcing required Lua modules to be loaded into sandboxed environment
pakozm Oct 17, 2015
8eaaf98
improving I/O and better implementation of require function
pakozm Oct 18, 2015
d234a96
Debugging shutdown signal, resource deallocation fails with required …
pakozm Oct 19, 2015
7dde12b
Improved legend handling
pakozm Oct 20, 2015
5f5efd6
Fixed minor bugs
pakozm Oct 21, 2015
dc40f1a
Fixed problem with globals table in C++ code
pakozm Oct 21, 2015
865e15b
Minor change in colors sequence
pakozm Oct 22, 2015
e27a4f9
Minor change in colors sequence
pakozm Oct 22, 2015
fa6e8d0
Added dom builder facility
pakozm Nov 9, 2015
696c9fd
Minor change
pakozm Nov 9, 2015
104e6e0
Fixed problem in dom_builder
pakozm Nov 9, 2015
9b27ada
Special case when histogram data is all in the same bin
pakozm Dec 29, 2015
324026f
Fixing minor problems with mat non zero indices method
pakozm Dec 29, 2015
39364f3
Updated hist with epsilon height
pakozm Dec 29, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(
(nil .
(
(c-basic-offset . 2)
(tab-width . 8)
(indent-tabs-mode . nil)
)
)
)
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
.*
*.ipynb
# Emacs backups #
#################
*~
\#*\#
.\#*

# Vim swap #
*.swp
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db

# Emacs Clang autocompletion #
##############################
.clang-completion-error

# Global tags #
###############
GPATH
GRTAGS
GSYMS
GTAGS
7 changes: 7 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[submodule "external/lua-llthreads2"]
path = external/lua-llthreads2
url = https://github.com/moteus/lua-llthreads2.git
[submodule "external/lzmq"]
path = external/lzmq
url = https://github.com/zeromq/lzmq.git
branch = master
Loading