-
Updated
Apr 17, 2020
evaluation
Here are 449 public repositories matching this topic...
Currently It's really cumbersome to discover how to tweak the KLISPE APP.
There are a couple of hotkeys and url parameters documented here: http://blog.klipse.tech/clojure/2016/03/27/klipse-manual.html
Here are a couple of ideas - given by @pesterhazy how to do that:
- Like github.com narrow top bar
- Like reddit.com tab-like rider
- Like this
-
Updated
May 17, 2020 - Python
Motivation:
Some of the challenge hosts want to delete the 'canceled` submissions and the submission in which participants have uploaded non-standard submission files from their All Submissions view. Hence, we require this feature.
Deliverables:
- Add a boolean field
is_disabled
with default as False in the Submissions model. - Add migration file for the added models.
Hello, I'm getting back to clojure after a while. I am using spacemacs and updated to the current stable cider. However, when I open up a clojure file and do special-lispy-eval
, I get this error:
[nREPL] Starting server via /home/mvilpas/bin/lein update-in :dependencies conj \[com.cemerick/pomegranate\ \"0.4.0\"\] -- update-in :dependencies conj \[org.tcrawley/dynapath\ \"0.2.5\"\] -- up
-
Updated
Apr 6, 2020 - Python
-
Updated
Feb 10, 2020 - Python
-
Updated
Feb 18, 2020 - Python
-
Updated
Oct 5, 2019 - Python
-
Updated
May 17, 2020 - Python
-
Updated
May 6, 2020 - PHP
-
Updated
Mar 4, 2020 - MATLAB
I think it may help to anyone who wants to apply or tests CR with a very simple example, or maybe add links to learn basics concepts.
-
Updated
May 15, 2020 - C#
It's a little annoying that the anonymised variable names sometimes but not always correspond to the table/column name they come from. E.g in some datasets like academic, the variable name is derived from the column name:
"sql": [
"SELECT JOURNALalias0.HOMEPAGE FROM JOURNAL AS JOURNALalias0 WHERE JOURNALalias0.NAME = \"journal_name0\" ;"
],
"variables":
-
Updated
Dec 9, 2019 - C++
-
Updated
Aug 3, 2019 - Go
Documentation on your simpleeval package (on github) has an explanation on how add ^
operator, but lacks an example of how operators
paramater work
is through a dict
with lambda
, just like functions
paramater work?
already tested the following and it was the only way I could make it work
s = SimpleEval()
s.operators[ast.BitOr] = op.or_
the problem with this is that Or
-
Updated
Jan 29, 2020 - Jupyter Notebook
-
Updated
Apr 24, 2020 - Python
-
Updated
May 9, 2020 - Python
-
Updated
May 9, 2020 - Python
-
Updated
Nov 11, 2019 - Python
-
Updated
Apr 7, 2020 - Python
Improve this page
Add a description, image, and links to the evaluation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the evaluation topic, visit your repo's landing page and select "manage topics."
I was excited to see the introduction to modern Haskell as I find that it's very confusing to enter Haskell these days as many or most introductions doesn't actually match current practices (Text vs. String, cabal vs. plain GHC, etc). However, I was bewildered when the Cabal & Stack section didn't mention Stack. Is this merely waiting for someone to write it? At the very least, we should be