Robuta

https://github.com/boyter/scc GitHub - boyter/scc: Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity... Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go - boyter/scc https://boyter.org/2014/02/zombie-apocalypse/ Regarding the Zombie Apocalypse | Ben E. C. Boyter This piece of content is taken from a comment I left on the TechZing podcast blog. I should note I have not even begun to explore issues such as what happens... zombie apocalypseregardingben https://boyter.org/2013/08/golang-vector-space-implementation/ GoLang Vector Space Implementation | Ben E. C. Boyter UPDATE – This is now actually available as a real Golang import with tests. Get it at https://github.com/boyter/golangvectorspace I have mentioned this before... vector spacegolangimplementationben https://boyter.org/2015/07/story-hubris-integration-tests/ A story about Hubris and Integration Tests | Ben E. C. Boyter Philip Dormer Stanhope, 4th Earl of Chesterfield (pictured) managed to embarrass me in front of my peers once. Sort of. In truth it was my hubris that caused... a storyabout hubrisintegration tests https://boyter.org/2012/10/updates-in-the-works/ Updates in the Works | Ben E. C. Boyter Recently I have rolled out a few small performance and functional tweaks and changes. Nothing major to report here however I am working on the next version of... updates in the worksbenc https://boyter.org/2010/08/at-scale-you-will-hit-every-performance-issue/ At Scale You Will Hit Every Performance Issue | Ben E. C. Boyter I used to think I knew a bit about performance, scalability and how to keep things trucking when you hit large amounts of data. Truth is I know diddly squat on... at scaleyou will https://boyter.org/posts/sydney-go-march-2025/ Sydney Go meetup March 2025 | Ben E. C. Boyter I was a speaker at the first Go meetup in Sydney 2025… the first speaker in fact. As is my habit I am posting my notes for everyone who attended to view them.... e csydneygomeetupmarch https://boyter.org/posts/searchcode-is-being-rebooted/ searchcode.com is being rebooted (maybe?) | Ben E. C. Boyter searchcode HAS been rebooted see https://boyter.org/posts/searchcode-has-been-rebooted/ for details. By the time you are reading this, searchcode.com’s DNS... e csearchcoderebootedmaybeben https://boyter.org/2015/08/decoding-captchas-handbook/ Decoding CAPTCHA's Handbook | Ben E. C. Boyter Some time ago I wrote an article about Decoding CAPTCHA’s which has become what appears to be the first resource most people encounter when searching for... e cdecodingcaptchahandbookben https://boyter.org/2012/02/improving-the-index/ Improving the Index | Ben E. C. Boyter The last couple of weeks I have been spending improving the index based on feedback about duplicate results. When indexing source code you will find a lot of... improving the indexbenc https://boyter.org/2011/03/list-of-mysql-sql-server-2008-and-apache-directives/ List of MySQL, SQL Server 2008 and Apache Directives | Ben E. C. Boyter Added some more lists now that the feature is working correctly. List of MySQL Functions List of SQL Server 2008 Functions List of Apache 2 Directives https://boyter.org/posts/code-spelunker-a-code-search-command-line-tool-redux/ Code Spelunker a Code Search Command Line Tool Redux | Ben E. C. Boyter What felt like yesterday but is actually closer to 4 years ago I released the first version of code spelunker (cs) and wrote about it here. I then promptly... command line tool https://boyter.org/2014/02/counter-counter-argument-tdd/ Counter-counter argument TDD | Ben E. C. Boyter The following is taken from my response to a Hacker News comment. The comment follows (quoted) and my response below. “I will start doing TDD when, 1. It is... e ccounterargumenttddben https://boyter.org/posts/useful-bootstrap-for-go-projects/ Useful bootstrap checklist for Go Projects | Ben E. C. Boyter Mostly here because I keep forgetting all the things I want to put into a Go project when I start it. Collected into a list of things I actually need to do,... e cusefulbootstrapchecklistgo https://boyter.org/2014/04/day-interview/ Another day another interview… | Ben E. C. Boyter Another day another interview. I actually have been getting some good results from them so far. In particular the last two I have been on. I will discuss them... another daybenc https://boyter.org/2016/08/gpl-time-bomb-interesting-approach-foss-licensing/ GPL Time-bomb an interesting approach to #FOSS licensing | Ben E. C. Boyter UPDATES Following some feedback I am going to rename my usage of “Time-Bomb” due to potential negative connotation on the words. I am going to call it... https://www.larrisonmortuary.com/obituaries/obituary-listings?obId=26305189 Obituary information for Joe Boyter View Joe Boyter's obituary, contribute to their memorial, see their funeral service details, and more. information forobituaryjoe https://boyter.org/2010/10/mysql-error-error1356-view-references-invalid/ MySQL Error – Error:1356: View references invalid. | Ben E. C. Boyter I managed to get the following error the other day while helping migrate and upgrade some MySQL databases for a client. mysqldump: Got error: 1356: View... view referencesmysqlerror https://boyter.org/posts/move-mysql-database-between-servers/ Moving a MySQL/MariaDB database between servers using SSH | Ben E. C. Boyter I’m in the middle of moving searchcode.com’s database to another server while upgrading it. This means I need to copy it somehow. It’s especially difficult in... https://boyter.org/posts/upgrading-my-old-desktop/ Upgrading my old desktop | Ben E. C. Boyter I used to be really into gaming and even more so building computers, reading CPU reviews, video card reviews, learning about water cooling, what is the best... upgrading my old desktopbenc https://boyter.org/2015/12/pi-hole-ubuntu-14-04/ Pi-Hole for Ubuntu 14.04 | Ben E. C. Boyter Because of the fact that I personally work for an ad supported company and that searchcode.com is currently supported via third party advertising I tend to... pi holeubuntubenc https://johnboyter.com/ John Boyter | Founder & Publisher | Aarhus & Santo Domingo Authentic stories on travel, growth and living with AI. johnfounderpublisheraarhussanto https://boyter.org/2009/01/athlon-64-pc-512-ram-hold-home-server/ How will a Athlon 64 PC with 512 of ram hold up as a home server? | Ben E. C. Boyter This post was taken from a Mahalo Answers Question I answered. I thought rather then risk Mahalo going away (since Jason Calacanis has said hes working on... https://boyter.org/2015/07/benefit-testing-developers-managers-business/ The benefit of testing for Developers, Managers and the Business | Ben E. C. Boyter “Fixing regression bugs is analogous to digging a hole only to find the next day it has been filled in and having to dig it out again” Ask any manager,... https://boyter.org/posts/golang-slog-disable-tests/ Disable Slog Messages in Go Tests | Ben E. C. Boyter As much as I like ZeroLog for Go logging Slog being added to the standard library fits in with my rule of avoiding 3rd party packages when they are not... go testsdisableslogmessagesben https://boyter.org/posts/who-needs-bastion-hosts/ We don't need no stinking bastion host! | Ben E. C. Boyter So on occasion, I find myself wanting to run SQL against customer databases. Where this gets annoying is that because we are often in AWS using lambda I have... https://boyter.org/posts/leet-speak-guid-script/ Elite speak GUID script | Ben E. C. Boyter Some time ago I wrote about creating leet speak guid’s as a way of having fun while working with sitecore. https://boyter.org/2014/05/unique-guid/ I recently... elite speak guid scriptben https://boyter.org/2017/09/working-rust/ Working with Rust | Ben E. C. Boyter For a while I have been wanting to play with a new programming language. Professionally I work with Java, C#, Python and JavaScript and so I went looking for... working with ruste cben https://www.gkboyterart.com/about-me About Me | G.K. Boyter Art G.K. Boyter is a Mixed Media Feminist Artist. You can find more about her and a downloadable CV here. about meg kart https://www.ianboyterbackingtracks.com/forum/general-discussion/how-to-choose-the-best-texas-car-shipping-service Forum | Boyter Jazz Backings forumjazzbackings https://www.ianboyterbackingtracks.com/forum/general-discussion/replica-jacob-and-co-watches Forum | Boyter Jazz Backings forumjazzbackings https://boyter.org/2012/05/expanded-syntax-lang-keyword-now-supported/ Expanded Syntax lang Keyword Now Supported | Ben E. C. Boyter Trawling through the logs of search queries I noticed that some people are using the Google Code Search lang syntax. An example that I spotted was the... e cexpandedsyntaxlangkeyword