Skip to content

Instantly share code, notes, and snippets.

View swanson's full-sized avatar
😈

matt swanson swanson

😈
View GitHub Profile
@swanson
swanson / gist:8808e863d77531cf1274
Last active September 4, 2015 02:52
hacks and happenings
Randy Skopecek podcast: https://itunes.apple.com/us/podcast/talk-about-know-priorities/id1031383725
https://github.com/WhiteVoidia/ludum-dare-33
Tech point hackathon
Dev workshop conf
react meetup
Anthony's "do it more" blog post
http://mike-rogers.github.io/2015/06/01/mutation-testing-totally-a-thing/
Failures:
1) ReportCreator premium report template requires manual testing if changed
Failure/Error: expect(md5).to eq("4a43fab339b4d07d623cfc447e40f57b"), manual_testing_instructions(md5)
Please do manual testing to verify the reports are still working.
Pay special attention to the dynamic graphs and any formatting issues.
Once tested, update this test with the new md5 value.
Actual: b725153eb5b5f4df402041c78eb73beb
# ./spec/services/foo/report_creator_spec.rb:44:in `block (3 levels) in <top (required)>'
https://medium.com/@vernacchia/open-source-projects-and-version-control-50d8b5c45b61
devtown podcast
http://arktronic.com/weblog/2014-09-27/hashprop---a-better-way-to-md5-and-sha-in-windows/
https://github.com/spraints/stripchart
elevenfifty course
midwest ux
http://www.meetup.com/Lafayettech/events/209906262/
http://joeldart.wordpress.com/2014/10/01/september-bunkerjs/
http://davefancher.com/2014/09/16/musings-on-cs-evolution/
@swanson
swanson / gist:b41addf65ce8a9bda0c4
Last active August 29, 2015 14:06
Automate Everything (IndyRB September 2014)

PullReview - "automated code reviews"

  • https://www.pullreview.com
  • Hook it up to your GitHub repo and open a Pull Request
  • It runs Excellent, Rubocop, Flay, Brakeman, RailsBestPractices, Yard, and secret sauce
  • Free for OS, paid starts at 20€/month
  • See also: CodeClimate, Hound

Hound - "automated style guide"

CircleCI, Semaphore, Hound, Heroku button, PullReview, VersionEye, reposs, https://scrutinizer-ci.com/, https://hakiri.io/
public class ViewHelper {
@SuppressWarnings("unchecked")
public static <ViewType extends View> ViewType findView(final Activity activity, int id) {
return (ViewType) activity.findViewById(id);
}
@SuppressWarnings("unchecked")
public static <ViewType extends View> ViewType findView(final Fragment fragment, int id) {
return (ViewType) fragment.getView().findViewById(id);
}
http://www.techdarkside.com/functionally-repetitive-code-is-best-served-dry-coincidentally-repetitive-code-is-best-served-simple
devworkshop conf
https://medium.com/@travcunn/writing-your-first-python-unit-test-45a0e4517e2a
https://github.com/mattdeboard/ticket-to-ride