Boom!
In a split second GitHub went to
from
Posted by jpluimers on 2016/07/06
Posted in Development, DVCS - Distributed Version Control, git, GitHub, Software Development, Source Code Management | Leave a Comment »
Posted by jpluimers on 2016/07/06
If you have a Vysor Pro (either subscription or one-time payment for life-long usage), then you can use this new New Vysor Feature – Go Wireless Click that button to mirror and control your without a USB cable…
There are more Pro features to come; currently they are:
If Google Pay doesn’t work in your country, then you can use PayPal. When that doesn’t work either, well…
Another nice Vysor Pro feature: Vysor Share Server – an easy Android device farm: You can share all your Android devices at once using the new Share All feature. – Koushik Dutta (Koush) – Google+
Vysor links:
History:
Vysor test server
I made a thing. Check it out if you’re an Android dev or tester.Will only take a few minutes. It’s neat. – Koushik Dutta (Koush) – Google+
Source: I made a thing. Check it out if you’re an Android dev or tester. Will only…
and
There are few apps that let you share your Android device screen through PC, but today we
Source: How to Mirror Your Android Screen To PC! [Vysor] | HowTo.HighOnAndroid.com
–jeroen
Posted in Android, Android Devices, Development, Mobile Development, Power User, Vysor | Leave a Comment »
Posted by jpluimers on 2016/07/06
via: Lesson Learned – I Can’t Get My Git Repo Clean! | DrupalEasy
One file kept getting added to the git modified list: service/src/main/MySOAPdefinition.pas
.
It was part of a repository that had been migrated from SVN (more on that in a future blog post) and along the way been renamed in directory service/src/main
from MySOAPdefinition.pas
to MySoapDefinition.pas
. SVN (and TortoiseSVN) don’t object to this. But git does.
You’d see this on the command-line:
>git status On branch develop Your branch is up-to-date with 'origin/develop'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: service/src/main/MySOAPdefinition.pas no changes added to commit (use "git add" and/or "git commit -a") >git add service\src\main\MySoapDefinition.pas >git status On branch develop Your branch is up-to-date with 'origin/develop'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: service/src/main/MySOAPdefinition.pas no changes added to commit (use "git add" and/or "git commit -a")
Basically the add
would do nothing.
On Windows, this is how to get around this:
Posted in Delphi, Delphi XE8, Development, git, Mac OS X / OS X / MacOS, OS X 10.9 Mavericks, Power User, Software Development, Source Code Management, SourceTree, Windows, Windows 7 | 1 Comment »
Posted by jpluimers on 2016/07/06
Via +Martin Blais, Philippe Beaudoin, Lars Fosdal as Useful resource……:
Hit the cache, Jack…
Interactive Chart of Latency Numbers every Programmer Should Know (from 1990s until 2020s including script to draw the cart).
Also, this variant by Erik Meijer from Coursera (https://www.coursera.org/course/reactive): https://d396qusza40orc.cloudfront.net/reactive/lecture_slides/Latency%20as%20an%20Effect%201.pdf#page=10
Via Asbjørn Heid:
Following up on +Lars Fosdal’s earlier post here’s a talk by Herb Stutter which goes into more detail of where the performance is these days.
It’s a general talk, not C++ specific. Recommend it to get some idea of what goes on under the hood these days, and so one doesn’t try to do some premature optimization which may turn out to be bad.
–jeroen
October 2017 updates thanks to Kristian Köhntopp:
Table as of 2016:
Part of the 2015 numbers:
Related: [WayBack] XKCD – Radiation Dose Chart
Posted in Development, Software Development | Leave a Comment »