Hendy Irawan
Hendy Irawan
It's easier to edit _data_ in a spreadsheet the same way it's easier to edit _code_ in an IDE. A spreadsheet is can be small or big depending on data,...
I'm sorry to take your. It's really not my intention. My intention is to show you that there is a better, faster, easier way to do some of things and...
While I personally prefer editing with LibreOffice (it's preinstalled in most distros including Ubuntu, Linux Mint, Fedora, and straight download for Windows/OSX), I can understand Dr. Vepstas' objections and to...
@AmeBel sure, I'd implement it like I suggested in https://github.com/opencog/relex/issues/103#issuecomment-48525228 . Thanks :) Another benefit of separating test cases is that if one day RelEx is ported to another architecture,...
@trauts2 I use Spring Boot so this is how I do it: ``` import com.amazonaws.services.dynamodb.sessionmanager.DynamoDBSessionManager; import org.apache.catalina.Context; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.context.embedded.EmbeddedServletContainerFactory; import org.springframework.boot.context.embedded.tomcat.TomcatContextCustomizer; import org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory; import org.springframework.context.annotation.Bean; import...
Mention [European Commission's Asset Description Metadata Schema for Software (ADMS.SW)](https://joinup.ec.europa.eu/asset/adms_foss/home) and discussions in: - https://github.com/codemeta/codemeta/issues/41 - https://github.com/WhiteHouse/source-code-policy/issues/117