1,974 reputation
111
bio website enknamel.com
location San Francisco, CA
age 27
visits member for 7 months
seen 15 hours ago
stats profile views 54

Working software professional specializing in highly scalable applications.

You can reach me at enknamel AT gmail DOT com


May
14
comment Does any golang interactive debugger exist?
As a follow up I am on a mac and I've found the IntelliJ go plugin to make development very nice and easy but the LiteIDE is really great at debugging (though not perfect it works very well). I did have to install an updated GDB to make it work at all which was kind of painful.
May
11
accepted Does any golang interactive debugger exist?
May
11
awarded  Scholar
May
11
awarded  Student
May
11
asked Does any golang interactive debugger exist?
May
9
comment getMap() returning null
Sorry changed my comment. I meant emulator not debugger.
May
9
comment getMap() returning null
Are you testing on the emulator? I haven't tried in a while but the map services used to not be available on the emulator.
May
8
answered PHP NULL vs 'NULL'
May
8
comment cannot resolve class 'jdbc' - Hibernate
then the h2 jar probably isn't on your classpath. depending on your environment/ide even if you install h2 with maven it might not have been added to your classpath or to your build artifact if you are deploying to an application server.
May
8
answered cannot resolve class 'jdbc' - Hibernate
Apr
26
comment Issue getting info out of array
$results['something'] should work. Can you be more specific? Is there a particular something?
Apr
26
answered S3 Bulk putObject
Apr
23
answered javascript post 500 serrver internal error
Apr
23
comment How to ignore `mexopts.sh` when compiling MEX files for Matlab?
Why not specify an empty mexopts.sh file?
Apr
18
answered What is the best practice to have one large database with fed information from other 3 databases?
Apr
18
revised MySQL - UPDATE WHERE field IN query with LIMIT refused
Making it actually formatted
Apr
18
answered MySQL - UPDATE WHERE field IN query with LIMIT refused
Apr
18
suggested suggested edit on MySQL - UPDATE WHERE field IN query with LIMIT refused
Apr
18
comment MySQL - UPDATE WHERE field IN query with LIMIT refused
Just use a temporary table to store the results of your subquery
Apr
18
answered How do I add to a set based on a specific predicate in Java?