Yes, you do not need this solution, unless you know for sure you have one too many build configs and it is time consuming to delete one by one. And the $ Trillion/Billion company do not find enginneers to assign multiple edits in scheme/buildconfig/simulator list in xcode UI.
Whatchanged - Git history as HTML Report
Recently I was requested to produce a report of changes in a git repo between two tags by testing team. I am not sure the basis of the request, as they can go through the git repo themselves. I also kind of thought it is better to have a separate report that can be uploaded to their release ticket for archival; instead of going through each commits between revisions or any changes to repo history.
Script to publish Hugo sites for Github
While deploying my recent hugo website to github, I re-learnt that, you can only publish gh-pages from master
branch for user or organization repository.
Pilapse - Raspberry Pi Camera and Timelapse
It is a simple python script to capture timelapse with few more addition option than raspistill -tl
.
Built-in command usage: raspistill -t 30000 -tl 2000 -o image%04d.jpg
Merging multiple MP4 videos with FFMPEG
I have a collection of video tutorials split into multiple sections and multiple clips in each section. I wanted to merge the files to one, so I can upload and download from services like Google Drive & Dropbox.
Poor man's pdf diff tool
Recently a client shared updated requirement document, unfortunately the document was in PDF and I don’t want to go through 60+ pages of document for changes.
Speedy
Speedy is a Speed reading application for Mac OS X that lets you speed read the text contents.
It is based on speed reading technique/methodology called Spritz
Speedy - Speed reading application for Mac
Speedy is an utility application for Mac OS X that lets you speed read the text contents.
I created to read the emails & news faster, as I have a tendency to lost in ’endless space between the words’ with my lack of concentration or I should say gift of imagination?
Dev Diary
This is something I’ve started in Jan ‘15. This is to practice a habit of keeping a log of stuff I do which took me a lot of time to figure out myself (may be I’m not efficient?).
TimeTracker
A native mac app for tracking time to help you manage your productivity. It accepts current task (free text), and keep a timer to log the minutes you spent on task.
RescueTime weekly summary and Google Script
I was cleaning up my mac before handing it to systems on my last job. I had a couple of days just for the Knowledge Transfer of projects and nothing else. I have always run two or three passive self policing apps like Rescuetime and Timing etc.,
Raspbian + XBMC + Airplay
TL;DR: Yes, you can. If you are only interested in the steps skip to the relevant section.
I own a Raspberry Pi for closer to a year now. I was not able to use my Netgear N150 (WNA1100) dongle until last week with it, I was kind of lost my enthusiasm by this bitter experience and hold my experiments for long time. Other than installing some console emulators and XBMC in last 6 months, I have not done anything with my Raspberry Pi. You can refer my adventures here and here.
Create card in Trello from Salesforce case
Yes. Danlec already created a bookmarklet that lets you create Trello card from many services like Fogbugz, JIRA, Github and more. I forked his code and included the functionality to create card with salesforce case information.
Prj - Times of India epub
Remember my old post about the TOI - Epub project? Yesterday, I published the source on github. If anyone still interested, go ahead and take a look at the source. Kindly go through the Dev-Notes.txt, as it has all the urls and image path used to inspect their mpaper hiearchy.
Idea Vault: Prj - Dug Me
Idea Vault: Tree view
A Bookmarklet or a Browser extension to select the root element of a DOM (UL/OL) to view the Inverted tree structure of its child nodes.
iForce
Note: I no longer develop Salesforce applications, hence I do not maintain this extension. You are free to fork and maintain.
Mclock
A minimalist clock to display time of different timezone of your choice.
Eg.,
- “IST” to have a additional clock in your menubar to display Indian Standard Time
- “EST” for Eastern time
- Or try “UTC+10”
The app stays in menu bar all the time and you can customize the display format and timezone. Application support native cmd
drag to reorder and also works with darkmode
Idea Vault: iBooks 3.0
The idea supposed to be named as iBooks 2.0 well it is taken by Apple yesterday :)
The original pointers of this idea from my notebook are
Developing iOS application for salesforce [How to]
Here are the collection of snippets to do CRUD operation with ZKSforce (Force.com toolkit for iOS).
Remember this is a SOAP based API, there is a new alternative library available from salesforce called MobileSDK for iOS.