try {} except

Bookmarks
  • Microsoft Word for Windows version 1.1a source code

    Clearly there was something extraordinary about Word for Windows. Part of its success was due to Microsoft’s marketing acumen. View original article

    Read more

    January 1, 2017
  • Setup Lighthouse, CentOS, 3 simple steps

    Lighthouse analyzes web apps and web pages, collecting modern performance metrics and insights on developer best practices. Here is a simple 3 step setup guide for CentOS: Setup the EPEL yum repository install nodejs and npm using YUM Run npm install -g lighthouse And that’s all. Test it out, run lighthouse https://tryexcept.com or run lighthouse…

    Read more

    December 21, 2016
  • Front-End Performance Checklist

    December 21st, 2016 Are you using progressive booting already? What about tree-shaking and code-splitting in React and Angular? Have you set up Brotli or Zopfli compression, OCSP stapling and HPACK compression? Also, how about resource hints, client hints and CSS containment — not to mention View original article

    Read more

    December 21, 2016
  • TextStyle – A Swift Library Allowing You To Easily Manage Text Styles

    TextSTyle is an open source swift library from Yalantis that provides a declarative syntax for defining typefaces with some nice extras. You can also change the thickness, and color attributes and more. View original article

    Read more

    December 3, 2016
  • Swift UI Component for entering Credit Card Data

    CreditCardForm is an open source iOS UI component providing a neat interface for entering credit card data from Orazz. CreditCardForm features an animated credit card that automatically flips for the user to enter the code on the back of their card. View original article

    Read more

    December 3, 2016
  • Introduction to Angular 2, getting started, bindings, services and webworkers

    A collection of articles by Harris Brakmic covering Angular 2, from the basics, installation to WebWorkers and Service Workers.

    Read more

    December 1, 2016
  • Unix history repository, now on GitHub

    The history and evolution of the Unix operating system is made available as a revision management repository, covering the period from its inception in 1970 as a 2.5 thousand line kernel and 26 commands, to 2016 as a widely-used 27 million line system. The 1. View original article

    Read more

    November 28, 2016
  • Microsoft releases SQL Server Preview for Ubuntu and Red Hat Enterprise Linux

    Microsoft is a big proponent of open source, something highlighted by its becoming a Linux Foundation Platinum Member earlier today. The company has been contributing to multiple projects, and back in March, it even announced it was bringing SQL Server to Linux-based operating systems.

    Read more

    November 18, 2016
  • How to connect iPhone’s internet to Windows PC via USB cable without installing iTunes

    Normally, the latest version of iTunes needs to be installed, because that will install the drivers required for Windows to see the iPhone as a modem and use it to bridge a connection to the internet. But this is not exactly true, here´s how to install only the required components.

    Read more

    November 11, 2016
  • MySQL replication: How to recover from “Event too small corruption” or “Slave SQL: Relay log read failure”

    The basic principle is, just restart where the slave left off. The problem arises if a binary log, on the slave side, remains corrupt. The recovery is relatively simple, just follow the recipe: STOP SLAVE SHOW SLAVE STATUS Note down ‘Relay_Master_Log_File’ and ‘Exec_Master_Log_Pos’ entries. RESET SLAVE CHANGE MASTER TO ….. (use MASTER_LOG_FILE=relay_master_log_file and MASTER_LOG_POS=exec_master_log_pos from…

    Read more

    November 1, 2016
  • SystemD quick cheat sheet

    A small collection of Systemd commands, along with the Sysvinit counterparts.

    Read more

    November 1, 2016
  • Saving Data In Your NativeScript Mobile Application

    Saving Data In Your NativeScript Mobile Application

    Recently I started fiddling with NativeScript from Telerik because I’ve been hearing a lot about it when I attend various developer conferences.  If you’re unfamiliar with NativeScript, it is a cross platform mobile development framework similar to Ionic Framework and React Native. View original article

    Read more

    October 31, 2016
  • Elementary, My Dear Siri!

    Elementary, My Dear Siri!

    I’m not one prone to knee-jerk reactions, but I’m also not one to sit about idly without considering alternatives. So the first thing I did after the Apple keynote was to download a copy of Elementary and burn it to an SD card. View original article

    Read more

    October 31, 2016
  • Drawing And Animating Vector Graphics with SVG Support using Swift

    Macaw from Exyte is an open source library for vector graphics in Swift with support for SVG files and animation. The library provides a simple syntax for drawing both graphics, and text, and also for positioning those graphics. Download it here or View original article

    Read more

    October 31, 2016
  • NativeScript example, step by step, Windows 10

    A tiny, 5 minute, tutorial on creating a new empty project using NativeScript + TypeScript, compiling it and running in Android.

    Read more

    October 27, 2016
  • 6 tips for mobile cross-promotion: The smart indie dev’s low-cost UA strategy

    Johannes Heinze is Managing Director for EMEA at AppLovin. For a lot of indie devs out there with limited acquisition budgets, cross-promotion is a great tool for getting organic downloads. View original article

    Read more

    October 26, 2016
  • Uber’s newest API lets developers reach and reward drivers

    After more than two years launching ways for developers to build experiences for riders through its APIs, Uber is expanding to provide the same opportunity for drivers. View original article

    Read more

    October 26, 2016
  • DateTimePicker – A Beautiful Swift Based Open Source Calendar Component

    DateTimePicker is an open source component from Huong Do providing a beautiful calendar picker component that fills up the bottom of the screen with an elegant date picker. View original article

    Read more

    October 25, 2016
←Newer Posts Older Posts→

try {} except

Proudly powered by WordPress