https://github.com/nmondal/njexl

sort by:
Revision Author Date Message Commit Date
0280b4e Stopping multiple instance of the base constructor call 02 April 2016, 15:49:10 UTC
f65c024 updated with db connectivity Latest doc update on db 02 April 2016, 04:01:17 UTC
aa5636c Catastrophic bug in DBManager, was not picking username and pass! SHAME! 30 March 2016, 16:04:10 UTC
cbf4002 latest doc Updated with interleaving problem explanation 29 March 2016, 19:32:39 UTC
aa6d457 Updated the latest doc Now with exactly 50 solutions 28 March 2016, 14:40:35 UTC
d9caa6c updated with latest examples Latest examples and updates 27 March 2016, 06:33:09 UTC
334a2dc Fixing the fix. Should look for files in current directory. 26 March 2016, 07:01:19 UTC
f756b19 Fixing garbled error when file does not exist to run 26 March 2016, 06:50:00 UTC
0771fa4 Updating the @ operator properly. 25 March 2016, 03:40:39 UTC
1776642 reformatting the book Adding the permutation graph 25 March 2016, 03:25:19 UTC
32d03f8 heavy lifting all the code stuff Now they are simply beautiful. Beauty is universal - not in the eyes of the beholder. Perhaps truth is not 24 March 2016, 17:21:07 UTC
b2b508d with latest examples Changing link colours to something soothing 24 March 2016, 15:42:33 UTC
4394a32 necessary refactoring for Event --> a single event handler constructor gets used 24 March 2016, 05:27:49 UTC
e776ec1 latest doc Added doc on event.result, event.error and how to process asynchronous calls 24 March 2016, 03:51:27 UTC
25407e2 Adding result and error in eventing object 24 March 2016, 03:47:52 UTC
9faa283 Fixing ad-hoc stuff, fields were not writable -- also removing part of a test which was designed to prevent this feature 23 March 2016, 20:03:06 UTC
867700a latest doc Updated with format changes and more examples 22 March 2016, 18:25:48 UTC
86f19d7 Fixing that var was not accessible in threads 22 March 2016, 18:14:10 UTC
0853b54 Fixing stupid stuff , e.g : ("111".toCharArray())[0] == '1' is false ! 22 March 2016, 15:03:39 UTC
8afcb41 updated latest doc and latest syntax file 22 March 2016, 02:41:24 UTC
e36c65e Updated with latest doc More examples added 21 March 2016, 16:43:01 UTC
3608007 updated with latest doc 21 March 2016, 04:30:54 UTC
4a76295 latest doc Updating latest doc 20 March 2016, 18:28:16 UTC
0ccd6fb Fixing massive bug in arithmetic, "0" + '.' + '3' used to become 3.0 double. 20 March 2016, 03:27:53 UTC
6584de5 heap() should throw exception, not return null 19 March 2016, 15:11:05 UTC
b3a6d38 write/print are now aliased to same. 19 March 2016, 13:39:05 UTC
ad00ada Fixing anonymous parameter passing 19 March 2016, 08:44:17 UTC
94cc75d Fixing power operation, to ensure that we have '0' ** 3 == '000' 19 March 2016, 06:45:36 UTC
e7208db str() now automatically converts to json format. 18 March 2016, 14:53:00 UTC
5f9068d Fixing the htmlunit jar 18 March 2016, 07:24:56 UTC
7002d9c updated latest doc and language syntax file NUM(), Z(), Q() 17 March 2016, 20:23:47 UTC
ee32a71 Omniscient NUM() conversion. This was needed for any test/business development purpose. 17 March 2016, 19:46:44 UTC
deb62d6 Adding two new methods, Q() and Z() to omni-cast stuff into numbers 17 March 2016, 17:49:21 UTC
d00e650 Still improving the range iterator, now the next(), 6 lines of JVM Byte code removed 17 March 2016, 17:02:43 UTC
373c546 Reducing 3 JVM lines on range iterators next() method call, making it faster . 17 March 2016, 16:05:28 UTC
0bf2580 adding latest doc With more examples 16 March 2016, 19:51:52 UTC
3d2ab20 Fixing the bug on the ListSet, in add(index..) and set(index..) methods 16 March 2016, 15:09:06 UTC
6b2ade3 latest doc updated Changes in isa, changes in atomic operations, changes in atomic numbers 14 March 2016, 16:31:52 UTC
7631ff5 Making isa dynamic now, based on pattern matcher 14 March 2016, 16:22:57 UTC
f03fbe8 Making += and -= synchronized, also, ensuring that the atomic guy is properly returned when needed 14 March 2016, 15:48:10 UTC
1bba6bb Adding more test cases on the same line 14 March 2016, 15:21:41 UTC
9ebf0b0 Fixing the case of try not picking up JexlExceptions, and adding "isa" for @error 14 March 2016, 15:11:02 UTC
0e18b03 updated latest Updated with chapter 12, examples. 13 March 2016, 11:25:24 UTC
99ce3c0 Fixing continue for index{}() functions 13 March 2016, 11:05:01 UTC
7f1fc3d Still fixing -= for Maps. 12 March 2016, 04:17:57 UTC
8ddc1e5 Adding some more test cases around it 11 March 2016, 14:39:00 UTC
4d62546 Fixing mistake in parser, a = #clock{ } was not a valid statement, now it is. 10 March 2016, 18:31:56 UTC
0d48128 += and -= are mutable operators. They are redefined as such. This improves memory utilization 10 March 2016, 16:40:56 UTC
7bc833f updated regex also added more math stuff 09 March 2016, 15:19:20 UTC
4d91b66 updated with xpath with defaults Updated with exists() function 08 March 2016, 18:30:41 UTC
4412d6e Fixing the xpath and adding exists(), so that : 1. xpath takes a parameter, if xpath does not exist, send a default 2. exists() shows if xpath exists or not 08 March 2016, 18:04:07 UTC
7cf5b4c adding latest gitignore Ignoring mostly latex temp file names 07 March 2016, 19:07:03 UTC
1a5bb05 updated the latest book Adding some more doc, and fixing some links 07 March 2016, 19:00:41 UTC
e363673 updated latest doc Latest doc update, formatting change and isa addition 06 March 2016, 10:06:55 UTC
27a2cfa Updated the *isa* syntax. This makes much more sense now with "@type_info" 06 March 2016, 05:17:57 UTC
1f403f4 updated the latest book 04 March 2016, 04:14:07 UTC
15c4d9b moved the book to its rightful place 02 March 2016, 05:13:45 UTC
33e408c updated with latest doc 01 March 2016, 18:05:33 UTC
13f3d62 updated the clock() to #clock block 01 March 2016, 14:19:10 UTC
5bfe6ff 1. Moving clock() to #clock{} block 2. thomasbayer.com does not work, so wrapping into another online json api 01 March 2016, 13:40:21 UTC
641131a forgot to add that 01 March 2016, 13:04:07 UTC
3cafc84 updated the latest complete doc. 01 March 2016, 13:03:58 UTC
a3e77cd updated with latest formatting chanages, as suggested by Gabriel. 01 March 2016, 05:58:04 UTC
06846b5 updated with latest doc 29 February 2016, 17:23:42 UTC
8c6946f updated with the latest doc. 29 February 2016, 14:50:31 UTC
eb7ac79 updating the fixes 29 February 2016, 04:56:25 UTC
256da3c latest logo. This one is good. 29 February 2016, 04:25:34 UTC
1f3422f updated the book with the logo. 28 February 2016, 19:21:59 UTC
2765d45 the final first draft of the book, sans db. 28 February 2016, 16:07:02 UTC
96f14e7 updated with latest doc 28 February 2016, 09:40:20 UTC
9a31a4b Fixing aggregate to take values non string - also fixing the c() function 28 February 2016, 07:11:57 UTC
f117608 Fixing aggregate to take values non string 28 February 2016, 07:06:17 UTC
e277f6d Fixing a test, and fixing aggregate() function 28 February 2016, 06:28:02 UTC
68b2485 Fixing the column ordering in matrix 28 February 2016, 05:36:33 UTC
918d04f updated with the latest changes 27 February 2016, 17:00:19 UTC
0299bf3 Fixing the select on DataMatrix, it should select the column index in the same order 27 February 2016, 16:48:37 UTC
99007d9 A way to convert objects to xml, default serialization as you can imagine. 26 February 2016, 17:45:09 UTC
fc21497 Adding the feature of passing encoding to parse xml files 25 February 2016, 16:21:40 UTC
10926e0 Meaningless to have "-" as diff for matrix. Also, fixing minor performance issues. 25 February 2016, 15:42:55 UTC
2843346 Making datamatrix loading fast. 24 February 2016, 20:20:15 UTC
8cfee65 Making the tuple object very thin. 24 February 2016, 05:41:05 UTC
feb691c missed this file in the last commit 23 February 2016, 18:48:02 UTC
92e0ebc updated with latest formatting change for xml 23 February 2016, 18:47:20 UTC
09ad0e1 adding latest doc 23 February 2016, 15:52:57 UTC
221b887 Changing necessary changes for lines() function to work 23 February 2016, 15:50:16 UTC
781b5d6 Adding two cool features: 1. SOAP is now fully supported, that should be awesome. 2. matrix.matrix() is now awesome. 23 February 2016, 15:41:22 UTC
8be2136 updated the latest doc 23 February 2016, 05:35:15 UTC
55160bd latest doc, updated 22 February 2016, 17:35:04 UTC
0ef8c7b Fixing the newly added functionality of lines. 22 February 2016, 15:21:34 UTC
0e358a3 Adding a new stuff to lines() function. Now it is reads a file with iterator implementation 22 February 2016, 14:59:50 UTC
9fa6f38 updated with latest doc 22 February 2016, 06:43:24 UTC
579ba73 updated the latest doc. 21 February 2016, 15:02:14 UTC
7bb013c Fixing the composition issue 20 February 2016, 15:21:58 UTC
18e8a4e Adding support so that the keys() function can take input from a list or array. 19 February 2016, 18:31:36 UTC
9a4c4ec updated with enum keyword 19 February 2016, 04:21:44 UTC
47d13f1 Adding enum() to convert stuff to enums. 19 February 2016, 04:17:59 UTC
0deba7f adding one more chapter to it 18 February 2016, 17:01:36 UTC
b8757f5 Fixing the class loader 18 February 2016, 15:41:00 UTC
d7decef updated the latest doc. 18 February 2016, 10:27:26 UTC
d11ee55 Updating the latest indexed version of the book. 18 February 2016, 10:02:27 UTC
back to top