soloso.blogspot.com
k0emt's random access bear: May 2014
http://soloso.blogspot.com/2014_05_01_archive.html
K0emt's random access bear. Thoughts on software development and technology. I record daily activities, notes, thoughts, diagrams, ideas, some reference material and special insights in their own paper notebooks. If you were going to jot something down on a scratchpad, put it in here. Document who you were collaborating with. Why? Use a pen. Erasing and re-writing is too much work and will slow you down. Simply, draw a line through the erroneous material and continue on. Line of journals. Ecosystem.
soloso.blogspot.com
k0emt's random access bear: June 2014
http://soloso.blogspot.com/2014_06_01_archive.html
K0emt's random access bear. Thoughts on software development and technology. Git: purging the lurking big file. I was just working with an old repository where I had inadvertently committed a large file 300MB. I subsequently removed it, but not in a way that took it out of history. I discovered it when I went to push to GitHub and it complained. These are the steps I used to get rid of the file:. Tag-name-filter cat - - all. Git update-ref -d refs/original/refs/heads/master. Git gc - prune=now.
soloso.blogspot.com
k0emt's random access bear: December 2011
http://soloso.blogspot.com/2011_12_01_archive.html
K0emt's random access bear. Thoughts on software development and technology. Elegant code sings—. Like a mastered katana! Links to this post. Git community book online:. Http:/ book.git-scm.com/index.html. Adding and removing files:. Basic repository operations are:. Pull, commit, checkout, clone, fetch, merge. Reset, checkout, revert. See files in the repo:. Some git cheat sheets:. Http:/ help.github.com/git-cheat-sheets/. Http:/ cheat.errtheblog.com/s/git. Git diff commit hash filename. Git log - stat.
soloso.blogspot.com
k0emt's random access bear: November 2014
http://soloso.blogspot.com/2014_11_01_archive.html
K0emt's random access bear. Thoughts on software development and technology. Spike exploration: sftp, zip, config and Windows Service. I did a spike exploration to find out what is involved in creating a Windows Service with event logging. I also wanted to find out what is involved in working with sftp, zip and configuration with C#. The code is available on github: https:/ github.com/k0emt/sftp-windows-service-spike. I use the ssh component from http:/ sshnet.codeplex.com/. I used it in the service code...
soloso.blogspot.com
k0emt's random access bear: September 2012
http://soloso.blogspot.com/2012_09_01_archive.html
K0emt's random access bear. Thoughts on software development and technology. Tasks, Notes and Contact Sync. So, I finally broke down and got a MacBook Pro with OS X Mountain Lion. My personal machines to date have been Windows, Android and LINUX machines. Because I have a myriad of platforms I have been using Google as the intermediary when it comes to sync. Here are some notes/observations from my experience in trying to get syncing set up for tasks, notes and contacts. Also, in digging into the configu...
soloso.blogspot.com
k0emt's random access bear: April 2013
http://soloso.blogspot.com/2013_04_01_archive.html
K0emt's random access bear. Thoughts on software development and technology. Important Information for KCDC MongoDB Workshop. The single most important thing you need to know is that if you show up with a machine that is running Windows XP or a machine that doesn't have a JDK on it, you're gonna have a bad day. Prerequisites for your computer. OS: Windows 7 or 8, preferably 64bit, Linux or recent OS X. Have a Java SDK 1.7 installed and configured with IDE on machine. By MongoDB 2.2. Links to this post.
soloso.blogspot.com
k0emt's random access bear: Show, don’t tell
http://soloso.blogspot.com/2015/01/show-dont-tell.html
K0emt's random access bear. Thoughts on software development and technology. Show, don’t tell. Great thoughts, Bryan. I couldnt agree more. It reminds me of this Forbes article, http:/ www.forbes.com/sites/carminegallo/2014/01/24/mac-1984-steve-jobs-revolutionizes-the-art-of-corporate-storytelling/ [Steve] Jobs went back to the basics of storytelling: heroes, villains, and characters. Subscribe to: Post Comments (Atom). View my complete profile. Show, don’t tell. Becoming a Data Scientist.
soloso.blogspot.com
k0emt's random access bear: August 2015
http://soloso.blogspot.com/2015_08_01_archive.html
K0emt's random access bear. Thoughts on software development and technology. Mongoexport json format UTF-8 characters. So, you just did an export of your mongoDB database into a JSON formatted file called exported.json. In part, you did this because you have this crazy idea of using the JSON with another application. Then you see some strange stuff in the URL fields you exported. Specifically, you see stuff like u0026. F = open('exported.json'). For line in f:. Print json.loads(line),. Links to this post.
skimmeragent.blogspot.com
Skimmer Agent: Paper
http://skimmeragent.blogspot.com/2010/10/paper.html
Tuesday, October 12, 2010. Here is a paper. That details the back ground material, the program architecture and the methods employed in the project. There are several ideas mentioned at the end of the paper for possible future development. If you are interested in using SkimmerAgent as a starting point for a project or in contributing to the application please contact me. Subscribe to: Post Comments (Atom). View my complete profile. Follow me on Twitter.
skimmeragent.blogspot.com
Skimmer Agent: Pre-Alpha Code
http://skimmeragent.blogspot.com/2009/12/pre-alpha-code.html
Monday, December 7, 2009. Dropped a quick video. Out on YouTube showing how to run/use the current version of SkimmerAgent. If the expand query document setting is checked, when you tab out of the query terms field a message box will display with the query terms. Here’s some very pre-alpha bits in a zip file. 160; You will need to have the .Net Framework 3.5. Installed on your machine. Expand the zip file and run the SkimmerAgent.exe from directly in the folder. Subscribe to: Post Comments (Atom).
SOCIAL ENGAGEMENT