Skip to content
Encyclopedia of Daniel
  • Random Useful Commands
  • More
    • iOS Fiddler Setup
    • Bitbucket Server Plugins
Search
Encyclopedia of Daniel
  • Random Useful Commands
  • More
    • iOS Fiddler Setup
    • Bitbucket Server Plugins

Fiddler for iOS and Android

9 Comments / Debugging / Daniel

Almost every time I’m working on network stuff in iOS or Android, I immediately open up Fiddler. I know that there’s also Charles Proxy for OS X which does just as well as Fiddler, but the majority of the time, my Windows VM is running anyway, so I just haven’t been able to justify the […]

Fiddler for iOS and Android Read More »

Project Euler – Problem 3

Leave a Comment / Project Euler / Daniel

This is the third post in my Project Euler series (if series is the right word). The second problem is here. Problem 3 The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number 600851475143 ? This problem seemed rather daunting to me at first. Upon first reading it, I

Project Euler – Problem 3 Read More »

Capybara Cucumber/RSpec Setup

Leave a Comment / Capybara, UI Automation / Daniel

When we first started evaluation what to use for automation at work, we started off with this idea of using Cucumber. In a previous post I briefly talked about Cucumber and it’s Gerkin syntax. This syntax can be nice for some, and can be just another layer of maintenance for others. Rather than discuses the pros

Capybara Cucumber/RSpec Setup Read More »

Gemfile.lock and the .gitignore

Leave a Comment / Ruby / Daniel

I don’t know about other people, but when it comes to source control systems, I don’t like putting everything in my repository. That’s why tools like Nuget exist, so we don’t have to waste space in the repository for 3rd party stuff. In svn, putting tons of crap into your repo isn’t that big of

Gemfile.lock and the .gitignore Read More »

Project Euler – Problem 2

Leave a Comment / Project Euler / Daniel

This is the second post in my Project Euler series (if series is the right word). The first problem is here. Problem 2 Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be: 1, 2, 3, 5, 8,

Project Euler – Problem 2 Read More »

VMWare Fusion – DHCP and Port Forwarding

Leave a Comment / VMWare Fusion / Daniel

In my previous post I explained the 2 main options for networking in VMWare Fusion. Enough with the back story. In this post I’m assuming that you are using NAT and you want to set up port forwarding. VMWare Fusion still has no GUI for setting up port forwarding, so we have to go into the

VMWare Fusion – DHCP and Port Forwarding Read More »

VMWare Fusion – Network Basics

Leave a Comment / Mac OS X, VMWare Fusion / Daniel

A while back, I switched over to using a MacBook Pro at work, and I’ve loved it. We have a company policy that all laptop hard drives must be fully encrypted. This poses a problem for the would be BootCampers. When you use the default utilities, you can’t have both OS X and Windows encrypted.

VMWare Fusion – Network Basics Read More »

Xcode 5.1 Ruined My Night – Again

1 Comment / Mac OS X / Daniel

As anyone who glances at my posts will quickly notice, I’ve been on a bit of an automation kick recently. I find automation to be refreshingly simple and fun. I’ve been pushing a lot at work to integrate automated tests into our development cycle, and I’m hoping that all my work will pay off soon.

Xcode 5.1 Ruined My Night – Again Read More »

Project Euler – Problem 1

Leave a Comment / Project Euler / Daniel

A while back one of my coworkers sent out a link to Scott Hanselman’s ‘Am I really a developer or just a good googler?’. As you can probably imagine from reading the title, the article proposes an interesting philosophical question that I’m sure a good many of us have considered. Am I actually a (good)

Project Euler – Problem 1 Read More »

Calabash/Capybara Interactive Mode

Leave a Comment / Calabash, Capybara, UI Automation / Daniel

Calabash and Capybara are both Ruby frameworks for automating UI testing. For anyone who doesn’t know/is new to this thing, Ruby is an interpreted language. Anyone who has Ruby installed can just open up a terminal window and type irb and they will be put into an interactive Ruby console. This is wonderful because it

Calabash/Capybara Interactive Mode Read More »

Post pagination
← Previous 1 … 5 6 7 Next →
  • Privacy Policy
  • About

Copyright © 2025 Encyclopedia of Daniel | Powered by Astra WordPress Theme