Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Kevin Peterson
Kevin Peterson has asked
11
questions and find answers to
32
problems.
Stats
517
EtPoint
108
Vote count
11
questions
32
answers
About
Continuous agile dev engineer ops at Wealthfront ninja monastery.
Kevin Peterson questions
With Java 9 Modules, will multiple modules be able to export the same package?
Is there a simple way to match a field using Hamcrest?
How to prevent Intellij from treating Scala warning as error?
Secret Handshake Anti-Pattern
Is there an alternative to StringUtils.isNumeric that does what I mean?
How to express dependency in maven on java ee features for transition to Java 9?
How do I declare a variable in a specific scope in coffeescript?
How do I set log4j level on the command line?
Kevin Peterson answers
Language integration
Selecting a Unique Identifier in C for an Embedded Application
Find ASCII "arrows" in text
Measure the pronounceability of a word?
Have you ever derived a programming solution from nature? [closed]
Including code in open source projects [closed]
Using C# to serialize a Java deserializable object
Storing Very Granular User Preferences
Why doesn't the scala compiler generate a warning on if statements that always yield false inside a pattern match?
Call subclass constructor from abstract class in Java