DarkCorner.bowtie
Bowtie music controller theme with neat animations.
GitHub repo
h
Today's Document
noise dept.
cherry valley forever
YOU ARE THE REASON
🪼

Janaina Medeiros

Kaledo Art
Alisa U Zemlji Chuda

if i look back, i am lost
Jules of Nature
Xuebing Du

oozey mess
$LAYYYTER
Cosmic Funnies
art blog(derogatory)

blake kathryn

No title available

ellievsbear

shark vs the universe
seen from India

seen from Malaysia

seen from United States

seen from Argentina
seen from United States

seen from Canada
seen from Brazil
seen from Malaysia
seen from United States

seen from United States
seen from Brazil
seen from Malaysia

seen from United States
seen from Australia
seen from United States
seen from Australia

seen from United States

seen from United States

seen from United Kingdom

seen from United States
@i10k
DarkCorner.bowtie
Bowtie music controller theme with neat animations.
GitHub repo
Copy path Finder services
Copy either absolute or home related path.
https://cloudup.com/cFjYvyRkJKA
A Safari extension that replaces play.md's html5 player with simple <video> tag.
Why?
A few months ago lazy ignorant play.md developers did some changes to their website that made it unusable in Safari. Somehow their HTML5 player turns off the sound in OS X completely while video is playing. At first I was like hell with it, but once in a while I still get links from my friends to videos there so at some point I got sick of running other browsers every time I want to watch a video there. Well, and also I wanted to make a Safari extension for some time already. And here you have it. A shiny new extension that can make your life a bit easier. Or maybe not.
brew services
If you miss brew services as much as I do here's your little savior:
brew tap gapple/services
Enjoy!
OS X Yosemite, PHP, cURL, SSL
In case you're stuck with certificates always being invalid in PHP cURL requests after update to Yosemite do the following (I assume that you use brew):
brew versions curl
You should see a list that looks like
7.37.1 git checkout 1215a1a /usr/local/Library/Formula/curl.rb 7.37.0 git checkout 515ce26 /usr/local/Library/Formula/curl.rb ...
The reason behind this is that version 7.37.1 (and at least 7.38.0 that I also checked) has some bug related to SSL certificates and it's the version that comes with Yosemite. So the latest working version at the moment is 7.37.0, so we should downgrade the version a bit. Copy-paste-return command next to the needed version.
cd $(brew --prefix) git checkout 515ce26 /usr/local/Library/Formula/curl.rb
Now we just need to install cURL using the formula that we just downloaded and recompile php using this version.
brew install curl brew uninstall php55 brew install php55 --with-fpm --with-homebrew-curl
UPDATE:
Looks like brew dropped the versions command. So just skip the first step.
It totally rocks, it's pure genius and it's simply beautiful.
Putting the sarcasm aside at least it's not an email-only page now. :)
oDesk retina menu icons
I just got plain tired of looking at those pixelated menu icons. So I converted the icons that oDesk uses in dock for menu. It took me about 5 minutes. It makes me wonder why app devs don't do it themselves.
Installation
Download the archive
Unpack
Move all the images to /Applications/oDesk Team/Contents/Resources (to get inside of "oDesk Team" you can right click on it and select "Show package contents")
Enjoy
A webapp that helps you keep a library of games you played. Optimized for iPhone.
Source available at GitHub
TextMate 2 finally highlights JS generators
Just for fun project that generates a unique wallpaper using games from ones Steam library.
Try it out here or click the post heading.
Source code available here
ikSelect 1.0.2
FIX use native dropdowns on mobiles
http://igor10k.github.io/ikSelect/
Bowtie app retina-ready menu icon
So I finally got tired of waiting for developers to release a version with a retina-ready icon and recreated the icon in @2x size myself.
Download icons here and copy them to /Applications/Bowtie/Contents/Resources/
To go into Bowtie folder right click on it and choose Show Package Contents
Enjoy!
ikSelect 1.0.1
[FIXED] Firefox navigation bugs
http://igor10k.github.io/ikSelect/
JSHint.tmbundle
TextMate 2 bundle that uses installed JSHint to check JavaScript code in any language that has correct descriptions of the JavaScript scope every time you save. E.g. default bundles for HTML, PHP, JS in TextMate. Not much testing done but should work. :) In *.js files works always. In html/php files works when cursor is inside <script> tag.
github, download
ikSelect 0.9.5
[FIXED] JavaScript error in mobile browsers when filter used;
[FIXED] Small fixes an optimisations.
demo github download
ikSpriter 0.1
PHP script with html front-end to generate packed CSS sprites.
Features
Uses texture packing algorithm that is often used in game industry (thanks to @jakesgordon for that one, had to learn ruby syntax to convert it to PHP)
Supports CSS, LESS, Stylus syntax
Mixins for LESS and Stylus as an option
github, download
ikSelect 0.9.4
[ADDED] Support for HTML5 data- attributes to change the settings for the current select;
[FIXED] Better handling of the difference between the fake select and the dropdown;
[FIXED] Small fixes.
demo github download